diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/lang/locale-en.json | 7 | ||||
| -rw-r--r-- | www/templates/events-modal.html | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/lang/locale-en.json b/www/lang/locale-en.json index 3c28165c..cf5d2181 100644 --- a/www/lang/locale-en.json +++ b/www/lang/locale-en.json @@ -56,8 +56,8 @@ "kDeletingEvent" :"deleting event", "kDevOptions" :"Dev. Settings", "kDeveloperOptionsFor" :"Developer Options for", - "kDisableAlarmMontage" : "Disable alarm API in montage", - "kDisableAlarmMontageSub" : "may help if server gets overloaded", + "kDisableAlarmMontage" :"Disable alarm API in montage", + "kDisableAlarmMontageSub" :"may help if server gets overloaded", "kDisableNative" :"Disable Native transitions", "kDisableNativeSub" :"Enable if the menu is freezing", "kDisablePush" :"disable APNS/GCM", @@ -94,6 +94,7 @@ "kEventsCap" :"Events", "kExampleServer" :"eg. My House", "kExitAppBackground" :"exit app in background", + "kExitEventView" :"exit event view", "kExitFullScreen" :"exit full screen", "kExitLiveView" :"exit live view", "kExpert" :"Expert", @@ -149,8 +150,8 @@ "kLoginValidAPIFailedTitle" :"Login validated but API failed", "kLoginValidatedTitle" :"Login Validated", "kLogs" :"Logs", + "kLowBWDisplay" :"low bandwidth", "kLowBandwidth" :"low bandwidth mode", - "kLowBWDisplay" : "low bandwidth", "kManageServerGroups" :"Manage Server Groups", "kMaxFPS" :"Max FPS", "kMaxItemsForTimeline" :"Max. items for Timeline", diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 2f8bc08d..e6211aab 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -103,7 +103,7 @@ <a mfb-button icon="ion-arrow-left-c" label="{{'kPrevEvent'|translate}}" ng-click="jumpToEvent(prevId,-1);"></a> <a mfb-button icon="ion-arrow-resize" label="{{imageFit?'fill screen':'fit screen'}}" ng-click="scaleImage();"></a> - <a mfb-button icon="ion-close" label="exit event view" ng-click="closeModal()"> </a> + <a mfb-button icon="ion-close" label="{{'kExitEventView' | translate}}" ng-click="closeModal()"> </a> </nav> |
