diff options
Diffstat (limited to 'apps/files/l10n/fi.js')
-rw-r--r-- | apps/files/l10n/fi.js | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index 7afce07524a..893c3061df0 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -288,12 +288,8 @@ OC.L10N.register( "This directory is unavailable, please check the logs or contact the administrator" : "Hakemisto ei ole käytettävissä. Tarkista lokit tai ole yhteydessä ylläpitoon.", "Storage is temporarily not available" : "Tallennustila on tilapäisesti pois käytöstä", "Unexpected error: {error}" : "Odottamaton virhe: {error}", - "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} kansio","{folderCount} kansiota"], - "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} tiedosto","{fileCount} tiedostoa"], - "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 tiedosto ja {folderCount} kansio","1 tiedosto ja {folderCount} kansiota"], - "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} tiedosto ja 1 kansio","{fileCount} tiedostoa ja 1 kansio"], - "{fileCount} files and {folderCount} folders" : "{fileCount} tiedostoa ja {folderCount} kansiota", - "_(%n hidden)_::_ (%n hidden)_" : ["(%n piilotettu)"," (%n piilotettu)"], + "_%n file_::_%n files_" : ["%n tiedosto","%n tiedostoa"], + "_%n folder_::_%n folders_" : ["%n kansio","%n kansiota"], "Filename must not be empty." : "Tiedostonimi ei voi olla tyhjä.", "\"{char}\" is not allowed inside a filename." : "\"{char}\" ei ole sallittu tiedoston nimessä.", "\"{extension}\" is not an allowed filetype." : "\"{extension}\" ei ole sallitttu tiedostotyyppi.", @@ -366,8 +362,6 @@ OC.L10N.register( "Error deleting file \"{fileName}\"." : "Virhe poistaessa tiedostoa \"{fileName}\".", "No search results in other folders for {tag}{filter}{endtag}" : "Ei hakutuloksia muissa kansioissa haulla {tag}{filter}{endtag}", "Enter more than two characters to search in other folders" : "Kirjoita enemmän kuin kaksi merkkiä etsiäksesi muista kansioista", - "_%n folder_::_%n folders_" : ["%n kansio","%n kansiota"], - "_%n file_::_%n files_" : ["%n tiedosto","%n tiedostoa"], "{dirs} and {files}" : "{dirs} ja {files}", "_including %n hidden_::_including %n hidden_" : ["Sisältäen %n piilotetun","Sisältäen %n piilotettua"], "You do not have permission to upload or create files here" : "Käyttöoikeutesi eivät riitä tiedostojen lähettämiseen tai luomiseen tähän sijaintiin", @@ -406,6 +400,11 @@ OC.L10N.register( "Unable to change the favourite state of the file" : "Suosikki-tilan muuttaminen epäonnistui.", "Edit file locally" : "Muokkaa tiedostoa paikallisesti", "Create new templates folder" : "Luo uusi mallipohjien kansio", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} kansio","{folderCount} kansiota"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} tiedosto","{fileCount} tiedostoa"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 tiedosto ja {folderCount} kansio","1 tiedosto ja {folderCount} kansiota"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} tiedosto ja 1 kansio","{fileCount} tiedostoa ja 1 kansio"], + "{fileCount} files and {folderCount} folders" : "{fileCount} tiedostoa ja {folderCount} kansiota", "List of favorites files and folders." : "Luettelo suosikkitiedostoista ja -kansioista.", "Personal Files" : "Henkilökohtaiset tiedostot", "Text file" : "Tekstitiedosto", |