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/UsersManager/lang/en.php')
-rw-r--r--plugins/UsersManager/lang/en.php35
1 files changed, 0 insertions, 35 deletions
diff --git a/plugins/UsersManager/lang/en.php b/plugins/UsersManager/lang/en.php
deleted file mode 100644
index a9375b2217..0000000000
--- a/plugins/UsersManager/lang/en.php
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php
-$translations = array(
- 'UsersManager_ManageAccess' => 'Manage access',
- 'UsersManager_Sites' => 'Sites',
- 'UsersManager_AllWebsites' => 'All websites',
- 'UsersManager_ApplyToAllWebsites' => 'Apply to all websites',
- 'UsersManager_User' => 'User',
- 'UsersManager_PrivNone' => 'No access',
- 'UsersManager_PrivView' => 'View',
- 'UsersManager_PrivAdmin' => 'Admin',
- 'UsersManager_ChangeAllConfirm' => 'Are you sure you want to change \'%s\' permissions on all the websites?',
- 'UsersManager_Login' => 'Login',
- 'UsersManager_Password' => 'Password',
- 'UsersManager_Email' => 'Email',
- 'UsersManager_Alias' => 'Alias',
- 'UsersManager_Token' => 'token_auth',
- 'UsersManager_Edit' => 'Edit',
- 'UsersManager_AddUser' => 'Add a new user',
-
- 'UsersManager_MenuUsers' => 'Users',
-
- 'UsersManager_DeleteConfirm_js' => 'Are you sure you want to delete the user %s?',
-
- 'UsersManager_ExceptionLoginExists' => "Login '%s' already exists.",
- 'UsersManager_ExceptionEmailExists' => "User with email '%s' already exists.",
- 'UsersManager_ExceptionInvalidLogin' => "The login must contain only letters, numbers, or the characters '_' or '-' or '.'",
- 'UsersManager_ExceptionInvalidPassword' => "The password length must be between 6 and 26 characters.",
- 'UsersManager_ExceptionInvalidEmail' => "The email doesn't have a valid format.",
- 'UsersManager_ExceptionDeleteDoesNotExist' => "User '%s' doesn't exist therefore it can't be deleted.",
- 'UsersManager_ExceptionAdminAnonymous' => "You cannot grant 'admin' access to the 'anonymous' user.",
- 'UsersManager_ExceptionEditAnonymous' => "The anonymous user cannot be edited or deleted. It is used by Piwik to define a user that has not logged in yet. For example, you can make your statistics public by granting the 'view' access to the 'anonymous' user.",
- 'UsersManager_ExceptionUserDoesNotExist' => "User '%s' doesn't exist.",
- 'UsersManager_ExceptionAccessValues' => "The parameter access must have one of the following values : [ %s ]",
-
-);