mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
21
lang/es/lang_polloverview.php
Normal file
21
lang/es/lang_polloverview.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
$lang_polloverview = array
|
||||
(
|
||||
'std_error' => "Error",
|
||||
'head_poll_overview' => "Resumen de encuestas",
|
||||
'text_polls_overview' => "Resumen de encuestas",
|
||||
'col_id' => "ID",
|
||||
'col_added' => "Añadido",
|
||||
'col_question' => "Pregunta",
|
||||
'text_no_users_voted' => "Lo sentimos... ¡No hay usuarios que votaron!",
|
||||
'text_no_poll_id' => "Lo siento...No hay encuestas con ese ID!",
|
||||
'text_poll_question' => "Encuestas",
|
||||
'col_option_no' => "Opción No",
|
||||
'col_options' => "Opciones",
|
||||
'text_polls_user_overview' => "Vista general de las encuestas",
|
||||
'col_username' => "Usuario",
|
||||
'col_selection' => "Selección",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user