source: extensions/FacebookPlug/Plugin/language/it_IT/plugin.lang.php @ 8365

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

Update language IT

File size: 3.5 KB
Line 
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
26// Français
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['Allow Facebook to see private page (recommended)'] = 'Permettere Facebook di vedere le pagine private (consigliato)';
40$lang['Like button'] = 'tasto "mi piace"';
41$lang['Enabled'] = 'Attivato';
42$lang['Picture URL type'] = 'Tipo di URL per le immagini';
43$lang['Layout style'] = 'Stile di visualizzazione';
44$lang['Show faces'] = 'Vedere le facce';
45$lang['Verb to display'] = 'Testo da visualizzare';
46$lang['Color scheme'] = 'Combinazione di colori';
47$lang['Like box'] = 'Box "mi piace"';
48$lang['Show stream'] = 'Visualizza RSS';
49$lang['Show header'] = 'Vedere l\'intestazione';
50$lang['Facebook Page URL'] = 'URL della pagina di Facebook';
51$lang['Data updated with success'] = 'Dati aggiornati con successo';
52$lang['Data updated with error'] = 'Dati aggiornati con errori';
53$lang['Facepile'] = 'Facepile';
54$lang['on slideshow pages'] = 'sul diaporama';
55$lang['Num rows'] = 'Numero di linee';
56$lang['Comments'] = 'Commenti';
57$lang['Num posts'] = 'Numero di commenti visualizzati';
58$lang['Title'] = 'Titolo';
59$lang['Simple'] = 'Semplice';
60$lang['Reverse'] = 'Ordine inverso';
61$lang['Publish feed'] = 'Pubblicare i commenti';
62$lang['Facebook application identifient'] = 'ID dell\'applicazione Facebook';
63$lang['On picture pages'] = 'Nelle pagine d\'immagini';
64$lang['On menu of main pages'] = 'Nei menu delle pagini principali';
65$lang['Options'] = 'Opzioni';
66$lang['Like button and comments cannot be enabled together'] = 'Il tasto "Mi piace", ei commenti possono essere attivati contemporaneamente';
67$lang['enabled values are restored'] = 'i valori d\'attivazione sono stati restaurati';
68$lang['Informations'] = 'Informazioni';
69$lang['Continue'] = 'Continuare';
70
71
72?>
Note: See TracBrowser for help on using the repository browser.