diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-09-23 00:07:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-09-23 00:07:56 +0000 |
commit | d4bf301a78759a69ae746db85cd198dba9879de5 (patch) | |
tree | 0a18c267628220163cc88b85b85eef73e334ad1d /apps/files/l10n | |
parent | d1a430dbd8563ebdf76bdbb1834aff0fec4ccb32 (diff) | |
download | nextcloud-server-d4bf301a78759a69ae746db85cd198dba9879de5.tar.gz nextcloud-server-d4bf301a78759a69ae746db85cd198dba9879de5.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-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 69bd7fe3940..98e91b172a4 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -22,6 +22,7 @@ OC.L10N.register( "Actions" : "Toiminnot", "Download" : "Lataa", "Rename" : "Nimeä uudelleen", + "Move or copy" : "Siirrä tai kopioi", "Target folder" : "Kohdekansio", "Delete" : "Poista", "Disconnect storage" : "Katkaise yhteys tallennustilaan", @@ -36,6 +37,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.", "Could not move \"{file}\", target exists" : "Tiedoston \"{file}\" siirtäminen ei onnistunut, kohde on olemassa", "Could not move \"{file}\"" : "Tiedoston \"{file}\" siirtäminen ei onnistunut", + "Could not copy \"{file}\", target exists" : "Tiedostoa \"{file}\" ei voitu kopioida, kohde on olemassa", + "Could not copy \"{file}\"" : "Tiedostoa \"{file}\" ei voitu kopioida", "{newName} already exists" : "{newName} on jo olemassa", "Could not rename \"{fileName}\", it does not exist any more" : "Tiedoston \"{fileName}\" nimeäminen uudelleen ei onnistunut, koska sitä ei ole enää olemassa", "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nimi \"{targetName}\" on jo käytössä kansiossa \"{dir}\". Valitse toinen nimi.", diff --git a/apps/files/l10n/fi.json b/apps/files/l10n/fi.json index 61d5322e9f2..3148ed7f29b 100644 --- a/apps/files/l10n/fi.json +++ b/apps/files/l10n/fi.json @@ -20,6 +20,7 @@ "Actions" : "Toiminnot", "Download" : "Lataa", "Rename" : "Nimeä uudelleen", + "Move or copy" : "Siirrä tai kopioi", "Target folder" : "Kohdekansio", "Delete" : "Poista", "Disconnect storage" : "Katkaise yhteys tallennustilaan", @@ -34,6 +35,8 @@ "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.", "Could not move \"{file}\", target exists" : "Tiedoston \"{file}\" siirtäminen ei onnistunut, kohde on olemassa", "Could not move \"{file}\"" : "Tiedoston \"{file}\" siirtäminen ei onnistunut", + "Could not copy \"{file}\", target exists" : "Tiedostoa \"{file}\" ei voitu kopioida, kohde on olemassa", + "Could not copy \"{file}\"" : "Tiedostoa \"{file}\" ei voitu kopioida", "{newName} already exists" : "{newName} on jo olemassa", "Could not rename \"{fileName}\", it does not exist any more" : "Tiedoston \"{fileName}\" nimeäminen uudelleen ei onnistunut, koska sitä ei ole enää olemassa", "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Nimi \"{targetName}\" on jo käytössä kansiossa \"{dir}\". Valitse toinen nimi.", |