diff options
Diffstat (limited to 'language/sv_SE/install.lang.php')
-rw-r--r-- | language/sv_SE/install.lang.php | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/language/sv_SE/install.lang.php b/language/sv_SE/install.lang.php index 10f5eccd5..bf08040aa 100644 --- a/language/sv_SE/install.lang.php +++ b/language/sv_SE/install.lang.php @@ -46,14 +46,14 @@ $lang['Password [confirm]'] = 'Lösenord [bekräfta]'; $lang['verification'] = 'verifiering'; $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Behöver du hjälp? Ställ din fråga på <a href="%s">Piwigo message board</a>.'; $lang['Visitors will be able to contact site administrator with this mail'] = 'Besökare kommer att kunna kontakta sidans administratör med denna e-mail adress'; -$lang['PHP 5 is required'] = 'PHP 5 krävs'; +$lang['PHP 5 is required'] = 'PHP 5.2 krävs'; $lang['It appears your webhost is currently running PHP %s.'] = 'Ditt webbhotell använder just nu PHP %s.'; -$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo kan kanske komma att ändra dina inställningar i PHP 5 genom att skapa eller ändra en .htaccess fil.'; +$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo kan kanske komma att ändra dina inställningar i PHP 5.2 genom att skapa eller ändra en .htaccess fil.'; $lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Notera att du kan ändra dina inställningar förutsatt att du startar om Piwigo efteråt.'; -$lang['Try to configure PHP 5'] = 'Försök att konfigurera PHP 5'; +$lang['Try to configure PHP 5'] = 'Försök att konfigurera PHP 5.2'; $lang['Sorry!'] = 'Ursäkta!'; -$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo kunde inte konfigurera PHP 5.'; -$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Vi rekomenderar att du kontaktar leverantören för ditt webbhotell för att se hur du kan ändra till PHP 5.'; +$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo kunde inte konfigurera PHP 5.2'; +$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Vi rekomenderar att du kontaktar leverantören för ditt webbhotell för att se hur du kan ändra till PHP 5.2'; $lang['Hope to see you back soon.'] = 'Välkommen tillbaka snart igen.'; $lang['Congratulations, Piwigo installation is completed'] = 'Gratulerar, Piwigo installationen är klar'; $lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'En alternativ lösning är att kopiera texten ovan och klistra in i filen "local/config/database.inc.php" (Varning : database.inc.php får enbart innehålla texten från textarean, inga radbrytare eller mellanrum)'; @@ -64,5 +64,4 @@ $lang['Just another Piwigo gallery'] = 'Ännu ett Piwigo galleri'; $lang['Welcome to my photo gallery'] = 'Välkommen till mitt fotogalleri'; $lang['Welcome to your new installation of Piwigo!'] = 'Välkomment till din nya installation av Piwigo!'; $lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Tveka inte att kontakta våra forum för hjälp: %s'; -$lang['localhost or other, supplied by your host provider'] = 'localhost eller det värdnams som du valt eller tilldelats av din webhotells leverantör/server'; -?>
\ No newline at end of file +$lang['localhost or other, supplied by your host provider'] = 'localhost eller det värdnams som du valt eller tilldelats av din webhotells leverantör/server';
\ No newline at end of file |