diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-03-31 00:13:51 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-03-31 00:13:51 +0000 |
commit | 0f398e7611a39ac843c45cae3db1d63a03d1296a (patch) | |
tree | e8971a496d992e6459e3c114782d007bd5838581 /lib/l10n/sk.js | |
parent | 660ae73e5f3f5d3a94c73493166bad170b55c1f4 (diff) | |
download | nextcloud-server-0f398e7611a39ac843c45cae3db1d63a03d1296a.tar.gz nextcloud-server-0f398e7611a39ac843c45cae3db1d63a03d1296a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/sk.js')
-rw-r--r-- | lib/l10n/sk.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/l10n/sk.js b/lib/l10n/sk.js index ddd0c1de7f4..b6d39421d4a 100644 --- a/lib/l10n/sk.js +++ b/lib/l10n/sk.js @@ -66,6 +66,8 @@ OC.L10N.register( "Unknown user" : "Neznámy používateľ", "APCu" : "APCu", "Redis" : "Redis", + "Create" : "Vytvoriť", + "Delete" : "Zmazať", "Basic settings" : "Základné nastavenia", "Sharing" : "Sprístupnenie", "Security" : "Zabezpečenie", @@ -227,6 +229,7 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "Neplatná konfigurácia úložiska. %s", "Storage connection error. %s" : "Chyba pripojenia k úložisku. %s", "Storage is temporarily not available" : "Úložisko je dočasne nedostupné", - "Storage connection timeout. %s" : "Vypršanie pripojenia k úložisku. %s" + "Storage connection timeout. %s" : "Vypršanie pripojenia k úložisku. %s", + "Personal" : "Osobné" }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); |