ca.php 1.01 KB
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "Benvingut a %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Els vostres serveis personals. Tots els fitxers, contactes, calendaris i més en un sol lloc.",
"Get the apps to sync your files" => "Obtingueu les aplicacions per sincronitzar els vostres fitxers",
"Connect your desktop apps to %s" => "Connecteu les aplicacions d'escriptori a %s",
"Connect your Calendar" => "Connecteu el vostre calendari",
"Connect your Contacts" => "Connecteu els vostres contactes",
"Access files via WebDAV" => "Accediu al fitxers mitjançant WebDAV",
"Documentation" => "Documentació",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Hi ha més informació a la <a target=\"_blank\" href=\"%s\">documentació</a> a la <a target=\"_blank\" href=\"http://owncloud.org\">web</a>."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";