diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-08-30 02:15:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-08-30 02:15:12 +0000 |
commit | 50769b5966c2c7b324ed5ab46919b756dc7b15c2 (patch) | |
tree | 68a71918e11ccc2a8a87de9a24e9182d18339862 /apps/oauth2/l10n | |
parent | 7889961103d63a07e056d29aa0eb79cd50ef4760 (diff) | |
download | nextcloud-server-50769b5966c2c7b324ed5ab46919b756dc7b15c2.tar.gz nextcloud-server-50769b5966c2c7b324ed5ab46919b756dc7b15c2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r-- | apps/oauth2/l10n/sk.js | 3 | ||||
-rw-r--r-- | apps/oauth2/l10n/sk.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/oauth2/l10n/sk.js b/apps/oauth2/l10n/sk.js index 6ea4032846c..4d22b6295e4 100644 --- a/apps/oauth2/l10n/sk.js +++ b/apps/oauth2/l10n/sk.js @@ -10,6 +10,7 @@ OC.L10N.register( "Client Identifier" : "Identifikátor klienta", "Secret" : "Tajný kľúč", "Add client" : "Pridať klienta", - "Add" : "Pridať" + "Add" : "Pridať", + "Delete" : "Zmazať" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/oauth2/l10n/sk.json b/apps/oauth2/l10n/sk.json index fe9887d1121..9436e3270e1 100644 --- a/apps/oauth2/l10n/sk.json +++ b/apps/oauth2/l10n/sk.json @@ -8,6 +8,7 @@ "Client Identifier" : "Identifikátor klienta", "Secret" : "Tajný kľúč", "Add client" : "Pridať klienta", - "Add" : "Pridať" + "Add" : "Pridať", + "Delete" : "Zmazať" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" }
\ No newline at end of file |