From bda2aa474c7108be654d5b8c93fc69cad55561af Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 26 Feb 2010 16:01:04 +0000 Subject: [PATCH] Adds a link to the user profile from the administration user edit screen (#4480). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3495 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/users/edit.rhtml | 1 + config/locales/bg.yml | 1 + config/locales/bs.yml | 1 + config/locales/ca.yml | 1 + config/locales/cs.yml | 1 + config/locales/da.yml | 1 + config/locales/de.yml | 1 + config/locales/el.yml | 1 + config/locales/en.yml | 1 + config/locales/es.yml | 1 + config/locales/eu.yml | 1 + config/locales/fi.yml | 1 + config/locales/fr.yml | 1 + config/locales/gl.yml | 1 + config/locales/he.yml | 1 + config/locales/hr.yml | 1 + config/locales/hu.yml | 1 + config/locales/id.yml | 1 + config/locales/it.yml | 1 + config/locales/ja.yml | 1 + config/locales/ko.yml | 1 + config/locales/lt.yml | 1 + config/locales/nl.yml | 1 + config/locales/no.yml | 1 + config/locales/pl.yml | 1 + config/locales/pt-BR.yml | 1 + config/locales/pt.yml | 1 + config/locales/ro.yml | 1 + config/locales/ru.yml | 1 + config/locales/sk.yml | 1 + config/locales/sl.yml | 1 + config/locales/sr.yml | 1 + config/locales/sv.yml | 1 + config/locales/th.yml | 1 + config/locales/tr.yml | 1 + config/locales/uk.yml | 1 + config/locales/vi.yml | 1 + config/locales/zh-TW.yml | 1 + config/locales/zh.yml | 1 + 39 files changed, 39 insertions(+) diff --git a/app/views/users/edit.rhtml b/app/views/users/edit.rhtml index b67ccc2be2..f5538c1670 100644 --- a/app/views/users/edit.rhtml +++ b/app/views/users/edit.rhtml @@ -1,4 +1,5 @@
+<%= link_to l(:label_profile), {:controller => 'users', :action => 'show', :id => @user}, :class => 'icon icon-user' %> <%= change_status_link(@user) %>
diff --git a/config/locales/bg.yml b/config/locales/bg.yml index 6d9245a203..c5c0c20d02 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -882,3 +882,4 @@ bg: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/bs.yml b/config/locales/bs.yml index bc8040df90..8afce9e765 100644 --- a/config/locales/bs.yml +++ b/config/locales/bs.yml @@ -906,3 +906,4 @@ bs: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/ca.yml b/config/locales/ca.yml index e8a9417562..68f2d5523e 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -885,3 +885,4 @@ ca: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 64bc3899dd..7106493d0b 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -888,3 +888,4 @@ cs: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/da.yml b/config/locales/da.yml index d19b358315..49f2a00fb7 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -908,3 +908,4 @@ da: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/de.yml b/config/locales/de.yml index 051686101a..c4ca98f3c0 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -905,3 +905,4 @@ de: enumeration_doc_categories: Dokumentenkategorien enumeration_activities: Aktivitäten (Zeiterfassung) enumeration_system_activity: System-Aktivität + label_profile: Profile diff --git a/config/locales/el.yml b/config/locales/el.yml index b1dee191ad..0b8f1dab54 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -888,3 +888,4 @@ el: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/en.yml b/config/locales/en.yml index 366e96884d..95dd45244d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -749,6 +749,7 @@ en: label_api_access_key: API access key label_missing_api_access_key: Missing an API access key label_api_access_key_created_on: "API access key created {{value}} ago" + label_profile: Profile button_login: Login button_submit: Submit diff --git a/config/locales/es.yml b/config/locales/es.yml index b552cdcfb9..eb6044980b 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -932,3 +932,4 @@ es: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/eu.yml b/config/locales/eu.yml index e3fcde0c40..dd0687ed40 100644 --- a/config/locales/eu.yml +++ b/config/locales/eu.yml @@ -892,3 +892,4 @@ eu: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/fi.yml b/config/locales/fi.yml index 9abbec2507..8ca59c4191 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -918,3 +918,4 @@ fi: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 91e8a421af..ad665235ea 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -764,6 +764,7 @@ fr: label_missing_feeds_access_key: Clé d'accès RSS manquante label_close_versions: Fermer les versions terminées label_revision_id: Revision {{value}} + label_profile: Profil button_login: Connexion button_submit: Soumettre diff --git a/config/locales/gl.yml b/config/locales/gl.yml index 000c4a932c..962b897853 100644 --- a/config/locales/gl.yml +++ b/config/locales/gl.yml @@ -908,3 +908,4 @@ gl: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/he.yml b/config/locales/he.yml index 0bbc3ef550..f449395265 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -892,3 +892,4 @@ he: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 3bece1c6d1..453d975401 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -895,3 +895,4 @@ hr: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/hu.yml b/config/locales/hu.yml index b795d0996a..bb6b543e34 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -913,3 +913,4 @@ setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/id.yml b/config/locales/id.yml index 0a49b32196..f2ed689954 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -900,3 +900,4 @@ id: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/it.yml b/config/locales/it.yml index 2f9196e277..19f344e4a5 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -895,3 +895,4 @@ it: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 18f728a91a..a16710520d 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -917,3 +917,4 @@ ja: enumeration_doc_categories: 文書カテゴリ enumeration_activities: 作業分類 (時間トラッキング) enumeration_system_activity: システム作業分類 + label_profile: Profile diff --git a/config/locales/ko.yml b/config/locales/ko.yml index abe003a81d..52afcefe61 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -948,3 +948,4 @@ ko: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/lt.yml b/config/locales/lt.yml index 8c94bddd13..caf2603a33 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -956,3 +956,4 @@ lt: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/nl.yml b/config/locales/nl.yml index bfe5dfce91..9c49d58f72 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -870,3 +870,4 @@ nl: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/no.yml b/config/locales/no.yml index ff44f1a0bb..33721ab5fb 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -883,3 +883,4 @@ setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/pl.yml b/config/locales/pl.yml index b3a60aad73..2ef70d56f7 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -913,3 +913,4 @@ pl: permission_manage_project_activities: Zarządzanie aktywnościami projektu setting_cache_formatted_text: Cache formatted text error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 0d11ebb073..023ad145a0 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -916,3 +916,4 @@ pt-BR: setting_cache_formatted_text: Realizar cache de texto formatado permission_manage_project_activities: Gerenciar atividades do projeto error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 19842cda27..f1b980b5bb 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -900,3 +900,4 @@ pt: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/ro.yml b/config/locales/ro.yml index 56a57aebb2..a14ef5b442 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -885,3 +885,4 @@ ro: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 3c8dd68f67..d1c30dd142 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -1009,3 +1009,4 @@ ru: label_board_sticky: Прикреплена label_board_locked: Заблокирована + label_profile: Profile diff --git a/config/locales/sk.yml b/config/locales/sk.yml index 77bc5f19ea..de07f83ce6 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -887,3 +887,4 @@ sk: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/sl.yml b/config/locales/sl.yml index 9fe44bc3a4..1471683e7d 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -884,3 +884,4 @@ sl: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/sr.yml b/config/locales/sr.yml index d11ce0dede..527012ac4e 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -903,3 +903,4 @@ setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/sv.yml b/config/locales/sv.yml index 101d6b109c..6819f2b00b 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -937,3 +937,4 @@ sv: enumeration_doc_categories: Dokumentkategorier enumeration_activities: Aktiviteter (tidsuppföljning) enumeration_system_activity: Systemaktivitet + label_profile: Profile diff --git a/config/locales/th.yml b/config/locales/th.yml index 22c1382df3..a27530ec64 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -885,3 +885,4 @@ th: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/tr.yml b/config/locales/tr.yml index 8523e01653..f08c94d78b 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -915,3 +915,4 @@ tr: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/uk.yml b/config/locales/uk.yml index fa94ebfb76..a74bfae315 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -884,3 +884,4 @@ uk: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/vi.yml b/config/locales/vi.yml index 494eb7370b..31e4ab9467 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -947,3 +947,4 @@ vi: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index b621b6fd09..0adc8d7179 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -979,3 +979,4 @@ enumeration_doc_categories: 文件分類 enumeration_activities: 活動 (時間追蹤) enumeration_system_activity: 系統活動 + label_profile: Profile diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 93a2408730..a62c594fd6 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -910,3 +910,4 @@ zh: setting_cache_formatted_text: Cache formatted text permission_manage_project_activities: Manage project activities error_unable_delete_issue_status: Unable to delete issue status + label_profile: Profile