Blame view
sources/apps/firstrunwizard/l10n/ca.php
1.01 KB
|
6d9380f96
|
1 2 3 |
<?php $TRANSLATIONS = array( "Welcome to %s" => "Benvingut a %s", |
|
d1bafeea1
|
4 |
"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.", |
|
6d9380f96
|
5 6 |
"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", |
|
d1bafeea1
|
7 8 9 |
"Connect your Calendar" => "Connecteu el vostre calendari", "Connect your Contacts" => "Connecteu els vostres contactes", "Access files via WebDAV" => "Accediu al fitxers mitjançant WebDAV", |
|
6d9380f96
|
10 11 |
"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>." |
|
d1bafeea1
|
12 |
); |
|
6d9380f96
|
13 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |