diff options
author | Stefan Weil <sw@weilnetz.de> | 2016-07-28 23:00:00 +0200 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2016-07-29 11:06:32 +0200 |
commit | bb8a42bd44e2351fd5880cb8abea6bd1d8aab687 (patch) | |
tree | c11b99b8e13b2e5e5ea1cef0a826d5a35cffa708 /settings/l10n/sv.json | |
parent | 41d044cf89d8df6ed2233bd24da3469cf145760c (diff) | |
download | nextcloud-server-bb8a42bd44e2351fd5880cb8abea6bd1d8aab687.tar.gz nextcloud-server-bb8a42bd44e2351fd5880cb8abea6bd1d8aab687.zip |
Fix misspelling of database "READ COMMITTED"
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'settings/l10n/sv.json')
-rw-r--r-- | settings/l10n/sv.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/l10n/sv.json b/settings/l10n/sv.json index 3dbab5b79e0..fafda86500f 100644 --- a/settings/l10n/sv.json +++ b/settings/l10n/sv.json @@ -131,7 +131,7 @@ "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Läs-bara konfigureringen har blivit aktiv. Detta förhindrar att några konfigureringar kan sättas via web-gränssnittet.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP är tydligen inställd för att rensa inline doc block. Detta kommer att göra flera kärnapplikationer otillgängliga.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Detta orsakas troligtvis av en cache/accelerator som t ex Zend OPchache eller eAccelerator.", - "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Din databas kör inte \"READ COMMITED\" tansaktionsisoleringsnvån. Detta kan orsaka problem när multipla aktioner körs parallellt.", + "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Din databas kör inte \"READ COMMITTED\" tansaktionsisoleringsnvån. Detta kan orsaka problem när multipla aktioner körs parallellt.", "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s under version %2$s är installerad, för stabilitet och prestanda rekommenderar vi uppdatering till en nyare %1$s version.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-modulen 'fileinfo' saknas. Vi rekommenderar starkt att aktivera den här modulen för att kunna upptäcka korrekt mime-typ.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Transactional file locking är inaktiverad, detta kan innebära konkurrenstillstånd. Aktivera \"filelocking.enabled' i config.php för att undvika dessa problem. Se <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentationen ↗</a> för mer information.", |