Spanish language in settings-screen.php

This commit is contained in:
John Arroyave
2015-02-19 07:05:26 -05:00
parent fcd1b4fb64
commit bd692990cb
2 changed files with 2 additions and 1 deletions

View File

@@ -14,4 +14,4 @@ $ICEcoderSettings = array(
"newFilePerms" => 644,
"enableRegistration" => true
);
?>
?>

View File

@@ -95,6 +95,7 @@ language <span class="info" title="Reload required after changing">[?]</span><br
<option value="norwegian.php"<?php if($ICEcoder["languageUser"]=='norwegian.php') {echo " selected";};?>>Norsk</option>
<option value="persian.php"<?php if($ICEcoder["languageUser"]=='persian.php') {echo " selected";};?>>فارسی</option>
<option value="portuguese_brazilian.php"<?php if($ICEcoder["languageUser"]=='portuguese_brazilian.php') {echo " selected";};?>>Portugues(br)</option>
<option value="spanish.php"<?php if($ICEcoder["languageUser"]=='spanish.php') {echo " selected";};?>>Espa&ntilde;ol</option>
Nederlands
</select><br>
<br>