[ Index ]
 

Code source de GeekLog 1.4.1

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/plugins/links/language/ -> japanese_utf-8.php (source)

   1  <?php
   2  
   3  ###############################################################################
   4  # japanese_utf-8.php
   5  # This is the Japanese language page for the Geeklog links Plug-in!
   6  #
   7  # Copyright (C) 2001 Tony Bibbs
   8  # tony@tonybibbs.com
   9  # Copyright (C) 2005 Trinity Bays
  10  # trinity93@gmail.com
  11  # Tranlated by Geeklog Japanese group
  12  #
  13  # This program is free software; you can redistribute it and/or
  14  # modify it under the terms of the GNU General Public License
  15  # as published by the Free Software Foundation; either version 2
  16  # of the License, or (at your option) any later version.
  17  #
  18  # This program is distributed in the hope that it will be useful,
  19  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  20  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  21  # GNU General Public License for more details.
  22  #
  23  # You should have received a copy of the GNU General Public License
  24  # along with this program; if not, write to the Free Software
  25  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  26  #
  27  ###############################################################################
  28  # $Id: japanese_utf-8.php,v 1.6 2006/12/11 16:58:01 dhaun Exp $
  29  # Last Update 2006/12/12 by Ivy (Geeklog Japanese)
  30  
  31  ###############################################################################
  32  # Array Format: 
  33  # $LANGXX[YY]:    $LANG - variable name
  34  #              XX - file id number
  35  #            YY - phrase id number
  36  ###############################################################################
  37  
  38  $LANG_LINKS= array(
  39      10 => '投稿',
  40      14 => 'リンク',
  41      84 => 'リンク',
  42      88 => 'æ–°ã—ã„リンクã¯ã‚りã¾ã›ã‚“',
  43      114 => 'リンク',
  44      116 => 'リンクã®è¿½åŠ '
  45  );
  46  
  47  ###############################################################################
  48  # for stats
  49  
  50  $LANG_LINKS_STATS = array(
  51      'links' => '登録ã•れã¦ã„るリンク(クリック数)',
  52      'stats_headline' => 'リンク(上ä½10ä»¶)',
  53      'stats_page_title' => 'リンク',
  54      'stats_hits' => 'ヒット',
  55      'stats_no_hits' => 'ã“ã®ã‚µã‚¤ãƒˆã«ã¯ãƒªãƒ³ã‚¯ãŒãªã„ã‹ã€ã‚¯ãƒªãƒƒã‚¯ã—ãŸäººãŒã„ãªã„ã‹ã®ã©ã¡ã‚‰ã‹ã®ã‚ˆã†ã§ã™ã€‚',
  56  ); 
  57   
  58  ###############################################################################
  59  # for the search
  60   
  61  $LANG_LINKS_SEARCH = array(
  62   'results' => 'ãƒªãƒ³ã‚¯ã®æ¤œç´¢çµæžœ',
  63   'title' => 'タイトル',
  64   'date' => '追加ã—ãŸæ—¥æ™‚',
  65   'author' => '投稿者',
  66   'hits' => 'クリック数'
  67  );
  68  ###############################################################################
  69  # for the submission form
  70  
  71  $LANG_LINKS_SUBMIT = array(
  72      1 => 'リンクã®ç™»éŒ²',
  73      2 => 'リンク',
  74      3 => 'カテゴリ',
  75      4 => 'ãã®ä»–',
  76      5 => 'æ–°ã—ã„カテゴリå',
  77      6 => 'エラー:カテゴリをé¸ã‚“ã§ãã ã•ã„',
  78      7 => '「ãã®ä»–ã€ã‚’é¸æŠžã™ã‚‹å ´åˆã«ã¯æ–°ã—ã„カテゴリåを記入ã—ã¦ãã ã•ã„。',
  79      8 => 'タイトル',
  80      9 => 'URL',
  81      10 => 'カテゴリ',
  82      11 => 'リンクを登録ã™ã‚‹'
  83  );
  84  
  85  ###############################################################################
  86  # Messages for COM_showMessage the submission form
  87  
  88  $PLG_links_MESSAGE1 = "{$_CONF['site_name']}ã«ãƒªãƒ³ã‚¯ç™»éŒ²ã‚りãŒã¨ã†ã”ã–ã„ã¾ã™ã€‚スタッフãŒå†…容を確èªã—ã¾ã™ã€‚承èªã•れãŸã‚‰<a href={$_CONF['site_url']}/links/index.php>リンク</a>セクションã«è¡¨ç¤ºã•れã¾ã™ã€‚";
  89  $PLG_links_MESSAGE2 = 'リンクã¯ç„¡äº‹ç™»éŒ²ã•れã¾ã—ãŸã€‚';
  90  $PLG_links_MESSAGE3 = 'リンクã®å‰Šé™¤ãŒå®Œäº†ã—ã¾ã—ãŸã€‚';
  91  $PLG_links_MESSAGE4 = "{$_CONF['site_name']}ã«ãƒªãƒ³ã‚¯ç™»éŒ²ã‚りãŒã¨ã†ã”ã–ã„ã¾ã™ã€‚<a href={$_CONF['site_url']}/links/index.php>リンク</a>ã§ã”確èªãã ã•ã„。";
  92  
  93  // Messages for the plugin upgrade
  94  $PLG_links_MESSAGE3002 = $LANG32[9];
  95  
  96  ###############################################################################
  97  # admin/link.php
  98  
  99  $LANG_LINKS_ADMIN = array(
 100      1 => 'リンクã®ç·¨é›†',
 101      2 => 'ID',
 102      3 => 'タイトル',
 103      4 => 'URL',
 104      5 => 'カテゴリ',
 105      6 => '(http://ã‚’å«ã‚€)',
 106      7 => 'ãã®ä»–',
 107      8 => 'リンクã®å‚ç…§',
 108      9 => '説明',
 109      10 => 'タイトルã€URLã€èª¬æ˜ŽãŒå¿…è¦ã§ã™',
 110      11 => 'リンクã®ç®¡ç†',
 111      12 => 'リンクを修正ã€å‰Šé™¤ã™ã‚‹å ´åˆã¯å„リンクã®ã€Œç·¨é›†ã€ã‚¢ã‚¤ã‚³ãƒ³ã‚’クリックã—ã¦ãã ã•ã„。新è¦ä½œæˆã¯ä¸Šã®ã€Œæ–°è¦ã€ã‚’クリックã—ã¦ãã ã•ã„。',
 112      14 => 'カテゴリ',
 113      16 => 'ã‚¢ã‚¯ã‚»ã‚¹ãŒæ‹’å¦ã•れã¾ã—ãŸ',
 114      17 => "権é™ã®ãªã„リンクã«ã‚¢ã‚¯ã‚»ã‚¹ã—よã†ã¨ã—ã¾ã—ãŸã®ã§ãƒ­ã‚°ã«è¨˜éŒ²ã—ã¾ã—ãŸã€‚<a href=\"{$_CONF['site_admin_url']}/plugins/links/index.php\">リンクã®ç®¡ç†ç”»é¢ã«æˆ»ã£ã¦</a>ãã ã•ã„。",
 115      20 => 'ãã®ä»–を指定',
 116      21 => 'ä¿å­˜',
 117      22 => 'キャンセル',
 118      23 => '削除'
 119  );
 120  
 121  ?>


Généré le : Wed Nov 21 12:27:40 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics