diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-01-05 01:55:53 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-01-05 01:55:53 -0500 |
commit | e4616199df5ca6b5ba490455a505d36dc954f0f6 (patch) | |
tree | a3579a6aa1e8b7df436707b1ce315d65a4d4c4fe /settings | |
parent | aaa48576eec42388bc923a60aeb9c92ef2ff9ca4 (diff) | |
download | nextcloud-server-e4616199df5ca6b5ba490455a505d36dc954f0f6.tar.gz nextcloud-server-e4616199df5ca6b5ba490455a505d36dc954f0f6.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings')
-rw-r--r-- | settings/l10n/sk.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/settings/l10n/sk.php b/settings/l10n/sk.php new file mode 100644 index 00000000000..6bde1c438e4 --- /dev/null +++ b/settings/l10n/sk.php @@ -0,0 +1,6 @@ +<?php +$TRANSLATIONS = array( +"Delete" => "Odstrániť", +"Other" => "Ostatné" +); +$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; |