diff options
Diffstat (limited to 'apps/files_external/l10n/fi.js')
-rw-r--r-- | apps/files_external/l10n/fi.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_external/l10n/fi.js b/apps/files_external/l10n/fi.js index 4967cc9d778..ef9e732a23a 100644 --- a/apps/files_external/l10n/fi.js +++ b/apps/files_external/l10n/fi.js @@ -1,10 +1,7 @@ OC.L10N.register( "files_external", { - "Step 1 failed. Exception: %s" : "Vaihe 1 epäonnistui. Poikkeus: %s", - "Step 2 failed. Exception: %s" : "Vaihe 2 epäonnistui. Poikkeus: %s", "External storages" : "Ulkoiset tallennustilat", - "Google Drive App Configuration" : "Google Drive -sovelluksen määritys", "Personal" : "Henkilökohtainen", "System" : "Järjestelmä", "Grant access" : "Salli pääsy", @@ -81,7 +78,6 @@ OC.L10N.register( "FTP" : "FTP", "Host" : "Isäntä", "Secure ftps://" : "Salattu ftps://", - "Google Drive" : "Google Drive", "Local" : "Paikallinen", "Location" : "Sijainti", "Nextcloud" : "Nextcloud", @@ -122,9 +118,13 @@ OC.L10N.register( "Allow users to mount the following external storage" : "Salli käyttäjien liittää seuraavat erilliset tallennusvälineet", "Fetching request tokens failed. Verify that your app key and secret are correct." : "Pyyntötunnisteen nouto epäonnistui. Tarkista että sovellusavaimesi ja -salaisuutesi ovat oikein.", "Fetching access tokens failed. Verify that your app key and secret are correct." : "Pyyntötunnisteen haku epäonnistui. Tarkista että sovellusavaimesi ja -salaisuutesi ovat oikein.", + "Step 1 failed. Exception: %s" : "Vaihe 1 epäonnistui. Poikkeus: %s", + "Step 2 failed. Exception: %s" : "Vaihe 2 epäonnistui. Poikkeus: %s", "Dropbox App Configuration" : "Dropbox-sovelluksen määritys", + "Google Drive App Configuration" : "Google Drive -sovelluksen määritys", "Storage with id \"%i\" not found" : "Tallennustilaa tunnisteella \"%i\" ei löytynyt", "Storage with id \"%i\" is not user editable" : "Tallennustila, jolla on \"%i\" id, ei ole muokattavissa.", - "Dropbox" : "Dropbox" + "Dropbox" : "Dropbox", + "Google Drive" : "Google Drive" }, "nplurals=2; plural=(n != 1);"); |