diff options
Diffstat (limited to 'apps/files/l10n/fi.js')
-rw-r--r-- | apps/files/l10n/fi.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index 414808f1ac4..2cc656d498f 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -41,7 +41,8 @@ OC.L10N.register( "Details" : "Tiedot", "Please select tag(s) to add to the selection" : "Valitse lisättävät tunnisteet valinnalle", "Apply tag(s) to selection" : "Hyväksy tunnisteet valinnalle", - "Select" : "Valitse", + "Select directory \"{dirName}\"" : "Valitse kansio \"{dirName}\"", + "Select file \"{fileName}\"" : "Valitse tiedosto \"{fileName}\"", "Pending" : "Odottaa", "Unable to determine date" : "Päivämäärän määrittäminen epäonnistui", "This operation is forbidden" : "Tämä toiminto on kielletty", @@ -174,6 +175,7 @@ OC.L10N.register( "Tags" : "Tunnisteet", "Unable to change the favourite state of the file" : "Suosikki-tilan muuttaminen epäonnistui.", "Error while loading the file data" : "Virhe tiedostoa ladatessa", + "Pick a template for {name}" : "Valtise mallipohja tiedostolle {name}", "Cancel" : "Peruuta", "Create" : "Luo", "Create a new file with the selected template" : "Luo uusi tiedosto valitulla mallipohjalla", @@ -207,6 +209,7 @@ OC.L10N.register( "Deleted shares" : "Poistetut jaot", "Pending shares" : "Odottavat jaot", "Text file" : "Tekstitiedosto", - "New text file.txt" : "Uusi tekstitiedosto.txt" + "New text file.txt" : "Uusi tekstitiedosto.txt", + "Select" : "Valitse" }, "nplurals=2; plural=(n != 1);"); |