mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
22 lines
646 B
PHP
22 lines
646 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_polloverview = array
|
||
|
|
(
|
||
|
|
'std_error' => "Errore",
|
||
|
|
'head_poll_overview' => "Panoramica Dei Sondaggi",
|
||
|
|
'text_polls_overview' => "Panoramica Dei Sondaggi",
|
||
|
|
'col_id' => "ID",
|
||
|
|
'col_added' => "Aggiunto",
|
||
|
|
'col_question' => "Domanda",
|
||
|
|
'text_no_users_voted' => "Ci dispiace... Non ci sono utenti che hanno votato!",
|
||
|
|
'text_no_poll_id' => "Spiacenti...Non ci sono sondaggi con quell'ID!",
|
||
|
|
'text_poll_question' => "Domande Del Sondaggio",
|
||
|
|
'col_option_no' => "Opzione N.",
|
||
|
|
'col_options' => "Opzioni",
|
||
|
|
'text_polls_user_overview' => "Panoramica Dei Sondaggi Utente",
|
||
|
|
'col_username' => "Username",
|
||
|
|
'col_selection' => "Selezione",
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|