source: extensions/user_tags/language/it_IT/plugin.lang.php @ 11825

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

Update language IT

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.8 KB
RevLine 
[6929]1<?php
2// +-----------------------------------------------------------------------+
3// | User Tags  - a plugin for Piwigo                                      |
4// +-----------------------------------------------------------------------+
[11825]5// | Copyright(C) 2010-2011 Nicolas Roudaire        http://www.nikrou.net  |
[6929]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., 51 Franklin Street, Fifth Floor, Boston,            |
19// | MA 02110-1301 USA.                                                    |
20// +-----------------------------------------------------------------------+
21
[11825]22// admin
23$lang['Add permission updated'] = 'L\'autorizzazione "aggiungere" è stata aggiornata';
24$lang['Be careful, whatever the configuration value is, new tag can be deleted anyway'] = 'Attenzione, qualunque sia il valore di questo parametro di configurazione, i nuovi tag potranno essere cancellati';
25$lang['Delete permission updated'] = 'L\'autorizzazione "cancellare" è stata aggiornata';
26$lang['That plugin allow visitors to add tags to image.'] = 'Questo Plugin consente ai visitatori della galleria di aggiungere dei tag alle immagini';
27$lang['Who can add tags?'] = 'Chi può aggiungere dei tag?';
28$lang['Who can delete related tags?'] = 'Chi può cancellare dei tag?';
29$lang['You can choose which users (per status) can add and delete tags.'] = 'Potete definire quale tipo di utente può aggiungere/cancellare dei tag';
30
31// public
32$lang['Click to add tags'] = 'Cliccare per aggiungere dei tag';
[6929]33$lang['Start to type'] = 'Iniziare a digitare';
[11825]34$lang['Tags updated'] = 'I tag sono stati aggiornati';
[6929]35$lang['Update tags'] = 'Aggiornare i tag';
[11825]36$lang['You are not allowed to add nor delete tags'] = 'Non siete autorizzati ad aggiungere o cancellare dei tag';
37$lang['You are not allowed to add tags'] = 'Non siete autorizzati ad aggiungere dei tag';
38$lang['You are not allowed to delete tags'] = 'Non siete autorizzati a cancellare dei tag';
[6929]39?>
Note: See TracBrowser for help on using the repository browser.