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

ca.js « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1251844de267dec55bb4bf45c22576ca2c85d08f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
OC.L10N.register(
    "files_sharing",
    {
    "Server to server sharing is not enabled on this server" : "La compartició entre servidors no està activada en aquest servidor",
    "Invalid or untrusted SSL certificate" : "El certificat SSL és invàlid o no és fiable",
    "Couldn't add remote share" : "No s'ha pogut afegir una compartició remota",
    "Shared with you" : "Us han compartit",
    "Shared with others" : "Heu compartit",
    "Shared by link" : "Compartit amb enllaç",
    "Do you want to add the remote share {name} from {owner}@{remote}?" : "Voleu afegir la compartició remota {nom} des de {owner}@{remote}?",
    "Remote share" : "Compartició remota",
    "Remote share password" : "Contrasenya de compartició remota",
    "Cancel" : "Cancel·la",
    "Add remote share" : "Afegeix compartició remota",
    "No ownCloud installation found at {remote}" : "No s'ha trobat cap instal·lació ownCloud a {remote}",
    "Invalid ownCloud url" : "La url d'ownCloud no és vàlida",
    "Shared by" : "Compartit per",
    "This share is password-protected" : "Aquest compartit està protegit amb contrasenya",
    "The password is wrong. Try again." : "la contrasenya és incorrecta. Intenteu-ho de nou.",
    "Password" : "Contrasenya",
    "Name" : "Nom",
    "Share time" : "Temps de compartició",
    "Sorry, this link doesn’t seem to work anymore." : "Aquest enllaç sembla que no funciona.",
    "Reasons might be:" : "Les raons podrien ser:",
    "the item was removed" : "l'element ha estat eliminat",
    "the link expired" : "l'enllaç ha vençut",
    "sharing is disabled" : "s'ha desactivat la compartició",
    "For more info, please ask the person who sent this link." : "Per més informació contacteu amb qui us ha enviat l'enllaç.",
    "Add to your ownCloud" : "Afegiu a ownCloud",
    "Download" : "Baixa",
    "Download %s" : "Baixa %s",
    "Direct link" : "Enllaç directe"
},
"nplurals=2; plural=(n != 1);");