mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-16 14:00:56 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
24
lang/ro/lang_sendmessage.php
Normal file
24
lang/ro/lang_sendmessage.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user