diff --git a/Locale/jpn/LC_MESSAGES/net_commons.po b/Locale/jpn/LC_MESSAGES/net_commons.po index 4617d7a4..9be4135e 100644 --- a/Locale/jpn/LC_MESSAGES/net_commons.po +++ b/Locale/jpn/LC_MESSAGES/net_commons.po @@ -476,6 +476,9 @@ msgstr "一覧へ" msgid "Sort" msgstr "並び替え" +msgid "All select" +msgstr "全選択" + # #: ラベル diff --git a/View/Layouts/default.ctp b/View/Layouts/default.ctp index 4966ae9d..328590fd 100644 --- a/View/Layouts/default.ctp +++ b/View/Layouts/default.ctp @@ -19,6 +19,7 @@ $cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework <?php echo (isset($pageTitle) ? h($pageTitle) : ''); ?> html->meta('icon', '/net_commons/favicon.ico'); echo $this->fetch('meta'); echo $this->element('NetCommons.common_css'); diff --git a/webroot/empty b/webroot/empty deleted file mode 100644 index e69de29b..00000000 diff --git a/webroot/favicon.ico b/webroot/favicon.ico new file mode 100644 index 00000000..bb13e026 Binary files /dev/null and b/webroot/favicon.ico differ