diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-03-18 09:11:30 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-03-18 09:11:30 +0000 |
commit | 23ed66be430f24cb5326e1e2588379945115cfc9 (patch) | |
tree | 6e3e911ba0bb610ba21bede85bde0787c711009e | |
parent | 6f03e7fdd7ea1179f4cd20cb546d1d1a69be9405 (diff) | |
download | redmine-23ed66be430f24cb5326e1e2588379945115cfc9.tar.gz redmine-23ed66be430f24cb5326e1e2588379945115cfc9.zip |
Reverts r16419.
git-svn-id: http://svn.redmine.org/redmine/trunk@16420 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/locales/en-GB.yml | 2 | ||||
-rw-r--r-- | config/locales/en.yml | 2 | ||||
-rw-r--r-- | config/locales/fr.yml | 2 | ||||
-rw-r--r-- | config/locales/ja.yml | 2 | ||||
-rw-r--r-- | config/locales/ru.yml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index fa367aebb..b626aaf9d 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -712,7 +712,7 @@ en-GB: label_message_new: New message label_message_posted: Message added label_reply_plural: Replies - label_send_information: Send new password to the user + label_send_information: Send account information to the user label_year: Year label_month: Month label_week: Week diff --git a/config/locales/en.yml b/config/locales/en.yml index 0eb31a804..531081f78 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -837,7 +837,7 @@ en: label_message_new: New message label_message_posted: Message added label_reply_plural: Replies - label_send_information: Send new password to the user + label_send_information: Send account information to the user label_year: Year label_month: Month label_week: Week diff --git a/config/locales/fr.yml b/config/locales/fr.yml index c3df32b8f..4721028f2 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -848,7 +848,7 @@ fr: label_message_new: Nouveau message label_message_posted: Message ajouté label_reply_plural: Réponses - label_send_information: Envoyer le mot de passe à l'utilisateur par email + label_send_information: Envoyer les informations à l'utilisateur label_year: Année label_month: Mois label_week: Semaine diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 6350698c9..cabb5011c 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -734,7 +734,7 @@ ja: label_message_new: 新しいメッセージ label_message_posted: メッセージの追加 label_reply_plural: 返答 - label_send_information: 新しいパスワードをユーザーに送信 + label_send_information: アカウント情報をユーザーに送信 label_year: 年 label_month: 月 label_week: 週 diff --git a/config/locales/ru.yml b/config/locales/ru.yml index f44b0fbcc..c2d76339d 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -655,7 +655,7 @@ ru: label_scm: Тип хранилища label_search: Поиск label_search_titles_only: Искать только в названиях - label_send_information: Отправить новый пароль пользователю + label_send_information: Отправить пользователю информацию по учётной записи label_send_test_email: Послать email для проверки label_settings: Настройки label_show_completed_versions: Показывать завершённые версии |