Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ca.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8cb1e620a2c0b72152aa9d459dd3b4b07d22c74f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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" => "Obtén les aplicacions per sincronitzar 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>.",
"If you like ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">recommend it to your friends</a>!" => "Si us agrada ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud és un programari obert genial per sincronitzar i compartir els vostres fitxers. El podeu obtenir gratuïtament a http://owncloud.org\">recomaneu-lo als vostres amics</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";