diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-11-08 01:12:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-11-08 01:12:18 +0000 |
commit | 55f0c2ac3bcbd6e1005f9794d238b22103a4941d (patch) | |
tree | 857f244467b03eb89f958b355211e9919ad281f3 /settings/l10n/sv.json | |
parent | 6f5181f811b14fd9c3fe17cc7c6bacd1c06bafa0 (diff) | |
download | nextcloud-server-55f0c2ac3bcbd6e1005f9794d238b22103a4941d.tar.gz nextcloud-server-55f0c2ac3bcbd6e1005f9794d238b22103a4941d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/sv.json')
-rw-r--r-- | settings/l10n/sv.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/settings/l10n/sv.json b/settings/l10n/sv.json index 9820d9406f1..8d11384edd2 100644 --- a/settings/l10n/sv.json +++ b/settings/l10n/sv.json @@ -422,12 +422,16 @@ "Could not remove app" : "Kunde inte ta bort app", "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Tricks section and the documentation for more information." : "Det är viktigt för säkerhet och prestanda av din instans att allting är konfigurerat korrekt. För att hjälpa dig gör vi några automatiska kontroller. Vänligen se Tips & Tricks och dokumentationen för mer information.", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP verkar inte fungera att sättas upp ordentligt för query system miljövariabler. Testet med getenv(\"PATH\") returnerar bara ett tomt svar.", + "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Kontrollera <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installationsdokumentationen ↗</a> för PHP-konfigurationsnoteringar och PHP-konfigurationen på din server, speciellt när du använder php-fpm.", "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP verkar uppenbarligen vara inställt på att ta bort inline doc blocks. Detta kommer gör flera viktiga appar otillgängliga.", "%1$s below version %2$s is installed, for stability and performance reasons it is recommended to update to a newer %1$s version." : "%1$s nedan version %2$s är installerat, av stabilitets- och presandaskäl rekommenderas en uppdatering till en nyare %1$s-version.", "The PHP module 'fileinfo' is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP-modulen 'fileinfo' saknas. Det är starkt rekommenderat att aktivera denna modul för att få bäst resultat med MIME typdetektering.", + "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 noopener\" href=\"%s\">documentation ↗</a> for more information." : "Transaktionsfillåsning är inaktiverad, det kan leda till problem med tävlingsförhållanden. Aktivera 'filelocking.enabled' i config.php för att undvika dessa problem. Se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentationen ↗</a> för mer information.", "This means that there might be problems with certain characters in filenames." : "Detta innebär att det kan finnas problem med vissa tecken i filnamn", "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Det är starkt rekommenderat att installera de nödvändiga paketen på ditt system för att stödja ett av följande locales (språk/region-inställningar): %s.", "If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Om din installation inte är installerad vid roten av domänen och använder systemets Cron kan det bli problem med URL-skapandet. För att undvika dessa problem, vänligen sätt \"overwrite.cli.url\"-alternativet i din config.php till webbrotplatsen för din installation (Förslag: \"%s\")", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var inte möjligt att exekvera cron-jobbet via CLI. Följande tekniska fel dök upp:" + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var inte möjligt att exekvera cron-jobbet via CLI. Följande tekniska fel dök upp:", + "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Dubbelkolla <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installationsguiderna ↗</a>, och kontrollera eventuella fel eller varningar i <a href=\"%s\">loggen</a>.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation ↗</a>." : "För att migrera till en annan databas använd kommandoradsverktyget: 'occ db:convert-type', eller se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentationen ↗</a>." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |