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:
authorsgiehl <stefan@piwik.org>2015-04-21 23:12:54 +0300
committersgiehl <stefan@piwik.org>2015-04-21 23:12:54 +0300
commit647adaff61a16ed46a18ef0cdf2266a6ad1e288e (patch)
tree6335f29eccb23732acd8a8256df92d6c3030801c /plugins/Login
parentcd825162e9135af5a4f3b188618ee89595d2da7e (diff)
language update
Diffstat (limited to 'plugins/Login')
-rw-r--r--plugins/Login/lang/da.json1
-rw-r--r--plugins/Login/lang/fr.json1
-rw-r--r--plugins/Login/lang/ru.json1
3 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Login/lang/da.json b/plugins/Login/lang/da.json
index e64a368a62..0815389fe4 100644
--- a/plugins/Login/lang/da.json
+++ b/plugins/Login/lang/da.json
@@ -16,6 +16,7 @@
"PasswordChanged": "Din adgangskode er blevet ændret.",
"PasswordRepeat": "Adgangskode (gentag)",
"PasswordsDoNotMatch": "Adgangskoder er ikke ens.",
+ "PluginDescription": "Giver godkendelse via brugernavn og adgangskode samt nulstilling af adgangskode funktionalitet. Godkendelsesmetoden kan ændres ved hjælp af en anden logind udvidelse såsom LoginLDAP, som er tilgængelig på markedspladsen.",
"RememberMe": "Husk mig",
"ResetPasswordInstructions": "Indtast en ny adgangskode til din konto."
}
diff --git a/plugins/Login/lang/fr.json b/plugins/Login/lang/fr.json
index 5d06a91d34..dba180c81f 100644
--- a/plugins/Login/lang/fr.json
+++ b/plugins/Login/lang/fr.json
@@ -16,6 +16,7 @@
"PasswordChanged": "Votre mot de passe a été modifié",
"PasswordRepeat": "Mot de passe (répétez)",
"PasswordsDoNotMatch": "Les mots de passe ne correspondent pas.",
+ "PluginDescription": "Fournit une authentification via nom d'utilisateur et mot de passe ainsi qu'une fonctionnalité de réinitialisation. La méthode d'authentification peut être changée en utilisant un autre composant d'identification comme LoginLdap disponible de le Marché.",
"RememberMe": "Se souvenir de moi",
"ResetPasswordInstructions": "Entrez un nouveau mot de passe pour votre compte."
}
diff --git a/plugins/Login/lang/ru.json b/plugins/Login/lang/ru.json
index 49f3ab5b94..bf6a6ad20a 100644
--- a/plugins/Login/lang/ru.json
+++ b/plugins/Login/lang/ru.json
@@ -16,6 +16,7 @@
"PasswordChanged": "Ваш пароль был изменен.",
"PasswordRepeat": "Пароль еще раз",
"PasswordsDoNotMatch": "Пароли не совпадают.",
+ "PluginDescription": "Предоставляет авторизацию через имя пользователя и пароль, а также функцию сброса пароля. Способ авторизации может быть изменён если использовать другой Login плагин, такой как LoginLdap, доступный через Marketplace.",
"RememberMe": "Запомнить меня",
"ResetPasswordInstructions": "Введите новый пароль для вашего аккаунта."
}