OSDN Git Service

検索項目の文言変更
authorCake <cake_67@users.sourceforge.jp>
Fri, 10 Dec 2010 06:41:22 +0000 (15:41 +0900)
committerCake <cake_67@users.sourceforge.jp>
Fri, 10 Dec 2010 06:41:22 +0000 (15:41 +0900)
app/locale/jpn/LC_MESSAGES/default.po
app/views/profiles/admin_add.ctp
app/views/profiles/admin_edit.ctp
app/views/systems/admin_view.ctp

index 783227a..4718679 100644 (file)
@@ -992,14 +992,14 @@ msgstr "並び順"
 msgid "Show at Listview"
 msgstr "一覧に表示する"
 
-msgid "Show at SearchView"
-msgstr "検索画面に表示する"
+msgid "Target of Search"
+msgstr "検索対象にする"
 
 msgid "Show List"
 msgstr "一覧に表示"
 
-msgid "Show Search"
-msgstr "検索画面に表示"
+msgid "Search Target"
+msgstr "検索対象"
 
 #: /views/character_sheets/admin_edit.ctp:4
 #: /views/character_sheets/admin_view.ctp:20
index e5e6287..b75ff76 100644 (file)
@@ -70,7 +70,7 @@
                        )
                ));
                echo $select->create_boolean_select('search', array(
-                       'label' => __('Show at SearchView', true),
+                       'label' => __('Target of Search', true),
                        'default' => 0,
                ));
 
index a82912c..983286a 100644 (file)
@@ -61,7 +61,6 @@
 
                echo $select->create_boolean_select('required', array(
                        'label' => __('Required', true),
-//                     'default' => ['show_list']
 /*                     'after' => $html->div('notice', 
                                __('if the Profile is the Table types, this setting is ineffectual.', true)
                        )*/
                if ($this->data['Profile']['profile_type'] != 'table' && $this->data['Profile']['profile_type'] != 's-table') {
                        echo $select->create_boolean_select('show_list', array(
                                'label' => __('Show at Listview', true),
-//                             'default' => ['show_list']
                        ));
                }
                echo $select->create_boolean_select('search', array(
-                       'label' => __('Show at SearchView', true)
-//                     'default' => ['show_list']
+                       'label' => __('Target of Search', true)
                ));
 
 /*             echo $select->create_publicflag_select($public_flags, 'public_flag_default', array(
index 2de2a5b..aa195e3 100644 (file)
@@ -264,7 +264,7 @@ foreach ($system['Profile'] as $profile):
        <?php echo __('Show List', true);?>
 </th>
 <th>
-       <?php echo __('Show Search', true);?>
+       <?php echo __('Search Target', true);?>
 </th>
 </tr>
 <tr>