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' => "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"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user