Files
nexusphp/lang/ro/lang_staffbox.php
2025-04-22 19:35:05 +07:00

35 lines
995 B
PHP

<?php
$lang_staffbox = array
(
'head_staff_pm' => "PM al personalului",
'text_staff_pm' => "PM al personalului",
'std_sorry' => "Scuze",
'std_no_messages_yet' => "Niciun mesaj încă!",
'col_subject' => "Subiect",
'col_sender' => "Expeditor",
'col_added' => "Adăugat",
'col_answered' => "Răspuns",
'col_action' => "Act.",
'text_yes' => "Da",
'text_no' => "Nr",
'submit_set_answered' => "Setare răspuns",
'submit_delete' => "Ștergere",
'text_system' => "Sistem",
'head_view_staff_pm' => "Vezi PM al Statului Major",
'col_from' => "De la",
'col_date' => "Data",
'col_answered_by' => "Răspuns de",
'text_reply' => "Răspuns",
'text_mark_answered' => "Marcare raspuns",
'text_delete' => "Ștergere",
'std_error' => "Eroare",
'std_no_user_id' => "Niciun utilizator cu acest ID.",
'head_answer_to_staff_pm' => "Răspunde la PM personal",
'text_answering_to' => "Răspunzând la ",
'text_sent_by' => " trimis de ",
'std_body_is_empty' => "Te rog introdu ceva!",
);
?>