diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-16 00:13:10 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-16 00:13:10 +0200 |
commit | 7279a07ca20949cf3cee82faf064d6aae8cf0a99 (patch) | |
tree | 01d912d1743db2e34225383d3f8b9783c9b6e295 /apps/files/l10n/et_EE.php | |
parent | d91104e120d570eaf3d80c23c5caf6b597b24db7 (diff) | |
parent | bd1895bdf8dff07bf9dc9803ce991e39daa52acc (diff) | |
download | nextcloud-server-7279a07ca20949cf3cee82faf064d6aae8cf0a99.tar.gz nextcloud-server-7279a07ca20949cf3cee82faf064d6aae8cf0a99.zip |
Merge branch 'master' into mimetype-defaults
Conflicts:
apps/files/ajax/newfile.php
Diffstat (limited to 'apps/files/l10n/et_EE.php')
-rw-r--r-- | apps/files/l10n/et_EE.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/et_EE.php b/apps/files/l10n/et_EE.php index c58b066e287..13dd4a78d34 100644 --- a/apps/files/l10n/et_EE.php +++ b/apps/files/l10n/et_EE.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Ei saa liigutada faili %s - samanimeline fail on juba olemas", "Could not move %s" => "%s liigutamine ebaõnnestus", "Unable to set upload directory." => "Üleslaadimiste kausta määramine ebaõnnestus.", @@ -33,7 +34,7 @@ "replaced {new_name} with {old_name}" => "asendas nime {old_name} nimega {new_name}", "undo" => "tagasi", "perform delete operation" => "teosta kustutamine", -"1 file uploading" => "1 fail üleslaadimisel", +"_Uploading %n file_::_Uploading %n files_" => array("",""), "files uploading" => "faili üleslaadimisel", "'.' is an invalid file name." => "'.' on vigane failinimi.", "File name cannot be empty." => "Faili nimi ei saa olla tühi.", @@ -45,10 +46,8 @@ "Name" => "Nimi", "Size" => "Suurus", "Modified" => "Muudetud", -"1 folder" => "1 kaust", -"{count} folders" => "{count} kausta", -"1 file" => "1 fail", -"{count} files" => "{count} faili", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), "%s could not be renamed" => "%s ümbernimetamine ebaõnnestus", "Upload" => "Lae üles", "File handling" => "Failide käsitlemine", @@ -79,3 +78,4 @@ "files" => "faili", "Upgrading filesystem cache..." => "Failisüsteemi puhvri uuendamine..." ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |