2012-01-11 04:06:59 +04:00
< ? php $TRANSLATIONS = array (
2012-08-02 04:06:16 +04:00
" Error (de)activating addressbook. " => " Error en (des)activar la llibreta d'adreces. " ,
2012-08-04 04:04:21 +04:00
" id is not set. " => " no s'ha establert la id. " ,
2012-08-02 04:06:16 +04:00
" Cannot update addressbook with an empty name. " => " No es pot actualitzar la llibreta d'adreces amb un nom buit " ,
" Error updating addressbook. " => " Error en actualitzar la llibreta d'adreces. " ,
2012-05-13 21:59:44 +04:00
" No ID provided " => " No heu facilitat cap ID " ,
" Error setting checksum. " => " Error en establir la suma de verificació. " ,
" No categories selected for deletion. " => " No heu seleccionat les categories a eliminar. " ,
" No address books found. " => " No s'han trobat llibretes d'adreces. " ,
" No contacts found. " => " No s'han trobat contactes. " ,
2012-08-04 04:04:21 +04:00
" There was an error adding the contact. " => " S'ha produït un error en afegir el contacte. " ,
" element name is not set. " => " no s'ha establert el nom de l'element. " ,
" Could not parse contact: " => " No s'ha pogut processar el contacte: " ,
" Cannot add empty property. " => " No es pot afegir una propietat buida. " ,
" At least one of the address fields has to be filled out. " => " Almenys heu d'omplir un dels camps d'adreça. " ,
" Trying to add duplicate property: " => " Esteu intentant afegir una propietat duplicada: " ,
" Error adding contact property: " => " Error en afegir la propietat del contacte: " ,
" Information about vCard is incorrect. Please reload the page. " => " La informació de la vCard és incorrecta. Carregueu la pàgina de nou. " ,
" Error deleting contact property. " => " Error en eliminar la propietat del contacte. " ,
2012-05-13 21:59:44 +04:00
" Missing ID " => " Falta la ID " ,
" Error parsing VCard for ID: \" " => " Error en analitzar la ID de la VCard: \" " ,
2012-08-04 04:04:21 +04:00
" checksum is not set. " => " no s'ha establert la suma de verificació. " ,
" Information about vCard is incorrect. Please reload the page: " => " La informació de la vCard és incorrecta. Carregueu de nou la pàgina: " ,
" Something went FUBAR. " => " Alguna cosa ha anat FUBAR. " ,
" Error updating contact property. " => " Error en actualitzar la propietat del contacte. " ,
2012-05-13 21:59:44 +04:00
" No contact ID was submitted. " => " No s'ha tramès cap ID de contacte. " ,
" Error reading contact photo. " => " Error en llegir la foto del contacte. " ,
" Error saving temporary file. " => " Error en desar el fitxer temporal. " ,
" The loading photo is not valid. " => " La foto carregada no és vàlida. " ,
" Contact ID is missing. " => " falta la ID del contacte. " ,
" No photo path was submitted. " => " No heu tramès el camí de la foto. " ,
" File doesn't exist: " => " El fitxer no existeix: " ,
2012-06-06 02:29:28 +04:00
" Error loading image. " => " Error en carregar la imatge. " ,
2012-07-27 04:04:26 +04:00
" Error getting contact object. " => " Error en obtenir l'objecte contacte. " ,
" Error getting PHOTO property. " => " Error en obtenir la propietat PHOTO. " ,
" Error saving contact. " => " Error en desar el contacte. " ,
" Error resizing image " => " Error en modificar la mida de la imatge " ,
" Error cropping image " => " Error en retallar la imatge " ,
" Error creating temporary image " => " Error en crear la imatge temporal " ,
" Error finding image: " => " Error en trobar la imatge: " ,
2012-05-13 21:59:44 +04:00
" Error uploading contacts to storage. " => " Error en carregar contactes a l'emmagatzemament. " ,
" There is no error, the file uploaded with success " => " No hi ha errors, el fitxer s'ha carregat correctament " ,
" The uploaded file exceeds the upload_max_filesize directive in php.ini " => " El fitxer carregat supera la directiva upload_max_filesize de php.ini " ,
" The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form " => " El fitxer carregat supera la directiva MAX_FILE_SIZE especificada al formulari HTML " ,
" The uploaded file was only partially uploaded " => " El fitxer només s'ha carregat parcialment " ,
" No file was uploaded " => " No s'ha carregat cap fitxer " ,
" Missing a temporary folder " => " Falta un fitxer temporal " ,
2012-07-27 04:04:26 +04:00
" Couldn't save temporary image: " => " No s'ha pogut desar la imatge temporal: " ,
" Couldn't load temporary image: " => " No s'ha pogut carregar la imatge temporal: " ,
" No file was uploaded. Unknown error " => " No s'ha carregat cap fitxer. Error desconegut " ,
2012-01-16 20:34:42 +04:00
" Contacts " => " Contactes " ,
2012-07-27 04:04:26 +04:00
" Sorry, this functionality has not been implemented yet " => " Aquesta funcionalitat encara no està implementada " ,
" Not implemented " => " No implementada " ,
" Couldn't get a valid address. " => " No s'ha pogut obtenir una adreça vàlida. " ,
" Error " => " Error " ,
" This property has to be non-empty. " => " Aquesta propietat no pot ser buida. " ,
" Couldn't serialize elements. " => " No s'han pogut serialitzar els elements. " ,
" 'deleteProperty' called without type argument. Please report at bugs.owncloud.org " => " 'deleteProperty' s'ha cridat sense argument de tipus. Informeu-ne a bugs.owncloud.org " ,
" Edit name " => " Edita el nom " ,
" No files selected for upload. " => " No s'han seleccionat fitxers per a la pujada. " ,
" The file you are trying to upload exceed the maximum size for file uploads on this server. " => " El fitxer que intenteu pujar excedeix la mida màxima de pujada en aquest servidor. " ,
2012-08-12 04:04:58 +04:00
" Error loading profile picture. " => " Error en carregar la imatge de perfil. " ,
2012-07-27 04:04:26 +04:00
" Select type " => " Seleccioneu un tipus " ,
2012-08-03 04:04:12 +04:00
" Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted. " => " Heu marcat eliminar alguns contactes, però encara no s'han eliminat. Espereu mentre s'esborren. " ,
2012-08-17 02:45:46 +04:00
" Do you want to merge these address books? " => " Voleu fusionar aquestes llibretes d'adreces? " ,
2012-07-27 04:04:26 +04:00
" Result: " => " Resultat: " ,
" imported, " => " importat, " ,
" failed. " => " fallada. " ,
2012-08-03 04:04:12 +04:00
" Displayname cannot be empty. " => " El nom a mostrar no pot ser buit " ,
" Addressbook not found: " => " No s'ha trobat la llibreta d'adreces: " ,
2012-01-11 04:06:59 +04:00
" This is not your addressbook. " => " Aquesta no és la vostra llibreta d'adreces " ,
" Contact could not be found. " => " No s'ha trobat el contacte. " ,
" Work " => " Feina " ,
" Home " => " Casa " ,
2012-08-23 04:07:35 +04:00
" Other " => " Altres " ,
2012-01-11 04:06:59 +04:00
" Mobile " => " Mòbil " ,
" Text " => " Text " ,
" Voice " => " Veu " ,
2012-05-13 21:59:44 +04:00
" Message " => " Missatge " ,
2012-01-11 04:06:59 +04:00
" Fax " => " Fax " ,
" Video " => " Vídeo " ,
" Pager " => " Paginador " ,
2012-05-13 21:59:44 +04:00
" Internet " => " Internet " ,
2012-07-27 04:04:26 +04:00
" Birthday " => " Aniversari " ,
" Business " => " Negocis " ,
" Call " => " Trucada " ,
" Clients " => " Clients " ,
" Deliverer " => " Emissari " ,
" Holidays " => " Vacances " ,
" Ideas " => " Idees " ,
" Journey " => " Viatge " ,
" Jubilee " => " Aniversari " ,
" Meeting " => " Reunió " ,
" Personal " => " Personal " ,
" Projects " => " Projectes " ,
" Questions " => " Preguntes " ,
2012-05-13 21:59:44 +04:00
" { name}'s Birthday " => " Aniversari de { name} " ,
2012-08-03 04:04:12 +04:00
" Contact " => " Contacte " ,
2012-05-09 14:41:01 +04:00
" Add Contact " => " Afegeix un contacte " ,
2012-07-27 04:04:26 +04:00
" Import " => " Importa " ,
2012-08-02 04:06:16 +04:00
" Settings " => " Configuració " ,
2012-01-16 20:34:42 +04:00
" Addressbooks " => " Llibretes d'adreces " ,
2012-07-27 04:04:26 +04:00
" Close " => " Tanca " ,
" Keyboard shortcuts " => " Dreceres de teclat " ,
" Navigation " => " Navegació " ,
" Next contact in list " => " Següent contacte de la llista " ,
" Previous contact in list " => " Contacte anterior de la llista " ,
" Expand/collapse current addressbook " => " Expandeix/col·lapsa la llibreta d'adreces " ,
2012-08-11 04:05:58 +04:00
" Next addressbook " => " Llibreta d'adreces següent " ,
" Previous addressbook " => " Llibreta d'adreces anterior " ,
2012-07-27 04:04:26 +04:00
" Actions " => " Accions " ,
" Refresh contacts list " => " Carrega de nou la llista de contactes " ,
" Add new contact " => " Afegeix un contacte nou " ,
" Add new addressbook " => " Afegeix una llibreta d'adreces nova " ,
" Delete current contact " => " Esborra el contacte " ,
2012-05-13 21:59:44 +04:00
" Drop photo to upload " => " Elimina la foto a carregar " ,
2012-07-27 04:04:26 +04:00
" Delete current photo " => " Elimina la foto actual " ,
" Edit current photo " => " Edita la foto actual " ,
" Upload new photo " => " Carrega una foto nova " ,
" Select photo from ownCloud " => " Selecciona una foto de ownCloud " ,
2012-05-13 21:59:44 +04:00
" Format custom, Short name, Full name, Reverse or Reverse with comma " => " Format personalitzat, Nom curt, Nom sencer, Invertit o Invertit amb coma " ,
" Edit name details " => " Edita detalls del nom " ,
2012-08-23 04:07:35 +04:00
" Organization " => " Organització " ,
2012-08-02 04:06:16 +04:00
" Delete " => " Suprimeix " ,
2012-05-13 21:59:44 +04:00
" Nickname " => " Sobrenom " ,
" Enter nickname " => " Escriviu el sobrenom " ,
2012-07-27 04:04:26 +04:00
" Web site " => " Adreça web " ,
" http://www.somesite.com " => " http://www.somesite.com " ,
" Go to web site " => " Vés a la web " ,
2012-05-13 21:59:44 +04:00
" dd-mm-yyyy " => " dd-mm-yyyy " ,
" Groups " => " Grups " ,
" Separate groups with commas " => " Separeu els grups amb comes " ,
" Edit groups " => " Edita els grups " ,
2012-05-09 14:41:01 +04:00
" Preferred " => " Preferit " ,
2012-05-13 21:59:44 +04:00
" Please specify a valid email address. " => " Especifiqueu una adreça de correu electrònic correcta " ,
" Enter email address " => " Escriviu una adreça de correu electrònic " ,
" Mail to address " => " Envia per correu electrònic a l'adreça " ,
" Delete email address " => " Elimina l'adreça de correu electrònic " ,
" Enter phone number " => " Escriviu el número de telèfon " ,
" Delete phone number " => " Elimina el número de telèfon " ,
" View on map " => " Visualitza al mapa " ,
" Edit address details " => " Edita els detalls de l'adreça " ,
" Add notes here. " => " Afegiu notes aquí. " ,
" Add field " => " Afegeix un camp " ,
2012-05-09 14:41:01 +04:00
" Phone " => " Telèfon " ,
2012-08-23 04:07:35 +04:00
" Email " => " Correu electrònic " ,
" Address " => " Adreça " ,
2012-05-13 21:59:44 +04:00
" Note " => " Nota " ,
2012-07-27 04:04:26 +04:00
" Download contact " => " Baixa el contacte " ,
" Delete contact " => " Suprimeix el contacte " ,
" The temporary image has been removed from cache. " => " La imatge temporal ha estat eliminada de la memòria de cau. " ,
2012-05-13 21:59:44 +04:00
" Edit address " => " Edita l'adreça " ,
2012-01-15 18:12:58 +04:00
" Type " => " Tipus " ,
2012-05-09 14:41:01 +04:00
" PO Box " => " Adreça postal " ,
2012-07-27 04:04:26 +04:00
" Street address " => " Adreça " ,
" Street and number " => " Carrer i número " ,
2012-01-11 04:06:59 +04:00
" Extended " => " Addicional " ,
2012-07-27 04:04:26 +04:00
" Apartment number etc. " => " Número d'apartament, etc. " ,
2012-01-11 04:06:59 +04:00
" City " => " Ciutat " ,
" Region " => " Comarca " ,
2012-07-27 04:04:26 +04:00
" E.g. state or province " => " p. ex. Estat o província " ,
2012-01-11 04:06:59 +04:00
" Zipcode " => " Codi postal " ,
2012-07-27 04:04:26 +04:00
" Postal code " => " Codi postal " ,
2012-01-11 04:06:59 +04:00
" Country " => " País " ,
2012-05-09 14:41:01 +04:00
" Addressbook " => " Llibreta d'adreces " ,
2012-05-13 21:59:44 +04:00
" Hon. prefixes " => " Prefix honorífic: " ,
" Miss " => " Srta " ,
" Ms " => " Sra " ,
" Mr " => " Sr " ,
" Sir " => " Senyor " ,
" Mrs " => " Sra " ,
" Dr " => " Dr " ,
" Given name " => " Nom específic " ,
" Additional names " => " Noms addicionals " ,
" Family name " => " Nom de familia " ,
" Hon. suffixes " => " Sufix honorífic: " ,
" J.D. " => " J.D. " ,
" M.D. " => " M.D. " ,
" D.O. " => " D.O. " ,
" D.C. " => " D.C. " ,
" Ph.D. " => " Ph.D. " ,
" Esq. " => " Esq. " ,
" Jr. " => " Jr. " ,
" Sn. " => " Sn. " ,
" Import a contacts file " => " Importa un fitxer de contactes " ,
" Please choose the addressbook " => " Escolliu la llibreta d'adreces " ,
" create a new addressbook " => " crea una llibreta d'adreces nova " ,
" Name of new addressbook " => " Nom de la nova llibreta d'adreces " ,
" Importing contacts " => " S'estan important contactes " ,
" You have no contacts in your addressbook. " => " No teniu contactes a la llibreta d'adreces. " ,
" Add contact " => " Afegeix un contacte " ,
" Configure addressbooks " => " Configura les llibretes d'adreces " ,
2012-07-27 04:04:26 +04:00
" Select Address Books " => " Selecccioneu llibretes d'adreces " ,
" Enter name " => " Escriviu un nom " ,
" Enter description " => " Escriviu una descripció " ,
2012-05-13 21:59:44 +04:00
" CardDAV syncing addresses " => " Adreces de sincronització CardDAV " ,
" more info " => " més informació " ,
" Primary address (Kontact et al) " => " Adreça primària (Kontact i al) " ,
2012-07-27 04:04:26 +04:00
" iOS/OS X " => " iOS/OS X " ,
2012-08-03 04:04:12 +04:00
" Show CardDav link " => " Mostra l'enllaç CardDav " ,
" Show read-only VCF link " => " Mostra l'enllaç VCF només de lectura " ,
2012-08-23 04:07:35 +04:00
" Share " => " Comparteix " ,
2012-08-02 04:06:16 +04:00
" Download " => " Baixa " ,
" Edit " => " Edita " ,
2012-08-03 04:04:12 +04:00
" New Address Book " => " Nova llibreta d'adreces " ,
" Name " => " Nom " ,
" Description " => " Descripció " ,
" Save " => " Desa " ,
" Cancel " => " Cancel·la " ,
" More... " => " Més... "
2012-01-11 04:06:59 +04:00
);