Removed language list from lang.en.js in favor of local-langage names in HTML file

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1001 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2009-12-07 21:16:13 +00:00
parent bf1cd8606d
commit fddc6f2b10
2 changed files with 7 additions and 13 deletions

View File

@ -120,13 +120,6 @@
{"id":"image_opt_ref","textContent":"Use file reference"},
{"id":"svginfo_editor_prefs","textContent":"Editor Preferences"},
{"id":"svginfo_lang","textContent":"Language"},
{"id":"lang_cs","textContent":"Czech"},
{"id":"lang_nl","textContent":"Dutch"},
{"id":"lang_en","textContent":"English"},
{"id":"lang_fr","textContent":"French"},
{"id":"lang_de","textContent":"German"},
{"id":"lang_ro","textContent":"Romanian"},
{"id":"lang_sk","textContent":"Slovak"},
{"id":"svginfo_change_background","textContent":"Editor Background"},
{"id":"svginfo_bg_note","textContent":"Note: Background will not be saved with image."},
{"id":"icon_small","textContent":"Small"},

View File

@ -405,14 +405,15 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
<legend id="svginfo_editor_prefs">Editor Preferences</legend>
<label><span id="svginfo_lang">Language:</span>
<!-- Source: http://en.wikipedia.org/wiki/Language_names -->
<select id="lang_select">
<option id="lang_cs" value="cs">Czech</option>
<option id="lang_nl" value="nl">Dutch</option>
<option id="lang_cs" value="cs">Čeština</option>
<option id="lang_nl" value="nl">Nederlands</option>
<option id="lang_en" value="en" selected="selected">English</option>
<option id="lang_fr" value="fr">French</option>
<option id="lang_de" value="de">German</option>
<option id="lang_ro" value="ro">Romanian</option>
<option id="lang_sk" value="sk">Slovak</option>
<option id="lang_fr" value="fr">Français</option>
<option id="lang_de" value="de">Deutsch</option>
<option id="lang_ro" value="ro">Româneşte</option>
<option id="lang_sk" value="sk">Slovenčina</option>
</select>
</label>