mirror of https://github.com/apache/cloudstack.git
Adding arabic keys to properties file
This commit is contained in:
parent
9ac03ffe07
commit
09044f2713
|
|
@ -627,6 +627,7 @@ label.key=Key
|
|||
label.keyboard.type=Keyboard type
|
||||
label.kvm.traffic.label=KVM traffic label
|
||||
label.label=Label
|
||||
label.lang.arabic=Arabic
|
||||
label.lang.brportugese=Brazilian Portugese
|
||||
label.lang.chinese=Chinese (Simplified)
|
||||
label.lang.english=English
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@ under the License.
|
|||
<select name="language">
|
||||
<option value=""></option> <!-- when this blank option is selected, browser's default language will be used -->
|
||||
<option value="en"><fmt:message key="label.lang.english"/></option>
|
||||
<option value="ar"><fmt:message key="label.lang.arabic"/></option>
|
||||
<option value="ja"><fmt:message key="label.lang.japanese"/></option>
|
||||
<option value="zh_CN"><fmt:message key="label.lang.chinese"/></option>
|
||||
<option value="ru_RU"><fmt:message key="label.lang.russian"/></option>
|
||||
|
|
|
|||
Loading…
Reference in New Issue