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
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Tour')
-rw-r--r--plugins/Tour/lang/en.json2
-rw-r--r--plugins/Tour/lang/ku.json5
-rw-r--r--plugins/Tour/tests/System/expected/test___Tour.getChallenges.xml4
3 files changed, 8 insertions, 3 deletions
diff --git a/plugins/Tour/lang/en.json b/plugins/Tour/lang/en.json
index 09b2e6fa6c..d446852f30 100644
--- a/plugins/Tour/lang/en.json
+++ b/plugins/Tour/lang/en.json
@@ -52,4 +52,4 @@
"Part4Title": "Great progress %1$s! Only a few more challenges to complete.",
"OnlyVisibleToSuperUser": "Only you as a %1$sSuper User%2$s can see this widget."
}
-}
+} \ No newline at end of file
diff --git a/plugins/Tour/lang/ku.json b/plugins/Tour/lang/ku.json
new file mode 100644
index 0000000000..a803ec8325
--- /dev/null
+++ b/plugins/Tour/lang/ku.json
@@ -0,0 +1,5 @@
+{
+ "Tour": {
+ "CompletionTitle": "دەست خۆش!"
+ }
+} \ No newline at end of file
diff --git a/plugins/Tour/tests/System/expected/test___Tour.getChallenges.xml b/plugins/Tour/tests/System/expected/test___Tour.getChallenges.xml
index b345e66e27..320637560d 100644
--- a/plugins/Tour/tests/System/expected/test___Tour.getChallenges.xml
+++ b/plugins/Tour/tests/System/expected/test___Tour.getChallenges.xml
@@ -27,7 +27,7 @@
<row>
<id>add_user</id>
<name>Add another user</name>
- <description>Users Management lets you add new users, edit existing users and give them access to view or administrate websites. </description>
+ <description>Users Management lets you add new users, edit existing users and give them access to view or administrate websites.</description>
<isCompleted>0</isCompleted>
<isSkipped>0</isSkipped>
<url>index.php?module=UsersManager&amp;action=index</url>
@@ -35,7 +35,7 @@
<row>
<id>add_website</id>
<name>Add another website</name>
- <description>Websites management lets you add a new website and edit existing websites. </description>
+ <description>Websites management lets you add a new website and edit existing websites.</description>
<isCompleted>0</isCompleted>
<isSkipped>0</isSkipped>
<url>index.php?module=SitesManager&amp;action=index</url>