diff options
Diffstat (limited to 'apps/files/l10n/et_EE.js')
-rw-r--r-- | apps/files/l10n/et_EE.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/apps/files/l10n/et_EE.js b/apps/files/l10n/et_EE.js index 0c693bdad4d..bfd02fbac25 100644 --- a/apps/files/l10n/et_EE.js +++ b/apps/files/l10n/et_EE.js @@ -326,12 +326,9 @@ OC.L10N.register( "This directory is unavailable, please check the logs or contact the administrator" : "See kaust pole saadaval, palun kontrolli logifaile või võta ühendust administraatoriga", "Storage is temporarily not available" : "Salvestusruum pole ajutiselt kättesaadav", "Unexpected error: {error}" : "Tundmatu viga: {error}", - "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} kaust","{folderCount} kausta"], - "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fail","{fileCount} faili"], - "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fail ja {folderCount} kaust","1 fail ja {folderCount} kausta"], - "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fail ja 1 kaust","{fileCount} faili ja 1 kaust"], - "{fileCount} files and {folderCount} folders" : "{fileCount} faili ja {folderCount} kausta", - "_(%n hidden)_::_ (%n hidden)_" : ["(%n peidetud)"," (%n peidetud)"], + "_%n file_::_%n files_" : ["%n fail","%n faili"], + "_%n folder_::_%n folders_" : ["%n kaust","%n kausta"], + "_%n hidden_::_%n hidden_" : ["%n peidetud","%n peidetud"], "Filename must not be empty." : "Failinimi ei saa olla tühi.", "\"{char}\" is not allowed inside a filename." : "„{char}“ pole failinimedes lubatud.", "\"{segment}\" is a reserved name and not allowed for filenames." : "„{segment}“ on reserveeritud nimi ja seda failinimedes ei saa kasutada.", @@ -405,8 +402,6 @@ OC.L10N.register( "Error deleting file \"{fileName}\"." : "Viga „{fileName}“ faili kustutamisel.", "No search results in other folders for {tag}{filter}{endtag}" : "Teistest kaustadest ei leitud {tag}{filter}{endtag}", "Enter more than two characters to search in other folders" : "Teistest kaustadest otsimiseks sisesta rohkem kui kaks sümbolit", - "_%n folder_::_%n folders_" : ["%n kaust","%n kausta"], - "_%n file_::_%n files_" : ["%n fail","%n faili"], "{dirs} and {files}" : "{dirs} ja {files}", "_including %n hidden_::_including %n hidden_" : ["sealhulgas %n peidetud","sealhulgas %n peidetud"], "You do not have permission to upload or create files here" : "Sul pole luba siia faile lisada ja üles laadida", @@ -446,6 +441,11 @@ OC.L10N.register( "Edit file locally" : "Muuda faili kohalikus seadmes", "Edit online" : "Muuda võrgus", "Create new templates folder" : "Loo uus mallide kaust", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} kaust","{folderCount} kausta"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fail","{fileCount} faili"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fail ja {folderCount} kaust","1 fail ja {folderCount} kausta"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fail ja 1 kaust","{fileCount} faili ja 1 kaust"], + "{fileCount} files and {folderCount} folders" : "{fileCount} faili ja {folderCount} kausta", "List of favorites files and folders." : "Lemmikfailide ja kaustade loend.", "Personal Files" : "Isiklikud Failid", "Text file" : "Tekstifail", |