Skip to content

Commit

Permalink
For #85 - added translation to the 'Upload' string
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalidze committed May 26, 2015
1 parent f101e7f commit 156e29d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/main/java/org/traccar/web/client/i18n/Messages.java
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,6 @@ String defaultNotificationTemplate(@Select DeviceEventType type,
String selectedIcon();

String offlineIcon();

String upload();
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</form:FieldLabel>
</container:child>
<container:child layoutData="{horizontalLayoutData}">
<button:TextButton ui:field="uploadButton" text="Upload" />
<button:TextButton ui:field="uploadButton" text="{i18n.upload}" />
</container:child>
</container:HorizontalLayoutContainer>
</form:FormPanel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ select = Select
defaultIcon = Default
selectedIcon = Selected
offlineIcon = Offline
upload = Upload
# device view
objects = Objects
devices = Devices
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ select = Выбрать
defaultIcon = По умолчанию
selectedIcon = Выбран
offlineIcon = Не в сети
upload = Загрузить
# device view
objects = Объекты
devices = Устройства
Expand Down

0 comments on commit 156e29d

Please sign in to comment.