diff options
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/fi.js | 3 | ||||
-rw-r--r-- | apps/files/l10n/fi.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index 15205aedacd..8444e2d1ee3 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -59,6 +59,7 @@ OC.L10N.register( "Could not create file \"{file}\"" : "Tiedostoa \"{file}\" ei voitu luoda", "Could not create file \"{file}\" because it already exists" : "Tiedostoa \"{file}\" ei voitu luoda, koska se on jo olemassa", "Could not create folder \"{dir}\" because it already exists" : "Kansiota \"{dir}\" ei voitu luoda, koska se on jo olemassa", + "Could not fetch file details \"{file}\"" : "Ei voitu hakea tiedoston tietoja \"{file}\"", "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}", "Name" : "Nimi", @@ -157,12 +158,14 @@ OC.L10N.register( "Ownership transfer request sent" : "Pyyntö omistajuuden vaihdosta lähetetty", "Cannot transfer ownership of a file or folder you don't own" : "Et voi siirtää sellaisen tiedoston tai kansion omistajuutta, jota et itse omista", "Tags" : "Tunnisteet", + "Error while loading the file data" : "Virhe tiedostoa ladatessa", "%s used" : "%s käytetty", "%s%% of %s used" : "%s%% / %s käytetty", "%1$s of %2$s used" : "%1$s/%2$s käytetty", "Settings" : "Asetukset", "Show hidden files" : "Näytä piilotetut tiedostot", "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Käytä kyseistä osoitetta yhdistääksesi tiedostosi WebDAV kautta", "Toggle grid view" : "Ruudukkonäkymä päälle/pois", "No files in here" : "Täällä ei ole tiedostoja", "Upload some content or sync with your devices!" : "Lähetä tiedostoja tai synkronoi sisältö laitteidesi kanssa!", diff --git a/apps/files/l10n/fi.json b/apps/files/l10n/fi.json index d2b2ae63940..fa282b68e9c 100644 --- a/apps/files/l10n/fi.json +++ b/apps/files/l10n/fi.json @@ -57,6 +57,7 @@ "Could not create file \"{file}\"" : "Tiedostoa \"{file}\" ei voitu luoda", "Could not create file \"{file}\" because it already exists" : "Tiedostoa \"{file}\" ei voitu luoda, koska se on jo olemassa", "Could not create folder \"{dir}\" because it already exists" : "Kansiota \"{dir}\" ei voitu luoda, koska se on jo olemassa", + "Could not fetch file details \"{file}\"" : "Ei voitu hakea tiedoston tietoja \"{file}\"", "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}", "Name" : "Nimi", @@ -155,12 +156,14 @@ "Ownership transfer request sent" : "Pyyntö omistajuuden vaihdosta lähetetty", "Cannot transfer ownership of a file or folder you don't own" : "Et voi siirtää sellaisen tiedoston tai kansion omistajuutta, jota et itse omista", "Tags" : "Tunnisteet", + "Error while loading the file data" : "Virhe tiedostoa ladatessa", "%s used" : "%s käytetty", "%s%% of %s used" : "%s%% / %s käytetty", "%1$s of %2$s used" : "%1$s/%2$s käytetty", "Settings" : "Asetukset", "Show hidden files" : "Näytä piilotetut tiedostot", "WebDAV" : "WebDAV", + "Use this address to access your Files via WebDAV" : "Käytä kyseistä osoitetta yhdistääksesi tiedostosi WebDAV kautta", "Toggle grid view" : "Ruudukkonäkymä päälle/pois", "No files in here" : "Täällä ei ole tiedostoja", "Upload some content or sync with your devices!" : "Lähetä tiedostoja tai synkronoi sisältö laitteidesi kanssa!", |