nextcloud/apps/contacts/l10n/ca.php

37 lines
1.2 KiB
PHP
Raw Normal View History

2012-01-11 04:06:59 +04:00
<?php $TRANSLATIONS = array(
"This is not your addressbook." => "Aquesta no és la vostra llibreta d'adreces",
"Contact could not be found." => "No s'ha trobat el contacte.",
"vCard could not be read." => "No s'ha pogut llegir la vCard",
"Information about vCard is incorrect. Please reload the page." => "La informació de la vCard és incorrecta. Carregueu la pàgina de nou.",
"Address" => "Adreça",
"Telephone" => "Telèfon",
"Email" => "Correu electrònic",
"Organization" => "Organització",
"Work" => "Feina",
"Home" => "Casa",
"Mobile" => "Mòbil",
"Text" => "Text",
"Voice" => "Veu",
"Fax" => "Fax",
"Video" => "Vídeo",
"Pager" => "Paginador",
"This is not your contact." => "Aquest contacte no és vostre.",
"This card is not RFC compatible." => "Aquesta targeta no és compatible amb RFC.",
"This card does not contain a photo." => "Aquesta targeta no conté foto.",
"Add Contact" => "Afegeix un contacte",
"Group" => "Grup",
"Name" => "Nom",
"PO Box" => "Adreça Postal",
"Extended" => "Addicional",
"Street" => "Carrer",
"City" => "Ciutat",
"Region" => "Comarca",
"Zipcode" => "Codi postal",
"Country" => "País",
"Create Contact" => "Crea un contacte",
"Edit" => "Edita",
"Delete" => "Elimina",
"Birthday" => "Aniversari",
"Phone" => "Telèfon"
);