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' => "Error",
'std_no_poll_id' => "No se encontró ninguna encuesta con este ID",
'std_missing_form_data' => "¡Faltan datos del formulario!",
'head_edit_poll' => "Editar encuesta",
'text_edit_poll' => "Editar encuesta",
'head_new_poll' => "Nueva encuesta",
'text_day' => " día",
'text_hour' => " hora",
'text_current_poll' => "Nota: La encuesta actual ",
'text_is_only' => " es sólo ",
'text_old' => " viejo.",
'text_make_poll' => "Hacer encuesta",
'text_question' => "Pregunta",
'text_option' => "Opción ",
'submit_edit_poll' => "Editar encuesta",
'submit_create_poll' => "Crear encuesta",
'text_required' => " requerido"
);
?>