Ignore:
Timestamp:
Jan 18, 2013, 8:21:30 PM (11 years ago)
Author:
nikrou
Message:

Mise à jour année du copyright

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/user_tags/language/it_IT/plugin.lang.php

    r20139 r20251  
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
    8 // | it under the terms of the GNU General Public License version2 as      |
     8// | it under the terms of the GNU General Public License version 2 as     |
    99// | published by the Free Software Foundation                             |
    1010// |                                                                       |
     
    2020// +-----------------------------------------------------------------------+
    2121
     22$lang['Click to add tags'] = 'Premere per aggiungere dei tag';
     23$lang['Start to type'] = 'Iniziare a digitare';
     24$lang['Update tags'] = 'Aggiornare i tag';
     25$lang['Tags updated'] = 'I tag sono stati aggiornati';
     26$lang['Cancel'] = 'Cancellare';
     27
    2228// 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';
     29$lang['That plugin allow visitors to add tags to image.'] = 'il plug-in consente ai visitatori di aggiungere dei tag alle immagini';
     30$lang['You can choose which users (per status) can add and delete tags.'] = 'Lei può scegliere (tramite lo stato) quale utente possa aggiungere ed eliminare i tag.';
     31$lang['Be careful, whatever the configuration value is, new tag can be deleted anyway'] = 'Attenzione qualunque sia il valore di configurazione, un nuovo tag può essere eliminato in qualsiasi momento';
     32$lang['Who can add tags?'] = 'Chi può aggiungere i tag?';
     33$lang['Who can delete related tags?'] = 'Chi può eliminare i tag?';
    3034
    31 // public
    32 $lang['Click to add tags'] = 'Cliccare per aggiungere dei tag';
    33 $lang['Start to type'] = 'Iniziare a digitare';
    34 $lang['Tags updated'] = 'I tag sono stati aggiornati';
    35 $lang['Update tags'] = 'Aggiornare i tag';
    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';
     35$lang['Add permission updated'] = 'Aggiornato l\'aggiungere dell\'autorizzazione';
     36$lang['Delete permission updated'] = 'Aggiornato l\'elimino dell\'autorizzazione';
    3937?>
Note: See TracChangeset for help on using the changeset viewer.