diff options
Diffstat (limited to 'lib/l10n/fi.js')
-rw-r--r-- | lib/l10n/fi.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/fi.js b/lib/l10n/fi.js index 0108a4b6ed8..5a15e58d914 100644 --- a/lib/l10n/fi.js +++ b/lib/l10n/fi.js @@ -203,7 +203,6 @@ OC.L10N.register( "Please ask your server administrator to restart the web server." : "Pyydä palvelimen ylläpitäjää käynnistämään web-palvelin uudelleen.", "Please ask your server administrator to check the Nextcloud configuration." : "Pyydä palvelimen ylläpitäjää tarkastamaan Nextcloudin määritykset.", "Your data directory must be an absolute path." : "Datahakemiston tulee olla absoluuttinen polku.", - "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Varmista että datahakemiston juuressa on tiedosto nimeltä \".ocdata\".", "Action \"%s\" not supported or implemented." : "Toiminto \"%s\" ei ole tuettu tai sitä ei ole toteutettu.", "Could not obtain lock type %d on \"%s\"." : "Lukitustapaa %d ei saatu kohteelle \"%s\".", "Storage unauthorized. %s" : "Tallennustila ei ole valtuutettu. %s", @@ -247,6 +246,7 @@ OC.L10N.register( "User disabled" : "Käyttäjä poistettu käytöstä", "PostgreSQL >= 9 required." : "PostgreSQL >= 9 vaaditaan.", "Please upgrade your database version." : "Päivitä tietokannan versio.", - "Your data directory is readable by other users." : "Datahakemistosi on muiden käyttäjien luettavissa." + "Your data directory is readable by other users." : "Datahakemistosi on muiden käyttäjien luettavissa.", + "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Varmista että datahakemiston juuressa on tiedosto nimeltä \".ocdata\"." }, "nplurals=2; plural=(n != 1);"); |