mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang_makepoll = array
|
||||
(
|
||||
'std_error' => "Eroare",
|
||||
'std_no_poll_id' => "Nu s-a găsit nici un sondaj cu acest ID",
|
||||
'std_missing_form_data' => "Lipsește datele formularului!",
|
||||
'head_edit_poll' => "Editare sondaj",
|
||||
'text_edit_poll' => "Editare sondaj",
|
||||
'head_new_poll' => "Sondaj nou",
|
||||
'text_day' => " zi",
|
||||
'text_hour' => " oră",
|
||||
'text_current_poll' => "Notă: Sondajul curent ",
|
||||
'text_is_only' => " este doar ",
|
||||
'text_old' => " vechime.",
|
||||
'text_make_poll' => "Fă sondaj",
|
||||
'text_question' => "Întrebare",
|
||||
'text_option' => "Opţiune ",
|
||||
'submit_edit_poll' => "Editare sondaj",
|
||||
'submit_create_poll' => "Creaza sondaj",
|
||||
'text_required' => " necesar"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user