mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
24 lines
763 B
PHP
24 lines
763 B
PHP
<?php
|
|
|
|
$lang_sendmessage = array
|
|
(
|
|
'std_error' => "Eroare",
|
|
'std_permission_denied' => "Permisiune refuzată",
|
|
'head_send_message' => "Trimite mesaj",
|
|
'text_mass_message' => "Mesaj în masă către ",
|
|
'text_users' => "utilizatori",
|
|
'text_subject' => "Subiect:",
|
|
'text_comment' => "Comentariu:",
|
|
'text_from' => "De la:",
|
|
'text_take_snapshot' => "Ia instantaneu :",
|
|
'submit_send_it' => "Trimite-l!",
|
|
'submit_preview' => "Previzualizare",
|
|
'text_templates' => "Teme:",
|
|
'submit_use' => "Utilizare",
|
|
'std_no_user_id' => "Niciun utilizator cu acest ID.",
|
|
'text_message_to' => "Mesaj către ",
|
|
'checkbox_delete_message_replying_to' => "Ștergeți mesajul la care răspundeți",
|
|
'checkbox_save_message_to_sendbox' => "Salvează mesajul în Sentbox"
|
|
);
|
|
|
|
?>
|