mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
68 lines
2.7 KiB
PHP
68 lines
2.7 KiB
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_log = array
|
||
|
|
(
|
||
|
|
'std_sorry' => "Sorry...",
|
||
|
|
'std_permission_denied_only' => "Permisiune refuzată. Numai ",
|
||
|
|
'std_or_above_can_view' => " ar putea vizualiza LOG. <br /><br /> Vă rugăm să consultaţi <a class=faqlink href=faq.php#id22><b>FAQ</b></a> pentru mai multe informaţii despre diferite clase de utilizatori şi ce pot face.<br /><br /><b></p>Personalul %s</b>",
|
||
|
|
'head_site_log' => "Jurnal zilnic",
|
||
|
|
'text_search_log' => "Căutare Jurnal Zilnic",
|
||
|
|
'submit_search' => "Caută",
|
||
|
|
'text_log_empty' => "<b>Jurnalul este gol</b><br />",
|
||
|
|
'title_time_added' => "Timp",
|
||
|
|
'col_date' => "Data",
|
||
|
|
'col_event' => "Eveniment",
|
||
|
|
'time_zone_note' => "<p>Times sunt în GMT +800</p>",
|
||
|
|
'text_daily_log' => "Jurnal zilnic",
|
||
|
|
'text_chronicle' => "Cronică",
|
||
|
|
'text_code_update' => "Actualizare cod",
|
||
|
|
'text_funbox' => " Funbox ",
|
||
|
|
'text_news' => " Știri ",
|
||
|
|
'text_poll' => " Sondaj ",
|
||
|
|
'std_error' => "Eroare",
|
||
|
|
'std_invalid_action' => "Acțiune invalidă",
|
||
|
|
'head_chronicle' => "Cronică",
|
||
|
|
'text_search_chronicle' => "Caută Cronică",
|
||
|
|
'text_chronicle_empty'=> "<b>Cronicle este gol</b><br />",
|
||
|
|
'col_modify' => "Modifică",
|
||
|
|
'text_edit' => "Editare",
|
||
|
|
'text_delete' => "Ștergere",
|
||
|
|
'submit_add' => "Adăugare",
|
||
|
|
'text_add_chronicle' => "Adauga Cronica Eveniment",
|
||
|
|
'std_permission_denied' => "Înapoi! Nu ai voie să faci asta.",
|
||
|
|
'submit_okay' => "Bine",
|
||
|
|
'text_edit_chronicle' => "Editare Cronică Eveniment",
|
||
|
|
'head_code_update' => "Actualizare cod",
|
||
|
|
'text_search_code_update' => "Eveniment de actualizare cod căutare",
|
||
|
|
'text_add_code_update' => "Adaugă Eveniment de actualizare a codului",
|
||
|
|
'text_edit_codeupdate' => "Editează evenimentul Code-Actualizare",
|
||
|
|
'text_codeupdate_empty' => "<b>Actualizarea codului este goală</b><br />",
|
||
|
|
'head_funbox' => "Jurnal Funbox",
|
||
|
|
'head_news' => "Știri",
|
||
|
|
'text_search_news' => "Căutare știri",
|
||
|
|
'text_news_empty' => "<b>News este gol</b><br />",
|
||
|
|
'col_title' => "Titlu",
|
||
|
|
'col_body' => "Corp",
|
||
|
|
'col_user' => 'Utilizator',
|
||
|
|
'std_delete_poll' => "Șterge sondaj",
|
||
|
|
'std_delete_poll_confirmation' => "Eşti sigur că vrei să ştergi un sondaj? Apasă ",
|
||
|
|
'std_here_if_sure' => "<b>aici</b></a> dacă ești sigur.",
|
||
|
|
'std_sorry' => "Sorry...",
|
||
|
|
'std_no_polls' => "Nu există sondaje!",
|
||
|
|
'head_previous_polls' => "Sondaje anterioare",
|
||
|
|
'text_previous_polls' => "Sondaje anterioare",
|
||
|
|
'text_ago' => " acum",
|
||
|
|
'text_votes' => "Voturi: ",
|
||
|
|
'text_in' => "în ",
|
||
|
|
'text_funbox_empty' => "<b>Funbox este gol</b><br />",
|
||
|
|
'text_search_funbox' => "Căutare funbox",
|
||
|
|
'text_title' => "titlu",
|
||
|
|
'text_body' => "corp",
|
||
|
|
'text_both' => "ambii",
|
||
|
|
'text_all' => "toate",
|
||
|
|
'text_normal' => "normal",
|
||
|
|
'text_mod' => "mod",
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|