Skip to content

Commit

Permalink
Added option to use Norwegian (Bokmål) language during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmondas Girkantas committed Nov 13, 2012
1 parent 9178a62 commit 55e1617
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/index.php
Expand Up @@ -71,7 +71,8 @@ function error($msg) {
echo " <input type=\"radio\" name=\"language\" value=\"de_DE\"> Ich ziehe es in Deutsch.<br>\n";
echo " <input type=\"radio\" name=\"language\" value=\"ja_JP\"> 日本語で続ける<br>\n";
echo " <input type=\"radio\" name=\"language\" value=\"pl_PL\"> Chcę kontynuować po polsku.<br>\n";
echo " <input type=\"radio\" name=\"language\" value=\"fr_FR\"> Je préfère continuer en français.<br><br>\n";
echo " <input type=\"radio\" name=\"language\" value=\"fr_FR\"> Je préfère continuer en français.<br>\n";
echo " <input type=\"radio\" name=\"language\" value=\"nb_NO\"> Jeg ønsker å forsette på norsk.<br><br>\n";
echo " <input type=\"hidden\" name=\"step\" value=\"" . $step . "\">";
echo " <input type=\"submit\" name=\"submit\" value=\"" . _('Go to step') . " " . $step . "\">";
echo " </form>\n";
Expand Down

0 comments on commit 55e1617

Please sign in to comment.