diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-12-05 02:30:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-12-05 02:30:41 +0000 |
commit | 92b5bcfbfb250064db1b29540a263fdd0a14f741 (patch) | |
tree | 465ff713bd3b1dada0f2a2c984e7252b3ddbcf2f /lib/l10n/fi.js | |
parent | c15daa75fad44f541084a4107afbba05e5720c2a (diff) | |
download | nextcloud-server-92b5bcfbfb250064db1b29540a263fdd0a14f741.tar.gz nextcloud-server-92b5bcfbfb250064db1b29540a263fdd0a14f741.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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 cbe965dc685..fc505e063fe 100644 --- a/lib/l10n/fi.js +++ b/lib/l10n/fi.js @@ -187,7 +187,6 @@ OC.L10N.register( "No database drivers (sqlite, mysql, or postgresql) installed." : "Tietokanta-ajureita (sqlite, mysql tai postgresql) ei ole asennettu.", "Cannot write into \"config\" directory" : "Hakemistoon \"config\" kirjoittaminen ei onnistu", "Cannot write into \"apps\" directory" : "Hakemistoon \"apps\" kirjoittaminen ei onnistu", - "Cannot create \"data\" directory" : "Hakemiston \"data\" luominen ei onnistu", "Setting locale to %s failed" : "Maa-asetuksen %s asettaminen epäonnistui", "Please install one of these locales on your system and restart your webserver." : "Asenna ainakin yksi kyseisistä maa-asetuksista järjestelmään ja käynnistä http-palvelin uudelleen.", "PHP module %s not installed." : "PHP-moduulia %s ei ole asennettu.", @@ -219,6 +218,7 @@ OC.L10N.register( "Invalid Federated Cloud ID" : "Virheellinen federoidun pilven tunniste", "Files can’t be shared with delete permissions" : "Tiedostoja ei voi jakaa poistamisoikeuksilla", "Files can’t be shared with create permissions" : "Tiedostoja ei voi jakaa luomisoikeuksilla", - "Can't read file" : "Tiedostoa ei voi lukea" + "Can't read file" : "Tiedostoa ei voi lukea", + "Cannot create \"data\" directory" : "Hakemiston \"data\" luominen ei onnistu" }, "nplurals=2; plural=(n != 1);"); |