diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-12-21 02:30:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-12-21 02:30:14 +0000 |
commit | 78d8723d0cc8c726cc02dd41439f1c7e2a50136d (patch) | |
tree | 309032247bd62ee756313ecfb9b87ff806ed9fa5 /lib/l10n/sv.js | |
parent | 761221bc80d01cd6f79f4e6ce4ba3fc298547ac1 (diff) | |
download | nextcloud-server-78d8723d0cc8c726cc02dd41439f1c7e2a50136d.tar.gz nextcloud-server-78d8723d0cc8c726cc02dd41439f1c7e2a50136d.zip |
Fix(l10n): đ Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/sv.js')
-rw-r--r-- | lib/l10n/sv.js | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js index 8fc0b98625a..aa4ac95b7a8 100644 --- a/lib/l10n/sv.js +++ b/lib/l10n/sv.js @@ -263,32 +263,12 @@ OC.L10N.register( "Storage connection error. %s" : "Lagringsutrymme lyckas inte ansluta. %s", "Storage is temporarily not available" : "Lagringsutrymme Àr för tillfÀllet inte tillgÀngligt", "Storage connection timeout. %s" : "Lagringsutrymme lyckas inte ansluta \"timeout\". %s", - "This can usually be fixed by giving the webserver write access to the config directory." : "Detta kan vanligtvis ÄtgÀrdas genom att ge webbservern skrivÄtkomst till config-katalogen.", "%s enter the database username and name." : "%s ange anvÀndarnamn och namn för databasen.", "%s enter the database username." : "%s ange databasanvÀndare.", "%s enter the database name." : "%s ange databasnamn", "%s you may not use dots in the database name" : "%s du fÄr inte anvÀnda punkter i databasnamnet", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Det verkar som om denna %s instans körs pÄ en 32-bitars PHP miljö och open_basedir har konfigurerats i php.ini. Detta kommer att leda till problem med filer över 4 GB och Àr verkligen inte rekommenderat!", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Ta bort open_basedir-instÀllningen i din php.ini eller vÀxla till 64-bitars PHP.", - "The user limit has been reached and the user was not created." : "Maximala anvÀndarantalet har uppnÄtts och anvÀndaren skapades inte.", - "Cannot read file" : "Kan inte lÀsa fil", - "Cannot write into \"config\" directory" : "Kan inte skriva till \"config\" katalogen", - "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Detta kan vanligtvis ÄtgÀrda genom att ge webbservern skrivÄtkomst till konfigureringsmappen. Se %s", - "Cannot write into \"apps\" directory" : "Kan inte skriva till \"apps\" katalogen!", - "This can usually be fixed by giving the webserver write access to the apps directory or disabling the App Store in the config file." : "Detta kan vanligtvis ÄtgÀrdas genom att ge webbservern skrivrÀttigheter till applikationskatalogen eller stÀnga av appbutiken i konfigurationsfilen.", - "Cannot create \"data\" directory" : "Kan inte skapa \"data\"-mapp", - "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Detta kan vanligtvis ÄtgÀrda genom att ge webbservern skrivÄtkomst till rotkatalogen. Se %s", - "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "RÀttigheter kan vanligtvis fixas genom att ge webbservern skrivÄtkomst till rotkatalogen. Se %s.", - "Setting locale to %s failed" : "SÀtta locale till %s misslyckades", - "Please install one of these locales on your system and restart your webserver." : "Installera en av dessa sprÄk pÄ ditt system och starta om webbservern.", - "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload Àr satt till \"%s\" istÀllet för det förvÀntade vÀrdet \"0\"", - "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "För att ÄtgÀrda detta problem sÀtt vÀrdet <code> mbstring.func_overload till </ code> <code> 0 </ code> i din php.ini", - "PostgreSQL >= 9 required" : "PostgreSQL >= 9 krÀvs", - "Please upgrade your database version" : "Uppgradera din databasversion", - "Your data directory is readable by other users" : "Din datamapp Àr lÀsbar av andra anvÀndare", - "Your data directory must be an absolute path" : "Du mÄste specificera en korrekt sökvÀg till datamappen", - "Check the value of \"datadirectory\" in your configuration" : "Kontrollera vÀrdet av \"datakatalog\" i din konfiguration", - "Your data directory is invalid" : "Din datamapp Àr ogiltig", "The user limit has been reached and the user was not created. Check your notifications to learn more." : "AnvÀndargrÀnsen har nÄtts och anvÀndaren skapades inte. Kontrollera dina aviseringar om du vill veta mer." }, "nplurals=2; plural=(n != 1);"); |