Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-11-19 07:12:24 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-11-19 07:14:32 +0300
commitada836d750a74ddfda03b48baf2fa1c1173e39ff (patch)
treec479878e9b79d8883e03d8c302463e4a9a791297 /lang
parent0bbf8eb60be3e205d7c230e430ebd7765ef38526 (diff)
make new operators available in the UI, moved check to segment data class
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/en.json b/lang/en.json
index 615ad706c0..c5a32ed0d8 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -264,6 +264,8 @@
"OperationIsNot": "Is not",
"OperationLessThan": "Less than",
"OperationNotEquals": "Not Equals",
+ "OperationStartsWith": "Starts with",
+ "OperationEndsWith": "Ends with",
"OptionalSmtpPort": "Optional. Defaults to 25 for unencrypted and TLS SMTP, and 465 for SSL SMTP.",
"Options": "Options",
"OrCancel": "or %s Cancel %s",