sv language had unquoted quotes in strings
parent
229eb9c681
commit
b81eefbffb
2
boot.php
2
boot.php
|
@ -2,7 +2,7 @@
|
|||
|
||||
set_time_limit(0);
|
||||
|
||||
define ( 'FRIENDIKA_VERSION', '2.1.951' );
|
||||
define ( 'FRIENDIKA_VERSION', '2.1.952' );
|
||||
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
|
||||
define ( 'DB_UPDATE_VERSION', 1053 );
|
||||
|
||||
|
|
|
@ -302,7 +302,7 @@ function poller_run($argv, $argc){
|
|||
$mbox = email_connect($mailbox,$mailconf[0]['user'],$password);
|
||||
unset($password);
|
||||
if($mbox) {
|
||||
q("UPDATE `mailacct` SET `last_check` = '%d' WHERE `id` = %d AND `uid` = %d LIMIT 1",
|
||||
q("UPDATE `mailacct` SET `last_check` = '%s' WHERE `id` = %d AND `uid` = %d LIMIT 1",
|
||||
dbesc(datetime_convert()),
|
||||
intval($mailconf[0]['id']),
|
||||
intval($importer_uid)
|
||||
|
|
|
@ -119,7 +119,7 @@ $a->strings["This is you"] = "Det här är du";
|
|||
$a->strings["Edit"] = "Ändra";
|
||||
$a->strings["Delete"] = "Ta bort";
|
||||
$a->strings["View \$name's profile"] = "Gå till profilen som tillhör \$name";
|
||||
$a->strings["Shared content is covered by the <a href=\"http://creativecommons.org/licenses/by/3.0/\">Creative Commons Attribution 3.0</a> license."] = "Innehållet omfattas av licensen <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a>.";
|
||||
$a->strings["Shared content is covered by the <a href=\"http://creativecommons.org/licenses/by/3.0/\">Creative Commons Attribution 3.0</a> license."] = "Innehållet omfattas av licensen <a href=\"http://creativecommons.org/licenses/by/3.0/\">Creative Commons Attribution 3.0</a>.";
|
||||
$a->strings["The profile address specified does not provide adequate information."] = "Angiven profiladress ger inte tillräcklig information.";
|
||||
$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Begränsad profil. Den här personen kommer inte att kunna ta emot personliga meddelanden från dig.";
|
||||
$a->strings["Unable to retrieve contact information."] = "Det gick inte att komma åt kontaktinformationen.";
|
||||
|
@ -364,7 +364,7 @@ $a->strings["That doesn't appear to be your full (First Last) name."] = "Du verk
|
|||
$a->strings["Your email domain is not among those allowed on this site."] = "Din e-postdomän är inte tillåten på den här webbplatsen.";
|
||||
$a->strings["Not a valid email address."] = "Ogiltig e-postadress.";
|
||||
$a->strings["Cannot use that email."] = "Otillåten e-postadress.";
|
||||
$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Ditt användarnamn får bara innehålla "a-z", "0-9", "-" och "_", och måste dessutom börja med en bokstav.";
|
||||
$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Ditt användarnamn får bara innehålla \"a-z\", \"0-9\", \"-\" och \"_\", och måste dessutom börja med en bokstav.";
|
||||
$a->strings["Nickname is already registered. Please choose another."] = "Användarnamnet är upptaget. Välj ett annat.";
|
||||
$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "SERIOUS ERROR: Generation of security keys failed.";
|
||||
$a->strings["An error occurred during registration. Please try again."] = "Något gick fel vid registreringen. Försök igen.";
|
||||
|
@ -392,7 +392,7 @@ $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for t
|
|||
$a->strings["Please see the file \"INSTALL.txt\"."] = "Se filen \"INSTALL.txt\".";
|
||||
$a->strings["Proceed to registration"] = "Gå vidare till registreringen";
|
||||
$a->strings["Database import failed."] = "Det gick inte att importera databasen.";
|
||||
$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Du kanske måste importera filen "database.sql" manuellt med phpmyadmin eller mysql.";
|
||||
$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Du kanske måste importera filen \"database.sql\" manuellt med phpmyadmin eller mysql.";
|
||||
$a->strings["Welcome to Friendika."] = "Välkommen till Friendika.";
|
||||
$a->strings["Friendika Social Network"] = "Det sociala nätverket Friendika";
|
||||
$a->strings["Installation"] = "Installation";
|
||||
|
@ -406,20 +406,20 @@ $a->strings["Database Name"] = "Database Name";
|
|||
$a->strings["Please select a default timezone for your website"] = "Please select a default timezone for your website";
|
||||
$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Could not find a command line version of PHP in the web server PATH.";
|
||||
$a->strings["This is required. Please adjust the configuration file .htconfig.php accordingly."] = "This is required. Please adjust the configuration file .htconfig.php accordingly.";
|
||||
$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "The command line version of PHP on your system does not have "register_argc_argv" enabled.";
|
||||
$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "The command line version of PHP on your system does not have \"register_argc_argv\" enabled.";
|
||||
$a->strings["This is required for message delivery to work."] = "Det krävs för att meddelanden ska kunna levereras.";
|
||||
$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Fel: funktionen "openssl_pkey_new" kan inte skapa krypteringsnycklar";
|
||||
$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Läs mer på "http://www.php.net/manual/en/openssl.installation.php" om du kör Windows.";
|
||||
$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Fel: funktionen \"openssl_pkey_new\" kan inte skapa krypteringsnycklar";
|
||||
$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Läs mer på \"http://www.php.net/manual/en/openssl.installation.php\" om du kör Windows.";
|
||||
$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: Apache webserver mod-rewrite module is required but not installed.";
|
||||
$a->strings["Error: libCURL PHP module required but not installed."] = "Error: libCURL PHP module required but not installed.";
|
||||
$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: GD graphics PHP module with JPEG support required but not installed.";
|
||||
$a->strings["Error: openssl PHP module required but not installed."] = "Error: openssl PHP module required but not installed.";
|
||||
$a->strings["Error: mysqli PHP module required but not installed."] = "Error: mysqli PHP module required but not installed.";
|
||||
$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "The web installer needs to be able to create a file called ".htconfig.php" in the top folder of your web server and it is unable to do so.";
|
||||
$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so.";
|
||||
$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can.";
|
||||
$a->strings["Please check with your site documentation or support people to see if this situation can be corrected."] = "Please check with your site documentation or support people to see if this situation can be corrected.";
|
||||
$a->strings["If not, you may be required to perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "If not, you may be required to perform a manual installation. Please see the file "INSTALL.txt" for instructions.";
|
||||
$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "The database configuration file ".htconfig.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.";
|
||||
$a->strings["If not, you may be required to perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "If not, you may be required to perform a manual installation. Please see the file \"INSTALL.txt\" for instructions.";
|
||||
$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root.";
|
||||
$a->strings["Errors encountered creating database tables."] = "Fel vid skapandet av databastabeller.";
|
||||
$a->strings["Normal View"] = "Byt till normalvy";
|
||||
$a->strings["New Item View"] = "Visa nya inlägg överst";
|
||||
|
@ -518,10 +518,10 @@ $a->strings["Gender: "] = "Kön: ";
|
|||
$a->strings["No entries (some entries may be hidden)."] = "Inget att visa. (Man kan välja att inte synas här)";
|
||||
$a->strings["This is Friendika version"] = "Det här är Friendika version";
|
||||
$a->strings["running at web location"] = "som körs på";
|
||||
$a->strings["Shared content within the Friendika network is provided under the <a href=\"http://creativecommons.org/licenses/by/3.0/\">Creative Commons Attribution 3.0 license</a>"] = "Innehåll som publiceras inom Friendikanätverket omfattas av licensen <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 license</a>";
|
||||
$a->strings["Please visit <a href=\"http://project.friendika.com\">Project.Friendika.com</a> to learn more about the Friendika project."] = "Gå till <a href="http://project.friendika.com">Project.Friendika.com</a> om du vill läsa mer om friendikaprojektet.";
|
||||
$a->strings["Shared content within the Friendika network is provided under the <a href=\"http://creativecommons.org/licenses/by/3.0/\">Creative Commons Attribution 3.0 license</a>"] = "Innehåll som publiceras inom Friendikanätverket omfattas av licensen <a href=\"http://creativecommons.org/licenses/by/3.0/\">Creative Commons Attribution 3.0 license</a>";
|
||||
$a->strings["Please visit <a href=\"http://project.friendika.com\">Project.Friendika.com</a> to learn more about the Friendika project."] = "Gå till <a href=\"http://project.friendika.com\">Project.Friendika.com</a> om du vill läsa mer om friendikaprojektet.";
|
||||
$a->strings["Bug reports and issues: please visit"] = "Anmäl buggar eller andra problem, gå till";
|
||||
$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendika - dot com"] = "Förslag, beröm, donationer, etc. - skicka e-post till "info at friendika punkt com" ";
|
||||
$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendika - dot com"] = "Förslag, beröm, donationer, etc. - skicka e-post till \"info at friendika punkt com\" ";
|
||||
$a->strings["Installed plugins/addons/apps"] = "Installerade insticksprogram/applikationer";
|
||||
$a->strings["No installed plugins/addons/apps"] = "Inga installerade insticksprogram/applikationer";
|
||||
$a->strings["Unable to locate original post."] = "Hittar inte det ursprungliga inlägget.";
|
||||
|
@ -621,7 +621,7 @@ $a->strings["The handicap game disables the center position on the middle level
|
|||
$a->strings["You go first..."] = "Du börjar...";
|
||||
$a->strings["I'm going first this time..."] = "Jag börjar den här gången...";
|
||||
$a->strings["You won!"] = "Du vann!";
|
||||
$a->strings["\"Cat\" game!"] = ""Cat" game!";
|
||||
$a->strings["\"Cat\" game!"] = "\"Cat\" game!";
|
||||
$a->strings["I won!"] = "Jag vann!";
|
||||
$a->strings["Select files to upload: "] = "Välj filer att ladda upp: ";
|
||||
$a->strings["Use the following controls only if the Java uploader [above] fails to launch."] = "Använd följande bara om javauppladdaren ovanför inte startar.";
|
||||
|
|
Loading…
Reference in New Issue