htdocs/modules/system/language/italiano/admin/rating.php
<?php
/**
* $Id: rating.php 159 2007-12-17 16:44:05Z malanciault $
* Module: SmartContent
* Author: The SmartFactory <www.smartfactory.ca>
* Licence: GNU
*/
if (!defined("XOOPS_ROOT_PATH")) {
die("XOOPS root path not defined");
}
define('_CO_ICMS_RATING_RATE_IT', 'Vota!');
define('_CO_ICMS_RATING_DUPLICATE_ENTRY', 'Spiacente! Lo hai giĆ votato! Non puoi votarlo due volte.');
define('_CO_ICMS_RATING_ERROR', 'A causa di un errore la tua votazione non può essere acquisita.');
define('_CO_ICMS_RATING_SUCCESS', 'Il tuo voto è stato acquisito. Grazie per il tuo contributo!');
define('_CO_ICMS_RATING_RATE_THIS', 'È stato utile? (1 = <i>Inutile</i> e 5 = <i>Utilissimo</i>)');
define('_CO_ICMS_RATING_ALREADY_RATED', 'Il tuo voto: ');
define('_CO_ICMS_RATING_VOTERS_TOTAL', 'Totale votanti: ');
define('_CO_ICMS_RATING_AVERAGE', 'Media: ');
define('_CO_ICMS_RATINGS', 'Votazione');
define('_CO_ICMS_RATINGS_DSC', 'Lista di voti aggiunti nel sistema.');
define('_CO_ICMS_RATING', 'Votazione');
define('_CO_ICMS_RATINGS_CREATE', 'Aggiungi una votazione');
define('_CO_ICMS_RATING_CREATE', 'Aggiungi una votazione');
define('_CO_ICMS_RATINGS_CREATE_INFO', 'Compila e aggiungi una votazione.');
define('_CO_ICMS_RATING_DELETE_CONFIRM', 'Vuoi veramente eliminare questa votazione dal sistema?');
define('_CO_ICMS_RATINGS_EDIT', 'Modifica una votazione');
define('_CO_ICMS_RATINGS_EDIT_INFO', 'Usa questo modulo per modificare le informazioni di questa votazione.');
define('_CO_ICMS_RATINGS_INFO', 'Informazioni della votazione');
define('_CO_ICMS_RATING_NOT_FOUND', 'La votazione selezionata non è stata trovata.');
define('_CO_ICMS_RATINGS_CREATED', 'La votazione è stata creata con successo.');
define('_CO_ICMS_RATINGS_MODIFIED', 'La votazione è stata modificata con successo.');
define('_CO_ICMS_RATING_EXPLAIN_TITLE', 'Cosa sono le votazioni?');
define('_CO_ICMS_RATING_EXPLAIN', 'Ratings is a new feature being added ImpressCMS. With using this tool, you will be able to add a new rating method to your modules, and control the results through this section! Documentation for this feature can be found here: <a rel="external" href="https://www.impresscms.org/modules/simplywiki/index.php?page=Ratings">Rating Features</a>. Let us know how you would like to see this developed');