plugins/xmlsitemap/language/japanese_utf-8.php
branchHEAD
changeset 7371 6f0fe25ffbc7
parent 7159 8aa4b7836d51
child 8140 84a8d35b9abc
     1.1 --- a/plugins/xmlsitemap/language/japanese_utf-8.php	Sat Jul 04 13:31:51 2009 +0200
     1.2 +++ b/plugins/xmlsitemap/language/japanese_utf-8.php	Sun Oct 11 19:18:47 2009 +0200
     1.3 @@ -27,49 +27,45 @@
     1.4  // |                                                                           |
     1.5  // +---------------------------------------------------------------------------|
     1.6  
     1.7 -if (strpos(strtolower($_SERVER['PHP_SELF']), strtolower(__FILE__)) !== FALSE) {
     1.8 -    die ('This file can not be used on its own.');
     1.9 -}
    1.10 -
    1.11  global $LANG32;
    1.12  
    1.13 -$LANG_XMLSMAP = array (
    1.14 -    'plugin'            => 'XMLSitemap',
    1.15 -    'admin'             => 'XMLSitemap管理',
    1.16 +$LANG_XMLSMAP = array(
    1.17 +    'plugin' => 'XMLSitemap',
    1.18 +    'admin' => 'XMLSitemap管理'
    1.19  );
    1.20  
    1.21  // Localization of the Admin Configuration UI
    1.22  $LANG_configsections['xmlsitemap'] = array(
    1.23 -    'label' => $LANG_XMLSMAP['plugin'],
    1.24 -    'title' => $LANG_XMLSMAP['plugin'] . 'の設定',
    1.25 +    'label' => 'XMLSitemap',
    1.26 +    'title' => 'XMLSitemapの設定'
    1.27  );
    1.28  
    1.29  $LANG_confignames['xmlsitemap'] = array(
    1.30 -    'sitemap_file'        => 'サイトマップファイル名',
    1.31 +    'sitemap_file' => 'サイトマップファイル名',
    1.32      'mobile_sitemap_file' => 'モバイルサイトマップ名',
    1.33 -    'types'               => 'サイトマップの内容',
    1.34 -    'exclude'             => '除外するプラグイン',
    1.35 -    'priorities'          => '',
    1.36 -    'frequencies'         => '',
    1.37 +    'types' => 'サイトマップの内容',
    1.38 +    'exclude' => '除外するプラグイン',
    1.39 +    'priorities' => '',
    1.40 +    'frequencies' => ''
    1.41  );
    1.42  
    1.43  $LANG_configsubgroups['xmlsitemap'] = array(
    1.44 -    'sg_main' => '主要設定',
    1.45 +    'sg_main' => '主要設定'
    1.46  );
    1.47  
    1.48  $LANG_fs['xmlsitemap'] = array(
    1.49 -    'fs_main' => $LANG_XMLSMAP['plugin'] . 'の主要設定',
    1.50 -    'fs_pri'  => '優先度(既定値 = 0.5、0.0 = 最低、1.0 = 最高)',
    1.51 -    'fs_freq' => '更新頻度',
    1.52 +    'fs_main' => 'XMLSitemapの主要設定',
    1.53 +    'fs_pri' => '優先度(既定値 = 0.5、0.0 = 最低、1.0 = 最高)',
    1.54 +    'fs_freq' => '更新頻度'
    1.55  );
    1.56  
    1.57  // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
    1.58  $LANG_configselects['xmlsitemap'] = array(
    1.59      0 => array('はい' => 1, 'いいえ' => 0),
    1.60 -    1 => array('はい' => TRUE, 'いいえ' => FALSE),
    1.61 +    1 => array('はい' => true, 'いいえ' => false),
    1.62      9 => array('Forward to page' => 'item', 'Display List' => 'list', 'Display Home' => 'home', 'Display Admin' => 'admin'),
    1.63      12 => array('アクセス不可' => 0, '表示' => 2, '表示・編集' => 3),
    1.64 -    20 => array('常時' => 'always', '毎時間' => 'hourly', '毎日' => 'daily', '毎週' => 'weekly', '毎月' => 'monthly', '毎年' => 'yearly', '更新しない' => 'never'),
    1.65 +    20 => array('常時' => 'always', '毎時間' => 'hourly', '毎日' => 'daily', '毎週' => 'weekly', '毎月' => 'monthly', '毎年' => 'yearly', '更新しない' => 'never')
    1.66  );
    1.67  
    1.68  ?>