source: extensions/community/language/it_IT/plugin.lang.php @ 9435

Last change on this file since 9435 was 9435, checked in by ddtddt, 13 years ago

[extensions] - community - add DE and IT thanks to sugar888

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009      Pierrick LE GALL             http://piwigo.org |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19// | USA.                                                                  |
20// +-----------------------------------------------------------------------+
21
22$lang['Add a permission'] = 'Aggiungere un permesso';
23$lang['Who?'] = 'Chi?';
24$lang['any visitor'] = 'qualsiasi visitatore';
25$lang['any registered user'] = 'qualsiasi utente registrato';
26$lang['a specific user'] = 'un utente specifico';
27$lang['a group'] = 'un gruppo';
28$lang['Where?'] = 'Dove?';
29$lang['The whole gallery'] = 'Tutta la galleria';
30$lang['ability to create sub-albums'] = 'abilità di creare un sub album';
31$lang['Which level of trust?'] = 'Quale livello di fiducia?';
32$lang['sub-albums creation'] = 'creazione dei sub album';
33$lang['Upload Permissions'] = 'Permesso per l\'upload';
34$lang['Pending Photos'] = 'Foto pendenti';
35$lang['Permission added'] = 'Permesso aggiunto';
36$lang['Permission removed'] = 'Permesso rimosso';
37$lang['%s (the user)'] = '%s (l\'utente)';
38$lang['%s (the group)'] = '%s (il gruppo)';
39$lang['low trust'] = 'bassa affidabilità';
40$lang['uploaded photos must be validated by an administrator'] = 'le foto caricate devono essere validate da un amministratore';
41$lang['high trust'] = 'alta affidabilità';
42$lang['uploaded photos are directly displayed in the gallery'] = 'le foto caricate sono direttamente visualizzate nella galleria';
43$lang['%d photos validated'] = '%d foto validate';
44$lang['%d photos rejected'] = '%d foto respinte';
45$lang['web size'] = 'formato web';
46$lang['Zoom'] = 'Zoom';
47$lang['Upload your own photos'] = 'Caricate le vostre foto';
48$lang['%d photos uploaded by %s'] = '%d foto caricate da %s';
49$lang['Validation page: %s'] = 'Pagina di validazione: %s';
50$lang['%d photos uploaded into album "%s"'] = '%d le foto caricate nell\'album "%s"';
51$lang['Hi administrators,'] = 'Salve amministratori,';
52
53?>
Note: See TracBrowser for help on using the repository browser.