xed/po/ja.po

4950 lines
155 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# ABE Tsunehiko <hallconnen2+transifex@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n"
"POT-Creation-Date: 2013-02-11 14:33+0100\n"
"PO-Revision-Date: 2013-03-08 05:29+0000\n"
"Last-Translator: 読み専(先行量産型) <hallconnen2+transifex@gmail.com>\n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/MATE/language/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:1
msgid "Use Default Font"
msgstr "デフォルトのフォントを使う"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:2
msgid ""
"Whether to use the system's default fixed width font for editing text "
"instead of a font specific to pluma. If this option is turned off, then the "
"font named in the \"Editor Font\" option will be used instead of the system "
"font."
msgstr "pluma で指定したフォントの代わりにシステムのデフォルト・フォントを編集で使用するかどうかを指定します。このオプションを無効にした場合は、システム・フォントではなく \"エディタのフォント\" オプションで指定したフォントが使用されます。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:3
msgid "Editor Font"
msgstr "エディタのフォント"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:4
msgid ""
"A custom font that will be used for the editing area. This will only take "
"effect if the \"Use Default Font\" option is turned off."
msgstr "編集領域で使用するカスタムフォントを指定します。これは \"デフォルトのフォントを使う\" オプションを無効にしている場合にのみ効果があります。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:5
msgid "Style Scheme"
msgstr "スタイルのスキーム"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:6
msgid "The ID of a GtkSourceView Style Scheme used to color the text."
msgstr "文字列に色を付ける際に使用する GtkSourceView のスタイルを表すスキームの ID です。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:7
msgid "Create Backup Copies"
msgstr "パックアップコピーの作成"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:8
msgid ""
"Whether pluma should create backup copies for the files it saves. You can "
"set the backup file extension with the \"Backup Copy Extension\" option."
msgstr "ファイルを保存する時にバックアップ・コピーを作成するかどうかを指定します。\"バックアップ・コピーの拡張子\" オプションでバックアップ・ファイルの拡張子を設定することができます。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:9
msgid "Autosave"
msgstr "自動保存"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:10
msgid ""
"Whether pluma should automatically save modified files after a time "
"interval. You can set the time interval with the \"Autosave Interval\" "
"option."
msgstr "指定時間後に変更されたファイルを pluma が自動的に保存するかどうかを指定します。\"自動保存の間隔\" オプションで時間を設定できます。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:11
msgid "Autosave Interval"
msgstr "自動保存の間隔"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:12
msgid ""
"Number of minutes after which pluma will automatically save modified files. "
"This will only take effect if the \"Autosave\" option is turned on."
msgstr "変更したファイルを pluma が自動的に保存するまでの時間(分単位)です。これは \"自動保存\" オプションが有効の場合のみ効果があります。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:13
msgid "Writable VFS schemes"
msgstr "書き込み可能な VFS スキーム"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:14
msgid ""
"List of VFS schemes pluma supports in write mode. The 'file' scheme is "
"writable by default."
msgstr "pluma が書き込みモードでサポートする VFS の並びです。'file' のスキームはデフォルトで書き込み可能です。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:15
msgid "Maximum Number of Undo Actions"
msgstr "\"元に戻す\" の最大回数"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:16
msgid ""
"Maximum number of actions that pluma will be able to undo or redo. Use "
"\"-1\" for unlimited number of actions."
msgstr "gEdit で \"元に戻す\" または \"やり直す\" ことができる動作の回数を最大値で指定します (無制限にする場合は \"-1\")。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:17
msgid "Line Wrapping Mode"
msgstr "行の折り返しモード"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:18
msgid ""
"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that"
" the values are case-sensitive, so make sure they appear exactly as "
"mentioned here."
msgstr "編集領域内の長い行をどのように折り返すかを指定します。折り返さない場合は \"GTK_WRAP_NONE\"、単語の境界で折り返す場合は \"GTK_WRAP_WORD\"、そして文字の境界で折り返す場合は \"GTK_WRAP_CHAR\" を使います。値は大文字小文字を区別することに注意してください。そしてここで記述したとおりに表示されるか確認してください。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:19
msgid "Tab Size"
msgstr "タブのサイズ"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:20
msgid ""
"Specifies the number of spaces that should be displayed instead of Tab "
"characters."
msgstr "タブ文字の代わりに表示されるスペースの数を指定します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:21
msgid "Insert spaces"
msgstr "空白の挿入"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:22
msgid "Whether pluma should insert spaces instead of tabs."
msgstr "タブ文字の代わりに空白文字を使うかどうかを指定します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:23
msgid "Automatic indent"
msgstr "自動インデント"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:24
msgid "Whether pluma should enable automatic indentation."
msgstr "pluma が自動的にインデントするかどうかを指定します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:25
msgid "Display Line Numbers"
msgstr "行番号の表示"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:26
msgid "Whether pluma should display line numbers in the editing area."
msgstr "編集領域に行番号を表示するかどうかを指定します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:27
msgid "Highlight Current Line"
msgstr "現在の行の強調表示"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:28
msgid "Whether pluma should highlight the current line."
msgstr "カーソル行を強調表示するかどうかを指定します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:29
msgid "Highlight Matching Bracket"
msgstr "対応するカッコの強調表示"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:30
msgid "Whether pluma should highlight the bracket matching the selected one."
msgstr "pluma が選択した文字に対応する括弧を強調表示するかどうかです。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:31
msgid "Display Right Margin"
msgstr "右マージンを表示"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:32
msgid "Whether pluma should display the right margin in the editing area."
msgstr "編集領域に右マージンを表示するかどうかを指定します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:33
msgid "Right Margin Position"
msgstr "右マージンの位置"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:34
msgid "Specifies the position of the right margin."
msgstr "右マージンの位置を指定します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:35
msgid "Smart Home End"
msgstr "スマート [Home]/[End]"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:36
msgid ""
"Specifies how the cursor moves when the HOME and END keys are pressed. Use "
"\"DISABLED\" to always move at the start/end of the line, \"AFTER\" to move "
"to the start/end of the line the first time the keys are pressed and to the "
"start/end of the text ignoring whitespaces the second time the keys are "
"pressed, \"BEFORE\" to move to the start/end of the text before moving to "
"the start/end of the line and \"ALWAYS\" to always move to the start/end of "
"the text instead of the start/end of the line."
msgstr "[Home]/[End] キーを押下した時のカーソルの動きを指定します。\"DISABLED\" を指定すると常に行の先頭/末尾にカーソルを移動し、\"AFTER\" を指定するとキーを初めて押下した時は行の先頭/末尾に移動し二回目に押下したらホワイトスペースを除く文字列の先頭/終端にカーソルを移動し、\"BEFORE\" を指定すると行の先頭/末尾に移動する前に一旦文字列の先頭/終端にカーソルを移動し、\"ALWAYS\" を指定すると行の先頭/末尾ではなく常に文字列の先頭/終端にカーソルを移動します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:37
msgid "Restore Previous Cursor Position"
msgstr "以前あったカーソル位置に戻す"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:38
msgid ""
"Whether pluma should restore the previous cursor position when a file is "
"loaded."
msgstr "ファイルを読み込んだ時に記憶していたカーソル位置に戻すかどうか指定します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:39
msgid "Enable Search Highlighting"
msgstr "検索時の強調表示を有効にする"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:40
msgid ""
"Whether pluma should highlight all the occurrences of the searched text."
msgstr "検索する時に一致した文字列をすべて強調表示するかどうかを指定します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:41
msgid "Enable Syntax Highlighting"
msgstr "構文の強調表示を有効にする"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:42
msgid "Whether pluma should enable syntax highlighting."
msgstr "構文の強調表示を有効にするかどうかを指定します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:43
msgid "Toolbar is Visible"
msgstr "ツールバーの表示可否"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:44
msgid "Whether the toolbar should be visible in editing windows."
msgstr "編集ウィンドウの中にツールバーを表示するかどうかを指定します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:45
msgid "Toolbar Buttons Style"
msgstr "ツールバーボタンのスタイル"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:46
msgid ""
"Style for the toolbar buttons. Possible values are \"PLUMA_TOOLBAR_SYSTEM\" "
"to use the system's default style, \"PLUMA_TOOLBAR_ICONS\" to display icons "
"only, \"PLUMA_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
"\"PLUMA_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons."
" Note that the values are case-sensitive, so make sure they appear exactly "
"as mentioned here."
msgstr "ツールバー・ボタンのスタイルを指定します。可能な値はシステムのデフォルト・スタイルを使う \"PLUMA_TOOLBAR_SYSTEM\" とアイコンのみを表示する \"PLUMA_TOOLBAR_ICONS\"、アイコンとテキスト両方を表示する \"PLUMA_TOOLBAR_ICONS_AND_TEXT\"、そしてアイコンのそばに優先的なテキストを表示する \"PLUMA_TOOLBAR_ICONS_BOTH_HORIZ\" があります。値は大文字小文字を区別することに注意してください。そしてここで記述したとおりに表示されるか確認してください。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:47
msgid "Status Bar is Visible"
msgstr "ステータスバーの表示"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:48
msgid ""
"Whether the status bar at the bottom of editing windows should be visible."
msgstr "編集ウィンドウの下側にステータスバーを表示するかどうかを指定します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:49
msgid "Side Pane is Visible"
msgstr "サイド・ペインの表示可否"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:50
msgid ""
"Whether the side pane at the left of editing windows should be visible."
msgstr "編集ウィンドウの左側にサイド・ペインを表示するかどうかです。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:51
msgid "Bottom Panel is Visible"
msgstr "ボトム・ペインの表示可否"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:52
msgid ""
"Whether the bottom panel at the bottom of editing windows should be visible."
msgstr "編集ウインドウの下側にボトム・ペインを表示するかどうかを指定します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:53
msgid "Maximum Recent Files"
msgstr "\"最近使ったファイル\" に表示する最大数"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:54
msgid ""
"Specifies the maximum number of recently opened files that will be displayed"
" in the \"Recent Files\" submenu."
msgstr "\"最近使ったファイル\" のサブメニューに表示するエントリの最大数を指定します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:55
msgid "Print Syntax Highlighting"
msgstr "強調表示の印刷"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:56
msgid ""
"Whether pluma should print syntax highlighting when printing documents."
msgstr "ドキュメントを印刷する際に構文の強調表示も印刷するかどうかを指定します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:57
msgid "Print Header"
msgstr "ヘッダの印刷"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:58
msgid ""
"Whether pluma should include a document header when printing documents."
msgstr "ドキュメントを印刷する際にヘッダを含めるかどうかを指定します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:59
msgid "Printing Line Wrapping Mode"
msgstr "印刷時の行の折り返しモード"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:60
msgid ""
"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that"
" the values are case-sensitive, so make sure they appear exactly as "
"mentioned here."
msgstr "印刷する際に長い行をどのように折り返すかを指定します。折り返さない場合は \"GTK_WRAP_NONE\"、単語の境界で折り返す場合は \"GTK_WRAP_WORD\"、そして文字の境界で折り返す場合は \"GTK_WRAP_CHAR\" を使います。値は大文字小文字を区別することに注意してください。そしてここで記述したとおりに印刷されるか確認してください。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:61
msgid "Print Line Numbers"
msgstr "行番号の印刷"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:62
msgid ""
"If this value is 0, then no line numbers will be inserted when printing a "
"document. Otherwise, pluma will print line numbers every such number of "
"lines."
msgstr "この値が 0 の場合はドキュメントを印刷する時に行番号を挿入しません。それ以外の場合は pluma は行番号を印刷します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:63
msgid "Body Font for Printing"
msgstr "印刷時の本文に使われるフォント"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:64
msgid ""
"Specifies the font to use for a document's body when printing documents."
msgstr "ドキュメントを印刷する際の本文に使用するフォントを指定します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:65
msgid "Header Font for Printing"
msgstr "印刷時のヘッダに使用するフォント"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:66
msgid ""
"Specifies the font to use for page headers when printing a document. This "
"will only take effect if the \"Print Header\" option is turned on."
msgstr "ドキュメントを印刷する際のページ・ヘッダに使用するフォントを指定します。これは \"ヘッダの印刷\" オプションが有効の場合のみ効果があります。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:67
msgid "Line Number Font for Printing"
msgstr "印刷時の行番号に使用するフォント"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:68
msgid ""
"Specifies the font to use for line numbers when printing. This will only "
"take effect if the \"Print Line Numbers\" option is non-zero."
msgstr "印刷する際の行番号に使用するフォントを指定します。これは \"行番号の印刷\" オプションが 0 以外の場合のみ効果があります。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:69
msgid "Automatically Detected Encodings"
msgstr "自動検出されたエンコーディング"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:70
msgid ""
"Sorted list of encodings used by pluma for automatically detecting the "
"encoding of a file. \"CURRENT\" represents the current locale encoding. Only"
" recognized encodings are used."
msgstr "ファイルのエンコーディングを自動検出する際に pluma が使用するエンコーディングのリストです。\"CURRENT\" は現在使用しているロケールを表します。認識したエンコーディングのみ使用されます。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:71
msgid "Encodings shown in menu"
msgstr "メニューに表示するエンコーディング"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:72
msgid ""
"List of encodings shown in the Character Encoding menu in open/save file "
"selector. Only recognized encodings are used."
msgstr "開く/保存のファイル選択ダイアログの文字エンコーディング・メニューの中に表示するエンコーディングのリストです。認識したエンコーディングのみ使用します。"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:73
msgid "History for \"search for\" entries"
msgstr "検索履歴"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:74
msgid "List of entries in \"search for\" textbox."
msgstr ""
#: ../data/org.mate.pluma.gschema.xml.in.in.h:75
msgid "History for \"replace with\" entries"
msgstr "置換履歴"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:76
msgid "List of entries in \"replace with\" textbox."
msgstr ""
#: ../data/org.mate.pluma.gschema.xml.in.in.h:77
msgid "Active plugins"
msgstr "利用可能なプラグイン"
#: ../data/org.mate.pluma.gschema.xml.in.in.h:78
msgid ""
"List of active plugins. It contains the \"Location\" of the active plugins. "
"See the .pluma-plugin file for obtaining the \"Location\" of a given plugin."
msgstr "利用可能なプラグインの一覧です。プラグインの \"場所\" が含まれます。指定したプラグインの \"場所\" を得るには .pluma-plugin ファイルを参照してください。"
#: ../data/pluma.desktop.in.in.h:1
msgid "Pluma"
msgstr "Pluma"
#: ../data/pluma.desktop.in.in.h:2 ../pluma/pluma-print-job.c:765
msgid "Text Editor"
msgstr "テキストエディタ"
#: ../data/pluma.desktop.in.in.h:3
msgid "Edit text files"
msgstr "テキスト形式のファイルを編集します"
#: ../data/pluma.desktop.in.in.h:4
msgid "pluma Text Editor"
msgstr "pluma テキストエディタ"
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:140
msgid "Log Out _without Saving"
msgstr "保存せずにログアウト(_W)"
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:144
msgid "_Cancel Logout"
msgstr "ログアウトのキャンセル(_C)"
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:151
msgid "Close _without Saving"
msgstr "保存せずに閉じる(_W)"
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:212
msgid "Question"
msgstr "質問"
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:412
#, c-format
msgid ""
"If you don't save, changes from the last %ld second will be permanently "
"lost."
msgid_plural ""
"If you don't save, changes from the last %ld seconds will be permanently "
"lost."
msgstr[0] "保存しないと、%ld秒前からの変更内容が完全に失われます。"
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:421
msgid ""
"If you don't save, changes from the last minute will be permanently lost."
msgstr "保存しないと、1分前からの変更内容が完全に失われます。"
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:427
#, c-format
msgid ""
"If you don't save, changes from the last minute and %ld second will be "
"permanently lost."
msgid_plural ""
"If you don't save, changes from the last minute and %ld seconds will be "
"permanently lost."
msgstr[0] "保存しないと、1分 %ld秒前からの変更内容が完全に失われます。"
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:437
#, c-format
msgid ""
"If you don't save, changes from the last %ld minute will be permanently "
"lost."
msgid_plural ""
"If you don't save, changes from the last %ld minutes will be permanently "
"lost."
msgstr[0] "保存しないと、%ld分前からの変更内容が完全に失われます。"
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:452
msgid ""
"If you don't save, changes from the last hour will be permanently lost."
msgstr "保存しないと、1時間前からの変更内容が完全に失われます。"
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:458
#, c-format
msgid ""
"If you don't save, changes from the last hour and %d minute will be "
"permanently lost."
msgid_plural ""
"If you don't save, changes from the last hour and %d minutes will be "
"permanently lost."
msgstr[0] "保存しないと、1時間 %d分前からの変更内容が完全に失われます。"
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:473
#, c-format
msgid ""
"If you don't save, changes from the last %d hour will be permanently lost."
msgid_plural ""
"If you don't save, changes from the last %d hours will be permanently lost."
msgstr[0] "保存しないと、%d時間前からの変更内容が完全に失われます。"
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:516
#, c-format
msgid "Changes to document \"%s\" will be permanently lost."
msgstr "ドキュメント \"%s\" への変更が完全に失われます。"
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:521
#, c-format
msgid "Save changes to document \"%s\" before closing?"
msgstr "閉じる前にドキュメント \"%s\" で変更した内容を保存しますか?"
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:535
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:746
msgid "Saving has been disabled by the system administrator."
msgstr "システム管理者によってファイルの保存が利用できなくなっています。"
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:701
#, c-format
msgid "Changes to %d document will be permanently lost."
msgid_plural "Changes to %d documents will be permanently lost."
msgstr[0] "%d個のドキュメントへの変更が完全に失われます。"
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:707
#, c-format
msgid ""
"There is %d document with unsaved changes. Save changes before closing?"
msgid_plural ""
"There are %d documents with unsaved changes. Save changes before closing?"
msgstr[0] "まだ保存していないドキュメントが %d個あります。閉じる前にそれらを保存しますか?"
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:725
msgid "Docum_ents with unsaved changes:"
msgstr "まだ保存していない変更点を含むドキュメント(_E):"
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:727
msgid "S_elect the documents you want to save:"
msgstr "保存するドキュメントを選択してください(_E):"
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:748
msgid "If you don't save, all your changes will be permanently lost."
msgstr "保存しないと変更した内容が完全に失われます。"
#: ../pluma/dialogs/pluma-encodings-dialog.c:321
msgid "Character Encodings"
msgstr "文字エンコーディング"
#: ../pluma/dialogs/pluma-encodings-dialog.c:385
#: ../pluma/dialogs/pluma-encodings-dialog.c:446
msgid "_Description"
msgstr "説明(_D)"
#: ../pluma/dialogs/pluma-encodings-dialog.c:394
#: ../pluma/dialogs/pluma-encodings-dialog.c:455
msgid "_Encoding"
msgstr "エンコーディング(_E)"
#: ../pluma/dialogs/pluma-encodings-dialog.ui.h:1
msgid "Character encodings"
msgstr "文字エンコーディング"
#: ../pluma/dialogs/pluma-encodings-dialog.ui.h:2
msgid "A_vailable encodings:"
msgstr "利用可能なエンコーディング(_V):"
#: ../pluma/dialogs/pluma-encodings-dialog.ui.h:3
msgid "E_ncodings shown in menu:"
msgstr "メニューに表示するエンコーディング(_N):"
#: ../pluma/dialogs/pluma-preferences-dialog.c:570
msgid "Click on this button to select the font to be used by the editor"
msgstr "エディタで使用するフォントを選択する場合は、このボタンをクリックしてください"
#: ../pluma/dialogs/pluma-preferences-dialog.c:580
#, c-format
msgid "_Use the system fixed width font (%s)"
msgstr "システムの固定幅フォント (%s) を使う(_U)"
#: ../pluma/dialogs/pluma-preferences-dialog.c:783
msgid "The selected color scheme cannot be installed."
msgstr "指定した色のスキームをインストールできません。"
#: ../pluma/dialogs/pluma-preferences-dialog.c:808
msgid "Add Scheme"
msgstr "スキームの追加"
#: ../pluma/dialogs/pluma-preferences-dialog.c:815
msgid "A_dd Scheme"
msgstr "スキームの追加(_D)"
#: ../pluma/dialogs/pluma-preferences-dialog.c:823
msgid "Color Scheme Files"
msgstr "色のスキーム"
#: ../pluma/dialogs/pluma-preferences-dialog.c:830
#: ../pluma/pluma-file-chooser-dialog.c:52
msgid "All Files"
msgstr "すべてのファイル"
#: ../pluma/dialogs/pluma-preferences-dialog.c:875
#, c-format
msgid "Could not remove color scheme \"%s\"."
msgstr "色のスキーム \"%s\" を削除できませんでした。"
#: ../pluma/dialogs/pluma-preferences-dialog.c:1086
msgid "pluma Preferences"
msgstr "pluma の設定"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:1
msgid "Preferences"
msgstr "設定"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:2
#: ../pluma/pluma-print-preferences.ui.h:9
msgid "Text Wrapping"
msgstr "テキストの折り返し"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:3
#: ../plugins/docinfo/docinfo.ui.h:4
#: ../plugins/externaltools/tools/tools.ui.h:21
#: ../plugins/snippets/snippets/snippets.ui.h:9
#: ../plugins/time/pluma-time-dialog.ui.h:4
#: ../plugins/time/pluma-time-setup-dialog.ui.h:3
msgid " "
msgstr " "
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:4
#: ../pluma/pluma-print-preferences.ui.h:10
msgid "Enable text _wrapping"
msgstr "テキストの折り返しを有効にする(_W)"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:5
#: ../pluma/pluma-print-preferences.ui.h:11
msgid "Do not _split words over two lines"
msgstr "単語を二行以上に分割しない(_S)"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:6
#: ../pluma/pluma-print-preferences.ui.h:3
msgid "Line Numbers"
msgstr "行番号"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:7 ../pluma/pluma-view.c:1968
msgid "_Display line numbers"
msgstr "行番号を表示する(_D)"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:8
msgid "Current Line"
msgstr "カーソルがある行"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:9
msgid "Highlight current _line"
msgstr "カーソルのある行を強調表示する(_L)"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:10
msgid "Right Margin"
msgstr "右マージン"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:11
msgid "Display right _margin"
msgstr "右マージンを表示する(_M)"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:12
msgid "_Right margin at column:"
msgstr "右マージンを表す列番号(_R):"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:13
msgid "Bracket Matching"
msgstr "対応する括弧"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:14
msgid "Highlight matching _bracket"
msgstr "対応するカッコを強調表示する(_B)"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:15
msgid "View"
msgstr "表示"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:16
msgid "Tab Stops"
msgstr "タブ文字"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:17
msgid "_Tab width:"
msgstr "タブの幅(_T):"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:18
msgid "Insert _spaces instead of tabs"
msgstr "タブの代わりにスペースを挿入する(_S)"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:19
msgid "Automatic Indentation"
msgstr "自動インデント"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:20
msgid "_Enable automatic indentation"
msgstr "自動インデントを有効にする(_E)"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:21
msgid "File Saving"
msgstr "ファイルの保存"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:22
msgid "Create a _backup copy of files before saving"
msgstr "保存する前にバックアップを生成する(_B)"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:23
msgid "_Autosave files every"
msgstr "ファイルを自動的に保存する間隔(_A): "
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:24
msgid "_minutes"
msgstr "分ごと(_M)"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:25
msgid "Editor"
msgstr "エディタ"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:26
msgid "Font"
msgstr "フォント"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:27
msgid "Editor _font: "
msgstr "エディタのフォント(_F):"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:28
msgid "Pick the editor font"
msgstr "エディタで使用するフォントの取得"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:29
msgid "Color Scheme"
msgstr "色のスキーム"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:30
msgid "_Add..."
msgstr "追加(_A)..."
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:31
msgid "Font & Colors"
msgstr "フォントと色"
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:32
msgid "Plugins"
msgstr "プラグイン"
#: ../pluma/dialogs/pluma-search-dialog.c:300
#: ../pluma/dialogs/pluma-search-dialog.ui.h:1 ../pluma/pluma-window.c:1522
msgid "Replace"
msgstr "置換"
#: ../pluma/dialogs/pluma-search-dialog.c:311 ../pluma/pluma-window.c:1520
msgid "Find"
msgstr "検索"
#: ../pluma/dialogs/pluma-search-dialog.c:415
msgid "Replace _All"
msgstr "すべて置換(_A)"
#: ../pluma/dialogs/pluma-search-dialog.c:416
#: ../pluma/pluma-commands-file.c:577
msgid "_Replace"
msgstr "置換(_R)"
#: ../pluma/dialogs/pluma-search-dialog.ui.h:2
msgid "Replace All"
msgstr "すべて置換"
#: ../pluma/dialogs/pluma-search-dialog.ui.h:3
msgid "_Search for: "
msgstr "検索する文字列(_S): "
#: ../pluma/dialogs/pluma-search-dialog.ui.h:4
msgid "Replace _with: "
msgstr "置換後の文字列(_W): "
#: ../pluma/dialogs/pluma-search-dialog.ui.h:5
msgid "_Match case"
msgstr "大/小文字を区別する(_M)"
#: ../pluma/dialogs/pluma-search-dialog.ui.h:6
msgid "Match _entire word only"
msgstr "単語全体にマッチさせる(_E)"
#: ../pluma/dialogs/pluma-search-dialog.ui.h:7
msgid "Search _backwards"
msgstr "先頭に向かって検索する(_B)"
#: ../pluma/dialogs/pluma-search-dialog.ui.h:8
msgid "_Wrap around"
msgstr "折り返しも対象にする(_W)"
#: ../pluma/pluma.c:126
msgid "Show the application's version"
msgstr "バージョンを表示する"
#: ../pluma/pluma.c:129
msgid ""
"Set the character encoding to be used to open the files listed on the "
"command line"
msgstr "オープンするファイルで使用する文字エンコーディングをセットする"
#: ../pluma/pluma.c:129
msgid "ENCODING"
msgstr "ENCODING"
#: ../pluma/pluma.c:132
msgid "Display list of possible values for the encoding option"
msgstr "利用可能なエンコーディングオプションの値一覧を表示する"
#: ../pluma/pluma.c:135
msgid "Create a new top-level window in an existing instance of pluma"
msgstr "既に実行中の pluma で新しいトップレベル・ウィンドウを作成する"
#: ../pluma/pluma.c:138
msgid "Create a new document in an existing instance of pluma"
msgstr "既に実行中の pluma に新しいドキュメントを作成する"
#: ../pluma/pluma.c:141
msgid "[FILE...]"
msgstr "[ファイル...]"
#: ../pluma/pluma.c:196
#, c-format
msgid "%s: invalid encoding.\n"
msgstr "%s: エンコーディングが間違っています。\n"
#. Setup command line options
#: ../pluma/pluma.c:579
msgid "- Edit text files"
msgstr "- テキスト・ファイルを編集する"
#: ../pluma/pluma.c:615
#, c-format
msgid ""
"%s\n"
"Run '%s --help' to see a full list of available command line options.\n"
msgstr "%s\n'%s --help' で利用可能なすべてのコマンドライン・オプションの一覧が表示されます\n"
#: ../pluma/pluma-commands-file.c:250
#, c-format
msgid "Loading file '%s'…"
msgstr "ファイル '%s' を読み込んでいます…"
#: ../pluma/pluma-commands-file.c:259
#, c-format
msgid "Loading %d file…"
msgid_plural "Loading %d files…"
msgstr[0] "%d 個のファイルを読み込んでいます…"
#. Translators: "Open Files" is the title of the file chooser window
#: ../pluma/pluma-commands-file.c:453
msgid "Open Files"
msgstr "ファイルを開く"
#: ../pluma/pluma-commands-file.c:564
#, c-format
msgid "The file \"%s\" is read-only."
msgstr "ファイル \"%s\" は読み込み専用です。"
#: ../pluma/pluma-commands-file.c:569
msgid "Do you want to try to replace it with the one you are saving?"
msgstr "このファイルで上書きしてみますか?"
#: ../pluma/pluma-commands-file.c:638 ../pluma/pluma-commands-file.c:861
#, c-format
msgid "Saving file '%s'…"
msgstr "ファイル \"%s\" を保存しています…"
#: ../pluma/pluma-commands-file.c:746
msgid "Save As…"
msgstr "別名で保存…"
#: ../pluma/pluma-commands-file.c:1075
#, c-format
msgid "Reverting the document '%s'…"
msgstr "ドキュメント \"%s\" を戻しています…"
#: ../pluma/pluma-commands-file.c:1120
#, c-format
msgid "Revert unsaved changes to document '%s'?"
msgstr "変更部分を保存しないで、元のドキュメント '%s' に戻しますか?"
#: ../pluma/pluma-commands-file.c:1129
#, c-format
msgid ""
"Changes made to the document in the last %ld second will be permanently "
"lost."
msgid_plural ""
"Changes made to the document in the last %ld seconds will be permanently "
"lost."
msgstr[0] "%ld秒前に編集したドキュメントへの変更が完全に失われます。"
#: ../pluma/pluma-commands-file.c:1138
msgid ""
"Changes made to the document in the last minute will be permanently lost."
msgstr "1分前に編集したドキュメントへの変更が完全に失われます。"
#: ../pluma/pluma-commands-file.c:1144
#, c-format
msgid ""
"Changes made to the document in the last minute and %ld second will be "
"permanently lost."
msgid_plural ""
"Changes made to the document in the last minute and %ld seconds will be "
"permanently lost."
msgstr[0] "1分 %ld秒前に編集したドキュメントへの変更が完全に失われます。"
#: ../pluma/pluma-commands-file.c:1154
#, c-format
msgid ""
"Changes made to the document in the last %ld minute will be permanently "
"lost."
msgid_plural ""
"Changes made to the document in the last %ld minutes will be permanently "
"lost."
msgstr[0] "%ld分前に編集したドキュメントへの変更が完全に失われます。"
#: ../pluma/pluma-commands-file.c:1169
msgid ""
"Changes made to the document in the last hour will be permanently lost."
msgstr "1時間前に編集したドキュメントへの変更が完全に失われます。"
#: ../pluma/pluma-commands-file.c:1175
#, c-format
msgid ""
"Changes made to the document in the last hour and %d minute will be "
"permanently lost."
msgid_plural ""
"Changes made to the document in the last hour and %d minutes will be "
"permanently lost."
msgstr[0] "1時間 %d分前に編集したドキュメントへの変更が完全に失われます。"
#: ../pluma/pluma-commands-file.c:1190
#, c-format
msgid ""
"Changes made to the document in the last %d hour will be permanently lost."
msgid_plural ""
"Changes made to the document in the last %d hours will be permanently lost."
msgstr[0] "%d時間前に編集したドキュメントへの変更が完全に失われます。"
#: ../pluma/pluma-commands-file.c:1216
msgid "_Revert"
msgstr "戻す(_R)"
#: ../pluma/pluma-commands-help.c:82
msgid "pluma is a small and lightweight text editor for the MATE Desktop"
msgstr "pluma は MATE デスクトップ用に作られた小型軽量のテキスト・エディタです。"
#: ../pluma/pluma-commands-help.c:93
msgid "translator-credits"
msgstr "相花 毅 <takeshi.aihana@gmail.com>\n佐藤 暁 <ss@mate.gr.jp>\nKAMAGASAKO Masatoshi <emerald@mate.gr.jp>\nAkira TAGOH <tagoh@mate.gr.jp>\nYukihiro Nakai <nakai@mate.gr.jp>\nYuusuke Tahara <tahara@mate.gr.jp>\nAkira Higuchi <a-higuti@math.sci.hokudai.ac.jp>\nやまね ひでき <henrich@debian.or.jp>\n日本MATEユーザー会 http://www.mate.gr.jp/"
#: ../pluma/pluma-commands-search.c:111
#, c-format
msgid "Found and replaced %d occurrence"
msgid_plural "Found and replaced %d occurrences"
msgstr[0] "%d ヶ所で検索と置換を行いました。"
#: ../pluma/pluma-commands-search.c:121
msgid "Found and replaced one occurrence"
msgstr "%d ヶ所で検索と置換を行いました。"
#. Translators: %s is replaced by the text
#. entered by the user in the search box
#: ../pluma/pluma-commands-search.c:142
#, c-format
msgid "\"%s\" not found"
msgstr "\"%s\" は見つかりませんでした"
#: ../pluma/pluma-document.c:1071 ../pluma/pluma-document.c:1086
#, c-format
msgid "Unsaved Document %d"
msgstr "編集中のドキュメント %d"
#: ../pluma/pluma-documents-panel.c:97 ../pluma/pluma-documents-panel.c:111
#: ../pluma/pluma-window.c:2271 ../pluma/pluma-window.c:2276
msgid "Read-Only"
msgstr "読み取りのみ"
#: ../pluma/pluma-documents-panel.c:780 ../pluma/pluma-window.c:3670
msgid "Documents"
msgstr "ドキュメントの一覧"
#: ../pluma/pluma-encodings.c:138 ../pluma/pluma-encodings.c:180
#: ../pluma/pluma-encodings.c:182 ../pluma/pluma-encodings.c:184
#: ../pluma/pluma-encodings.c:186 ../pluma/pluma-encodings.c:188
#: ../pluma/pluma-encodings.c:190 ../pluma/pluma-encodings.c:192
msgid "Unicode"
msgstr "Unicode"
#: ../pluma/pluma-encodings.c:151 ../pluma/pluma-encodings.c:175
#: ../pluma/pluma-encodings.c:225 ../pluma/pluma-encodings.c:268
msgid "Western"
msgstr "西欧"
#: ../pluma/pluma-encodings.c:153 ../pluma/pluma-encodings.c:227
#: ../pluma/pluma-encodings.c:264
msgid "Central European"
msgstr "中央ヨーロッパ"
#: ../pluma/pluma-encodings.c:155
msgid "South European"
msgstr "南欧"
#: ../pluma/pluma-encodings.c:157 ../pluma/pluma-encodings.c:171
#: ../pluma/pluma-encodings.c:278
msgid "Baltic"
msgstr "バルト語"
#: ../pluma/pluma-encodings.c:159 ../pluma/pluma-encodings.c:229
#: ../pluma/pluma-encodings.c:242 ../pluma/pluma-encodings.c:246
#: ../pluma/pluma-encodings.c:248 ../pluma/pluma-encodings.c:266
msgid "Cyrillic"
msgstr "キリル文字"
#: ../pluma/pluma-encodings.c:161 ../pluma/pluma-encodings.c:235
#: ../pluma/pluma-encodings.c:276
msgid "Arabic"
msgstr "アラビア語"
#: ../pluma/pluma-encodings.c:163 ../pluma/pluma-encodings.c:270
msgid "Greek"
msgstr "ギリシア語"
#: ../pluma/pluma-encodings.c:165
msgid "Hebrew Visual"
msgstr "ヘブライ語 (論理表記)"
#: ../pluma/pluma-encodings.c:167 ../pluma/pluma-encodings.c:231
#: ../pluma/pluma-encodings.c:272
msgid "Turkish"
msgstr "トルコ語"
#: ../pluma/pluma-encodings.c:169
msgid "Nordic"
msgstr "北欧"
#: ../pluma/pluma-encodings.c:173
msgid "Celtic"
msgstr "ケルト語"
#: ../pluma/pluma-encodings.c:177
msgid "Romanian"
msgstr "ルーマニア語"
#: ../pluma/pluma-encodings.c:195
msgid "Armenian"
msgstr "アルメニア語"
#: ../pluma/pluma-encodings.c:197 ../pluma/pluma-encodings.c:199
#: ../pluma/pluma-encodings.c:213
msgid "Chinese Traditional"
msgstr "中国語 (繁体字)"
#: ../pluma/pluma-encodings.c:201
msgid "Cyrillic/Russian"
msgstr "キリル/ロシア語"
#: ../pluma/pluma-encodings.c:204 ../pluma/pluma-encodings.c:206
#: ../pluma/pluma-encodings.c:208 ../pluma/pluma-encodings.c:238
#: ../pluma/pluma-encodings.c:253
msgid "Japanese"
msgstr "日本語"
#: ../pluma/pluma-encodings.c:211 ../pluma/pluma-encodings.c:240
#: ../pluma/pluma-encodings.c:244 ../pluma/pluma-encodings.c:259
msgid "Korean"
msgstr "韓国語"
#: ../pluma/pluma-encodings.c:216 ../pluma/pluma-encodings.c:218
#: ../pluma/pluma-encodings.c:220
msgid "Chinese Simplified"
msgstr "中国語 (簡体字)"
#: ../pluma/pluma-encodings.c:222
msgid "Georgian"
msgstr "グルジア語"
#: ../pluma/pluma-encodings.c:233 ../pluma/pluma-encodings.c:274
msgid "Hebrew"
msgstr "ヘブライ語"
#: ../pluma/pluma-encodings.c:250
msgid "Cyrillic/Ukrainian"
msgstr "キリル/ウクライナ語"
#: ../pluma/pluma-encodings.c:255 ../pluma/pluma-encodings.c:261
#: ../pluma/pluma-encodings.c:280
msgid "Vietnamese"
msgstr "ベトナム語"
#: ../pluma/pluma-encodings.c:257
msgid "Thai"
msgstr "タイ語"
#: ../pluma/pluma-encodings.c:431
msgid "Unknown"
msgstr "不明"
#: ../pluma/pluma-encodings-combo-box.c:276
msgid "Automatically Detected"
msgstr "自動検出"
#: ../pluma/pluma-encodings-combo-box.c:292
#: ../pluma/pluma-encodings-combo-box.c:307
#, c-format
msgid "Current Locale (%s)"
msgstr "現在のロケール (%s)"
#: ../pluma/pluma-encodings-combo-box.c:357
msgid "Add or Remove..."
msgstr "追加と削除..."
#: ../pluma/pluma-file-chooser-dialog.c:53
msgid "All Text Files"
msgstr "すべてのテキスト・ファイル"
#: ../pluma/pluma-file-chooser-dialog.c:81
msgid "C_haracter Encoding:"
msgstr "エンコーディング(_H):"
#: ../pluma/pluma-file-chooser-dialog.c:146
msgid "L_ine Ending:"
msgstr "行末(_I):"
#: ../pluma/pluma-file-chooser-dialog.c:165
msgid "Unix/Linux"
msgstr "Unix/Linux"
#: ../pluma/pluma-file-chooser-dialog.c:171
msgid "Mac OS Classic"
msgstr "Mac OS Classic"
#: ../pluma/pluma-file-chooser-dialog.c:177
msgid "Windows"
msgstr "Windows"
#: ../pluma/pluma-help.c:104
msgid "There was an error displaying the help."
msgstr "ヘルプを表示する際にエラーが発生しました。"
#: ../pluma/pluma-io-error-message-area.c:196
#: ../pluma/pluma-io-error-message-area.c:201
#: ../pluma/pluma-io-error-message-area.c:505
#: ../pluma/pluma-io-error-message-area.c:528
msgid "_Retry"
msgstr "再試行(_R)"
#: ../pluma/pluma-io-error-message-area.c:223
#, c-format
msgid "Could not find the file %s."
msgstr "ファイル %s が見つかりませんでした。"
#: ../pluma/pluma-io-error-message-area.c:225
#: ../pluma/pluma-io-error-message-area.c:264
#: ../pluma/pluma-io-error-message-area.c:271
msgid "Please check that you typed the location correctly and try again."
msgstr "入力した場所が正しいか確認して、もう一度実行してみてください。"
#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
#: ../pluma/pluma-io-error-message-area.c:240
#, c-format
msgid "pluma cannot handle %s locations."
msgstr "場所 %s を処理できません。"
#: ../pluma/pluma-io-error-message-area.c:246
msgid "pluma cannot handle this location."
msgstr "この場所を処理できません。"
#: ../pluma/pluma-io-error-message-area.c:254
msgid "The location of the file cannot be mounted."
msgstr "ファイルが格納されている場所をマウントできません。"
#: ../pluma/pluma-io-error-message-area.c:258
msgid "The location of the file cannot be accessed because it is not mounted."
msgstr "ファイルが格納されている場所がマウントされていないのでファイルにアクセスできません。"
#: ../pluma/pluma-io-error-message-area.c:262
#, c-format
msgid "%s is a directory."
msgstr "%s はフォルダです。"
#: ../pluma/pluma-io-error-message-area.c:269
#, c-format
msgid "%s is not a valid location."
msgstr "%s は適切な場所ではありません"
#: ../pluma/pluma-io-error-message-area.c:299
#, c-format
msgid ""
"Host %s could not be found. Please check that your proxy settings are "
"correct and try again."
msgstr "ホスト %s が見つかりませんでした。プロキシの設定が正しいか確認して、もう一度実行してみてください。"
#: ../pluma/pluma-io-error-message-area.c:312
#, c-format
msgid ""
"Hostname was invalid. Please check that you typed the location correctly and"
" try again."
msgstr "ホスト名が間違っています。入力した場所が正しいか確認して、もう一度実行してみてください。"
#: ../pluma/pluma-io-error-message-area.c:320
#, c-format
msgid "%s is not a regular file."
msgstr "%s は通常のファイルではありません。"
#: ../pluma/pluma-io-error-message-area.c:325
msgid "Connection timed out. Please try again."
msgstr "接続がタイムアウトしたので、もう一度実行してみてください。"
#: ../pluma/pluma-io-error-message-area.c:348
msgid "The file is too big."
msgstr "ファイル・サイズが大きすぎます。"
#: ../pluma/pluma-io-error-message-area.c:389
#, c-format
msgid "Unexpected error: %s"
msgstr "原因不明のエラー: %s"
#: ../pluma/pluma-io-error-message-area.c:425
msgid "pluma cannot find the file. Perhaps it has recently been deleted."
msgstr "ファイルが見つかりません。それは最近削除されたのかもしれません。"
#: ../pluma/pluma-io-error-message-area.c:435
#, c-format
msgid "Could not revert the file %s."
msgstr "ファイル \"%s\" を元に戻せませんでした"
#: ../pluma/pluma-io-error-message-area.c:461
msgid "Ch_aracter Encoding:"
msgstr "エンコーディング(_A):"
#. Translators: the access key chosen for this string should be
#. different from other main menu access keys (Open, Edit, View...)
#: ../pluma/pluma-io-error-message-area.c:512
#: ../pluma/pluma-io-error-message-area.c:537
#: ../pluma/pluma-io-error-message-area.c:815
#: ../pluma/pluma-io-error-message-area.c:825
msgid "Edit Any_way"
msgstr "強制的に編集する(_W)"
#. Translators: the access key chosen for this string should be
#. different from other main menu access keys (Open, Edit, View...)
#: ../pluma/pluma-io-error-message-area.c:515
#: ../pluma/pluma-io-error-message-area.c:542
#: ../pluma/pluma-io-error-message-area.c:818
#: ../pluma/pluma-io-error-message-area.c:830
msgid "D_on't Edit"
msgstr "編集しない(_O)"
#: ../pluma/pluma-io-error-message-area.c:638
msgid ""
"The number of followed links is limited and the actual file could not be "
"found within this limit."
msgstr "リンクの数が制限され、実際のファイルがこの制限内に見つけることができませんでした。"
#: ../pluma/pluma-io-error-message-area.c:642
msgid "You do not have the permissions necessary to open the file."
msgstr "そのファイルを開く権限がありません。"
#: ../pluma/pluma-io-error-message-area.c:648
msgid "pluma has not been able to detect the character encoding."
msgstr "文字のエンコーディングを検出できませんでした。"
#: ../pluma/pluma-io-error-message-area.c:650
#: ../pluma/pluma-io-error-message-area.c:672
msgid "Please check that you are not trying to open a binary file."
msgstr "バイナリ・ファイルを開こうとしていないか確認してください。"
#: ../pluma/pluma-io-error-message-area.c:651
msgid "Select a character encoding from the menu and try again."
msgstr "メニューから文字エンコーディングを選択して、もう一度実行してください。"
#: ../pluma/pluma-io-error-message-area.c:657
#, c-format
msgid "There was a problem opening the file %s."
msgstr "ファイル %s を開くする際にエラーが発生しました。"
#: ../pluma/pluma-io-error-message-area.c:659
msgid ""
"The file you opened has some invalid characters. If you continue editing "
"this file you could make this document useless."
msgstr "開いたファイルに正しくない文字が含まれています。このファイルを編集し続けると、この文書が役に立たなくなるかもしれません。"
#: ../pluma/pluma-io-error-message-area.c:662
msgid "You can also choose another character encoding and try again."
msgstr "メニューから文字エンコーディングを選択して、もう一度実行してください。"
#: ../pluma/pluma-io-error-message-area.c:669
#, c-format
msgid "Could not open the file %s using the %s character encoding."
msgstr "ファイル %s を文字エンコーディング %s で開けませんでした。"
#: ../pluma/pluma-io-error-message-area.c:673
#: ../pluma/pluma-io-error-message-area.c:748
msgid "Select a different character encoding from the menu and try again."
msgstr "メニューから別の文字エンコーディングを選択して、もう一度実行してください。"
#: ../pluma/pluma-io-error-message-area.c:683
#, c-format
msgid "Could not open the file %s."
msgstr "ファイル %s を開けませんでした。"
#: ../pluma/pluma-io-error-message-area.c:743
#, c-format
msgid "Could not save the file %s using the %s character encoding."
msgstr "ファイル %s を文字エンコーディング %s で保存できませんでした。"
#: ../pluma/pluma-io-error-message-area.c:746
msgid ""
"The document contains one or more characters that cannot be encoded using "
"the specified character encoding."
msgstr "そのドキュメントには、指定した文字エンコーディングで表せない文字が一つ以上含まれています。"
#: ../pluma/pluma-io-error-message-area.c:845
#, c-format
msgid "This file (%s) is already open in another pluma window."
msgstr "このファイル (%s) は既に別の pluma ウィンドウの中に開いています。"
#: ../pluma/pluma-io-error-message-area.c:859
msgid ""
"pluma opened this instance of the file in a non-editable way. Do you want to"
" edit it anyway?"
msgstr "このファイルのインスタンスを編集不可モードで開きました。編集を続行しますか?"
#: ../pluma/pluma-io-error-message-area.c:918
#: ../pluma/pluma-io-error-message-area.c:928
#: ../pluma/pluma-io-error-message-area.c:1024
#: ../pluma/pluma-io-error-message-area.c:1034
msgid "S_ave Anyway"
msgstr "とにかく保存する(_A)"
#: ../pluma/pluma-io-error-message-area.c:922
#: ../pluma/pluma-io-error-message-area.c:932
#: ../pluma/pluma-io-error-message-area.c:1028
#: ../pluma/pluma-io-error-message-area.c:1038
msgid "D_on't Save"
msgstr "保存しない(_O)"
#. FIXME: review this message, it's not clear since for the user the
#. "modification"
#. could be interpreted as the changes he made in the document. beside
#. "reading" is
#. not accurate (since last load/save)
#: ../pluma/pluma-io-error-message-area.c:950
#, c-format
msgid "The file %s has been modified since reading it."
msgstr "ファイル %s は変更されています。"
#: ../pluma/pluma-io-error-message-area.c:965
msgid ""
"If you save it, all the external changes could be lost. Save it anyway?"
msgstr "このファイルを保存すると外部からの変更はすべて失われます。強制的に保存しますか?"
#: ../pluma/pluma-io-error-message-area.c:1056
#, c-format
msgid "Could not create a backup file while saving %s"
msgstr "%s を保存する際にバックアップ・ファイルを作成できませんでした。"
#: ../pluma/pluma-io-error-message-area.c:1059
#, c-format
msgid "Could not create a temporary backup file while saving %s"
msgstr "%s を保存する際に作業用のバックアップ・ファイルを作成できませんでした。"
#: ../pluma/pluma-io-error-message-area.c:1075
msgid ""
"pluma could not back up the old copy of the file before saving the new one. "
"You can ignore this warning and save the file anyway, but if an error occurs"
" while saving, you could lose the old copy of the file. Save anyway?"
msgstr "pluma は新しいファイルを保存する前に古いファイルのバックアップ・ファイルを作成することはできません。この警告を無視してファイルを強制的に保存することは可能ですが、保存中にエラーが発生すると古いファイルの内容を失う可能性があります。とにかく保存しますか?"
#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
#: ../pluma/pluma-io-error-message-area.c:1135
#, c-format
msgid ""
"pluma cannot handle %s locations in write mode. Please check that you typed "
"the location correctly and try again."
msgstr "場所 %s へ書き込めません。入力した場所が正しいか確認して、もう一度実行してみてください。"
#: ../pluma/pluma-io-error-message-area.c:1143
msgid ""
"pluma cannot handle this location in write mode. Please check that you typed"
" the location correctly and try again."
msgstr "この場所へ書き込めません。入力した場所が正しいか確認して、もう一度実行してみてください。"
#: ../pluma/pluma-io-error-message-area.c:1152
#, c-format
msgid ""
"%s is not a valid location. Please check that you typed the location "
"correctly and try again."
msgstr "場所 %s が間違っています。入力した場所が正しいか確認して、もう一度実行してみてください。"
#: ../pluma/pluma-io-error-message-area.c:1158
msgid ""
"You do not have the permissions necessary to save the file. Please check "
"that you typed the location correctly and try again."
msgstr "そのファイルを保存するために必要な権限がありません。入力した場所が正しいか確認して、もう一度実行してみてください。"
#: ../pluma/pluma-io-error-message-area.c:1164
msgid ""
"There is not enough disk space to save the file. Please free some disk space"
" and try again."
msgstr "そのファイルを保存するのに十分な空き容量がありません。空き容量を増やしてから、もう一度実行してみてください。"
#: ../pluma/pluma-io-error-message-area.c:1169
msgid ""
"You are trying to save the file on a read-only disk. Please check that you "
"typed the location correctly and try again."
msgstr "読み込み専用のディスクにファイルを保存しようとしています。入力した場所が正しいか確認して、もう一度実行してみてください。"
#: ../pluma/pluma-io-error-message-area.c:1175
msgid "A file with the same name already exists. Please use a different name."
msgstr "同名のファイルが存在します。別の名前にしてください。"
#: ../pluma/pluma-io-error-message-area.c:1180
msgid ""
"The disk where you are trying to save the file has a limitation on length of"
" the file names. Please use a shorter name."
msgstr "保存先のディスクには指定できるファイル名の長さに制限があります。もっと短いファイル名にしてください。"
#: ../pluma/pluma-io-error-message-area.c:1187
msgid ""
"The disk where you are trying to save the file has a limitation on file "
"sizes. Please try saving a smaller file or saving it to a disk that does not"
" have this limitation."
msgstr "保存先のディスクにはファイル・サイズの制限があります。小さいファイルを保存するか、この制限のない泥空くに保存してください。"
#: ../pluma/pluma-io-error-message-area.c:1203
#, c-format
msgid "Could not save the file %s."
msgstr "ファイル %s を保存できませんでした。"
#. FIXME: review this message, it's not clear since for the user the
#. "modification"
#. could be interpreted as the changes he made in the document. beside
#. "reading" is
#. not accurate (since last load/save)
#: ../pluma/pluma-io-error-message-area.c:1247
#, c-format
msgid "The file %s changed on disk."
msgstr "ファイル %s が変更されたようです。"
#: ../pluma/pluma-io-error-message-area.c:1252
msgid "Do you want to drop your changes and reload the file?"
msgstr "変更を破棄して、もう一度ファイルを読み込み直してみますか?"
#: ../pluma/pluma-io-error-message-area.c:1254
msgid "Do you want to reload the file?"
msgstr "そのファイルを読み込み直してみますか?"
#: ../pluma/pluma-io-error-message-area.c:1260
#: ../pluma/pluma-io-error-message-area.c:1271
msgid "_Reload"
msgstr "再読み込み(_R)"
#: ../pluma/pluma-panel.c:360 ../pluma/pluma-panel.c:532
msgid "Empty"
msgstr "履歴なし"
#: ../pluma/pluma-panel.c:422
msgid "Hide panel"
msgstr "このペインを隠します"
#: ../pluma/pluma-plugin-manager.c:54
msgid "Plugin"
msgstr "プラグイン"
#: ../pluma/pluma-plugin-manager.c:55
msgid "Enabled"
msgstr "有効"
#: ../pluma/pluma-plugin-manager.c:504
msgid "_About"
msgstr "情報(_A)"
#: ../pluma/pluma-plugin-manager.c:512
msgid "C_onfigure"
msgstr "設定(_O)"
#: ../pluma/pluma-plugin-manager.c:521
msgid "A_ctivate"
msgstr "有効にする(_C)"
#: ../pluma/pluma-plugin-manager.c:532
msgid "Ac_tivate All"
msgstr "すべて有効にする(_T)"
#: ../pluma/pluma-plugin-manager.c:537
msgid "_Deactivate All"
msgstr "すべて無効にする(_D)"
#: ../pluma/pluma-plugin-manager.c:800
msgid "Active _Plugins:"
msgstr "利用可能なプラグイン(_P):"
#: ../pluma/pluma-plugin-manager.c:825
msgid "_About Plugin"
msgstr "プラグインについて(_A)"
#: ../pluma/pluma-plugin-manager.c:829
msgid "C_onfigure Plugin"
msgstr "プラグインの設定(_O)"
#: ../pluma/pluma-print-job.c:547
#, c-format
msgid "File: %s"
msgstr "ファイル: %s"
#: ../pluma/pluma-print-job.c:556
msgid "Page %N of %Q"
msgstr "ページ %N / %Q"
#: ../pluma/pluma-print-job.c:815
msgid "Preparing..."
msgstr "準備中..."
#: ../pluma/pluma-print-preferences.ui.h:1
msgid "Syntax Highlighting"
msgstr "強調表示"
#: ../pluma/pluma-print-preferences.ui.h:2
msgid "Print synta_x highlighting"
msgstr "強調表示を含めて印刷する(_X)"
#: ../pluma/pluma-print-preferences.ui.h:4
msgid "Print line nu_mbers"
msgstr "行番号を印刷する(_M)"
#. 'Number every' from 'Number every 3 lines' in the 'Text Editor' tab of the
#. print preferences.
#: ../pluma/pluma-print-preferences.ui.h:6
msgid "_Number every"
msgstr "行番号を付与する間隔(_N) "
#. 'lines' from 'Number every 3 lines' in the 'Text Editor' tab of the print
#. preferences.
#: ../pluma/pluma-print-preferences.ui.h:8
msgid "lines"
msgstr "行"
#: ../pluma/pluma-print-preferences.ui.h:12
msgid "Page header"
msgstr "ページヘッダ"
#: ../pluma/pluma-print-preferences.ui.h:13
msgid "Print page _headers"
msgstr "ページのヘッダを印刷する(_H)"
#: ../pluma/pluma-print-preferences.ui.h:14
msgid "Fonts"
msgstr "フォント"
#: ../pluma/pluma-print-preferences.ui.h:15
msgid "_Body:"
msgstr "本文(_B):"
#: ../pluma/pluma-print-preferences.ui.h:16
msgid "_Line numbers:"
msgstr "行番号(_L):"
#: ../pluma/pluma-print-preferences.ui.h:17
msgid "He_aders and footers:"
msgstr "ヘッダとフッタ(_A):"
#: ../pluma/pluma-print-preferences.ui.h:18
msgid "_Restore Default Fonts"
msgstr "デフォルトに戻す(_R)"
#: ../pluma/pluma-print-preview.c:565
msgid "Show the previous page"
msgstr "前のページに戻ります"
#: ../pluma/pluma-print-preview.c:577
msgid "Show the next page"
msgstr "次のページに進みます"
#: ../pluma/pluma-print-preview.c:593
msgid "Current page (Alt+P)"
msgstr "現在のページです (Alt+P)"
#. Translators: the "of" from "1 of 19" in print preview.
#: ../pluma/pluma-print-preview.c:616
msgid "of"
msgstr "/"
#: ../pluma/pluma-print-preview.c:624
msgid "Page total"
msgstr "ページ数"
#: ../pluma/pluma-print-preview.c:625
msgid "The total number of pages in the document"
msgstr "ドキュメントのページ数の合計です"
#: ../pluma/pluma-print-preview.c:642
msgid "Show multiple pages"
msgstr "複数のページを表示します"
#: ../pluma/pluma-print-preview.c:655
msgid "Zoom 1:1"
msgstr "拡大率を 1:1 にします"
#: ../pluma/pluma-print-preview.c:664
msgid "Zoom to fit the whole page"
msgstr "ページ全体を表示します"
#: ../pluma/pluma-print-preview.c:673
msgid "Zoom the page in"
msgstr "この文書を拡大します"
#: ../pluma/pluma-print-preview.c:682
msgid "Zoom the page out"
msgstr "この文書を縮小します"
#: ../pluma/pluma-print-preview.c:694
msgid "_Close Preview"
msgstr "プレビューを閉じる(_C)"
#: ../pluma/pluma-print-preview.c:697
msgid "Close print preview"
msgstr "印刷プレビューを閉じます"
#: ../pluma/pluma-print-preview.c:767
#, c-format
msgid "Page %d of %d"
msgstr "%d / %d ページ"
#: ../pluma/pluma-print-preview.c:951
msgid "Page Preview"
msgstr "ページのプレビュー"
#: ../pluma/pluma-print-preview.c:952
msgid "The preview of a page in the document to be printed"
msgstr "印刷するドキュメントのページをプレビューします"
#: ../pluma/pluma-smart-charset-converter.c:319
msgid "It is not possible to detect the encoding automatically"
msgstr "自動的にエンコーディングを検出できません"
#: ../pluma/pluma-statusbar.c:70 ../pluma/pluma-statusbar.c:76
msgid "OVR"
msgstr " [上書き]"
#: ../pluma/pluma-statusbar.c:70 ../pluma/pluma-statusbar.c:76
msgid "INS"
msgstr " [挿入]"
#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for
#. "Column". Please,
#. use abbreviations if possible to avoid space problems.
#: ../pluma/pluma-statusbar.c:332
#, c-format
msgid " Ln %d, Col %d"
msgstr " (%d行、%d列)"
#: ../pluma/pluma-statusbar.c:431
#, c-format
msgid "There is a tab with errors"
msgid_plural "There are %d tabs with errors"
msgstr[0] "エラーが発生したタブが %d 個あります"
#: ../pluma/pluma-style-scheme-manager.c:207
#, c-format
msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
msgstr "'%s' というフォルダを生成できませんでした: g_mkdir_with_parents() に失敗: %s"
#. Translators: the first %s is a file name (e.g. test.txt) the second one
#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
#: ../pluma/pluma-tab.c:660
#, c-format
msgid "Reverting %s from %s"
msgstr "%2$s から %1$s に戻しています"
#: ../pluma/pluma-tab.c:667
#, c-format
msgid "Reverting %s"
msgstr "%s に戻しています"
#. Translators: the first %s is a file name (e.g. test.txt) the second one
#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
#: ../pluma/pluma-tab.c:683
#, c-format
msgid "Loading %s from %s"
msgstr "%2$s から %1$s を読み込んでいます"
#: ../pluma/pluma-tab.c:690
#, c-format
msgid "Loading %s"
msgstr "%s を読み込んでいます"
#. Translators: the first %s is a file name (e.g. test.txt) the second one
#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
#: ../pluma/pluma-tab.c:773
#, c-format
msgid "Saving %s to %s"
msgstr "%s を %s へ保存しています"
#: ../pluma/pluma-tab.c:780
#, c-format
msgid "Saving %s"
msgstr "%s を保存しています"
#. Read only
#: ../pluma/pluma-tab.c:1673
msgid "RO"
msgstr "[書き込み禁止]"
#: ../pluma/pluma-tab.c:1720
#, c-format
msgid "Error opening file %s"
msgstr "ファイル %s を読み込む際にエラー"
#: ../pluma/pluma-tab.c:1725
#, c-format
msgid "Error reverting file %s"
msgstr "ファイル %s に戻す際にエラー"
#: ../pluma/pluma-tab.c:1730
#, c-format
msgid "Error saving file %s"
msgstr "ファイル %s を保存する際にエラー"
#: ../pluma/pluma-tab.c:1751
msgid "Unicode (UTF-8)"
msgstr "Unicode (UTF-8)"
#: ../pluma/pluma-tab.c:1758
msgid "Name:"
msgstr "名前:"
#: ../pluma/pluma-tab.c:1759
msgid "MIME Type:"
msgstr "MIME 型:"
#: ../pluma/pluma-tab.c:1760
msgid "Encoding:"
msgstr "エンコーディング:"
#: ../pluma/pluma-tab-label.c:285
msgid "Close document"
msgstr "このドキュメントを閉じます"
#. Toplevel
#: ../pluma/pluma-ui.h:47
msgid "_File"
msgstr "ファイル(_F)"
#: ../pluma/pluma-ui.h:48
msgid "_Edit"
msgstr "編集(_E)"
#: ../pluma/pluma-ui.h:49
msgid "_View"
msgstr "表示(_V)"
#: ../pluma/pluma-ui.h:50
msgid "_Search"
msgstr "検索(_S)"
#: ../pluma/pluma-ui.h:51
msgid "_Tools"
msgstr "ツール(_T)"
#: ../pluma/pluma-ui.h:52
msgid "_Documents"
msgstr "ドキュメント(_D)"
#: ../pluma/pluma-ui.h:53
msgid "_Help"
msgstr "ヘルプ(_H)"
#: ../pluma/pluma-ui.h:57
msgid "Create a new document"
msgstr "新しいドキュメントを作成します"
#: ../pluma/pluma-ui.h:58
msgid "_Open..."
msgstr "開く(_O)..."
#: ../pluma/pluma-ui.h:59 ../pluma/pluma-window.c:1450
msgid "Open a file"
msgstr "ファイルを開きます"
#. Edit menu
#: ../pluma/pluma-ui.h:62
msgid "Pr_eferences"
msgstr "設定(_E)"
#: ../pluma/pluma-ui.h:63
msgid "Configure the application"
msgstr "pluma を設定します"
#. Help menu
#: ../pluma/pluma-ui.h:66
msgid "_Contents"
msgstr "目次(_C)"
#: ../pluma/pluma-ui.h:67
msgid "Open the pluma manual"
msgstr "pluma のマニュアルを開きます"
#: ../pluma/pluma-ui.h:69
msgid "About this application"
msgstr "このアプリケーションの情報を表示します"
#: ../pluma/pluma-ui.h:73
msgid "Leave fullscreen mode"
msgstr "フルスクリーン表示の解除"
#: ../pluma/pluma-ui.h:81
msgid "Save the current file"
msgstr "このファイルを保存します"
#: ../pluma/pluma-ui.h:82
msgid "Save _As..."
msgstr "別名で保存(_A)..."
#: ../pluma/pluma-ui.h:83
msgid "Save the current file with a different name"
msgstr "このファイルに名前を付けて保存します"
#: ../pluma/pluma-ui.h:85
msgid "Revert to a saved version of the file"
msgstr "保存してある元のファイルに戻します"
#: ../pluma/pluma-ui.h:87
msgid "Page Set_up..."
msgstr "ページ設定(_U)..."
#: ../pluma/pluma-ui.h:88
msgid "Set up the page settings"
msgstr "ページを設定します"
#: ../pluma/pluma-ui.h:90
msgid "Print Previe_w"
msgstr "印刷プレビュー(_W)"
#: ../pluma/pluma-ui.h:91
msgid "Print preview"
msgstr "印刷プレビューを表示します"
#: ../pluma/pluma-ui.h:92
msgid "_Print..."
msgstr "印刷(_P)..."
#: ../pluma/pluma-ui.h:93
msgid "Print the current page"
msgstr "このドキュメントを印刷します"
#: ../pluma/pluma-ui.h:97
msgid "Undo the last action"
msgstr "最後に実行した操作を元に戻します"
#: ../pluma/pluma-ui.h:99
msgid "Redo the last undone action"
msgstr "最後に実行しようとした操作をやり直します"
#: ../pluma/pluma-ui.h:101
msgid "Cut the selection"
msgstr "選択範囲を切り取ります"
#: ../pluma/pluma-ui.h:103
msgid "Copy the selection"
msgstr "選択範囲をコピーします"
#: ../pluma/pluma-ui.h:105
msgid "Paste the clipboard"
msgstr "クリップボードから貼り付けます"
#: ../pluma/pluma-ui.h:107
msgid "Delete the selected text"
msgstr "選択したテキストを削除します"
#: ../pluma/pluma-ui.h:108
msgid "Select _All"
msgstr "すべて選択(_A)"
#: ../pluma/pluma-ui.h:109
msgid "Select the entire document"
msgstr "ドキュメント全体を選択します"
#. View menu
#: ../pluma/pluma-ui.h:112
msgid "_Highlight Mode"
msgstr "強調表示モード(_H)"
#. Search menu
#: ../pluma/pluma-ui.h:115
msgid "_Find..."
msgstr "検索(_F)..."
#: ../pluma/pluma-ui.h:116
msgid "Search for text"
msgstr "文字列を検索します"
#: ../pluma/pluma-ui.h:117
msgid "Find Ne_xt"
msgstr "次を検索(_X)"
#: ../pluma/pluma-ui.h:118
msgid "Search forwards for the same text"
msgstr "同じ文字列を前方検索します"
#: ../pluma/pluma-ui.h:119
msgid "Find Pre_vious"
msgstr "前を検索(_V)"
#: ../pluma/pluma-ui.h:120
msgid "Search backwards for the same text"
msgstr "同じ文字列を後方検索します"
#: ../pluma/pluma-ui.h:122 ../pluma/pluma-ui.h:125
msgid "_Replace..."
msgstr "置換(_R)..."
#: ../pluma/pluma-ui.h:123 ../pluma/pluma-ui.h:126
msgid "Search for and replace text"
msgstr "文字列を検索し置換します"
#: ../pluma/pluma-ui.h:128
msgid "_Clear Highlight"
msgstr "強調表示のクリア(_C)"
#: ../pluma/pluma-ui.h:129
msgid "Clear highlighting of search matches"
msgstr "検索時にマッチした文字列の強調表示をクリアします"
#: ../pluma/pluma-ui.h:130
msgid "Go to _Line..."
msgstr "指定行へジャンプ(_L)..."
#: ../pluma/pluma-ui.h:131
msgid "Go to a specific line"
msgstr "指定した行に移動します"
#: ../pluma/pluma-ui.h:132
msgid "_Incremental Search..."
msgstr "インクリメンタル検索(_I)..."
#: ../pluma/pluma-ui.h:133
msgid "Incrementally search for text"
msgstr "文字を入力しながら逐次検索します"
#. Documents menu
#: ../pluma/pluma-ui.h:136
msgid "_Save All"
msgstr "すべて保存(_S)"
#: ../pluma/pluma-ui.h:137
msgid "Save all open files"
msgstr "開いているすべてのファイルを保存します"
#: ../pluma/pluma-ui.h:138
msgid "_Close All"
msgstr "すべて閉じる(_C)"
#: ../pluma/pluma-ui.h:139
msgid "Close all open files"
msgstr "開いているすべてのファイルを閉じます"
#: ../pluma/pluma-ui.h:140
msgid "_Previous Document"
msgstr "前のドキュメント(_P)"
#: ../pluma/pluma-ui.h:141
msgid "Activate previous document"
msgstr "前のドキュメントをアクティブにします"
#: ../pluma/pluma-ui.h:142
msgid "_Next Document"
msgstr "次のドキュメント(_N)"
#: ../pluma/pluma-ui.h:143
msgid "Activate next document"
msgstr "次のドキュメントをアクティブにします"
#: ../pluma/pluma-ui.h:144
msgid "_Move to New Window"
msgstr "新しいウィンドウへ移動(_M)"
#: ../pluma/pluma-ui.h:145
msgid "Move the current document to a new window"
msgstr "このドキュメントを新しいウィンドウへ移動します"
#: ../pluma/pluma-ui.h:152
msgid "Close the current file"
msgstr "このファイルを閉じます"
#: ../pluma/pluma-ui.h:159
msgid "Quit the program"
msgstr "pluma を終了します"
#: ../pluma/pluma-ui.h:164
msgid "_Toolbar"
msgstr "ツールバー(_T)"
#: ../pluma/pluma-ui.h:165
msgid "Show or hide the toolbar in the current window"
msgstr "このウィンドウでツールバーの表示/非表示を切り替えます"
#: ../pluma/pluma-ui.h:167
msgid "_Statusbar"
msgstr "ステータスバー(_S)"
#: ../pluma/pluma-ui.h:168
msgid "Show or hide the statusbar in the current window"
msgstr "このウィンドウでステータスバーの表示/非表示を切り替えます"
#: ../pluma/pluma-ui.h:171
msgid "Edit text in fullscreen"
msgstr "フルスクリーン表示で編集します"
#: ../pluma/pluma-ui.h:178
msgid "Side _Pane"
msgstr "サイド・ペイン(_P)"
#: ../pluma/pluma-ui.h:179
msgid "Show or hide the side pane in the current window"
msgstr "このウィンドウでサイド・ペインの表示/非表示を切り替えます"
#: ../pluma/pluma-ui.h:181
msgid "_Bottom Pane"
msgstr "ボトム・ペイン(_B)"
#: ../pluma/pluma-ui.h:182
msgid "Show or hide the bottom pane in the current window"
msgstr "このウィンドウでボトム・ペインの表示/非表示を切り替えます"
#: ../pluma/pluma-utils.c:1071
msgid "Please check your installation."
msgstr "pluma のインストールを確認してください。"
#: ../pluma/pluma-utils.c:1140
#, c-format
msgid "Unable to open UI file %s. Error: %s"
msgstr "UI ファイル %s を開けません。エラー: %s"
#: ../pluma/pluma-utils.c:1160
#, c-format
msgid "Unable to find the object '%s' inside file %s."
msgstr "オブジェクトの '%s' は %s というファイルの中にありませんでした。"
#. Translators: '/ on <remote-share>'
#: ../pluma/pluma-utils.c:1320
#, c-format
msgid "/ on %s"
msgstr "%s の / (ルート)"
#. create "Wrap Around" menu item.
#: ../pluma/pluma-view.c:1218
msgid "_Wrap Around"
msgstr "折り返しも検索する(_W)"
#. create "Match Entire Word Only" menu item.
#: ../pluma/pluma-view.c:1228
msgid "Match _Entire Word Only"
msgstr "単語全体にマッチさせる(_E)"
#. create "Match Case" menu item.
#: ../pluma/pluma-view.c:1238
msgid "_Match Case"
msgstr "大/小文字を区別する(_M)"
#: ../pluma/pluma-view.c:1352
msgid "String you want to search for"
msgstr "検索する文字列"
#: ../pluma/pluma-view.c:1361
msgid "Line you want to move the cursor to"
msgstr "カーソルを移動する行を入力してください"
#: ../pluma/pluma-window.c:1003
#, c-format
msgid "Use %s highlight mode"
msgstr "%s 用の強調表示モードにします"
#. add the "Plain Text" item before all the others
#. Translators: "Plain Text" means that no highlight mode is selected in the
#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
#: ../pluma/pluma-window.c:1060 ../pluma/pluma-window.c:1972
#: ../plugins/externaltools/tools/manager.py:121
#: ../plugins/externaltools/tools/manager.py:419
#: ../plugins/externaltools/tools/manager.py:529
#: ../plugins/externaltools/tools/manager.py:844
msgid "Plain Text"
msgstr "なし"
#: ../pluma/pluma-window.c:1061
msgid "Disable syntax highlighting"
msgstr "構文の強調表示を無効にします"
#. Translators: %s is a URI
#: ../pluma/pluma-window.c:1347
#, c-format
msgid "Open '%s'"
msgstr "'%s' を開きます"
#: ../pluma/pluma-window.c:1452
msgid "Open a recently used file"
msgstr "最近使用したファイルを開きます"
#: ../pluma/pluma-window.c:1458
msgid "Open"
msgstr "開く"
#: ../pluma/pluma-window.c:1516
msgid "Save"
msgstr "保存"
#: ../pluma/pluma-window.c:1518
msgid "Print"
msgstr "印刷"
#. Translators: %s is a URI
#: ../pluma/pluma-window.c:1697
#, c-format
msgid "Activate '%s'"
msgstr "'%s' に切り替えます"
#: ../pluma/pluma-window.c:1950
msgid "Use Spaces"
msgstr "空白にする"
#: ../pluma/pluma-window.c:2021
msgid "Tab Width"
msgstr "タブの幅:"
#: ../pluma/pluma-window.c:3874
msgid "About pluma"
msgstr "pluma について"
#: ../plugins/changecase/changecase.pluma-plugin.desktop.in.h:1
msgid "Change Case"
msgstr "大/小文字の変更"
#: ../plugins/changecase/changecase.pluma-plugin.desktop.in.h:2
msgid "Changes the case of selected text."
msgstr "選択したテキストの大/小文字を変更します。"
#: ../plugins/changecase/pluma-changecase-plugin.c:222
msgid "C_hange Case"
msgstr "大/小文字の変更(_H)"
#: ../plugins/changecase/pluma-changecase-plugin.c:223
msgid "All _Upper Case"
msgstr "すべて大文字にする(_U)"
#: ../plugins/changecase/pluma-changecase-plugin.c:224
msgid "Change selected text to upper case"
msgstr "選択したテキストを大文字に変更します"
#: ../plugins/changecase/pluma-changecase-plugin.c:226
msgid "All _Lower Case"
msgstr "すべて小文字にする(_L)"
#: ../plugins/changecase/pluma-changecase-plugin.c:227
msgid "Change selected text to lower case"
msgstr "選択したテキストを小文字に変更します"
#: ../plugins/changecase/pluma-changecase-plugin.c:229
msgid "_Invert Case"
msgstr "大/小文字を逆にする(_I)"
#: ../plugins/changecase/pluma-changecase-plugin.c:230
msgid "Invert the case of selected text"
msgstr "選択したテキストの大/小文字を逆にします"
#: ../plugins/changecase/pluma-changecase-plugin.c:232
msgid "_Title Case"
msgstr "先頭文字を大文字にする(_T)"
#: ../plugins/changecase/pluma-changecase-plugin.c:233
msgid "Capitalize the first letter of each selected word"
msgstr "選択した単語の先頭文字を大文字にします"
#: ../plugins/checkupdate/checkupdate.pluma-plugin.desktop.in.h:1
msgid "Check update"
msgstr "更新のチェック"
#: ../plugins/checkupdate/checkupdate.pluma-plugin.desktop.in.h:2
msgid "Check for latest version of pluma"
msgstr "最新版の pluma をチェックします"
#: ../plugins/checkupdate/org.mate.pluma.plugins.checkupdate.gschema.xml.in.in.h:1
msgid "Version to ignore until the next version is released"
msgstr "次のバージョンがリリースされるまで無視するバージョン"
#: ../plugins/checkupdate/pluma-check-update-plugin.c:239
msgid "There was an error displaying the URI."
msgstr "URI を表示する際にエラーが発生しました。"
#: ../plugins/checkupdate/pluma-check-update-plugin.c:285
#: ../plugins/checkupdate/pluma-check-update-plugin.c:300
msgid "_Download"
msgstr "ダウンロード(_D)"
#: ../plugins/checkupdate/pluma-check-update-plugin.c:289
#: ../plugins/checkupdate/pluma-check-update-plugin.c:308
msgid "_Ignore Version"
msgstr "バージョンを無視(_I)"
#: ../plugins/checkupdate/pluma-check-update-plugin.c:324
msgid "There is a new version of pluma"
msgstr "pluma の新しいバージョンがあります"
#: ../plugins/checkupdate/pluma-check-update-plugin.c:328
msgid ""
"You can download the new version of pluma by clicking on the download button"
" or ignore that version and wait for a new one"
msgstr "ダウンロードボタンを押せば新しいバージョンの pluma をダウンロードできます。そのバージョンを無視して新しいの待つこともできます。"
#: ../plugins/docinfo/docinfo.pluma-plugin.desktop.in.h:1
#: ../plugins/docinfo/docinfo.ui.h:1
msgid "Document Statistics"
msgstr "ドキュメントの統計"
#: ../plugins/docinfo/docinfo.pluma-plugin.desktop.in.h:2
msgid ""
"Analyzes the current document and reports the number of words, lines, "
"characters and non-space characters in it."
msgstr "ドキュメントを解析して、単語、行、文字と非スペース文字の数を測定しその結果を表示します。"
#: ../plugins/docinfo/docinfo.ui.h:2
msgid "_Update"
msgstr "更新(_U)"
#: ../plugins/docinfo/docinfo.ui.h:3
msgid "File Name"
msgstr "ファイル名"
#: ../plugins/docinfo/docinfo.ui.h:5
msgid "Bytes"
msgstr "バイト"
#: ../plugins/docinfo/docinfo.ui.h:6
msgid "Characters (no spaces)"
msgstr "文字数 (スペースなし)"
#: ../plugins/docinfo/docinfo.ui.h:7
msgid "Characters (with spaces)"
msgstr "文字数 (スペース含む)"
#: ../plugins/docinfo/docinfo.ui.h:8
msgid "Words"
msgstr "単語の数"
#: ../plugins/docinfo/docinfo.ui.h:9
msgid "Lines"
msgstr "行"
#: ../plugins/docinfo/docinfo.ui.h:10
msgid "Document"
msgstr "ドキュメント"
#: ../plugins/docinfo/docinfo.ui.h:11
msgid "Selection"
msgstr "選択範囲"
#: ../plugins/docinfo/pluma-docinfo-plugin.c:422
msgid "_Document Statistics"
msgstr "ドキュメントの統計情報(_D)"
#: ../plugins/docinfo/pluma-docinfo-plugin.c:424
msgid "Get statistical information on the current document"
msgstr "このドキュメントから統計情報を取得"
#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:1
#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
msgid "Open terminal here"
msgstr "ここで端末を開く"
#: ../plugins/externaltools/data/open-terminal-here-osx.desktop.in.h:2
#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
msgid "Open a terminal in the document location"
msgstr "ドキュメントのあるフォルダで端末を開きます"
#: ../plugins/externaltools/externaltools.pluma-plugin.desktop.in.h:1
msgid "External Tools"
msgstr "外部ツール"
#: ../plugins/externaltools/externaltools.pluma-plugin.desktop.in.h:2
msgid "Execute external commands and shell scripts."
msgstr "外部コマンドと Shell スクリプトを実行します。"
#: ../plugins/externaltools/tools/__init__.py:172
msgid "Manage _External Tools..."
msgstr "外部ツールの管理(_E)..."
#: ../plugins/externaltools/tools/__init__.py:174
msgid "Opens the External Tools Manager"
msgstr "外部ツールを管理するマネージャを開きます"
#: ../plugins/externaltools/tools/__init__.py:178
msgid "External _Tools"
msgstr "外部ツール(_T)"
#: ../plugins/externaltools/tools/__init__.py:180
msgid "External tools"
msgstr "外部ツール"
#: ../plugins/externaltools/tools/__init__.py:212
msgid "Shell Output"
msgstr "シェルの出力"
#: ../plugins/externaltools/tools/capture.py:93
#, python-format
msgid "Could not execute command: %s"
msgstr "次のコマンドを実行できませんでした: %s"
#: ../plugins/externaltools/tools/functions.py:162
msgid "You must be inside a word to run this command"
msgstr "このコマンドを実行するために必要な語句を入力してください"
#: ../plugins/externaltools/tools/functions.py:267
msgid "Running tool:"
msgstr "実行したツール:"
#: ../plugins/externaltools/tools/functions.py:292
msgid "Done."
msgstr "完了しました。"
#: ../plugins/externaltools/tools/functions.py:294
msgid "Exited"
msgstr "終了コード:"
#: ../plugins/externaltools/tools/manager.py:119
msgid "All languages"
msgstr "すべての言語"
#: ../plugins/externaltools/tools/manager.py:518
#: ../plugins/externaltools/tools/manager.py:522
#: ../plugins/externaltools/tools/manager.py:842
#: ../plugins/externaltools/tools/tools.ui.h:22
msgid "All Languages"
msgstr "すべての言語"
#: ../plugins/externaltools/tools/manager.py:628
msgid "New tool"
msgstr "新しいツール"
#: ../plugins/externaltools/tools/manager.py:759
#, python-format
msgid "This accelerator is already bound to %s"
msgstr "既にこのアクセレータは %s に割当られています"
#: ../plugins/externaltools/tools/manager.py:810
msgid "Type a new accelerator, or press Backspace to clear"
msgstr "(新しいアクセラレータを入力してください/[BS]キーでクリア)"
#: ../plugins/externaltools/tools/manager.py:812
msgid "Type a new accelerator"
msgstr "(新しいアクセラレータを入力してください)"
#: ../plugins/externaltools/tools/outputpanel.py:105
msgid "Stopped."
msgstr "停止しました。"
#. ex:ts=4:et:
#: ../plugins/externaltools/tools/tools.ui.h:1
msgid "Nothing"
msgstr "なし"
#: ../plugins/externaltools/tools/tools.ui.h:2
msgid "Current document"
msgstr "編集中のドキュメント"
#: ../plugins/externaltools/tools/tools.ui.h:3
msgid "All documents"
msgstr "すべてのドキュメント"
#: ../plugins/externaltools/tools/tools.ui.h:4
msgid "Current selection"
msgstr "現在の選択範囲"
#: ../plugins/externaltools/tools/tools.ui.h:5
msgid "Current selection (default to document)"
msgstr "現在の選択範囲 (デフォルトではドキュメントになります)"
#: ../plugins/externaltools/tools/tools.ui.h:6
msgid "Current line"
msgstr "カーソルがある行"
#: ../plugins/externaltools/tools/tools.ui.h:7
msgid "Current word"
msgstr "カーソルがある文字"
#: ../plugins/externaltools/tools/tools.ui.h:8
msgid "Display in bottom pane"
msgstr "ボトム・ペインに表示する"
#: ../plugins/externaltools/tools/tools.ui.h:9
msgid "Create new document"
msgstr "新しいドキュメントを作成する"
#: ../plugins/externaltools/tools/tools.ui.h:10
msgid "Append to current document"
msgstr "編集中のドキュメントに追加する"
#: ../plugins/externaltools/tools/tools.ui.h:11
msgid "Replace current document"
msgstr "編集中のドキュメントを置き換える"
#: ../plugins/externaltools/tools/tools.ui.h:12
msgid "Replace current selection"
msgstr "現在の選択範囲を置き換える"
#: ../plugins/externaltools/tools/tools.ui.h:13
msgid "Insert at cursor position"
msgstr "カーソルがある位置に挿入する"
#: ../plugins/externaltools/tools/tools.ui.h:14
msgid "All documents except untitled ones"
msgstr "保存していないものを除くすべてのドキュメント"
#: ../plugins/externaltools/tools/tools.ui.h:15
msgid "Local files only"
msgstr "ローカルのファイルのみ"
#: ../plugins/externaltools/tools/tools.ui.h:16
msgid "Remote files only"
msgstr "リモートのファイルのみ"
#: ../plugins/externaltools/tools/tools.ui.h:17
msgid "Untitled documents only"
msgstr "保存していないドキュメントのみ"
#: ../plugins/externaltools/tools/tools.ui.h:18
msgid "External Tools Manager"
msgstr "外部ツール・マネージャ"
#: ../plugins/externaltools/tools/tools.ui.h:19
msgid "_Tools:"
msgstr "ツール(_T):"
#: ../plugins/externaltools/tools/tools.ui.h:20
#: ../plugins/snippets/snippets/snippets.ui.h:7
msgid "_Edit:"
msgstr "編集(_E):"
#: ../plugins/externaltools/tools/tools.ui.h:23
msgid "_Applicability:"
msgstr "適用範囲(_A):"
#: ../plugins/externaltools/tools/tools.ui.h:24
msgid "_Output:"
msgstr "出力(_O):"
#: ../plugins/externaltools/tools/tools.ui.h:25
msgid "_Input:"
msgstr "入力(_I):"
#: ../plugins/externaltools/tools/tools.ui.h:26
msgid "_Save:"
msgstr "保存(_S):"
#: ../plugins/externaltools/tools/tools.ui.h:27
msgid "_Shortcut Key:"
msgstr "ショートカット・キー(_S):"
#: ../plugins/externaltools/data/build.desktop.in.h:1
msgid "Build"
msgstr "ビルド"
#: ../plugins/externaltools/data/build.desktop.in.h:2
msgid "Run \"make\" in the document directory"
msgstr "ドキュメントのあるフォルダで \"make\" を実行します"
#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
msgid "Remove trailing spaces"
msgstr "末尾の空白を削除する"
#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
msgid "Remove useless trailing spaces in your file"
msgstr "ファイルの中にある不用な末尾の空白を取り除きます"
#: ../plugins/externaltools/data/run-command.desktop.in.h:1
msgid "Run command"
msgstr "コマンドの実行"
#: ../plugins/externaltools/data/run-command.desktop.in.h:2
msgid "Execute a custom command and put its output in a new document"
msgstr "コマンドを実行した結果を新しいドキュメントとして取り込みます"
#: ../plugins/filebrowser/filebrowser.pluma-plugin.desktop.in.h:1
msgid "File Browser Pane"
msgstr "ファイル参照ペイン"
#: ../plugins/filebrowser/filebrowser.pluma-plugin.desktop.in.h:2
msgid "Easy file access from the side pane"
msgstr "サイド・ペインから簡単にファイルにアクセスできます。"
#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in.h:1
msgid "Set Location to First Document"
msgstr "初めて開くドキュメントの場所を設定"
#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in.h:2
msgid ""
"If TRUE the file browser plugin will view the directory of the first opened "
"document given that the file browser hasn't been used yet. (Thus this "
"generally applies to opening a document from the command line or opening it "
"with Caja, etc.)"
msgstr "TRUE にすると、初めて開いたドキュメントがあるフォルダで、ファイル参照プラグインがまだ使われたことがないディレクトリを表示します。(すなわち、この機能は一般的にコマンドラインからドキュメントを開く場合や Caja などからドキュメントを開く際に動作します。)"
#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in.h:3
msgid "File Browser Filter Mode"
msgstr "ファイル参照ペインのフィルタ (モード)"
#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in.h:4
msgid ""
"This value determines what files get filtered from the file browser. Valid "
"values are: none (filter nothing), hidden (filter hidden files), binary "
"(filter binary files) and hidden_and_binary (filter both hidden and binary "
"files)."
msgstr "ファイル参照ペインでフィルタして表示しないファイルを指定します。指定可能な値: none (フィルタしない)、hidden (隠しファイルをフィルタする)、binary (バイナリ・ファイルをフィルタする)、hidden_and_binary (隠しファイルとバイナリの両方をフィルタする)"
#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in.h:5
msgid "File Browser Filter Pattern"
msgstr "ファイル参照ペインのフィルタ (パターン)"
#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in.h:6
msgid ""
"The filter pattern to filter the file browser with. This filter works on top"
" of the filter_mode."
msgstr "ファイル参照ペインでフィルタするパターンです。これは filter_mode の先頭で機能します。"
#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in.h:7
msgid "Open With Tree View"
msgstr "ツリー表示で開く"
#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in.h:8
msgid ""
"Open the tree view when the file browser plugin gets loaded instead of the "
"bookmarks view"
msgstr "ファイル参照プラグインを読み込んだ際に、ブックマーク表示ではなくツリー表示で開きます。"
#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in.h:9
msgid "File Browser Root Directory"
msgstr "ファイル参照ペインのルート・フォルダ"
#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in.h:10
msgid ""
"The file browser root directory to use when loading the file browser plugin "
"and onload/tree_view is TRUE."
msgstr "ファイル参照プラグインを読み込んで onload/tree_view が TRUE の場合のファイル参照ブラウザのルート・フォルダ"
#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in.h:11
msgid "File Browser Virtual Root Directory"
msgstr "ファイル参照ペインの仮想的なルート・フォルダ"
#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in.h:12
msgid ""
"The file browser virtual root directory to use when loading the file browser"
" plugin when onload/tree_view is TRUE. The virtual root must always be below"
" the actual root."
msgstr "ファイル参照プラグインを読み込んで onload/tree_view が TRUE の場合にファイル参照ブラウザが参照する仮想的なルート・フォルダを指定します。この仮想フォルダは必ず実際のルートよりも下層にあるフォルダを指定してください。"
#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in.h:13
msgid "Enable Restore of Remote Locations"
msgstr "リモートの場所のリストアを可能にする"
#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.in.h:14
msgid "Sets whether to enable restoring of remote locations."
msgstr "リモートの場所でのリストア機能を有効にするかどうかです。"
#: ../plugins/filebrowser/pluma-file-bookmarks-store.c:235
msgid "File System"
msgstr "ファイル・システム"
#: ../plugins/filebrowser/pluma-file-browser-plugin.c:530
msgid "_Set root to active document"
msgstr "ドキュメントのルートにする(_S)"
#: ../plugins/filebrowser/pluma-file-browser-plugin.c:532
msgid "Set the root to the active document location"
msgstr "ドキュメントを格納しているルート・フォルダに指定します"
#: ../plugins/filebrowser/pluma-file-browser-plugin.c:537
msgid "_Open terminal here"
msgstr "端末を開く(_O)"
#: ../plugins/filebrowser/pluma-file-browser-plugin.c:539
msgid "Open a terminal at the currently opened directory"
msgstr "このフォルダで端末を開きます"
#: ../plugins/filebrowser/pluma-file-browser-plugin.c:680
msgid "File Browser"
msgstr "ファイル・ブラウザ"
#: ../plugins/filebrowser/pluma-file-browser-plugin.c:802
msgid "An error occurred while creating a new directory"
msgstr "新しいフォルダを生成する際にエラーが発生しました"
#: ../plugins/filebrowser/pluma-file-browser-plugin.c:805
msgid "An error occurred while creating a new file"
msgstr "新しいファイルを生成する際にエラーが発生しました"
#: ../plugins/filebrowser/pluma-file-browser-plugin.c:810
msgid "An error occurred while renaming a file or directory"
msgstr "ファイルまたはフォルダの名前を変更する際にエラーが発生しました"
#: ../plugins/filebrowser/pluma-file-browser-plugin.c:815
msgid "An error occurred while deleting a file or directory"
msgstr "ファイルまたはフォルダを削除する際にエラーが発生しました"
#: ../plugins/filebrowser/pluma-file-browser-plugin.c:820
msgid "An error occurred while opening a directory in the file manager"
msgstr "ファイル参照ペインの中でフォルダを開く際にエラーが発生しました"
#: ../plugins/filebrowser/pluma-file-browser-plugin.c:824
msgid "An error occurred while setting a root directory"
msgstr "ルート・フォルダを設定する際にエラーが発生しました"
#: ../plugins/filebrowser/pluma-file-browser-plugin.c:828
msgid "An error occurred while loading a directory"
msgstr "フォルダを読み込む際にエラーが発生しました"
#: ../plugins/filebrowser/pluma-file-browser-plugin.c:831
msgid "An error occurred"
msgstr "エラーが発生しました"
#: ../plugins/filebrowser/pluma-file-browser-plugin.c:1062
msgid ""
"Cannot move file to trash, do you\n"
"want to delete permanently?"
msgstr "ファイルをゴミ箱へ移動できません。\n今すぐファイルを削除しますか?"
#: ../plugins/filebrowser/pluma-file-browser-plugin.c:1066
#, c-format
msgid "The file \"%s\" cannot be moved to the trash."
msgstr "ファイル \"%s\" をゴミ箱へ移動できません。"
#: ../plugins/filebrowser/pluma-file-browser-plugin.c:1069
msgid "The selected files cannot be moved to the trash."
msgstr "選択したファイルをゴミ箱へ移動できません。"
#: ../plugins/filebrowser/pluma-file-browser-plugin.c:1102
#, c-format
msgid "Are you sure you want to permanently delete \"%s\"?"
msgstr "\"%s\" を完全に抹消してもよろしいですか?"
#: ../plugins/filebrowser/pluma-file-browser-plugin.c:1105
msgid "Are you sure you want to permanently delete the selected files?"
msgstr "選択したファイルを完全に削除してもよろしいですか?"
#: ../plugins/filebrowser/pluma-file-browser-plugin.c:1108
msgid "If you delete an item, it is permanently lost."
msgstr "削除すると、そのアイテムは完全に無くなります。"
#: ../plugins/filebrowser/pluma-file-browser-store.c:1667
msgid "(Empty)"
msgstr "(空)"
#: ../plugins/filebrowser/pluma-file-browser-store.c:3305
msgid ""
"The renamed file is currently filtered out. You need to adjust your filter "
"settings to make the file visible"
msgstr "新しい名前のファイルはフィルタの機能により表示されていません。そのファイルを表示するにはフィルタの設定を調整してください。"
#. Translators: This is the default name of new files created by the file
#. browser pane.
#: ../plugins/filebrowser/pluma-file-browser-store.c:3544
msgid "file"
msgstr "ファイル"
#: ../plugins/filebrowser/pluma-file-browser-store.c:3568
msgid ""
"The new file is currently filtered out. You need to adjust your filter "
"settings to make the file visible"
msgstr "新しいファイルはフィルタの機能により表示されていません。そのファイルを表示するにはフィルタの設定を変調整してください。"
#. Translators: This is the default name of new directories created by the
#. file browser pane.
#: ../plugins/filebrowser/pluma-file-browser-store.c:3597
msgid "directory"
msgstr "フォルダ"
#: ../plugins/filebrowser/pluma-file-browser-store.c:3617
msgid ""
"The new directory is currently filtered out. You need to adjust your filter "
"settings to make the directory visible"
msgstr "新しい名前のフォルダはフィルタの機能により表示されていません。そのフォルダを表示するにはフィルタの設定を調整してください。"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:709
msgid "Bookmarks"
msgstr "ブックマーク"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:790
msgid "_Filter"
msgstr "フィルタ(_F)"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:795
msgid "_Move to Trash"
msgstr "ゴミ箱へ移動(_M)"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:796
msgid "Move selected file or folder to trash"
msgstr "選択したファイルやフォルダをゴミ箱へ移動します"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:798
msgid "_Delete"
msgstr "削除(_D)"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:799
msgid "Delete selected file or folder"
msgstr "選択したファイルやフォルダを削除します"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:806
msgid "Open selected file"
msgstr "選択したファイルを開く"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:812
msgid "Up"
msgstr "上へ"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:813
msgid "Open the parent folder"
msgstr "親フォルダを開きます"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:818
msgid "_New Folder"
msgstr "新しいフォルダ(_N)"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:819
msgid "Add new empty folder"
msgstr "新しい空のフォルダを追加します"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:821
msgid "New F_ile"
msgstr "新しいファイル(_I)"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:822
msgid "Add new empty file"
msgstr "新しい空のファイルを追加します"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:827
msgid "_Rename"
msgstr "名前の変更(_R)"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:828
msgid "Rename selected file or folder"
msgstr "選択したファイルやフォルダの名前を変更します"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:834
msgid "_Previous Location"
msgstr "前の場所(_P)"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:836
msgid "Go to the previous visited location"
msgstr "前に表示した場所へ戻ります"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:838
msgid "_Next Location"
msgstr "次の場所(_N)"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:839
msgid "Go to the next visited location"
msgstr "次に表示した場所へ進みます"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:840
msgid "Re_fresh View"
msgstr "表示の更新(_F)"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:841
msgid "Refresh the view"
msgstr "表示をリフレッシュします"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:842
#: ../plugins/filebrowser/pluma-file-browser-widget.c:860
msgid "_View Folder"
msgstr "フォルダを開く(_V)"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:843
#: ../plugins/filebrowser/pluma-file-browser-widget.c:861
msgid "View folder in file manager"
msgstr "指定したフォルダをファイル・マネージャで開きます"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:850
msgid "Show _Hidden"
msgstr "隠しファイル(_H)"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:851
msgid "Show hidden files and folders"
msgstr "隠しファイルやフォルダを表示します"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:853
msgid "Show _Binary"
msgstr "バイナリ(_B)"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:854
msgid "Show binary files"
msgstr "バイナリ・ファイルを表示します"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:986
#: ../plugins/filebrowser/pluma-file-browser-widget.c:995
#: ../plugins/filebrowser/pluma-file-browser-widget.c:1016
msgid "Previous location"
msgstr "前の場所"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:988
msgid "Go to previous location"
msgstr "前の場所へ戻ります"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:990
#: ../plugins/filebrowser/pluma-file-browser-widget.c:1011
msgid "Go to a previously opened location"
msgstr "前に表示した場所へ戻ります"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:1007
msgid "Next location"
msgstr "次の場所"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:1009
msgid "Go to next location"
msgstr "次の場所へ進みます"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:1221
msgid "_Match Filename"
msgstr "ファイル名のフィルタ(_M)"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:2123
#, c-format
msgid "No mount object for mounted volume: %s"
msgstr "マウントしたボリュームには何もありません: %s"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:2203
#, c-format
msgid "Could not open media: %s"
msgstr "次のメディアを開けませんでした: %s"
#: ../plugins/filebrowser/pluma-file-browser-widget.c:2250
#, c-format
msgid "Could not mount volume: %s"
msgstr "次のボリュームをマウントできませんでした: %s"
#. ex:ts=8:noet:
#: ../plugins/modelines/modelines.pluma-plugin.desktop.in.h:1
msgid "Modelines"
msgstr "モードライン"
#: ../plugins/modelines/modelines.pluma-plugin.desktop.in.h:2
msgid "Emacs, Kate and Vim-style modelines support for pluma."
msgstr "Emacs や Kate、Vim スタイルなモードラインの機能を pluma に提供します。"
#: ../plugins/pythonconsole/pythonconsole.pluma-plugin.desktop.in.h:1
#: ../plugins/pythonconsole/pythonconsole/__init__.py:50
msgid "Python Console"
msgstr "Python コンソール"
#: ../plugins/pythonconsole/pythonconsole.pluma-plugin.desktop.in.h:2
msgid "Interactive Python console standing in the bottom panel"
msgstr "ボトム・パネルに対話式の Python コンソールを開きます。"
#. ex:et:ts=4:
#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
msgid "C_ommand color:"
msgstr "コマンドの色(_O):"
#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
msgid "_Error color:"
msgstr "エラーの色(_E):"
#. ex:ts=8:et:
#: ../plugins/quickopen/quickopen/popup.py:35
#: ../plugins/quickopen/quickopen.pluma-plugin.desktop.in.h:1
msgid "Quick Open"
msgstr "クイック・オープン"
#: ../plugins/quickopen/quickopen/windowhelper.py:69
msgid "Quick open"
msgstr "クイック・オープン"
#: ../plugins/quickopen/quickopen/windowhelper.py:70
msgid "Quickly open documents"
msgstr "ドキュメントを素早く開きます"
#: ../plugins/quickopen/quickopen.pluma-plugin.desktop.in.h:2
msgid "Quickly open files"
msgstr "素早くファイルを開きます"
#: ../plugins/snippets/snippets.pluma-plugin.desktop.in.h:1
#: ../plugins/snippets/snippets/Document.py:58
msgid "Snippets"
msgstr "コード・スニペット"
#: ../plugins/snippets/snippets.pluma-plugin.desktop.in.h:2
msgid "Insert often-used pieces of text in a fast way"
msgstr "よく使用する文字列をすばやく挿入します。"
#: ../plugins/snippets/snippets/snippets.ui.h:1
msgid "Snippets Manager"
msgstr "スニペットの管理"
#: ../plugins/snippets/snippets/snippets.ui.h:2
msgid "_Snippets:"
msgstr "スニペット(_S):"
#: ../plugins/snippets/snippets/snippets.ui.h:3
msgid "Create new snippet"
msgstr "新しいスニペットを生成します"
#: ../plugins/snippets/snippets/snippets.ui.h:4
#: ../plugins/snippets/snippets/Manager.py:800
msgid "Import snippets"
msgstr "スニペットのインポート"
#: ../plugins/snippets/snippets/snippets.ui.h:5
msgid "Export selected snippets"
msgstr "選択したスニペットを保存します"
#: ../plugins/snippets/snippets/snippets.ui.h:6
#: ../plugins/snippets/snippets/Manager.py:412
msgid "Delete selected snippet"
msgstr "選択したスニペットを削除します"
#: ../plugins/snippets/snippets/snippets.ui.h:8
msgid "Activation"
msgstr "アクティベーション"
#: ../plugins/snippets/snippets/snippets.ui.h:10
msgid "_Tab trigger:"
msgstr "タブ(_T):"
#. self['hbox_tab_trigger'].set_spacing(0)
#: ../plugins/snippets/snippets/snippets.ui.h:11
#: ../plugins/snippets/snippets/Manager.py:689
msgid "Single word the snippet is activated with after pressing Tab"
msgstr "スニペットを実行するために [Tab] キーを押下した後に入力する単語"
#: ../plugins/snippets/snippets/snippets.ui.h:12
msgid "Shortcut key with which the snippet is activated"
msgstr "スニペットを実行するためのショートカット・キーです"
#: ../plugins/snippets/snippets/snippets.ui.h:13
msgid "S_hortcut key:"
msgstr "ショートカット・キー(_H):"
#: ../plugins/snippets/snippets/snippets.ui.h:14
msgid "_Drop targets:"
msgstr "挿入する対象(_D):"
#: ../plugins/snippets/snippets/WindowHelper.py:130
msgid "Manage _Snippets..."
msgstr "スニペットの管理(_S)..."
#: ../plugins/snippets/snippets/WindowHelper.py:131
msgid "Manage snippets"
msgstr "スニペットを管理します"
#: ../plugins/snippets/snippets/Manager.py:46
msgid "Snippets archive"
msgstr "スニペットのアーカイブ"
#: ../plugins/snippets/snippets/Manager.py:71
msgid "Add a new snippet..."
msgstr "新しいスニペットの追加..."
#: ../plugins/snippets/snippets/Manager.py:121
msgid "Global"
msgstr "全般"
#: ../plugins/snippets/snippets/Manager.py:409
msgid "Revert selected snippet"
msgstr "選択したスニペットを戻します"
#. self['hbox_tab_trigger'].set_spacing(3)
#: ../plugins/snippets/snippets/Manager.py:682
msgid ""
"This is not a valid Tab trigger. Triggers can either contain letters or a "
"single (non-alphanumeric) character like: {, [, etc."
msgstr "これは [Tab] のトリガーとしては妥当ではありません。トリガーは文字または非英数文字(例: {, [ など) を一つだけ含めることができます。"
#: ../plugins/snippets/snippets/Manager.py:779
#, python-format
msgid "The following error occurred while importing: %s"
msgstr "インポートする際に次のエラーが発生しました: %s"
#: ../plugins/snippets/snippets/Manager.py:786
msgid "Import successfully completed"
msgstr "インポートが完了しました"
#: ../plugins/snippets/snippets/Manager.py:805
#: ../plugins/snippets/snippets/Manager.py:891
#: ../plugins/snippets/snippets/Manager.py:954
msgid "All supported archives"
msgstr "サポートしている全アーカイブ"
#: ../plugins/snippets/snippets/Manager.py:806
#: ../plugins/snippets/snippets/Manager.py:892
#: ../plugins/snippets/snippets/Manager.py:955
msgid "Gzip compressed archive"
msgstr "Gzip 圧縮のアーカイブ"
#: ../plugins/snippets/snippets/Manager.py:807
#: ../plugins/snippets/snippets/Manager.py:893
#: ../plugins/snippets/snippets/Manager.py:956
msgid "Bzip2 compressed archive"
msgstr "Bzip2 圧縮のアーカイブ"
#: ../plugins/snippets/snippets/Manager.py:808
msgid "Single snippets file"
msgstr "単一のファイル"
#: ../plugins/snippets/snippets/Manager.py:809
#: ../plugins/snippets/snippets/Manager.py:895
#: ../plugins/snippets/snippets/Manager.py:958
msgid "All files"
msgstr "すべてのファイル"
#: ../plugins/snippets/snippets/Manager.py:821
#, python-format
msgid "The following error occurred while exporting: %s"
msgstr "スニペットを保存する際にエラーが発生しました: %s"
#: ../plugins/snippets/snippets/Manager.py:825
msgid "Export successfully completed"
msgstr "保存が完了しました"
#. Ask if system snippets should also be exported
#: ../plugins/snippets/snippets/Manager.py:865
#: ../plugins/snippets/snippets/Manager.py:932
msgid "Do you want to include selected <b>system</b> snippets in your export?"
msgstr "選択した<b>システム</b>スニペットも一緒に保存しますか?"
#: ../plugins/snippets/snippets/Manager.py:880
#: ../plugins/snippets/snippets/Manager.py:950
msgid "There are no snippets selected to be exported"
msgstr "保存するスニペットがありません"
#: ../plugins/snippets/snippets/Manager.py:885
#: ../plugins/snippets/snippets/Manager.py:923
msgid "Export snippets"
msgstr "スニペットの保存"
#: ../plugins/snippets/snippets/Manager.py:1062
msgid "Type a new shortcut, or press Backspace to clear"
msgstr "(新しいショートカットを入力してください/[BS]キーでクリア)"
#: ../plugins/snippets/snippets/Manager.py:1064
msgid "Type a new shortcut"
msgstr "(新しいショートカットを入力してください)"
#: ../plugins/snippets/snippets/Exporter.py:65
#, python-format
msgid "The archive \"%s\" could not be created"
msgstr "アーカイブ \"%s\" を作成できませんでした"
#: ../plugins/snippets/snippets/Exporter.py:82
#, python-format
msgid "Target directory \"%s\" does not exist"
msgstr "対象ディレクトリ \"%s\" が存在しません"
#: ../plugins/snippets/snippets/Exporter.py:85
#, python-format
msgid "Target directory \"%s\" is not a valid directory"
msgstr "対象ディレクトリ \"%s\" は妥当なディレクトリではありません"
#: ../plugins/snippets/snippets/Importer.py:29
#: ../plugins/snippets/snippets/Importer.py:83
#, python-format
msgid "File \"%s\" does not exist"
msgstr "ファイル \"%s\" は存在しませんでした"
#: ../plugins/snippets/snippets/Importer.py:32
#, python-format
msgid "File \"%s\" is not a valid snippets file"
msgstr "ファイル \"%s\" は妥当なスニペット・ファイルではありません"
#: ../plugins/snippets/snippets/Importer.py:42
#, python-format
msgid "Imported file \"%s\" is not a valid snippets file"
msgstr "インポートしたファイル \"%s\" は妥当なスニペット・ファイルではありません"
#: ../plugins/snippets/snippets/Importer.py:52
#, python-format
msgid "The archive \"%s\" could not be extracted"
msgstr "アーカイブ \"%s\" を解凍できませんでした"
#: ../plugins/snippets/snippets/Importer.py:70
#, python-format
msgid "The following files could not be imported: %s"
msgstr "次のファイルをインポートできませんでした: %s"
#: ../plugins/snippets/snippets/Importer.py:86
#: ../plugins/snippets/snippets/Importer.py:99
#, python-format
msgid "File \"%s\" is not a valid snippets archive"
msgstr "ファイル \"%s\" は妥当なスニペット・アーカイブではありません"
#: ../plugins/snippets/snippets/Placeholder.py:594
#, python-format
msgid ""
"Execution of the Python command (%s) exceeds the maximum time, execution "
"aborted."
msgstr "Python コマンド (%s) の実行がタイムアウトしたので中止します"
#: ../plugins/snippets/snippets/Placeholder.py:602
#, python-format
msgid "Execution of the Python command (%s) failed: %s"
msgstr "Python コマンド (%s) の実行に失敗しました: %s"
#: ../plugins/sort/pluma-sort-plugin.c:88
msgid "S_ort..."
msgstr "並び替え(_O)..."
#: ../plugins/sort/pluma-sort-plugin.c:90
msgid "Sort the current document or selection"
msgstr "このドキュメントまたは選択範囲を並べ替えます"
#: ../plugins/sort/sort.pluma-plugin.desktop.in.h:1
#: ../plugins/sort/sort.ui.h:1
msgid "Sort"
msgstr "並び替え"
#: ../plugins/sort/sort.pluma-plugin.desktop.in.h:2
msgid "Sorts a document or selected text."
msgstr "ドキュメントまたは選択した文字列を並べ替えます。"
#: ../plugins/sort/sort.ui.h:2
msgid "_Sort"
msgstr "並び替え(_S)"
#: ../plugins/sort/sort.ui.h:3
msgid "_Reverse order"
msgstr "逆順にする(_R)"
#: ../plugins/sort/sort.ui.h:4
msgid "R_emove duplicates"
msgstr "重複する部分を削除する(_E)"
#: ../plugins/sort/sort.ui.h:5
msgid "_Ignore case"
msgstr "大/小文字を区別する(_I)"
#: ../plugins/sort/sort.ui.h:6
msgid "S_tart at column:"
msgstr "開始行(_T):"
#: ../plugins/sort/sort.ui.h:7
msgid "You cannot undo a sort operation"
msgstr "並び替えの操作をやり直すことはできません"
#. Translators: Displayed in the "Check Spelling" dialog if there are no
#. suggestions for the current misspelled word
#. Translators: Displayed in the "Check Spelling" dialog if there are no
#. suggestions
#. * for the current misspelled word
#: ../plugins/spell/pluma-automatic-spell-checker.c:420
#: ../plugins/spell/pluma-spell-checker-dialog.c:455
msgid "(no suggested words)"
msgstr "(単語の候補なし)"
#: ../plugins/spell/pluma-automatic-spell-checker.c:444
msgid "_More..."
msgstr "詳細(_M)..."
#. Ignore all
#: ../plugins/spell/pluma-automatic-spell-checker.c:499
msgid "_Ignore All"
msgstr "すべて無視(_I)"
#. + Add to Dictionary
#: ../plugins/spell/pluma-automatic-spell-checker.c:514
msgid "_Add"
msgstr "追加(_A)"
#: ../plugins/spell/pluma-automatic-spell-checker.c:553
msgid "_Spelling Suggestions..."
msgstr "スペルの提示(_S)..."
#: ../plugins/spell/pluma-spell-checker-dialog.c:270
msgid "Check Spelling"
msgstr "スペル・チェック"
#: ../plugins/spell/pluma-spell-checker-dialog.c:281
msgid "Suggestions"
msgstr "提示"
#. Translators: Displayed in the "Check Spelling" dialog if the current word
#. isn't misspelled
#: ../plugins/spell/pluma-spell-checker-dialog.c:562
msgid "(correct spelling)"
msgstr "(正しいつづり)"
#: ../plugins/spell/pluma-spell-checker-dialog.c:705
msgid "Completed spell checking"
msgstr "スペル・チェック完了"
#. Translators: the first %s is the language name, and
#. * the second %s is the locale name. Example:
#. * "French (France)"
#.
#: ../plugins/spell/pluma-spell-checker-language.c:285
#: ../plugins/spell/pluma-spell-checker-language.c:291
#, c-format
msgctxt "language"
msgid "%s (%s)"
msgstr "%s (%s)"
#. Translators: this refers to an unknown language code
#. * (one which isn't in our built-in list).
#.
#: ../plugins/spell/pluma-spell-checker-language.c:300
#, c-format
msgctxt "language"
msgid "Unknown (%s)"
msgstr "不明 (%s)"
#. Translators: this refers the Default language used by the
#. * spell checker
#.
#: ../plugins/spell/pluma-spell-checker-language.c:406
msgctxt "language"
msgid "Default"
msgstr "デフォルト"
#: ../plugins/spell/pluma-spell-language-dialog.c:141
#: ../plugins/spell/languages-dialog.ui.h:1
msgid "Set language"
msgstr "言語の設定"
#: ../plugins/spell/pluma-spell-language-dialog.c:196
msgid "Languages"
msgstr "言語"
#: ../plugins/spell/pluma-spell-plugin.c:86
msgid "_Check Spelling..."
msgstr "スペル・チェック(_C)..."
#: ../plugins/spell/pluma-spell-plugin.c:88
msgid "Check the current document for incorrect spelling"
msgstr "このドキュメントにある間違ったスペルをチェックします"
#: ../plugins/spell/pluma-spell-plugin.c:94
msgid "Set _Language..."
msgstr "言語の設定(_L).."
#: ../plugins/spell/pluma-spell-plugin.c:96
msgid "Set the language of the current document"
msgstr "このドキュメントの言語を設定します"
#: ../plugins/spell/pluma-spell-plugin.c:105
msgid "_Autocheck Spelling"
msgstr "自動スペル・チェック(_A)"
#: ../plugins/spell/pluma-spell-plugin.c:107
msgid "Automatically spell-check the current document"
msgstr "このドキュメントを自動的にスペルチェックします"
#: ../plugins/spell/pluma-spell-plugin.c:752
msgid "The document is empty."
msgstr "ドキュメントは空です。"
#: ../plugins/spell/pluma-spell-plugin.c:782
msgid "No misspelled words"
msgstr "スペルミスと思われる単語はありません"
#: ../plugins/spell/languages-dialog.ui.h:2
msgid "Select the _language of the current document."
msgstr "このドキュメントの言語を選択してください(_L):"
#: ../plugins/spell/spell-checker.ui.h:1
msgid "Check spelling"
msgstr "スペルをチェックします"
#: ../plugins/spell/spell-checker.ui.h:2
msgid "Misspelled word:"
msgstr "スペルミスと思われる単語:"
#: ../plugins/spell/spell-checker.ui.h:3
msgid "word"
msgstr "単語"
#: ../plugins/spell/spell-checker.ui.h:4
msgid "Change _to:"
msgstr "変更先(_T):"
#: ../plugins/spell/spell-checker.ui.h:5
msgid "Check _Word"
msgstr "単語のチェック(_W)"
#: ../plugins/spell/spell-checker.ui.h:6
msgid "_Suggestions:"
msgstr "正解の候補(_S):"
#: ../plugins/spell/spell-checker.ui.h:7
msgid "_Ignore"
msgstr "無視(_I)"
#: ../plugins/spell/spell-checker.ui.h:8
msgid "Cha_nge"
msgstr "変更(_N)"
#: ../plugins/spell/spell-checker.ui.h:9
msgid "Ignore _All"
msgstr "すべて無視(_A)"
#: ../plugins/spell/spell-checker.ui.h:10
msgid "Change A_ll"
msgstr "すべて変更(_L)"
#: ../plugins/spell/spell-checker.ui.h:11
msgid "User dictionary:"
msgstr "ユーザ辞書:"
#: ../plugins/spell/spell-checker.ui.h:12
msgid "Add w_ord"
msgstr "単語の追加(_O)"
#: ../plugins/spell/spell-checker.ui.h:13
msgid "Language:"
msgstr "言語:"
#: ../plugins/spell/spell-checker.ui.h:14
msgid "Language"
msgstr "言語"
#: ../plugins/spell/spell.pluma-plugin.desktop.in.h:1
msgid "Spell Checker"
msgstr "スペル・チェッカ"
#: ../plugins/spell/spell.pluma-plugin.desktop.in.h:2
msgid "Checks the spelling of the current document."
msgstr "このドキュメントのスペルをチェックします。"
#: ../plugins/taglist/pluma-taglist-plugin.c:98
#: ../plugins/taglist/pluma-taglist-plugin-panel.c:694
#: ../plugins/taglist/pluma-taglist-plugin-panel.c:710
msgid "Tags"
msgstr "タグ"
#: ../plugins/taglist/pluma-taglist-plugin-panel.c:605
msgid "Select the group of tags you want to use"
msgstr "使用するタグのグループを選択してください"
#: ../plugins/taglist/pluma-taglist-plugin-panel.c:624
msgid "_Preview"
msgstr "プレビュー(_P)"
#: ../plugins/taglist/pluma-taglist-plugin-panel.c:691
msgid "Available Tag Lists"
msgstr "利用可能なタグの一覧"
#: ../plugins/taglist/HTML.tags.xml.in.h:1
msgid "XHTML 1.0 - Tags"
msgstr "XHTML 1.0 - タグ"
#: ../plugins/taglist/HTML.tags.xml.in.h:2
msgid "Abbreviated form"
msgstr "<ABBR> (略語/頭文字を表す)"
#: ../plugins/taglist/HTML.tags.xml.in.h:3
msgid "Abbreviation"
msgstr "ABBR= (略語/頭文字を表す)"
#: ../plugins/taglist/HTML.tags.xml.in.h:4
msgid "Accessibility key character"
msgstr "<ACCESSKEY> (ショートカット・キーの割り当て)"
#: ../plugins/taglist/HTML.tags.xml.in.h:5
msgid "Acronym"
msgstr "<ACRONYM> (略語/頭文字を表す)"
#: ../plugins/taglist/HTML.tags.xml.in.h:6
msgid "Align"
msgstr "ALIGN= (配置する場所)"
#: ../plugins/taglist/HTML.tags.xml.in.h:7
msgid "Alignment character"
msgstr "CHAR= (位置揃えする文字)"
#: ../plugins/taglist/HTML.tags.xml.in.h:8
msgid "Alternative"
msgstr "ALT= (代替文字)"
#: ../plugins/taglist/HTML.tags.xml.in.h:9
msgid "Anchor URI"
msgstr "<A HREF=> (URI 付きアンカー)"
#: ../plugins/taglist/HTML.tags.xml.in.h:10
msgid "Anchor"
msgstr "<A> (アンカー)"
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:12
msgid "Applet class file code (deprecated)"
msgstr "アプレットのクラス・ファイル (廃止)"
#: ../plugins/taglist/HTML.tags.xml.in.h:13
msgid "Associated information"
msgstr "CONTENT= (関連する情報)"
#: ../plugins/taglist/HTML.tags.xml.in.h:14
msgid "Author info"
msgstr "<ADDRESS> (作者の情報)"
#: ../plugins/taglist/HTML.tags.xml.in.h:15
msgid "Axis related headers"
msgstr "AXIS= "
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:17
msgid "Background color (deprecated)"
msgstr "背景の色 (廃止)"
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:19
msgid "Background texture tile (deprecated)"
msgstr "背景画像 (廃止)"
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:21
msgid "Base font (deprecated)"
msgstr "Base font (廃止)"
#: ../plugins/taglist/HTML.tags.xml.in.h:22
msgid "Base URI"
msgstr "CODEBASE="
#: ../plugins/taglist/HTML.tags.xml.in.h:23
msgid "Bold"
msgstr "太字"
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:25
msgid "Border (deprecated)"
msgstr "Border (廃止)"
#: ../plugins/taglist/HTML.tags.xml.in.h:26
msgid "Cell rowspan"
msgstr "ROWSPAN= (セルの縦方向の連結)"
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:28
msgid "Center (deprecated)"
msgstr "Center (廃止)"
#: ../plugins/taglist/HTML.tags.xml.in.h:29
msgid "Character encoding of linked resource"
msgstr "CHARSET= (文字コード)"
#: ../plugins/taglist/HTML.tags.xml.in.h:30
msgid "Checked state"
msgstr "Checked state"
#: ../plugins/taglist/HTML.tags.xml.in.h:31
msgid "Citation"
msgstr "<CITE>"
#: ../plugins/taglist/HTML.tags.xml.in.h:32
msgid "Cite reason for change"
msgstr "CITE= "
#: ../plugins/taglist/HTML.tags.xml.in.h:33
msgid "Class implementation ID"
msgstr "CLASSID="
#: ../plugins/taglist/HTML.tags.xml.in.h:34
msgid "Class list"
msgstr "CLASS= (スタイルシートの属性)"
#: ../plugins/taglist/HTML.tags.xml.in.h:35
msgid "Clear text flow control"
msgstr "CLEAR="
#: ../plugins/taglist/HTML.tags.xml.in.h:36
msgid "Code content type"
msgstr "CODETYPE="
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:38
msgid "Color of selected links (deprecated)"
msgstr "選択したリンクの色 (廃止)"
#: ../plugins/taglist/HTML.tags.xml.in.h:39
msgid "Column span"
msgstr "COLSPAN="
#: ../plugins/taglist/HTML.tags.xml.in.h:40
msgid "Columns"
msgstr "COLS="
#: ../plugins/taglist/HTML.tags.xml.in.h:41
msgid "Comment"
msgstr "<!-- -->"
#: ../plugins/taglist/HTML.tags.xml.in.h:42
msgid "Computer code fragment"
msgstr "<CODE>"
#. The "type" attribute is deprecated for the "ol" tag only,
#. since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:45
msgid "Content type (deprecated)"
msgstr "コンテンツの種類 (廃止)"
#: ../plugins/taglist/HTML.tags.xml.in.h:46
msgid "Coordinates"
msgstr "COORDS="
#: ../plugins/taglist/HTML.tags.xml.in.h:47
msgid "Date and time of change"
msgstr "DATETIME="
#. NOTE: used in "object" tag
#: ../plugins/taglist/HTML.tags.xml.in.h:49
msgid "Declare flag"
msgstr "DECLARE"
#. Translators: DEFER is an optional attribute of the <script> tag.
#. It indicates that the script is not going to generate any document
#. content. The browser can continue parsing and drawing the page.
#: ../plugins/taglist/HTML.tags.xml.in.h:53
msgid "Defer attribute"
msgstr "Defer attribute"
#: ../plugins/taglist/HTML.tags.xml.in.h:54
msgid "Definition description"
msgstr "<DD>"
#: ../plugins/taglist/HTML.tags.xml.in.h:55
msgid "Definition list"
msgstr "<DL>"
#: ../plugins/taglist/HTML.tags.xml.in.h:56
msgid "Definition term"
msgstr "<DT>"
#: ../plugins/taglist/HTML.tags.xml.in.h:57
msgid "Deleted text"
msgstr "<DEL>"
#: ../plugins/taglist/HTML.tags.xml.in.h:58
msgid "Directionality"
msgstr "DIR="
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:60
msgid "Directionality (deprecated)"
msgstr "Directionality (廃止)"
#: ../plugins/taglist/HTML.tags.xml.in.h:61
msgid "Disabled"
msgstr "DISABLED"
#: ../plugins/taglist/HTML.tags.xml.in.h:62
msgid "DIV container"
msgstr "<DIV>"
#: ../plugins/taglist/HTML.tags.xml.in.h:63
msgid "DIV Style container"
msgstr "<DIV>"
#: ../plugins/taglist/HTML.tags.xml.in.h:64
msgid "Document base"
msgstr "<BASE>"
#: ../plugins/taglist/HTML.tags.xml.in.h:65
msgid "Document body"
msgstr "<BODY> (ドキュメントの本文)"
#: ../plugins/taglist/HTML.tags.xml.in.h:66
msgid "Document head"
msgstr "<HEAD> (ドキュメントのヘッダ)"
#: ../plugins/taglist/HTML.tags.xml.in.h:67
msgid "Element ID"
msgstr "ID="
#: ../plugins/taglist/HTML.tags.xml.in.h:68
msgid "Document title"
msgstr "<TITLE> (ドキュメントのタイトル)"
#: ../plugins/taglist/HTML.tags.xml.in.h:69
msgid "Document type"
msgstr "<IDOCTYPE> (ドキュメントの種類)"
#: ../plugins/taglist/HTML.tags.xml.in.h:70
#: ../plugins/taglist/Latex.tags.xml.in.h:72
msgid "Emphasis"
msgstr "<EM> (文字の強調)"
#: ../plugins/taglist/HTML.tags.xml.in.h:71
msgid "Encode type"
msgstr "ENCTYPE="
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:73
msgid "Font face (deprecated)"
msgstr "Font face (廃止)"
#: ../plugins/taglist/HTML.tags.xml.in.h:74
msgid "For label"
msgstr "FOR="
#: ../plugins/taglist/HTML.tags.xml.in.h:75
msgid "Forced line break"
msgstr "<BR>"
#: ../plugins/taglist/HTML.tags.xml.in.h:76
msgid "Form action handler"
msgstr "ACTION="
#: ../plugins/taglist/HTML.tags.xml.in.h:77
msgid "Form control group"
msgstr "<FIELDSET>"
#: ../plugins/taglist/HTML.tags.xml.in.h:78
msgid "Form field label text"
msgstr "<LABEL>"
#: ../plugins/taglist/HTML.tags.xml.in.h:79
msgid "Form input type"
msgstr "<INPUT TYPE=>"
#: ../plugins/taglist/HTML.tags.xml.in.h:80
msgid "Form input"
msgstr "<INPUT>"
#: ../plugins/taglist/HTML.tags.xml.in.h:81
msgid "Form method"
msgstr "<FORM METHOD=>"
#: ../plugins/taglist/HTML.tags.xml.in.h:82
msgid "Form"
msgstr "<FORM>"
#: ../plugins/taglist/HTML.tags.xml.in.h:83
msgid "Forward link"
msgstr "REL=<"
#: ../plugins/taglist/HTML.tags.xml.in.h:84
msgid "Frame render parts"
msgstr "FRAME="
#: ../plugins/taglist/HTML.tags.xml.in.h:85
msgid "Frame source"
msgstr "<FRAME SRC=>"
#: ../plugins/taglist/HTML.tags.xml.in.h:86
msgid "Frame target"
msgstr "TARGET="
#: ../plugins/taglist/HTML.tags.xml.in.h:87
msgid "Frame"
msgstr "<FRAME>"
#: ../plugins/taglist/HTML.tags.xml.in.h:88
msgid "Frame border"
msgstr "frame の枠"
#: ../plugins/taglist/HTML.tags.xml.in.h:89
msgid "Frameset columns"
msgstr "<FRAMESET COLS=>"
#: ../plugins/taglist/HTML.tags.xml.in.h:90
msgid "Frameset rows"
msgstr "<FRAMESET ROWS=>"
#: ../plugins/taglist/HTML.tags.xml.in.h:91
msgid "Frameset"
msgstr "<FRAMESET>"
#: ../plugins/taglist/HTML.tags.xml.in.h:92
msgid "Frame spacing"
msgstr "frame 間隔"
#: ../plugins/taglist/HTML.tags.xml.in.h:93
msgid "Generic embedded object"
msgstr "<OBJECT>"
#: ../plugins/taglist/HTML.tags.xml.in.h:94
msgid "Generic metainformation"
msgstr "<META>"
#: ../plugins/taglist/HTML.tags.xml.in.h:95
msgid "Generic span"
msgstr "<SPAN>"
#: ../plugins/taglist/HTML.tags.xml.in.h:96
msgid "Header cell IDs"
msgstr ""
#: ../plugins/taglist/HTML.tags.xml.in.h:97
msgid "Heading 1"
msgstr "<H1>"
#: ../plugins/taglist/HTML.tags.xml.in.h:98
msgid "Heading 2"
msgstr "<H2>"
#: ../plugins/taglist/HTML.tags.xml.in.h:99
msgid "Heading 3"
msgstr "<H3>"
#: ../plugins/taglist/HTML.tags.xml.in.h:100
msgid "Heading 4"
msgstr "<H4>"
#: ../plugins/taglist/HTML.tags.xml.in.h:101
msgid "Heading 5"
msgstr "<H5>"
#: ../plugins/taglist/HTML.tags.xml.in.h:102
msgid "Heading 6"
msgstr "<H6>"
#: ../plugins/taglist/HTML.tags.xml.in.h:103
msgid "Height"
msgstr "HEIGHT="
#: ../plugins/taglist/HTML.tags.xml.in.h:104
msgid "Horizontal rule"
msgstr "<HR>"
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:106
msgid "Horizontal space (deprecated)"
msgstr "Horizontal space (廃止)"
#: ../plugins/taglist/HTML.tags.xml.in.h:107
msgid "HREF URI"
msgstr "HREF="
#: ../plugins/taglist/HTML.tags.xml.in.h:108
msgid "HTML root element"
msgstr "<HTML>"
#: ../plugins/taglist/HTML.tags.xml.in.h:109
msgid "HTTP header name"
msgstr "HTTP-EQUIV="
#: ../plugins/taglist/HTML.tags.xml.in.h:110
msgid "I18N BiDi override"
msgstr "I18N BiDi オーバーライド"
#: ../plugins/taglist/HTML.tags.xml.in.h:111
msgid "Image map area"
msgstr "<AREA>"
#: ../plugins/taglist/HTML.tags.xml.in.h:112
msgid "Image map name"
msgstr "<MAP NAME=>"
#: ../plugins/taglist/HTML.tags.xml.in.h:113
msgid "Image map"
msgstr "<MAP>"
#: ../plugins/taglist/HTML.tags.xml.in.h:114
msgid "Image"
msgstr "<IMG>"
#: ../plugins/taglist/HTML.tags.xml.in.h:115
msgid "Inline frame"
msgstr "<IFRAME>"
#: ../plugins/taglist/HTML.tags.xml.in.h:116
msgid "Inserted text"
msgstr "<INS>"
#: ../plugins/taglist/HTML.tags.xml.in.h:117
msgid "Instance definition"
msgstr "<DFN>"
#: ../plugins/taglist/HTML.tags.xml.in.h:118
msgid "Italic text"
msgstr "<I>"
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:120
msgid "Java applet (deprecated)"
msgstr "Java アプレット (廃止)"
#: ../plugins/taglist/HTML.tags.xml.in.h:121
msgid "Label"
msgstr "LABEL="
#: ../plugins/taglist/HTML.tags.xml.in.h:122
msgid "Language code"
msgstr "HREFLANG="
#: ../plugins/taglist/HTML.tags.xml.in.h:123
msgid "Large text style"
msgstr "<BIG>"
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:125
msgid "Link color (deprecated)"
msgstr "リンクの色 (廃止)"
#: ../plugins/taglist/HTML.tags.xml.in.h:126
msgid "List item"
msgstr "<LI>"
#: ../plugins/taglist/HTML.tags.xml.in.h:127
msgid "List of MIME types for file upload"
msgstr "ACCEPT="
#: ../plugins/taglist/HTML.tags.xml.in.h:128
msgid "List of supported character sets"
msgstr "CCEPT-CHARSET="
#: ../plugins/taglist/HTML.tags.xml.in.h:129
msgid "Local change to font"
msgstr "<FONT>"
#: ../plugins/taglist/HTML.tags.xml.in.h:130
msgid "Long description link"
msgstr "LONGDESC="
#: ../plugins/taglist/HTML.tags.xml.in.h:131
msgid "Long quotation"
msgstr "<BLOCKQUOTE>"
#. Supported in XHTML 1.0 Frameset DTD only.
#: ../plugins/taglist/HTML.tags.xml.in.h:133
msgid "Margin pixel height"
msgstr "MARGINHEIGHT="
#. Supported in XHTML 1.0 Frameset DTD only.
#: ../plugins/taglist/HTML.tags.xml.in.h:135
msgid "Margin pixel width"
msgstr "MARGINWIDTH="
#: ../plugins/taglist/HTML.tags.xml.in.h:136
msgid "Maximum length of text field"
msgstr "MAXLENGTH="
#: ../plugins/taglist/HTML.tags.xml.in.h:137
msgid "Output media"
msgstr "MEDIA="
#. Here I take some liberties: There's no mandatory attributes,
#. but those are most common, and will likely be used.
#: ../plugins/taglist/HTML.tags.xml.in.h:140
msgid "Media-independent link"
msgstr "<LINK>"
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:142
msgid "Menu list (deprecated)"
msgstr "Menu list (廃止)"
#: ../plugins/taglist/HTML.tags.xml.in.h:143
msgid "Multi-line text field"
msgstr "<TEXTAREA>"
#: ../plugins/taglist/HTML.tags.xml.in.h:144
msgid "Multiple"
msgstr "MULTIPLE"
#: ../plugins/taglist/HTML.tags.xml.in.h:145
msgid "Name"
msgstr "NAME="
#: ../plugins/taglist/HTML.tags.xml.in.h:146
msgid "Named property value"
msgstr "<PARAM>"
#: ../plugins/taglist/HTML.tags.xml.in.h:147
msgid "No frames"
msgstr "<NOFRAMES>"
#: ../plugins/taglist/HTML.tags.xml.in.h:148
msgid "No resize"
msgstr "NORESIZE"
#: ../plugins/taglist/HTML.tags.xml.in.h:149
msgid "No script"
msgstr "<NOSCRIPT>"
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:151
msgid "No shade (deprecated)"
msgstr "No shade (廃止)"
#: ../plugins/taglist/HTML.tags.xml.in.h:152
msgid "No URI"
msgstr "NOHREF"
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:154
msgid "No word wrap (deprecated)"
msgstr "No word wrap (廃止)"
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:156
msgid "Object applet file (deprecated)"
msgstr "Object applet file (廃止)"
#: ../plugins/taglist/HTML.tags.xml.in.h:157
msgid "Object data reference"
msgstr "DATA="
#: ../plugins/taglist/HTML.tags.xml.in.h:158
msgid "Offset for alignment character"
msgstr "CHAROFF="
#: ../plugins/taglist/HTML.tags.xml.in.h:159
msgid "OnBlur event"
msgstr "ONBLUR="
#: ../plugins/taglist/HTML.tags.xml.in.h:160
msgid "OnChange event"
msgstr "ONCHANGE="
#: ../plugins/taglist/HTML.tags.xml.in.h:161
msgid "OnClick event"
msgstr "ONCLICK="
#: ../plugins/taglist/HTML.tags.xml.in.h:162
msgid "OnDblClick event"
msgstr "ONDBLCLICK="
#: ../plugins/taglist/HTML.tags.xml.in.h:163
msgid "OnFocus event"
msgstr "ONFOCUS="
#: ../plugins/taglist/HTML.tags.xml.in.h:164
msgid "OnKeyDown event"
msgstr "ONKEYDOWN="
#: ../plugins/taglist/HTML.tags.xml.in.h:165
msgid "OnKeyPress event"
msgstr "ONKEYPRESS="
#: ../plugins/taglist/HTML.tags.xml.in.h:166
msgid "OnKeyUp event"
msgstr "ONKEYUP="
#: ../plugins/taglist/HTML.tags.xml.in.h:167
msgid "OnLoad event"
msgstr "ONLOAD="
#: ../plugins/taglist/HTML.tags.xml.in.h:168
msgid "OnMouseDown event"
msgstr "ONMOUSEDOWN="
#: ../plugins/taglist/HTML.tags.xml.in.h:169
msgid "OnMouseMove event"
msgstr "ONMOUSEMOVE="
#: ../plugins/taglist/HTML.tags.xml.in.h:170
msgid "OnMouseOut event"
msgstr "ONMOUSEOUT="
#: ../plugins/taglist/HTML.tags.xml.in.h:171
msgid "OnMouseOver event"
msgstr "ONMOUSEOVER="
#: ../plugins/taglist/HTML.tags.xml.in.h:172
msgid "OnMouseUp event"
msgstr "ONMOUSEUP="
#: ../plugins/taglist/HTML.tags.xml.in.h:173
msgid "OnReset event"
msgstr "ONRESET="
#: ../plugins/taglist/HTML.tags.xml.in.h:174
msgid "OnSelect event"
msgstr "ONSELECT="
#: ../plugins/taglist/HTML.tags.xml.in.h:175
msgid "OnSubmit event"
msgstr "ONSUBMIT="
#: ../plugins/taglist/HTML.tags.xml.in.h:176
msgid "OnUnload event"
msgstr "ONUNLOAD="
#: ../plugins/taglist/HTML.tags.xml.in.h:177
msgid "Option group"
msgstr "<OPTGROUP>"
#: ../plugins/taglist/HTML.tags.xml.in.h:178
msgid "Option selector"
msgstr "<SELECT>"
#: ../plugins/taglist/HTML.tags.xml.in.h:179
msgid "Ordered list"
msgstr "<OL>"
#: ../plugins/taglist/HTML.tags.xml.in.h:180
msgid "Paragraph class"
msgstr "<P CLASS=>"
#: ../plugins/taglist/HTML.tags.xml.in.h:181
msgid "Paragraph style"
msgstr "<P STYLE=>"
#: ../plugins/taglist/HTML.tags.xml.in.h:182
msgid "Paragraph"
msgstr "<P>"
#: ../plugins/taglist/HTML.tags.xml.in.h:183
msgid "Preformatted text"
msgstr "<PRE>"
#: ../plugins/taglist/HTML.tags.xml.in.h:184
msgid "Profile metainfo dictionary"
msgstr "PROFILE="
#: ../plugins/taglist/HTML.tags.xml.in.h:185
msgid "Push button"
msgstr "<BUTTON>"
#: ../plugins/taglist/HTML.tags.xml.in.h:186
msgid "ReadOnly text and password"
msgstr "READONLY"
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:188
msgid "Reduced spacing (deprecated)"
msgstr "Reduced spacing (廃止)"
#: ../plugins/taglist/HTML.tags.xml.in.h:189
msgid "Reverse link"
msgstr "REV="
#: ../plugins/taglist/HTML.tags.xml.in.h:190
msgid "Rows"
msgstr "ROWS="
#: ../plugins/taglist/HTML.tags.xml.in.h:191
msgid "Rulings between rows and columns"
msgstr "RULES="
#: ../plugins/taglist/HTML.tags.xml.in.h:192
msgid "Sample program output, scripts"
msgstr "<SAMP>"
#: ../plugins/taglist/HTML.tags.xml.in.h:193
msgid "Scope covered by header cells"
msgstr "SCOPE="
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:195
msgid "Script language name"
msgstr "LANGUAGE"
#: ../plugins/taglist/HTML.tags.xml.in.h:196
msgid "Script statements"
msgstr "スクリプト"
#: ../plugins/taglist/HTML.tags.xml.in.h:197
msgid "Scrollbar"
msgstr "SCROLLING="
#: ../plugins/taglist/HTML.tags.xml.in.h:198
msgid "Selectable option"
msgstr "<OPTION>"
#: ../plugins/taglist/HTML.tags.xml.in.h:199
msgid "Selected"
msgstr "SELECTED"
#: ../plugins/taglist/HTML.tags.xml.in.h:200
msgid "Server-side image map"
msgstr "ISMAP"
#: ../plugins/taglist/HTML.tags.xml.in.h:201
msgid "Shape"
msgstr "SHAPE="
#: ../plugins/taglist/HTML.tags.xml.in.h:202
msgid "Short inline quotation"
msgstr "<Q>"
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:204
msgid "Size (deprecated)"
msgstr "Size (廃止)"
#: ../plugins/taglist/HTML.tags.xml.in.h:205
msgid "Small text style"
msgstr "<SMALL>"
#: ../plugins/taglist/HTML.tags.xml.in.h:206
msgid "Source"
msgstr "ソース"
#: ../plugins/taglist/HTML.tags.xml.in.h:207
msgid "Space-separated archive list"
msgstr "スペース区切りのアーカイブリスト"
#: ../plugins/taglist/HTML.tags.xml.in.h:208
msgid "Spacing between cells"
msgstr "CELLSPACING="
#: ../plugins/taglist/HTML.tags.xml.in.h:209
msgid "Spacing within cells"
msgstr "CELLPADDING="
#: ../plugins/taglist/HTML.tags.xml.in.h:210
msgid "Span"
msgstr "SPAN"
#: ../plugins/taglist/HTML.tags.xml.in.h:211
msgid "Standby load message"
msgstr ""
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:213
msgid "Starting sequence number (deprecated)"
msgstr "Starting sequence number (廃止)"
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:215
msgid "Strike-through text style (deprecated)"
msgstr "文字列の打ち消し線のスタイル (廃止)"
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:217
msgid "Strike-through text (deprecated)"
msgstr "文字列の打ち消し線 (廃止)"
#: ../plugins/taglist/HTML.tags.xml.in.h:218
msgid "Strong emphasis"
msgstr "<STRONG>"
#: ../plugins/taglist/HTML.tags.xml.in.h:219
msgid "Style info"
msgstr "<STYLE>"
#: ../plugins/taglist/HTML.tags.xml.in.h:220
msgid "Subscript"
msgstr "<SUB>"
#: ../plugins/taglist/HTML.tags.xml.in.h:221
msgid "Superscript"
msgstr "<SUP>"
#: ../plugins/taglist/HTML.tags.xml.in.h:222
msgid "Table body"
msgstr "<TBODY>"
#: ../plugins/taglist/HTML.tags.xml.in.h:223
msgid "Table caption"
msgstr "<CAPTION>"
#: ../plugins/taglist/HTML.tags.xml.in.h:224
msgid "Table column group properties"
msgstr "<COLGROUP>"
#: ../plugins/taglist/HTML.tags.xml.in.h:225
msgid "Table column properties"
msgstr "<COL>"
#: ../plugins/taglist/HTML.tags.xml.in.h:226
msgid "Table data cell"
msgstr "<TD>"
#: ../plugins/taglist/HTML.tags.xml.in.h:227
msgid "Table footer"
msgstr "<TFOOT>"
#: ../plugins/taglist/HTML.tags.xml.in.h:228
msgid "Table header cell"
msgstr "<TH>"
#: ../plugins/taglist/HTML.tags.xml.in.h:229
msgid "Table header"
msgstr "<TH>"
#: ../plugins/taglist/HTML.tags.xml.in.h:230
msgid "Table row"
msgstr "<TR>"
#: ../plugins/taglist/HTML.tags.xml.in.h:231
msgid "Table summary"
msgstr "SUMMARY="
#: ../plugins/taglist/HTML.tags.xml.in.h:232
msgid "Table"
msgstr "<TABLE>"
#: ../plugins/taglist/HTML.tags.xml.in.h:233
msgid "Target - Blank"
msgstr "<A TARGET=>"
#: ../plugins/taglist/HTML.tags.xml.in.h:234
msgid "Target - Parent"
msgstr "<A TARGET=\"_parent\">"
#: ../plugins/taglist/HTML.tags.xml.in.h:235
msgid "Target - Self"
msgstr "<A TARGET=\"_self\">"
#: ../plugins/taglist/HTML.tags.xml.in.h:236
msgid "Target - Top"
msgstr "<A TARGET=\"_top\">"
#: ../plugins/taglist/HTML.tags.xml.in.h:237
msgid "Teletype or monospace text style"
msgstr "<TT>"
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:239
msgid "Text color (deprecated)"
msgstr "文字列の色 (廃止)"
#: ../plugins/taglist/HTML.tags.xml.in.h:240
msgid "Text entered by user"
msgstr "<KBD>"
#: ../plugins/taglist/HTML.tags.xml.in.h:241
msgid "Title"
msgstr "TITLE="
#: ../plugins/taglist/HTML.tags.xml.in.h:242
msgid "Underlined text style"
msgstr "<U>"
#: ../plugins/taglist/HTML.tags.xml.in.h:243
msgid "Unordered list"
msgstr "<UL>"
#: ../plugins/taglist/HTML.tags.xml.in.h:244
msgid "Use image map"
msgstr "USEMAP="
#: ../plugins/taglist/HTML.tags.xml.in.h:245
msgid "Value interpretation"
msgstr "VALUETYPE="
#: ../plugins/taglist/HTML.tags.xml.in.h:246
msgid "Value"
msgstr "VALUE="
#: ../plugins/taglist/HTML.tags.xml.in.h:247
msgid "Variable or program argument"
msgstr "<VAR>"
#: ../plugins/taglist/HTML.tags.xml.in.h:248
msgid "Vertical cell alignment"
msgstr "VALIGN="
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:250
msgid "Vertical space (deprecated)"
msgstr "Vertical space (廃止)"
#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:252
msgid "Visited link color (deprecated)"
msgstr "Visited link color (廃止)"
#: ../plugins/taglist/HTML.tags.xml.in.h:253
msgid "Width"
msgstr "WIDTH="
#: ../plugins/taglist/HTML.tags.xml.in.h:254
msgid "HTML - Tags"
msgstr "HTML - タグ"
#: ../plugins/taglist/HTML.tags.xml.in.h:255
msgid "Above"
msgstr "<ABOVE> (上の枠だけを表示する)"
#: ../plugins/taglist/HTML.tags.xml.in.h:256
msgid "Applet class file code"
msgstr "CODE= (アプレット・クラスのファイル)"
#: ../plugins/taglist/HTML.tags.xml.in.h:257
msgid "Array"
msgstr "<ARRAY>"
#: ../plugins/taglist/HTML.tags.xml.in.h:258
msgid "Background color"
msgstr "BGCOLOR= (背景の色)"
#: ../plugins/taglist/HTML.tags.xml.in.h:259
msgid "Background texture tile"
msgstr "BACKGROUND= (背景画像)"
#: ../plugins/taglist/HTML.tags.xml.in.h:260
msgid "Base font"
msgstr "<BASEFONT> (基準となるフォント)"
#: ../plugins/taglist/HTML.tags.xml.in.h:261
msgid "Border color"
msgstr "BORDERCOLOR= (枠線の色)"
#: ../plugins/taglist/HTML.tags.xml.in.h:262
msgid "Border"
msgstr "BORDER= (画像の枠線)"
#: ../plugins/taglist/HTML.tags.xml.in.h:263
msgid "Center"
msgstr "<CENTER> (中央揃え)"
#: ../plugins/taglist/HTML.tags.xml.in.h:264
msgid "Checked (state)"
msgstr "Checked (state)"
#: ../plugins/taglist/HTML.tags.xml.in.h:265
msgid "Color of selected links"
msgstr "ALINK="
#: ../plugins/taglist/HTML.tags.xml.in.h:266
msgid "Content scheme"
msgstr "SCHEME="
#: ../plugins/taglist/HTML.tags.xml.in.h:267
msgid "Content type"
msgstr "TYPE="
#: ../plugins/taglist/HTML.tags.xml.in.h:268
msgid "Direction"
msgstr "DIRECTION="
#: ../plugins/taglist/HTML.tags.xml.in.h:269
msgid "Directory list"
msgstr "<DIR>"
#: ../plugins/taglist/HTML.tags.xml.in.h:270
msgid "HTML version"
msgstr "VERSION="
#: ../plugins/taglist/HTML.tags.xml.in.h:271
msgid "Embedded object"
msgstr "<EMBED>"
#: ../plugins/taglist/HTML.tags.xml.in.h:272
msgid "Figure"
msgstr "<FIG>"
#: ../plugins/taglist/HTML.tags.xml.in.h:273
msgid "Font face"
msgstr "FACE="
#: ../plugins/taglist/HTML.tags.xml.in.h:274
msgid "Frameborder"
msgstr "FRAMEBORDER="
#: ../plugins/taglist/HTML.tags.xml.in.h:275
msgid "Framespacing"
msgstr "FRAMESPACING="
#: ../plugins/taglist/HTML.tags.xml.in.h:276
msgid "Heading"
msgstr "<H>"
#: ../plugins/taglist/HTML.tags.xml.in.h:277
msgid "Horizontal space"
msgstr "HSPACE="
#: ../plugins/taglist/HTML.tags.xml.in.h:278
msgid "Image source"
msgstr "<IMG SRC=>"
#: ../plugins/taglist/HTML.tags.xml.in.h:279
msgid "Inline layer"
msgstr "<ILAYER>"
#: ../plugins/taglist/HTML.tags.xml.in.h:280
msgid "Java applet"
msgstr "<APPLET>"
#: ../plugins/taglist/HTML.tags.xml.in.h:281
msgid "Layer"
msgstr "<LAYER>"
#: ../plugins/taglist/HTML.tags.xml.in.h:282
msgid "Link color"
msgstr "LINK="
#: ../plugins/taglist/HTML.tags.xml.in.h:283
msgid "Listing"
msgstr "<LISTING>"
#: ../plugins/taglist/HTML.tags.xml.in.h:284
msgid "Mail link"
msgstr "MAILTO="
#: ../plugins/taglist/HTML.tags.xml.in.h:285
msgid "Marquee"
msgstr "<MARQUEE>"
#: ../plugins/taglist/HTML.tags.xml.in.h:286
msgid "Menu list"
msgstr "<MENU>"
#: ../plugins/taglist/HTML.tags.xml.in.h:287
msgid "Multicolumn"
msgstr "<MULTICOL>"
#: ../plugins/taglist/HTML.tags.xml.in.h:288
msgid "Next ID"
msgstr "<NEXTID>"
#: ../plugins/taglist/HTML.tags.xml.in.h:289
msgid "No embedded objects"
msgstr "<NOEMBED>"
#: ../plugins/taglist/HTML.tags.xml.in.h:290
msgid "No layers"
msgstr "<NOLAYER>"
#: ../plugins/taglist/HTML.tags.xml.in.h:291
msgid "No line break"
msgstr "<NOBR>"
#: ../plugins/taglist/HTML.tags.xml.in.h:292
msgid "No shade"
msgstr "NOSHADE"
#: ../plugins/taglist/HTML.tags.xml.in.h:293
msgid "No word wrap"
msgstr "NOWRAP"
#: ../plugins/taglist/HTML.tags.xml.in.h:294
msgid "Note"
msgstr "<NOTE>"
#: ../plugins/taglist/HTML.tags.xml.in.h:295
msgid "Object applet file"
msgstr "OBJECT="
#: ../plugins/taglist/HTML.tags.xml.in.h:296
msgid "Preformatted listing"
msgstr "<XMP>"
#: ../plugins/taglist/HTML.tags.xml.in.h:297
msgid "Prompt message"
msgstr "PROMPT="
#: ../plugins/taglist/HTML.tags.xml.in.h:298
msgid "Quote"
msgstr "<QUOTE>"
#: ../plugins/taglist/HTML.tags.xml.in.h:299
msgid "Range"
msgstr "<RANGE>"
#: ../plugins/taglist/HTML.tags.xml.in.h:300
msgid "Reduced spacing"
msgstr "COMPACT"
#: ../plugins/taglist/HTML.tags.xml.in.h:301
msgid "Root"
msgstr "<ROOT>"
#: ../plugins/taglist/HTML.tags.xml.in.h:302
msgid "Single line prompt"
msgstr "<ISINDEX>"
#: ../plugins/taglist/HTML.tags.xml.in.h:303
msgid "Size"
msgstr "SIZE="
#: ../plugins/taglist/HTML.tags.xml.in.h:304
msgid "Soft line break"
msgstr "<WBR>"
#: ../plugins/taglist/HTML.tags.xml.in.h:305
msgid "Sound"
msgstr "<SOUND>"
#: ../plugins/taglist/HTML.tags.xml.in.h:306
msgid "Spacer"
msgstr "<SPACER>"
#: ../plugins/taglist/HTML.tags.xml.in.h:307
msgid "Square root"
msgstr "<SQRT>"
#: ../plugins/taglist/HTML.tags.xml.in.h:308
msgid "Starting sequence number"
msgstr "START"
#: ../plugins/taglist/HTML.tags.xml.in.h:309
msgid "Strike-through text style"
msgstr "<S>"
#: ../plugins/taglist/HTML.tags.xml.in.h:310
msgid "Strike-through text"
msgstr "<STRIKE>"
#: ../plugins/taglist/HTML.tags.xml.in.h:311
msgid "Tab order position"
msgstr "TABINDEX="
#: ../plugins/taglist/HTML.tags.xml.in.h:312
msgid "Text color"
msgstr "COLOR="
#: ../plugins/taglist/HTML.tags.xml.in.h:313
msgid "Text"
msgstr "<TEXT>"
#: ../plugins/taglist/HTML.tags.xml.in.h:314
msgid "Top margin in pixels"
msgstr ""
#: ../plugins/taglist/HTML.tags.xml.in.h:315
msgid "URL"
msgstr "URL="
#: ../plugins/taglist/HTML.tags.xml.in.h:316
msgid "Vertical space"
msgstr "VSPACE="
#: ../plugins/taglist/HTML.tags.xml.in.h:317
msgid "Visited link color"
msgstr "VLINK="
#: ../plugins/taglist/HTML.tags.xml.in.h:318
msgid "HTML - Special Characters"
msgstr "HTML - 特殊文字"
#: ../plugins/taglist/HTML.tags.xml.in.h:319
msgid "Non-breaking space"
msgstr "Non-breaking space"
#: ../plugins/taglist/Latex.tags.xml.in.h:1
msgid "Latex - Tags"
msgstr "Latex - タグ"
#: ../plugins/taglist/Latex.tags.xml.in.h:2
msgid "Bibliography (cite)"
msgstr "Bibliography (cite)"
#: ../plugins/taglist/Latex.tags.xml.in.h:3
msgid "Bibliography (item)"
msgstr "Bibliography (item)"
#: ../plugins/taglist/Latex.tags.xml.in.h:4
msgid "Bibliography (shortcite)"
msgstr "Bibliography (shortcite)"
#: ../plugins/taglist/Latex.tags.xml.in.h:5
msgid "Bibliography (thebibliography)"
msgstr "Bibliography (thebibliography)"
#: ../plugins/taglist/Latex.tags.xml.in.h:6
msgid "Brackets ()"
msgstr "カッコ ()"
#: ../plugins/taglist/Latex.tags.xml.in.h:7
msgid "Brackets []"
msgstr "カッコ []"
#: ../plugins/taglist/Latex.tags.xml.in.h:8
msgid "Brackets {}"
msgstr "カッコ {}"
#: ../plugins/taglist/Latex.tags.xml.in.h:9
msgid "Brackets <>"
msgstr "カッコ <>"
#: ../plugins/taglist/Latex.tags.xml.in.h:10
msgid "File input"
msgstr "ファイル入力"
#: ../plugins/taglist/Latex.tags.xml.in.h:11
msgid "Function cosine"
msgstr "関数 cosine"
#: ../plugins/taglist/Latex.tags.xml.in.h:12
msgid "Function e^"
msgstr "関数 e^"
#: ../plugins/taglist/Latex.tags.xml.in.h:13
msgid "Function exp"
msgstr "関数 exp"
#: ../plugins/taglist/Latex.tags.xml.in.h:14
msgid "Function log"
msgstr "関数 log"
#: ../plugins/taglist/Latex.tags.xml.in.h:15
msgid "Function log10"
msgstr "関数 log10"
#: ../plugins/taglist/Latex.tags.xml.in.h:16
msgid "Function sine"
msgstr "関数 sine"
#: ../plugins/taglist/Latex.tags.xml.in.h:17
msgid "Greek alpha"
msgstr "ギリシア文字 α"
#: ../plugins/taglist/Latex.tags.xml.in.h:18
msgid "Greek beta"
msgstr "ギリシア文字 β"
#: ../plugins/taglist/Latex.tags.xml.in.h:19
msgid "Greek epsilon"
msgstr "ギリシア文字 ε"
#: ../plugins/taglist/Latex.tags.xml.in.h:20
msgid "Greek gamma"
msgstr "ギリシア文字 γ"
#: ../plugins/taglist/Latex.tags.xml.in.h:21
msgid "Greek lambda"
msgstr "ギリシア文字 λ"
#: ../plugins/taglist/Latex.tags.xml.in.h:22
msgid "Greek rho"
msgstr "ギリシア文字 ρ"
#: ../plugins/taglist/Latex.tags.xml.in.h:23
msgid "Greek tau"
msgstr "ギリシア文字 τ"
#: ../plugins/taglist/Latex.tags.xml.in.h:24
msgid "Header 0 (chapter)"
msgstr "ヘッダ 0 (chapter)"
#: ../plugins/taglist/Latex.tags.xml.in.h:25
msgid "Header 0 (chapter*)"
msgstr "ヘッダ 0 (chpter*)"
#: ../plugins/taglist/Latex.tags.xml.in.h:26
msgid "Header 1 (section)"
msgstr "ヘッダ 1 (section)"
#: ../plugins/taglist/Latex.tags.xml.in.h:27
msgid "Header 1 (section*)"
msgstr "ヘッダ 1 (section*)"
#: ../plugins/taglist/Latex.tags.xml.in.h:28
msgid "Header 2 (subsection)"
msgstr "ヘッダ 2 (subsection)"
#: ../plugins/taglist/Latex.tags.xml.in.h:29
msgid "Header 2 (subsection*)"
msgstr "ヘッダ 2 (subsection*)"
#: ../plugins/taglist/Latex.tags.xml.in.h:30
msgid "Header 3 (subsubsection)"
msgstr "ヘッダ 3 (subsubsection)"
#: ../plugins/taglist/Latex.tags.xml.in.h:31
msgid "Header 3 (subsubsection*)"
msgstr "ヘッダ 3 (subsubsection*)"
#: ../plugins/taglist/Latex.tags.xml.in.h:32
msgid "Header 4 (paragraph)"
msgstr "ヘッダ 4 (paragraph)"
#: ../plugins/taglist/Latex.tags.xml.in.h:33
msgid "Header appendix"
msgstr "ヘッダの目次"
#: ../plugins/taglist/Latex.tags.xml.in.h:34
msgid "List description"
msgstr "List description"
#: ../plugins/taglist/Latex.tags.xml.in.h:35
msgid "List enumerate"
msgstr "List enumerate"
#: ../plugins/taglist/Latex.tags.xml.in.h:36
msgid "List itemize"
msgstr "List itemize"
#: ../plugins/taglist/Latex.tags.xml.in.h:37
msgid "Item with label"
msgstr "ラベル付きアイテム"
#: ../plugins/taglist/Latex.tags.xml.in.h:38
msgid "Item"
msgstr "アイテム"
#: ../plugins/taglist/Latex.tags.xml.in.h:39
msgid "Maths (display)"
msgstr "数式 (display)"
#: ../plugins/taglist/Latex.tags.xml.in.h:40
msgid "Maths (inline)"
msgstr "数式 (inline)"
#: ../plugins/taglist/Latex.tags.xml.in.h:41
msgid "Operator fraction"
msgstr "Operator fraction"
#: ../plugins/taglist/Latex.tags.xml.in.h:42
msgid "Operator integral (display)"
msgstr "Operator integral (display)"
#: ../plugins/taglist/Latex.tags.xml.in.h:43
msgid "Operator integral (inline)"
msgstr "Operator integral (inline)"
#: ../plugins/taglist/Latex.tags.xml.in.h:44
msgid "Operator sum (display)"
msgstr "Operator sum (display)"
#: ../plugins/taglist/Latex.tags.xml.in.h:45
msgid "Operator sum (inline)"
msgstr "Operator sum (inline)"
#: ../plugins/taglist/Latex.tags.xml.in.h:46
msgid "Reference label"
msgstr "Reference label"
#: ../plugins/taglist/Latex.tags.xml.in.h:47
msgid "Reference ref"
msgstr "Reference ref"
#: ../plugins/taglist/Latex.tags.xml.in.h:48
msgid "Symbol <<"
msgstr "記号 <"
#: ../plugins/taglist/Latex.tags.xml.in.h:49
msgid "Symbol <="
msgstr "記号 <="
#: ../plugins/taglist/Latex.tags.xml.in.h:50
msgid "Symbol >="
msgstr "記号 >="
#: ../plugins/taglist/Latex.tags.xml.in.h:51
msgid "Symbol >>"
msgstr "記号 >>"
#: ../plugins/taglist/Latex.tags.xml.in.h:52
msgid "Symbol and"
msgstr "記号 and"
#: ../plugins/taglist/Latex.tags.xml.in.h:53
msgid "Symbol const"
msgstr "記号 const"
#: ../plugins/taglist/Latex.tags.xml.in.h:54
msgid "Symbol d2-by-dt2-partial"
msgstr "記号 d2-by-dt2-partial"
#: ../plugins/taglist/Latex.tags.xml.in.h:55
msgid "Symbol dagger"
msgstr "記号 dagger"
#: ../plugins/taglist/Latex.tags.xml.in.h:56
msgid "Symbol d-by-dt"
msgstr "記号 d-by-dt"
#: ../plugins/taglist/Latex.tags.xml.in.h:57
msgid "Symbol d-by-dt-partial"
msgstr "記号 d-by-dt-partial"
#: ../plugins/taglist/Latex.tags.xml.in.h:58
msgid "Symbol equiv"
msgstr "記号 equiv"
#: ../plugins/taglist/Latex.tags.xml.in.h:59
msgid "Symbol en-dash --"
msgstr "記号 en-dash --"
#: ../plugins/taglist/Latex.tags.xml.in.h:60
msgid "Symbol em-dash ---"
msgstr "記号 em-dash ---"
#: ../plugins/taglist/Latex.tags.xml.in.h:61
msgid "Symbol infinity"
msgstr "記号 infinity"
#: ../plugins/taglist/Latex.tags.xml.in.h:62
msgid "Symbol mathspace ,"
msgstr "記号 mathspace ,"
#: ../plugins/taglist/Latex.tags.xml.in.h:63
msgid "Symbol mathspace ."
msgstr "記号 mathspace ."
#: ../plugins/taglist/Latex.tags.xml.in.h:64
msgid "Symbol mathspace _"
msgstr "記号 mathspace _"
#: ../plugins/taglist/Latex.tags.xml.in.h:65
msgid "Symbol mathspace __"
msgstr "記号 mathspace __"
#: ../plugins/taglist/Latex.tags.xml.in.h:66
msgid "Symbol simeq"
msgstr "記号 simeq"
#: ../plugins/taglist/Latex.tags.xml.in.h:67
msgid "Symbol star"
msgstr "記号 star"
#: ../plugins/taglist/Latex.tags.xml.in.h:68
msgid "Typeface bold"
msgstr "Typeface bold"
#: ../plugins/taglist/Latex.tags.xml.in.h:69
msgid "Typeface type"
msgstr "Typeface type"
#: ../plugins/taglist/Latex.tags.xml.in.h:70
msgid "Typeface italic"
msgstr "Typeface italic"
#: ../plugins/taglist/Latex.tags.xml.in.h:71
msgid "Typeface slanted"
msgstr "Typeface slanted"
#: ../plugins/taglist/Latex.tags.xml.in.h:73
msgid "Unbreakable text"
msgstr "Unbreakable text"
#: ../plugins/taglist/Latex.tags.xml.in.h:74
msgid "Footnote"
msgstr "注釈"
#: ../plugins/taglist/taglist.pluma-plugin.desktop.in.h:1
msgid "Tag list"
msgstr "タグの一覧"
#: ../plugins/taglist/taglist.pluma-plugin.desktop.in.h:2
msgid ""
"Provides a method to easily insert commonly used tags/strings into a "
"document without having to type them."
msgstr "よく利用するタグや文字列をキーボードを使わずにドキュメントに挿入する機能を提供します。"
#: ../plugins/taglist/XSLT.tags.xml.in.h:1
msgid "XSLT - Elements"
msgstr "XSLT - 要素"
#: ../plugins/taglist/XSLT.tags.xml.in.h:2
msgid "XSLT - Functions"
msgstr "XSLT - 関数"
#: ../plugins/taglist/XSLT.tags.xml.in.h:3
msgid "XSLT - Axes"
msgstr "XSLT - Axes"
#: ../plugins/taglist/XSLT.tags.xml.in.h:4
msgid "ancestor"
msgstr "ancestor"
#: ../plugins/taglist/XSLT.tags.xml.in.h:5
msgid "ancestor-or-self"
msgstr "ancestor-or-self"
#: ../plugins/taglist/XSLT.tags.xml.in.h:6
msgid "attribute"
msgstr "attribute"
#: ../plugins/taglist/XSLT.tags.xml.in.h:7
msgid "child"
msgstr "child"
#: ../plugins/taglist/XSLT.tags.xml.in.h:8
msgid "descendant"
msgstr "descendant"
#: ../plugins/taglist/XSLT.tags.xml.in.h:9
msgid "descendant-or-self"
msgstr "descendant-or-self"
#: ../plugins/taglist/XSLT.tags.xml.in.h:10
msgid "following"
msgstr "following"
#: ../plugins/taglist/XSLT.tags.xml.in.h:11
msgid "following-sibling"
msgstr "following-sibling"
#: ../plugins/taglist/XSLT.tags.xml.in.h:12
msgid "namespace"
msgstr "namespace"
#: ../plugins/taglist/XSLT.tags.xml.in.h:13
msgid "parent"
msgstr "parent"
#: ../plugins/taglist/XSLT.tags.xml.in.h:14
msgid "preceding"
msgstr "preceding"
#: ../plugins/taglist/XSLT.tags.xml.in.h:15
msgid "preceding-sibling"
msgstr "preceding-sibling"
#: ../plugins/taglist/XSLT.tags.xml.in.h:16
msgid "self"
msgstr "self"
#: ../plugins/taglist/XUL.tags.xml.in.h:1
msgid "XUL - Tags"
msgstr "XUL - タグ"
#: ../plugins/time/org.mate.pluma.plugins.time.gschema.xml.in.in.h:1
msgid "Prompt type"
msgstr "プロンプトの種類"
#: ../plugins/time/org.mate.pluma.plugins.time.gschema.xml.in.in.h:2
msgid "Selected format"
msgstr "選択された書式"
#: ../plugins/time/org.mate.pluma.plugins.time.gschema.xml.in.in.h:3
msgid "Custom format"
msgstr "カスタム書式"
#: ../plugins/time/pluma-time-plugin.c:181
msgid "In_sert Date and Time..."
msgstr "日付/時刻の挿入(_S)"
#: ../plugins/time/pluma-time-plugin.c:183
msgid "Insert current date and time at the cursor position"
msgstr "カーソル位置に現在の日付と時刻を挿入します"
#: ../plugins/time/pluma-time-plugin.c:564
msgid "Available formats"
msgstr "利用可能な書式"
#: ../plugins/time/pluma-time-plugin.c:717
msgid "Configure insert date/time plugin..."
msgstr "日付/時刻挿入プラグインの設定..."
#: ../plugins/time/time.pluma-plugin.desktop.in.h:1
msgid "Insert Date/Time"
msgstr "日付/時刻の挿入"
#: ../plugins/time/time.pluma-plugin.desktop.in.h:2
msgid "Inserts current date and time at the cursor position."
msgstr "カーソル位置に現在の日付と時刻を挿入します。"
#: ../plugins/time/pluma-time-dialog.ui.h:1
msgid "Insert Date and Time"
msgstr "日付と時間の挿入"
#: ../plugins/time/pluma-time-dialog.ui.h:2
msgid "_Insert"
msgstr "挿入する(_I)"
#: ../plugins/time/pluma-time-dialog.ui.h:3
#: ../plugins/time/pluma-time-setup-dialog.ui.h:5
msgid "Use the _selected format"
msgstr "次の書式を使う(_S)"
#: ../plugins/time/pluma-time-dialog.ui.h:5
#: ../plugins/time/pluma-time-setup-dialog.ui.h:6
msgid "_Use custom format"
msgstr "その他(_U)"
#. Translators: Use the more common date format in your locale
#: ../plugins/time/pluma-time-dialog.ui.h:7
#: ../plugins/time/pluma-time-setup-dialog.ui.h:9
#, no-c-format
msgid "%d/%m/%Y %H:%M:%S"
msgstr "%Y-%m-%d %H:%M:%S"
#. Translators: This example should follow the date format defined in the
#. entry above
#: ../plugins/time/pluma-time-dialog.ui.h:8
#: ../plugins/time/pluma-time-setup-dialog.ui.h:11
msgid "01/11/2009 17:52:00"
msgstr "2009-11-01 17:52:00"
#: ../plugins/time/pluma-time-setup-dialog.ui.h:1
msgid "Configure date/time plugin"
msgstr "日付/時間プラグインの設定"
#: ../plugins/time/pluma-time-setup-dialog.ui.h:2
msgid "When inserting date/time..."
msgstr "日付/時刻を挿入する時..."
#: ../plugins/time/pluma-time-setup-dialog.ui.h:4
msgid "_Prompt for a format"
msgstr "書式を毎回指定する(_P)"