1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | |
---|
6 | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | |
---|
7 | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | |
---|
8 | // +-----------------------------------------------------------------------+ |
---|
9 | // | This program is free software; you can redistribute it and/or modify | |
---|
10 | // | it under the terms of the GNU General Public License as published by | |
---|
11 | // | the Free Software Foundation | |
---|
12 | // | | |
---|
13 | // | This program is distributed in the hope that it will be useful, but | |
---|
14 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
15 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
16 | // | General Public License for more details. | |
---|
17 | // | | |
---|
18 | // | You should have received a copy of the GNU General Public License | |
---|
19 | // | along with this program; if not, write to the Free Software | |
---|
20 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
21 | // | USA. | |
---|
22 | // +-----------------------------------------------------------------------+ |
---|
23 | $lang['Stop accumulating matches after'] = 'Stop accumulo uguaglianze dopo'; |
---|
24 | $lang['positive matches'] = 'uguaglianza positiva'; |
---|
25 | $lang['(Auto completions are automatically invalidated on uploads, permission changes ...).'] = '(Auto completamenti sono automaticamente invalidati su upload, modifiche di autorizzazioni ...).'; |
---|
26 | $lang['If you change album/tag names or permalink you might want to'] = 'Se si cambia nome album/tag o permalink si potrebbe desiderare di'; |
---|
27 | $lang['Weight'] = 'Peso'; |
---|
28 | $lang['Weight:'] = 'Peso:'; |
---|
29 | $lang['Custom'] = 'Personalizzato'; |
---|
30 | $lang['Invalidate auto completion index cache'] = 'Invalidare cache dell\'indice del completamento automatico'; |
---|
31 | $lang['Use <b>\</b> to break search (e.g. Central Park\, NY will not match NY but it will display it)'] = 'Utilizzare <b>\</b> per rompere la ricerca (ad esempio Central Park\, NY non eguaglierà NY ma sarà visualizzata)'; |
---|
32 | $lang['Leave empty for automatic gallery search <br>OR enter an url ($r/ at the start of url means this gallery)<br>OR enter q=Term to search for a specific term'] = 'Lasciare vuoto per la ricerca automatica nella galleria <br>O inserire un url ($r/ all\'inizio dell\'url significa questa galleria)<br>O inserire q=Term per cercare un termine specifico'; |
---|
33 | $lang['No data available in table'] = 'Non sono disponibili dati in tabella'; |
---|
34 | $lang['Query:'] = 'Query:'; |
---|
35 | $lang['Look for matches in other languages if the number of matches in main language is less than'] = 'Cercare corrispondenze in altre lingue se il numero di corrispondenze nella lingua principale è inferiore a'; |
---|
36 | $lang['Maximum number of suggestions'] = 'Numero massimo di suggerimenti'; |
---|
37 | $lang['Name'] = 'Nome'; |
---|
38 | $lang['Ideal number of suggestions'] = 'Numero ideale di suggerimenti'; |
---|
39 | $lang['URL'] = 'URL'; |
---|
40 | $lang['Url:'] = 'Url:'; |
---|
41 | $lang['Exclude'] = 'Escludere'; |
---|
42 | $lang['Create a new suggestion'] = 'Creare un nuovo suggerimento'; |
---|
43 | $lang['Configuration'] = 'Configurazione'; |
---|
44 | $lang['Actions'] = 'Azioni'; |
---|
45 | ?> |
---|