diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-11-21 02:54:26 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-11-21 02:54:26 -0500 |
commit | f8421958b3d06379c9dbfec49a16cf072dff7591 (patch) | |
tree | 01f21076b1ccad88852479f54ebd6e1889588674 /apps/files_external/l10n/sk.js | |
parent | 61d5a522a4024cbb03e9375ed9e9be7a2121718e (diff) | |
download | nextcloud-server-f8421958b3d06379c9dbfec49a16cf072dff7591.tar.gz nextcloud-server-f8421958b3d06379c9dbfec49a16cf072dff7591.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/sk.js')
-rw-r--r-- | apps/files_external/l10n/sk.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files_external/l10n/sk.js b/apps/files_external/l10n/sk.js new file mode 100644 index 00000000000..edae863703d --- /dev/null +++ b/apps/files_external/l10n/sk.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "files_external", + { + "Location" : "Poloha", + "Share" : "Zdieľať", + "Personal" : "Osobné", + "Delete" : "Odstrániť" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); |