Changeset 06a599b
- Timestamp:
- Oct 21, 2016 10:00:51 PM (4 years ago)
- Branches:
- master
- Children:
- dc523b7
- Parents:
- 27cd1a6
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
.tx/config
r27cd1a6 r06a599b 91 91 trans.fi = apps/routerconsole/locale-news/messages_fi.po 92 92 trans.fr = apps/routerconsole/locale-news/messages_fr.po 93 trans.gl = apps/routerconsole/locale-news/messages_gl.po 93 94 trans.he = apps/routerconsole/locale-news/messages_he.po 94 95 ;; Java converts id to in … … 126 127 trans.fi = apps/routerconsole/locale-countries/messages_fi.po 127 128 trans.fr = apps/routerconsole/locale-countries/messages_fr.po 129 trans.gl = apps/routerconsole/locale-countries/messages_gl.po 128 130 trans.hu = apps/routerconsole/locale-countries/messages_hu.po 129 131 trans.it = apps/routerconsole/locale-countries/messages_it.po … … 183 185 trans.fi = apps/susidns/locale/messages_fi.po 184 186 trans.fr = apps/susidns/locale/messages_fr.po 187 trans.gl = apps/susidns/locale/messages_gl.po 185 188 trans.hu = apps/susidns/locale/messages_hu.po 186 189 trans.it = apps/susidns/locale/messages_it.po … … 212 215 trans.fi = apps/desktopgui/locale/messages_fi.po 213 216 trans.fr = apps/desktopgui/locale/messages_fr.po 217 trans.gl = apps/desktopgui/locale/messages_gl.po 214 218 trans.hu = apps/desktopgui/locale/messages_hu.po 215 219 ;; Java converts id to in … … 243 247 trans.fi = apps/susimail/locale/messages_fi.po 244 248 trans.fr = apps/susimail/locale/messages_fr.po 249 trans.gl = apps/susimail/locale/messages_gl.po 245 250 trans.hu = apps/susimail/locale/messages_hu.po 246 251 ;; Java converts id to in … … 359 364 trans.fi = apps/ministreaming/locale/messages_fi.po 360 365 trans.fr = apps/ministreaming/locale/messages_fr.po 366 trans.gl = apps/ministreaming/locale/messages_gl.po 361 367 ;; Java converts id to in 362 368 trans.id = apps/ministreaming/locale/messages_in.po -
apps/i2psnark/java/src/org/klomp/snark/standalone/ConfigUIHelper.java
r27cd1a6 r06a599b 40 40 { "fi", "fi", "Finnish", null }, 41 41 { "fr", "fr", "French", null }, 42 //{ "gl", "lang_gl", "Galician", null }, 42 43 { "hu", "hu", "Hungarian", null }, 43 44 { "it", "it", "Italian", null }, -
apps/routerconsole/java/src/net/i2p/router/web/ConfigUIHelper.java
r27cd1a6 r06a599b 74 74 */ 75 75 private static final String langs[][] = { 76 // 77 // Note: any additions, also add to: 78 // apps/i2psnark/java/src/org/klomp/snark/standalone/ConfigUIHelper.java 79 // apps/routerconsole/jsp/console.jsp 80 // apps/routerconsole/jsp/home.jsp 81 // .tx/config 82 // New lang_xx flags: Add to top-level build.xml 83 // 76 84 { "ar", "lang_ar", _x("Arabic"), null }, 77 85 { "cs", "cz", _x("Czech"), null }, … … 84 92 { "fi", "fi", _x("Finnish"), null }, 85 93 { "fr", "fr", _x("French"), null }, 94 { "gl", "lang_gl", _x("Galician"), null }, 86 95 { "hu", "hu", _x("Hungarian"), null }, 87 96 { "it", "it", _x("Italian"), null }, -
apps/routerconsole/jsp/console.jsp
r27cd1a6 r06a599b 43 43 <a href="/console?lang=fi&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=fi" title="Suomi" alt="Suomi"></a> 44 44 <a href="/console?lang=fr&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=fr" title="Français" alt="Français"></a> 45 <a href="/console?lang=gl&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=lang_gl" title="Galician" alt=Galician"></a> 45 46 <a href="/console?lang=el&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=gr" title="ελληνικά" alt="ελληνικά"></a> 46 47 <a href="/console?lang=hu&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=hu" title="Magyar" alt="Magyar"></a> -
apps/routerconsole/jsp/home.jsp
r27cd1a6 r06a599b 70 70 <a href="/home?lang=fi&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=fi" title="Suomi" alt="Suomi"></a> 71 71 <a href="/home?lang=fr&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=fr" title="Français" alt="Français"></a> 72 <a href="/home?lang=gl&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=lang_gl" title="Galician" alt=Galician"></a> 72 73 <a href="/home?lang=el&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=gr" title="ελληνικά" alt="ελληνικά"></a> 73 74 <a href="/home?lang=hu&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=hu" title="Magyar" alt="Magyar"></a> -
build.xml
r27cd1a6 r06a599b 1390 1390 <fileset dir="installer/resources/proxy/" includes="*.ht" /> 1391 1391 <!-- lang_ar.png added in 0.8.4; a1,a2,je, and eu.png added in 0.8.9; gg.png added in 0.8.10; 1392 im.png added in 0.8.12; cw.png added in 0.9.5; ap,bl,bq,ss,sx added in 0.9.21 --> 1393 <fileset dir="installer/resources/" includes="icons/flags/lang_ar.png icons/flags/gg.png icons/flags/je.png icons/flags/eu.png icons/flags/im.png icons/flags/a1.png icons/flags/a2.png icons/flags/cw.png icons/flags/ap.png icons/flags/bl.png icons/flags/bq.png icons/flags/ss.png icons/flags/sx.png" /> 1392 im.png added in 0.8.12; cw.png added in 0.9.5; ap,bl,bq,ss,sx added in 0.9.21; 1393 lang_gl added in 0.9.28 --> 1394 <fileset dir="installer/resources/" includes="icons/flags/lang_ar.png icons/flags/gg.png icons/flags/je.png icons/flags/eu.png icons/flags/im.png icons/flags/a1.png icons/flags/a2.png icons/flags/cw.png icons/flags/ap.png icons/flags/bl.png icons/flags/bq.png icons/flags/ss.png icons/flags/sx.png icons/flags/lang_gl.png" /> 1394 1395 </copy> 1395 1396 </target>
Note: See TracChangeset
for help on using the changeset viewer.