summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-06-11 08:13:09 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-06-11 08:13:09 -0400
commit9de160a881ebbe02adc2bf40ebdd38052b65d01c (patch)
treeb16168c46c1ce047972f7badda814fd4c31b0b85
parente36116ce30e14799310c12f6130927438b81a25f (diff)
remove ellipsis from messages
Former-commit-id: f611f3634eb8ef1f33f7df377d187917385e45f3
-rw-r--r--www/js/StateCtrl.js2
-rw-r--r--www/lang/locale-en.json4
-rw-r--r--www/lang/locale-it.json10
3 files changed, 8 insertions, 8 deletions
diff --git a/www/js/StateCtrl.js b/www/js/StateCtrl.js
index 8f3d6032..c3f2e860 100644
--- a/www/js/StateCtrl.js
+++ b/www/js/StateCtrl.js
@@ -307,7 +307,7 @@ angular.module('zmApp.controllers').controller('zmApp.StateCtrl', ['$ionicPopup'
ZMDataModel.zmDebug("StateCtrl/controlZM: operation in progress");
$ionicPopup.alert({
title: $translate.instant('kOperationInProgressTitle'),
- template: $translate.instant('kOperationInProgressBody')
+ template: $translate.instant('kOperationInProgressBody')+'...'
});
return;
}
diff --git a/www/lang/locale-en.json b/www/lang/locale-en.json
index 952f7f52..f8c0f904 100644
--- a/www/lang/locale-en.json
+++ b/www/lang/locale-en.json
@@ -81,7 +81,7 @@
"kDiscoveringAPI" :"discovering api",
"kSwipeToChangeMon" :"Swipe to change monitors",
"kReAuthenticating" :"re-authenticating",
- "kPortalNoProto" :"No protocol specifiedd",
+ "kPortalNoProto" :"No protocol specified",
"kExpert" :"Expert",
"kChangeSettingsFor" :"Change settings for",
"kToTime" :"To Time",
@@ -316,7 +316,7 @@
"kDiscoveringCGI" :"discovering cgi",
"kPTZnotConfigured" :"PTZ not configured for this monitor",
"kApiUrl" :"ZM api url",
- "kOperationInProgressBody" :"The previous operation is still in progress. Please wait...",
+ "kOperationInProgressBody" :"The previous operation is still in progress. Please wait",
"kWizPortalText" :"Lets talk about how you have configured authentication If you have enabled authentication, toggle this button",
"kPortalNoMonitorFound" :"No configured/enabled monitor found",
"kSuccess" :"Success",
diff --git a/www/lang/locale-it.json b/www/lang/locale-it.json
index bb91a788..e0c923c0 100644
--- a/www/lang/locale-it.json
+++ b/www/lang/locale-it.json
@@ -112,7 +112,7 @@
"kTimelineMessage" :"Doppio Tap Esci. Trascina per vedere i frame",
"kMonMonitor" :"Monitor",
"kNoMonitors" :"Nessun monitor da mostrare",
- "kApplyingChanges" :"Sto applicando le modifiche, attendi...",
+ "kApplyingChanges" :"Sto applicando le modifiche, attendi",
"kMenuExit" :"Esci",
"kDisablePush" :"Disabilita APNS/GCM",
"kOff" :"Off",
@@ -234,7 +234,7 @@
"kDone" :"fatto",
"kNoMoreEvents" :"non ci sono ulteriori eventi",
"kServerName" :"Nome del server",
- "kDiscoveringPortal" :"Sto cercando il server...",
+ "kDiscoveringPortal" :"Sto cercando il server",
"kServerEmptyError" :"Il nome del server non può rimanere vuoto",
"kError" :"Errore",
"kEventNavVidFeeds" :"Navigazione eventi non disponibile come sequenza immagini. Zoneminder non supporta questa funzione",
@@ -286,7 +286,7 @@
"kFilterEventsBetween1" :"Stai guardando gli eventi tra",
"kForceAlarmConfirm" :"Sei sicuro di voler forzare un'allarme per il monitor:",
"kSettings" :"Impostazioni",
- "kAuthenticating" :"autentico...",
+ "kAuthenticating" :"autentico",
"kValidNameZMAuth" :"Inserisci user name e password validi per ZM AUTH",
"kRecaptcha" :"Looks like you have enabled reCaptcha. It needs to be turned off for the app to work",
"kResolution" :"Risoluzione",
@@ -295,11 +295,11 @@
"kDiscoveringCGI" :"Sto cercando cgi",
"kPTZnotConfigured" :"PTZ non configurato per questo monitor",
"kApiUrl" :"Percorso api ZM",
- "kOperationInProgressBody" :"Sto eseguendo l'operazione precedente. Attendi...",
+ "kOperationInProgressBody" :"Sto eseguendo l'operazione precedente. Attendi",
"kWizPortalText" :"Stiamo parlando del tuo metodo di autenticazione, se ne hai configurato uno, cambia questa impostazione",
"kSuccess" :"Riuscito!",
"kSensitiveBody" :"Dovrai modificare il log,quando lo vorrai inviare, dovrai togliere i tuoi dati sensibili. In ogni caso sarà tua responsabilità assicurarti che non ci siano dati sensibili. Fai attenzione a rimuovere i dati sensibili quando invii il log",
"kPleaseSave" :"Salva per favore",
- "kDiscovering" :"sto cercando...",
+ "kDiscovering" :"sto cercando",
"kMaxFPS" :"Max FPS"
}