Files
nexusphp/lang/it/lang_polloverview.php

22 lines
646 B
PHP
Raw Permalink Normal View History

2025-05-05 21:27:48 +07:00
<?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",
);
?>