diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-09 17:05:38 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-09 17:05:38 +0000 |
commit | b4d9ca8875898500ca198bff501dfc7d1c28bd71 (patch) | |
tree | 8d9ebcf80cd56b427211b6b769514ab8d66f33a2 /lang/ja.yml | |
parent | f6fe15716e4714c5f6d4d88149927b7dfa5c6fce (diff) | |
download | redmine-b4d9ca8875898500ca198bff501dfc7d1c28bd71.tar.gz redmine-b4d9ca8875898500ca198bff501dfc7d1c28bd71.zip |
Added the ability to rename wiki pages (specific permission required).
Existing links that point to the old page are preserved and automatically redirected to the new page (this behaviour can be disabled when renaming the page).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@720 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/ja.yml')
-rw-r--r-- | lang/ja.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/ja.yml b/lang/ja.yml index bbadf5c91..a0d6c168b 100644 --- a/lang/ja.yml +++ b/lang/ja.yml @@ -158,6 +158,7 @@ field_is_filter: フィルタとして使う field_issue_to_id: 関連する問題 field_delay: 遅延 field_assignable: Issues can be assigned to this role +field_redirect_existing_links: Redirect existing links setting_app_title: アプリケーションのタイトル setting_app_subtitle: アプリケーションのサブタイトル @@ -447,6 +448,7 @@ button_reply: 返答 button_archive: 書庫に保存 button_unarchive: 書庫から戻す button_reset: Reset +button_rename: Rename status_active: 有効 status_registered: 登録 |