Ignore:
Timestamp:
Jan 16, 2011, 9:43:56 PM (13 years ago)
Author:
rvelices
Message:

feature 2102 : rename item/image/picture to photo (public side)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/it_IT/common.lang.php

    r8665 r8711  
    33// | Piwigo - a PHP based picture gallery                                  |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2008-2010 Piwigo Team                  http://piwigo.org |
     5// | Copyright(C) 2008-2011 Piwigo Team                  http://piwigo.org |
    66// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
    77// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
     
    5555$lang['Album'] = 'Album';
    5656$lang['Close this window'] = 'Chiudi questa finestra';
    57 $lang['Complete RSS feed (images, comments)'] = 'Feed RSS completo (immagini, commenti)';
     57$lang['Complete RSS feed (photos, comments)'] = 'Feed RSS completo (immagini, commenti)';
    5858$lang['Confirm Password'] = 'Conferma la Password';
    5959$lang['Connection settings'] = 'Parametri di connessione';
     
    7979$lang['Help'] = 'Aiuto';
    8080$lang['Identification'] = 'Identificazione';
    81 $lang['Image only RSS feed'] = 'Feed RSS solo per le immagini';
     81$lang['Photos only RSS feed'] = 'Feed RSS solo per le immagini';
    8282$lang['Keyword'] = 'Parola chiave';
    8383$lang['Links'] = 'Links';
     
    114114$lang['Tag'] = 'Tag';
    115115$lang['Tags'] = 'Tags';
    116 $lang['The RSS notification feed provides notification on news from this website : new pictures, updated albums, new comments. Use a RSS feed reader.'] = 'L\'RSS Feed notifica delle novità della galleria: nuove immagini, nuovi album, nuovi commenti. Da usare con un lettore RSS Feed.';
     116$lang['The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'] = 'L\'RSS Feed notifica delle novità della galleria: nuove immagini, nuovi album, nuovi commenti. Da usare con un lettore RSS Feed.';
    117117$lang['Unknown feed identifier'] = 'Identificatore di flusso sconosciuto';
    118118$lang['User comments'] = 'Commenti utenti';
     
    201201$lang['E-mail address'] = $lang['Email address'];
    202202$lang['obligatory'] = 'obbligatorio';
    203 $lang['Maximum height of the pictures'] = 'Altezza massima delle immagini';
     203$lang['Maximum photo height'] = 'Altezza massima delle immagini';
    204204$lang['Maximum height must be a number superior to 50'] = 'L\'altezza massima deve essere un numero superiore a 50';
    205 $lang['Maximum width of the pictures'] = 'Larghezza massima delle immagini';
     205$lang['Maximum photo width'] = 'Larghezza massima delle immagini';
    206206$lang['Maximum width must be a number superior to 50'] = 'La larghezza massima deve essere un numero superiore a 50';
    207207$lang['display a calendar by creation date'] = 'Mostra il calendario per data di creazione';
    208 $lang['display all elements in all sub-albums'] = 'Mostrare tutti gli elementi in tutti gli album e sub album';
     208$lang['display all photos in all sub-albums'] = 'Mostrare tutti gli elementi in tutti gli album e sub album';
    209209$lang['return to normal view mode'] = 'Ritorna alla visualizzazione normale';
    210210$lang['display a calendar by posted date'] = 'Mostra il calendario per data d\'inserimento nella galleria';
     
    223223$lang['Most visited'] = 'Le più viste';
    224224$lang['display most visited photos'] = 'Mostra le foto le più viste';
    225 $lang['The number of images per row must be a not null scalar'] = 'Il numero d\'immagini per riga deve essere un intero non nullo';
    226 $lang['Number of images per row'] = 'Numero d\'immagini per riga';
     225$lang['The number of photos per row must be a not null scalar'] = 'Il numero d\'immagini per riga deve essere un intero non nullo';
     226$lang['Number of photos per row'] = 'Numero d\'immagini per riga';
    227227$lang['The number of rows per page must be a not null scalar'] = 'Il numero di righe per pagina deve essere un intero non nullo';
    228228$lang['Number of rows per page'] = 'Numero di righe per pagina';
     
    232232$lang['Next'] = 'Prossima';
    233233$lang['no rate'] = 'nessun voto';
    234 $lang['Elements posted within the last %d day.'] = 'Elementi pubblicati nell\'ultimo giorno %d.';
    235 $lang['Elements posted within the last %d days.'] = 'Elementi pubblicati negli ultimi %d giorni.';
     234$lang['Photos posted within the last %d day.'] = 'Elementi pubblicati nell\'ultimo giorno %d.';
     235$lang['Photos posted within the last %d days.'] = 'Elementi pubblicati negli ultimi %d giorni.';
    236236$lang['password updated'] = 'password aggiornata';
    237237$lang['Recent period must be a positive integer value'] = 'Il periodo deve essere un valore intero positivo';
    238 $lang['picture'] = 'immagini';
    239 $lang['Click on the picture to see it in high definition'] = 'Cliccare sull\'immagine per vederla in alta definizione';
     238$lang['photo'] = 'immagini';
     239$lang['Click on the photo to see it in high definition'] = 'Cliccare sull\'immagine per vederla in alta definizione';
    240240$lang['Show file metadata'] = 'Mostrare i metadati del file';
    241241$lang['Powered by'] = 'Sito realizzato grazie a';
     
    353353$lang['Sent by'] = 'Mandato da';
    354354$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'I cookies sono bloccati o non supportati dal vostro browser. Dovete attivare i cookie per connettervi.';
    355 $lang['Some info about this picture'] = 'Alcune informazioni su questa foto';
    356 $lang['Some more (technical) info about this picture'] = 'Alcune informazioni (tecniche) su questa foto';
    357355$lang['edit this comment'] = 'Modificare questo commento';
    358356$lang['Edit a comment'] = 'Modificare un commento';
Note: See TracChangeset for help on using the changeset viewer.