mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
27 lines
1.0 KiB
PHP
27 lines
1.0 KiB
PHP
<?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"
|
|
);
|
|
|
|
?>
|