You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2013/02/27 20:04:50 UTC

[7/8] git commit: refs/heads/4.1l10n - adding a few languages

adding a few languages


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/285f9479
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/285f9479
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/285f9479

Branch: refs/heads/4.1l10n
Commit: 285f9479ab13f388f4b2103b38c9454384c43201
Parents: 8fcfde7
Author: David Nalley <da...@gnsa.us>
Authored: Wed Feb 27 13:48:59 2013 -0500
Committer: David Nalley <da...@gnsa.us>
Committed: Wed Feb 27 13:48:59 2013 -0500

----------------------------------------------------------------------
 ui/index.jsp |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/285f9479/ui/index.jsp
----------------------------------------------------------------------
diff --git a/ui/index.jsp b/ui/index.jsp
index fdacd9e..d53295d 100644
--- a/ui/index.jsp
+++ b/ui/index.jsp
@@ -68,7 +68,7 @@ under the License.
             <!-- Select language -->
             <div class="select-language">
               <select name="language">
-                <option value=""></option> <!-- when this blank option is selected, browser's default language will be used -->
+                <option value=""></option> <!-- when this blank option is selected, browsers default language will be used -->
                 <option value="en"><fmt:message key="label.lang.english"/></option>
                 <option value="ja"><fmt:message key="label.lang.japanese"/></option>
 		<option value="zh_CN"><fmt:message key="label.lang.chinese"/></option>
@@ -76,6 +76,8 @@ under the License.
                 <option value="fr_FR"><fmt:message key="label.lang.french"/></option>
                 <option value="pt_BR"><fmt:message key="label.lang.brportugese"/></option>
                 <option value="ko_KR"><fmt:message key="label.lang.korean"/></option>
+                <option value="de_DE"><fmt:message key="label.lang.german"/></option>
+                <option value="nb_NO"><fmt:message key="label.lang.norwegian"/></option>
               </select>
             </div>
           </div>