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

oc.js « l10n - github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 75f6a8629fdbf89b315ee240da49e2af69db318e (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(
    "spreed",
    {
    "None" : "Pas cap",
    "User" : "User",
    "Copy link" : "Copiar lo ligam",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Contacts" : "Contactes",
    "Groups" : "Gropes",
    "Loading" : "Loading",
    "Error" : "Error",
    "Back" : "Retorn",
    "Close" : "Tampar",
    "Reply" : "Respondre",
    "Today" : "Uèi",
    "Yesterday" : "Ièr",
    "guest" : "convidat",
    "Share link" : "Partejar lo ligam",
    "Name" : "Nom",
    "Saved" : "Enregistrat",
    "Password" : "Senhal",
    "Cancel" : "Anullar",
    "The password is wrong. Try again." : "Lo senhal es incorrècte. Ensajatz tornamai.",
    "Android app" : "Aplicacion Android",
    "iOS app" : "Aplicacion iOS",
    "Share" : "Partejar",
    "Change password" : "Cambiar de senhal",
    "Rename" : "Renomenar",
    "Send" : "Mandar",
    "Error while sharing" : "Error al moment del partiment",
    "Edit" : "Modificar"
},
"nplurals=2; plural=(n > 1);");