aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/l10n/lv.js
blob: 7254c45e3737d1f15dd8c4f3bb5e0c9caf446845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "oauth2",
    {
    "OAuth 2.0 clients" : "OAuth 2.0 klients",
    "Name" : "Nosaukums",
    "Redirection URI" : "Pārvirzāmais URI",
    "Client Identifier" : "Klienta identifikators",
    "Secret" : "Noslēpums",
    "Add client" : "Pievienot klientu",
    "Add" : "Pievienot"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");