Skip to content

Commit

Permalink
Added 'Default hash implementation' translation to russian, adjusted …
Browse files Browse the repository at this point in the history
…'application settings dialog' height for russian
  • Loading branch information
vitalidze committed Dec 24, 2014
1 parent e398324 commit aa55bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ui:with field='i18n' type='org.traccar.web.client.i18n.Messages' />

<gxt:Window ui:field="window" pixelSize="300, 160" modal="true" headingText="{i18n.globalSettings}" focusWidget="{saveButton}">
<gxt:Window ui:field="window" pixelSize="300, 170" modal="true" headingText="{i18n.globalSettings}" focusWidget="{saveButton}">
<container:VerticalLayoutContainer>
<container:child layoutData="{verticalLayoutData}">
<form:FieldLabel text="{i18n.registration}" labelWidth="210">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ globalSettings=Глобальные настройки
registration=Регистрация
updateInterval=Интервал обновления
disallowDeviceManagementByUsers = Запретить пользователям управлять устройствами
defaultHashImplementation = Хэш-функция паролей
# archive view
archive=Архив
from=С
Expand Down

0 comments on commit aa55bf0

Please sign in to comment.