diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-14 01:55:24 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-14 01:55:24 -0400 |
commit | 4a26219ecf3abe9c1b18d434b8e70a6f9878199c (patch) | |
tree | bf6863c77eb27ec7dce2bec755cffce6f83a747b /apps/files_sharing/l10n/sk.php | |
parent | fd5fad194d15e9fad1c61bd22f1951066fbf7624 (diff) | |
download | nextcloud-server-4a26219ecf3abe9c1b18d434b8e70a6f9878199c.tar.gz nextcloud-server-4a26219ecf3abe9c1b18d434b8e70a6f9878199c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/sk.php')
-rw-r--r-- | apps/files_sharing/l10n/sk.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/sk.php b/apps/files_sharing/l10n/sk.php index 6eea6a80bb8..72c9039571e 100644 --- a/apps/files_sharing/l10n/sk.php +++ b/apps/files_sharing/l10n/sk.php @@ -1,6 +1,5 @@ <?php $TRANSLATIONS = array( -"Download" => "Stiahnuť", -"Save" => "Uložiť" +"Download" => "Stiahnuť" ); $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; |