diff options
Diffstat (limited to 'lib/l10n/fi.js')
-rw-r--r-- | lib/l10n/fi.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/l10n/fi.js b/lib/l10n/fi.js index 836831e3ba9..7eb441edd14 100644 --- a/lib/l10n/fi.js +++ b/lib/l10n/fi.js @@ -205,6 +205,7 @@ OC.L10N.register( "Cannot create \"data\" directory." : "Ei voi luoda \"data\"-hakemistoa", "Your data directory is not writable." : "Datahakemistosi ei ole kirjoitettavissa.", "Setting locale to %s failed." : "Maa-asetuston %s asettaminen epäonnistui.", + "Please install one of these locales on your system and restart your web server." : "Asenna ainakin yksi näistä maa-asetuksista järjestelmään ja käynnistä http-palvelin uudelleen.", "PHP module %s not installed." : "PHP-moduulia %s ei ole asennettu.", "Please ask your server administrator to install the module." : "Pyydä palvelimen ylläpitäjää asentamaan moduulin.", "PHP setting \"%s\" is not set to \"%s\"." : "PHP-asetusta \"%s\" ei ole asetettu arvoon \"%s\".", @@ -214,8 +215,6 @@ OC.L10N.register( "PHP modules have been installed, but they are still listed as missing?" : "PHP-moduulit on asennettu, mutta ovatko ne vieläkin listattu puuttuviksi?", "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.", - "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 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\".", @@ -228,8 +227,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Tallennustilan yhteyden aikakatkaisu. %s", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Sovelluksen %1$s tiedostoja ei korvattu oikein Varmista, että sen versio on yhteensopiva palvelimen kanssa.", "Full name" : "Koko nimi", + "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Käyttäjää ei luotu, koska käyttäjäraja on tullut täyteen. Tarkista ilmoitukset saadaksesi lisätietoja.", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Vain seuraavat merkit ovat sallittuja käyttäjätunnuksessa: \"a-z\", \"A-Z\", \"0-9\" ja \"_.@-'\"", "libxml2 2.7.0 is at least required. Currently %s is installed." : "Vähintään libxml2 2.7.0 vaaditaan. %s on asennettu.", - "To fix this issue update your libxml2 version and restart your web server." : "Päivitä libxml2:n versio ja käynnistä http-palvelin uudelleen." + "To fix this issue update your libxml2 version and restart your web server." : "Päivitä libxml2:n versio ja käynnistä http-palvelin uudelleen.", + "PostgreSQL >= 9 required." : "PostgreSQL >= 9 vaaditaan.", + "Please upgrade your database version." : "Päivitä tietokannan versio." }, "nplurals=2; plural=(n != 1);"); |