added hungarian to the list of localized languages Signed-off-by: Laszlo Hornyak <[email protected]> Signed-off-by: Rohit Yadav <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7d8151e5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7d8151e5 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7d8151e5 Branch: refs/heads/master Commit: 7d8151e5c4f77ff8133912d6bddd6f09c1550b93 Parents: 8b18ab3 Author: Laszlo Hornyak <[email protected]> Authored: Fri May 1 19:42:02 2015 +0200 Committer: Rohit Yadav <[email protected]> Committed: Fri May 8 17:26:36 2015 +0200 ---------------------------------------------------------------------- client/WEB-INF/classes/resources/messages.properties | 3 ++- ui/dictionary.jsp | 1 + ui/index.jsp | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7d8151e5/client/WEB-INF/classes/resources/messages.properties ---------------------------------------------------------------------- diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index de6efa5..523c7cc 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -735,6 +735,7 @@ label.lang.norwegian=Norwegian label.lang.polish=Polish label.lang.russian=Russian label.lang.spanish=Spanish +label.lang.hungarian=Hungarian label.last.disconnected=Last Disconnected label.last.name=Last Name label.latest.events=Latest events @@ -2057,4 +2058,4 @@ state.Stopping=Stopping state.Suspended=Suspended ui.listView.filters.all=All ui.listView.filters.mine=Mine -label.na=NA \ No newline at end of file +label.na=NA http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7d8151e5/ui/dictionary.jsp ---------------------------------------------------------------------- diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp index 9c0fd55..317acfa 100644 --- a/ui/dictionary.jsp +++ b/ui/dictionary.jsp @@ -741,6 +741,7 @@ dictionary = { 'label.lang.japanese': '<fmt:message key="label.lang.japanese" />', 'label.lang.korean': '<fmt:message key="label.lang.korean" />', 'label.lang.spanish': '<fmt:message key="label.lang.spanish" />', +'label.lang.hungarian': '<fmt:message key="label.lang.hungarian" />', 'label.last.disconnected': '<fmt:message key="label.last.disconnected" />', 'label.last.name': '<fmt:message key="label.last.name" />', 'label.latest.events': '<fmt:message key="label.latest.events" />', http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7d8151e5/ui/index.jsp ---------------------------------------------------------------------- diff --git a/ui/index.jsp b/ui/index.jsp index 9ba2faa..344fbf7 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -88,6 +88,7 @@ <option value="ar"><fmt:message key="label.lang.arabic"/></option> <option value="nl_NL"><fmt:message key="label.lang.dutch"/></option> <option value="pl"><fmt:message key="label.lang.polish"/></option> + <option value="hu"><fmt:message key="label.lang.hungarian"/></option> </select> </div> </div>
