1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/l10n/oc.php

29 lines
1.2 KiB
PHP
Raw Normal View History

2012-11-16 00:04:07 +01:00
<?php $TRANSLATIONS = array(
2013-07-24 06:50:10 +02:00
"Contacts" => "Contactes",
"Save" => "Enregistra",
"Cancel" => "Annula",
"OK" => "D'accòrdi",
"Add" => "Ajusta",
2013-09-10 14:44:39 +02:00
"Import" => "Importa",
2013-09-05 11:38:03 +02:00
"There is no error, the file uploaded with success" => "Amontcargament capitat, pas d'errors",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Lo fichièr amontcargat es tròp bèl per la directiva «upload_max_filesize » del php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Lo fichièr amontcargat es mai gròs que la directiva «MAX_FILE_SIZE» especifiada dins lo formulari HTML",
"The uploaded file was only partially uploaded" => "Lo fichièr foguèt pas completament amontcargat",
"No file was uploaded" => "Cap de fichièrs son estats amontcargats",
"Missing a temporary folder" => "Un dorsièr temporari manca",
"Failed to write to disk" => "L'escriptura sul disc a fracassat",
2013-07-24 06:50:10 +02:00
"Other" => "Autres",
"Work" => "Trabalh",
2014-03-09 06:49:34 +01:00
"Delete" => "Escafa",
2013-07-24 06:50:10 +02:00
"Groups" => "Grops",
2014-03-09 06:49:34 +01:00
"Download" => "Avalcarga",
2014-01-11 06:50:01 +01:00
"Email" => "Corrièl",
2013-11-11 08:54:25 +01:00
"Name" => "Nom",
2013-07-24 06:50:10 +02:00
"Title" => "Títol",
"Birthday" => "Anniversari",
2013-09-09 01:36:47 +02:00
"Active" => "Actiu",
2013-07-24 06:50:10 +02:00
"Share" => "Parteja",
"Export" => "Exporta",
2014-03-10 05:49:39 +01:00
"Edit" => "Editar"
2012-11-16 00:04:07 +01:00
);