"Error (de)activating addressbook." => "Des erreurs se sont produites lors de l'activation/désactivation du carnet d'adresses.",
"There was an error adding the contact." => "Une erreur s'est produite lors de l'ajout du contact.",
"Cannot add empty property." => "Impossible d'ajouter un champ vide.",
"At least one of the address fields has to be filled out." => "Au moins un des champs d'adresses doit être complété.",
"Error adding contact property." => "Erreur lors de l'ajout du champ.",
"Error adding addressbook." => "Erreur lors de l'ajout du carnet d'adresses.",
"Error activating addressbook." => "Erreur lors de l'activation du carnet d'adresses.",
"Error deleting contact property." => "Erreur lors de la suppression du champ.",
"Error updating contact property." => "Erreur lors de la mise à jour du champ.",
"Error updating addressbook." => "Erreur lors de la mise à jour du carnet d'adresses.",
"Contacts" => "Contacts",
"This is not your addressbook." => "Ce n'est pas votre carnet d'adresses.",
"Contact could not be found." => "Ce contact n'a pas été trouvé.",
"Information about vCard is incorrect. Please reload the page." => "Les informations relatives à cette vCard sont incorrectes. Veuillez recharger la page.",
@ -14,10 +25,13 @@
"Fax" => "Fax",
"Video" => "Vidéo",
"Pager" => "Bipeur",
"Contact" => "Contact",
"This is not your contact." => "Ce n'est pas votre contact.",
"This card is not RFC compatible." => "Cette fiche n'est pas compatible RFC.",
"This card does not contain a photo." => "Cette fiche ne contient pas de photo.",
"Add Contact" => "Ajouter un Contact",
"Addressbooks" => "Carnets d'adresses",
"Addressbook" => "Carnet d'adresses",
"Name" => "Nom",
"Type" => "Type",
"PO Box" => "Boîte postale",
@ -34,8 +48,11 @@
"Download" => "Télécharger",
"Edit" => "Modifier",
"Delete" => "Supprimer",
"Download contact" => "Télécharger le contact",
"Delete contact" => "Supprimer le contact",
"Add" => "Ajouter",
"New Addressbook" => "Nouveau carnet d'adresses",
"Edit Addressbook" => "Éditer le carnet d'adresses",
"Displayname" => "Nom",
"Active" => "Carnet actif",
"Save" => "Sauvegarder",
@ -44,5 +61,6 @@
"Birthday" => "Anniversaire",
"Preferred" => "Préféré",
"Phone" => "Téléphone",
"Update" => "Enregistrer"
"Update" => "Enregistrer",
"CardDAV syncing address:" => "Adresse de synchronisation CardDAV :"
"There is no error, the file uploaded with success" => "Non hai erros, o ficheiro subeuse con éxito",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "O ficheiro subido supera a directiva upload_max_filesize no php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "O ficheiro subido supera a directiva MAX_FILE_SIZE que foi indicada no formulario HTML",
"The uploaded file was only partially uploaded" => "O ficheiro subido foi só parcialmente subido",
"No file was uploaded" => "Non se subeu ningún ficheiro",
"Missing a temporary folder" => "Falta un cartafol temporal",
"Files" => "Ficheiros",
"Maximum upload size" => "Tamaño máximo de subida",
"New" => "Novo",
"Text file" => "Ficheiro de texto",
"Folder" => "Cartafol",
"From the web" => "Desde a rede",
"Upload" => "Subir",
"Nothing in here. Upload something!" => "Nada por aquí. Sube algo!",
"Name" => "Nome",
"Download" => "Baixar",
"Size" => "Tamaño",
"Modified" => "Modificado",
"Delete" => "Eliminar",
"Upload too large" => "Subida demasiado grande",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Os ficheiros que tratas de subir superan o tamaño máximo permitido neste servidor"
if(file_exists(OC::$SERVERROOT."/config/config.php") and !is_writeable(OC::$SERVERROOT."/config/config.php")){
$errors[]=array('error'=>"Can't write into config directory 'config'",'hint'=>"You can usually fix this by giving the webserver use write access to the config directory in owncloud");