forked from I2P_Developers/i2p.i2p
Norwegian translations:
- enable Bokmål in router - add to tx config - add Bokmål translations from transifex
This commit is contained in:
@ -32,6 +32,7 @@ trans.fi = apps/routerconsole/locale/messages_fi.po
|
|||||||
trans.fr = apps/routerconsole/locale/messages_fr.po
|
trans.fr = apps/routerconsole/locale/messages_fr.po
|
||||||
trans.hu = apps/routerconsole/locale/messages_hu.po
|
trans.hu = apps/routerconsole/locale/messages_hu.po
|
||||||
trans.it = apps/routerconsole/locale/messages_it.po
|
trans.it = apps/routerconsole/locale/messages_it.po
|
||||||
|
trans.nb = apps/routerconsole/locale/messages_nb.po
|
||||||
trans.nl = apps/routerconsole/locale/messages_nl.po
|
trans.nl = apps/routerconsole/locale/messages_nl.po
|
||||||
trans.pl = apps/routerconsole/locale/messages_pl.po
|
trans.pl = apps/routerconsole/locale/messages_pl.po
|
||||||
trans.pt = apps/routerconsole/locale/messages_pt.po
|
trans.pt = apps/routerconsole/locale/messages_pt.po
|
||||||
|
@ -74,14 +74,14 @@ public class ConfigUIHelper extends HelperBase {
|
|||||||
* added to the top-level build.xml for the updater.
|
* added to the top-level build.xml for the updater.
|
||||||
*/
|
*/
|
||||||
private static final String langs[] = {"ar", "cs", "da", "de", "et", "el", "en", "es", "fi",
|
private static final String langs[] = {"ar", "cs", "da", "de", "et", "el", "en", "es", "fi",
|
||||||
"fr", "hu", "it", "nl", "pl", "pt", "ru",
|
"fr", "hu", "it", "nb", "nl", "pl", "pt", "ru",
|
||||||
"sv", "uk", "vi", "zh"};
|
"sv", "uk", "vi", "zh"};
|
||||||
private static final String flags[] = {"lang_ar", "cz", "dk", "de", "ee", "gr", "us", "es", "fi",
|
private static final String flags[] = {"lang_ar", "cz", "dk", "de", "ee", "gr", "us", "es", "fi",
|
||||||
"fr", "hu", "it", "nl", "pl", "pt", "ru",
|
"fr", "hu", "it", "nl", "no", "pl", "pt", "ru",
|
||||||
"se", "ua", "vn", "cn"};
|
"se", "ua", "vn", "cn"};
|
||||||
private static final String xlangs[] = {_x("Arabic"), _x("Czech"), _x("Danish"),
|
private static final String xlangs[] = {_x("Arabic"), _x("Czech"), _x("Danish"),
|
||||||
_x("German"), _x("Estonian"), _x("Greek"), _x("English"), _x("Spanish"), _x("Finnish"),
|
_x("German"), _x("Estonian"), _x("Greek"), _x("English"), _x("Spanish"), _x("Finnish"),
|
||||||
_x("French"), _x("Hungarian"), _x("Italian"), _x("Dutch"), _x("Polish"),
|
_x("French"), _x("Hungarian"), _x("Italian"), _x("Dutch"), _x("Norwegian Bokmaal"), _x("Polish"),
|
||||||
_x("Portuguese"), _x("Russian"), _x("Swedish"),
|
_x("Portuguese"), _x("Russian"), _x("Swedish"),
|
||||||
_x("Ukrainian"), _x("Vietnamese"), _x("Chinese")};
|
_x("Ukrainian"), _x("Vietnamese"), _x("Chinese")};
|
||||||
|
|
||||||
|
@ -45,6 +45,7 @@
|
|||||||
<a href="/console?lang=el&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=gr" title="ελληνικά" alt="ελληνικά"></a>
|
<a href="/console?lang=el&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=gr" title="ελληνικά" alt="ελληνικά"></a>
|
||||||
<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>
|
<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>
|
||||||
<a href="/console?lang=it&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=it" title="Italiano" alt="Italiano"></a>
|
<a href="/console?lang=it&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=it" title="Italiano" alt="Italiano"></a>
|
||||||
|
<a href="/console?lang=nb&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=no" title="Bokmål" alt="Norwegian Bokmaal"></a>
|
||||||
<a href="/console?lang=nl&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=nl" title="Nederlands" alt="Nederlands"></a>
|
<a href="/console?lang=nl&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=nl" title="Nederlands" alt="Nederlands"></a>
|
||||||
<a href="/console?lang=pl&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=pl" title="Polski" alt="Polski"></a>
|
<a href="/console?lang=pl&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=pl" title="Polski" alt="Polski"></a>
|
||||||
<a href="/console?lang=pt&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=pt" title="Português" alt="Português"></a>
|
<a href="/console?lang=pt&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=pt" title="Português" alt="Português"></a>
|
||||||
|
@ -72,6 +72,7 @@
|
|||||||
<a href="/home?lang=el&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=gr" title="ελληνικά" alt="ελληνικά"></a>
|
<a href="/home?lang=el&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=gr" title="ελληνικά" alt="ελληνικά"></a>
|
||||||
<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>
|
<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>
|
||||||
<a href="/home?lang=it&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=it" title="Italiano" alt="Italiano"></a>
|
<a href="/home?lang=it&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=it" title="Italiano" alt="Italiano"></a>
|
||||||
|
<a href="/home?lang=nb&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=no" title="Bokmål" alt="Norwegian Bokmaal"></a>
|
||||||
<a href="/home?lang=nl&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=nl" title="Nederlands" alt="Nederlands"></a>
|
<a href="/home?lang=nl&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=nl" title="Nederlands" alt="Nederlands"></a>
|
||||||
<a href="/home?lang=pl&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=pl" title="Polski" alt="Polski"></a>
|
<a href="/home?lang=pl&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=pl" title="Polski" alt="Polski"></a>
|
||||||
<a href="/home?lang=pt&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=pt" title="Português" alt="Português"></a>
|
<a href="/home?lang=pt&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=pt" title="Português" alt="Português"></a>
|
||||||
|
6902
apps/routerconsole/locale/messages_nb.po
Normal file
6902
apps/routerconsole/locale/messages_nb.po
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,7 @@
|
|||||||
|
2013-01-31 kytv
|
||||||
|
* Add Norwegian Bokmål language to the router console
|
||||||
|
* Add Bokmål translations from Transifex
|
||||||
|
|
||||||
2013-01-31 zzz
|
2013-01-31 zzz
|
||||||
* EepGet:
|
* EepGet:
|
||||||
- Fix URL when not proxied to conform to RFC 2616
|
- Fix URL when not proxied to conform to RFC 2616
|
||||||
|
Reference in New Issue
Block a user