source: extensions/FacebookPlug/Plugin/language/it_IT/admin.config.lang.php @ 8376

Last change on this file since 8376 was 8376, checked in by riopwg, 13 years ago

Update language IT

File size: 4.7 KB
RevLine 
[8365]1<?php
2// +-----------------------------------------------------------------------+
3// | FacebookPlug - a Piwigo Plugin                                        |
4// | Copyright (C) 2010 Ruben ARNAUD - rub@piwigo.org                      |
5// +-----------------------------------------------------------------------+
6// | This program is free software; you can redistribute it and/or modify  |
7// | it under the terms of the GNU General Public License as published by  |
8// | the Free Software Foundation                                          |
9// |                                                                       |
10// | This program is distributed in the hope that it will be useful, but   |
11// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
12// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
13// | General Public License for more details.                              |
14// |                                                                       |
15// | You should have received a copy of the GNU General Public License     |
16// | along with this program; if not, write to the Free Software           |
17// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
18// | USA.                                                                  |
19// +-----------------------------------------------------------------------+
20
21if (!defined('PHPWG_ROOT_PATH'))
22{
23  die('Hacking attempt!');
24}
25
[8376]26// Italien
[8365]27$lang['page'] = 'pagina';
28$lang['image'] = 'immagine';
29$lang['standard'] = 'standard';
30$lang['button_count'] = 'tasto con contatore';
31$lang['box_count'] = 'box con contatore';
32$lang['like'] = 'mi piace';
33$lang['recommend'] = 'raccomanda';
34$lang['light'] = 'chiaro';
35$lang['dark'] = 'scuro';
36$lang['Social plugins'] = 'Moduli sociali';
37$lang['Advanced'] = 'Avanzato';
38$lang['Asynchronous Facebook access'] = 'Accesso asincrono a Facebook';
39$lang['Like button'] = 'tasto "mi piace"';
40$lang['Enabled'] = 'Attivato';
41$lang['Picture URL type'] = 'Tipo di URL per le immagini';
42$lang['Layout style'] = 'Stile di visualizzazione';
43$lang['Show faces'] = 'Vedere le facce';
44$lang['Verb to display'] = 'Testo da visualizzare';
45$lang['Color scheme'] = 'Combinazione di colori';
46$lang['Like box'] = 'Box "mi piace"';
47$lang['Show stream'] = 'Visualizza RSS';
48$lang['Show header'] = 'Vedere l\'intestazione';
49$lang['Facebook Page URL'] = 'URL della pagina di Facebook';
50$lang['Data updated with success'] = 'Dati aggiornati con successo';
51$lang['Data updated with error'] = 'Dati aggiornati con errori';
52$lang['Facepile'] = 'Facepile';
53$lang['on slideshow pages'] = 'sul diaporama';
54$lang['Num rows'] = 'Numero di linee';
55$lang['Comments'] = 'Commenti';
56$lang['Num posts'] = 'Numero di commenti visualizzati';
57$lang['Title'] = 'Titolo';
58$lang['Simple'] = 'Semplice';
59$lang['Reverse'] = 'Ordine inverso';
60$lang['Publish feed'] = 'Pubblicare i commenti';
61$lang['Facebook application identifient'] = 'ID dell\'applicazione Facebook';
62$lang['On picture pages'] = 'Nelle pagine d\'immagini';
63$lang['On menu of main pages'] = 'Nei menu delle pagini principali';
64$lang['Options'] = 'Opzioni';
65$lang['Like button and comments cannot be enabled together'] = 'Il tasto "Mi piace", ei commenti possono essere attivati contemporaneamente';
66$lang['enabled values are restored'] = 'i valori d\'attivazione sono stati restaurati';
67$lang['Informations'] = 'Informazioni';
68$lang['Continue'] = 'Continuare';
[8376]69$lang['Always initialize Facebook'] = 'Sempre inizializzare Facebook';
70$lang[' (?)'] = ' (?)';
71$lang['Useful for personal templates, plugins. A event if also defined for plugins.'] = 'Utile per i template (modelli) personali, plugin. Un evento è stato inoltre definito per i plugin.';
72$lang['Allow Facebook to see private page'] = 'Permettere Facebook di vedere le pagine private (consigliato)';
73$lang['Recommended in order to Facebook get title, ... of your pages for wall display'] = 'Consigliato per permettere a Facebook di ottenere il titolo, ..., delle vostre pagine per visualizzarle sulla bacheca.';
74$lang['To fill only if you want to use a specific Facebook application. It\'s recommended to leave blank.'] = 'Da compilare solo se si desidera utilizzare un\'applicazione specifica Facebook. Si raccomanda di lasciare il campo vuoto.';
75$lang['Page type allows to reference the page and Facebook can get informations (title, ...). Image type allows to reference image url and Facebook cannot get informations but works always with private albums.'] = 'Il tipo "pagina" permette di fare riferimento alla pagina e Facebook può recuperare le informazioni (titolo, ...). Il tipo "immagine" permette di fare riferimento all\'url dell\immagine e Facebook non può più ottenere ulteriori informazioni, ma funziona sempre con gli album privati.';
[8365]76
77
78?>
Note: See TracBrowser for help on using the repository browser.