mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
update lang
This commit is contained in:
24
lang/it/lang_makepoll.php
Normal file
24
lang/it/lang_makepoll.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang_makepoll = array
|
||||
(
|
||||
'std_error' => "Errore",
|
||||
'std_no_poll_id' => "Nessun sondaggio trovato con questo ID",
|
||||
'std_missing_form_data' => "Dati del modulo mancante!",
|
||||
'head_edit_poll' => "Modifica Sondaggio",
|
||||
'text_edit_poll' => "Modifica Sondaggio",
|
||||
'head_new_poll' => "Nuovo Sondaggio",
|
||||
'text_day' => " giorno",
|
||||
'text_hour' => " ora",
|
||||
'text_current_poll' => "Nota: Il sondaggio corrente ",
|
||||
'text_is_only' => " è solo ",
|
||||
'text_old' => " vecchio.",
|
||||
'text_make_poll' => "Fai sondaggio",
|
||||
'text_question' => "Domanda",
|
||||
'text_option' => "Opzione ",
|
||||
'submit_edit_poll' => "Modifica Sondaggio",
|
||||
'submit_create_poll' => "Crea Sondaggio",
|
||||
'text_required' => " obbligatorio"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user