Changeset 5556


Ignore:
Timestamp:
2003-10-02T17:12:56+12:00 (21 years ago)
Author:
mdewsnip
Message:

Updated Japanese macrofile (with images).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/japanese.dm

    r5061 r5556  
    1 
    2 ########################################################
     1#####################################################################
     2#
     3# Japanese Language text and icon macros
     4#
     5######################################################################
     6#
     7# This is the main macro file for translation when creating an
     8# interface in another language.
     9
     10# Under the 'text macros' comments are text macros of the form:
     11# _macroname_ {macro value}
     12# Everything between the {} is the text to be translated. This text
     13# may itself contain macros (i.e. characters other than space between
     14# underscore characters, e.g. _about:numdocs_ or _textpage_). These
     15# macro names occurring within text shouldn't be translated but should
     16# be left as they are. Underscores or curly brackets occurring
     17# naturally within the text should be escaped with a leading backslash
     18# (i.e. '\_', '\{' or '\}).
     19#
     20# Under the 'icons' comments are macros concerned with displaying
     21# icons which themselves contain text.
     22# Above each macro (or group of macros) for an icon is a comment line
     23# that looks something like '## "HOME" ## top_nav_button ## chome ##'.
     24# The first field of the comment ("HOME" in this case) is the text
     25# that appears in the english version of the icon. This is the text
     26# that must be translated, nothing needs to be done to the macros
     27# themselves. The other two fields of the comments are used by
     28# automatic icon generating software which reads the newly translated
     29# file and generates appropriate icons.
     30#
     31# Comment lines (other than those described above) need not be
     32# translated (i.e. any lines beginning with '#', like this line).
     33#
     34# The simplest way to translate this file is to save it as something
     35# else (e.g. french.dm) and work through translating all the text
     36# macro values and icon comments.
     37#
     38######################################################################
     39
     40
     41######################################################################
     42# Global (base) package
    343package Global
    4 ########################################################
    5 
    6 _textdocument_ [l=ja] {ドキュメント}
    7 
    8 _textparagraph_ [l=ja] {パラグラフ}
    9 
    10 _textsection_ [l=ja] {セクション}
     44######################################################################
     45
     46
     47#------------------------------------------------------------
     48# text macros
     49#------------------------------------------------------------
     50
     51_textperiodicals_ [l=ja] {定期刊行}
     52_textsource_ [l=ja] {原文参ç
     53§}
     54_textdate_ [l=ja] {発行日}
     55_textnumpages_ [l=ja] {枚数}
     56
     57_textsignin_ [l=ja] {サむンむン}
     58
     59_textdefaultcontent_ [l=ja] {芁求されたペヌゞを芋぀けられなかった。グリヌンストヌン電子図曞通ぞ戻す時はブラりザの”Back”ボタン、たたは䞊の”ホヌム”ボタンをクリックしお䞋さい。}
     60
     61_textdefaulttitle_ [l=ja] {GSDL ゚ラヌ}
     62
     63# -- Missing translation: _textbadcollection_
     64
     65# -- Missing translation: _textselectpage_
    1166
    1267_collectionextra_ [l=ja] {このコレクションには _about:numdocs_ ドキュメントありたす。
    13  ã“れは _about:builddate_ 日間前に䜜られた}
    14 
    15 _collectorextra_ [l=ja] {<p>この収集には _numdocs_ _If_("_numdocs_" eq "1",ドキュメント,ドキュメント),  _numbytes_ バむトの合蚈がありたす。
    16  <p><a href="_httppagex_(bsummary)">ここぞ</a>クリックするず、この収集の抂芁を衚瀺するこずができたす。}
    17 
    18 _magazines_ [l=ja] {雑誌}
    19 
    20 _num_ [l=ja] {ナンバヌ}
    21 
    22 _of_ [l=ja] {の}
    23 
    24 _page_ [l=ja] {ペヌゞ}
    25 
    26 _pages_ [l=ja] {ペヌゞ}
    27 
    28 _textdate_ [l=ja] {発行日}
    29 
    30 _textdefaultcontent_ [l=ja] {芁求されたペヌゞを芋぀けられなかった。グリヌンストヌン電子図曞通ぞ戻す時はブラりザの”Back”ボタン、たたは䞊の”ホヌム”ボタンをクリックしお䞋さい。}
    31 
    32 _textdefaulttitle_ [l=ja] {GSDL ゚ラヌ}
    33 
    34 _texticonclosedbook_ [l=ja] {ドキュメントを開く}
    35 
    36 _texticonmidi_ [l=ja] {MIDI ドキュメントを芋る}
    37 
    38 _texticonmsword_ [l=ja] {Microsoft Word キュメントを芋る}
    39 
    40 _texticonnext_ [l=ja] {次のセクションぞ}
    41 
    42 _texticonpdf_ [l=ja] {PDF ドキュメントを芋る}
    43 
    44 _texticonppt_ [l=ja] {PowerPoint ドキュメントを芋る}
    45 
    46 _texticonprev_ [l=ja] {前セクションぞ}
    47 
    48 _texticonps_ [l=ja] {PostScript ドキュメントを芋る}
    49 
    50 _texticonrtf_ [l=ja] {RTF ドキュメントを芋る}
    51 
    52 _texticontabAcronymgreen_ [l=ja] {頭字語}
    53 
    54 _texticontabArtistgreen_ [l=ja] {アヌチスト}
    55 
    56 _texticontabKeywordgreen_ [l=ja] {キヌワヌド}
    57 
    58 _texticontabLanguagegreen_ [l=ja] {蚀語}
    59 
    60 _texticontabPeoplegreen_ [l=ja] {人名蟞曞順}
    61 
    62 _texticontabPhrasegreen_ [l=ja] {フレヌズ}
    63 
    64 _texticontabSourcegreen_ [l=ja] {ファむル名}
    65 
    66 _texticontabVolumegreen_ [l=ja] {ボリュヌム}
    67 
    68 _texticontabauthorgreen_ [l=ja] {䜜家蟞曞順}
    69 
    70 _texticontabbrowsgreen_ [l=ja] {ブラりズ}
    71 
    72 _texticontabbrwsegreen_ [l=ja] {ブラりズ}
    73 
    74 _texticontabdategreen_ [l=ja] {日付}
    75 
    76 _texticontablistgreen_ [l=ja] {リステむング}
    77 
    78 _texticontaborggreen_ [l=ja] {オガナむれション}
    79 
    80 _texticontabsearchgreen_ [l=ja] {怜玢}
    81 
    82 _texticontabseriesgreen_ [l=ja] {シリヌズ}
    83 
    84 _texticontabtitlegreen_ [l=ja] {タむトル蟞曞順}
    85 
    86 _texticontabtopicgreen_ [l=ja] {トピック}
    87 
    88 _texticontext_ [l=ja] {ドキュメントを芋る}
    89 
    90 _texticonxls_ [l=ja] {Microsoft Excel ドキュメントを芋る}
    91 
     68これは _about:builddate_ 日間前に䜜られた}
     69
     70# this is only used by the collector (where the above _collectionextra_
     71# macro will always be set to another value)
     72_collectorextra_ [l=ja] {
     73<p>この収集には _numdocs_ _If_("_numdocs_" eq "1",ドキュメント,ドキュメント),  _numbytes_ バむトの合蚈がありたす。
     74<p><a href="_httppagex_(bsummary)">ここぞ</a>クリックするず、この収集の抂芁を衚瀺するこずができたす。
     75}
     76
     77_textimagecollection_ [l=ja] {}
     78_textimageabout_ [l=ja] {ペヌゞに関しお}
     79_textimagehome_ [l=ja] {ホヌムペヌゞ}
     80_textimagehelp_ [l=ja] {ヘルプペヌゞ}
     81_textimagepref_ [l=ja] {プリファレンスペヌゞ}
     82_textimagegreenstone_ [l=ja] {グリヌンストヌン電子図曞通゜フトり゚ア}
     83_textimageusab_ [l=ja] {䜕が䜿い難いですか}
     84
     85_textimagesearch_ [l=ja] {特定のキヌワヌドの怜玢}
     86_textimageTitle_ [l=ja] {タむトルの文字順リストをブラりズする}
     87_textimageList_ [l=ja] {ドキュメンリステむングをブラりズする}
     88_textimageCreator_ [l=ja] {䜜家の文字順リストをブラりズする}
     89_textimageSeries_ [l=ja] {発行むシュヌをブラりズする}
     90_textimageDate_ [l=ja] {日付におざっずブラりズする}
     91_textimageSubject_ [l=ja] {Subject カテゎリヌをブラりズする}
     92_textimageTo_ [l=ja] {To フィヌルドにおブラりズする}
     93_textimageFrom_ [l=ja] {From フィヌルドにおざっずブラりズする}
     94_textimageOrganization_ [l=ja] {オヌガナむれションをブラりズする}
     95_textimageHowto_ [l=ja] {How To カテゎリヌにおざっずブラりズする}
     96_textimageTopic_ [l=ja] {特別トピックむシュヌをブラりズする}
     97_textimageBrowse_ [l=ja] {ブラりズ}
     98_textimagePeople_ [l=ja] {氏名のリストをブラりズする}
     99_textimageLanguage_ [l=ja] {蚀語におざっずブラりズする}
    92100_textimageAcronym_ [l=ja] {頭字語をブラりズする}
    93 
     101_textimagePhrase_ [l=ja] {フレヌズをブラりズする}
    94102_textimageArtist_ [l=ja] {アヌチストをブラりズする}
    95 
    96 _textimageBrowse_ [l=ja] {ブラりズ}
    97 
    98 _textimageCreator_ [l=ja] {䜜家の文字順リストをブラりズする}
    99 
    100 _textimageDate_ [l=ja] {日付におざっずブラりズする}
    101 
    102 _textimageFrom_ [l=ja] {From フィヌルドにおざっずブラりズする}
    103 
    104 _textimageHowto_ [l=ja] {How To カテゎリヌにおざっずブラりズする}
    105 
    106 _textimageKeyword_ [l=ja] {キヌワヌドにおざっずブラりズする}
    107 
    108 _textimageLanguage_ [l=ja] {蚀語におざっずブラりズする}
    109 
    110 _textimageList_ [l=ja] {ドキュメンリステむングをブラりズする}
    111 
    112 _textimageOrganization_ [l=ja] {オヌガナむれションをブラりズする}
    113 
    114 _textimagePeople_ [l=ja] {氏名のリストをブラりズする}
    115 
    116 _textimagePhrase_ [l=ja] {フレヌズをブラりズする}
    117 
    118 _textimageSeries_ [l=ja] {発行むシュヌをブラりズする}
    119 
    120103_textimageSource_ [l=ja] {å
    121104ƒã®ãƒ•ã‚¡ã‚€ãƒ«åã«ãŠãƒ–ラりズする}
    122 
    123 _textimageSubject_ [l=ja] {Subject カテゎリヌをブラりズする}
    124 
    125 _textimageTitle_ [l=ja] {タむトルの文字順リストをブラりズする}
    126 
    127 _textimageTo_ [l=ja] {To フィヌルドにおブラりズする}
    128 
    129 _textimageTopic_ [l=ja] {特別トピックむシュヌをブラりズする}
    130 
     105_textimageKeyword_ [l=ja] {キヌワヌドにおざっずブラりズする}
    131106_textimageVolume_ [l=ja] {volumeでブラりズする}
    132 
    133 _textimageabout_ [l=ja] {ペヌゞに関しお}
    134 
    135 _textimagegreenstone_ [l=ja] {グリヌンストヌン電子図曞通゜フトり゚ア}
    136 
    137 _textimagehelp_ [l=ja] {ヘルプペヌゞ}
    138 
    139 _textimagehome_ [l=ja] {ホヌムペヌゞ}
    140 
    141 _textimagepref_ [l=ja] {プリファレンスペヌゞ}
    142 
    143 _textimagesearch_ [l=ja] {特定のキヌワヌドの怜玢}
    144 
    145 _textimageusab_ [l=ja] {䜕が䜿い難いですか}
    146 
     107# -- Missing translation: _textimageCountries_
     108# -- Missing translation: _textimageCaptions_
     109
     110_texticontabsearchgreen_ [l=ja] {怜玢}
     111_texticontabdategreen_ [l=ja] {日付}
     112_texticontabseriesgreen_ [l=ja] {シリヌズ}
     113_texticontabauthorgreen_ [l=ja] {䜜家蟞曞順}
     114_texticontabtitlegreen_ [l=ja] {タむトル蟞曞順}
     115_texticontablistgreen_ [l=ja] {リステむング}
     116_texticontabsubjectgreen_ [l=ja] {Subjects}
     117_texticontabtogreen_ [l=ja] {To}
     118_texticontabfromgreen_ [l=ja] {From}
     119_texticontaborggreen_ [l=ja] {オガナむれション}
     120_texticontabhowgreen_ [l=ja] {How to}
     121_texticontabtopicgreen_ [l=ja] {トピック}
     122_texticontabbrwsegreen_ [l=ja] {ブラりズ}
     123_texticontabbrowsgreen_ [l=ja] {ブラりズ}
     124_texticontabPeoplegreen_ [l=ja] {人名蟞曞順}
     125_texticontabLanguagegreen_ [l=ja] {蚀語}
     126_texticontabAcronymgreen_ [l=ja] {頭字語}
     127_texticontabPhrasegreen_ [l=ja] {フレヌズ}
     128_texticontabArtistgreen_ [l=ja] {アヌチスト}
     129_texticontabSourcegreen_ [l=ja] {ファむル名}
     130_texticontabKeywordgreen_ [l=ja] {キヌワヌド}
     131_texticontabVolumegreen_ [l=ja] {ボリュヌム}
     132# -- Missing translation: _texticontabCountriesgreen_
     133
     134_texticontext_ [l=ja] {ドキュメントを芋る}
     135_texticonclosedbook_ [l=ja] {ドキュメントを開く}
     136_texticonnext_ [l=ja] {次のセクションぞ}
     137_texticonprev_ [l=ja] {前セクションぞ}
     138
     139_texticonmidi_ [l=ja] {MIDI ドキュメントを芋る}
     140_texticonmsword_ [l=ja] {Microsoft Word キュメントを芋る}
     141_texticonpdf_ [l=ja] {PDF ドキュメントを芋る}
     142_texticonps_ [l=ja] {PostScript ドキュメントを芋る}
     143_texticonppt_ [l=ja] {PowerPoint ドキュメントを芋る}
     144_texticonrtf_ [l=ja] {RTF ドキュメントを芋る}
     145_texticonxls_ [l=ja] {Microsoft Excel ドキュメントを芋る}
     146
     147_page_ [l=ja] {ペヌゞ}
     148_pages_ [l=ja] {ペヌゞ}
     149_of_ [l=ja] {の}
     150_vol_ [l=ja] {Vol.}
     151_num_ [l=ja] {ナンバヌ}
     152
     153_textmonth00_ [l=ja] {}
    147154_textmonth01_ [l=ja] {䞀月}
    148 
    149155_textmonth02_ [l=ja] {二月}
    150 
    151156_textmonth03_ [l=ja] {䞉月}
    152 
    153157_textmonth04_ [l=ja] {四月}
    154 
    155158_textmonth05_ [l=ja] {五月}
    156 
    157159_textmonth06_ [l=ja] {å
    158160­æœˆ}
    159 
    160161_textmonth07_ [l=ja] {䞃月}
    161 
    162162_textmonth08_ [l=ja] {å
    163163«æœˆ}
    164 
    165164_textmonth09_ [l=ja] {九月}
    166 
    167165_textmonth10_ [l=ja] {十月}
    168 
    169166_textmonth11_ [l=ja] {十䞀月}
    170 
    171167_textmonth12_ [l=ja] {十二月}
    172168
    173 _textnumpages_ [l=ja] {枚数}
    174 
    175 _textperiodicals_ [l=ja] {定期刊行}
    176 
    177 _textsignin_ [l=ja] {サむンむン}
    178 
    179 _textsource_ [l=ja] {原文参ç
    180 §}
    181 
    182 
    183 ########################################################
     169_textdocument_ [l=ja] {ドキュメント}
     170_textsection_ [l=ja] {セクション}
     171_textparagraph_ [l=ja] {パラグラフ}
     172
     173_magazines_ [l=ja] {雑誌}
     174
     175_nzdlpagefooter_ [l=ja] {<p>_iconblankbar_
     176<p><a href="http://www.nzdl.org">New Zealand Digital Library Project</a>
     177<br><a href="http://www.cs.waikato.ac.nz/cs">Department of Computer Science</a>,
     178<a href="http://www.waikato.ac.nz">University of Waikato</a>,
     179New Zealand}
     180
     181#------------------------------------------------------------
     182# icons
     183#------------------------------------------------------------
     184
     185## "ホヌム" ## top_nav_button ## chome ##
     186_httpiconchomeof_ [l=ja] {_httpimg_/ja/chomeof.gif}
     187_httpiconchomeon_ [l=ja] {_httpimg_/ja/chomeon.gif}
     188
     189## "ヘルプ" ## top_nav_button ## chelp ##
     190_httpiconchelpof_ [l=ja] {_httpimg_/ja/chelpof.gif}
     191_httpiconchelpon_ [l=ja] {_httpimg_/ja/chelpon.gif}
     192
     193## "プリファレンス" ## top_nav_button ## cpref ##
     194_httpiconcprefof_ [l=ja] {_httpimg_/ja/cprefof.gif}
     195_httpiconcprefon_ [l=ja] {_httpimg_/ja/cprefon.gif}
     196
     197## "フィヌドバックを送る" ## top_nav_button ## cusab ##
     198_httpiconcusabof_ [l=ja] {_httpimg_/ja/cusabof.gif}
     199_httpiconcusabon_ [l=ja] {_httpimg_/ja/cusabon.gif}
     200
     201
     202## "ヘルプ" ## green_title ## h_help ##
     203_httpiconhhelp_ [l=ja] {_httpimg_/ja/h\_help.gif}
     204_widthhhelp_ [l=ja] {200}
     205_heighthhelp_ [l=ja] {57}
     206
     207## "著è€
     208蟞曞順" ## nav_bar_button ## tauth ##
     209_httpicontauthgr_ [l=ja] {_httpimg_/ja/tauthgr.gif}
     210_httpicontauthof_ [l=ja] {_httpimg_/ja/tauthof.gif}
     211_httpicontauthon_ [l=ja] {_httpimg_/ja/tauthon.gif}
     212_widthtauthx_ [l=ja] {110}
     213
     214# -- Missing translation: tcapt
     215
     216## "シリヌズ" ## nav_bar_button ## tser ##
     217_httpicontsergr_ [l=ja] {_httpimg_/ja/tsergr.gif}
     218_httpicontserof_ [l=ja] {_httpimg_/ja/tserof.gif}
     219_httpicontseron_ [l=ja] {_httpimg_/ja/tseron.gif}
     220_widthtserx_ [l=ja] {87}
     221
     222## "日付" ## nav_bar_button ## tdate ##
     223_httpicontdategr_ [l=ja] {_httpimg_/ja/tdategr.gif}
     224_httpicontdateof_ [l=ja] {_httpimg_/ja/tdateof.gif}
     225_httpicontdateon_ [l=ja] {_httpimg_/ja/tdateon.gif}
     226_widthtdatex_ [l=ja] {87}
     227
     228## "䞻題" ## nav_bar_button ## tsubj ##
     229_httpicontsubjgr_ [l=ja] {_httpimg_/ja/tsubjgr.gif}
     230_httpicontsubjon_ [l=ja] {_httpimg_/ja/tsubjon.gif}
     231_httpicontsubjof_ [l=ja] {_httpimg_/ja/tsubjof.gif}
     232_widthtsubjx_ [l=ja] {87}
     233
     234## "to" ## nav_bar_button ## tto ##
     235_httpiconttogr_ [l=ja] {_httpimg_/ja/ttogr.gif}
     236_httpiconttoon_ [l=ja] {_httpimg_/ja/ttoon.gif}
     237_httpiconttoof_ [l=ja] {_httpimg_/ja/ttoof.gif}
     238_widthttox_ [l=ja] {87}
     239
     240## "from" ## nav_bar_button ## tfrom ##
     241_httpicontfromgr_ [l=ja] {_httpimg_/ja/tfromgr.gif}
     242_httpicontfromon_ [l=ja] {_httpimg_/ja/tfromon.gif}
     243_httpicontfromof_ [l=ja] {_httpimg_/ja/tfromof.gif}
     244_widthtfromx_ [l=ja] {87}
     245
     246## "組織" ## nav_bar_button ## torg ##
     247_httpicontorggr_ [l=ja] {_httpimg_/ja/torggr.gif}
     248_httpicontorgon_ [l=ja] {_httpimg_/ja/torgon.gif}
     249_httpicontorgof_ [l=ja] {_httpimg_/ja/torgof.gif}
     250_widthtorgx_ [l=ja] {114}
     251
     252## "どのように" ## nav_bar_button ## thow ##
     253_httpiconthowgr_ [l=ja] {_httpimg_/ja/thowgr.gif}
     254_httpiconthowon_ [l=ja] {_httpimg_/ja/thowon.gif}
     255_httpiconthowof_ [l=ja] {_httpimg_/ja/thowof.gif}
     256_widththowx_ [l=ja] {87}
     257
     258## "トピック" ## nav_bar_button ## ttopic ##
     259_httpiconttopicgr_ [l=ja] {_httpimg_/ja/ttopicgr.gif}
     260_httpiconttopicon_ [l=ja] {_httpimg_/ja/ttopicon.gif}
     261_httpiconttopicof_ [l=ja] {_httpimg_/ja/ttopicof.gif}
     262_widthttopicx_ [l=ja] {87}
     263
     264## "ブラりズ" ## nav_bar_button ## tbrwse ##
     265_httpicontbrwsegr_ [l=ja] {_httpimg_/ja/tbrwsegr.gif}
     266_httpicontbrwseon_ [l=ja] {_httpimg_/ja/tbrwseon.gif}
     267_httpicontbrwseof_ [l=ja] {_httpimg_/ja/tbrwseof.gif}
     268_widthtbrwsex_ [l=ja] {87}
     269
     270## "怜玢" ## nav_bar_button ## tsrch ##
     271_httpicontsrchgr_ [l=ja] {_httpimg_/ja/tsrchgr.gif}
     272_httpicontsrchof_ [l=ja] {_httpimg_/ja/tsrchof.gif}
     273_httpicontsrchon_ [l=ja] {_httpimg_/ja/tsrchon.gif}
     274_widthtsrchx_ [l=ja] {87}
     275
     276## "タむトル蟞曞順" ## nav_bar_button ## ttitl ##
     277_httpiconttitlgr_ [l=ja] {_httpimg_/ja/ttitlgr.gif}
     278_httpiconttitlof_ [l=ja] {_httpimg_/ja/ttitlof.gif}
     279_httpiconttitlon_ [l=ja] {_httpimg_/ja/ttitlon.gif}
     280_widthttitlx_ [l=ja] {87}
     281
     282## "人ã€
     283" ## nav_bar_button ## tpeop ##
     284_httpicontpeopgr_ [l=ja] {_httpimg_/ja/tpeopgr.gif}
     285_httpicontpeopof_ [l=ja] {_httpimg_/ja/tpeopof.gif}
     286_httpicontpeopon_ [l=ja] {_httpimg_/ja/tpeopon.gif}
     287_widthtpeopx_ [l=ja] {97}
     288
     289## "蚀語" ## nav_bar_button ## tlang ##
     290_httpicontlanggr_ [l=ja] {_httpimg_/ja/tlanggr.gif}
     291_httpicontlangon_ [l=ja] {_httpimg_/ja/tlangon.gif}
     292_httpicontlangof_ [l=ja] {_httpimg_/ja/tlangof.gif}
     293_widthtlangx_ [l=ja] {87}
     294
     295## "頭字語" ## nav_bar_button ## tacro ##
     296_httpicontacrogr_ [l=ja] {_httpimg_/ja/tacrogr.gif}
     297_httpicontacroof_ [l=ja] {_httpimg_/ja/tacroof.gif}
     298_httpicontacroon_ [l=ja] {_httpimg_/ja/tacroon.gif}
     299_widthtacrox_ [l=ja] {87}
     300
     301#TODO singular or plural?
     302
     303## "フレヌズ" ## nav_bar_button ## tphrse ##
     304_httpicontphrsegr_ [l=ja] {_httpimg_/ja/tphrsegr.gif}
     305_httpicontphrseof_ [l=ja] {_httpimg_/ja/tphrseof.gif}
     306_httpicontphrseon_ [l=ja] {_httpimg_/ja/tphrseon.gif}
     307_widthtphrsex_ [l=ja] {87}
     308
     309## "アヌチスト" ## nav_bar_button ## tartst ##
     310_httpicontartstgr_ [l=ja] {_httpimg_/ja/tartstgr.gif}
     311_httpicontartstof_ [l=ja] {_httpimg_/ja/tartstof.gif}
     312_httpicontartston_ [l=ja] {_httpimg_/ja/tartston.gif}
     313_widthtartstx_ [l=ja] {87}
     314
     315## "ファむル名" ## nav_bar_button ## tsrc ##
     316_httpicontsrcgr_ [l=ja] {_httpimg_/ja/tsrcgr.gif}
     317_httpicontsrcof_ [l=ja] {_httpimg_/ja/tsrcof.gif}
     318_httpicontsrcon_ [l=ja] {_httpimg_/ja/tsrcon.gif}
     319_widthtsrcx_ [l=ja] {87}
     320
     321## "キヌワヌド" ## nav_bar_button ## tkw ##
     322_httpicontkwgr_ [l=ja] {_httpimg_/ja/tkwgr.gif}
     323_httpicontkwof_ [l=ja] {_httpimg_/ja/tkwof.gif}
     324_httpicontkwon_ [l=ja] {_httpimg_/ja/tkwon.gif}
     325_widthtkwx_ [l=ja] {87}
     326
     327## "volumes" ## nav_bar_button ## tvol ##
     328_httpicontvolgr_ [l=ja] {_httpimg_/ja/tvolgr.gif}
     329_httpicontvolof_ [l=ja] {_httpimg_/ja/tvolof.gif}
     330_httpicontvolon_ [l=ja] {_httpimg_/ja/tvolon.gif}
     331_widthtvolx_ [l=ja] {87}
     332
     333# -- Missing translation: tcount
     334
     335## "翻蚳è€
     336" ## top_nav_button ## ctrans ##
     337_httpiconctransof_ [l=ja] {_httpimg_/ja/ctransof.gif}
     338_httpiconctranson_ [l=ja] {_httpimg_/ja/ctranson.gif}
     339_widthctrans_ [l=ja] {100}
     340
     341
     342
     343
     344######################################################################
     345# 'about' page
    184346package about
    185 ########################################################
     347######################################################################
     348
     349
     350#------------------------------------------------------------
     351# text macros
     352#------------------------------------------------------------
    186353
    187354_textabcol_ [l=ja] {このコレクションに぀いお}
     
    191358
    192359_textsubcols2_ [l=ja] {</blockquote>
    193  ãƒ—リファレンスペヌゞで珟圚あなたが仕様しおいるサブコレクションがどれなのかを栞にするこずができたす。}
    194 
    195 ########################################################
    196 package browse
    197 ########################################################
    198 
    199 _browsebuttontext_ [l=ja] {䞊べ替え}
    200 
    201 _docs_ [l=ja] {ドキュメント}
    202 
    203 _nodata_ [l=ja] {<i>デヌタがありたせん</i>}
    204 
    205 _textall_ [l=ja] {すべお}
    206 
    207 _textdocsperpage_ [l=ja] {ドキュメントペヌゞ毎}
    208 
    209 _textfilterby_ [l=ja] {含んでいるドキュメントを取埗}
    210 
    211 _textleaveblank_ [l=ja] {すべおのドキュメントを取埗するためには、このボックスを空のたたにしおください}
    212 
    213 _textsortby_ [l=ja] {䞊べ替えの方法}
    214 
    215 _textwith_ [l=ja] {最倧でも}
    216 
    217 _textwords_ [l=ja] {語数}
    218 
    219 ########################################################
     360プリファレンスペヌゞで珟圚あなたが仕様しおいるサブコレクションがどれなのかを栞にするこずができたす。}
     361
     362
     363#------------------------------------------------------------
     364# icons
     365#------------------------------------------------------------
     366
     367## "about" ## green_title ## h_about ##
     368_httpiconhabout_ [l=ja] {_httpimg_/ja/h\_about.gif}
     369_widthhabout_ [l=ja] {200}
     370_heighthabout_ [l=ja] {57}
     371
     372
     373
     374######################################################################
     375# document package
    220376package document
    221 ########################################################
    222 
    223 _textgoto_ [l=ja] {ペヌゞに行く}
    224 
    225 _texticonclosedbookshelf_ [l=ja] {このセクションを開き、コンテンツを芋る}
    226 
    227 _texticonclosedfolder2_ [l=ja] {サブセクションを開く}
    228 
    229 _texticonclosedfolder_ [l=ja] {フォルダヌを開き、コンテンツを芋る}
    230 
    231 _texticoncont_ [l=ja] {続けたすか}
    232 
    233 _texticoncontracttext_ [l=ja] {珟圚遞択したセクションのテキストだけを芋る}
    234 
    235 _texticoncontracttoc_ [l=ja] {コンテンツのテヌブルを終わらせる}
    236 
    237 _texticondetach_ [l=ja] {このペヌゞを新しいりィンドりで開く}
    238 
    239 _texticonexpandtext_ [l=ja] {すべおのテキストを衚瀺する}
    240 
    241 _texticonexpandtoc_ [l=ja] {コンテンツのテヌブルを拡匵する}
    242 
    243 _texticonhacronym_ [l=ja] {頭字語}
    244 
    245 _texticonhartist_ [l=ja] {アヌチスト}
    246 
     377######################################################################
     378
     379
     380#------------------------------------------------------------
     381# text macros
     382#------------------------------------------------------------
     383
     384_texticonhtitle_ [l=ja] {タむトル蟞曞順}
    247385_texticonhauth_ [l=ja] {䜜è€
    248386蟞曞順}
    249 
     387_texticonhsubj_ [l=ja] {䞻題}
     388_texticonhto_ [l=ja] {To}
     389_texticonhfrom_ [l=ja] {From}
     390_texticonhser_ [l=ja] {シリヌズ}
     391_texticonhdate_ [l=ja] {日付}
     392_texticonhhow_ [l=ja] {How to}
     393_texticonhorg_ [l=ja] {組織}
     394_texticonhbrwse_ [l=ja] {閲芧}
    250395_texticonhbrows_ [l=ja] {閲芧}
    251 
    252 _texticonhbrwse_ [l=ja] {閲芧}
    253 
    254 _texticonhdate_ [l=ja] {日付}
    255 
     396_texticonhpeople_ [l=ja] {人名蟞曞順}
     397_texticonhlanguage_ [l=ja] {蚀語}
     398_texticonhacronym_ [l=ja] {頭字語}
     399_texticonhphrases_ [l=ja] {フレヌズ}
     400_texticonhartist_ [l=ja] {アヌチスト}
     401_texticonhsrc_ [l=ja] {ファむル名}
     402_texticonhkw_ [l=ja] {キヌワヌド}
     403_texticonhvol_ [l=ja] {Volumes}
     404# -- Missing translation: _texticonhcount_
     405
     406_texticonopenbookshelf_ [l=ja] {このラむブラリのセクションを閉じる}
     407_texticonclosedbookshelf_ [l=ja] {このセクションを開き、コンテンツを芋る}
     408_texticonopenbook_ [l=ja] {この本を閉じる}
     409_texticonclosedfolder_ [l=ja] {フォルダヌを開き、コンテンツを芋る}
     410_texticonclosedfolder2_ [l=ja] {サブセクションを開く}
     411_texticonopenfolder_ [l=ja] {フォルダを閉じる}
     412_texticonopenfolder2_ [l=ja] {サブセクションを閉じる}
     413_texticonsmalltext_ [l=ja] {このセクションのテキストを芋る}
     414_texticonsmalltext2_ [l=ja] {テキストを芋る}
     415_texticonpointer_ [l=ja] {珟圚のセクション}
     416_texticondetach_ [l=ja] {このペヌゞを新しいりィンドりで開く}
    256417_texticonhighlight_ [l=ja] {怜玢語をハむラむト}
    257 
    258 _texticonhkw_ [l=ja] {キヌワヌド}
    259 
    260 _texticonhlanguage_ [l=ja] {蚀語}
    261 
    262 _texticonhorg_ [l=ja] {組織}
    263 
    264 _texticonhpeople_ [l=ja] {人名蟞曞順}
    265 
    266 _texticonhphrases_ [l=ja] {フレヌズ}
    267 
    268 _texticonhser_ [l=ja] {シリヌズ}
    269 
    270 _texticonhsrc_ [l=ja] {ファむル名}
    271 
    272 _texticonhsubj_ [l=ja] {䞻題}
    273 
    274 _texticonhtitle_ [l=ja] {タむトル蟞曞順}
    275 
    276418_texticonnohighlight_ [l=ja] {怜玢語をハむラむトさせない}
    277 
    278 _texticonopenbook_ [l=ja] {この本を閉じる}
    279 
    280 _texticonopenbookshelf_ [l=ja] {このラむブラリのセクションを閉じる}
    281 
    282 _texticonopenfolder2_ [l=ja] {サブセクションを閉じる}
    283 
    284 _texticonopenfolder_ [l=ja] {フォルダを閉じる}
    285 
    286 _texticonpointer_ [l=ja] {珟圚のセクション}
    287 
    288 _texticonsmalltext2_ [l=ja] {テキストを芋る}
    289 
    290 _texticonsmalltext_ [l=ja] {このセクションのテキストを芋る}
    291 
     419_texticoncontracttoc_ [l=ja] {コンテンツのテヌブルを終わらせる}
     420_texticonexpandtoc_ [l=ja] {コンテンツのテヌブルを拡匵する}
     421_texticonexpandtext_ [l=ja] {すべおのテキストを衚瀺する}
     422_texticoncontracttext_ [l=ja] {珟圚遞択したセクションのテキストだけを芋る}
    292423_texticonwarning_ [l=ja] {<b>è­Šå‘Š: </b>}
    293 
    294 _textltwarning_ [l=ja] {<p><center>
    295  <table cellspacing=0 cellpadding=0 width=_pagewidth_>
    296  <tr valign=top><td>_iconwarning_Expanding このテキストは、あなたのブラりザで衚瀺させるためには、非垞に倧きなデヌタずなっおしたいたす。 _imagecont_
    297  </td></tr></table></center>}
    298 
    299 ########################################################
     424_texticoncont_ [l=ja] {続けたすか}
     425
     426_textltwarning_ [l=ja] {
     427<p><center>
     428<table cellspacing=0 cellpadding=0 width=_pagewidth_>
     429<tr valign=top><td>_iconwarning_Expanding このテキストは、あなたのブラりザで衚瀺させるためには、非垞に倧きなデヌタずなっおしたいたす。 _imagecont_
     430</td></tr></table></center>
     431}
     432
     433_textgoto_ [l=ja] {ペヌゞに行く}
     434_textintro_ [l=ja] {<i>(introductory text)</i>}
     435
     436
     437#------------------------------------------------------------
     438# icons
     439#------------------------------------------------------------
     440
     441## "タむトル蟞曞順" ## green_title ## h_title ##
     442_httpiconhtitle_ [l=ja] {_httpimg_/ja/h\_title.gif}
     443_widthhtitle_ [l=ja] {200}
     444_heighthtitle_ [l=ja] {57}
     445
     446## "䜜家蟞曞順" ## green_title ## h_auth ##
     447_httpiconhauth_ [l=ja] {_httpimg_/ja/h\_auth.gif}
     448_widthhauth_ [l=ja] {200}
     449_heighthauth_ [l=ja] {57}
     450
     451## "subjects" ## green_title ## h_subj ##
     452_httpiconhsubj_ [l=ja] {_httpimg_/ja/h\_subj.gif}
     453_widthhsubj_ [l=ja] {200}
     454_heighthsubj_ [l=ja] {57}
     455
     456## "to" ## green_title ## h_to ##
     457_httpiconhto_ [l=ja] {_httpimg_/ja/h\_to.gif}
     458_widthhto_ [l=ja] {200}
     459_heighthto_ [l=ja] {57}
     460
     461## "from" ## green_title ## h_from ##
     462_httpiconhfrom_ [l=ja] {_httpimg_/ja/h\_from.gif}
     463_widthhfrom_ [l=ja] {200}
     464_heighthfrom_ [l=ja] {57}
     465
     466## "シリヌズ" ## green_title ## h_ser ##
     467_httpiconhser_ [l=ja] {_httpimg_/ja/h\_ser.gif}
     468_widthhser_ [l=ja] {200}
     469_heighthser_ [l=ja] {57}
     470
     471## "日付" ## green_title ## h_date ##
     472_httpiconhdate_ [l=ja] {_httpimg_/ja/h\_date.gif}
     473_widthhdate_ [l=ja] {200}
     474_heighthdate_ [l=ja] {57}
     475
     476## "how to" ## green_title ## h_how ##
     477_httpiconhhow_ [l=ja] {_httpimg_/ja/h\_how.gif}
     478_widthhhow_ [l=ja] {200}
     479_heighthhow_ [l=ja] {57}
     480
     481## "トピック" ## green_title ## h_topic ##
     482_httpiconhtopic_ [l=ja] {_httpimg_/ja/h\_topic.gif}
     483_widthhtopic_ [l=ja] {200}
     484_heighthtopic_ [l=ja] {57}
     485
     486## "organization" ## green_title ## h_org ##
     487_httpiconhorg_ [l=ja] {_httpimg_/ja/h\_org.gif}
     488_widthhorg_ [l=ja] {250}
     489_heighthorg_ [l=ja] {57}
     490
     491## "ブラりズ" ## green_title ## h_brwse ##
     492_httpiconhbrwse_ [l=ja] {_httpimg_/ja/h\_brwse.gif}
     493_widthhbrwse_ [l=ja] {200}
     494_heighthbrwse_ [l=ja] {57}
     495
     496## "人名" ## green_title ## h_people ##
     497_httpiconhpeople_ [l=ja] {_httpimg_/ja/h\_people.gif}
     498_widthhpeople_ [l=ja] {200}
     499_heighthpeople_ [l=ja] {57}
     500
     501## "蚀語" ## green_title ## h_lang ##
     502_httpiconhlanguage_ [l=ja] {_httpimg_/ja/h\_lang.gif}
     503_widthhlanguage_ [l=ja] {200}
     504_heighthlanguage_ [l=ja] {57}
     505
     506## "頭字語" ## green_title ## h_acro ##
     507_httpiconhacronym_ [l=ja] {_httpimg_/ja/h\_acro.gif}
     508_widthhacronym_ [l=ja] {200}
     509_heighthacronym_ [l=ja] {57}
     510
     511## "フレヌズ" ## green_title ## h_phrse ##
     512_httpiconhphrse_ [l=ja] {_httpimg_/ja/h\_phrse.gif}
     513_widthhphrse_ [l=ja] {200}
     514_heighthphrse_ [l=ja] {57}
     515
     516## "アヌチスト" ## green_title ## h_artist ##
     517_httpiconhartist_ [l=ja] {_httpimg_/ja/h\_artist.gif}
     518_widthhartist_ [l=ja] {200}
     519_heighthartist_ [l=ja] {57}
     520
     521## "ファむル名" ## green_title ## h_src ##
     522_httpiconhsrc_ [l=ja] {_httpimg_/ja/h\_src.gif}
     523_widthhsrc_ [l=ja] {200}
     524_heighthsrc_ [l=ja] {57}
     525
     526## "キヌワヌド" ## green_title ## h_kw ##
     527_httpiconhkw_ [l=ja] {_httpimg_/ja/h\_kw.gif}
     528_widthhkw_ [l=ja] {200}
     529_heighthkw_ [l=ja] {57}
     530
     531## "volumes" ## green_title ## h_vol ##
     532_httpiconhvol_ [l=ja] {_httpimg_/ja/h\_vol.gif}
     533_widthhvol_ [l=ja] {200}
     534_heighthvol_ [l=ja] {57}
     535
     536# -- Missing translation: h_count
     537
     538# -- Missing translation: h_capt
     539
     540
     541## "続けたすか?" ## top_nav_button ## cont ##
     542_httpiconcontoff_ [l=ja] {_httpimg_/ja/contof.gif}
     543_httpiconconton_ [l=ja] {_httpimg_/ja/conton.gif}
     544
     545## "EXPAND TEXT" ## document_button ## eallt ##
     546_httpiconealltof_ [l=ja] {_httpimg_/ja/ealltof.gif}
     547_httpiconeallton_ [l=ja] {_httpimg_/ja/eallton.gif}
     548
     549## "CONTRACT CONTENTS" ## document_button ## econc ##
     550_httpiconeconcof_ [l=ja] {_httpimg_/ja/econcof.gif}
     551_httpiconeconcon_ [l=ja] {_httpimg_/ja/econcon.gif}
     552
     553## "DETACH" ## document_button ## edtch ##
     554_httpiconedtchof_ [l=ja] {_httpimg_/ja/edtchof.gif}
     555_httpiconedtchon_ [l=ja] {_httpimg_/ja/edtchon.gif}
     556
     557## "EXPAND CONTENTS" ## document_button ## eexpc ##
     558_httpiconeexpcof_ [l=ja] {_httpimg_/ja/eexpcof.gif}
     559_httpiconeexpcon_ [l=ja] {_httpimg_/ja/eexpcon.gif}
     560
     561## "CONTRACT TEXT" ## document_button ## etsec ##
     562_httpiconetsecof_ [l=ja] {_httpimg_/ja/etsecof.gif}
     563_httpiconetsecon_ [l=ja] {_httpimg_/ja/etsecon.gif}
     564
     565## "HIGHLIGHTING" ## document_button ## ehl ##
     566_httpiconehlof_ [l=ja] {_httpimg_/ja/ehlof.gif}
     567_httpiconehlon_ [l=ja] {_httpimg_/ja/ehlon.gif}
     568
     569## "NO HIGHLIGHTING" ## document_button ## enhl ##
     570_httpiconenhlof_ [l=ja] {_httpimg_/ja/enhlof.gif}
     571_httpiconenhlon_ [l=ja] {_httpimg_/ja/enhlon.gif}
     572
     573
     574######################################################################
     575# 'search' page
     576package query
     577######################################################################
     578
     579
     580#------------------------------------------------------------
     581# text macros
     582#------------------------------------------------------------
     583
     584# this if statement produces the text 'results n1 - nn for query: querystring' or
     585# 'No matches for query: querystring', depending on whether or not there were
     586# any matches
     587_textquerytitle_ [l=ja] {_If_(_thislast_,results _thisfirst_ - _thislast_ for query: _cgiargq_,No matches for query: _cgiargq_)}
     588_textnoquerytitle_ [l=ja] {怜玢ペヌゞ}
     589
     590_texticonthispage_ [l=ja] {怜玢}
     591# -- Missing translation: _textsome_
     592# -- Missing translation: _textall_
     593# -- Missing translation: _textboolean_
     594# -- Missing translation: _textranked_
     595# -- Missing translation: _textnatural_
     596#_textsome_ {_If_(_cgiargb_,ranked,some)}
     597#_textall_ {_If_(_cgiargb_,boolean,all)}
     598#_textformsome_ {_If_(_cgiargb_,ranked,some)}
     599#_textformall_ {_If_(_cgiargb_,natural,all)}
     600_texticonqueryresultsbar_ [l=ja] {}
     601_texticonsearchhistorybar_ [l=ja] {怜玢履歎}
     602
     603#alt text for query buttons
     604_textusequery_ [l=ja] {この問い合わせを䜿う}
     605_textfreqmsg1_ [l=ja] {Word count: }
     606_textpostprocess_ [l=ja] {_If_(_quotedquery_,<br><i>post-processed to find _quotedquery_</i>
     607)}
     608# -- Missing translation: _textinvalidquery_
     609
     610_textmorethan_ [l=ja] {More than }
     611_textapprox_ [l=ja] {About }
     612_textnodocs_ [l=ja] {問い合わせに合臎する文章がありたせん}
     613_text1doc_ [l=ja] {1 document matched the query.}
     614_textlotsdocs_ [l=ja] {documents matched the query.}
     615_textmatches_ [l=ja] {合臎数}
     616_textbeginsearch_ [l=ja] {Begin Search}
     617_textrunquery_ [l=ja] {問い合わせ実行}
     618_textclearform_ [l=ja] {Clear Form}
     619
     620#these go together in form search:
     621#"Word or phrase  (fold, stem)  ... in field"
     622_textwordphrase_ [l=ja] {語たたはフレヌズ}
     623_textinfield_ [l=ja] {... in field}
     624_textfoldstem_ [l=ja] {(fold, stem)}
     625
     626_textadvquery_ [l=ja] {Or enter a query directly:}
     627# -- Missing translation: _textallfields_
     628# -- Missing translation: _texttextonly_
     629_textand_ [l=ja] {and}
     630_textor_ [l=ja] {or}
     631_textandnot_ [l=ja] {and not}
     632
     633# _hselection_, _jselection_, _nselection_ and _gselection_ are set from
     634# within the server some or all of them may remain unset
     635
     636
     637_textsimplesearch_ [l=ja] {Search for _If_(_hselection_, _hselection_) _If_(_jselection_, _textjselect_) _If_(_gselection_, at _gselection_ level) _If_(_nselection_, in _nselection_ language)
     638which contain _querytypeselection_ of the words}
     639
     640_textadvancedsearch_ [l=ja] {Search _If_(_hselection_, _hselection_, _defaultindextext_) _If_(_jselection_,_textjselect_) _If_(_gselection_, at _gselection_ level)_If_(_nselection_, in _nselection_ language)
     641using _querytypeselection_ query}
     642
     643#have changed mgpp search headers
     644# -- Missing translation: _textsimplesearchmgpp_
     645
     646# -- Missing translation: _textadvancedsearchmgpp_
     647
     648# -- Missing translation: _textformsimplesearch_
     649
     650# -- Missing translation: _textformadvancedsearch_
     651
     652_textjselect_ [l=ja] {_If_(_hselection_, of) _jselection_}
     653
     654# -- Missing translation: _textnojsformwarning_
     655_textdatesearch_ [l=ja] {This collection can be searched for documents within a date range, or documents that contain a particular date. This is an optional feature of the search.}
     656_textstartdate_ [l=ja] {日付期間の堎合は開始幎月日}
     657_textenddate_ [l=ja] {End date:}
     658_textbc_ [l=ja] {B.C.E.}
     659_textad_ [l=ja] {C.E.}
     660_textexplaineras_ [l=ja] {C.E. and B.C.E are alternatives for A.D. and B.C. respectively.  These terms are considered to be culture indiscriminate, and stand for "Common Era" and "Before the Common Era"}
     661
     662_textstemon_ [l=ja] {(語末圢匏を無芖しおいたす)}
     663
     664_textsearchhistory_ [l=ja] {怜玢履歎}
     665
     666#text macros for search history
     667_textnohistory_ [l=ja] {怜玢履歎がありたせん}
     668_texthresult_ [l=ja] {result}
     669_texthresults_ [l=ja] {results}
     670_texthallwords_ [l=ja] {all words}
     671_texthsomewords_ [l=ja] {some words}
     672_texthboolean_ [l=ja] {boolean}
     673_texthranked_ [l=ja] {ranked}
     674_texthcaseon_ [l=ja] {case must match}
     675_texthcaseoff_ [l=ja] {casefolded}
     676_texthstemon_ [l=ja] {stemmed}
     677_texthstemoff_ [l=ja] {unstemmed}
     678
     679#------------------------------------------------------------
     680# icons
     681#------------------------------------------------------------
     682
     683## "怜玢" ## green_title ## h_search ##
     684_httpiconhsearch_ [l=ja] {_httpimg_/ja/h\_search.gif}
     685_widthhsearch_ [l=ja] {200}
     686_heighthsearch_ [l=ja] {57}
     687
     688## "結果" ## green_bar_left_aligned ## qryresb ##
     689_httpiconqryresb_ [l=ja] {_httpimg_/ja/qryresb.gif}
     690_widthqryresb_ [l=ja] {_pagewidth_}
     691_heightqryresb_ [l=ja] {17}
     692
     693## "履歎" ## green_bar_left_aligned ## schhistb ##
     694_httpiconsrchhistb_ [l=ja] {_httpimg_/ja/schhistb.gif}
     695_widthsrchhistb_ [l=ja] {_pagewidth_}
     696_heightsrchhistb_ [l=ja] {17}
     697
     698
     699######################################################################
     700# 'preferences' page
     701package preferences
     702######################################################################
     703
     704
     705#------------------------------------------------------------
     706# text macros
     707#------------------------------------------------------------
     708
     709_textprefschanged_ [l=ja] {
     710プリファレンスの蚭定は以䞋の通りです。ブラりザのバックボタンは抌さないでください。}
     711_textsetprefs_ [l=ja] {set preferences}
     712_textsearchprefs_ [l=ja] {怜玢プリファレンス}
     713_textcollectionprefs_ [l=ja] {コレクションプリファレンス}
     714_textpresentationprefs_ [l=ja] {Presentation プリファレンス}
     715_textpreferences_ [l=ja] {プリファレンス}
     716_textcasediffs_ [l=ja] {Case differences:}
     717_textignorecase_ [l=ja] {倧文字・小文字を区別しない}
     718_textmatchcase_ [l=ja] {倧文字・小文字を区別する}
     719_textwordends_ [l=ja] {Word endings:}
     720_textstem_ [l=ja] {ignore word endings}
     721_textnostem_ [l=ja] {完å
     722šèªžäž€è‡Ž}
     723_textprefop_ [l=ja] {Return up to _maxdocoption_ hits with _hitsperpageoption_ hits per page.}
     724_textextlink_ [l=ja] {Access to external Web pages:}
     725_textintlink_ [l=ja] {Source documents retrieved from:}
     726_textlanguage_ [l=ja] {むンタヌフェヌス蚀語}
     727_textencoding_ [l=ja] {文字コヌド}
     728_textformat_ [l=ja] {むンタヌフェヌス format:}
     729_textall_ [l=ja] {all}
     730_textquerymode_ [l=ja] {問い合わせモヌド}
     731_textsimplemode_ [l=ja] {simple query mode}
     732_textadvancedmode_ [l=ja] {advanced問い合わせモヌド (挔算子 !, &, |,が䜿えたす)}
     733_textlinkinterm_ [l=ja] {through intermediate page}
     734_textlinkdirect_ [l=ja] {go directly there}
     735_textdigitlib_ [l=ja] {電子図曞通}
     736_textweb_ [l=ja] {the web}
     737_textgraphical_ [l=ja] {グラフィック}
     738_texttextual_ [l=ja] {Textual}
     739_textcollectionoption_ [l=ja] {<p>
     740サブコレクションを含める:
     741<br>}
     742
     743_textrelateddocdisplay_ [l=ja] {関連する文章を衚瀺する}
     744_textsearchhistory_ [l=ja] {怜玢履歎}
     745_textnohistory_ [l=ja] {怜玢履歎はありたせん}
     746_texthistorydisplay_ [l=ja] {display _historynumrecords_ search history records}
     747_textnohistorydisplay_ [l=ja] {怜玢履歎を芋せない}
     748
     749#_texttypesearch_ {Type of search:}
     750#_texttextsearch_ {text search}
     751# -- Missing translation: _textformsearch_
     752# -- Missing translation: _textplainsearch_
     753_textqueryboxsize_ [l=ja] {問い合わせ領域の倧きさ}
     754_textregbox_ [l=ja] {暙準の問い合わせ領域}
     755_textbigbox_ [l=ja] {倧きな問い合わせ領域}
     756_textformtype_ [l=ja] {Form type:}
     757_textsimple_ [l=ja] {simple}
     758_textadvanced_ [l=ja] {advanced}
     759
     760# used in "with 4 fields" in the form search box
     761_textwith_ [l=ja] {with}
     762_textfields_ [l=ja] {fields}
     763
     764
     765#------------------------------------------------------------
     766# icons
     767#------------------------------------------------------------
     768
     769## "preferences" ## green_title ## h_pref ##
     770_httpiconhpref_ [l=ja] {_httpimg_/ja/h\_pref.gif}
     771_widthhpref_ [l=ja] {200}
     772_heighthpref_ [l=ja] {57}
     773
     774#####################################################################
     775# 'browse' package for the dynamic browsing interface
     776package browse
     777#####################################################################
     778
     779_textsortby_ [l=ja] {䞊べ替えの方法}
     780_textalsoshowing_ [l=ja] {also showing}
     781_textwith_ [l=ja] {最倧でも}
     782_textdocsperpage_ [l=ja] {ドキュメントペヌゞ毎}
     783
     784_textfilterby_ [l=ja] {含んでいるドキュメントを取埗}
     785_textall_ [l=ja] {すべお}
     786_textany_ [l=ja] {any}
     787_textwords_ [l=ja] {語数}
     788_textleaveblank_ [l=ja] {すべおのドキュメントを取埗するためには、このボックスを空のたたにしおください}
     789
     790_browsebuttontext_ [l=ja] {"䞊べ替え"}
     791
     792_nodata_ [l=ja] {<i>デヌタがありたせん</i>}
     793_docs_ [l=ja] {ドキュメント}
     794######################################################################
     795# 'help' page -- this is lower priority for translating than the
     796# rest of this file
    300797package help
    301 ########################################################
    302 
    303 _bibtexthelpreadingdocs_ [l=ja] {<p>_iconblankbar_
    304  <a name=reading-docs>
    305  <h2>_textreadingdocs_</h2>
    306  
    307  <p>
    308 ã„くらかの参考文献は、アブストラクトのように倚くのæƒ
    309 å ±ã‚’含みたす。
    310 _iconblanktext_ のアむコンの代わりに、_icontext_ のアむコンが衚瀺されおいるので、query response pageから、区別するこずができたす。
    311  <p> _icontext_ アむコンを抌すこずで、参考文献䞀芧に関しおのさらなるæƒ
    312 å ±ã‚’埗るこずが出来たす。
    313  <p> 参考文献の各é 
    314 ç›®ã®äž‹ã«ã‚るボタンで、<i>detach</i> を抌すず、その本に぀いおの新しいブラりザりィンドりが開きたす。 
    315  <p>
    316  <table cellspacing="0" cellpadding="2" border="0">
    317  <tr><td colspan=2><img src="_document:httpiconedtchof_" border="0"></td><td>Open this page in a new window</td></tr>
    318  <tr><td><img src="_document:httpiconehlof_" border="0"></td><td><img
    319  src="_document:httpiconenhlof_" border="0"></td><td>Highlight search terms, or not</td></tr>
    320  </table>}
    321 
    322 _bibtextreadingdocs_ [l=ja] {参考文献からのさらなるæƒ
    323 å ±ã®å–埗法}
    324 
    325 _booktexthelpreadingdocs_ [l=ja] {<p>_iconblankbar_
    326  <a name=reading-docs>
    327  <h2>_textreadingdocs_</h2>
    328  
    329  <p>ペヌゞの巊䞊に、あなたが到達した本の衚玙の写真がありたす。
    330 ãã®å†™çœŸã®ä»˜è¿‘にはテヌブルがありたす。
    331 çŸ¢å°ã¯ãã®æœ¬ãŒã©ã“にあるかを瀺しおいたす。
    332 ãƒ•ã‚©ãƒ«ãƒ€ãƒŒã‚’クリックするず、このテヌブルは拡匵衚瀺できたす。
    333 äž€ç•ªäžŠã®é–‹ã„おいる本をクリックするず、衚を閉じるこずができたす。
    334  <p>䞋偎は、珟圚のセクションのテキストです。
    335 ã‚なたがそれを最埌たで読んだずき、次のセクションや前のセクションぞの矢印がありたす。
    336  <p>写真の䞋の぀のボタンにはそれぞれ機胜がありたす。
    337  <i>expand text</i> は、珟圚のセクション、たたは本のすべおのテキストを広げるこずができたす。その本が倚き過ぎる堎合、非垞に長い時間ず倚くのメモリがå¿
    338 èŠãªã®ã§æ³šæ„ã—おください。
    339  <i>expand contents</i>は、 すべおの章や節のタむトルを読むためにテヌブルを広げるこずができたす。
    340  <i>detach</i>は、この本に察しお、新しいブラりザりィンドりを開くこずができたす。この機胜は本を芋比べるずきなどに䟿利でしょう。
    341 <i>no highlighting</i>は、怜玢埌のハむラむトを消すこずができたす。
    342  <p>
    343  <table cellspacing="0" cellpadding="2" border="0">
    344  <tr><td colspan=2><img src="_httpiconbshelf_" border="0"></td><td>Open this bookshelf</td></tr>
    345  <tr><td><img src="_httpiconopenbook_" border="0"></td><td><img
    346  src="_httpiconbook_" border="0"></td><td>Open/close this book</td></tr>
    347  <tr><td colspan=2><img src="_httpiconitext_" border="0"></td><td>View this section of the text</td></tr>
    348  <tr><td><img src="_document:httpiconealltof_" border="0"></td><td><img
    349  src="_document:httpiconetsecof_" border="0"></td><td>Display all text, or not</td></tr>
    350  <tr><td><img src="_document:httpiconeexpcof_" border="0"></td><td><img
    351  src="_document:httpiconeconcof_" border="0"></td><td>Expand table of contents, or not</td></tr>
    352  <tr><td colspan=2><img src="_document:httpiconedtchof_" border="0"></td><td>Open this page in a new window</td></tr>
    353  <tr><td><img src="_document:httpiconehlof_" border="0"></td><td><img
    354  src="_document:httpiconenhlof_" border="0"></td><td>Highlight search terms, or not</td></tr>
    355  <tr><td colspan=2><img src="_httpiconmore_" border="0"></td><td>Click the arrow to go to the next section ...</td></tr>
    356  <tr><td colspan=2><img src="_httpiconless_" border="0"></td><td>... or back to the previous section</td></tr>
    357  </table>}
    358 
    359 _booktextreadingdocs_ [l=ja] {本の読み方}
    360 
    361 _textAcronymlong_ [l=ja] {<p>あなたは、<i>頭字語</i>によっおドキュメントにアクセスするこずができたす。
    362 ãã®ãŸã‚ã«ã¯ã€<i>頭字語</i> ボタンを抌し、頭字語のリストを衚瀺させおください。}
    363 
     798######################################################################
     799
     800
     801#------------------------------------------------------------
     802# text macros
     803#------------------------------------------------------------
     804
     805_textHelp_ [l=ja] {Help}
     806_textSearchshort_ [l=ja] {特定の語による怜玢}
     807_textSeriesshort_ [l=ja] {シリヌズによるアクセス}
     808_textDateshort_ [l=ja] {出版日によるアクセス}
     809_textSubjectshort_ [l=ja] {䞻題によるアクセス}
     810_textToshort_ [l=ja] {toé 
     811目によるアクセス}
     812_textFromshort_ [l=ja] {Fromé 
     813目によるアクセス}
     814_textTitleshort_ [l=ja] {タむトルによるアクセス}
     815_textBrowseshort_ [l=ja] {䜜品の閲芧}
     816_textCreatorshort_ [l=ja] {著è€
     817名によるアクセス}
     818_textOrganizationshort_ [l=ja] {組織によるアクセス}
     819_textHowtoshort_ [l=ja] {how to listing によるアクセス}
     820_textTopicshort_ [l=ja] {トピックによるアクセス}
     821_textPeopleshort_ [l=ja] {人名によるアクセス}
     822_textLanguageshort_ [l=ja] {蚀語によるアクセス}
    364823_textAcronymshort_ [l=ja] {頭字語によるアクセス}
    365 
    366 _textArtistlong_ [l=ja] {<p><i>アヌティスト</i>によっお䜜品にアクセスするこずができたす。
    367 <i>アヌチスト</i>ボタンを抌し、リストを衚瀺させおください。}
    368 
     824_textPhraseshort_ [l=ja] {フレヌズによる閲芧}
    369825_textArtistshort_ [l=ja] {アヌチストによるアクセス}
    370 
    371 _textBrowselong_ [l=ja] {<p>䜜品を閲芧するためには<I>browse</I>ボタンを抌しおください。}
    372 
    373 _textBrowseshort_ [l=ja] {䜜品の閲芧}
     826_textSourceshort_ [l=ja] {ファむル名によるアクセス}
     827_textKeywordshort_ [l=ja] {キヌワヌドによるアクセス}
     828_textVolumeshort_ [l=ja] {volumeによるアクセス}
     829_textdefaultshorttext_ [l=ja] {蚭定されおいない分類です}
     830
     831_textSearchlong_ [l=ja] {<p><I>search</I>ボタンで、特定の単語による怜玢ができたす。}
     832
     833_textTitlelong_ [l=ja] {<p><i>タむトル蟞曞順</i>ボタンで、タむトルによるアクセスができたす。}
     834
     835_textOrganizationlong_ [l=ja] {<i>organisation</i>ボタンにより、組織ごずに䜜品にアクセスできたす。}
     836
     837_textHowtolong_ [l=ja] {<p><i>how to</i>ボタンにより、どのようにé 
     838目を䞊べるかによっお䜜品にアクセスできたす。}
    374839
    375840_textCreatorlong_ [l=ja] {<p><i>䜜è€
     
    377842<i>䜜家蟞曞順</i>ボタンを抌し、リストを衚瀺させおください。}
    378843
    379 _textCreatorshort_ [l=ja] {著è€
    380 åã«ã‚ˆã‚‹ã‚¢ã‚¯ã‚»ã‚¹}
    381 
    382 _textDatelong_ [l=ja] {<p><i>出版日</i>によっお䜜品にアクセスするこずができたす。
    383 <i>日付</i>ボタンを抌し、リストを衚瀺させおください。}
    384 
    385 _textDateshort_ [l=ja] {出版日によるアクセス}
     844_textTopiclong_ [l=ja] {<p><i>トピック</i>ボタンでずぎっくによりアクセスができたす。}
     845
     846_textSubjectlong_ [l=ja] {<i>subjects</i>ボタンにより、䞻題によるアクセスができたす。}
     847
     848_textTolong_ [l=ja] {<p><i>to</i>ボタンで、toé 
     849目に関連するアクセスができたす。}
    386850
    387851_textFromlong_ [l=ja] {<p><i>Fromé 
     
    389853<i>from</i>ボタンを抌し、リストを衚瀺させおください。}
    390854
    391 _textFromshort_ [l=ja] {Fromé 
    392 ç›®ã«ã‚ˆã‚‹ã‚¢ã‚¯ã‚»ã‚¹}
    393 
    394 _textHelp_ [l=ja] {Help}
    395 
    396 _textHowtolong_ [l=ja] {<p><i>how to</i>ボタンにより、どのようにé 
    397 ç›®ã‚’䞊べるかによっお䜜品にアクセスできたす。}
    398 
    399 _textHowtoshort_ [l=ja] {how to listing によるアクセス}
     855_textSerieslong_ [l=ja] {<i>series</i>ボタンにより、シリヌズごずに䜜品にアクセスするこずができたす。}
     856
     857_textDatelong_ [l=ja] {<p><i>出版日</i>によっお䜜品にアクセスするこずができたす。
     858<i>日付</i>ボタンを抌し、リストを衚瀺させおください。}
     859
     860_textBrowselong_ [l=ja] {<p>䜜品を閲芧するためには<I>browse</I>ボタンを抌しおください。}
     861
     862_textPeoplelong_ [l=ja] {<i>人名蟞曞順</i>ボタンにより、人名により䜜品にアクセスできたす。}
     863
     864_textLanguagelong_ [l=ja] {<p> <i>蚀語</i>ボタンにより、蚀語による䜜品ぞのアクセスができたす。}
     865
     866_textAcronymlong_ [l=ja] {<p>あなたは、<i>頭字語</i>によっおドキュメントにアクセスするこずができたす。
     867そのためには、<i>頭字語</i> ボタンを抌し、頭字語のリストを衚瀺させおください。
     868}
     869
     870_textPhraselong_ [l=ja] {<p><i>phrases</i>ボタンにより、フレヌズ怜玢ができたす。}
     871
     872_textArtistlong_ [l=ja] {<p><i>アヌティスト</i>によっお䜜品にアクセスするこずができたす。
     873<i>アヌチスト</i>ボタンを抌し、リストを衚瀺させおください。
     874}
     875
     876_textSourcelong_ [l=ja] {<p><i>filenames</i>ボタンで、ファむル名による怜玢ができたす。}
    400877
    401878_textKeywordlong_ [l=ja] {<p><i>キヌワヌド</i>ボタンにより、キヌワヌドによる䜜品ぞのアクセスができたす。}
    402879
    403 _textKeywordshort_ [l=ja] {キヌワヌドによるアクセス}
    404 
    405 _textLanguagelong_ [l=ja] {<p> <i>蚀語</i>ボタンにより、蚀語による䜜品ぞのアクセスができたす。}
    406 
    407 _textLanguageshort_ [l=ja] {蚀語によるアクセス}
    408 
    409 _textOrganizationlong_ [l=ja] {<i>organisation</i>ボタンにより、組織ごずに䜜品にアクセスできたす。}
    410 
    411 _textOrganizationshort_ [l=ja] {組織によるアクセス}
    412 
    413 _textPeoplelong_ [l=ja] {<i>人名蟞曞順</i>ボタンにより、人名により䜜品にアクセスできたす。}
    414 
    415 _textPeopleshort_ [l=ja] {人名によるアクセス}
    416 
    417 _textPhraselong_ [l=ja] {<p><i>phrases</i>ボタンにより、フレヌズ怜玢ができたす。}
    418 
    419 _textPhraseshort_ [l=ja] {フレヌズによる閲芧}
    420 
    421 _textSearchlong_ [l=ja] {<p><I>search</I>ボタンで、特定の単語による怜玢ができたす。}
    422 
    423 _textSearchshort_ [l=ja] {特定の語による怜玢}
    424 
    425 _textSerieslong_ [l=ja] {<i>series</i>ボタンにより、シリヌズごずに䜜品にアクセスするこずができたす。}
    426 
    427 _textSeriesshort_ [l=ja] {シリヌズによるアクセス}
    428 
    429 _textSourcelong_ [l=ja] {<p><i>filenames</i>ボタンで、ファむル名による怜玢ができたす。}
    430 
    431 _textSourceshort_ [l=ja] {ファむル名によるアクセス}
    432 
    433 _textSubjectlong_ [l=ja] {<i>subjects</i>ボタンにより、䞻題によるアクセスができたす。}
    434 
    435 _textSubjectshort_ [l=ja] {䞻題によるアクセス}
    436 
    437 _textTitlelong_ [l=ja] {<p><i>タむトル蟞曞順</i>ボタンで、タむトルによるアクセスができたす。}
    438 
    439 _textTitleshort_ [l=ja] {タむトルによるアクセス}
    440 
    441 _textTolong_ [l=ja] {<p><i>to</i>ボタンで、toé 
    442 ç›®ã«é–¢é€£ã™ã‚‹ã‚¢ã‚¯ã‚»ã‚¹ãŒã§ããŸã™ã€‚}
    443 
    444 _textTopiclong_ [l=ja] {<p><i>トピック</i>ボタンでずぎっくによりアクセスができたす。}
    445 
    446 _textTopicshort_ [l=ja] {トピックによるアクセス}
    447 
    448 _textToshort_ [l=ja] {toé 
    449 ç›®ã«ã‚ˆã‚‹ã‚¢ã‚¯ã‚»ã‚¹}
    450 
    451880_textVolumelong_ [l=ja] {<p><i>volumes</i>ボタンによりvolumeによるアクセスができたす。}
    452 
    453 _textVolumeshort_ [l=ja] {volumeによるアクセス}
    454 
    455 _textchangeprefs_ [l=ja] {プリファレンスを倉曎する}
    456 
    457 _textdatesearch_ [l=ja] {日付による怜玢}
    458881
    459882_textdefaultlongtext_ [l=ja] {<p><i>unknown</i>ボタンで、unknowé 
    460883目を぀かった䜜品の閲芧ができたす。}
    461884
    462 _textdefaultshorttext_ [l=ja] {蚭定されおいない分類です}
    463 
    464 _texthelpdatesearch_ [l=ja] {<h2>_textdatesearch_</h2>
    465 æ—¥ä»˜æ€œçŽ¢ã¯ã€èªžã«ã‚ˆã‚‹æ€œçŽ¢ãšåŒæ§˜ã«æ™‚é–“é 
    466 ç›®ã‚’怜玢したす。
    467 ãã®å Žåˆã€ã‚る幎から、もしくは、数幎の範囲からの文曞を探るずいったこずができたす。
    468 æ—¥ä»˜ã«ã‚ˆã‚‹æ€œçŽ¢ãªã®ã§ã€æ—¥ä»˜é 
    469 ç›®ã«å­˜åœšã—ないような語をå
    470 ¥åŠ›ã—おも適圓な怜玢が行なえないこずに泚意しおください。
    471 <p>
    472  <p>_iconblankbar_
    473  <a name=datesearch-howto>
    474  <h3>この機胜の䜿い方:</h3>
    475  <ul>
    476     <li>単幎に察しおの怜玢:<p>
    477     <ul>
    478         <li>å
    479 ¥åŠ›ã¯æ™®é€šã«è¡Œã„たす。
    480         <li>怜玢幎を"Start (or only) date"にå
    481 ¥åŠ›ã™ã‚‹ã€‚
    482         <li>日付に玀å
    483 ƒå‰ã‚’指定したいずきは、プルダりンメニュヌから "B.C.E"を遞んでください。.
    484     </ul>
    485  <p><li>期間を指定しおの怜玢<p>
    486     <ul>
    487         <li>å
    488 ¥åŠ›ã¯æ™®é€šã«è¡Œã„たす。
    489         <li>期間の始めを "Start (or only) date" にå
    490 ¥åŠ›ã™ã‚‹ã€‚
    491         <li>期間の終わりを "End date" にå
    492 ¥åŠ›ã™ã‚‹ã€‚
    493         <li>简å
    494 ƒå‰ã®å Žåˆã¯ã€"B.C.E" をプルダりンメニュヌから遞択しおください。
    495     </ul>
    496  </ul><p>
    497  
    498  <p>_iconblankbar_
    499  <a name=datesearch-results>
    500  <h3>怜玢の結果</h3>
    501 æ—¥ä»˜ã«é–¢ã™ã‚‹ç¯„囲の指定は、䟋えば1899-1911ずした堎合に、その期間の間のいずれの日付けにも適合されたす<p>}
    502 
    503 _texthelppreferences_ [l=ja] {<h2>_textchangeprefs_</h2>
    504  
    505  <p>ペヌゞのå
    506 ˆé ­ã«ã‚ã‚‹<i>preferences</i>ボタンを抌すず、むンタヌフェヌスの機胜を倉曎するこずができたす。
    507 
    508  <p>_iconblankbar_
    509  <a name=col-prefs>
    510  <h3 align=left>Collection preferences</h3>
    511 ã‚µãƒ–コレクションを独立しお怜玢するか、䞀぀の集合であるように怜玢するかを遞択するこずができたす。
    512 
    513  <p>_iconblankbar_
    514  <a name=lang-prefs>
    515  <h3 align=left>Language preferences</h3>
    516 ã©ã®ã‚³ãƒ¬ã‚¯ã‚·ãƒ§ãƒ³ã‚‚暙準の衚瀺蚀語をもっおいたすが、自分の芋たい異なる蚀語に倉曎するこずが可胜です。
    517 ãã®å Žåˆã€Greenstoreのアりトプットに甚いおいるブラりザの蚀語コヌド䜓系の蚭定も倉曎するこずに泚意しおください。
    518  
    519  <p>_iconblankbar_
    520  <a name=pres-prefs>
    521  <h3 align=left>Presentation preferences</h3>
    522 ã‚³ãƒ¬ã‚¯ã‚·ãƒ§ãƒ³ã«ã‚ˆã£ãŠã¯ã€æš™æº–的な衚瀺方法の倉曎ができたす。
    523  <p>Webペヌゞのコレクションに぀いおは、Greenstoneのナビゲヌションバヌを隠すこずができたす。
    524 ãã®å Žåˆã€ä»–の怜玢をするためには、ブラりザのバックボタンを䜿甚しおください。
    525 ã“のようなコレクションを䜿う堎合は、電子図曞通のコレクションやWebそのもののリンクをクリックしたずきに、Greenstoneの譊告を出さないようにするこずもできたす。
    526 ãŸãŸã€é›»å­å›³æ›žé€šã®ã‚³ãƒ”ヌではなく、実際のURLに盎接、移動するかどうかを指瀺するこずができたす。
    527 
    528  <p>_iconblankbar_
    529  <a name=search-prefs>
    530  <h3 align=left>Search preferences</h3>
    531  <p>
    532 Two pairs of buttons control the kind of text matching in the searches that you make.
    533 æ€œçŽ¢ãƒ—リファレンスのボタンは、怜玢ずマッチするテキストの皮類をコントロヌルするこずができたす。
    534 "case differences"は倧文字・小文字の合臎条件を蚭定できたす。
    535 "word endings"は語末圢匏を無芖するかどうかを蚭定できたす。
    536 ãƒ‘ラグラフ単䜍の怜玢をするような、倧きな怜玢条件å
    537 ¥åŠ›ãƒœãƒƒã‚¯ã‚¹ã‚’指定するこずができたす。長い怜玢条件を指定するず、早く倚くの料のテキストを怜玢するこずができたす。
    538 <p>
    539 äŸ‹ãˆã°ã€<i>ignore case differences</i> ず <i>ignore word endings</i>のボタンが遞択されおいれば、<p>
    540  <ul><kbd>African building</kbd></ul>
    541 ãšã„う文字列は、
    542  <ul><kbd>africa builds</kbd></ul><p>
    543 ãšåŒæ§˜ã«æ‰±ã‚ã‚ŒãŸã™ã€‚
    544 ãªãœãªã‚‰ã€"African"の"A"は"a"に、
    545 æœ«å°Ÿã® "n" ず "ing" は取りさられるからです。
    546  
    547 <p>たた、"advanced" 怜玢モヌドも指定できたす。
    548 "advanced"怜玢モヌドでは、論理挔算、AND (&), OR (|), and NOT (!)を甚いお耇雑な怜玢を行なうこずができたす。
    549 æ€œçŽ¢å±¥æ­Žæ©Ÿèƒœã‚’倉えるこずができたす。
    550 ã“れにより、それが前の質問を少し修正しおたた行なうこずを繰り返し易くなりたす。
    551 æ€œæŸ»çµæžœãšã—お最倧数や画面䞊に衚瀺できる最倧結果数を倉曎するこずができたす。}
     885_texthelptopics_ [l=ja] {
     886<h2 align=left>Topics</h2>
     887<ul>
     888  <li><a href="\#finding-information">_textsimplehelpheading_</a>
     889  _topicreadingdocs_
     890  <li><a href="\#searching"怜玢語の怜玢方法</a>
     891<ul>
     892  <li><a href="\#query-terms">Search terms</a>
     893  <li><a href="\#query-type">Query type</a>
     894  <li><a href="\#scope-of-queries">Scope of queries</a>
     895</ul>
     896  <li><a href="\#preferences">_textchangeprefs_</a>
     897<ul>
     898  <li><a href="\#col-prefs">Collection preferences</a>
     899  <li><a href="\#lang-prefs">Language preferences</a>
     900  <li><a href="\#pres-prefs">Presentation preferences</a>
     901  <li><a href="\#search-prefs">Search preferences</a>
     902</ul>
     903</ul>
     904}
     905
     906# there are 4 versions of this section of the help text.
     907# which version is used is currently set within the server
     908# (it should probably use the macro language e.g. [type=book])
     909# 1 = html (like fao collections) -- section is empty
     910# 2 = book (like hdl collection) -- macros beginning with book
     911# 3 = bibliographic (like csbib) -- macros beginning with bib
     912# 4 = standard (like gberg) -- the default
     913
     914_topicreadingdocs_ [l=ja] {<li><a href="\#reading-docs">_textreadingdocs_</a>}
     915
     916_textreadingdocs_ [l=ja] {どのように文章を読むか}
    552917
    553918_texthelpreadingdocs_ [l=ja] {<p>_iconblankbar_
     
    583948</table>}
    584949
    585 _texthelpscope_ [l=ja] {<p>_iconblankbar_
    586  <a name=scope-of-queries>
    587  <h3 align=left>Scope of queries</h3>
    588  
    589  <p>
    590 å€§éƒšåˆ†ã‚³ãƒ¬ã‚¯ã‚·ãƒ§ãƒ³ã«ãŠã„お怜玢のためのむンデックスを利甚できたす。
    591 äŸ‹ãˆã°ã€è‘—è€
    592 ã‚„タむトルのむンデックス、或いは、章やパラグラフのむンデックスもありたす。
    593 ã“れに察し、文章å
    594 šäœ“ぞの怜玢は、どのむンデックスを利甚するかに関係なく実行されたす。<p>}
    595 
    596950_texthelpsearching_ [l=ja] {<h2>いかに、特定の語を怜玢するか</h2>
    597951<p>
    598952怜玢ペヌゞから、次のようなステップで質問をする :<p>
    599953<ol><li>どのようなアむテムを捜すかを指定する。
    600     <li>すべおの語を含むのか、いく぀かの語だけでよいのかを決める。
    601     <li>怜玢したい語をå
     954   <li>すべおの語を含むのか、いく぀かの語だけでよいのかを決める。
     955   <li>怜玢したい語をå
    602956¥åŠ›ã™ã‚‹ã€‚
    603     <li><i>Begin Search</i>ボタンをクリックする。
     957   <li><i>Begin Search</i>ボタンをクリックする。
    604958</ol>
    605  
     959
    606960<p>
    607961質問をするず、該圓する20の文曞のタむトルが衚瀺されるでしょう。
     
    609963次の画面でも同様に、3番目の20文曞、たたは、最初の20文曞に戻るボタンがありたす。
    610964どの文曞のボタンや、その暪にある小さなボタンを抌しおも、その文章をみるこずができたす。
    611  
     965
    612966<p>
    613967怜玢の最倧数は100で䞭断されたす。
    614968この数字を倉えるためには、
    615969最初のペヌゞの<i>preferences</i>ボタンを抌しおください。
    616  
    617  <p>_iconblankbar_
    618  <a name=query-terms>
    619  <h3>怜玢語</h3>
    620  
     970
     971<p>_iconblankbar_
     972<a name=query-terms>
     973<h3>怜玢語</h3>
     974
    621975<p>
    622976怜玢ボックスのå
     
    625979句読点は、空癜ず同様に怜玢語を区切るず芋なされ、無芖される。
    626980そのため、句読点を含む語を怜玢するこずはできない。
    627  
    628  <p>問い合わせの䟋<p>
    629      <ul><kbd>Agro-forestry in the Pacific Islands: Systems for Sustainability (1993)</kbd></ul>
    630        <p>は次ず同様に芋なされる<p>
    631        <ul><kbd>Agro forestry in the Pacific Islands  Systems for Sustainability  1993 </kbd></ul><p>
    632  
    633  <p>_iconblankbar_
    634  <a name=query-type>
    635  <h3>問い合わせのタむプ</h3>
    636  
    637  <p>問い合わせには぀のタむプがある。
    638  
    639  <ul>
    640    <li>怜玢語<b>すべおずの</b>䞀臎怜玢語のすべおを含む文章時には章やタむトルを探す。条件に合臎する文章は蟞曞順に衚瀺される。<p>
    641  
    642    <li>怜玢語の<b>䞀郚ずの</b>䞀臎怜玢語の䞀郚ずの䞀臎による怜玢される。結果は怜玢語ず䞀臎床が高いものから順に衚瀺される。
    643        <p><ul>
    644          <li>数倚くの怜玢語ず䞀臎するほど、よく合臎するずみなす
    645          <li>垌に出珟する語が出珟するほどよく合臎するずみなす。
    646          <li>長い文章よりも短い文章の方をよく合臎するずする。
    647        </ul>
    648  </ul>
    649  
    650  <p>怜玢語は奜きなだけ倚く含めおもよい。䟋えば文や、パラグラフであっおもよい。
    651 ïŒ‘単語だけを指定するず、結果は文章䞭のその単語の出珟頻床が倚い順に䞊べられお出力される。<p>}
    652 
    653 _texthelptopics_ [l=ja] {<h2 align=left>Topics</h2>
    654  <ul>
    655    <li><a href="\#finding-information">_textsimplehelpheading_</a>
    656    _topicreadingdocs_
    657    <li><a href="\#searching"怜玢語の怜玢方法</a>
    658  <ul>
    659    <li><a href="\#query-terms">Search terms</a>
    660    <li><a href="\#query-type">Query type</a>
    661    <li><a href="\#scope-of-queries">Scope of queries</a>
    662  </ul>
    663    <li><a href="\#preferences">_textchangeprefs_</a>
    664  <ul>
    665    <li><a href="\#col-prefs">Collection preferences</a>
    666    <li><a href="\#lang-prefs">Language preferences</a>
    667    <li><a href="\#pres-prefs">Presentation preferences</a>
    668    <li><a href="\#search-prefs">Search preferences</a>
    669  </ul>
    670  </ul>}
    671 
    672 _textreadingdocs_ [l=ja] {どのように文章を読むか}
     981
     982<p>問い合わせの䟋<p>
     983    <ul><kbd>Agro-forestry in the Pacific Islands: Systems for Sustainability (1993)</kbd></ul>
     984      <p>は次ず同様に芋なされる<p>
     985      <ul><kbd>Agro forestry in the Pacific Islands  Systems for Sustainability  1993 </kbd></ul><p>
     986
     987<p>_iconblankbar_
     988<a name=query-type>
     989<h3>問い合わせのタむプ</h3>
     990
     991<p>問い合わせには぀のタむプがある。
     992
     993<ul>
     994  <li>怜玢語<b>すべおずの</b>䞀臎怜玢語のすべおを含む文章時には章やタむトルを探す。条件に合臎する文章は蟞曞順に衚瀺される。<p>
     995
     996  <li>怜玢語の<b>䞀郚ずの</b>䞀臎怜玢語の䞀郚ずの䞀臎による怜玢される。結果は怜玢語ず䞀臎床が高いものから順に衚瀺される。
     997      <p><ul>
     998        <li>数倚くの怜玢語ず䞀臎するほど、よく合臎するずみなす
     999        <li>垌に出珟する語が出珟するほどよく合臎するずみなす。
     1000        <li>長い文章よりも短い文章の方をよく合臎するずする。
     1001      </ul>
     1002</ul>
     1003
     1004<p>怜玢語は奜きなだけ倚く含めおもよい。䟋えば文や、パラグラフであっおもよい。
     1005単語だけを指定するず、結果は文章䞭のその単語の出珟頻床が倚い順に䞊べられお出力される。<p>
     1006}
     1007
     1008_textdatesearch_ [l=ja] {日付による怜玢}
     1009
     1010_texthelpdatesearch_ [l=ja] {
     1011<h2>_textdatesearch_</h2>
     1012日付怜玢は、語による怜玢ず同様に時間é 
     1013目を怜玢したす。
     1014その堎合、ある幎から、もしくは、数幎の範囲からの文曞を探るずいったこずができたす。
     1015日付による怜玢なので、日付é 
     1016目に存圚しないような語をå
     1017¥åŠ›ã—おも適圓な怜玢が行なえないこずに泚意しおください。
     1018<p>
     1019<p>_iconblankbar_
     1020<a name=datesearch-howto>
     1021<h3>この機胜の䜿い方:</h3>
     1022<ul>
     1023   <li>単幎に察しおの怜玢:<p>
     1024   <ul>
     1025       <li>å
     1026¥åŠ›ã¯æ™®é€šã«è¡Œã„たす。
     1027       <li>怜玢幎を""Start (or only) date""にå
     1028¥åŠ›ã™ã‚‹ã€‚
     1029       <li>日付に玀å
     1030ƒå‰ã‚’指定したいずきは、プルダりンメニュヌから ""B.C.E""を遞んでください。.
     1031   </ul>
     1032<p><li>期間を指定しおの怜玢<p>
     1033   <ul>
     1034       <li>å
     1035¥åŠ›ã¯æ™®é€šã«è¡Œã„たす。
     1036       <li>期間の始めを ""Start (or only) date"" にå
     1037¥åŠ›ã™ã‚‹ã€‚
     1038       <li>期間の終わりを ""End date"" にå
     1039¥åŠ›ã™ã‚‹ã€‚
     1040       <li>简å
     1041ƒå‰ã®å Žåˆã¯ã€""B.C.E"" をプルダりンメニュヌから遞択しおください。
     1042   </ul>
     1043</ul><p>
     1044
     1045<p>_iconblankbar_
     1046<a name=datesearch-results>
     1047<h3>怜玢の結果</h3>
     1048日付に関する範囲の指定は、䟋えば1899-1911ずした堎合に、その期間の間のいずれの日付けにも適合されたす<p>
     1049}
     1050
     1051_textchangeprefs_ [l=ja] {プリファレンスを倉曎する}
     1052
     1053_texthelppreferences_ [l=ja] {
     1054<h2>_textchangeprefs_</h2>
     1055
     1056<p>ペヌゞのå
     1057ˆé ­ã«ã‚ã‚‹<i>preferences</i>ボタンを抌すず、むンタヌフェヌスの機胜を倉曎するこずができたす。
     1058
     1059<p>_iconblankbar_
     1060<a name=col-prefs>
     1061<h3 align=left>Collection preferences</h3>
     1062サブコレクションを独立しお怜玢するか、䞀぀の集合であるように怜玢するかを遞択するこずができたす。
     1063
     1064<p>_iconblankbar_
     1065<a name=lang-prefs>
     1066<h3 align=left>Language preferences</h3>
     1067どのコレクションも暙準の衚瀺蚀語をもっおいたすが、自分の芋たい異なる蚀語に倉曎するこずが可胜です。
     1068その堎合、Greenstoreのアりトプットに甚いおいるブラりザの蚀語コヌド䜓系の蚭定も倉曎するこずに泚意しおください。
     1069
     1070<p>_iconblankbar_
     1071<a name=pres-prefs>
     1072<h3 align=left>Presentation preferences</h3>
     1073コレクションによっおは、暙準的な衚瀺方法の倉曎ができたす。
     1074<p>Webペヌゞのコレクションに぀いおは、Greenstoneのナビゲヌションバヌを隠すこずができたす。
     1075その堎合、他の怜玢をするためには、ブラりザのバックボタンを䜿甚しおください。
     1076このようなコレクションを䜿う堎合は、電子図曞通のコレクションやWebそのもののリンクをクリックしたずきに、Greenstoneの譊告を出さないようにするこずもできたす。
     1077たた、電子図曞通のコピヌではなく、実際のURLに盎接、移動するかどうかを指瀺するこずができたす。
     1078
     1079<p>_iconblankbar_
     1080<a name=search-prefs>
     1081<h3 align=left>Search preferences</h3>
     1082<p>
     1083Two pairs of buttons control the kind of text matching in the searches that you make.
     1084怜玢プリファレンスのボタンは、怜玢ずマッチするテキストの皮類をコントロヌルするこずができたす。
     1085""case differences""は倧文字・小文字の合臎条件を蚭定できたす。
     1086""word endings""は語末圢匏を無芖するかどうかを蚭定できたす。
     1087パラグラフ単䜍の怜玢をするような、倧きな怜玢条件å
     1088¥åŠ›ãƒœãƒƒã‚¯ã‚¹ã‚’指定するこずができたす。長い怜玢条件を指定するず、早く倚くの料のテキストを怜玢するこずができたす。
     1089<p>
     1090䟋えば、<i>ignore case differences</i> ず <i>ignore word endings</i>のボタンが遞択されおいれば、<p>
     1091<ul><kbd>African building</kbd></ul>
     1092ずいう文字列は、
     1093<ul><kbd>africa builds</kbd></ul><p>
     1094ず同様に扱われたす。
     1095なぜなら、""African""の""A""は""a""に、
     1096末尟の ""n"" ず ""ing"" は取りさられるからです。
     1097
     1098<p>たた、""advanced"" 怜玢モヌドも指定できたす。
     1099""advanced"怜玢モヌドでは、論理挔算、AND (&), OR (|), and NOT (!)を甚いお耇雑な怜玢を行なうこずができたす。
     1100怜玢履歎機胜を倉えるこずができたす。
     1101これにより、それが前の質問を少し修正しおたた行なうこずを繰り返し易くなりたす。
     1102怜査結果ずしお最倧数や画面䞊に衚瀺できる最倧結果数を倉曎するこずができたす。
     1103}
     1104
     1105_texttanumbrowseoptions_ [l=ja] {このコレクションからæƒ
     1106報を探すための_numbrowseoptions_ だけの方法がありたす}
    6731107
    6741108_textsimplehelpheading_ [l=ja] {コレクション _collectionname_ にあるæƒ
    6751109報をどのように芋぀けるか}
    6761110
    677 _texttanumbrowseoptions_ [l=ja] {このコレクションからæƒ
    678 å ±ã‚’探すための_numbrowseoptions_ だけの方法がありたす}
    679 
    680 ########################################################
    681 package preferences
    682 ########################################################
    683 
    684 _textadvancedmode_ [l=ja] {advanced問い合わせモヌド (挔算子 !, &, |,が䜿えたす)}
    685 
    686 _textbigbox_ [l=ja] {倧きな問い合わせ領域}
    687 
    688 _textcollectionoption_ [l=ja] {<p>
    689  ã‚µãƒ–コレクションを含める:
    690  <br>}
    691 
    692 _textcollectionprefs_ [l=ja] {コレクションプリファレンス}
    693 
    694 _textdigitlib_ [l=ja] {電子図曞通}
    695 
    696 _textencoding_ [l=ja] {文字コヌド}
    697 
    698 _textformat_ [l=ja] {むンタヌフェヌス format:}
    699 
    700 _textgraphical_ [l=ja] {グラフィック}
    701 
    702 _textignorecase_ [l=ja] {倧文字・小文字を区別しない}
    703 
    704 _textlanguage_ [l=ja] {むンタヌフェヌス蚀語}
    705 
    706 _textmatchcase_ [l=ja] {倧文字・小文字を区別する}
    707 
    708 _textnohistory_ [l=ja] {怜玢履歎はありたせん}
    709 
    710 _textnohistorydisplay_ [l=ja] {怜玢履歎を芋せない}
    711 
    712 _textnostem_ [l=ja] {完å
    713 šèªžäž€è‡Ž}
    714 
    715 _textpreferences_ [l=ja] {プリファレンス}
    716 
    717 _textprefschanged_ [l=ja] {プリファレンスの蚭定は以䞋の通りです。ブラりザのバックボタンは抌さないでください。}
    718 
    719 _textpresentationprefs_ [l=ja] {Presentation プリファレンス}
    720 
    721 _textqueryboxsize_ [l=ja] {問い合わせ領域の倧きさ}
    722 
    723 _textquerymode_ [l=ja] {問い合わせモヌド}
    724 
    725 _textregbox_ [l=ja] {暙準の問い合わせ領域}
    726 
    727 _textrelateddocdisplay_ [l=ja] {関連する文章を衚瀺する}
    728 
    729 _textsearchhistory_ [l=ja] {怜玢履歎}
    730 
    731 _textsearchprefs_ [l=ja] {怜玢プリファレンス}
    732 
    733 ########################################################
    734 package query
    735 ########################################################
    736 
    737 _texticonsearchhistorybar_ [l=ja] {怜玢履歎}
    738 
    739 _texticonthispage_ [l=ja] {怜玢}
    740 
    741 _textmatches_ [l=ja] {合臎数}
    742 
    743 _textnodocs_ [l=ja] {問い合わせに合臎する文章がありたせん}
    744 
    745 _textnohistory_ [l=ja] {怜玢履歎がありたせん}
    746 
    747 _textnoquerytitle_ [l=ja] {怜玢ペヌゞ}
    748 
    749 _textrunquery_ [l=ja] {問い合わせ実行}
    750 
    751 _textsearchhistory_ [l=ja] {怜玢履歎}
    752 
    753 _textstartdate_ [l=ja] {日付期間の堎合は開始幎月日}
    754 
    755 _textstemon_ [l=ja] {(語末圢匏を無芖しおいたす)}
    756 
    757 _textusequery_ [l=ja] {この問い合わせを䜿う}
    758 
    759 _textwordphrase_ [l=ja] {語たたはフレヌズ}
     1111_texthelpscope_ [l=ja] { <p>_iconblankbar_
     1112<a name=scope-of-queries>
     1113<h3 align=left>Scope of queries</h3>
     1114
     1115<p>
     1116倧郚分コレクションにおいお怜玢のためのむンデックスを利甚できたす。
     1117䟋えば、著è€
     1118やタむトルのむンデックス、或いは、章やパラグラフのむンデックスもありたす。
     1119これに察し、文章å
     1120šäœ“ぞの怜玢は、どのむンデックスを利甚するかに関係なく実行されたす。<p>
     1121}
Note: See TracChangeset for help on using the changeset viewer.