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/ca_ES/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 |
     
    5454$lang['Album'] = 'Categoria';
    5555$lang['Close this window'] = 'Tanca aquesta finestra';
    56 $lang['Complete RSS feed (images, comments)'] = 'Canal RSS complet (imatges, comentaris)';
     56$lang['Complete RSS feed (photos, comments)'] = 'Canal RSS complet (imatges, comentaris)';
    5757$lang['Confirm Password'] = 'Confirma la contrasenya';
    5858$lang['Connection settings'] = 'Paràmetres de connexió';
     
    7878$lang['Help'] = 'Ajuda';
    7979$lang['Identification'] = 'Identificació';
    80 $lang['Image only RSS feed'] = 'Canal RSS només d\imatges';
     80$lang['Photos only RSS feed'] = 'Canal RSS només d\imatges';
    8181$lang['Keyword'] = 'Paraula clau';
    8282$lang['Links'] = 'Enllaços';
     
    113113$lang['Tag'] = 'Etiqueta';
    114114$lang['Tags'] = 'Etiquetes';
    115 $lang['The RSS notification feed provides notification on news from this website : new pictures, updated albums, new comments. Use a RSS feed reader.'] = 'Els avisos per canal RSS aporten avisos de notícies d\'aquest lloc web : imatges noves, categories actualitzades, comentaris nous. Utilitzeu un lector de canal de RSS.';
     115$lang['The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'] = 'Els avisos per canal RSS aporten avisos de notícies d\'aquest lloc web : imatges noves, categories actualitzades, comentaris nous. Utilitzeu un lector de canal de RSS.';
    116116$lang['Unknown feed identifier'] = 'Identificador de canal desconegut';
    117117$lang['User comments'] = 'Comentaris dels usuaris';
     
    199199$lang['E-mail address'] = 'Adreça de correu electrònic';
    200200$lang['obligatory'] = 'Obligatori';
    201 $lang['Maximum height of the pictures'] = 'Alçada màxima de les imatges';
     201$lang['Maximum photo height'] = 'Alçada màxima de les imatges';
    202202$lang['Maximum height must be a number superior to 50'] = 'L\'alçada màxima ha de ser un número superior a 50';
    203 $lang['Maximum width of the pictures'] = 'Amplada màxima de les imatges';
     203$lang['Maximum photo width'] = 'Amplada màxima de les imatges';
    204204$lang['Maximum width must be a number superior to 50'] = 'L\'amplada màxima ha de ser un número superior a 50';
    205205$lang['display a calendar by creation date'] = 'visualitza un calendari per data de creació';
    206 $lang['display all elements in all sub-albums'] = 'visualitza tots els elements de totes les sub-categories';
     206$lang['display all photos in all sub-albums'] = 'visualitza tots els elements de totes les sub-categories';
    207207$lang['return to normal view mode'] = 'Torna a la vista normal';
    208208$lang['display a calendar by posted date'] = 'visualitza un calendari per data de publicació';
     
    221221$lang['Most visited'] = 'Més visitades';
    222222$lang['display most visited photos'] = 'visualitza les imatges més visitades';
    223 $lang['The number of images per row must be a not null scalar'] = 'El nombre d\'imatges per fila ha de ser un escalar no nul';
    224 $lang['Number of images per row'] = 'Nombre d\'imatges per fila';
     223$lang['The number of photos per row must be a not null scalar'] = 'El nombre d\'imatges per fila ha de ser un escalar no nul';
     224$lang['Number of photos per row'] = 'Nombre d\'imatges per fila';
    225225$lang['The number of rows per page must be a not null scalar'] = 'El nombre de files per pàgina ha de ser un escalar no nul';
    226226$lang['Number of rows per page'] = 'Nombre de files per pàgina';
     
    231231$lang['Home'] = 'Inici';
    232232$lang['no rate'] = 'no valorada';
    233 $lang['Elements posted within the last %d day.'] = 'Elements publicats en els últims %d dies.';
    234 $lang['Elements posted within the last %d days.'] = 'Elements publicats en els últims %d dies.';
     233$lang['Photos posted within the last %d day.'] = 'Elements publicats en els últims %d dies.';
     234$lang['Photos posted within the last %d days.'] = 'Elements publicats en els últims %d dies.';
    235235$lang['password updated'] = 'contrasenya actualitzada';
    236236$lang['Recent period must be a positive integer value'] = 'El periode recent ha de ser un valor enter positiu';
    237 /* DEPRECATED USED IN comments.php FOR image_id ? */ $lang['picture'] = 'imatge';
    238 $lang['Click on the picture to see it in high definition'] = 'Cliqueu sobre la imatge per veure-la en alta definició.';
     237/* DEPRECATED USED IN comments.php FOR image_id ? */ $lang['photo'] = 'imatge';
     238$lang['Click on the photo to see it in high definition'] = 'Cliqueu sobre la imatge per veure-la en alta definició.';
    239239$lang['Show file metadata'] = 'Mostra el fitxer de les metadades';
    240240$lang['Powered by'] = 'Impulsat per';
     
    356356$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Les galetes estan bloquejades o el navegador no en permet l\'ús. Heu d\'habilitar les galetes per poder-vos connectar.';
    357357
    358 $lang['Some info about this picture'] = "Una mica d'informació sobre aquesta imatge";
    359 $lang['Some more (technical) info about this picture'] = "Una mica més d'informació (tècnica) sobre aquesta imatge";
    360358$lang['edit this comment'] = "edita aquest comentari";
    361359$lang['Edit a comment'] = "Edita un comentari";
Note: See TracChangeset for help on using the changeset viewer.