diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-01-05 01:54:36 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-01-05 01:54:36 -0500 |
commit | 87762711037d66a6dfab0f82730645385f8e6e14 (patch) | |
tree | 6c8168856ccaed1d2a1fe66eca7a85444e797690 /core/l10n/sv.js | |
parent | 298eae9c86bff3e78a12e7f814eac93543810e85 (diff) | |
download | nextcloud-server-87762711037d66a6dfab0f82730645385f8e6e14.tar.gz nextcloud-server-87762711037d66a6dfab0f82730645385f8e6e14.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/sv.js')
-rw-r--r-- | core/l10n/sv.js | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/core/l10n/sv.js b/core/l10n/sv.js index e8c9ebccaa8..0de70ba7dde 100644 --- a/core/l10n/sv.js +++ b/core/l10n/sv.js @@ -91,6 +91,7 @@ OC.L10N.register( "Expiration date" : "Utgångsdatum", "Adding user..." : "Lägger till användare...", "group" : "Grupp", + "remote" : "fjärr", "Resharing is not allowed" : "Dela vidare är inte tillåtet", "Shared in {item} with {user}" : "Delad i {item} med {user}", "Unshare" : "Sluta dela", @@ -115,6 +116,7 @@ OC.L10N.register( "Error loading dialog template: {error}" : "Fel under laddning utav dialog mall: {fel}", "No tags selected for deletion." : "Inga taggar valda för borttagning.", "unknown text" : "okänd text", + "Hello world!" : "Hej värld!", "sunny" : "soligt", "Hello {name}, the weather is {weather}" : "Hej {name}, vädret är {weather}", "_download %n file_::_download %n files_" : ["Ladda ner %n fil","Ladda ner %n filer"], @@ -132,6 +134,9 @@ OC.L10N.register( "Reset password" : "Återställ lösenordet", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X stöds inte och %s kommer inte att fungera korrekt på denna plattform. Använd på egen risk!", "For the best results, please consider using a GNU/Linux server instead." : "För bästa resultat, överväg att använda en GNU/Linux server istället.", + "It seems that this %s instance is running on a 32bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4GB and is highly discouraged." : "Det ser ut som att denna %s instans kör i en 32bits PHP miljö och att open_basedir har blivit configurerad i php.ini. Detta ställer till problem med filer över 4GB och rekommenderas därför inte.", + "Please remove the open_basedir setting within your php.ini or switch to 64bit PHP." : "Var vänlig ta bort open_basedir inställningen i din php.ini eller byt till 64bits PHP.", + "It seems that this %s instance is running on a 32bit PHP environment and cURL is not installed. This will lead to problems with files over 4GB and is highly discouraged." : "Det ser ut som att denna %s instans kör i en 32bits PHP miljö och att cURL inte är installerad. Detta ställer till problem med filer över 4GB och rekommenderas därför inte.", "Please install the cURL extension and restart your webserver." : "Vänligen installera tillägget cURL och starta om din webbserver.", "Personal" : "Personligt", "Users" : "Användare", @@ -157,6 +162,13 @@ OC.L10N.register( "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Vänligen kontakta serveradministratören om detta fel återkommer flera gånger, vänligen inkludera nedanstående tekniska detaljeri din felrapport.", "More details can be found in the server log." : "Mer detaljer återfinns i serverns logg.", "Technical details" : "Tekniska detaljer", + "Remote Address: %s" : "Fjärradress: %s", + "Request ID: %s" : "Begärd ID: %s", + "Code: %s" : "Kod: %s", + "Message: %s" : "Meddelande: %s", + "File: %s" : "Fil: %s", + "Line: %s" : "Rad: %s", + "Trace" : "Spåra", "Security Warning" : "Säkerhetsvarning", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Din version av PHP är sårbar för NULL byte attack (CVE-2006-7243)", "Please update your PHP installation to use %s securely." : "Var god uppdatera din PHP-installation för att använda %s säkert.", @@ -200,6 +212,8 @@ OC.L10N.register( "The theme %s has been disabled." : "Temat %s har blivit inaktiverat.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Vänligen säkerställ att en säkerhetskopia har gjorts av databasen, konfigurations- och datamappen innan du fortsätter.", "Start update" : "Starta uppdateringen", - "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "För att undvika timeout vid större installationer kan du istället köra följande kommando från din installationskatalog:" + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "För att undvika timeout vid större installationer kan du istället köra följande kommando från din installationskatalog:", + "This %s instance is currently being updated, which may take a while." : "Denna %s instans håller på att uppdatera, vilket kan ta ett tag.", + "This page will refresh itself when the %s instance is available again." : "Denna sida uppdaterar sig själv när %s instansen är tillgänglig igen." }, "nplurals=2; plural=(n != 1);"); |