mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 21:41:03 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
26
lang/ro/lang_moforums.php
Normal file
26
lang/ro/lang_moforums.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
$lang_moforums = array
|
||||
(
|
||||
'head_overforum_management' => "Management Overforum",
|
||||
'text_forum_management' => "Management forum",
|
||||
'text_overforum_management' => "Management Overforum",
|
||||
'col_name' => "Nume",
|
||||
'col_viewed_by' => "Văzut de",
|
||||
'col_modify' => "Modifică",
|
||||
'text_edit' => "Editare",
|
||||
'text_delete' => "Ștergere",
|
||||
'js_sure_to_delete_overforum' => "Sunteţi sigur că doriţi să ştergeţi acest overforum?",
|
||||
'text_no_records_found' => "Ne pare rău, nu au fost găsite înregistrări!",
|
||||
'text_new_overforum' => "Overforum nou",
|
||||
'text_overforum_name' => "Nume Overforum",
|
||||
'text_overforum_description' => "Descriere Overforum",
|
||||
'text_minimum_view_permission' => "Permisiune minimă de vizualizare",
|
||||
'text_overforum_order' => "Comandă peste forum",
|
||||
'text_overforum_order_note' => "Ordonare ascendentă după număr. Aceasta este 0 afișează în partea de sus",
|
||||
'submit_make_overforum' => "Face Overforum",
|
||||
'text_edit_overforum' => "Editează Overforum",
|
||||
'submit_edit_overforum' => "Editează Overforum"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user