add lang de/pl/pt/ro/ru/sv

This commit is contained in:
xiaomlove
2025-04-22 19:35:05 +07:00
parent ca33cbacfe
commit 2b970305a5
940 changed files with 48796 additions and 1 deletions
+24
View File
@@ -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"
);
?>