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

ca.js « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9998c85f0aa89bb0d072de29f87fb9bc5323c6a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "firstrunwizard",
    {
    "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",
    "Desktop client" : "Client d'escriptori",
    "Android app" : "aplicació para Android",
    "iOS app" : "aplicació para iOS",
    "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",
    "Documentation" : "Documentació",
    "Access files via WebDAV" : "Accediu al fitxers mitjançant WebDAV",
    "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,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud is a great open software to sync and share your files. \n\t\tYou can freely get it from http://owncloud.org\">\n\t\trecommend it to your friends</a>\n\tand <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">spread the word</a>!" : "Si us agrada ownCloud,\n\t<a href=\"mailto:?subject=ownCloud\n\t\t&body=ownCloud és un gran programari lliure per sincronitzar i compartir fitxers. \n\t\tPodeu obtenir-lo gratuïtament de http://owncloud.org\">\n\t\trecomaneu-lo als vostres amics</a>\n\ti <a href=\"http://owncloud.org/promote\"\n\t\ttarget=\"_blank\">escampeu-ho</a>!"
},
"nplurals=2; plural=(n != 1);");