Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion client/WEB-INF/classes/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -2057,4 +2058,4 @@ state.Stopping=Stopping
state.Suspended=Suspended
ui.listView.filters.all=All
ui.listView.filters.mine=Mine
label.na=NA
label.na=NA
2 changes: 1 addition & 1 deletion tools/transifex/sync-transifex-ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.

SRCLANG=en
LIST_LANG="ar ca de_DE es fr_FR it_IT ja_JP ko_KR nb_NO nl_NL pl pt_BR ru_RU zh_CN"
LIST_LANG="ar ca de_DE es fr_FR it_IT ja_JP ko_KR nb_NO nl_NL pl pt_BR ru_RU zh_CN hu"

DIRECTORY_RESOURCES="../../client/WEB-INF/classes/resources"
WORKDIR="./work-dir"
Expand Down
27 changes: 27 additions & 0 deletions ui/css/cloudstack3.hu.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

/*
* correct the breadcrumbs, hungarian translation is longer
* than the english default.
*/
#breadcrumbs div.home {
width: 100px;
}

1 change: 1 addition & 0 deletions ui/dictionary.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -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" />',
Expand Down
1 change: 1 addition & 0 deletions ui/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down