Blame view
sources/apps/contacts/l10n/oc.php
1.3 KB
|
d1bafeea1
|
1 2 |
<?php $TRANSLATIONS = array( "Contacts" => "Contactes", |
|
6d9380f96
|
3 |
"Ok" => "D'accòrdi", |
|
d1bafeea1
|
4 |
"Cancel" => "Annula", |
|
6d9380f96
|
5 |
"Save" => "Enregistra", |
|
d1bafeea1
|
6 7 8 |
"OK" => "D'accòrdi", "Add" => "Ajusta", "Import" => "Importa", |
|
d1bafeea1
|
9 10 11 12 13 14 15 16 |
"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", "Other" => "Autres", |
|
6d9380f96
|
17 |
"ownCloud" => "ownCloud", |
|
d1bafeea1
|
18 |
"Work" => "Trabalh", |
|
6d9380f96
|
19 |
"Delete" => "Escafa", |
|
d1bafeea1
|
20 |
"Groups" => "Grops", |
|
6d9380f96
|
21 22 |
"Download" => "Avalcarga", "Email" => "Corrièl", |
|
d1bafeea1
|
23 24 25 |
"Name" => "Nom", "Title" => "Títol", "Birthday" => "Anniversari", |
|
d1bafeea1
|
26 27 28 |
"Active" => "Actiu", "Share" => "Parteja", "Export" => "Exporta", |
|
6d9380f96
|
29 30 31 |
"Edit" => "Editar", "Description" => "Descripcion", "Password" => "Senhal" |
|
d1bafeea1
|
32 |
); |