diff options
Diffstat (limited to 'apps/files/l10n/fi.js')
-rw-r--r-- | apps/files/l10n/fi.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index 157fe57a745..6f10333de4f 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -71,9 +71,6 @@ OC.L10N.register( "Folder name" : "Kansion nimi", "Invalid filename." : "Epäkelpo tiedostonimi.", "Renamed \"{oldName}\" to \"{newName}\"" : "Kohteen \"{oldName}\" uudeksi nimeksi asetettiin \"{newName}\"", - "Could not rename \"{oldName}\", it does not exist any more" : "Kohdetta \"{oldName}\" ei voitu nimetä uudelleen, koska sitä ei ole enää olemassa", - "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nimi \"{newName}\" on jo käytössä kansiossa \"{dir}\". Valitse toinen nimi.", - "Could not rename \"{oldName}\"" : "Ei voitu nimetä uudelleen \"{oldName}\"", "Pending" : "Odottaa", "Clear filter" : "Tyhjennä suodatin", "Modified" : "Muokattu", @@ -335,18 +332,21 @@ OC.L10N.register( "{newName} already exists." : "{newName} on jo olemassa.", "Name cannot be empty" : "Nimi ei voi olla tyhjä", "Another entry with the same name already exists" : "Toinen tietue samalla nimellä on jo olemassa", + "Could not rename \"{oldName}\", it does not exist any more" : "Kohdetta \"{oldName}\" ei voitu nimetä uudelleen, koska sitä ei ole enää olemassa", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nimi \"{newName}\" on jo käytössä kansiossa \"{dir}\". Valitse toinen nimi.", + "Could not rename \"{oldName}\"" : "Ei voitu nimetä uudelleen \"{oldName}\"", "Storage informations" : "Tallennustilan tietoja", "Choose file" : "Valitse tiedosto", "Open the files app settings" : "Avaa tiedostosovelluksen asetukset", "You might not have have permissions to view it, ask the sender to share it" : "Oikeutesi eivät kenties riitä sen katseluun, pyydä lähettäjää jakamaan se", - "Destination is not a folder" : "Kohde ei ole kansio", - "This file/folder is already in that directory" : "Tämä tiedosto/kansio on jo kyseisessä kansiossa", "The files is locked" : "Tiedosto on lukittu", "Create new templates folder" : "Luo uusi mallipohjien kansio", "List of favorites files and folders." : "Luettelo suosikkitiedostoista ja -kansioista.", "Text file" : "Tekstitiedosto", "New text file.txt" : "Uusi tekstitiedosto.txt", "Direct link was copied (only works for people who have access to this file/folder)" : "Suora linkki kopioitu (toimii vain henkilöillä, joilla on pääsyoikeus tähän tiedostoon/kansioon)", - "Copy direct link (only works for people who have access to this file/folder)" : "Kopioi suora linkki (toimii vain henkilöillä, joilla on pääsyoikeus tähän tiedostoon/kansioon)" + "Copy direct link (only works for people who have access to this file/folder)" : "Kopioi suora linkki (toimii vain henkilöillä, joilla on pääsyoikeus tähän tiedostoon/kansioon)", + "Destination is not a folder" : "Kohde ei ole kansio", + "This file/folder is already in that directory" : "Tämä tiedosto/kansio on jo kyseisessä kansiossa" }, "nplurals=2; plural=(n != 1);"); |