4 * Arthrology for Elxis CMS 2008.x and 2009.x
6 * Italian Language File (front-end)
10 * @author Apostolos Koutsoulelos <akoutsoulelos@yahoo.gr>
11 * @authorurl http://www.bitcraft-labs.gr
12 * @copyright Copyright (C) 2009-2011 Apostolos Koutsoulelos. All rights reserved.
13 * @license GNU/GPL (http://www.gnu.org/copyleft/gpl.html)
15 * @link http://www.elxis-downloads.com/downloads/miscellaneous/204.html
17 * Special thanx to Duilio Lupini (Speck - info@elxisitalia.com)
21 // Prevent direct inclusion of this file
22 defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
24 class clsArthrologyLng
{
26 // Set translation variables
27 public $GEN_COMPONENT_TITLE = 'Arthrology';
32 public $INS_HEADER = 'Installazione di Arthrology <small><small>di Apostolos Koutsoulelos</small></small>';
33 public $INS_ERROR_MENU_PARAMS = 'Errore aggiornamento database. Non possibile Error updating database. Non possibile inserire i parametri di default del componente.';
34 public $INS_ERROR_MENU_CP = 'Error updating database. Backend Menu Items (Control Panel) not updated.<br/>'; // TRANSLATION NEEDED
35 public $INS_ERROR_MENU_MAIN = 'Error updating database. Backend Menu Items (Arthrology) not updated.<br/>'; // TRANSLATION NEEDED
36 public $INS_ERROR_MENU_ART = 'Errore aggiornamento database. Backend Voci Menù (Gestione Articoli) non aggiornato.<br/>';
37 public $INS_ERROR_MENU_MAG = 'Errore aggiornamento database. Backend Voci Menù (Gestione Categorie) non aggiornato.<br/>';
38 public $INS_ERROR_MENU_CONF = 'Errore aggiornamento database. Backend Voci Menù (Configurazione) non aggiornato.<br/>';
39 public $INS_ERROR_SEOPRO = 'Erroe di copiatura della estensione SEO PRO nella cartella includes/seopro/. Per favove effettuare la copia e rinominarla manualmente!<br/>';
40 public $INS_ERROR_SITEMAP = 'Error coping IOS Sitemap extension to folder admnistrator/components/com_sitemap/extensions/. Please copy it manually!<br/>'; // TRANSLATION NEEDED
41 public $INS_ERROR_TOOLBAR = 'Error coping toolbar icons to folder administrator/images/. Please copy them manually!<br/>'; // TRANSLATION NEEDED
42 public $INS_ERROR_NOTICE_TITLE = 'Insttallazione Notizie';
43 public $INS_ERROR_NOTICE = 'Tutti gli errori segnalati sopra sono piccoli errori, causati principalmente nel fare l\'interfaccia del Arthrology più amichevole. Non dovete preccuparvi di questi errori!'; // TRANSLATION NEEDED
44 public $INS_CRITICAL_LNG_ENGLISH = 'Error updating administration laguage (english). Please copy /administrator/components/com_arthology/language/english.com_arthology.php in folder /administrator/language/english manually.'; // TRANSLATION NEEDED
45 public $INS_CRITICAL_LNG_GREEK = 'Error updating administration laguage (greek). Please copy /administrator/components/com_arthology/language/greek.com_arthology.php in folder /administrator/language/greek manually.'; // TRANSLATION NEEDED
46 public $INS_CRITICAL_LNG_ITALIAN = 'Error updating administration laguage (italian). Please copy /administrator/components/com_arthology/language/italian.com_arthology.php in folder /administrator/language/italian manually.'; // TRANSLATION NEEDED
47 public $INS_CRITICAL_NOTICE_TITLE = 'Critical errors'; // TRANSLATION NEEDED
48 public $INS_CRITICAL_NOTICE = 'All the errors above are critical. Please follow the instructions above to fix them!'; // TRANSLATION NEEDED
49 public $INS_TITLE = 'Arthrology - Un Gestionale Eventi per Elxis CMS 2008.x and 2009.x+';
50 public $INS_BODY = '<br/><b>Arthrology was successfully installed</b><br/><br/>Arthrology is a storing and indexing system for atricles published in magazines.<br/><br/>'; // TRANSLATION NEEDED
55 public $ALERT_HTML_NO_KEY = 'Settare almeno una parola chiave!';
56 public $SRCH_KEYW_ENTER = 'Inserire una parola chiave per la ricerca (lunghezza minima 3 caratteri). Lasciare vuoto per vedere tutti gli articoli nella rivista selezionata.';
57 public $SRCH_KEYW = 'Parola Chiave';
58 public $SRCH_MAG = 'Magazine'; // TRANSLATION NEEDED
59 public $SRCH_RESULTS = 'Risultati per ';
60 public $SRCH_RESULTS_ALL = 'Tutti gli Articoli';
61 public $SRCH_RESULTS_FOUND1 = 'Totale ';
62 public $SRCH_RESULTS_FOUND2 = ' articoli trovati.';
63 public $SRCH_RESULTS_NONE = ' Nessun risultato trovato...';
65 // Just an empty constructor
66 public function __construct() {