diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-10 13:32:04 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-10 13:32:04 +0000 |
commit | 8b98ceb92c8fba72315d28c3b7664f481547bf24 (patch) | |
tree | 8d64bdfea3a8d89f2193f983c0d00248058b407b /lang/ja.yml | |
parent | 7a20a4d32b718f803aa4e3af286ab6a2275b8b6f (diff) | |
download | redmine-8b98ceb92c8fba72315d28c3b7664f481547bf24.tar.gz redmine-8b98ceb92c8fba72315d28c3b7664f481547bf24.zip |
improved search engine
* it's now possible to search for multiple words ("all words" or "one of the words" options)
* added a fixed limit for result count
git-svn-id: http://redmine.rubyforge.org/svn/trunk@321 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/ja.yml')
-rw-r--r-- | lang/ja.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ja.yml b/lang/ja.yml index b473f4c0a..86dcd7f3f 100644 --- a/lang/ja.yml +++ b/lang/ja.yml @@ -322,6 +322,7 @@ label_roadmap: ロードマップ label_search: 検索
label_result: %d 件の結果
label_result_plural: %d 件の結果
+label_all_words: すべての単語
button_login: ログイン
button_submit: 変更
|