diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-09-03 18:05:40 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-09-03 19:11:41 +0200 |
commit | 6544a35097d1f6de1b2cd22157db33459c4736fb (patch) | |
tree | a7815d2037aa75cb23a3d05fe89f3d227cb077c2 /source/ja | |
parent | 060c2dd2f850e919e2f0087e49a25a28bb4cf6f9 (diff) |
update translations for master
and force-fix errors using pocheck
Change-Id: I5e201f8d1c7746b1612ff10f592d611f402dc72c
Diffstat (limited to 'source/ja')
51 files changed, 5968 insertions, 1742 deletions
diff --git a/source/ja/basic/source/classes.po b/source/ja/basic/source/classes.po index 225643e5b3e..19ac250076d 100644 --- a/source/ja/basic/source/classes.po +++ b/source/ja/basic/source/classes.po @@ -3,1095 +3,1215 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2013-11-20 13:01+0100\n" -"PO-Revision-Date: 2013-01-16 13:47+0000\n" -"Last-Translator: Takayoshi <kano@na.rim.or.jp>\n" +"POT-Creation-Date: 2015-08-25 12:33+0200\n" +"PO-Revision-Date: 2013-05-23 23:42+0000\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1358344074.0\n" +"X-POOTLE-MTIME: 1369352568.000000\n" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_SYNTAX & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_SYNTAX & ERRCODE_RES_MASK\n" "string.text" msgid "Syntax error." msgstr "シンタックスエラー。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_NO_GOSUB & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_NO_GOSUB & ERRCODE_RES_MASK\n" "string.text" msgid "Return without Gosub." msgstr "Return に対応する Gosub がありません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_REDO_FROM_START & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_REDO_FROM_START & ERRCODE_RES_MASK\n" "string.text" msgid "Incorrect entry; please retry." msgstr "入力が正しくありません。もう一度入力し直してください。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_ARGUMENT & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_ARGUMENT & ERRCODE_RES_MASK\n" "string.text" msgid "Invalid procedure call." msgstr "無効なプロシージャーの呼び出し。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_MATH_OVERFLOW & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_MATH_OVERFLOW & ERRCODE_RES_MASK\n" "string.text" msgid "Overflow." msgstr "オーバーフロー。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_NO_MEMORY & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_NO_MEMORY & ERRCODE_RES_MASK\n" "string.text" msgid "Not enough memory." msgstr "メモリー不足。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_ALREADY_DIM & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_ALREADY_DIM & ERRCODE_RES_MASK\n" "string.text" msgid "Array already dimensioned." msgstr "配列の次元化済み。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_OUT_OF_RANGE & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_OUT_OF_RANGE & ERRCODE_RES_MASK\n" "string.text" msgid "Index out of defined range." msgstr "定義された範囲外のインデックス。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DUPLICATE_DEF & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DUPLICATE_DEF & ERRCODE_RES_MASK\n" "string.text" msgid "Duplicate definition." msgstr "重複した定義。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_ZERODIV & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_ZERODIV & ERRCODE_RES_MASK\n" "string.text" msgid "Division by zero." msgstr "ゼロによる除算。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_VAR_UNDEFINED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_VAR_UNDEFINED & ERRCODE_RES_MASK\n" "string.text" msgid "Variable not defined." msgstr "変数の未定義。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_CONVERSION & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_CONVERSION & ERRCODE_RES_MASK\n" "string.text" msgid "Data type mismatch." msgstr "データの種類が一致していません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_PARAMETER & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_PARAMETER & ERRCODE_RES_MASK\n" "string.text" msgid "Invalid parameter." msgstr "無効なパラメーターです。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_USER_ABORT & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_USER_ABORT & ERRCODE_RES_MASK\n" "string.text" msgid "Process interrupted by user." msgstr "処理はユーザーによって中断されました。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_RESUME & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_RESUME & ERRCODE_RES_MASK\n" "string.text" msgid "Resume without error." msgstr "エラーなしで再開しました。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_STACK_OVERFLOW & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_STACK_OVERFLOW & ERRCODE_RES_MASK\n" "string.text" msgid "Not enough stack memory." msgstr "不十分なスタックメモリー。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_PROC_UNDEFINED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_PROC_UNDEFINED & ERRCODE_RES_MASK\n" "string.text" msgid "Sub-procedure or function procedure not defined." msgstr "Sub または Function プロシージャーの未定義。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_DLL_LOAD & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_DLL_LOAD & ERRCODE_RES_MASK\n" "string.text" msgid "Error loading DLL file." msgstr "DLL ファイル読み込み時のエラー。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_DLL_CALL & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_DLL_CALL & ERRCODE_RES_MASK\n" "string.text" msgid "Wrong DLL call convention." msgstr "正しくない DLL 呼び出し規約。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_INTERNAL_ERROR & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_INTERNAL_ERROR & ERRCODE_RES_MASK\n" "string.text" msgid "Internal error $(ARG1)." msgstr "内部エラー $(ARG1)。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_CHANNEL & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_CHANNEL & ERRCODE_RES_MASK\n" "string.text" msgid "Invalid file name or file number." msgstr "ファイル名またはファイル番号が不適切。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_FILE_NOT_FOUND & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_FILE_NOT_FOUND & ERRCODE_RES_MASK\n" "string.text" msgid "File not found." msgstr "ファイルは見つかりません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_FILE_MODE & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_FILE_MODE & ERRCODE_RES_MASK\n" "string.text" msgid "Incorrect file mode." msgstr "ファイルモードが正しくありません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_FILE_ALREADY_OPEN & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_FILE_ALREADY_OPEN & ERRCODE_RES_MASK\n" "string.text" msgid "File already open." msgstr "ファイルはすでに開かれています。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_IO_ERROR & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_IO_ERROR & ERRCODE_RES_MASK\n" "string.text" msgid "Device I/O error." msgstr "デバイス I/O エラー。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_FILE_EXISTS & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_FILE_EXISTS & ERRCODE_RES_MASK\n" "string.text" msgid "File already exists." msgstr "ファイルはすでにあります。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_RECORD_LENGTH & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_RECORD_LENGTH & ERRCODE_RES_MASK\n" "string.text" msgid "Incorrect record length." msgstr "レコードの長さが不適切。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DISK_FULL & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DISK_FULL & ERRCODE_RES_MASK\n" "string.text" msgid "Disk or hard drive full." msgstr "ディスクまたはハードディスクの容量不足。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_READ_PAST_EOF & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_READ_PAST_EOF & ERRCODE_RES_MASK\n" "string.text" msgid "Reading exceeds EOF." msgstr "EOF を越える読み取り。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_RECORD_NUMBER & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_RECORD_NUMBER & ERRCODE_RES_MASK\n" "string.text" msgid "Incorrect record number." msgstr "レコード番号が不適切。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_TOO_MANY_FILES & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_TOO_MANY_FILES & ERRCODE_RES_MASK\n" "string.text" msgid "Too many files." msgstr "ファイルが多すぎます。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_NO_DEVICE & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_NO_DEVICE & ERRCODE_RES_MASK\n" "string.text" msgid "Device not available." msgstr "デバイスはありません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_ACCESS_DENIED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_ACCESS_DENIED & ERRCODE_RES_MASK\n" "string.text" msgid "Access denied." msgstr "アクセスできません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_NOT_READY & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_NOT_READY & ERRCODE_RES_MASK\n" "string.text" msgid "Disk not ready." msgstr "ディスクは用意できていません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_NOT_IMPLEMENTED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_NOT_IMPLEMENTED & ERRCODE_RES_MASK\n" "string.text" msgid "Not implemented." msgstr "実装されていません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DIFFERENT_DRIVE & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DIFFERENT_DRIVE & ERRCODE_RES_MASK\n" "string.text" msgid "Renaming on different drives impossible." msgstr "異なったドライブでの名前の変更はできません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_ACCESS_ERROR & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_ACCESS_ERROR & ERRCODE_RES_MASK\n" "string.text" msgid "Path/File access error." msgstr "パスまたはファイルへのアクセスエラー。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_PATH_NOT_FOUND & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_PATH_NOT_FOUND & ERRCODE_RES_MASK\n" "string.text" msgid "Path not found." msgstr "パスが見つかりません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_NO_OBJECT & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_NO_OBJECT & ERRCODE_RES_MASK\n" "string.text" msgid "Object variable not set." msgstr "オブジェクト変数は設定できていません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_PATTERN & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_PATTERN & ERRCODE_RES_MASK\n" "string.text" msgid "Invalid string pattern." msgstr "文字列パターンが無効です。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SBERR_IS_NULL & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_IS_NULL & ERRCODE_RES_MASK\n" "string.text" msgid "Use of zero not permitted." msgstr "ゼロの使用は許可されません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_ERROR & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_ERROR & ERRCODE_RES_MASK\n" "string.text" msgid "DDE Error." msgstr "DDE エラー。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_WAITINGACK & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_WAITINGACK & ERRCODE_RES_MASK\n" "string.text" msgid "Awaiting response to DDE connection." msgstr "DDE 接続における応答待ち。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_OUTOFCHANNELS & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_OUTOFCHANNELS & ERRCODE_RES_MASK\n" "string.text" msgid "No DDE channels available." msgstr "使える DDE チャネルがありません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_NO_RESPONSE & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_NO_RESPONSE & ERRCODE_RES_MASK\n" "string.text" msgid "No application responded to DDE connect initiation." msgstr "DDE 接続希望に応答するアプリケーションがありません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_MULT_RESPONSES & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_MULT_RESPONSES & ERRCODE_RES_MASK\n" "string.text" msgid "Too many applications responded to DDE connect initiation." msgstr "DDE 接続希望に応答するアプリケーションが多すぎます。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_CHANNEL_LOCKED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_CHANNEL_LOCKED & ERRCODE_RES_MASK\n" "string.text" msgid "DDE channel locked." msgstr "DDE チャネルはロックされています。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_NOTPROCESSED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_NOTPROCESSED & ERRCODE_RES_MASK\n" "string.text" msgid "External application cannot execute DDE operation." msgstr "外部アプリケーションは DDE のオペレーションを実行できません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_TIMEOUT & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_TIMEOUT & ERRCODE_RES_MASK\n" "string.text" msgid "Timeout while waiting for DDE response." msgstr "DDE の応答待ちの間にタイムアウト。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_USER_INTERRUPT & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_USER_INTERRUPT & ERRCODE_RES_MASK\n" "string.text" msgid "User pressed ESCAPE during DDE operation." msgstr "DDEのオペレーションの最中に ユーザーがESCAPEボタンを押しました" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_BUSY & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_BUSY & ERRCODE_RES_MASK\n" "string.text" msgid "External application busy." msgstr "外部アプリケーションはビジー状態です。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_NO_DATA & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_NO_DATA & ERRCODE_RES_MASK\n" "string.text" msgid "DDE operation without data." msgstr "データなしの DDE オペレーション。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_WRONG_DATA_FORMAT & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_WRONG_DATA_FORMAT & ERRCODE_RES_MASK\n" "string.text" msgid "Data are in wrong format." msgstr "データは書式が正しくありません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_PARTNER_QUIT & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_PARTNER_QUIT & ERRCODE_RES_MASK\n" "string.text" msgid "External application has been terminated." msgstr "外部アプリケーションは終了しています。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_CONV_CLOSED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_CONV_CLOSED & ERRCODE_RES_MASK\n" "string.text" msgid "DDE connection interrupted or modified." msgstr "DDE 接続が中断したかまたは変更されています" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_NO_CHANNEL & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_NO_CHANNEL & ERRCODE_RES_MASK\n" "string.text" msgid "DDE method invoked with no channel open." msgstr "DDE チャネルが開かれていない状態で DDE メソッドが呼び出されています。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_INVALID_LINK & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_INVALID_LINK & ERRCODE_RES_MASK\n" "string.text" msgid "Invalid DDE link format." msgstr "DDE リンク手法が正しくありません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_QUEUE_OVERFLOW & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_QUEUE_OVERFLOW & ERRCODE_RES_MASK\n" "string.text" msgid "DDE message has been lost." msgstr "DDE メッセージは失われました。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_LINK_ALREADY_EST & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_LINK_ALREADY_EST & ERRCODE_RES_MASK\n" "string.text" msgid "Paste link already performed." msgstr "リンクの貼り付けはすでに実行されています。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_LINK_INV_TOPIC & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_LINK_INV_TOPIC & ERRCODE_RES_MASK\n" "string.text" msgid "Link mode cannot be set due to invalid link topic." msgstr "リンクモードはリンクトピックが無効のため、設定できません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DDE_DLL_NOT_FOUND & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DDE_DLL_NOT_FOUND & ERRCODE_RES_MASK\n" "string.text" msgid "DDE requires the DDEML.DLL file." msgstr "DDE には DDEML.DLL ファイルが必要です。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_CANNOT_LOAD & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_CANNOT_LOAD & ERRCODE_RES_MASK\n" "string.text" msgid "Module cannot be loaded; invalid format." msgstr "モジュールが読み込めません。無効な書式です。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_INDEX & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_INDEX & ERRCODE_RES_MASK\n" "string.text" msgid "Invalid object index." msgstr "無効なオブジェクトインデックス。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_NO_ACTIVE_OBJECT & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_NO_ACTIVE_OBJECT & ERRCODE_RES_MASK\n" "string.text" msgid "Object is not available." msgstr "オブジェクトがありません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_PROP_VALUE & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_PROP_VALUE & ERRCODE_RES_MASK\n" "string.text" msgid "Incorrect property value." msgstr "プロパティ値が正しくありません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_PROP_READONLY & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_PROP_READONLY & ERRCODE_RES_MASK\n" "string.text" msgid "This property is read-only." msgstr "プロパティは読み取り専用です。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_PROP_WRITEONLY & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_PROP_WRITEONLY & ERRCODE_RES_MASK\n" "string.text" msgid "This property is write only." msgstr "プロパティは書き込み専用です。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_INVALID_OBJECT & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_INVALID_OBJECT & ERRCODE_RES_MASK\n" "string.text" msgid "Invalid object reference." msgstr "無効なオブジェクト参照。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_NO_METHOD & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_NO_METHOD & ERRCODE_RES_MASK\n" "string.text" msgid "Property or method not found: $(ARG1)." msgstr "次のプロパティまたはメソッドが見つかりません: $(ARG1)" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_NEEDS_OBJECT & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_NEEDS_OBJECT & ERRCODE_RES_MASK\n" "string.text" msgid "Object required." msgstr "オブジェクトが必要です。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_INVALID_USAGE_OBJECT & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_INVALID_USAGE_OBJECT & ERRCODE_RES_MASK\n" "string.text" msgid "Invalid use of an object." msgstr "オブジェクトの無効な使用。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_NO_OLE & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_NO_OLE & ERRCODE_RES_MASK\n" "string.text" msgid "OLE Automation is not supported by this object." msgstr "OLE の自動化はこのオブジェクトではサポートされません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_METHOD & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_METHOD & ERRCODE_RES_MASK\n" "string.text" msgid "This property or method is not supported by the object." msgstr "オブジェクトはこの属性、あるいはメソッドをサポートしません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_OLE_ERROR & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_OLE_ERROR & ERRCODE_RES_MASK\n" "string.text" msgid "OLE Automation Error." msgstr "OLE 自動化の際のエラー。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_ACTION & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_ACTION & ERRCODE_RES_MASK\n" "string.text" msgid "This action is not supported by given object." msgstr "このアクションは指定されたオブジェクトではサポートされません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_NO_NAMED_ARGS & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_NO_NAMED_ARGS & ERRCODE_RES_MASK\n" "string.text" msgid "Named arguments are not supported by given object." msgstr "指名された引数は指定されたオブジェクトではサポートされません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_LOCALE & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_LOCALE & ERRCODE_RES_MASK\n" "string.text" msgid "The current locale setting is not supported by the given object." msgstr "指定したオブジェクトは現在のロケール設定をサポートしません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_NAMED_NOT_FOUND & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_NAMED_NOT_FOUND & ERRCODE_RES_MASK\n" "string.text" msgid "Named argument not found." msgstr "指名した引数は見つかりません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_NOT_OPTIONAL & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_NOT_OPTIONAL & ERRCODE_RES_MASK\n" "string.text" msgid "Argument is not optional." msgstr "引数はオプションではありません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_WRONG_ARGS & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_WRONG_ARGS & ERRCODE_RES_MASK\n" "string.text" msgid "Invalid number of arguments." msgstr "引数の数が無効です。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_NOT_A_COLL & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_NOT_A_COLL & ERRCODE_RES_MASK\n" "string.text" msgid "Object is not a list." msgstr "オブジェクトはリストではありません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_ORDINAL & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_ORDINAL & ERRCODE_RES_MASK\n" "string.text" msgid "Invalid ordinal number." msgstr "序数は無効です。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_DLLPROC_NOT_FOUND & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_DLLPROC_NOT_FOUND & ERRCODE_RES_MASK\n" "string.text" msgid "Specified DLL function not found." msgstr "指定された DLL 機能は見つかりません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_CLIPBD_FORMAT & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_CLIPBD_FORMAT & ERRCODE_RES_MASK\n" "string.text" msgid "Invalid clipboard format." msgstr "クリップボード書式が無効です。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_PROPERTY_NOT_FOUND & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_PROPERTY_NOT_FOUND & ERRCODE_RES_MASK\n" "string.text" msgid "Object does not have this property." msgstr "オブジェクトにこの属性はありません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_METHOD_NOT_FOUND & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_METHOD_NOT_FOUND & ERRCODE_RES_MASK\n" "string.text" msgid "Object does not have this method." msgstr "オブジェクトにこのメソッドはありません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_ARG_MISSING & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_ARG_MISSING & ERRCODE_RES_MASK\n" "string.text" msgid "Required argument lacking." msgstr "必要な引数が足りません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_NUMBER_OF_ARGS & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_NUMBER_OF_ARGS & ERRCODE_RES_MASK\n" "string.text" msgid "Invalid number of arguments." msgstr "引数の数が無効です。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_METHOD_FAILED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_METHOD_FAILED & ERRCODE_RES_MASK\n" "string.text" msgid "Error executing a method." msgstr "メソッド実行中のエラー。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_SETPROP_FAILED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_SETPROP_FAILED & ERRCODE_RES_MASK\n" "string.text" msgid "Unable to set property." msgstr "属性は設定できませんでした。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_GETPROP_FAILED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_GETPROP_FAILED & ERRCODE_RES_MASK\n" "string.text" msgid "Unable to determine property." msgstr "属性は確かめることができませんでした。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_UNEXPECTED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_UNEXPECTED & ERRCODE_RES_MASK\n" "string.text" msgid "Unexpected symbol: $(ARG1)." msgstr "不適当なシンボル: $(ARG1)。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_EXPECTED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_EXPECTED & ERRCODE_RES_MASK\n" "string.text" msgid "Expected: $(ARG1)." msgstr "必要項目: $(ARG1)。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_SYMBOL_EXPECTED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_SYMBOL_EXPECTED & ERRCODE_RES_MASK\n" "string.text" msgid "Symbol expected." msgstr "シンボルが必要です。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_VAR_EXPECTED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_VAR_EXPECTED & ERRCODE_RES_MASK\n" "string.text" msgid "Variable expected." msgstr "変数が必要です。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_LABEL_EXPECTED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_LABEL_EXPECTED & ERRCODE_RES_MASK\n" "string.text" msgid "Label expected." msgstr "ラベルが必要です。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_LVALUE_EXPECTED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_LVALUE_EXPECTED & ERRCODE_RES_MASK\n" "string.text" msgid "Value cannot be applied." msgstr "数値は割り当てられません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_VAR_DEFINED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_VAR_DEFINED & ERRCODE_RES_MASK\n" "string.text" msgid "Variable $(ARG1) already defined." msgstr "変数 $(ARG1) はすでに定義されています。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_PROC_DEFINED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_PROC_DEFINED & ERRCODE_RES_MASK\n" "string.text" msgid "Sub procedure or function procedure $(ARG1) already defined." msgstr "Sub または Function プロシージャー $(ARG1) はすでに定義されています。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_LABEL_DEFINED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_LABEL_DEFINED & ERRCODE_RES_MASK\n" "string.text" msgid "Label $(ARG1) already defined." msgstr "ラベル $(ARG1) はすでに定義されています。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_UNDEF_VAR & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_UNDEF_VAR & ERRCODE_RES_MASK\n" "string.text" msgid "Variable $(ARG1) not found." msgstr "変数 $(ARG1) は見つかりません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_UNDEF_ARRAY & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_UNDEF_ARRAY & ERRCODE_RES_MASK\n" "string.text" msgid "Array or procedure $(ARG1) not found." msgstr "配列またはプロシージャー $(ARG1) は見つかりません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_UNDEF_PROC & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_UNDEF_PROC & ERRCODE_RES_MASK\n" "string.text" msgid "Procedure $(ARG1) not found." msgstr "プロシージャー $(ARG1) は見つかりません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_UNDEF_LABEL & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_UNDEF_LABEL & ERRCODE_RES_MASK\n" "string.text" msgid "Label $(ARG1) undefined." msgstr "ラベル $(ARG1) は定義されていません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_UNDEF_TYPE & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_UNDEF_TYPE & ERRCODE_RES_MASK\n" "string.text" msgid "Unknown data type $(ARG1)." msgstr "不明なデータの種類 $(ARG1)。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_EXIT & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_EXIT & ERRCODE_RES_MASK\n" "string.text" msgid "Exit $(ARG1) expected." msgstr "$(ARG1) の終了が必要です。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_BLOCK & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_BLOCK & ERRCODE_RES_MASK\n" "string.text" msgid "Statement block still open: $(ARG1) missing." msgstr "まだ開いたままの指示ブロック: $(ARG1) がありません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_BRACKETS & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_BRACKETS & ERRCODE_RES_MASK\n" "string.text" msgid "Parentheses do not match." msgstr "括弧が一致しません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_DECLARATION & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_DECLARATION & ERRCODE_RES_MASK\n" "string.text" msgid "Symbol $(ARG1) already defined differently." msgstr "シンボル $(ARG1) はすでに別個に定義されています。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_PARAMETERS & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_PARAMETERS & ERRCODE_RES_MASK\n" "string.text" msgid "Parameters do not correspond to procedure." msgstr "パラメーターはプロシージャーに合いません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_CHAR_IN_NUMBER & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_CHAR_IN_NUMBER & ERRCODE_RES_MASK\n" "string.text" msgid "Invalid character in number." msgstr "数に無効な文字。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_MUST_HAVE_DIMS & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_MUST_HAVE_DIMS & ERRCODE_RES_MASK\n" "string.text" msgid "Array must be dimensioned." msgstr "配列の次元化が必要です。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_NO_IF & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_NO_IF & ERRCODE_RES_MASK\n" "string.text" msgid "Else/Endif without If." msgstr "Else/Endif に対応する If がありません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_NOT_IN_SUBR & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_NOT_IN_SUBR & ERRCODE_RES_MASK\n" "string.text" msgid "$(ARG1) not allowed within a procedure." msgstr "$(ARG1) プロシージャー内では許可されません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_NOT_IN_MAIN & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_NOT_IN_MAIN & ERRCODE_RES_MASK\n" "string.text" msgid "$(ARG1) not allowed outside a procedure." msgstr "$(ARG1) プロシージャー外では許可されません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_WRONG_DIMS & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_WRONG_DIMS & ERRCODE_RES_MASK\n" "string.text" msgid "Dimension specifications do not match." msgstr "次元の指定が一致しません。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_BAD_OPTION & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_BAD_OPTION & ERRCODE_RES_MASK\n" "string.text" msgid "Unknown option: $(ARG1)." msgstr "不明なオプション: $(ARG1)。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_CONSTANT_REDECLARED & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_CONSTANT_REDECLARED & ERRCODE_RES_MASK\n" "string.text" msgid "Constant $(ARG1) redefined." msgstr "定数 $(ARG1) は再定義されます。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_PROG_TOO_LARGE & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_PROG_TOO_LARGE & ERRCODE_RES_MASK\n" "string.text" msgid "Program too large." msgstr "プログラムは大きすぎます。" #: sb.src +#, fuzzy msgctxt "" "sb.src\n" "RID_BASIC_START\n" -"SbERR_NO_STRINGS_ARRAYS & ERRCODE_RES_MASK\n" +"ERRCODE_BASIC_NO_STRINGS_ARRAYS & ERRCODE_RES_MASK\n" "string.text" msgid "Strings or arrays not permitted." msgstr "文字列または配列は許可されません。" @@ -1231,3 +1351,1082 @@ msgctxt "" "string.text" msgid "The library could not be removed from memory." msgstr "ライブラリはディスクから削除できませんでした。" + +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_NUMBER_OF_ARGS & ERRCODE_RES_MASK\n" +"string.text" +msgid "Invalid number of arguments." +msgstr "引数の数が無効です。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_SYNTAX & ERRCODE_RES_MASK\n" +"string.text" +msgid "Syntax error." +msgstr "シンタックスエラー。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_NO_GOSUB & ERRCODE_RES_MASK\n" +"string.text" +msgid "Return without Gosub." +msgstr "Return に対応する Gosub がありません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_REDO_FROM_START & ERRCODE_RES_MASK\n" +"string.text" +msgid "Incorrect entry; please retry." +msgstr "入力が正しくありません。もう一度入力し直してください。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_ARGUMENT & ERRCODE_RES_MASK\n" +"string.text" +msgid "Invalid procedure call." +msgstr "無効なプロシージャーの呼び出し。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_MATH_OVERFLOW & ERRCODE_RES_MASK\n" +"string.text" +msgid "Overflow." +msgstr "オーバーフロー。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_NO_MEMORY & ERRCODE_RES_MASK\n" +"string.text" +msgid "Not enough memory." +msgstr "メモリー不足。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_ALREADY_DIM & ERRCODE_RES_MASK\n" +"string.text" +msgid "Array already dimensioned." +msgstr "配列の次元化済み。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_OUT_OF_RANGE & ERRCODE_RES_MASK\n" +"string.text" +msgid "Index out of defined range." +msgstr "定義された範囲外のインデックス。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DUPLICATE_DEF & ERRCODE_RES_MASK\n" +"string.text" +msgid "Duplicate definition." +msgstr "重複した定義。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_ZERODIV & ERRCODE_RES_MASK\n" +"string.text" +msgid "Division by zero." +msgstr "ゼロによる除算。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_VAR_UNDEFINED & ERRCODE_RES_MASK\n" +"string.text" +msgid "Variable not defined." +msgstr "変数の未定義。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_CONVERSION & ERRCODE_RES_MASK\n" +"string.text" +msgid "Data type mismatch." +msgstr "データの種類が一致していません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_PARAMETER & ERRCODE_RES_MASK\n" +"string.text" +msgid "Invalid parameter." +msgstr "無効なパラメーターです。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_USER_ABORT & ERRCODE_RES_MASK\n" +"string.text" +msgid "Process interrupted by user." +msgstr "処理はユーザーによって中断されました。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_RESUME & ERRCODE_RES_MASK\n" +"string.text" +msgid "Resume without error." +msgstr "エラーなしで再開しました。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_STACK_OVERFLOW & ERRCODE_RES_MASK\n" +"string.text" +msgid "Not enough stack memory." +msgstr "不十分なスタックメモリー。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_PROC_UNDEFINED & ERRCODE_RES_MASK\n" +"string.text" +msgid "Sub-procedure or function procedure not defined." +msgstr "Sub または Function プロシージャーの未定義。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_DLL_LOAD & ERRCODE_RES_MASK\n" +"string.text" +msgid "Error loading DLL file." +msgstr "DLL ファイル読み込み時のエラー。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_DLL_CALL & ERRCODE_RES_MASK\n" +"string.text" +msgid "Wrong DLL call convention." +msgstr "正しくない DLL 呼び出し規約。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_INTERNAL_ERROR & ERRCODE_RES_MASK\n" +"string.text" +msgid "Internal error $(ARG1)." +msgstr "内部エラー $(ARG1)。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_CHANNEL & ERRCODE_RES_MASK\n" +"string.text" +msgid "Invalid file name or file number." +msgstr "ファイル名またはファイル番号が不適切。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_FILE_NOT_FOUND & ERRCODE_RES_MASK\n" +"string.text" +msgid "File not found." +msgstr "ファイルは見つかりません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_FILE_MODE & ERRCODE_RES_MASK\n" +"string.text" +msgid "Incorrect file mode." +msgstr "ファイルモードが正しくありません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_FILE_ALREADY_OPEN & ERRCODE_RES_MASK\n" +"string.text" +msgid "File already open." +msgstr "ファイルはすでに開かれています。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_IO_ERROR & ERRCODE_RES_MASK\n" +"string.text" +msgid "Device I/O error." +msgstr "デバイス I/O エラー。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_FILE_EXISTS & ERRCODE_RES_MASK\n" +"string.text" +msgid "File already exists." +msgstr "ファイルはすでにあります。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_RECORD_LENGTH & ERRCODE_RES_MASK\n" +"string.text" +msgid "Incorrect record length." +msgstr "レコードの長さが不適切。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DISK_FULL & ERRCODE_RES_MASK\n" +"string.text" +msgid "Disk or hard drive full." +msgstr "ディスクまたはハードディスクの容量不足。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_READ_PAST_EOF & ERRCODE_RES_MASK\n" +"string.text" +msgid "Reading exceeds EOF." +msgstr "EOF を越える読み取り。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_RECORD_NUMBER & ERRCODE_RES_MASK\n" +"string.text" +msgid "Incorrect record number." +msgstr "レコード番号が不適切。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_TOO_MANY_FILES & ERRCODE_RES_MASK\n" +"string.text" +msgid "Too many files." +msgstr "ファイルが多すぎます。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_NO_DEVICE & ERRCODE_RES_MASK\n" +"string.text" +msgid "Device not available." +msgstr "デバイスはありません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_ACCESS_DENIED & ERRCODE_RES_MASK\n" +"string.text" +msgid "Access denied." +msgstr "アクセスできません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_NOT_READY & ERRCODE_RES_MASK\n" +"string.text" +msgid "Disk not ready." +msgstr "ディスクは用意できていません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_NOT_IMPLEMENTED & ERRCODE_RES_MASK\n" +"string.text" +msgid "Not implemented." +msgstr "実装されていません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DIFFERENT_DRIVE & ERRCODE_RES_MASK\n" +"string.text" +msgid "Renaming on different drives impossible." +msgstr "異なったドライブでの名前の変更はできません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_ACCESS_ERROR & ERRCODE_RES_MASK\n" +"string.text" +msgid "Path/File access error." +msgstr "パスまたはファイルへのアクセスエラー。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_PATH_NOT_FOUND & ERRCODE_RES_MASK\n" +"string.text" +msgid "Path not found." +msgstr "パスが見つかりません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_NO_OBJECT & ERRCODE_RES_MASK\n" +"string.text" +msgid "Object variable not set." +msgstr "オブジェクト変数は設定できていません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_PATTERN & ERRCODE_RES_MASK\n" +"string.text" +msgid "Invalid string pattern." +msgstr "文字列パターンが無効です。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SBERR_IS_NULL & ERRCODE_RES_MASK\n" +"string.text" +msgid "Use of zero not permitted." +msgstr "ゼロの使用は許可されません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_ERROR & ERRCODE_RES_MASK\n" +"string.text" +msgid "DDE Error." +msgstr "DDE エラー。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_WAITINGACK & ERRCODE_RES_MASK\n" +"string.text" +msgid "Awaiting response to DDE connection." +msgstr "DDE 接続における応答待ち。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_OUTOFCHANNELS & ERRCODE_RES_MASK\n" +"string.text" +msgid "No DDE channels available." +msgstr "使える DDE チャネルがありません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_NO_RESPONSE & ERRCODE_RES_MASK\n" +"string.text" +msgid "No application responded to DDE connect initiation." +msgstr "DDE 接続希望に応答するアプリケーションがありません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_MULT_RESPONSES & ERRCODE_RES_MASK\n" +"string.text" +msgid "Too many applications responded to DDE connect initiation." +msgstr "DDE 接続希望に応答するアプリケーションが多すぎます。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_CHANNEL_LOCKED & ERRCODE_RES_MASK\n" +"string.text" +msgid "DDE channel locked." +msgstr "DDE チャネルはロックされています。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_NOTPROCESSED & ERRCODE_RES_MASK\n" +"string.text" +msgid "External application cannot execute DDE operation." +msgstr "外部アプリケーションは DDE のオペレーションを実行できません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_TIMEOUT & ERRCODE_RES_MASK\n" +"string.text" +msgid "Timeout while waiting for DDE response." +msgstr "DDE の応答待ちの間にタイムアウト。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_USER_INTERRUPT & ERRCODE_RES_MASK\n" +"string.text" +msgid "User pressed ESCAPE during DDE operation." +msgstr "DDEのオペレーションの最中に ユーザーがESCAPEボタンを押しました" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_BUSY & ERRCODE_RES_MASK\n" +"string.text" +msgid "External application busy." +msgstr "外部アプリケーションはビジー状態です。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_NO_DATA & ERRCODE_RES_MASK\n" +"string.text" +msgid "DDE operation without data." +msgstr "データなしの DDE オペレーション。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_WRONG_DATA_FORMAT & ERRCODE_RES_MASK\n" +"string.text" +msgid "Data are in wrong format." +msgstr "データは書式が正しくありません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_PARTNER_QUIT & ERRCODE_RES_MASK\n" +"string.text" +msgid "External application has been terminated." +msgstr "外部アプリケーションは終了しています。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_CONV_CLOSED & ERRCODE_RES_MASK\n" +"string.text" +msgid "DDE connection interrupted or modified." +msgstr "DDE 接続が中断したかまたは変更されています" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_NO_CHANNEL & ERRCODE_RES_MASK\n" +"string.text" +msgid "DDE method invoked with no channel open." +msgstr "DDE チャネルが開かれていない状態で DDE メソッドが呼び出されています。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_INVALID_LINK & ERRCODE_RES_MASK\n" +"string.text" +msgid "Invalid DDE link format." +msgstr "DDE リンク手法が正しくありません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_QUEUE_OVERFLOW & ERRCODE_RES_MASK\n" +"string.text" +msgid "DDE message has been lost." +msgstr "DDE メッセージは失われました。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_LINK_ALREADY_EST & ERRCODE_RES_MASK\n" +"string.text" +msgid "Paste link already performed." +msgstr "リンクの貼り付けはすでに実行されています。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_LINK_INV_TOPIC & ERRCODE_RES_MASK\n" +"string.text" +msgid "Link mode cannot be set due to invalid link topic." +msgstr "リンクモードはリンクトピックが無効のため、設定できません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DDE_DLL_NOT_FOUND & ERRCODE_RES_MASK\n" +"string.text" +msgid "DDE requires the DDEML.DLL file." +msgstr "DDE には DDEML.DLL ファイルが必要です。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_CANNOT_LOAD & ERRCODE_RES_MASK\n" +"string.text" +msgid "Module cannot be loaded; invalid format." +msgstr "モジュールが読み込めません。無効な書式です。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_INDEX & ERRCODE_RES_MASK\n" +"string.text" +msgid "Invalid object index." +msgstr "無効なオブジェクトインデックス。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_NO_ACTIVE_OBJECT & ERRCODE_RES_MASK\n" +"string.text" +msgid "Object is not available." +msgstr "オブジェクトがありません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_PROP_VALUE & ERRCODE_RES_MASK\n" +"string.text" +msgid "Incorrect property value." +msgstr "プロパティ値が正しくありません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_PROP_READONLY & ERRCODE_RES_MASK\n" +"string.text" +msgid "This property is read-only." +msgstr "プロパティは読み取り専用です。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_PROP_WRITEONLY & ERRCODE_RES_MASK\n" +"string.text" +msgid "This property is write only." +msgstr "プロパティは書き込み専用です。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_INVALID_OBJECT & ERRCODE_RES_MASK\n" +"string.text" +msgid "Invalid object reference." +msgstr "無効なオブジェクト参照。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_NO_METHOD & ERRCODE_RES_MASK\n" +"string.text" +msgid "Property or method not found: $(ARG1)." +msgstr "次のプロパティまたはメソッドが見つかりません: $(ARG1)" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_NEEDS_OBJECT & ERRCODE_RES_MASK\n" +"string.text" +msgid "Object required." +msgstr "オブジェクトが必要です。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_INVALID_USAGE_OBJECT & ERRCODE_RES_MASK\n" +"string.text" +msgid "Invalid use of an object." +msgstr "オブジェクトの無効な使用。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_NO_OLE & ERRCODE_RES_MASK\n" +"string.text" +msgid "OLE Automation is not supported by this object." +msgstr "OLE の自動化はこのオブジェクトではサポートされません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_METHOD & ERRCODE_RES_MASK\n" +"string.text" +msgid "This property or method is not supported by the object." +msgstr "オブジェクトはこの属性、あるいはメソッドをサポートしません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_OLE_ERROR & ERRCODE_RES_MASK\n" +"string.text" +msgid "OLE Automation Error." +msgstr "OLE 自動化の際のエラー。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_ACTION & ERRCODE_RES_MASK\n" +"string.text" +msgid "This action is not supported by given object." +msgstr "このアクションは指定されたオブジェクトではサポートされません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_NO_NAMED_ARGS & ERRCODE_RES_MASK\n" +"string.text" +msgid "Named arguments are not supported by given object." +msgstr "指名された引数は指定されたオブジェクトではサポートされません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_LOCALE & ERRCODE_RES_MASK\n" +"string.text" +msgid "The current locale setting is not supported by the given object." +msgstr "指定したオブジェクトは現在のロケール設定をサポートしません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_NAMED_NOT_FOUND & ERRCODE_RES_MASK\n" +"string.text" +msgid "Named argument not found." +msgstr "指名した引数は見つかりません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_NOT_OPTIONAL & ERRCODE_RES_MASK\n" +"string.text" +msgid "Argument is not optional." +msgstr "引数はオプションではありません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_WRONG_ARGS & ERRCODE_RES_MASK\n" +"string.text" +msgid "Invalid number of arguments." +msgstr "引数の数が無効です。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_NOT_A_COLL & ERRCODE_RES_MASK\n" +"string.text" +msgid "Object is not a list." +msgstr "オブジェクトはリストではありません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_ORDINAL & ERRCODE_RES_MASK\n" +"string.text" +msgid "Invalid ordinal number." +msgstr "序数は無効です。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_DLLPROC_NOT_FOUND & ERRCODE_RES_MASK\n" +"string.text" +msgid "Specified DLL function not found." +msgstr "指定された DLL 機能は見つかりません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_CLIPBD_FORMAT & ERRCODE_RES_MASK\n" +"string.text" +msgid "Invalid clipboard format." +msgstr "クリップボード書式が無効です。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_PROPERTY_NOT_FOUND & ERRCODE_RES_MASK\n" +"string.text" +msgid "Object does not have this property." +msgstr "オブジェクトにこの属性はありません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_METHOD_NOT_FOUND & ERRCODE_RES_MASK\n" +"string.text" +msgid "Object does not have this method." +msgstr "オブジェクトにこのメソッドはありません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_ARG_MISSING & ERRCODE_RES_MASK\n" +"string.text" +msgid "Required argument lacking." +msgstr "必要な引数が足りません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_METHOD_FAILED & ERRCODE_RES_MASK\n" +"string.text" +msgid "Error executing a method." +msgstr "メソッド実行中のエラー。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_SETPROP_FAILED & ERRCODE_RES_MASK\n" +"string.text" +msgid "Unable to set property." +msgstr "属性は設定できませんでした。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_GETPROP_FAILED & ERRCODE_RES_MASK\n" +"string.text" +msgid "Unable to determine property." +msgstr "属性は確かめることができませんでした。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_UNEXPECTED & ERRCODE_RES_MASK\n" +"string.text" +msgid "Unexpected symbol: $(ARG1)." +msgstr "不適当なシンボル: $(ARG1)。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_EXPECTED & ERRCODE_RES_MASK\n" +"string.text" +msgid "Expected: $(ARG1)." +msgstr "必要項目: $(ARG1)。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_SYMBOL_EXPECTED & ERRCODE_RES_MASK\n" +"string.text" +msgid "Symbol expected." +msgstr "シンボルが必要です。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_VAR_EXPECTED & ERRCODE_RES_MASK\n" +"string.text" +msgid "Variable expected." +msgstr "変数が必要です。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_LABEL_EXPECTED & ERRCODE_RES_MASK\n" +"string.text" +msgid "Label expected." +msgstr "ラベルが必要です。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_LVALUE_EXPECTED & ERRCODE_RES_MASK\n" +"string.text" +msgid "Value cannot be applied." +msgstr "数値は割り当てられません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_VAR_DEFINED & ERRCODE_RES_MASK\n" +"string.text" +msgid "Variable $(ARG1) already defined." +msgstr "変数 $(ARG1) はすでに定義されています。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_PROC_DEFINED & ERRCODE_RES_MASK\n" +"string.text" +msgid "Sub procedure or function procedure $(ARG1) already defined." +msgstr "Sub または Function プロシージャー $(ARG1) はすでに定義されています。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_LABEL_DEFINED & ERRCODE_RES_MASK\n" +"string.text" +msgid "Label $(ARG1) already defined." +msgstr "ラベル $(ARG1) はすでに定義されています。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_UNDEF_VAR & ERRCODE_RES_MASK\n" +"string.text" +msgid "Variable $(ARG1) not found." +msgstr "変数 $(ARG1) は見つかりません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_UNDEF_ARRAY & ERRCODE_RES_MASK\n" +"string.text" +msgid "Array or procedure $(ARG1) not found." +msgstr "配列またはプロシージャー $(ARG1) は見つかりません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_UNDEF_PROC & ERRCODE_RES_MASK\n" +"string.text" +msgid "Procedure $(ARG1) not found." +msgstr "プロシージャー $(ARG1) は見つかりません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_UNDEF_LABEL & ERRCODE_RES_MASK\n" +"string.text" +msgid "Label $(ARG1) undefined." +msgstr "ラベル $(ARG1) は定義されていません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_UNDEF_TYPE & ERRCODE_RES_MASK\n" +"string.text" +msgid "Unknown data type $(ARG1)." +msgstr "不明なデータの種類 $(ARG1)。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_EXIT & ERRCODE_RES_MASK\n" +"string.text" +msgid "Exit $(ARG1) expected." +msgstr "$(ARG1) の終了が必要です。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_BLOCK & ERRCODE_RES_MASK\n" +"string.text" +msgid "Statement block still open: $(ARG1) missing." +msgstr "まだ開いたままの指示ブロック: $(ARG1) がありません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_BRACKETS & ERRCODE_RES_MASK\n" +"string.text" +msgid "Parentheses do not match." +msgstr "括弧が一致しません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_DECLARATION & ERRCODE_RES_MASK\n" +"string.text" +msgid "Symbol $(ARG1) already defined differently." +msgstr "シンボル $(ARG1) はすでに別個に定義されています。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_PARAMETERS & ERRCODE_RES_MASK\n" +"string.text" +msgid "Parameters do not correspond to procedure." +msgstr "パラメーターはプロシージャーに合いません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_CHAR_IN_NUMBER & ERRCODE_RES_MASK\n" +"string.text" +msgid "Invalid character in number." +msgstr "数に無効な文字。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_MUST_HAVE_DIMS & ERRCODE_RES_MASK\n" +"string.text" +msgid "Array must be dimensioned." +msgstr "配列の次元化が必要です。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_NO_IF & ERRCODE_RES_MASK\n" +"string.text" +msgid "Else/Endif without If." +msgstr "Else/Endif に対応する If がありません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_NOT_IN_SUBR & ERRCODE_RES_MASK\n" +"string.text" +msgid "$(ARG1) not allowed within a procedure." +msgstr "$(ARG1) プロシージャー内では許可されません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_NOT_IN_MAIN & ERRCODE_RES_MASK\n" +"string.text" +msgid "$(ARG1) not allowed outside a procedure." +msgstr "$(ARG1) プロシージャー外では許可されません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_WRONG_DIMS & ERRCODE_RES_MASK\n" +"string.text" +msgid "Dimension specifications do not match." +msgstr "次元の指定が一致しません。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_BAD_OPTION & ERRCODE_RES_MASK\n" +"string.text" +msgid "Unknown option: $(ARG1)." +msgstr "不明なオプション: $(ARG1)。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_CONSTANT_REDECLARED & ERRCODE_RES_MASK\n" +"string.text" +msgid "Constant $(ARG1) redefined." +msgstr "定数 $(ARG1) は再定義されます。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_PROG_TOO_LARGE & ERRCODE_RES_MASK\n" +"string.text" +msgid "Program too large." +msgstr "プログラムは大きすぎます。" + +#: sb.src +msgctxt "" +"sb.src\n" +"RID_BASIC_START\n" +"SbERR_NO_STRINGS_ARRAYS & ERRCODE_RES_MASK\n" +"string.text" +msgid "Strings or arrays not permitted." +msgstr "文字列または配列は許可されません。" diff --git a/source/ja/chart2/uiconfig/ui.po b/source/ja/chart2/uiconfig/ui.po index 0fdfc8b1505..2afc61640d6 100644 --- a/source/ja/chart2/uiconfig/ui.po +++ b/source/ja/chart2/uiconfig/ui.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-04-22 23:40+0200\n" -"PO-Revision-Date: 2015-07-11 04:41+0000\n" -"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" +"POT-Creation-Date: 2015-08-25 12:33+0200\n" +"PO-Revision-Date: 2015-08-26 07:05+0000\n" +"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1436589662.000000\n" +"X-POOTLE-MTIME: 1440572734.000000\n" #: 3dviewdialog.ui msgctxt "" @@ -1006,6 +1006,658 @@ msgctxt "" msgid "Tabs" msgstr "タブ" +#: sidebaraxis.ui +#, fuzzy +msgctxt "" +"sidebaraxis.ui\n" +"checkbutton_show_label\n" +"label\n" +"string.text" +msgid "Show labels" +msgstr "ラベルを表示(_W)" + +#: sidebaraxis.ui +#, fuzzy +msgctxt "" +"sidebaraxis.ui\n" +"checkbutton_reverse\n" +"label\n" +"string.text" +msgid "Reverse direction" +msgstr "逆方向(_R)" + +#: sidebaraxis.ui +msgctxt "" +"sidebaraxis.ui\n" +"label1\n" +"label\n" +"string.text" +msgid "_Label position:" +msgstr "" + +#: sidebaraxis.ui +#, fuzzy +msgctxt "" +"sidebaraxis.ui\n" +"comboboxtext_label_position\n" +"0\n" +"stringlist.text" +msgid "Near Axis" +msgstr "軸の左側/下側" + +#: sidebaraxis.ui +#, fuzzy +msgctxt "" +"sidebaraxis.ui\n" +"comboboxtext_label_position\n" +"1\n" +"stringlist.text" +msgid "Near Axis (other side)" +msgstr "軸の右側/上側" + +#: sidebaraxis.ui +#, fuzzy +msgctxt "" +"sidebaraxis.ui\n" +"comboboxtext_label_position\n" +"2\n" +"stringlist.text" +msgid "Outside start" +msgstr "左端/下端" + +#: sidebaraxis.ui +#, fuzzy +msgctxt "" +"sidebaraxis.ui\n" +"comboboxtext_label_position\n" +"3\n" +"stringlist.text" +msgid "Outside end" +msgstr "右端/上端" + +#: sidebaraxis.ui +#, fuzzy +msgctxt "" +"sidebaraxis.ui\n" +"label2\n" +"label\n" +"string.text" +msgid "_Text orientation:" +msgstr "文字の方向" + +#: sidebarelements.ui +#, fuzzy +msgctxt "" +"sidebarelements.ui\n" +"checkbutton_subtitle\n" +"label\n" +"string.text" +msgid "Subtitle" +msgstr "サブタイトル(_S)" + +#: sidebarelements.ui +#, fuzzy +msgctxt "" +"sidebarelements.ui\n" +"checkbutton_title\n" +"label\n" +"string.text" +msgid "Title" +msgstr "タイトル" + +#: sidebarelements.ui +#, fuzzy +msgctxt "" +"sidebarelements.ui\n" +"l\n" +"label\n" +"string.text" +msgid "Title" +msgstr "タイトル" + +#: sidebarelements.ui +#, fuzzy +msgctxt "" +"sidebarelements.ui\n" +"checkbutton_x_axis\n" +"label\n" +"string.text" +msgid "X axis" +msgstr "X軸" + +#: sidebarelements.ui +msgctxt "" +"sidebarelements.ui\n" +"checkbutton_x_axis_title\n" +"label\n" +"string.text" +msgid "X axis title" +msgstr "" + +#: sidebarelements.ui +#, fuzzy +msgctxt "" +"sidebarelements.ui\n" +"checkbutton_y_axis\n" +"label\n" +"string.text" +msgid "Y axis" +msgstr "_Y軸" + +#: sidebarelements.ui +msgctxt "" +"sidebarelements.ui\n" +"checkbutton_y_axis_title\n" +"label\n" +"string.text" +msgid "Y axis title" +msgstr "" + +#: sidebarelements.ui +#, fuzzy +msgctxt "" +"sidebarelements.ui\n" +"checkbutton_z_axis\n" +"label\n" +"string.text" +msgid "Z axis" +msgstr "_Z軸" + +#: sidebarelements.ui +msgctxt "" +"sidebarelements.ui\n" +"checkbutton_z_axis_title\n" +"label\n" +"string.text" +msgid "Z axis title" +msgstr "" + +#: sidebarelements.ui +msgctxt "" +"sidebarelements.ui\n" +"checkbutton_2nd_x_axis\n" +"label\n" +"string.text" +msgid "2nd X axis" +msgstr "" + +#: sidebarelements.ui +msgctxt "" +"sidebarelements.ui\n" +"checkbutton_2nd_x_axis_title\n" +"label\n" +"string.text" +msgid "2nd X axis title" +msgstr "" + +#: sidebarelements.ui +msgctxt "" +"sidebarelements.ui\n" +"checkbutton_2nd_y_axis\n" +"label\n" +"string.text" +msgid "2nd Y axis" +msgstr "" + +#: sidebarelements.ui +msgctxt "" +"sidebarelements.ui\n" +"checkbutton_2nd_y_axis_title\n" +"label\n" +"string.text" +msgid "2nd Y axis title" +msgstr "" + +#: sidebarelements.ui +#, fuzzy +msgctxt "" +"sidebarelements.ui\n" +"label_axes\n" +"label\n" +"string.text" +msgid "Axes" +msgstr "軸" + +#: sidebarelements.ui +msgctxt "" +"sidebarelements.ui\n" +"checkbutton_legend\n" +"label\n" +"string.text" +msgid "Show legend" +msgstr "" + +#: sidebarelements.ui +msgctxt "" +"sidebarelements.ui\n" +"placement_label\n" +"label\n" +"string.text" +msgid "_Placement:" +msgstr "" + +#: sidebarelements.ui +#, fuzzy +msgctxt "" +"sidebarelements.ui\n" +"comboboxtext_legend\n" +"0\n" +"stringlist.text" +msgid "Bottom" +msgstr "下(_B)" + +#: sidebarelements.ui +#, fuzzy +msgctxt "" +"sidebarelements.ui\n" +"comboboxtext_legend\n" +"1\n" +"stringlist.text" +msgid "Left" +msgstr "左" + +#: sidebarelements.ui +#, fuzzy +msgctxt "" +"sidebarelements.ui\n" +"comboboxtext_legend\n" +"2\n" +"stringlist.text" +msgid "Right" +msgstr "右" + +#: sidebarelements.ui +#, fuzzy +msgctxt "" +"sidebarelements.ui\n" +"comboboxtext_legend\n" +"3\n" +"stringlist.text" +msgid "Top" +msgstr "上(_T)" + +#: sidebarelements.ui +msgctxt "" +"sidebarelements.ui\n" +"comboboxtext_legend\n" +"4\n" +"stringlist.text" +msgid "Manual" +msgstr "" + +#: sidebarelements.ui +#, fuzzy +msgctxt "" +"sidebarelements.ui\n" +"label_legen\n" +"label\n" +"string.text" +msgid "Legend" +msgstr "凡例" + +#: sidebarelements.ui +msgctxt "" +"sidebarelements.ui\n" +"checkbutton_gridline_vertical_major\n" +"label\n" +"string.text" +msgid "Vertical major" +msgstr "" + +#: sidebarelements.ui +msgctxt "" +"sidebarelements.ui\n" +"checkbutton_gridline_vertical_minor\n" +"label\n" +"string.text" +msgid "Vertical minor" +msgstr "" + +#: sidebarelements.ui +msgctxt "" +"sidebarelements.ui\n" +"checkbutton_gridline_horizontal_major\n" +"label\n" +"string.text" +msgid "Horizontal major" +msgstr "" + +#: sidebarelements.ui +msgctxt "" +"sidebarelements.ui\n" +"checkbutton_gridline_horizontal_minor\n" +"label\n" +"string.text" +msgid "Horizontal minor" +msgstr "" + +#: sidebarelements.ui +msgctxt "" +"sidebarelements.ui\n" +"label_gri\n" +"label\n" +"string.text" +msgid "Gridlines" +msgstr "" + +#: sidebarerrorbar.ui +#, fuzzy +msgctxt "" +"sidebarerrorbar.ui\n" +"label2\n" +"label\n" +"string.text" +msgid "Error category:" +msgstr "エラーのカテゴリー" + +#: sidebarerrorbar.ui +msgctxt "" +"sidebarerrorbar.ui\n" +"comboboxtext_type\n" +"0\n" +"stringlist.text" +msgid "Constant" +msgstr "" + +#: sidebarerrorbar.ui +#, fuzzy +msgctxt "" +"sidebarerrorbar.ui\n" +"comboboxtext_type\n" +"1\n" +"stringlist.text" +msgid "Percentage" +msgstr "パーセンテージ(_P)" + +#: sidebarerrorbar.ui +#, fuzzy +msgctxt "" +"sidebarerrorbar.ui\n" +"comboboxtext_type\n" +"2\n" +"stringlist.text" +msgid "Cell Range" +msgstr "セル範囲(_R)" + +#: sidebarerrorbar.ui +#, fuzzy +msgctxt "" +"sidebarerrorbar.ui\n" +"comboboxtext_type\n" +"3\n" +"stringlist.text" +msgid "Standard deviation" +msgstr "標準偏差" + +#: sidebarerrorbar.ui +#, fuzzy +msgctxt "" +"sidebarerrorbar.ui\n" +"comboboxtext_type\n" +"4\n" +"stringlist.text" +msgid "Standard error" +msgstr "標準誤差" + +#: sidebarerrorbar.ui +#, fuzzy +msgctxt "" +"sidebarerrorbar.ui\n" +"comboboxtext_type\n" +"5\n" +"stringlist.text" +msgid "Variance" +msgstr "分散" + +#: sidebarerrorbar.ui +#, fuzzy +msgctxt "" +"sidebarerrorbar.ui\n" +"comboboxtext_type\n" +"6\n" +"stringlist.text" +msgid "Error margin" +msgstr "誤差幅" + +#: sidebarerrorbar.ui +#, fuzzy +msgctxt "" +"sidebarerrorbar.ui\n" +"label3\n" +"label\n" +"string.text" +msgid "Positive (+):" +msgstr "正(+)(_O)" + +#: sidebarerrorbar.ui +#, fuzzy +msgctxt "" +"sidebarerrorbar.ui\n" +"label4\n" +"label\n" +"string.text" +msgid "Negative (-):" +msgstr "負 (-)(_N)" + +#: sidebarerrorbar.ui +msgctxt "" +"sidebarerrorbar.ui\n" +"spinbutton_pos\n" +"text\n" +"string.text" +msgid "0.00" +msgstr "" + +#: sidebarerrorbar.ui +msgctxt "" +"sidebarerrorbar.ui\n" +"spinbutton_neg\n" +"text\n" +"string.text" +msgid "0.00" +msgstr "" + +#: sidebarerrorbar.ui +#, fuzzy +msgctxt "" +"sidebarerrorbar.ui\n" +"radiobutton_positive_negative\n" +"tooltip_text\n" +"string.text" +msgid "Positive and Negative" +msgstr "正と負(_A)" + +#: sidebarerrorbar.ui +#, fuzzy +msgctxt "" +"sidebarerrorbar.ui\n" +"radiobutton_positive\n" +"tooltip_text\n" +"string.text" +msgid "Positive" +msgstr "正(_I)" + +#: sidebarerrorbar.ui +#, fuzzy +msgctxt "" +"sidebarerrorbar.ui\n" +"radiobutton_negative\n" +"tooltip_text\n" +"string.text" +msgid "Negative" +msgstr "負(_G)" + +#: sidebarerrorbar.ui +#, fuzzy +msgctxt "" +"sidebarerrorbar.ui\n" +"label1\n" +"label\n" +"string.text" +msgid "Error indicators" +msgstr "誤差範囲の表示" + +#: sidebarerrorbar.ui +msgctxt "" +"sidebarerrorbar.ui\n" +"label_error_bar\n" +"label\n" +"string.text" +msgid "Error bars" +msgstr "" + +#: sidebarseries.ui +msgctxt "" +"sidebarseries.ui\n" +"checkbutton_label\n" +"label\n" +"string.text" +msgid "Show data labels" +msgstr "" + +#: sidebarseries.ui +msgctxt "" +"sidebarseries.ui\n" +"label_box\n" +"label\n" +"string.text" +msgid "P_lacement:" +msgstr "" + +#: sidebarseries.ui +#, fuzzy +msgctxt "" +"sidebarseries.ui\n" +"comboboxtext_label\n" +"0\n" +"stringlist.text" +msgid "Above" +msgstr "上" + +#: sidebarseries.ui +#, fuzzy +msgctxt "" +"sidebarseries.ui\n" +"comboboxtext_label\n" +"1\n" +"stringlist.text" +msgid "Below" +msgstr "下" + +#: sidebarseries.ui +#, fuzzy +msgctxt "" +"sidebarseries.ui\n" +"comboboxtext_label\n" +"2\n" +"stringlist.text" +msgid "Center" +msgstr "中央" + +#: sidebarseries.ui +#, fuzzy +msgctxt "" +"sidebarseries.ui\n" +"comboboxtext_label\n" +"3\n" +"stringlist.text" +msgid "Outside" +msgstr "外側" + +#: sidebarseries.ui +#, fuzzy +msgctxt "" +"sidebarseries.ui\n" +"comboboxtext_label\n" +"4\n" +"stringlist.text" +msgid "Inside" +msgstr "内側" + +#: sidebarseries.ui +#, fuzzy +msgctxt "" +"sidebarseries.ui\n" +"comboboxtext_label\n" +"5\n" +"stringlist.text" +msgid "Near origin" +msgstr "原点近く" + +#: sidebarseries.ui +msgctxt "" +"sidebarseries.ui\n" +"checkbutton_trendline\n" +"label\n" +"string.text" +msgid "Show trendline" +msgstr "" + +#: sidebarseries.ui +msgctxt "" +"sidebarseries.ui\n" +"checkbutton_y_error\n" +"label\n" +"string.text" +msgid "Y error bars" +msgstr "" + +#: sidebarseries.ui +msgctxt "" +"sidebarseries.ui\n" +"checkbutton_x_error\n" +"label\n" +"string.text" +msgid "X error bars" +msgstr "" + +#: sidebarseries.ui +msgctxt "" +"sidebarseries.ui\n" +"label1\n" +"label\n" +"string.text" +msgid "Error Bars" +msgstr "" + +#: sidebarseries.ui +#, fuzzy +msgctxt "" +"sidebarseries.ui\n" +"radiobutton_primary_axis\n" +"label\n" +"string.text" +msgid "Primary Y axis" +msgstr "第1Y軸" + +#: sidebarseries.ui +#, fuzzy +msgctxt "" +"sidebarseries.ui\n" +"radiobutton_secondary_axis\n" +"label\n" +"string.text" +msgid "Secondary Y axis" +msgstr "第2Y軸" + +#: sidebarseries.ui +msgctxt "" +"sidebarseries.ui\n" +"axis_label\n" +"label\n" +"string.text" +msgid "Align Series to Axis" +msgstr "" + +#: sidebarseries.ui +msgctxt "" +"sidebarseries.ui\n" +"label_series_tmpl\n" +"label\n" +"string.text" +msgid "Data series '%1'" +msgstr "" + #: smoothlinesdlg.ui msgctxt "" "smoothlinesdlg.ui\n" @@ -1436,7 +2088,7 @@ msgctxt "" "tooltip_text\n" "string.text" msgid "Select a color using the color dialog" -msgstr "色選択ダイアログで色を選択します。" +msgstr "色選択ダイアログで色を選択します" #: tp_3D_SceneIllumination.ui msgctxt "" @@ -1454,7 +2106,7 @@ msgctxt "" "tooltip_markup\n" "string.text" msgid "Select a color using the color dialog" -msgstr "色選択ダイアログで色を選択します。" +msgstr "色選択ダイアログで色を選択します" #: tp_3D_SceneIllumination.ui msgctxt "" @@ -1463,7 +2115,7 @@ msgctxt "" "tooltip_text\n" "string.text" msgid "Select a color using the color dialog" -msgstr "色選択ダイアログで色を選択します。" +msgstr "色選択ダイアログで色を選択します" #: tp_3D_SceneIllumination.ui msgctxt "" diff --git a/source/ja/cui/source/dialogs.po b/source/ja/cui/source/dialogs.po index 57edf035dbe..5c3b133700c 100644 --- a/source/ja/cui/source/dialogs.po +++ b/source/ja/cui/source/dialogs.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-06-24 17:06+0200\n" -"PO-Revision-Date: 2015-08-09 05:49+0000\n" -"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" +"POT-Creation-Date: 2015-08-25 12:33+0200\n" +"PO-Revision-Date: 2015-08-26 07:07+0000\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1439099392.000000\n" +"X-POOTLE-MTIME: 1440572836.000000\n" #: cuires.src msgctxt "" @@ -103,7 +103,7 @@ msgctxt "" "RID_SVXSTR_THOUSAND_SEP\n" "string.text" msgid "Thousands separator" -msgstr "3桁区切り" +msgstr "3桁区切り文字" #: cuires.src msgctxt "" @@ -732,22 +732,6 @@ msgstr "有効でない" #: svuidlg.src msgctxt "" "svuidlg.src\n" -"STR_GRAPHICLINK\n" -"string.text" -msgid "Graphic" -msgstr "画像" - -#: svuidlg.src -msgctxt "" -"svuidlg.src\n" -"STR_BUTTONCLOSE\n" -"string.text" -msgid "~Close" -msgstr "閉じる(~C)" - -#: svuidlg.src -msgctxt "" -"svuidlg.src\n" "STR_CLOSELINKMSG\n" "string.text" msgid "Are you sure you want to remove the selected link?" @@ -768,3 +752,17 @@ msgctxt "" "string.text" msgid "Waiting" msgstr "待機中" + +msgctxt "" +"svuidlg.src\n" +"STR_GRAPHICLINK\n" +"string.text" +msgid "Graphic" +msgstr "画像" + +msgctxt "" +"svuidlg.src\n" +"STR_BUTTONCLOSE\n" +"string.text" +msgid "~Close" +msgstr "閉じる(~C)" diff --git a/source/ja/cui/uiconfig/ui.po b/source/ja/cui/uiconfig/ui.po index 7eadf11db9b..21193fd81c4 100644 --- a/source/ja/cui/uiconfig/ui.po +++ b/source/ja/cui/uiconfig/ui.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: LibO 40l10n\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-06-24 17:06+0200\n" -"PO-Revision-Date: 2015-08-09 06:48+0000\n" -"Last-Translator: Naruhiko Ogasawara <naruoga@gmail.com>\n" +"POT-Creation-Date: 2015-08-25 12:33+0200\n" +"PO-Revision-Date: 2015-08-26 07:12+0000\n" +"Last-Translator: system user <>\n" "Language-Team: none\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1439102929.000000\n" +"X-POOTLE-MTIME: 1440573140.000000\n" #: aboutconfigdialog.ui msgctxt "" @@ -1198,33 +1198,6 @@ msgstr "表" #: backgroundpage.ui msgctxt "" "backgroundpage.ui\n" -"paralb\n" -"0\n" -"stringlist.text" -msgid "Paragraph" -msgstr "段落" - -#: backgroundpage.ui -msgctxt "" -"backgroundpage.ui\n" -"paralb\n" -"1\n" -"stringlist.text" -msgid "Character" -msgstr "文字" - -#: backgroundpage.ui -msgctxt "" -"backgroundpage.ui\n" -"transparencyft\n" -"label\n" -"string.text" -msgid "_Transparency:" -msgstr "透明化(_T):" - -#: backgroundpage.ui -msgctxt "" -"backgroundpage.ui\n" "background_label\n" "label\n" "string.text" @@ -1315,15 +1288,6 @@ msgstr "種類" #: backgroundpage.ui msgctxt "" "backgroundpage.ui\n" -"label7\n" -"label\n" -"string.text" -msgid "Transparency" -msgstr "透過性" - -#: backgroundpage.ui -msgctxt "" -"backgroundpage.ui\n" "showpreview\n" "label\n" "string.text" @@ -1706,7 +1670,7 @@ msgctxt "" "0\n" "stringlist.text" msgid "Any" -msgstr "" +msgstr "すべて" #: borderareatransparencydialog.ui msgctxt "" @@ -9510,24 +9474,6 @@ msgstr "アニメーションテキストを許可する(_T)" #: optaccessibilitypage.ui msgctxt "" "optaccessibilitypage.ui\n" -"tiphelptimeout\n" -"label\n" -"string.text" -msgid "_Help tips disappear after" -msgstr "ヒントの表示時間(_H)" - -#: optaccessibilitypage.ui -msgctxt "" -"optaccessibilitypage.ui\n" -"label3\n" -"label\n" -"string.text" -msgid "seconds" -msgstr "秒" - -#: optaccessibilitypage.ui -msgctxt "" -"optaccessibilitypage.ui\n" "label1\n" "label\n" "string.text" @@ -10455,15 +10401,6 @@ msgstr "HTMLとBasic、SQLソースのフォント設定" #: optgeneralpage.ui msgctxt "" "optgeneralpage.ui\n" -"tooltips\n" -"label\n" -"string.text" -msgid "_Tips" -msgstr "ヒント(_T)" - -#: optgeneralpage.ui -msgctxt "" -"optgeneralpage.ui\n" "exthelp\n" "label\n" "string.text" @@ -10743,33 +10680,6 @@ msgstr "LibreOffice _Basic" #: opthtmlpage.ui msgctxt "" "opthtmlpage.ui\n" -"export\n" -"0\n" -"stringlist.text" -msgid "Microsoft Internet Explorer" -msgstr "Microsoft Internet Explorer" - -#: opthtmlpage.ui -msgctxt "" -"opthtmlpage.ui\n" -"export\n" -"1\n" -"stringlist.text" -msgid "Mozilla Firefox" -msgstr "Mozilla Firefox" - -#: opthtmlpage.ui -msgctxt "" -"opthtmlpage.ui\n" -"export\n" -"2\n" -"stringlist.text" -msgid "%PRODUCTNAME Writer" -msgstr "%PRODUCTNAME Writer" - -#: opthtmlpage.ui -msgctxt "" -"opthtmlpage.ui\n" "label3\n" "label\n" "string.text" @@ -11193,24 +11103,6 @@ msgstr "文章作成支援" #: optmemorypage.ui msgctxt "" "optmemorypage.ui\n" -"label5\n" -"label\n" -"string.text" -msgid "_Number of steps:" -msgstr "ステップの数(_N):" - -#: optmemorypage.ui -msgctxt "" -"optmemorypage.ui\n" -"label1\n" -"label\n" -"string.text" -msgid "Undo" -msgstr "元に戻す" - -#: optmemorypage.ui -msgctxt "" -"optmemorypage.ui\n" "label6\n" "label\n" "string.text" @@ -12594,24 +12486,6 @@ msgstr "図の出力" #: optviewpage.ui msgctxt "" "optviewpage.ui\n" -"trans\n" -"label\n" -"string.text" -msgid "_Transparency:" -msgstr "透明化(_T):" - -#: optviewpage.ui -msgctxt "" -"optviewpage.ui\n" -"label14\n" -"label\n" -"string.text" -msgid "Selection" -msgstr "選択範囲" - -#: optviewpage.ui -msgctxt "" -"optviewpage.ui\n" "label13\n" "label\n" "string.text" @@ -12666,15 +12540,6 @@ msgstr "フォントのプレビューを表示(_R)" #: optviewpage.ui msgctxt "" "optviewpage.ui\n" -"showfonthistory\n" -"label\n" -"string.text" -msgid "Show font h_istory" -msgstr "フォント履歴を表示(_I)" - -#: optviewpage.ui -msgctxt "" -"optviewpage.ui\n" "label5\n" "label\n" "string.text" @@ -16974,20 +16839,20 @@ msgstr "タイムスタンプ局の URL" #: tsaurldialog.ui msgctxt "" "tsaurldialog.ui\n" -"add\n" +"delete\n" "label\n" "string.text" -msgid "_Add..." -msgstr "追加(_A)..." +msgid "_Delete..." +msgstr "削除(_D)..." #: tsaurldialog.ui msgctxt "" "tsaurldialog.ui\n" -"delete\n" +"add\n" "label\n" "string.text" -msgid "_Delete..." -msgstr "削除(_D)..." +msgid "_Add..." +msgstr "追加(_A)..." #: tsaurldialog.ui msgctxt "" @@ -17366,3 +17231,126 @@ msgctxt "" "string.text" msgid "View Layout" msgstr "表示レイアウト" + +msgctxt "" +"backgroundpage.ui\n" +"paralb\n" +"0\n" +"stringlist.text" +msgid "Paragraph" +msgstr "段落" + +msgctxt "" +"backgroundpage.ui\n" +"paralb\n" +"1\n" +"stringlist.text" +msgid "Character" +msgstr "文字" + +msgctxt "" +"backgroundpage.ui\n" +"label7\n" +"label\n" +"string.text" +msgid "Transparency" +msgstr "透過性" + +msgctxt "" +"optaccessibilitypage.ui\n" +"tiphelptimeout\n" +"label\n" +"string.text" +msgid "_Help tips disappear after" +msgstr "ヒントの表示時間(_H)" + +msgctxt "" +"optaccessibilitypage.ui\n" +"label3\n" +"label\n" +"string.text" +msgid "seconds" +msgstr "秒" + +msgctxt "" +"optgeneralpage.ui\n" +"tooltips\n" +"label\n" +"string.text" +msgid "_Tips" +msgstr "ヒント(_T)" + +msgctxt "" +"opthtmlpage.ui\n" +"export\n" +"0\n" +"stringlist.text" +msgid "Microsoft Internet Explorer" +msgstr "Microsoft Internet Explorer" + +msgctxt "" +"opthtmlpage.ui\n" +"export\n" +"1\n" +"stringlist.text" +msgid "Mozilla Firefox" +msgstr "Mozilla Firefox" + +msgctxt "" +"opthtmlpage.ui\n" +"export\n" +"2\n" +"stringlist.text" +msgid "%PRODUCTNAME Writer" +msgstr "%PRODUCTNAME Writer" + +msgctxt "" +"optmemorypage.ui\n" +"label5\n" +"label\n" +"string.text" +msgid "_Number of steps:" +msgstr "ステップの数(_N):" + +msgctxt "" +"optmemorypage.ui\n" +"label1\n" +"label\n" +"string.text" +msgid "Undo" +msgstr "元に戻す" + +msgctxt "" +"optviewpage.ui\n" +"trans\n" +"label\n" +"string.text" +msgid "_Transparency:" +msgstr "透明化(_T):" + +msgctxt "" +"optviewpage.ui\n" +"showfonthistory\n" +"label\n" +"string.text" +msgid "Show font h_istory" +msgstr "フォント履歴を表示(_I)" + +#: backgroundpage.ui +#, fuzzy +msgctxt "" +"backgroundpage.ui\n" +"transparencyft\n" +"label\n" +"string.text" +msgid "_Transparency:" +msgstr "透明化(_T):" + +#: optviewpage.ui +msgctxt "" +"optviewpage.ui\n" +"label14\n" +"label\n" +"string.text" +msgid "Selection" +msgstr "選択範囲" diff --git a/source/ja/dbaccess/source/ui/dlg.po b/source/ja/dbaccess/source/ui/dlg.po index 360649e981c..b89b96fc101 100644 --- a/source/ja/dbaccess/source/ui/dlg.po +++ b/source/ja/dbaccess/source/ui/dlg.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-04-22 23:40+0200\n" +"POT-Creation-Date: 2015-08-25 12:34+0200\n" "PO-Revision-Date: 2015-06-01 11:10+0000\n" -"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -85,8 +85,8 @@ msgctxt "" "AutoControls.src\n" "STR_COMMONURL\n" "string.text" -msgid "Datasource URL" -msgstr "データソースの URL" +msgid "Datasource URL (e.g. postgresql://host:port/database)" +msgstr "" #: AutoControls.src msgctxt "" @@ -850,3 +850,10 @@ msgctxt "" "string.text" msgid "Details" msgstr "詳細" + +msgctxt "" +"AutoControls.src\n" +"STR_COMMONURL\n" +"string.text" +msgid "Datasource URL" +msgstr "データソースの URL" diff --git a/source/ja/desktop/source/deployment/gui.po b/source/ja/desktop/source/deployment/gui.po index 0694c348600..d0de154fe26 100644 --- a/source/ja/desktop/source/deployment/gui.po +++ b/source/ja/desktop/source/deployment/gui.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-04-22 23:40+0200\n" -"PO-Revision-Date: 2015-05-18 11:12+0000\n" -"Last-Translator: ytmknd <yagit@mknada.sakura.ne.jp>\n" +"POT-Creation-Date: 2015-08-25 12:33+0200\n" +"PO-Revision-Date: 2015-06-06 12:01+0000\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.5.1\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1431947535.000000\n" +"X-POOTLE-MTIME: 1433592079.000000\n" #: dp_gui_dialog.src msgctxt "" @@ -247,14 +247,6 @@ msgstr "拡張機能「%Name」は、このコンピューターで動作しま #: dp_gui_updatedialog.src msgctxt "" "dp_gui_updatedialog.src\n" -"RID_DLG_UPDATE_ERROR\n" -"string.text" -msgid "Error" -msgstr "エラー" - -#: dp_gui_updatedialog.src -msgctxt "" -"dp_gui_updatedialog.src\n" "RID_DLG_UPDATE_NONE\n" "string.text" msgid "No new updates are available." @@ -523,3 +515,10 @@ msgstr "" "旧バージョン $DEPLOYED の「$OLDNAME」がすでにインストールされています。\n" "インストール済みの拡張機能を置き換えるには、「OK」をクリックしてください。\n" "インストールを中止するには、「キャンセル」をクリックしてください。" + +msgctxt "" +"dp_gui_updatedialog.src\n" +"RID_DLG_UPDATE_ERROR\n" +"string.text" +msgid "Error" +msgstr "エラー" diff --git a/source/ja/desktop/uiconfig/ui.po b/source/ja/desktop/uiconfig/ui.po index 02a24b7b00d..d34247aa59a 100644 --- a/source/ja/desktop/uiconfig/ui.po +++ b/source/ja/desktop/uiconfig/ui.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: LibO 40l10n\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-04-22 23:40+0200\n" -"PO-Revision-Date: 2015-05-12 12:54+0000\n" -"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" +"POT-Creation-Date: 2015-08-25 12:33+0200\n" +"PO-Revision-Date: 2015-06-06 12:01+0000\n" +"Last-Translator: system user <>\n" "Language-Team: none\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1431435245.000000\n" +"X-POOTLE-MTIME: 1433592109.000000\n" #: cmdlinehelp.ui msgctxt "" @@ -215,12 +215,13 @@ msgid "2." msgstr "2." #: licensedialog.ui +#, fuzzy msgctxt "" "licensedialog.ui\n" "label4\n" "label\n" "string.text" -msgid "Read the complete License Agreement. Use the scroll bar or the 'Scroll Down' button in this dialog to view the entire license text.\"" +msgid "Read the complete License Agreement. Use the scroll bar or the 'Scroll Down' button in this dialog to view the entire license text." msgstr "ライセンス条項をすべてお読みください。スクロールバーまたは 「下へスクロール」ボタンを使用して、ライセンス条項のすべてを見ることができます。" #: licensedialog.ui @@ -411,3 +412,12 @@ msgctxt "" "string.text" msgid "Disable all" msgstr "すべてを無効にする" + +#: licensedialog.ui +msgctxt "" +"licensedialog.ui\n" +"label4\n" +"label\n" +"string.text" +msgid "Read the complete License Agreement. Use the scroll bar or the 'Scroll Down' button in this dialog to view the entire license text.\"" +msgstr "ライセンス条項をすべてお読みください。スクロールバーまたは 「下へスクロール」ボタンを使用して、ライセンス条項のすべてを見ることができます。" diff --git a/source/ja/extensions/uiconfig/sabpilot/ui.po b/source/ja/extensions/uiconfig/sabpilot/ui.po index bab1d80641e..8d4c6f161a8 100644 --- a/source/ja/extensions/uiconfig/sabpilot/ui.po +++ b/source/ja/extensions/uiconfig/sabpilot/ui.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2015-06-24 17:05+0200\n" -"PO-Revision-Date: 2015-07-26 07:18+0000\n" -"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" +"PO-Revision-Date: 2015-08-26 07:36+0000\n" +"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1437895139.000000\n" +"X-POOTLE-MTIME: 1440574608.000000\n" #: contentfieldpage.ui msgctxt "" @@ -372,7 +372,7 @@ msgctxt "" "label\n" "string.text" msgid "Content" -msgstr "" +msgstr "内容" #: groupradioselectionpage.ui msgctxt "" diff --git a/source/ja/extras/source/autocorr/emoji.po b/source/ja/extras/source/autocorr/emoji.po index e7a39f8bebb..45f524d823a 100644 --- a/source/ja/extras/source/autocorr/emoji.po +++ b/source/ja/extras/source/autocorr/emoji.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-06-24 17:05+0200\n" +"POT-Creation-Date: 2015-09-02 13:03+0200\n" "PO-Revision-Date: 2015-08-06 13:54+0000\n" -"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -6957,12 +6957,13 @@ msgstr "" #. 💷 (U+1F4B7), see http://wiki.documentfoundation.org/Emoji #: emoji.ulf +#, fuzzy msgctxt "" "emoji.ulf\n" "BANKNOTE_WITH_POUND_SIGN\n" "LngText.text" msgid "pound2" -msgstr "" +msgstr "pound" #. 💸 (U+1F4B8), see http://wiki.documentfoundation.org/Emoji #: emoji.ulf @@ -7587,12 +7588,13 @@ msgstr "" #. 🔉 (U+1F509), see http://wiki.documentfoundation.org/Emoji #: emoji.ulf +#, fuzzy msgctxt "" "emoji.ulf\n" "SPEAKER_WITH_ONE_SOUND_WAVE\n" "LngText.text" msgid "sound" -msgstr "" +msgstr "pound" #. 🔊 (U+1F50A), see http://wiki.documentfoundation.org/Emoji #: emoji.ulf @@ -7987,7 +7989,7 @@ msgctxt "" "emoji.ulf\n" "CLOCK_FACE_ONE-THIRTY\n" "LngText.text" -msgid "1:30" +msgid "1.30" msgstr "" #. 🕝 (U+1F55D), see http://wiki.documentfoundation.org/Emoji @@ -7996,7 +7998,7 @@ msgctxt "" "emoji.ulf\n" "CLOCK_FACE_TWO-THIRTY\n" "LngText.text" -msgid "2:30" +msgid "2.30" msgstr "" #. 🕞 (U+1F55E), see http://wiki.documentfoundation.org/Emoji @@ -8005,7 +8007,7 @@ msgctxt "" "emoji.ulf\n" "CLOCK_FACE_THREE-THIRTY\n" "LngText.text" -msgid "3:30" +msgid "3.30" msgstr "" #. 🕟 (U+1F55F), see http://wiki.documentfoundation.org/Emoji @@ -8014,7 +8016,7 @@ msgctxt "" "emoji.ulf\n" "CLOCK_FACE_FOUR-THIRTY\n" "LngText.text" -msgid "4:30" +msgid "4.30" msgstr "" #. 🕠 (U+1F560), see http://wiki.documentfoundation.org/Emoji @@ -8023,7 +8025,7 @@ msgctxt "" "emoji.ulf\n" "CLOCK_FACE_FIVE-THIRTY\n" "LngText.text" -msgid "5:30" +msgid "5.30" msgstr "" #. 🕡 (U+1F561), see http://wiki.documentfoundation.org/Emoji @@ -8032,7 +8034,7 @@ msgctxt "" "emoji.ulf\n" "CLOCK_FACE_SIX-THIRTY\n" "LngText.text" -msgid "6:30" +msgid "6.30" msgstr "" #. 🕢 (U+1F562), see http://wiki.documentfoundation.org/Emoji @@ -8041,7 +8043,7 @@ msgctxt "" "emoji.ulf\n" "CLOCK_FACE_SEVEN-THIRTY\n" "LngText.text" -msgid "7:30" +msgid "7.30" msgstr "" #. 🕣 (U+1F563), see http://wiki.documentfoundation.org/Emoji @@ -8050,7 +8052,7 @@ msgctxt "" "emoji.ulf\n" "CLOCK_FACE_EIGHT-THIRTY\n" "LngText.text" -msgid "8:30" +msgid "8.30" msgstr "" #. 🕤 (U+1F564), see http://wiki.documentfoundation.org/Emoji @@ -8059,7 +8061,7 @@ msgctxt "" "emoji.ulf\n" "CLOCK_FACE_NINE-THIRTY\n" "LngText.text" -msgid "9:30" +msgid "9.30" msgstr "" #. 🕥 (U+1F565), see http://wiki.documentfoundation.org/Emoji @@ -8068,7 +8070,7 @@ msgctxt "" "emoji.ulf\n" "CLOCK_FACE_TEN-THIRTY\n" "LngText.text" -msgid "10:30" +msgid "10.30" msgstr "" #. 🕦 (U+1F566), see http://wiki.documentfoundation.org/Emoji @@ -8077,7 +8079,7 @@ msgctxt "" "emoji.ulf\n" "CLOCK_FACE_ELEVEN-THIRTY\n" "LngText.text" -msgid "11:30" +msgid "11.30" msgstr "" #. 🕧 (U+1F567), see http://wiki.documentfoundation.org/Emoji @@ -8086,7 +8088,7 @@ msgctxt "" "emoji.ulf\n" "CLOCK_FACE_TWELVE-THIRTY\n" "LngText.text" -msgid "12:30" +msgid "12.30" msgstr "" #. 🗻 (U+1F5FB), see http://wiki.documentfoundation.org/Emoji diff --git a/source/ja/filter/source/config/fragments/filters.po b/source/ja/filter/source/config/fragments/filters.po index fb90dc99aea..dff1630c05f 100644 --- a/source/ja/filter/source/config/fragments/filters.po +++ b/source/ja/filter/source/config/fragments/filters.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-06-24 17:06+0200\n" +"POT-Creation-Date: 2015-08-25 12:34+0200\n" "PO-Revision-Date: 2015-07-31 10:32+0000\n" -"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -674,12 +674,13 @@ msgid "More Mac v2-3 Document" msgstr "More Mac v2-3 ドキュメント" #: Mac_RagTime.xcu +#, fuzzy msgctxt "" "Mac_RagTime.xcu\n" "Mac_RagTime\n" "UIName\n" "value.text" -msgid "RagTime Mac v2-3 Document" +msgid "RagTime Mac v2-5 Document" msgstr "RagTime Mac v2-3 ドキュメント" #: Mac_Wingz_Calc.xcu @@ -2166,3 +2167,12 @@ msgctxt "" "value.text" msgid "zTXT eBook" msgstr "zTXT eBook" + +#: Mac_RagTime.xcu +msgctxt "" +"Mac_RagTime.xcu\n" +"Mac_RagTime\n" +"UIName\n" +"value.text" +msgid "RagTime Mac v2-3 Document" +msgstr "RagTime Mac v2-3 ドキュメント" diff --git a/source/ja/fpicker/source/office.po b/source/ja/fpicker/source/office.po index 240ba56a6b5..50c11fd2812 100644 --- a/source/ja/fpicker/source/office.po +++ b/source/ja/fpicker/source/office.po @@ -3,16 +3,16 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2014-11-18 11:22+0100\n" +"POT-Creation-Date: 2015-08-25 12:34+0200\n" "PO-Revision-Date: 2014-12-31 09:42+0000\n" -"Last-Translator: Naruhiko <naruoga@gmail.com>\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" "X-POOTLE-MTIME: 1420018952.000000\n" @@ -245,6 +245,24 @@ msgstr "" #: iodlg.src msgctxt "" "iodlg.src\n" +"STR_SVT_DELETESERVICE\n" +"string.text" +msgid "" +"Are you sure you want to delete the service?\n" +"\"$servicename$\"" +msgstr "" + +#: iodlg.src +msgctxt "" +"iodlg.src\n" +"STR_SVT_ROOTLABEL\n" +"string.text" +msgid "Root" +msgstr "" + +#: iodlg.src +msgctxt "" +"iodlg.src\n" "STR_SVT_NEW_FOLDER\n" "string.text" msgid "Folder" diff --git a/source/ja/fpicker/uiconfig/ui.po b/source/ja/fpicker/uiconfig/ui.po index 2df5a64e221..2d5625c33ef 100644 --- a/source/ja/fpicker/uiconfig/ui.po +++ b/source/ja/fpicker/uiconfig/ui.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-04-22 23:40+0200\n" -"PO-Revision-Date: 2014-12-21 13:54+0000\n" -"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" +"POT-Creation-Date: 2015-08-25 12:34+0200\n" +"PO-Revision-Date: 2015-04-24 15:49+0000\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1419170092.000000\n" +"X-POOTLE-MTIME: 1429890597.000000\n" #: explorerfiledialog.ui msgctxt "" @@ -141,3 +141,96 @@ msgctxt "" "string.text" msgid "Create New Folder" msgstr "新規フォルダーの作成" + +#: remotefilesdialog.ui +msgctxt "" +"remotefilesdialog.ui\n" +"RemoteFilesDialog\n" +"title\n" +"string.text" +msgid "Remote Files" +msgstr "" + +#: remotefilesdialog.ui +msgctxt "" +"remotefilesdialog.ui\n" +"label1\n" +"label\n" +"string.text" +msgid "Service:" +msgstr "" + +#: remotefilesdialog.ui +msgctxt "" +"remotefilesdialog.ui\n" +"add_service_btn\n" +"label\n" +"string.text" +msgid "Add service" +msgstr "" + +#: remotefilesdialog.ui +#, fuzzy +msgctxt "" +"remotefilesdialog.ui\n" +"new_folder\n" +"tooltip_markup\n" +"string.text" +msgid "Create New Folder" +msgstr "新規フォルダーの作成" + +#: remotefilesdialog.ui +#, fuzzy +msgctxt "" +"remotefilesdialog.ui\n" +"new_folder\n" +"tooltip_text\n" +"string.text" +msgid "Create New Folder" +msgstr "新規フォルダーの作成" + +#: remotefilesdialog.ui +msgctxt "" +"remotefilesdialog.ui\n" +"filterLabel\n" +"label\n" +"string.text" +msgid "Filter" +msgstr "" + +#: remotefilesdialog.ui +#, fuzzy +msgctxt "" +"remotefilesdialog.ui\n" +"nameLabel\n" +"label\n" +"string.text" +msgid "File name" +msgstr "ファイル名(_N):" + +#: remotefilesdialog.ui +msgctxt "" +"remotefilesdialog.ui\n" +"edit_service\n" +"label\n" +"string.text" +msgid "_Edit service" +msgstr "" + +#: remotefilesdialog.ui +msgctxt "" +"remotefilesdialog.ui\n" +"delete_service\n" +"label\n" +"string.text" +msgid "_Delete service" +msgstr "" + +#: remotefilesdialog.ui +msgctxt "" +"remotefilesdialog.ui\n" +"change_password\n" +"label\n" +"string.text" +msgid "_Change password" +msgstr "" diff --git a/source/ja/framework/source/classes.po b/source/ja/framework/source/classes.po index b2149180ffb..e556d64a8ea 100644 --- a/source/ja/framework/source/classes.po +++ b/source/ja/framework/source/classes.po @@ -3,16 +3,16 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2014-11-18 11:23+0100\n" +"POT-Creation-Date: 2015-08-25 12:34+0200\n" "PO-Revision-Date: 2015-01-05 10:41+0000\n" -"Last-Translator: Naruhiko <naruoga@gmail.com>\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" "X-POOTLE-MTIME: 1420454516.000000\n" @@ -145,6 +145,30 @@ msgstr "最近開いたファイルの一覧をクリアします。この操作 #: resource.src msgctxt "" "resource.src\n" +"STR_OPEN_REMOTE\n" +"string.text" +msgid "Open remote file" +msgstr "" + +#: resource.src +msgctxt "" +"resource.src\n" +"STR_REMOTE_FILE\n" +"string.text" +msgid "Save Remote File..." +msgstr "" + +#: resource.src +msgctxt "" +"resource.src\n" +"STR_REMOTE_TITLE\n" +"string.text" +msgid " (Remote)" +msgstr "" + +#: resource.src +msgctxt "" +"resource.src\n" "STR_TOOLBAR_TITLE_ADDON\n" "string.text" msgid "Add-On %num%" diff --git a/source/ja/helpcontent2/source/text/sbasic/shared.po b/source/ja/helpcontent2/source/text/sbasic/shared.po index 072a224a847..393dc13ea64 100644 --- a/source/ja/helpcontent2/source/text/sbasic/shared.po +++ b/source/ja/helpcontent2/source/text/sbasic/shared.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-08-06 22:51+0200\n" -"PO-Revision-Date: 2015-08-09 01:49+0000\n" -"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" +"POT-Creation-Date: 2015-09-01 20:20+0200\n" +"PO-Revision-Date: 2015-08-21 11:47+0000\n" +"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1439084996.000000\n" +"X-POOTLE-MTIME: 1440157653.000000\n" #: 00000002.xhp msgctxt "" @@ -14632,13 +14632,14 @@ msgid "Syntax:" msgstr "構文:" #: 03030116.xhp +#, fuzzy msgctxt "" "03030116.xhp\n" "par_id3149497\n" "4\n" "help.text" msgid "CDateFromUnoDateTime(aDateTime)" -msgstr "" +msgstr "CDateToUnoDateTime(aDate)" #: 03030116.xhp msgctxt "" @@ -18798,7 +18799,7 @@ msgctxt "" "14\n" "help.text" msgid "Pi is here the fixed circle constant with the rounded value 3.14159..." -msgstr "ここで pi は、円周率πを示す 3.141592657 … という固定値です。" +msgstr "ここで pi は、円周率πを示す 3.14159... という固定値です。" #: 03080102.xhp msgctxt "" @@ -37604,6 +37605,14 @@ msgctxt "" msgid "<ahelp hid=\"SFX2_LISTBOX_RID_SFX_TP_MACROASSIGN_LB_SCRIPTTYPE\">Select the macro that you want to assign.</ahelp>" msgstr "<ahelp hid=\"SFX2_LISTBOX_RID_SFX_TP_MACROASSIGN_LB_SCRIPTTYPE\" visibility=\"visible\">割り当てるマクロを選択します。</ahelp>" +#: code-stubs.xhp +msgctxt "" +"code-stubs.xhp\n" +"tit\n" +"help.text" +msgid "BasicCodeStubs" +msgstr "" + #: keys.xhp msgctxt "" "keys.xhp\n" diff --git a/source/ja/helpcontent2/source/text/scalc/01.po b/source/ja/helpcontent2/source/text/scalc/01.po index 7da663baa44..e0402e98de8 100644 --- a/source/ja/helpcontent2/source/text/scalc/01.po +++ b/source/ja/helpcontent2/source/text/scalc/01.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-06-24 17:05+0200\n" -"PO-Revision-Date: 2015-08-10 08:52+0000\n" +"POT-Creation-Date: 2015-08-25 12:34+0200\n" +"PO-Revision-Date: 2015-08-24 08:54+0000\n" "Last-Translator: junichi matsukawa <jr4air@kagaku.xii.jp>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1439196730.000000\n" +"X-POOTLE-MTIME: 1440406445.000000\n" #: 01120000.xhp msgctxt "" @@ -8232,13 +8232,14 @@ msgid "DB" msgstr "DB" #: 04060103.xhp +#, fuzzy msgctxt "" "04060103.xhp\n" "par_id3148989\n" "114\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_GDA2\">Returns the depreciation of an asset for a specified period using the fixed-declining balance method.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_GDA\">指定された期間の資産の減価償却費を倍率法で計算します。</ahelp>" #: 04060103.xhp msgctxt "" @@ -8579,13 +8580,14 @@ msgid "Information Functions" msgstr "情報関数" #: 04060104.xhp +#, fuzzy msgctxt "" "04060104.xhp\n" "par_id3147499\n" "2\n" "help.text" msgid "<variable id=\"informationtext\">This category contains the <emph>Information</emph> functions.</variable>" -msgstr "" +msgstr "<variable id=\"statistiktext\">この分類項目には <emph>統計</emph> 関数が含まれています。</variable>" #: 04060104.xhp msgctxt "" @@ -9456,12 +9458,13 @@ msgid "<item type=\"input\">=ISERROR(C9)</item> where cell C9 contains <item typ msgstr "セル C9 に <item type=\"input\">=NA()</item> が含まれる <item type=\"input\">=ISERROR(C9)</item> は、TRUE を返します。" #: 04060104.xhp +#, fuzzy msgctxt "" "04060104.xhp\n" "bm_id31470811\n" "help.text" msgid "<bookmark_value>IFERROR function</bookmark_value><bookmark_value>testing;general errors</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>ISERROR 関数</bookmark_value><bookmark_value>認識;一般的なエラー</bookmark_value>" #: 04060104.xhp msgctxt "" @@ -9527,21 +9530,23 @@ msgid "Example" msgstr "例" #: 04060104.xhp +#, fuzzy msgctxt "" "04060104.xhp\n" "par_id31502561\n" "59\n" "help.text" msgid "<item type=\"input\">=IFERROR(C8;C9)</item> where cell C8 contains <item type=\"input\">=1/0</item> returns the value of C9, because 1/0 is an error." -msgstr "" +msgstr "1/0 はエラーなので、セル C8 に <item type=\"input\">=1/0</item> が含まれる <item type=\"input\">=ISERROR(C8)</item> は、TRUE を返します。" #: 04060104.xhp +#, fuzzy msgctxt "" "04060104.xhp\n" "par_id18890951\n" "help.text" msgid "<item type=\"input\">=IFERROR(C8;C9)</item> where cell C8 contains <item type=\"input\">13</item> returns 13, the value of C8, which is not an error." -msgstr "" +msgstr "1/0 はエラーなので、セル C8 に <item type=\"input\">=1/0</item> が含まれる <item type=\"input\">=ISERROR(C8)</item> は、TRUE を返します。" #: 04060104.xhp msgctxt "" @@ -9615,12 +9620,13 @@ msgid "<item type=\"input\">=ISFORMULA(C4)</item> returns FALSE if the cell C4 c msgstr "セル C4 が数字 <item type=\"input\">5</item> を含む場合、<item type=\"input\">=ISFORMULA(C4)</item> は FALSE を返します。" #: 04060104.xhp +#, fuzzy msgctxt "" "04060104.xhp\n" "bm_id3156048\n" "help.text" msgid "<bookmark_value>ISEVEN function</bookmark_value><bookmark_value>even integers</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>ISEVEN 関数</bookmark_value><bookmark_value>偶数</bookmark_value>" #: 04060104.xhp msgctxt "" @@ -9631,12 +9637,13 @@ msgid "ISEVEN" msgstr "ISEVEN" #: 04060104.xhp +#, fuzzy msgctxt "" "04060104.xhp\n" "par_id3149170\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_ISTGERADE\">Returns TRUE if the value is an even integer, or FALSE if the value is odd.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_ISTGERADE\">値が偶数の場合は TRUE を返し、値が奇数の場合は FALSE を返します。</ahelp>" #: 04060104.xhp msgctxt "" @@ -9663,12 +9670,13 @@ msgid "<emph>Value</emph> is the value to be checked." msgstr "<emph>値</emph> は、チェックされる値です。" #: 04060104.xhp +#, fuzzy msgctxt "" "04060104.xhp\n" "par_id3445844\n" "help.text" msgid "If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored." -msgstr "" +msgstr "値が整数ではない場合、小数点以下のすべての桁数は無視されます。値の符号も無視されます。" #: 04060104.xhp msgctxt "" @@ -10123,12 +10131,13 @@ msgid "<item type=\"input\">=ISNA(D3)</item> returns FALSE as a result." msgstr "<item type=\"input\">=ISNA(D3)</item> は、結果として FALSE を返します。" #: 04060104.xhp +#, fuzzy msgctxt "" "04060104.xhp\n" "bm_id31536851\n" "help.text" msgid "<bookmark_value>IFNA function</bookmark_value><bookmark_value>#N/A error;testing</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>ISNA 関数</bookmark_value><bookmark_value>#N/A エラー;認識する</bookmark_value>" #: 04060104.xhp msgctxt "" @@ -10291,12 +10300,13 @@ msgid "<item type=\"input\">=ISTEXT(C3)</item> returns FALSE if cell C3 contains msgstr "セル C3 が数字 <item type=\"input\">3</item> を含む場合、<item type=\"input\">=ISTEXT(C3)</item> は FALSE を返します。" #: 04060104.xhp +#, fuzzy msgctxt "" "04060104.xhp\n" "bm_id3156034\n" "help.text" msgid "<bookmark_value>ISODD function</bookmark_value><bookmark_value>odd integers</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>ISODD 関数</bookmark_value><bookmark_value>奇数</bookmark_value>" #: 04060104.xhp msgctxt "" @@ -10307,12 +10317,13 @@ msgid "ISODD" msgstr "ISODD" #: 04060104.xhp +#, fuzzy msgctxt "" "04060104.xhp\n" "par_id3155920\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_ISTUNGERADE\">Returns TRUE if the value is odd, or FALSE if the number is even.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_ISTUNGERADE\">値が奇数の場合は TRUE を返し、偶数の場合は FALSE を返します。</ahelp>" #: 04060104.xhp msgctxt "" @@ -10339,12 +10350,13 @@ msgid "<emph>Value</emph> is the value to be checked." msgstr "<emph>値</emph> は、チェックされる値です。" #: 04060104.xhp +#, fuzzy msgctxt "" "04060104.xhp\n" "par_id9027680\n" "help.text" msgid "If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored." -msgstr "" +msgstr "値が整数ではない場合、小数点以下のすべての桁数は無視されます。値の符号も無視されます。" #: 04060104.xhp msgctxt "" @@ -12040,12 +12052,13 @@ msgid "<ahelp hid=\"HID_FUNC_XOR\">Returns true if an odd number of arguments ev msgstr "" #: 04060105.xhp +#, fuzzy msgctxt "" "04060105.xhp\n" "par_id3148772\n" "help.text" msgid "The arguments are either logical expressions themselves (TRUE, 1<5, 2+3=7, B8<10) that return logical values, or arrays (A1:C3) containing logical values." -msgstr "" +msgstr "引数は、論理値を返す論理式そのもの (TRUE、1<5、2+3=7、B8<10) であるか、論理値を含む行列の範囲 (A1:C3) です。" #: 04060105.xhp msgctxt "" @@ -14849,12 +14862,13 @@ msgid "<item type=\"input\">=CEILING(-11;-2;1)</item> returns -12" msgstr "<item type=\"input\">=CEILING(-11;-2;1)</item> は、-12 を返します。" #: 04060106.xhp +#, fuzzy msgctxt "" "04060106.xhp\n" "bm_id2952518\n" "help.text" msgid "<bookmark_value>CEILING.PRECISE function</bookmark_value><bookmark_value>rounding;up to multiples of significance</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>CEILING 関数</bookmark_value><bookmark_value>丸め;基準値の倍数に切り上げる</bookmark_value>" #: 04060106.xhp msgctxt "" @@ -14903,13 +14917,14 @@ msgid "<emph>Number</emph> (required) is the number that is to be rounded up." msgstr "<emph>数値</emph> は、切り上げの対象となる数値です。" #: 04060106.xhp +#, fuzzy msgctxt "" "04060106.xhp\n" "par_id2955000\n" "337\n" "help.text" msgid "<emph>Significance</emph> (optional) is the number to whose multiple the value is to be rounded up." -msgstr "" +msgstr "<emph>基準値</emph> は、切り上げられる値がその倍数となる値です。" #: 04060106.xhp msgctxt "" @@ -14931,12 +14946,13 @@ msgid "<item type=\"input\">=CEILING.PRECISE(-11;-2)</item> returns -10" msgstr "<item type=\"input\">=CEILING(-11;-2)</item> は、-10 を返します。" #: 04060106.xhp +#, fuzzy msgctxt "" "04060106.xhp\n" "bm_id8952518\n" "help.text" msgid "<bookmark_value>ISO.CEILING function</bookmark_value><bookmark_value>rounding;up to multiples of significance</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>CEILING 関数</bookmark_value><bookmark_value>丸め;基準値の倍数に切り上げる</bookmark_value>" #: 04060106.xhp msgctxt "" @@ -14985,13 +15001,14 @@ msgid "<emph>Number</emph> (required) is the number that is to be rounded up." msgstr "<emph>数値</emph> は、切り上げの対象となる数値です。" #: 04060106.xhp +#, fuzzy msgctxt "" "04060106.xhp\n" "par_id8955000\n" "337\n" "help.text" msgid "<emph>Significance</emph> (optional) is the number to whose multiple the value is to be rounded up." -msgstr "" +msgstr "<emph>基準値</emph> は、切り上げられる値がその倍数となる値です。" #: 04060106.xhp msgctxt "" @@ -17348,12 +17365,13 @@ msgid "<item type=\"input\">=ODD(-3.1)</item> returns -5." msgstr "<item type=\"input\">=ODD(-3.1)</item> は、5 を返します。" #: 04060106.xhp +#, fuzzy msgctxt "" "04060106.xhp\n" "bm_id2957404\n" "help.text" msgid "<bookmark_value>FLOOR.PRECISE function</bookmark_value><bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>FLOOR 関数</bookmark_value><bookmark_value>丸め;もっとも近い基準値の倍数に切り下げる</bookmark_value>" #: 04060106.xhp msgctxt "" @@ -17401,13 +17419,14 @@ msgid "<emph>Number</emph> is the number that is to be rounded down." msgstr "<emph>数値</emph> は、切り下げられる値です。" #: 04060106.xhp +#, fuzzy msgctxt "" "04060106.xhp\n" "par_id2957497\n" "517\n" "help.text" msgid "<emph>Significance</emph> is the value to whose multiple the number is to be rounded down." -msgstr "" +msgstr "<emph>基準値</emph> は、切り下げられる値がその倍数となる値です。" #: 04060106.xhp msgctxt "" @@ -23375,11 +23394,12 @@ msgid "<item type=\"input\">=OFFSET(B2:C3;0;0;3;4)</item> returns a reference to msgstr "<item type=\"input\">=OFFSET(B2:C3;0;0;3;4)</item> は、B2:C3 を3行4列にリサイズした B2:E4 への参照を返します。" #: 04060109.xhp +#, fuzzy msgctxt "" "04060109.xhp\n" "par_id6668599\n" "help.text" -msgid "<item type=\"input\">=OFFSET(B2:C3;1;0;3;4)</item> returns a reference to B2:C3 moved down by one row resized to 3 rows and 4 columns (B2:E4)." +msgid "<item type=\"input\">=OFFSET(B2:C3;1;0;3;4)</item> returns a reference to B2:C3 moved down by one row resized to 3 rows and 4 columns (B3:E5)." msgstr "<item type=\"input\">=OFFSET(B2:C3;1;0;3;4)</item> は、B2:C3 を 3 行 4 列 のサイズに変更し、1 行下に移動した B3:E5 への参照を返します。" #: 04060109.xhp @@ -25557,13 +25577,14 @@ msgid "LEFTB" msgstr "LEFTB" #: 04060110.xhp +#, fuzzy msgctxt "" "04060110.xhp\n" "par_id2953622\n" "96\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_LEFTB\">Returns the first characters of a DBCS text.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_LINKS\">テキストの先頭の文字 (複数の文字も可) を返します。</ahelp>" #: 04060110.xhp msgctxt "" @@ -25584,22 +25605,24 @@ msgid "LEFTB(\"Text\"; Number_bytes)" msgstr "LEFTB(\"文字列\"; バイト数)" #: 04060110.xhp +#, fuzzy msgctxt "" "04060110.xhp\n" "par_id2947274\n" "99\n" "help.text" msgid "<emph>Text</emph> is the text where the initial partial words are to be determined." -msgstr "" +msgstr "<emph>テキスト</emph> は、最初の部分ワードが決定されるテキストです。" #: 04060110.xhp +#, fuzzy msgctxt "" "04060110.xhp\n" "par_id2953152\n" "100\n" "help.text" msgid "<emph>Number_bytes</emph> (optional) specifies the number of characters you want LEFTB to extract, based on bytes. If this parameter is not defined, one character is returned." -msgstr "" +msgstr "<emph>文字数</emph> (オプション) は、テキストの左 (先頭) から取り出す文字数です。このパラメーターが指定されていない場合、テキストの一番左 (先頭) の文字だけを返します。" #: 04060110.xhp msgctxt "" @@ -26010,13 +26033,14 @@ msgid "MIDB" msgstr "MIDB" #: 04060110.xhp +#, fuzzy msgctxt "" "04060110.xhp\n" "par_id2954938\n" "149\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_MIDB\">Returns a text string of a DBCS text. The parameters specify the starting position and the number of characters.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_TEIL\">テキストの文字列を返します。パラメーターは、開始位置と文字数を返します。</ahelp>" #: 04060110.xhp msgctxt "" @@ -26047,13 +26071,14 @@ msgid "<emph>Text</emph> is the text containing the characters to extract." msgstr "<emph>テキスト</emph> は、抽出する文字を含むテキストです。" #: 04060110.xhp +#, fuzzy msgctxt "" "04060110.xhp\n" "par_id2950774\n" "153\n" "help.text" msgid "<emph>Start</emph> is the position of the first character in the text to extract." -msgstr "" +msgstr "<emph>開始</emph> は、抽出する文字の最初の文字の位置です。" #: 04060110.xhp msgctxt "" @@ -26553,13 +26578,14 @@ msgid "RIGHTB(\"Text\"; Number_bytes)" msgstr "RIGHT(\"テキスト\"; 数値)" #: 04060110.xhp +#, fuzzy msgctxt "" "04060110.xhp\n" "par_id2949426\n" "117\n" "help.text" msgid "<emph>Text</emph> is the text of which the right part is to be determined." -msgstr "" +msgstr "<emph>テキスト</emph> は、右部分が決定されるテキストです。" #: 04060110.xhp msgctxt "" @@ -30970,12 +30996,13 @@ msgid "<item type=\"input\">=ERF(0;1)</item> returns 0.842701." msgstr "<item type=\"input\">=ERF(0;1)</item> は、0.842701 を返します。" #: 04060115.xhp +#, fuzzy msgctxt "" "04060115.xhp\n" "bm_id2983446\n" "help.text" msgid "<bookmark_value>ERF.PRECISE function</bookmark_value><bookmark_value>Gaussian error integral</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>ERF 関数</bookmark_value><bookmark_value>Gauss 誤差関数の積分値</bookmark_value>" #: 04060115.xhp msgctxt "" @@ -30987,13 +31014,14 @@ msgid "ERF.PRECISE" msgstr "" #: 04060115.xhp +#, fuzzy msgctxt "" "04060115.xhp\n" "par_id2950381\n" "136\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_ERF_MS\">Returns values of the Gaussian error integral.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_AAI_FUNC_ERF\">Gauss 誤差関数の積分値を返します。</ahelp>" #: 04060115.xhp msgctxt "" @@ -31023,13 +31051,14 @@ msgid "<emph>LowerLimit</emph> is the lower limit of the integral." msgstr "<emph>下限</emph> は、インテグラルの下限です。" #: 04060115.xhp +#, fuzzy msgctxt "" "04060115.xhp\n" "par_id2956294\n" "140\n" "help.text" msgid "<emph>UpperLimit</emph> is optional. It is the upper limit of the integral. If this value is missing, the calculation takes places between 0 and the lower limit." -msgstr "" +msgstr "<emph>線形タイプ</emph> はオプションです。上限は、インテグラルの上限です。この値がない場合、計算は 0 と下限値の間で行われます。" #: 04060115.xhp msgctxt "" @@ -31138,13 +31167,14 @@ msgid "ERFC.PRECISE" msgstr "" #: 04060115.xhp +#, fuzzy msgctxt "" "04060115.xhp\n" "par_id2949453\n" "144\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_ERFC_MS\">Returns complementary values of the Gaussian error integral between x and infinity.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_AAI_FUNC_ERFC\">Gauss 相補誤差関数の積分値 (x と無限の間) を返します。</ahelp>" #: 04060115.xhp msgctxt "" @@ -31298,13 +31328,14 @@ msgid "HEX2BIN(Number; Places)" msgstr "HEX2BIN(数値;桁数)" #: 04060115.xhp +#, fuzzy msgctxt "" "04060115.xhp\n" "par_id3152810\n" "83\n" "help.text" msgid "<emph>Number</emph> is a hexadecimal number or a string that represents a hexadecimal number. It can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement." -msgstr "" +msgstr "<emph>数値</emph> は、16 進数です。数字は最大 10 桁にすることができます。最上位ビットは符号ビットで、それ以降のビットが値を返します。負の数字は、2 の補数として入力されます。" #: 04060115.xhp msgctxt "" @@ -31378,13 +31409,14 @@ msgid "HEX2DEC(Number)" msgstr "HEX2DEC(数値)" #: 04060115.xhp +#, fuzzy msgctxt "" "04060115.xhp\n" "par_id3159176\n" "91\n" "help.text" msgid "<emph>Number</emph> is a hexadecimal number or a string that represents a hexadecimal number. It can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement." -msgstr "" +msgstr "<emph>数値</emph> は、16 進数です。数字は最大 10 桁にすることができます。最上位ビットは符号ビットで、それ以降のビットが値を返します。負の数字は、2 の補数として入力されます。" #: 04060115.xhp msgctxt "" @@ -31449,13 +31481,14 @@ msgid "HEX2OCT(Number; Places)" msgstr "HEX2OCT(数値;桁数)" #: 04060115.xhp +#, fuzzy msgctxt "" "04060115.xhp\n" "par_id3152795\n" "98\n" "help.text" msgid "<emph>Number</emph> is a hexadecimal number or a string that represents a hexadecimal number. It can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement." -msgstr "" +msgstr "<emph>数値</emph> は、16 進数です。数字は最大 10 桁にすることができます。最上位ビットは符号ビットで、それ以降のビットが値を返します。負の数字は、2 の補数として入力されます。" #: 04060115.xhp msgctxt "" @@ -39700,12 +39733,13 @@ msgid "<item type=\"input\">=COUNTA(2;4;6;\"eight\")</item> = 4. The count of va msgstr "<item type=\"input\">=COUNTA(2;4;6;\"eight\")</item> = 4。したがって、値のカウントは 4 です。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "bm_id3150896\n" "help.text" msgid "<bookmark_value>COUNTBLANK function</bookmark_value><bookmark_value>counting;empty cells</bookmark_value><bookmark_value>empty cells;counting</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>COUNTBLANK 関数</bookmark_value><bookmark_value>カウント;空のセル</bookmark_value><bookmark_value>空のセル;カウント</bookmark_value>" #: 04060181.xhp msgctxt "" @@ -39716,12 +39750,13 @@ msgid "COUNTBLANK" msgstr "COUNTBLANK" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id3155260\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_ANZAHLLEEREZELLEN\">Returns the number of empty cells.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_ANZAHLLEEREZELLEN\">空のセルの数を返します。</ahelp>" #: 04060181.xhp msgctxt "" @@ -39740,12 +39775,13 @@ msgid "COUNTBLANK(Range)" msgstr "COUNTBLANK(範囲)" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id3149512\n" "help.text" msgid "Returns the number of empty cells in the cell range <emph>Range</emph>." -msgstr "" +msgstr "セル範囲 <emph>範囲</emph> の空のセルの数を返します。" #: 04060181.xhp msgctxt "" @@ -39756,20 +39792,22 @@ msgid "Example" msgstr "例" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id3148586\n" "help.text" msgid "<item type=\"input\">=COUNTBLANK(A1:B2)</item> returns 4 if cells A1, A2, B1, and B2 are all empty." -msgstr "" +msgstr "セル A1、A2、B1、および B2 がすべて空の場合、<item type=\"input\">=COUNTBLANK(A1:B2)</item> は 4 を返します。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "bm_id3164897\n" "help.text" msgid "<bookmark_value>COUNTIF function</bookmark_value><bookmark_value>counting;specified cells</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>COUNTIF 関数</bookmark_value><bookmark_value>カウント;条件指定されたセル</bookmark_value>" #: 04060181.xhp msgctxt "" @@ -39781,12 +39819,13 @@ msgid "COUNTIF" msgstr "COUNTIF" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id3164926\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_ZAEHLENWENN\">Returns the number of cells that meet with certain criteria within a cell range.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_ZAEHLENWENN\">セル範囲内で特定の基準を満たすセルの数を返します。</ahelp>" #: 04060181.xhp msgctxt "" @@ -39805,20 +39844,22 @@ msgid "COUNTIF(Range; Criteria)" msgstr "COUNTIF(範囲; 条件)" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id3164980\n" "help.text" msgid "<emph>Range</emph> is the range to which the criteria are to be applied." -msgstr "" +msgstr "<emph>範囲</emph> は、条件を適用する範囲です。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id3165000\n" "help.text" msgid "<emph>Criteria</emph> indicates the criteria in the form of a number, an expression or a character string. These criteria determine which cells are counted. You may also enter a search text in the form of a regular expression, e.g. b.* for all words that begin with b. You may also indicate a cell range that contains the search criterion. If you search for literal text, enclose the text in double quotes." -msgstr "" +msgstr "<emph>条件</emph>は、数字、式、または文字列形式の条件を示します。これらの条件は、数えあげられるセルを決定します。検索テキストは、正規表現の形式でも入力できます。たとえば、b.* は b で始まるすべての単語を表します。また、検索条件を含むセル範囲を指定することもできます。テキストそのものを検索する場合、二重引用符でテキストを囲みます。" #: 04060181.xhp msgctxt "" @@ -39829,12 +39870,13 @@ msgid "Example" msgstr "例" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id3166505\n" "help.text" msgid "A1:A10 is a cell range containing the numbers <item type=\"input\">2000</item> to <item type=\"input\">2009</item>. Cell B1 contains the number <item type=\"input\">2006</item>. In cell B2, you enter a formula:" -msgstr "" +msgstr "A1:A10 は、<item type=\"input\">2000</item> から <item type=\"input\">2009</item> の数字を含むセル範囲です。セル B1 には、数字 <item type=\"input\">2006</item> が含まれます。セル B2 には数式を入力します:" #: 04060181.xhp msgctxt "" @@ -39861,28 +39903,31 @@ msgid "<item type=\"input\">=COUNTIF(A1:A10;\">=2006\") </item>- this returns 4" msgstr "<item type=\"input\">=COUNTIF(A1:A10;\">=2006\")</item> は、4 を返します。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2118594\n" "help.text" msgid "<item type=\"input\">=COUNTIF(A1:A10;\"<\"&B1)</item> - when B1 contains <item type=\"input\">2006</item>, this returns 6" -msgstr "" +msgstr "B1 が <item type=\"input\">2006</item> を含む場合、<item type=\"input\">=COUNTIF(A1:A10;\"<\"&B1)</item> は、6 を返します。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id166020\n" "help.text" msgid "<item type=\"input\">=COUNTIF(A1:A10;C2)</item> where cell C2 contains the text <item type=\"input\">>2006</item> counts the number of cells in the range A1:A10 which are >2006" -msgstr "" +msgstr "セル C2 にテキスト <item type=\"input\">>2006</item> が含まれる時 <item type=\"input\">=COUNTIF(A1:A10;C2)</item> は、範囲 A1:A10 で 2006 より大きいセルの数を数えます。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id6386913\n" "help.text" msgid "To count only negative numbers: <item type=\"input\">=COUNTIF(A1:A10;\"<0\")</item>" -msgstr "" +msgstr "負の数だけを数え上げるには: <item type=\"input\">=COUNTIF(A1:A10;\"<0\")</item>" #: 04060181.xhp msgctxt "" @@ -40187,12 +40232,13 @@ msgid "<item type=\"input\">=BETAINV(0.5;5;10)</item> returns the value 0.33." msgstr "<item type=\"input\">=BETAINV(0.5;5;10)</item> は、値 0.33 を返します。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "bm_id2945620\n" "help.text" msgid "<bookmark_value>BETA.INV function</bookmark_value> <bookmark_value>cumulative probability density function;inverse of</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>BETAINV 関数</bookmark_value><bookmark_value>累積確率密度関数;逆関数</bookmark_value>" #: 04060181.xhp msgctxt "" @@ -40204,13 +40250,14 @@ msgid "BETA.INV" msgstr "BETA.INV" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2949825\n" "53\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_BETAINV_MS\">Returns the inverse of the cumulative beta probability density function.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_BETAINV\">ベータ確率密度分布の反転を返します。</ahelp>" #: 04060181.xhp msgctxt "" @@ -40231,13 +40278,14 @@ msgid "BETA.INV(Number; Alpha; Beta; Start; End)" msgstr "BETA.INV(数値; α; β; 開始; 終了)" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2949266\n" "56\n" "help.text" msgid "<emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function." -msgstr "" +msgstr "<emph>数値</emph> は <emph>下限</emph>から<emph>上限</emph>の間にある、関数を評価するのに用いられる値です。" #: 04060181.xhp msgctxt "" @@ -40258,22 +40306,24 @@ msgid "<emph>Beta</emph> is a parameter to the distribution." msgstr "<emph>β</emph> は、分布のパラメーターです。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2950960\n" "59\n" "help.text" msgid "<emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>." -msgstr "" +msgstr "<emph>開始</emph> (オプション) は、<emph>数値</emph> の下限です。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2951268\n" "60\n" "help.text" msgid "<emph>End</emph> (optional) is the upper bound for <emph>Number</emph>." -msgstr "" +msgstr "<emph>終了</emph> (オプション) は、<emph>数値</emph> の上限です。" #: 04060181.xhp msgctxt "" @@ -40425,12 +40475,13 @@ msgid "<item type=\"input\">=BETADIST(0.75;3;4)</item> returns the value 0.96" msgstr "<item type=\"input\">=BETADIST(0.75;3;4)</item> は、値 0.96 を返します。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "bm_id2956096\n" "help.text" msgid "<bookmark_value>BETA.DIST function</bookmark_value> <bookmark_value>cumulative probability density function;calculating</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>BETADIST 関数</bookmark_value><bookmark_value>累積確率密度関数;計算する</bookmark_value>" #: 04060181.xhp msgctxt "" @@ -40469,13 +40520,14 @@ msgid "BETA.DIST(Number; Alpha; Beta; Cumulative; Start; End)" msgstr "" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2956317\n" "68\n" "help.text" msgid "<emph>Number</emph> (required) is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function." -msgstr "" +msgstr "<emph>数値</emph> は <emph>下限</emph>から<emph>上限</emph>の間にある、関数を評価するのに用いられる値です。" #: 04060181.xhp #, fuzzy @@ -40498,30 +40550,33 @@ msgid "<emph>Beta</emph> (required) is a parameter to the distribution." msgstr "<emph>β</emph> は、分布のパラメーターです。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id062920141254453\n" "help.text" msgid "<emph>Cumulative</emph> (required) can be 0 or False to calculate the probability density function. It can be any other value or True to calculate the cumulative distribution function." -msgstr "" +msgstr "<emph>累積</emph> (オプション) は、確率密度関数を計算するためには、0 もしくは False をとります。累積分布関数を計算するためには、その他の値もしくは省略します。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2950254\n" "71\n" "help.text" msgid "<emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>." -msgstr "" +msgstr "<emph>開始</emph> (オプション) は、<emph>数値</emph> の下限です。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2949138\n" "72\n" "help.text" msgid "<emph>End</emph> (optional) is the upper bound for <emph>Number</emph>." -msgstr "" +msgstr "<emph>終了</emph> (オプション) は、<emph>数値</emph> の上限です。" #: 04060181.xhp msgctxt "" @@ -40685,13 +40740,14 @@ msgid "BINOM.DIST" msgstr "BINOM.DIST" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2946897\n" "77\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_BINOM_DIST_MS\">Returns the individual term binomial distribution probability.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_BINOMVERT\">二項分布の確率を返します。</ahelp>" #: 04060181.xhp msgctxt "" @@ -40740,13 +40796,14 @@ msgid "<emph>SP</emph> is the probability of success on each trial." msgstr "<emph>確率</emph> は、1 回の試行が成功する確率です。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id299760\n" "83\n" "help.text" msgid "<emph>C</emph> = 0 calculates the probability of a single event and <emph>C</emph> = 1 calculates the cumulative probability." -msgstr "" +msgstr "<emph>関数形式</emph> に 0 を指定すると、単一事象の確率、<emph>関数形式</emph> に 1 を指定すると、累積確率を計算します。" #: 04060181.xhp msgctxt "" @@ -40758,22 +40815,24 @@ msgid "Example" msgstr "例" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id295666\n" "85\n" "help.text" msgid "<item type=\"input\">=BINOM.DIST(A1;12;0.5;0)</item> shows (if the values <item type=\"input\">0</item> to <item type=\"input\">12</item> are entered in A1) the probabilities for 12 flips of a coin that <emph>Heads</emph> will come up exactly the number of times entered in A1." -msgstr "" +msgstr "<item type=\"input\">=BINOMDIST(A1;12;0.5;0)</item> は、(<item type=\"input\">0</item> から <item type=\"input\">12</item> の値が A1 に入力された場合) コインを 12 回ひっくり場合の <emph>表</emph> がちょうど A1 に入力された回数出る確率を示します。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id290120\n" "86\n" "help.text" msgid "<item type=\"input\">=BINOM.DIST(A1;12;0.5;1)</item> shows the cumulative probabilities for the same series. For example, if A1 = <item type=\"input\">4</item>, the cumulative probability of the series is 0, 1, 2, 3 or 4 times <emph>Heads</emph> (non-exclusive OR)." -msgstr "" +msgstr "<item type=\"input\">=BINOMDIST(A1;12;0.5;1)</item> は、同じ系列の累積確率を示します。たとえば A1 = <item type=\"input\">4</item> の場合、系列の累積確率は、<emph>表</emph> が 0、1、2、3、または 4 回です (非排他的論理和)。" #: 04060181.xhp msgctxt "" @@ -40930,12 +40989,13 @@ msgid "CHISQ.INV" msgstr "CHISQ.INV" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2919200902421449\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_CHISQINV_MS\">Returns the inverse of the left-tailed probability of the chi-square distribution.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_CHIINV\">カイ二乗分布の片側確率のパーセント点を返します。</ahelp>" #: 04060181.xhp msgctxt "" @@ -40955,20 +41015,22 @@ msgid "CHISQ.INV(Probability; DegreesFreedom)" msgstr "" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2919200902475286\n" "help.text" msgid "<emph>Probability</emph> is the probability value for which the inverse of the chi-square distribution is to be calculated." -msgstr "" +msgstr "<emph>確率</emph> は、それ用のカイ二乗分布の逆関数が算出される確率値です。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2919200902475282\n" "help.text" msgid "<emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function." -msgstr "" +msgstr "<emph>自由度</emph> は、実験の自由度です。" #: 04060181.xhp msgctxt "" @@ -41132,13 +41194,14 @@ msgid "CHISQ.INV.RT" msgstr "CHISQ.INV.RT" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2949906\n" "89\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_CHISQINV_MS\">Returns the inverse of the one-tailed probability of the chi-squared distribution.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_CHIINV\">カイ二乗分布の片側確率のパーセント点を返します。</ahelp>" #: 04060181.xhp msgctxt "" @@ -41169,13 +41232,14 @@ msgid "<emph>Number</emph> is the value of the error probability." msgstr "<emph>数値</emph>は、エラー確率の値です。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2954294\n" "93\n" "help.text" msgid "<emph>DegreesFreedom</emph> is the degrees of freedom of the experiment." -msgstr "" +msgstr "<emph>自由度</emph> は、実験の自由度です。" #: 04060181.xhp msgctxt "" @@ -41187,31 +41251,34 @@ msgid "Example" msgstr "例" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2950777\n" "130\n" "help.text" msgid "A die is thrown 1020 times. The numbers on the die 1 through 6 come up 195, 151, 148, 189, 183 and 154 times (observation values). The hypothesis that the die is not fixed is to be tested." -msgstr "" +msgstr "1つのサイコロを 1,020 回投げました。サイコロの目は、1 が 195 回、2 が 151 回、3 が 148 回、4 が 189 回、5 が 183 回、6 が 154 回実際に観察されました。「サイコロは偽者である」という帰無仮説を検定します。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2953062\n" "131\n" "help.text" msgid "The Chi square distribution of the random sample is determined by the formula given above. Since the expected value for a given number on the die for n throws is n times 1/6, thus 1020/6 = 170, the formula returns a Chi square value of 13.27." -msgstr "" +msgstr "上記の数式を使って、標本のカイ二乗値を求めます。n 回サイコロを振った時に特定の目が出る期待値は n 掛ける 1/6、つまり 1020/6 = 170 です。観察されたカイ二乗値は 13.27 になります。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2948806\n" "132\n" "help.text" msgid "If the (observed) Chi square is greater than or equal to the (theoretical) Chi square CHIINV, the hypothesis will be discarded, since the deviation between theory and experiment is too great. If the observed Chi square is less that CHIINV, the hypothesis is confirmed with the indicated probability of error." -msgstr "" +msgstr "観察されたカイ二乗値が、カイ二乗分布のパーセント点以上である場合は、観察値と理論値との偏差が大きすぎるため、仮説は棄却されます。観察されたカイ二乗値がカイ二乗分布のパーセント点を超えない場合は、仮説が指定の上側確率で成り立ちます。" #: 04060181.xhp #, fuzzy @@ -41234,13 +41301,14 @@ msgid "<item type=\"input\">=CHISQ.INV.RT(0.02;5)</item> returns 13.388222599." msgstr "<item type=\"input\">=CHIINV(0.02;5)</item> は、13.39 を返します。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2958401\n" "134\n" "help.text" msgid "If the probability of error is 5%, the die is not true. If the probability of error is 2%, there is no reason to believe it is fixed." -msgstr "" +msgstr "「サイコロは偽物である」という帰無仮説は、上側確率が 5% の場合採択され、上側確率が 2% の場合棄却されます。" #: 04060181.xhp msgctxt "" @@ -41529,22 +41597,24 @@ msgid "CHISQ.TEST" msgstr "CHISQ.TEST" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2951052\n" "98\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_CHITEST_MS\">Returns the probability of a deviance from a random distribution of two test series based on the chi-squared test for independence.</ahelp> CHISQ.TEST returns the chi-squared distribution of the data." -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_CHITEST\">独立性のカイ二乗検定を行い、その有意確率 (P 値) を返します。</ahelp>CHITEST は、データのカイ二乗値分布を求めます。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2948925\n" "135\n" "help.text" msgid "The probability determined by CHISQ.TEST can also be determined with CHISQ.DIST, in which case the Chi square of the random sample must then be passed as a parameter instead of the data row." -msgstr "" +msgstr "CHITEST によって求められた確率は、CHIVERT で求めることもできます。その場合、データのかわりに標本のカイ二乗値をパラメーターに指定する必要があります。" #: 04060181.xhp msgctxt "" @@ -41773,13 +41843,14 @@ msgid "<item type=\"input\">170</item>" msgstr "<item type=\"input\">170</item>" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2949481\n" "104\n" "help.text" msgid "<item type=\"input\">=CHISQ.TEST(A1:A6;B1:B6)</item> equals 0.0209708029. This is the probability which suffices the observed data of the theoretical Chi-square distribution." -msgstr "" +msgstr "<item type=\"input\">=CHITEST(A1:A6;B1:B6)</item> は、0.02 です。これは、理論上のカイ二乗分布の観察データを満たす確率です。" #: 04060181.xhp msgctxt "" @@ -41897,13 +41968,14 @@ msgid "CHISQ.DIST" msgstr "CHISQ.DIST" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2856338\n" "156\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_CHISQDIST_MS\">Returns the probability density function or the cumulative distribution function for the chi-square distribution.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">カイ二乗分布の確率密度関数もしくは累積分散関数を返します。</ahelp>" #: 04060181.xhp msgctxt "" @@ -41925,30 +41997,33 @@ msgid "CHISQ.DIST(Number; DegreesFreedom; Cumulative)" msgstr "CHISQDIST(数値; 自由度; 累積)" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2848675\n" "110\n" "help.text" msgid "<emph>Number</emph> is the chi-square value of the random sample used to determine the error probability." -msgstr "" +msgstr "<emph>数値</emph> は、エラー確率を決定するために使用される無作為標本のカイ二乗値です。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2855615\n" "111\n" "help.text" msgid "<emph>DegreesFreedom</emph> are the degrees of freedom of the experiment." -msgstr "" +msgstr "<emph>自由度</emph> は、実験の自由度です。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id282020091254453\n" "help.text" msgid "<emph>Cumulative</emph> can be 0 or False to calculate the probability density function. It can be any other value or True to calculate the cumulative distribution function." -msgstr "" +msgstr "<emph>累積</emph> (オプション) は、確率密度関数を計算するためには、0 もしくは False をとります。累積分布関数を計算するためには、その他の値もしくは省略します。" #: 04060181.xhp msgctxt "" @@ -41995,22 +42070,24 @@ msgid "CHISQ.DIST.RT" msgstr "CHISQ.DIST.RT" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2956338\n" "156\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_CHISQDIST_MS\">Returns the probability value from the indicated Chi square that a hypothesis is confirmed.</ahelp> CHISQ.DIST.RT compares the Chi square value to be given for a random sample that is calculated from the sum of (observed value-expected value)^2/expected value for all values with the theoretical Chi square distribution and determines from this the probability of error for the hypothesis to be tested." -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_CHIVERT\">仮定によって確認されたカイ二乗分布の確率を返します。</ahelp>CHIDIST は、標本のカイ二乗値を理論上のカイ二乗分布の値と比較し、検定する仮説の危険率を返します。標本のカイ二乗値は、すべての値の (測定値-期待値)^2/期待値で求められます。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2951316\n" "157\n" "help.text" msgid "The probability determined by CHISQ.DIST.RT can also be determined by CHITEST." -msgstr "" +msgstr "CHIDIST で求められる確率は、CHITEST でも求めることができます。CHITEST ではパラメータに標本のカイ二乗ではなく、測定値と期待値を使用します。" #: 04060181.xhp msgctxt "" @@ -42032,22 +42109,24 @@ msgid "CHISQ.DIST.RT(Number; DegreesFreedom)" msgstr "CHIDIST(数値; 自由度)" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2948675\n" "110\n" "help.text" msgid "<emph>Number</emph> is the chi-square value of the random sample used to determine the error probability." -msgstr "" +msgstr "<emph>数値</emph> は、エラー確率を決定するために使用される無作為標本のカイ二乗値です。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2955615\n" "111\n" "help.text" msgid "<emph>DegreesFreedom</emph> are the degrees of freedom of the experiment." -msgstr "" +msgstr "<emph>自由度</emph> は、実験の自由度です。" #: 04060181.xhp msgctxt "" @@ -42068,13 +42147,14 @@ msgid "<item type=\"input\">=CHISQ.DIST.RT(13.27; 5)</item> equals 0.0209757694. msgstr "<item type=\"input\">=CHISQ.DIST.RT(13.27; 5)</item> は、0.0209757694 です。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2956141\n" "158\n" "help.text" msgid "If the Chi square value of the random sample is 13.27 and if the experiment has 5 degrees of freedom, then the hypothesis is assured with a probability of error of 2%." -msgstr "" +msgstr "自由度 5 のカイ二乗分布において、カイ二乗値が 13.27 より大きいときに対応する確率は 2% です。" #: 04060181.xhp msgctxt "" @@ -42230,12 +42310,13 @@ msgid "<item type=\"input\">=EXPONDIST(3;0.5;1)</item> returns 0.78." msgstr "<item type=\"input\">=EXPONDIST(3;0.5;1)</item> は、0.78 を返します。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "bm_id2950603\n" "help.text" msgid "<bookmark_value>EXPON.DIST function</bookmark_value> <bookmark_value>exponential distributions</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>EXPONDIST 関数</bookmark_value><bookmark_value>指数分布</bookmark_value>" #: 04060181.xhp msgctxt "" @@ -42247,13 +42328,14 @@ msgid "EXPON.DIST" msgstr "EXPON.DIST" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2949563\n" "116\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_EXP_DIST_MS\">Returns the exponential distribution.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_EXPONVERT\">指数分布の値を返します。</ahelp>" #: 04060181.xhp msgctxt "" @@ -42293,13 +42375,14 @@ msgid "<emph>Lambda</emph> is the parameter value." msgstr "<emph>λ</emph> はパラメーター値です。" #: 04060181.xhp +#, fuzzy msgctxt "" "04060181.xhp\n" "par_id2947332\n" "121\n" "help.text" msgid "<emph>C</emph> is a logical value that determines the form of the function. <emph>C = 0</emph> calculates the density function, and <emph>C = 1</emph> calculates the distribution." -msgstr "" +msgstr "<emph>関数形式</emph> に 0 を指定すると密度関数、<emph>関数形式</emph> に 1 を指定すると分布関数の値が返ります。" #: 04060181.xhp msgctxt "" @@ -42427,12 +42510,13 @@ msgid "<item type=\"input\">=FINV(0.5;5;10)</item> yields 0.93." msgstr "<item type=\"input\">=FINV(0.5;5;10)</item> は、0.93 を返します。" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "bm_id2945388\n" "help.text" msgid "<bookmark_value>F.INV function</bookmark_value> <bookmark_value>Values of the inverse left tail of the F distribution</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>FINV 関数</bookmark_value><bookmark_value>F 確率分布の逆関数</bookmark_value>" #: 04060182.xhp msgctxt "" @@ -42444,13 +42528,14 @@ msgid "F.INV" msgstr "F.INV" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2955089\n" "3\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_F_INV_LT\">Returns the inverse of the cumulative F distribution.</ahelp> The F distribution is used for F tests in order to set the relation between two differing data sets." -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_FINV\">F 確率分布のパーセント点を返します。</ahelp>F 分布は、F 検定で 2 つの集合データの分散を比較するために使用されます。" #: 04060182.xhp msgctxt "" @@ -42472,31 +42557,34 @@ msgid "F.INV(Number; DegreesFreedom1; DegreesFreedom2)" msgstr "FINV(数値; 自由度 1; 自由度 2)" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2946866\n" "6\n" "help.text" msgid "<emph>Number</emph> is probability value for which the inverse F distribution is to be calculated." -msgstr "" +msgstr "<emph>数値</emph> は、逆 F 分布が計算される確率値です。" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2953914\n" "7\n" "help.text" msgid "<emph>DegreesFreedom1</emph> is the number of degrees of freedom in the numerator of the F distribution." -msgstr "" +msgstr "<emph>自由度 1</emph> は、F 分布の分子の自由度数です。" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2948607\n" "8\n" "help.text" msgid "<emph>DegreesFreedom2</emph> is the number of degrees of freedom in the denominator of the F distribution." -msgstr "" +msgstr "<emph>自由度 2</emph> は、F 分布の分母の自由度数です。" #: 04060182.xhp msgctxt "" @@ -42518,12 +42606,13 @@ msgid "<item type=\"input\">=F.INV(0.5;5;10)</item> yields 0.9319331609." msgstr "<item type=\"input\">=FINV(0.5;5;10)</item> は、0.93 を返します。" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "bm_id2845388\n" "help.text" msgid "<bookmark_value>F.INV.RT function</bookmark_value> <bookmark_value>Values of the inverse right tail of the F distribution</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>T.DIST.RT 関数</bookmark_value> <bookmark_value>右側 t分布</bookmark_value>" #: 04060182.xhp msgctxt "" @@ -42535,13 +42624,14 @@ msgid "F.INV.RT" msgstr "" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2855089\n" "3\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_F_INV_RT\">Returns the inverse right tail of the F distribution.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_TINV\">t 分布の逆関数を返します。</ahelp>" #: 04060182.xhp msgctxt "" @@ -42563,31 +42653,34 @@ msgid "F.INV.RT(Number; DegreesFreedom1; DegreesFreedom2)" msgstr "FINV(数値; 自由度 1; 自由度 2)" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2846866\n" "6\n" "help.text" msgid "<emph>Number</emph> is probability value for which the inverse F distribution is to be calculated." -msgstr "" +msgstr "<emph>数値</emph> は、逆 F 分布が計算される確率値です。" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2853914\n" "7\n" "help.text" msgid "<emph>DegreesFreedom1</emph> is the number of degrees of freedom in the numerator of the F distribution." -msgstr "" +msgstr "<emph>自由度 1</emph> は、F 分布の分子の自由度数です。" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2848607\n" "8\n" "help.text" msgid "<emph>DegreesFreedom2</emph> is the number of degrees of freedom in the denominator of the F distribution." -msgstr "" +msgstr "<emph>自由度 2</emph> は、F 分布の分母の自由度数です。" #: 04060182.xhp msgctxt "" @@ -42904,13 +42997,14 @@ msgid "Example" msgstr "例" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2959126\n" "35\n" "help.text" msgid "<item type=\"input\">=F.TEST(A1:A30;B1:B12)</item> calculates whether the two data sets are different in their variance and returns the probability that both sets could have come from the same total population." -msgstr "" +msgstr "<item type=\"input\">=FTEST(A1:A30;B1:B12)</item> は、2 つのデータセットが分散から異なるかどうかを計算し、両方の集合が同じ母集団に属している確率を返します。" #: 04060182.xhp msgctxt "" @@ -43047,40 +43141,44 @@ msgid "F.DIST(Number; DegreesFreedom1; DegreesFreedom2; Cumulative)" msgstr "FDIST(数値; 自由度 1; 自由度 2)" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2950461\n" "41\n" "help.text" msgid "<emph>Number</emph> is the value for which the F distribution is to be calculated." -msgstr "" +msgstr "<emph>数値</emph> は、F 分布が算出される値です。" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2950029\n" "42\n" "help.text" msgid "<emph>degreesFreedom1</emph> is the degrees of freedom in the numerator in the F distribution." -msgstr "" +msgstr "<emph>自由度 1</emph> は、F 分布の分子の自由度です。" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2946877\n" "43\n" "help.text" msgid "<emph>degreesFreedom2</emph> is the degrees of freedom in the denominator in the F distribution." -msgstr "" +msgstr "<emph>自由度 2</emph> は、F 分布の分母の自由度です。" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2946878\n" "43\n" "help.text" msgid "<emph>Cumulative</emph> = 0 or False calculates the density function <emph>Cumulative</emph> = 1 or True calculates the distribution." -msgstr "" +msgstr "<emph>累積</emph> = 0 は密度関数値を計算し、 <emph>Cumulative</emph> = 1 は分布関数値を計算します。" #: 04060182.xhp msgctxt "" @@ -43157,31 +43255,34 @@ msgid "F.DIST.RT(Number; DegreesFreedom1; DegreesFreedom2)" msgstr "FDIST(数値; 自由度 1; 自由度 2)" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2850461\n" "41\n" "help.text" msgid "<emph>Number</emph> is the value for which the F distribution is to be calculated." -msgstr "" +msgstr "<emph>数値</emph> は、F 分布が算出される値です。" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2850029\n" "42\n" "help.text" msgid "<emph>degreesFreedom1</emph> is the degrees of freedom in the numerator in the F distribution." -msgstr "" +msgstr "<emph>自由度 1</emph> は、F 分布の分子の自由度です。" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2846877\n" "43\n" "help.text" msgid "<emph>degreesFreedom2</emph> is the degrees of freedom in the denominator in the F distribution." -msgstr "" +msgstr "<emph>自由度 2</emph> は、F 分布の分母の自由度です。" #: 04060182.xhp msgctxt "" @@ -43349,13 +43450,14 @@ msgid "GAMMA.INV" msgstr "GAMMA.INV" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2913932\n" "48\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_GAMMAINV_MS\">Returns the inverse of the Gamma cumulative distribution GAMMADIST.</ahelp> This function allows you to search for variables with different distribution." -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_GAMMAINV\">ガンマ累積分布の逆関数を返します。</ahelp>この関数で、分布の違いをもつ変数を検索できます。" #: 04060182.xhp msgctxt "" @@ -43385,13 +43487,14 @@ msgid "GAMMA.INV(Number; Alpha; Beta)" msgstr "GAMMAINV(確率;α;β)" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2915138\n" "51\n" "help.text" msgid "<emph>Number</emph> is the probability value for which the inverse Gamma distribution is to be calculated." -msgstr "" +msgstr "<emph>確率</emph> は、ガンマ分布のパーセント点を算出する確率です。" #: 04060182.xhp msgctxt "" @@ -43502,12 +43605,13 @@ msgid "<item type=\"input\">=GAMMALN(2)</item> yields 0." msgstr "<item type=\"input\">=GAMMALN(2)</item> は、0 を返します。" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "bm_id2914806\n" "help.text" msgid "<bookmark_value>GAMMALN.PRECISE function</bookmark_value> <bookmark_value>natural logarithm of Gamma function</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>GAMMALN 関数</bookmark_value><bookmark_value>ガンマ関数の自然対数</bookmark_value>" #: 04060182.xhp msgctxt "" @@ -43519,13 +43623,14 @@ msgid "GAMMALN.PRECISE" msgstr "" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2918572\n" "58\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_GAMMALN_MS\">Returns the natural logarithm of the Gamma function: G(x).</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_GAMMALN\">ガンマ関数の値の自然対数、G(x) を返します。</ahelp>" #: 04060182.xhp msgctxt "" @@ -43546,13 +43651,14 @@ msgid "GAMMALN.PRECISE(Number)" msgstr "" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2914502\n" "61\n" "help.text" msgid "<emph>Number</emph> is the value for which the natural logarithm of the Gamma function is to be calculated." -msgstr "" +msgstr "<emph>数値</emph> は、それ用のガンマ関数の自然対数が算出される値です。" #: 04060182.xhp msgctxt "" @@ -43696,12 +43802,13 @@ msgid "GAMMA.DIST" msgstr "GAMMA.DIST" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2406201422414690\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_GAMMADIST_MS\">Returns the values of a Gamma distribution.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_GAMMAVERT\">ガンマ分布の値を返します。</ahelp>" #: 04060182.xhp msgctxt "" @@ -43737,12 +43844,13 @@ msgid "GAMMA.DIST(Number; Alpha; Beta; C)" msgstr "GAMMADIST(数値;α;β;関数形式)" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2406201422385134\n" "help.text" msgid "<emph>Number</emph> is the value for which the Gamma distribution is to be calculated." -msgstr "" +msgstr "<emph>数値</emph> は、ガンマ分布が算出される値です。" #: 04060182.xhp msgctxt "" @@ -43761,12 +43869,13 @@ msgid "<emph>Beta</emph> is the parameter Beta of the Gamma distribution" msgstr "<emph>β</emph> は、ガンマ分布のβパラメーターです。" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2406201422391058\n" "help.text" msgid "<emph>C</emph> (optional) = 0 or False calculates the density function <emph>C</emph> = 1 or True calculates the distribution." -msgstr "" +msgstr "<emph>関数形式</emph>(オプション) に 0 を指定すると密度関数を、<emph>関数形式</emph> に 1 を指定すると分布を計算します。" #: 04060182.xhp msgctxt "" @@ -44121,13 +44230,14 @@ msgid "Z.TEST" msgstr "Z.TEST" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2950758\n" "104\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_Z_TEST_MS\">Calculates the probability of observing a z-statistic greater than the one computed based on a sample.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_GTEST\">Z 統計量が、標本から計算された値を超える確率を計算します。</ahelp>" #: 04060182.xhp msgctxt "" @@ -44149,13 +44259,14 @@ msgid "Z.TEST(Data; mu; Sigma)" msgstr "ZTEST(データ; μ; 母分散)" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2956109\n" "107\n" "help.text" msgid "<emph>Data</emph> is the given sample, drawn from a normally distributed population." -msgstr "" +msgstr "<emph>データ</emph> は正規分布母集団から抽出した標本です。" #: 04060182.xhp msgctxt "" @@ -44167,13 +44278,14 @@ msgid "<emph>mu</emph> is the known mean of the population." msgstr "<emph>μ</emph> は母集団の既知の平均値です。" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2954740\n" "109\n" "help.text" msgid "<emph>Sigma</emph> (optional) is the known standard deviation of the population. If omitted, the standard deviation of the given sample is used." -msgstr "" +msgstr "<emph>母分散(シグマ)</emph> (オプション) は母集団の標準偏差です。このパラメータを省略すると、標本の標準偏差が使われます。" #: 04060182.xhp msgctxt "" @@ -44363,12 +44475,13 @@ msgid "<item type=\"input\">=HYPGEOMDIST(2;2;90;100)</item> yields 0.81. If 90 o msgstr "<item type=\"input\">=HYPGEOMDIST(2;2;90;100)</item> は、0.81 を返します。バターを塗ったトースト 100 枚のうち 90 枚がテーブルから落ち、バターを塗った面が先に床につく場合、バターを塗ったトースト 2 枚をテーブルから落としたときに両方ともバターを塗った面が先に床につく確率密度は 81% です。" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "bm_id2952801\n" "help.text" msgid "<bookmark_value>HYPGEOM.DIST function</bookmark_value> <bookmark_value>sampling without replacement</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>HYPGEOMDIST 関数</bookmark_value><bookmark_value>置換を伴わない抽出</bookmark_value>" #: 04060182.xhp msgctxt "" @@ -44380,13 +44493,14 @@ msgid "HYPGEOM.DIST" msgstr "HYPGEOM.DIST" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2959341\n" "123\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_HYP_GEOM_DIST_MS\">Returns the hypergeometric distribution.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_HYPGEOMVERT\">超幾何分布を返します。</ahelp>" #: 04060182.xhp msgctxt "" @@ -44426,13 +44540,14 @@ msgid "<emph>NSample</emph> is the size of the random sample." msgstr "<emph>標本数</emph> は、無作為標本の大きさです。" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2946992\n" "128\n" "help.text" msgid "<emph>Successes</emph> is the number of possible results in the total population." -msgstr "" +msgstr "<emph>成功回数</emph> は、母集団内で成功する数です。" #: 04060182.xhp msgctxt "" @@ -44444,13 +44559,14 @@ msgid "<emph>NPopulation </emph>is the size of the total population." msgstr "<emph>母集合数</emph> は、母集合全体の大きさです。" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2948827\n" "129\n" "help.text" msgid "<emph>Cumulative </emph>: 0 or False calculates the probability density function. Other values or True calculates the cumulative distribution function." -msgstr "" +msgstr "<emph>累積</emph>は0 または FALSE の場合、標準正規分布の密度関数値を計算します。 0 以外または TRUE の場合、標準正規分布の分布関数値を計算します" #: 04060182.xhp msgctxt "" @@ -44462,13 +44578,14 @@ msgid "Examples" msgstr "例" #: 04060182.xhp +#, fuzzy msgctxt "" "04060182.xhp\n" "par_id2954904\n" "131\n" "help.text" msgid "<item type=\"input\">=HYPGEOM.DIST(2;2;90;100;0)</item> yields 0.8090909091. If 90 out of 100 pieces of buttered toast fall from the table and hit the floor with the buttered side first, then if 2 pieces of buttered toast are dropped from the table, the probability is 81%, that both will strike buttered side first." -msgstr "" +msgstr "<item type=\"input\">=HYPGEOMDIST(2;2;90;100)</item> は、0.81 を返します。バターを塗ったトースト 100 枚のうち 90 枚がテーブルから落ち、バターを塗った面が先に床につく場合、バターを塗ったトースト 2 枚をテーブルから落としたときに両方ともバターを塗った面が先に床につく確率密度は 81% です。" #: 04060182.xhp msgctxt "" @@ -44763,13 +44880,14 @@ msgid "CONFIDENCE.T" msgstr "CONFIDENCE.T" #: 04060183.xhp +#, fuzzy msgctxt "" "04060183.xhp\n" "par_id2953814\n" "21\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_CONFIDENCE_T\">Returns the (1-alpha) confidence interval for a Student's t distribution.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_KONFIDENZ\">正規分布の信頼区間の (1- アルファ) を返します。</ahelp>" #: 04060183.xhp msgctxt "" @@ -44854,13 +44972,14 @@ msgid "CONFIDENCE.NORM" msgstr "CONFIDENCE.NORM" #: 04060183.xhp +#, fuzzy msgctxt "" "04060183.xhp\n" "par_id2853814\n" "21\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_CONFIDENCE_N\">Returns the (1-alpha) confidence interval for a normal distribution.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_KONFIDENZ\">正規分布の信頼区間の (1- アルファ) を返します。</ahelp>" #: 04060183.xhp msgctxt "" @@ -45500,12 +45619,13 @@ msgid "<item type=\"input\">=LOGINV(0.05;0;1)</item> returns 0.1930408167." msgstr "<item type=\"input\">=LOGINV(0.05;0;1)</item> は、0.19 を返します。" #: 04060183.xhp +#, fuzzy msgctxt "" "04060183.xhp\n" "bm_id2901928\n" "help.text" msgid "<bookmark_value>LOGNORM.INV function</bookmark_value><bookmark_value>inverse of lognormal distribution</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>LOGINV 関数</bookmark_value><bookmark_value>対数正規分布のパーセント点</bookmark_value>" #: 04060183.xhp msgctxt "" @@ -45517,13 +45637,14 @@ msgid "LOGNORM.INV" msgstr "LOGNORM.INV" #: 04060183.xhp +#, fuzzy msgctxt "" "04060183.xhp\n" "par_id2901297\n" "67\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_LOGINV_MS\">Returns the inverse of the lognormal distribution.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_LOGINV\">対数正規分布のパーセント点を返します。</ahelp>" #: 04060183.xhp msgctxt "" @@ -45553,31 +45674,34 @@ msgid "LOGNORM.INV(Number; Mean; StDev)" msgstr "NORMINV(数値;平均値;標準偏差)" #: 04060183.xhp +#, fuzzy msgctxt "" "04060183.xhp\n" "par_id2901390\n" "70\n" "help.text" msgid "<emph>Number</emph> (required) is the probability value for which the inverse standard logarithmic distribution is to be calculated." -msgstr "" +msgstr "<emph>確率</emph> とは、計算に使用する確率です。" #: 04060183.xhp +#, fuzzy msgctxt "" "04060183.xhp\n" "par_id2901538\n" "71\n" "help.text" msgid "<emph>Mean</emph> (required) is the arithmetic mean of the standard logarithmic distribution." -msgstr "" +msgstr "<emph>平均値</emph> は、対数正規分布の平均値です。" #: 04060183.xhp +#, fuzzy msgctxt "" "04060183.xhp\n" "par_id2901355\n" "72\n" "help.text" msgid "<emph>StDev</emph> (required) is the standard deviation of the standard logarithmic distribution." -msgstr "" +msgstr "<emph>標準偏差</emph> は、標準対数分布の標準偏差です。" #: 04060183.xhp msgctxt "" @@ -45599,12 +45723,13 @@ msgid "<item type=\"input\">=LOGNORM.INV(0.05;0;1)</item> returns 0.1930408167." msgstr "<item type=\"input\">=LOGINV(0.05;0;1)</item> は、0.19 を返します。" #: 04060183.xhp +#, fuzzy msgctxt "" "04060183.xhp\n" "bm_id3158417\n" "help.text" msgid "<bookmark_value>LOGNORMDIST function</bookmark_value><bookmark_value>lognormal distribution</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>NEGBINOMDIST 関数</bookmark_value><bookmark_value>負の二項分布</bookmark_value>" #: 04060183.xhp msgctxt "" @@ -45616,13 +45741,14 @@ msgid "LOGNORMDIST" msgstr "LOGNORMDIST" #: 04060183.xhp +#, fuzzy msgctxt "" "04060183.xhp\n" "par_id3154953\n" "77\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_LOGNORMVERT\">Returns the values of a lognormal distribution.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_GAMMAVERT\">ガンマ分布の値を返します。</ahelp>" #: 04060183.xhp msgctxt "" @@ -45696,12 +45822,13 @@ msgid "<item type=\"input\">=LOGNORMDIST(0.1;0;1)</item> returns 0.01." msgstr "<item type=\"input\">=LOGNORMDIST(0.1;0;1)</item> は、0.01 を返します。" #: 04060183.xhp +#, fuzzy msgctxt "" "04060183.xhp\n" "bm_id2901417\n" "help.text" msgid "<bookmark_value>LOGNORM.DIST function</bookmark_value><bookmark_value>lognormal distribution</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>NEGBINOM.DIST 関数</bookmark_value><bookmark_value>負の二項分布</bookmark_value>" #: 04060183.xhp msgctxt "" @@ -45713,13 +45840,14 @@ msgid "LOGNORM.DIST" msgstr "LOGNORM.DIST" #: 04060183.xhp +#, fuzzy msgctxt "" "04060183.xhp\n" "par_id2904953\n" "77\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_NORMDIST_MS\">Returns the values of a lognormal distribution.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_GAMMAVERT\">ガンマ分布の値を返します。</ahelp>" #: 04060183.xhp msgctxt "" @@ -45741,39 +45869,43 @@ msgid "LOGNORM.DIST(Number; Mean; StDev; Cumulative)" msgstr "LOGNORMDIST(数値; 平均; 標準偏差; 累積)" #: 04060183.xhp +#, fuzzy msgctxt "" "04060183.xhp\n" "par_id2904871\n" "80\n" "help.text" msgid "<emph>Number</emph> (required) is the probability value for which the standard logarithmic distribution is to be calculated." -msgstr "" +msgstr "<emph>数値</emph> は、関数に代入する数値です。" #: 04060183.xhp +#, fuzzy msgctxt "" "04060183.xhp\n" "par_id2905820\n" "81\n" "help.text" msgid "<emph>Mean</emph> (required) is the mean value of the standard logarithmic distribution." -msgstr "" +msgstr "<emph>平均値</emph> は、対数正規分布の平均値です。" #: 04060183.xhp +#, fuzzy msgctxt "" "04060183.xhp\n" "par_id2905991\n" "82\n" "help.text" msgid "<emph>StDev</emph> (required) is the standard deviation of the standard logarithmic distribution." -msgstr "" +msgstr "<emph>標準偏差</emph> は、標準対数分布の標準偏差です。" #: 04060183.xhp +#, fuzzy msgctxt "" "04060183.xhp\n" "par_id2905992\n" "help.text" msgid "<emph>Cumulative</emph> (required) = 0 calculates the density function, Cumulative = 1 calculates the distribution." -msgstr "" +msgstr "<emph>累積</emph> (オプション) = 0 は密度関数を計算します。累積 = 1 は分布を計算します。" #: 04060183.xhp msgctxt "" @@ -46519,12 +46651,13 @@ msgid "<item type=\"input\">=MODE(A1:A50)</item>" msgstr "<item type=\"input\">=MODE(A1:A50)</item>" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "bm_id2953933\n" "help.text" msgid "<bookmark_value>MODE.SNGL function</bookmark_value><bookmark_value>most common value</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>MODE 関数</bookmark_value><bookmark_value>最頻値</bookmark_value>" #: 04060184.xhp msgctxt "" @@ -46536,13 +46669,14 @@ msgid "MODE.SNGL" msgstr "" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2953085\n" "44\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_MODAL_VALUE_MS\">Returns the most frequently occurring, or repetitive, value in an array or range of data.</ahelp> If there are several values with the same frequency, it returns the smallest value. An error occurs when a value doesn't appear twice." -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_MODALWERT\">データセット内の最頻値を返します。</ahelp>頻度が同じ値が複数ある場合は、その中の最小値を返します。数値がすべて異なる場合には、エラー値を返します。" #: 04060184.xhp msgctxt "" @@ -46564,13 +46698,14 @@ msgid "MODE.SNGL(Number1; Number2; ...Number30)" msgstr "MODE(数値 1; 数値 2; ...数値 30)" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2950337\n" "47\n" "help.text" msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges." -msgstr "" +msgstr "<emph>数値 1; 数値 2;...数値 30</emph> は数値または範囲です。" #: 04060184.xhp msgctxt "" @@ -46601,12 +46736,13 @@ msgid "<item type=\"input\">=MODE.SNGL(A1:A50)</item>" msgstr "<item type=\"input\">=MODE(A1:A50)</item>" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "bm_id2853933\n" "help.text" msgid "<bookmark_value>MODE.MULT function</bookmark_value><bookmark_value>most common value</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>MODE 関数</bookmark_value><bookmark_value>最頻値</bookmark_value>" #: 04060184.xhp msgctxt "" @@ -46646,13 +46782,14 @@ msgid "MODE.MULT(Number1; Number2; ...Number30)" msgstr "MODE(数値 1; 数値 2; ...数値 30)" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2850337\n" "47\n" "help.text" msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges." -msgstr "" +msgstr "<emph>数値 1; 数値 2;...数値 30</emph> は数値または範囲です。" #: 04060184.xhp msgctxt "" @@ -46987,13 +47124,14 @@ msgid "NORM.INV" msgstr "NORM.INV" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2954634\n" "62\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_NORMINV_MS\">Returns the inverse of the normal cumulative distribution.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_NORMINV\">正規累積分布のパーセント点を返します。</ahelp>" #: 04060184.xhp msgctxt "" @@ -47166,12 +47304,13 @@ msgid "<item type=\"input\">=NORMDIST(70;63;5;1)</item> returns 0.92." msgstr "<item type=\"input\">=NORMDIST(70;63;5;1)</item> は、0.92 を返します。" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "bm_id2913722\n" "help.text" msgid "<bookmark_value>NORM.DIST function</bookmark_value><bookmark_value>density function</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>NORMDIST 関数</bookmark_value><bookmark_value>密度関数</bookmark_value>" #: 04060184.xhp msgctxt "" @@ -47183,13 +47322,14 @@ msgid "NORM.DIST" msgstr "NORM.DIST" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2910386\n" "72\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_NORMDIST_MS\">Returns the density function or the normal cumulative distribution.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_NORMVERT\">密度関数または正規分布を返します。</ahelp>" #: 04060184.xhp msgctxt "" @@ -47211,13 +47351,14 @@ msgid "NORM.DIST(Number; Mean; StDev; C)" msgstr "NORMDIST(数値; 平均値; 標準偏差; C)" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2919820\n" "75\n" "help.text" msgid "<emph>Number</emph> is the value of the distribution based on which the normal distribution is to be calculated." -msgstr "" +msgstr "<emph>数値</emph> は、正規分布が計算される値です。" #: 04060184.xhp msgctxt "" @@ -47238,13 +47379,14 @@ msgid "<emph>StDev</emph> is the standard deviation of the distribution." msgstr "<emph>標準偏差</emph> は、分布の標準偏差です。" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2915080\n" "78\n" "help.text" msgid "<emph>C</emph> = 0 calculates the density function, <emph>C</emph> = 1 calculates the distribution." -msgstr "" +msgstr "<emph>累積</emph> = 0 は密度関数値を計算し、 <emph>Cumulative</emph> = 1 は分布関数値を計算します。" #: 04060184.xhp msgctxt "" @@ -47551,13 +47693,14 @@ msgid "POISSON.DIST" msgstr "" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2954298\n" "103\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_POISSON_DIST_MS\">Returns the Poisson distribution.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_POISSON\">ポアソン分布を返します。</ahelp>" #: 04060184.xhp msgctxt "" @@ -47579,31 +47722,34 @@ msgid "POISSON.DIST(Number; Mean; C)" msgstr "POISSON(数値;平均値;関数形式)" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2947253\n" "106\n" "help.text" msgid "<emph>Number</emph> represents the value based on which the Poisson distribution is calculated." -msgstr "" +msgstr "<emph>数値</emph> は、ポアソン分布を計算する値です。" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2951177\n" "107\n" "help.text" msgid "<emph>Mean</emph> represents the middle value of the Poisson distribution." -msgstr "" +msgstr "<emph>平均値</emph> は、ポアソン定数、つまりポアソン分布の中央値です。" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2949200\n" "108\n" "help.text" msgid "<emph>C</emph> (optional) = 0 or False calculates the density function; <emph>C</emph> = 1 or True calculates the distribution. When omitted, the default value True is inserted when you save the document, for best compatibility with other programs and older versions of %PRODUCTNAME." -msgstr "" +msgstr "<emph>C</emph> (オプション) = 0 もしくは False は密度関数を計算します。<emph>C</emph> = 1 もしくは True は分布を計算します。省略されると、他のプログラムや古いバージョンの %PRODUCTNAME ともっともよい互換性を保つために、ドキュメントを保存するときにデフォルト値 True が挿入されます。" #: 04060184.xhp msgctxt "" @@ -47776,13 +47922,14 @@ msgid "<emph>Data</emph> represents the array of data." msgstr "<emph>データ</emph> は、データが入力されているセル範囲です。" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2854212\n" "117\n" "help.text" msgid "<emph>Alpha</emph> represents the percentage of the scale between 0 and 1." -msgstr "" +msgstr "<emph>α</emph> は、0 から 1 の間にある百分位の数です。" #: 04060184.xhp msgctxt "" @@ -47794,13 +47941,14 @@ msgid "Example" msgstr "例" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2859147\n" "119\n" "help.text" msgid "<item type=\"input\">=PERCENTILE.EXC(A1:A50;10%)</item> represents the value in the data set, which equals 10% of the total data scale in A1:A50." -msgstr "" +msgstr "<item type=\"input\">=PERCENTILE(A1:A50;0.1)</item> は、A1:A50 のデータスケール全体の 10% に等しいデータセットの値を表します。" #: 04060184.xhp msgctxt "" @@ -47820,13 +47968,14 @@ msgid "PERCENTILE.INC" msgstr "" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2954940\n" "113\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_PERCENTILE_INC\">Returns the alpha-percentile of data values in an array.</ahelp> A percentile returns the scale value for a data series which goes from the smallest (Alpha=0) to the largest value (alpha=1) of a data series. For <item type=\"literal\">Alpha</item> = 25%, the percentile means the first quartile; <item type=\"literal\">Alpha</item> = 50% is the MEDIAN." -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_QUANTIL\">行列内のデータ値のアルファ百分率を返します。</ahelp>百分率は、データ系列の最小値 (Alpha=0) から最大値 (alpha=1) までのデータ系列のスケール値を返します。<item type=\"literal\">Alpha</item> = 25% の場合、百分率は最初の四分位数を意味します。<item type=\"literal\">Alpha</item> = 50% は MEDIAN です。" #: 04060184.xhp msgctxt "" @@ -47865,13 +48014,14 @@ msgid "<emph>Data</emph> represents the array of data." msgstr "<emph>データ</emph> は、データが入力されているセル範囲です。" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2954212\n" "117\n" "help.text" msgid "<emph>Alpha</emph> represents the percentage of the scale between 0 and 1." -msgstr "" +msgstr "<emph>α</emph> は、0 から 1 の間にある百分位の数です。" #: 04060184.xhp msgctxt "" @@ -47883,13 +48033,14 @@ msgid "Example" msgstr "例" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2959147\n" "119\n" "help.text" msgid "<item type=\"input\">=PERCENTILE.INC(A1:A50;0.1)</item> represents the value in the data set, which equals 10% of the total data scale in A1:A50." -msgstr "" +msgstr "<item type=\"input\">=PERCENTILE(A1:A50;0.1)</item> は、A1:A50 のデータスケール全体の 10% に等しいデータセットの値を表します。" #: 04060184.xhp msgctxt "" @@ -48033,13 +48184,14 @@ msgid "<emph>Data</emph> represents the array of data in the sample." msgstr "<emph>データ</emph> は、標本データの行列です。" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2848475\n" "126\n" "help.text" msgid "<emph>Value</emph> represents the value whose percentile rank must be determined." -msgstr "" +msgstr "<emph>数値</emph> は、相対順位が決定される値です。" #: 04060184.xhp msgctxt "" @@ -48060,13 +48212,14 @@ msgid "Example" msgstr "例" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2849163\n" "128\n" "help.text" msgid "<item type=\"input\">=PERCENTRANK.EXC(A1:A50;50)</item> returns the percentage rank of the value 50 from the total range of all values found in A1:A50. If 50 falls outside the total range, an error message will appear." -msgstr "" +msgstr "<item type=\"input\">=PERCENTRANK(A1:A50;50)</item> は、A1:A50 のすべての値の範囲全体の値 50 の相対順位を返します。50 が範囲全体の外にある場合は、エラーメッセージが表示されます。" #: 04060184.xhp msgctxt "" @@ -48130,13 +48283,14 @@ msgid "<emph>Data</emph> represents the array of data in the sample." msgstr "<emph>データ</emph> は、標本データの行列です。" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2948475\n" "126\n" "help.text" msgid "<emph>Value</emph> represents the value whose percentile rank must be determined." -msgstr "" +msgstr "<emph>数値</emph> は、相対順位が決定される値です。" #: 04060184.xhp msgctxt "" @@ -48157,13 +48311,14 @@ msgid "Example" msgstr "例" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2949163\n" "128\n" "help.text" msgid "<item type=\"input\">=PERCENTRANK.INC(A1:A50;50)</item> returns the percentage rank of the value 50 from the total range of all values found in A1:A50. If 50 falls outside the total range, an error message will appear." -msgstr "" +msgstr "<item type=\"input\">=PERCENTRANK(A1:A50;50)</item> は、A1:A50 のすべての値の範囲全体の値 50 の相対順位を返します。50 が範囲全体の外にある場合は、エラーメッセージが表示されます。" #: 04060184.xhp msgctxt "" @@ -48326,13 +48481,14 @@ msgid "Example" msgstr "例" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2859276\n" "137\n" "help.text" msgid "<item type=\"input\">=QUARTILE.EXC(A1:A50;2)</item> returns the value of which 50% of the scale corresponds to the lowest to highest values in the range A1:A50." -msgstr "" +msgstr "<item type=\"input\">=QUARTILE(A1:A50;2)</item> は、スケールの 50% が範囲 A1:A50 の最小値から最大値に対応する値を返します。" #: 04060184.xhp msgctxt "" @@ -48352,13 +48508,14 @@ msgid "QUARTILE.INC" msgstr "" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2946958\n" "131\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_QUARTILE_INC\">Returns the quartile of a data set.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_QUARTILE\">データグループの四分位数を返します。</ahelp>" #: 04060184.xhp msgctxt "" @@ -48397,13 +48554,14 @@ msgid "<emph>Data</emph> represents the array of data in the sample." msgstr "<emph>データ</emph> は、標本データの行列です。" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2955589\n" "135\n" "help.text" msgid "<emph>Type</emph> represents the type of quartile. (0 = MIN, 1 = 25%, 2 = 50% (MEDIAN), 3 = 75% and 4 = MAX.)" -msgstr "" +msgstr "<emph>タイプ</emph> には、第何番の四分位数を返すかを指定します。0 を指定すると最小値 (MIN) 、1 を指定すると第一四分位数 (25% 目の値) 、2 を指定すると中央値 (MEDIAN) 、3 を指定すると第三四分位数 (75% 目の値) 、4 を指定すると最大値 (MAX) を返します。" #: 04060184.xhp msgctxt "" @@ -48415,13 +48573,14 @@ msgid "Example" msgstr "例" #: 04060184.xhp +#, fuzzy msgctxt "" "04060184.xhp\n" "par_id2959276\n" "137\n" "help.text" msgid "<item type=\"input\">=QUARTILE.INC(A1:A50;2)</item> returns the value of which 50% of the scale corresponds to the lowest to highest values in the range A1:A50." -msgstr "" +msgstr "<item type=\"input\">=QUARTILE(A1:A50;2)</item> は、スケールの 50% が範囲 A1:A50 の最小値から最大値に対応する値を返します。" #: 04060185.xhp msgctxt "" @@ -48546,12 +48705,13 @@ msgid "<item type=\"input\">=RANK(A10;A1:A50)</item> returns the ranking of the msgstr "<item type=\"input\">=RANK(A10;A1:A50)</item> は、値範囲 A1:A50 の A10 の値のランクを返します。<item type=\"literal\">Value</item> が範囲内に存在しない場合は、エラーメッセージが表示されます。" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "bm_id2955071\n" "help.text" msgid "<bookmark_value>RANK.AVG function</bookmark_value> <bookmark_value>numbers;determining ranks</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>RANK 関数</bookmark_value><bookmark_value>数値;順位の判断</bookmark_value>" #: 04060185.xhp msgctxt "" @@ -48652,21 +48812,23 @@ msgid "Example" msgstr "例" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id2955919\n" "10\n" "help.text" msgid "<item type=\"input\">=RANK.AVG(A10;A1:A50)</item> returns the ranking of the value in A10 in value range A1:A50. If <item type=\"literal\">Value</item> does not exist within the range an error message is displayed." -msgstr "" +msgstr "<item type=\"input\">=RANK(A10;A1:A50)</item> は、値範囲 A1:A50 の A10 の値のランクを返します。<item type=\"literal\">Value</item> が範囲内に存在しない場合は、エラーメッセージが表示されます。" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "bm_id2855071\n" "help.text" msgid "<bookmark_value>RANK.EQ function</bookmark_value> <bookmark_value>numbers;determining ranks</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>RANK 関数</bookmark_value><bookmark_value>数値;順位の判断</bookmark_value>" #: 04060185.xhp msgctxt "" @@ -48767,13 +48929,14 @@ msgid "Example" msgstr "例" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id2855919\n" "10\n" "help.text" msgid "<item type=\"input\">=RANK.EQ(A10;A1:A50)</item> returns the ranking of the value in A10 in value range A1:A50. If <item type=\"literal\">Value</item> does not exist within the range an error message is displayed." -msgstr "" +msgstr "<item type=\"input\">=RANK(A10;A1:A50)</item> は、値範囲 A1:A50 の A10 の値のランクを返します。<item type=\"literal\">Value</item> が範囲内に存在しない場合は、エラーメッセージが表示されます。" #: 04060185.xhp msgctxt "" @@ -49122,13 +49285,14 @@ msgid "STDEVP(Number1;Number2;...Number30)" msgstr "STDEVP(数値 1;数値 2;...数値 30)" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id3155261\n" "42\n" "help.text" msgid "<emph>Number 1,Number 2,...Number 30</emph> are numerical values or ranges representing an entire population." -msgstr "" +msgstr "<emph>数値 1, 数値2, ... 数値30</emph>は 母集団全体を表す数値または範囲です。" #: 04060185.xhp msgctxt "" @@ -49336,13 +49500,14 @@ msgid "STDEVPA(Value1;Value2;...Value30)" msgstr "STDEVPA(値 1;値 2;...値 30)" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id3153109\n" "198\n" "help.text" msgid "<emph>Value1,value2,...value30</emph> are values or ranges representing an entire population. Text has the value 0." -msgstr "" +msgstr "<emph>値 1,値 2,...値 30</emph> は、母集団全体の標本を表す値または範囲です。テキストの値は 0 です。" #: 04060185.xhp msgctxt "" @@ -49568,13 +49733,14 @@ msgid "NORM.S.INV(Number)" msgstr "NORM.S.INV(数値)" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id2948772\n" "60\n" "help.text" msgid "<emph>Number</emph> is the probability to which the inverse standard normal distribution is calculated." -msgstr "" +msgstr "<emph>数値</emph> は、逆標準正規分布が計算される確率です。" #: 04060185.xhp msgctxt "" @@ -49719,13 +49885,14 @@ msgid "NORM.S.DIST(Number; Cumulative)" msgstr "NORM.S.DIST(数値; 累積)" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id2954950\n" "68\n" "help.text" msgid "<emph>Number</emph> is the value to which the standard normal cumulative distribution is calculated." -msgstr "" +msgstr "<emph>数値</emph> は、標準正規累積分布を計算する対象となる値です。" #: 04060185.xhp msgctxt "" @@ -50076,12 +50243,13 @@ msgid "<item type=\"input\">=TINV(0.1;6)</item> returns 1.94" msgstr "<item type=\"input\">=TINV(0.1;6)</item> は、1.94 を返します。" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "bm_id2949579\n" "help.text" msgid "<bookmark_value>T.INV function</bookmark_value> <bookmark_value>one tailed inverse of t-distribution</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>TINV 関数</bookmark_value><bookmark_value>t 分布の逆関数</bookmark_value>" #: 04060185.xhp msgctxt "" @@ -50093,13 +50261,14 @@ msgid "T.INV" msgstr "T.INV" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id2943232\n" "99\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_TINV_MS\">Returns the one tailed inverse of the t-distribution.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_TINV\">t 分布の逆関数を返します。</ahelp>" #: 04060185.xhp msgctxt "" @@ -50121,22 +50290,24 @@ msgid "T.INV(Number; DegreesFreedom)" msgstr "TINV(数値; 自由度)" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id2954070\n" "102\n" "help.text" msgid "<emph>Number</emph> is the probability associated with the one-tailed t-distribution." -msgstr "" +msgstr "<emph>数値</emph>は、両側検定 t 分布に関する確率です。" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id2955315\n" "103\n" "help.text" msgid "<emph>DegreesFreedom</emph> is the number of degrees of freedom for the t-distribution." -msgstr "" +msgstr "<emph>自由度</emph> は、t 分布の自由度数です。" #: 04060185.xhp msgctxt "" @@ -50158,12 +50329,13 @@ msgid "<item type=\"input\">=T.INV(0.1;6)</item> returns -1.4397557473." msgstr "<item type=\"input\">=TINV(0.1;6)</item> は、1.94 を返します。" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "bm_id2849579\n" "help.text" msgid "<bookmark_value>T.INV.2T function</bookmark_value> <bookmark_value>inverse of two tailed t-distribution</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>T.DIST.2T 関数</bookmark_value> <bookmark_value>両側 t 分布</bookmark_value>" #: 04060185.xhp msgctxt "" @@ -50175,13 +50347,14 @@ msgid "T.INV.2T" msgstr "" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id2843232\n" "99\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_TINV_2T\">Calculates the inverse of the two-tailed Student's T Distribution </ahelp>, which is a continuous probability distribution that is frequently used for testing hypotheses on small sample data sets." -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_TDIST_2T\">スチューデントのT 分布の両側確率を計算します。スチューデントのT 分布は連続確率分布で、頻繁に小規模のサンプルデータセットに対する仮説検定に用いられます。</ahelp>" #: 04060185.xhp msgctxt "" @@ -50203,22 +50376,24 @@ msgid "T.INV.2T(Number; DegreesFreedom)" msgstr "TINV(数値; 自由度)" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id2854070\n" "102\n" "help.text" msgid "<emph>Number</emph> is the probability associated with the two-tailed t-distribution." -msgstr "" +msgstr "<emph>数値</emph>は、両側検定 t 分布に関する確率です。" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id2855315\n" "103\n" "help.text" msgid "<emph>DegreesFreedom</emph> is the number of degrees of freedom for the t-distribution." -msgstr "" +msgstr "<emph>自由度</emph> は、t 分布の自由度数です。" #: 04060185.xhp msgctxt "" @@ -50354,13 +50529,14 @@ msgid "T.TEST" msgstr "T.TEST" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id2959184\n" "108\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_TTEST_MS\">Returns the probability associated with a Student's t-Test.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_TTEST\">生徒の t 検定に関連する確率を返します。</ahelp>" #: 04060185.xhp msgctxt "" @@ -50382,40 +50558,44 @@ msgid "T.TEST(Data1; Data2; Mode; Type)" msgstr "TTEST(データ 1; データ 2; モード; タイプ)" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id2949202\n" "111\n" "help.text" msgid "<emph>Data1</emph> is the dependent array or range of data for the first record." -msgstr "" +msgstr "<emph>データ 1</emph> は、最初の記録のデータの依存行列または範囲です。" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id2945666\n" "112\n" "help.text" msgid "<emph>Data2</emph> is the dependent array or range of data for the second record." -msgstr "" +msgstr "<emph>データ 2</emph> は、2 番目の記録のデータの依存行列または範囲です。" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id2953903\n" "113\n" "help.text" msgid "<emph>Mode</emph> = 1 calculates the one-tailed test, <emph>Mode</emph> = 2 the two- tailed test." -msgstr "" +msgstr "<emph>モード</emph> に 1 を指定すると片側検定、2 を指定すると両側検定が行われます。" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id2955327\n" "114\n" "help.text" msgid "<emph>Type</emph> is the kind of t-test to perform. Type 1 means paired. Type 2 means two samples, equal variance (homoscedastic). Type 3 means two samples, unequal variance (heteroscedastic)." -msgstr "" +msgstr "<emph>種類</emph> は検定の方法です。1 は、データ1とデータ2に対して対応のある場合の平均値の差の検定、2 は等分散を仮定した (通常の) 2 群の平均値の差の検定、3 は等分散でない場合の (welch の方法による) 2 群の平均値の差の検定です。" #: 04060185.xhp msgctxt "" @@ -51628,21 +51808,23 @@ msgid "WEIBULL.DIST" msgstr "" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id2954916\n" "176\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_WEIBULL_DIST_MS\">Returns the values of the Weibull distribution.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"HID_FUNC_WEIBULL\">ワイブル分布の値を返します。</ahelp>" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id2905200911372767\n" "help.text" msgid "The Weibull distribution is a continuous probability distribution, with parameters Alpha > 0 (shape) and Beta > 0 (scale)." -msgstr "" +msgstr "ワイブル分散は連続確率分布で、パラメーター α > 0 (shape)、β > 0 (scale) を持ちます。" #: 04060185.xhp #, fuzzy @@ -51682,13 +51864,14 @@ msgid "WEIBULL.DIST(Number; Alpha; Beta; C)" msgstr "WEIBULL(数値;α;β;関数形式)" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id2951317\n" "179\n" "help.text" msgid "<emph>Number</emph> is the value at which to calculate the Weibull distribution." -msgstr "" +msgstr "<emph>数値</emph> は、ワイブル分布の算出に用いられる値です。" #: 04060185.xhp msgctxt "" @@ -51737,12 +51920,13 @@ msgid "<item type=\"input\">=WEIBULL.DIST(2;1;1;1)</item> returns 0.8646647168." msgstr "<item type=\"input\">=WEIBULL(2;1;1;1)</item> は、0.86 を返します。" #: 04060185.xhp +#, fuzzy msgctxt "" "04060185.xhp\n" "par_id2905200911372899\n" "help.text" msgid "See also the <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_WEIBULL_function\">Wiki page</link>." -msgstr "" +msgstr "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_WEIBULL_function\">Wiki page</link>を参照してください。" #: 04060199.xhp msgctxt "" @@ -62380,6 +62564,22 @@ msgctxt "" msgid "<emph>Sample macro:</emph>" msgstr "<emph>マクロ例</emph>" +#: ODFF.xhp +msgctxt "" +"ODFF.xhp\n" +"tit\n" +"help.text" +msgid "ODFF" +msgstr "" + +#: ODFF.xhp +msgctxt "" +"ODFF.xhp\n" +"hd_id1000010\n" +"help.text" +msgid "This function belongs to Open Document Formula version 1.2 Standard." +msgstr "" + #: format_graphic.xhp msgctxt "" "format_graphic.xhp\n" @@ -63363,13 +63563,14 @@ msgid "What date is one month prior to 2001-03-31?" msgstr "2001年3月31日より1ヶ月前の日付を求めます。" #: func_edate.xhp +#, fuzzy msgctxt "" "func_edate.xhp\n" "par_id3155999\n" "221\n" "help.text" msgid "<item type=\"input\">=EDATE(\"2001-03-31\";-1)</item> returns the serial number 36950. Formatted as a date, this is 2001-02-28." -msgstr "" +msgstr "<item type=\"input\">=EOMONTH(DATE(2001;9;14);6)</item> は、シリアル値 37346 を返します。日付形式にすると 2002-03-31 です。" #: func_eomonth.xhp msgctxt "" @@ -63960,13 +64161,14 @@ msgid "<bookmark_value>NUMBERVALUE function</bookmark_value>" msgstr "<bookmark_value>NUMBERVALUE 関数</bookmark_value>" #: func_numbervalue.xhp +#, fuzzy msgctxt "" "func_numbervalue.xhp\n" "hd_id3145621\n" "18\n" "help.text" msgid "<variable id=\"datevalue\"> <link href=\"text/scalc/01/func_numbervalue.xhp\">NUMBERVALUE</link> </variable>" -msgstr "" +msgstr "<variable id=\"datevalue\"><link href=\"text/scalc/01/func_datevalue.xhp\">DATEVALUE</link></variable>" #: func_numbervalue.xhp msgctxt "" @@ -64005,13 +64207,14 @@ msgid "NUMBERVALUE(\"Text\";decimal_separator;group_separator)" msgstr "" #: func_numbervalue.xhp +#, fuzzy msgctxt "" "func_numbervalue.xhp\n" "par_id3154819\n" "23\n" "help.text" msgid "<emph>Text</emph> is a valid number expression and must be entered with quotation marks." -msgstr "" +msgstr "<emph>テキスト</emph> は有効な日付の表現であり、引用符で囲む必要があります。" #: func_numbervalue.xhp msgctxt "" @@ -64260,28 +64463,28 @@ msgid "<bookmark_value>TIMEVALUE function</bookmark_value>" msgstr "<bookmark_value>TIMEVALUE 関数</bookmark_value>" #: func_timevalue.xhp +#, fuzzy msgctxt "" "func_timevalue.xhp\n" "hd_id3146755\n" -"160\n" "help.text" msgid "<variable id=\"timevalue\"><link href=\"text/scalc/01/func_timevalue.xhp\">TIMEVALUE</link></variable>" msgstr "<variable id=\"timevalue\"><link href=\"text/scalc/01/func_timevalue.xhp\">TIMEVALUE</link></variable>" #: func_timevalue.xhp +#, fuzzy msgctxt "" "func_timevalue.xhp\n" "par_id3148502\n" -"161\n" "help.text" msgid "<ahelp hid=\"HID_FUNC_ZEITWERT\">TIMEVALUE returns the internal time number from a text enclosed by quotes and which may show a possible time entry format.</ahelp>" msgstr "<ahelp hid=\"HID_FUNC_ZEITWERT\">TIMEVALUE は、引用符で囲まれた文字列から内部時刻番号を返します。これは、使用可能な時刻入力形式を示す場合もあります。</ahelp>" #: func_timevalue.xhp +#, fuzzy msgctxt "" "func_timevalue.xhp\n" "par_id3150794\n" -"162\n" "help.text" msgid "The internal number indicated as a decimal is the result of the date system used under $[officename] to calculate date entries." msgstr "十進数で表示されるシリアル値は、$[officename] が日付の換算に使用する日付システムの値です。" @@ -64295,55 +64498,55 @@ msgid "If the text string also includes a year, month, or day, TIMEVALUE only re msgstr "もし、テキスト文字列が年、月、日を含んでいるなら、TIMEVALUE関数は変換の端数部分を返すだけです。" #: func_timevalue.xhp +#, fuzzy msgctxt "" "func_timevalue.xhp\n" "hd_id3150810\n" -"163\n" "help.text" msgid "Syntax" msgstr "構文" #: func_timevalue.xhp +#, fuzzy msgctxt "" "func_timevalue.xhp\n" "par_id3150823\n" -"164\n" "help.text" msgid "TIMEVALUE(\"Text\")" msgstr "TIMEVALUE(\"テキスト\")" #: func_timevalue.xhp +#, fuzzy msgctxt "" "func_timevalue.xhp\n" "par_id3152556\n" -"165\n" "help.text" msgid "<emph>Text</emph> is a valid time expression and must be entered in quotation marks." msgstr "<emph>文字列</emph> は有効な日付書式であり、引用符で囲む必要があります。" #: func_timevalue.xhp +#, fuzzy msgctxt "" "func_timevalue.xhp\n" "hd_id3146815\n" -"166\n" "help.text" msgid "Examples" msgstr "例" #: func_timevalue.xhp +#, fuzzy msgctxt "" "func_timevalue.xhp\n" "par_id3146829\n" -"167\n" "help.text" msgid "<item type=\"input\">=TIMEVALUE(\"4PM\")</item> returns 0.67. When formatting in time format HH:MM:SS, you then get 16:00:00." msgstr "<item type=\"input\">=TIMEVALUE(\"4PM\")</item> は、0.67 を返します。HH:MM:SS 時間書式を使用する場合は、16:00:00 を返却します。" #: func_timevalue.xhp +#, fuzzy msgctxt "" "func_timevalue.xhp\n" "par_id3153632\n" -"168\n" "help.text" msgid "<item type=\"input\">=TIMEVALUE(\"24:00\")</item> returns 1. If you use the HH:MM:SS time format, the value is 00:00:00." msgstr "<item type=\"input\">=TIMEVALUE(\"24:00\")</item> は、1 を返します。HH:MM:SS 時間書式を使用する場合は、値は 00:00:00 です。" @@ -65660,20 +65863,22 @@ msgid "Data" msgstr "データ" #: stat_data.xhp +#, fuzzy msgctxt "" "stat_data.xhp\n" "par_id1000010\n" "help.text" msgid "<emph>Input Range</emph>: The reference of the range of the data to analyze." -msgstr "" +msgstr "<emph>入力範囲</emph>: 分析対象のデータ範囲の参照です。" #: stat_data.xhp +#, fuzzy msgctxt "" "stat_data.xhp\n" "par_id1000020\n" "help.text" msgid "<emph>Results to</emph>: The reference of the top left cell of the range where the results will be displayed." -msgstr "" +msgstr "<emph>結果貼り付け先</emph>: 検定の結果表示の先頭のセルの参照です。" #: stat_data.xhp msgctxt "" @@ -65812,20 +66017,22 @@ msgid "Sampling" msgstr "サンプリング" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1000030\n" "help.text" msgid "<ahelp hid=\"modules/scalc/ui/samplingdialog/SamplingDialog\">Create a table with data sampled from another table.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/scalc/ui/samplingdialog/SamplingDialog\">他のデータテーブルからサンプルデータテーブルを作成します。</ahelp>" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1000040\n" "help.text" msgid "<variable id=\"sam01\">Menu <emph>Data - Statistics - Sampling...</emph></variable>" -msgstr "" +msgstr "<variable id=\"sam01\">メニュー <emph>データ - 統計 - サンプリング...</emph></variable>" #: statistics.xhp msgctxt "" @@ -65836,12 +66043,13 @@ msgid "Sampling allows you to pick data from a <emph>source</emph> table to fill msgstr "" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1000060\n" "help.text" msgid "Sampling is done row-wise. That means, the sampled data will pick the whole line of the source table and copy into a line of the target table." -msgstr "" +msgstr "サンプリング機能は行方向に。 この意味は、サンプルデータはソーステーブルの全列に対して抽出され、 ターゲットテーブルの列方向にコピーされます。" #: statistics.xhp msgctxt "" @@ -65852,36 +66060,40 @@ msgid "Sampling Method" msgstr "サンプリング方法" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1000070\n" "help.text" msgid "<emph>Random</emph>: Picks exactly <emph>Sample Size</emph> lines of the source table in a random way." -msgstr "" +msgstr "<emph>ランダム</emph>: <emph>サンプルサイズ</emph> 列のデータをランダムにソーステーブルから抽出します。" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1000080\n" "help.text" msgid "<emph>Sample size</emph>: Number of lines sampled from the source table." -msgstr "" +msgstr "<emph>サンプルサイズ</emph>: ソーステーブルから抽出されるサンプルの数です。" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1000090\n" "help.text" msgid "<emph>Periodic</emph>: Picks lines in a pace defined by <emph>Period</emph>." -msgstr "" +msgstr "<emph>周期変化</emph>: <emph>周期</emph>列ごとに抽出します。" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1000100\n" "help.text" msgid "<emph>Period</emph>: the number of lines to skip periodically when sampling." -msgstr "" +msgstr "<emph>周期</emph>: サンプリング時に周期的にとばす列数です。" #: statistics.xhp msgctxt "" @@ -65892,12 +66104,13 @@ msgid "Example" msgstr "例" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1000110\n" "help.text" msgid "The following data will be used as example of source data table for sampling:" -msgstr "" +msgstr "次のデータはサンプリングのためのソースデータの例として使います:" #: statistics.xhp msgctxt "" @@ -65924,28 +66137,31 @@ msgid "Descriptive Statistics" msgstr "基本統計量" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1000640\n" "help.text" msgid "<ahelp hid=\"modules/scalc/ui/descriptivestatisticsdialog/DescriptiveStatisticsDialog\">Fill a table in the spreadsheet with the main statistical properties of the data set.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/scalc/ui/descriptivestatisticsdialog/DescriptiveStatisticsDialog\">データセットの主要な統計量を集計表で出力します。</ahelp>" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1000650\n" "help.text" msgid "<variable id=\"sam01\">Menu <emph>Data - Statistics - Descriptive Statistics...</emph></variable>" -msgstr "" +msgstr "<variable id=\"sam01\">メニュー <emph>データ - 統計 - 基本統計量...</emph></variable>" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1000660\n" "help.text" msgid "The Descriptive Statistics analysis tool generates a report of univariate statistics for data in the input range, providing information about the central tendency and variability of your data." -msgstr "" +msgstr "基本統計量は入力範囲で指定した一変量の、統計値のレポートを生成します。 出力される情報は、データの中心とばらつきの傾向です。" #: statistics.xhp msgctxt "" @@ -65956,12 +66172,13 @@ msgid "For more information, please visit the Wikipedia: <link href=\"http://en. msgstr "" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1000680\n" "help.text" msgid "The following table displays the results of the descriptive statistics of the sample data above." -msgstr "" +msgstr "次のテーブルは、上のサンプルデータに対する基本統計量の集計結果です。" #: statistics.xhp msgctxt "" @@ -66108,36 +66325,39 @@ msgid "Analysis of Variance (ANOVA)" msgstr "分散分析 (ANOVA)" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1001240\n" "help.text" msgid "<ahelp hid=\"modules/scalc/ui/analysisofvariancedialog/AnalysisOfVarianceDialog\">Produces the analysis of variance (ANOVA) of a given data set</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/scalc/ui/analysisofvariancedialog/AnalysisOfVarianceDialog\">既知のデータセットより分散分析 (ANOVA)を行い結果を表示します。</ahelp>" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1001250\n" "help.text" msgid "<variable id=\"sam01\">Menu <emph>Data - Statistics - Analysis of Variance (ANOVA)...</emph></variable>" -msgstr "" +msgstr "<variable id=\"sam01\">メニュー <emph>データ - 統計 - 分散分析 (ANOVA)...</emph></variable>" #: statistics.xhp msgctxt "" "statistics.xhp\n" "par_id1001260\n" "help.text" -msgid "ANOVA is the acronym for A<emph>N</emph>alysis <emph>O</emph>f <emph>VA</emph>riance. Produces the analysis of variance (ANOVA) of a given data set" +msgid "ANOVA is the acronym for <emph>AN</emph>alysis <emph>O</emph>f <emph>VA</emph>riance. Produces the analysis of variance (ANOVA) of a given data set" msgstr "" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1001270\n" "help.text" msgid "For more information, please visit the Wikipedia: <link href=\"http://en.wikipedia.org/wiki/ANOVA\">http://en.wikipedia.org/wiki/ANOVA</link>" -msgstr "" +msgstr "より詳しい情報は、Wikipedia を参照してください: <link href=\"http://en.wikipedia.org/wiki/ANOVA\">http://en.wikipedia.org/wiki/ANOVA</link>" #: statistics.xhp msgctxt "" @@ -66148,12 +66368,13 @@ msgid "Type" msgstr "種類" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1001280\n" "help.text" msgid "Select if the analysis is for a <emph>single factor</emph> or for <emph>two factor</emph> ANOVA." -msgstr "" +msgstr "<emph>一元配置</emph>か <emph>二元配置</emph> のどちらの分散分析を行うかを選択してください。" #: statistics.xhp msgctxt "" @@ -66180,12 +66401,13 @@ msgid "<emph>Rows per sample</emph>: Define how many rows a sample has." msgstr "" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1001310\n" "help.text" msgid "The following table displays the results of the <emph>analysis of variance (ANOVA)</emph> of the sample data above." -msgstr "" +msgstr "上記のサンプルデータに対する<emph>分散分析 (ANOVA)</emph> の結果は次の表のようになります。" #: statistics.xhp msgctxt "" @@ -66356,20 +66578,22 @@ msgid "Correlation" msgstr "相関" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1001740\n" "help.text" msgid "<ahelp hid=\"modules/scalc/ui/correlationdialog/CorrelationDialog\">Calculates the correlation of two sets of numeric data.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/scalc/ui/correlationdialog/CorrelationDialog\">2つの数値データ列の相関を計算します。</ahelp>" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1001750\n" "help.text" msgid "<variable id=\"corr01\">Menu <emph>Data - Statistics - Correlation...</emph></variable>" -msgstr "" +msgstr "<variable id=\"corr01\">メニュー <emph>データ - 統計 - 相関...</emph></variable>" #: statistics.xhp msgctxt "" @@ -66380,36 +66604,40 @@ msgid "The correlation coefficient (a value between -1 and +1) means how strongl msgstr "" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1001770\n" "help.text" msgid "A correlation coefficient of +1 indicates a perfect positive correlation." -msgstr "" +msgstr "相関係数が +1 の場合、完全に正の相関があると言えます。" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1001780\n" "help.text" msgid "A correlation coefficient of -1 indicates a perfect negative correlation" -msgstr "" +msgstr "相関係数が -1 の場合、完全に負の相関があると言えます。" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1001790\n" "help.text" msgid "For more information on statistical correlation, refer to <link href=\"http://en.wikipedia.org/wiki/Correlation\">http://en.wikipedia.org/wiki/Correlation</link>" -msgstr "" +msgstr "より統計的相関に関する詳しい情報は、<link href=\"http://en.wikipedia.org/wiki/Correlation\">http://en.wikipedia.org/wiki/Correlation</link>を参照してください。" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1001800\n" "help.text" msgid "The following table displays the results of the correlation of the sample data above." -msgstr "" +msgstr "次の表は上のサンプルデータの相関行列です。" #: statistics.xhp msgctxt "" @@ -66468,12 +66696,13 @@ msgid "Column 3" msgstr "列 3" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "bm_id2964278\n" "help.text" msgid "<bookmark_value>Analysis toolpack;covariance</bookmark_value><bookmark_value>covariance;Analysis toolpack</bookmark_value><bookmark_value>Data statistics;covariance</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>分析ツール;分散分析</bookmark_value> <bookmark_value>分散分析;分析ツール</bookmark_value> <bookmark_value>データ統計;分散分析</bookmark_value>" #: statistics.xhp msgctxt "" @@ -66484,20 +66713,22 @@ msgid "Covariance" msgstr "共分散" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1001940\n" "help.text" msgid "<ahelp hid=\"modules/scalc/ui/covariancedialog/CovarianceDialog\">Calculates the covariance of two sets of numeric data.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/scalc/ui/covariancedialog/CovarianceDialog\">2変量の共分散を計算します。</ahelp>" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1001950\n" "help.text" msgid "<variable id=\"cov01\">Menu <emph>Data - Statistics - Covariance...</emph></variable>" -msgstr "" +msgstr "<variable id=\"cov01\">メニュー <emph>データ - 統計 - 共分散...</emph></variable>" #: statistics.xhp msgctxt "" @@ -66508,20 +66739,22 @@ msgid "The covariance is a measure of how much two random variables change toget msgstr "" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1001970\n" "help.text" msgid "For more information on statistical covariance, refer to <link href=\"http://en.wikipedia.org/wiki/Covariance\">http://en.wikipedia.org/wiki/Covariance</link>" -msgstr "" +msgstr "共分散についてより情報が欲しい場合は、 <link href=\"http://en.wikipedia.org/wiki/Covariance\">http://en.wikipedia.org/wiki/Covariance</link>を参照してください。" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1001980\n" "help.text" msgid "The following table displays the results of the covariance of the sample data above." -msgstr "" +msgstr "次のテーブルは、上記のサンプルデータの共分散行列です。" #: statistics.xhp msgctxt "" @@ -66596,20 +66829,22 @@ msgid "Exponential Smoothing" msgstr "指数平滑" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1002120\n" "help.text" msgid "<ahelp hid=\"modules/scalc/ui/exponentialsmoothingdialog/ExponentialSmoothingDialog\">Results in a smoothed data series</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/scalc/ui/exponentialsmoothingdialog/ExponentialSmoothingDialog\">データ系列の平滑を返します。</ahelp>" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1002130\n" "help.text" msgid "<variable id=\"sam01\">Menu <emph>Data - Statistics - Exponential Smoothing...</emph></variable>" -msgstr "" +msgstr "<variable id=\"sam01\">メニュー <emph>データ - 統計 - 指数平滑...</emph></variable>" #: statistics.xhp msgctxt "" @@ -66620,12 +66855,13 @@ msgid "Exponential smoothing is a filtering technique that when applied to a dat msgstr "" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1002150\n" "help.text" msgid "For more information on <emph>exponential smoothing</emph>, refer to <link href=\"http://en.wikipedia.org/wiki/Exponential_smoothing\">http://en.wikipedia.org/wiki/Exponential_smoothing</link>" -msgstr "" +msgstr "より <emph>指数平滑</emph>の情報が欲しい場合は、<link href=\"http://en.wikipedia.org/wiki/Exponential_smoothing\">http://en.wikipedia.org/wiki/Exponential_smoothing</link>を参照してください。" #: statistics.xhp msgctxt "" @@ -66636,12 +66872,13 @@ msgid "Parameters" msgstr "パラメーター" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1002160\n" "help.text" msgid "<emph>Smoothing Factor</emph>: A parameter between 0 and 1 that represents the damping factor Alpha in the smoothing equation." -msgstr "" +msgstr "<emph>平滑化定数</emph>: このパラメータは、平滑式の補正係数αを表し、0 から 1の間を取ります。" #: statistics.xhp msgctxt "" @@ -66692,28 +66929,31 @@ msgid "Moving Average" msgstr "移動平均" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1002500\n" "help.text" msgid "<ahelp hid=\"modules/scalc/ui/movingaveragedialog/MovingAverageDialog\">Calculates the moving average of a time series</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/scalc/ui/movingaveragedialog/MovingAverageDialog\">時系列データの移動平均を計算します。</ahelp>" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1002510\n" "help.text" msgid "<variable id=\"sam01\">Menu <emph>Data - Statistics - Moving Average...</emph></variable>" -msgstr "" +msgstr "<variable id=\"sam01\">メニュー <emph>データ - 統計 - 移動平均...</emph></variable>" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1002520\n" "help.text" msgid "You can get more details about moving average in the Wikipedia: <link href=\"http://en.wikipedia.org/wiki/Moving_average\">http://en.wikipedia.org/wiki/Moving_average</link>" -msgstr "" +msgstr "移動平均についての詳細は Wikipedia を参照してください: <link href=\"http://en.wikipedia.org/wiki/Moving_average\">http://en.wikipedia.org/wiki/Moving_average</link>" #: statistics.xhp msgctxt "" @@ -66812,12 +67052,13 @@ msgid "<ahelp hid=\"modules/scalc/ui/ttestdialog/TTestDialog\">Calculates the t- msgstr "" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1002830\n" "help.text" msgid "<variable id=\"sam01\">Menu <emph>Data - Statistics - t-test...</emph></variable>" -msgstr "" +msgstr "<variable id=\"sam01\">メニュー <emph>データ - 統計 - t 検定...</emph></variable>" #: statistics.xhp msgctxt "" @@ -66828,12 +67069,13 @@ msgid "A <emph>t-test</emph> is any statistical hypothesis test that follows a S msgstr "" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1002850\n" "help.text" msgid "For more information on t-tests, see the Wikipedia: <link href=\"http://en.wikipedia.org/wiki/T-test\">http://en.wikipedia.org/wiki/T-test</link>" -msgstr "" +msgstr "より詳しい情報は、Wikipedia を参照してください: <link href=\"http://en.wikipedia.org/wiki/ANOVA\">http://en.wikipedia.org/wiki/ANOVA</link>" #: statistics.xhp msgctxt "" @@ -66844,28 +67086,31 @@ msgid "Data" msgstr "データ" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1002860\n" "help.text" msgid "<emph>Variable 1 range</emph>: The reference of the range of the first data series to analyze." -msgstr "" +msgstr "<emph>変数1の範囲</emph>: 1つ目のデータ系列の参照です。" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1002870\n" "help.text" msgid "<emph>Variable 2 range</emph>: The reference of the range of the second data series to analyze." -msgstr "" +msgstr "<emph>変数2の範囲</emph>: 2 つ目のデータ系列の参照です。" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1002880\n" "help.text" msgid "<emph>Results to</emph>: The reference of the top left cell of the range where the test will be displayed." -msgstr "" +msgstr "<emph>結果貼り付け先</emph>: 検定の結果表示の先頭のセルの参照です。" #: statistics.xhp msgctxt "" @@ -66876,12 +67121,13 @@ msgid "Results for t-Test:" msgstr "" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1002890\n" "help.text" msgid "The following table shows the <emph>t-Test</emph> for the data series above:" -msgstr "" +msgstr "次の表は、上記のデータ系列に対し<emph>t 検定</emph> を行った結果です。:" #: statistics.xhp msgctxt "" @@ -67045,12 +67291,13 @@ msgid "<ahelp hid=\"modules/scalc/ui/ttestdialog/TTestDialog\">Calculates the F- msgstr "" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1003250\n" "help.text" msgid "<variable id=\"sam02\">Menu <emph>Data - Statistics - F-test...</emph></variable>" -msgstr "" +msgstr "<variable id=\"sam02\">メニュー <emph>データ - 統計 - F 検定...</emph></variable>" #: statistics.xhp msgctxt "" @@ -67061,12 +67308,13 @@ msgid "A <emph>F-test</emph> is any statistical test based on the F-distribution msgstr "" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1003270\n" "help.text" msgid "For more information on F-tests, see the Wikipedia: <link href=\"http://en.wikipedia.org/wiki/F-test\">http://en.wikipedia.org/wiki/F-test</link>" -msgstr "" +msgstr "より詳しい情報は、Wikipedia を参照してください: <link href=\"http://en.wikipedia.org/wiki/ANOVA\">http://en.wikipedia.org/wiki/ANOVA</link>" #: statistics.xhp msgctxt "" @@ -67077,28 +67325,31 @@ msgid "Data" msgstr "データ" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1003280\n" "help.text" msgid "<emph>Variable 1 range</emph>: The reference of the range of the first data series to analyze." -msgstr "" +msgstr "<emph>変数1の範囲</emph>: 1つ目のデータ系列の参照です。" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1003290\n" "help.text" msgid "<emph>Variable 2 range</emph>: The reference of the range of the second data series to analyze." -msgstr "" +msgstr "<emph>変数2の範囲</emph>: 2 つ目のデータ系列の参照です。" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1003300\n" "help.text" msgid "<emph>Results to</emph>: The reference of the top left cell of the range where the test will be displayed." -msgstr "" +msgstr "<emph>結果貼り付け先</emph>: 検定の結果表示の先頭のセルの参照です。" #: statistics.xhp msgctxt "" @@ -67109,12 +67360,13 @@ msgid "Results for F-Test:" msgstr "" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1003310\n" "help.text" msgid "The following table shows the <emph>F-Test</emph> for the data series above:" -msgstr "" +msgstr "次の表は、上記のデータ系列に対し<emph>t 検定</emph> を行った結果です。:" #: statistics.xhp #, fuzzy @@ -67259,24 +67511,26 @@ msgctxt "" "statistics.xhp\n" "par_id1003640\n" "help.text" -msgid "<ahelp hid=\"modules/scalc/ui/ttestdialog/TTestDialog\">Calculates the z-Test of two data samples.</ahelp>" +msgid "<ahelp hid=\"modules/scalc/ui/ztestdialog/ZTestDialog\">Calculates the z-Test of two data samples.</ahelp>" msgstr "" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1003650\n" "help.text" msgid "<variable id=\"sam02\">Menu <emph>Data - Statistics - Z-test...</emph></variable>" -msgstr "" +msgstr "<variable id=\"sam02\">メニュー <emph>データ - 統計 - F 検定...</emph></variable>" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1003660\n" "help.text" msgid "For more information on Z-tests, see the Wikipedia: <link href=\"http://en.wikipedia.org/wiki/Z-test\">http://en.wikipedia.org/wiki/Z-test</link>" -msgstr "" +msgstr "より詳しい情報は、Wikipedia を参照してください: <link href=\"http://en.wikipedia.org/wiki/ANOVA\">http://en.wikipedia.org/wiki/ANOVA</link>" #: statistics.xhp msgctxt "" @@ -67287,28 +67541,31 @@ msgid "Data" msgstr "データ" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1003670\n" "help.text" msgid "<emph>Variable 1 range</emph>: The reference of the range of the first data series to analyze." -msgstr "" +msgstr "<emph>変数1の範囲</emph>: 1つ目のデータ系列の参照です。" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1003680\n" "help.text" msgid "<emph>Variable 2 range</emph>: The reference of the range of the second data series to analyze." -msgstr "" +msgstr "<emph>変数2の範囲</emph>: 2 つ目のデータ系列の参照です。" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1003690\n" "help.text" msgid "<emph>Results to</emph>: The reference of the top left cell of the range where the test will be displayed." -msgstr "" +msgstr "<emph>結果貼り付け先</emph>: 検定の結果表示の先頭のセルの参照です。" #: statistics.xhp msgctxt "" @@ -67319,12 +67576,13 @@ msgid "Results for z-Test:" msgstr "" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1003700\n" "help.text" msgid "The following table shows the <emph>z-Test</emph> for the data series above:" -msgstr "" +msgstr "次の表は、上記のデータ系列に対し<emph>t 検定</emph> を行った結果です。:" #: statistics.xhp #, fuzzy @@ -67488,12 +67746,13 @@ msgid "<ahelp hid=\"modules/scalc/ui/chisquaretestdialog/ChiSquareTestDialog\">C msgstr "" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1003990\n" "help.text" msgid "<variable id=\"sam02\">Menu <emph>Data - Statistics - Chi-square Test...</emph></variable>" -msgstr "" +msgstr "<variable id=\"sam02\">メニュー <emph>データ - 統計 - F 検定...</emph></variable>" #: statistics.xhp msgctxt "" @@ -67512,20 +67771,22 @@ msgid "Data" msgstr "データ" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1004010\n" "help.text" msgid "<emph>Input range</emph>: The reference of the range of the data series to analyze." -msgstr "" +msgstr "<emph>入力範囲</emph>: 分析対象のデータ範囲の参照です。" #: statistics.xhp +#, fuzzy msgctxt "" "statistics.xhp\n" "par_id1004020\n" "help.text" msgid "<emph>Results to</emph>: The reference of the top left cell of the range where the test will be displayed." -msgstr "" +msgstr "<emph>結果貼り付け先</emph>: 検定の結果表示の先頭のセルの参照です。" #: statistics.xhp msgctxt "" @@ -67694,47 +67955,3 @@ msgctxt "" "help.text" msgid "In the example, you select the comma as a delimiter character. Cells A1 and A2 will be expanded to four columns each. A1 contains 1, B1 contains 2, and so on." msgstr "この例では、区切り文字としてコンマを選択しています。 セル A1 と A2 は 4 つの列に拡張されます。 A1 は 1、B1 は 2 という順の内容になります。" - -#: 04060104.xhp -msgctxt "" -"04060104.xhp\n" -"par_id31540471\n" -"57\n" -"help.text" -msgid "<emph>Value</emph> is the value or expression to be be returned if it does not equal or result in an error." -msgstr "" - -#: 04060104.xhp -msgctxt "" -"04060104.xhp\n" -"par_id31540472\n" -"57\n" -"help.text" -msgid "<emph>Alternate_value</emph> is the value or expression to be be returned if the expression or value of <emph>Value</emph> does equal or result in an error." -msgstr "" - -#: 04060104.xhp -msgctxt "" -"04060104.xhp\n" -"par_id31528841\n" -"97\n" -"help.text" -msgid "<emph>Value</emph> is the value or expression to be be returned if it does not equal or result in an #N/A error." -msgstr "" - -#: 04060104.xhp -msgctxt "" -"04060104.xhp\n" -"par_id31528842\n" -"97\n" -"help.text" -msgid "<emph>Alternate_value</emph> is the value or expression to be be returned if the expression or value of <emph>Value</emph> does equal or result in an #N/A error." -msgstr "" - -#: statistics.xhp -msgctxt "" -"statistics.xhp\n" -"par_id1001260\n" -"help.text" -msgid "ANOVA is the acronym fir A<emph>N</emph>alysis <emph>O</emph>f <emph>VA</emph>riance. Produces the analysis of variance (ANOVA) of a given data set" -msgstr "" diff --git a/source/ja/helpcontent2/source/text/scalc/02.po b/source/ja/helpcontent2/source/text/scalc/02.po index 8a9779a5b24..b7a6135f850 100644 --- a/source/ja/helpcontent2/source/text/scalc/02.po +++ b/source/ja/helpcontent2/source/text/scalc/02.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2015-04-22 23:39+0200\n" -"PO-Revision-Date: 2015-06-30 11:39+0000\n" -"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" +"PO-Revision-Date: 2015-08-24 05:36+0000\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1435664355.000000\n" +"X-POOTLE-MTIME: 1440394616.000000\n" #: 02130000.xhp msgctxt "" @@ -480,7 +480,7 @@ msgctxt "" "par_id3153770\n" "help.text" msgid "<image id=\"img_id3145785\" src=\"sc/imglst/sc26049.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145785\">Icon</alt></image>" -msgstr "<image id=\"img_id3145785\" src=\"sc/imglst/sc26049.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145785\" xml-lang=\"ja-JP\">アイコン</alt></image>" +msgstr "<image id=\"img_id3145785\" src=\"sc/imglst/sc26049.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145785\">アイコン</alt></image>" #: 06040000.xhp msgctxt "" @@ -608,7 +608,7 @@ msgctxt "" "par_id3150769\n" "help.text" msgid "<image id=\"img_id3156422\" src=\"svx/res/nu01.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156422\">Icon</alt></image>" -msgstr "<image id=\"img_id3156422\" src=\"svx/res/nu01.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156422\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3156422\" src=\"svx/res/nu01.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156422\">アイコン</alt></image>" #: 06070000.xhp msgctxt "" diff --git a/source/ja/helpcontent2/source/text/scalc/04.po b/source/ja/helpcontent2/source/text/scalc/04.po index db9adaf597e..266e17273eb 100644 --- a/source/ja/helpcontent2/source/text/scalc/04.po +++ b/source/ja/helpcontent2/source/text/scalc/04.po @@ -4,17 +4,17 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2015-04-22 23:39+0200\n" -"PO-Revision-Date: 2015-05-17 12:43+0000\n" -"Last-Translator: paz <paz.ohhashi@gmail.com>\n" +"PO-Revision-Date: 2015-08-24 05:38+0000\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.5.1\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1431866601.000000\n" +"X-POOTLE-MTIME: 1440394737.000000\n" #: 01020000.xhp msgctxt "" @@ -1072,7 +1072,7 @@ msgctxt "" "118\n" "help.text" msgid "Increases the height of current row (only in <link href=\"text/shared/optionen/01060800.xhp\" name=\"Compatibility\">OpenOffice.org legacy compatibility mode</link>)." -msgstr "" +msgstr "現在の列の高さを拡げます (<link href=\"text/shared/optionen/01060800.xhp\" name=\"互換性\">OpenOffice.org の旧形式互換モード</link>のみ) 。" #: 01020000.xhp msgctxt "" @@ -1090,7 +1090,7 @@ msgctxt "" "120\n" "help.text" msgid "Decreases the height of current row (only in <link href=\"text/shared/optionen/01060800.xhp\" name=\"Compatibility\">OpenOffice.org legacy compatibility mode</link>)." -msgstr "" +msgstr "現在の列の高さを狭めます (<link href=\"text/shared/optionen/01060800.xhp\" name=\"互換性\">OpenOffice.org の旧形式互換モード</link>のみ) 。" #: 01020000.xhp msgctxt "" diff --git a/source/ja/helpcontent2/source/text/scalc/05.po b/source/ja/helpcontent2/source/text/scalc/05.po index 9014b3848e2..293a41a0220 100644 --- a/source/ja/helpcontent2/source/text/scalc/05.po +++ b/source/ja/helpcontent2/source/text/scalc/05.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2015-06-24 17:05+0200\n" -"PO-Revision-Date: 2015-06-26 12:55+0000\n" -"Last-Translator: junichi matsukawa <jr4air@kagaku.xii.jp>\n" +"PO-Revision-Date: 2015-08-24 05:40+0000\n" +"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1435323347.000000\n" +"X-POOTLE-MTIME: 1440394837.000000\n" #: 02140000.xhp msgctxt "" @@ -81,7 +81,7 @@ msgctxt "" "3\n" "help.text" msgid "Error Code" -msgstr "<emph>エラーコード</emph>" +msgstr "エラーコード" #: 02140000.xhp msgctxt "" @@ -99,7 +99,7 @@ msgctxt "" "5\n" "help.text" msgid "Explanation" -msgstr "<emph>説明</emph>" +msgstr "説明" #: 02140000.xhp msgctxt "" @@ -260,7 +260,7 @@ msgctxt "" "29\n" "help.text" msgid "Missing bracket, for example, closing brackets, but no opening brackets" -msgstr "かっこが足りません。たとえば、閉じるかっこがあるのに開くかっこがないなどです。" +msgstr "かっこが足りません。たとえば、閉じるかっこがあるのに開くかっこがないなどです" #: 02140000.xhp msgctxt "" @@ -503,7 +503,7 @@ msgctxt "" "59\n" "help.text" msgid "Variable is not available" -msgstr "変数が存在しません。" +msgstr "変数が存在しません" #: 02140000.xhp msgctxt "" @@ -629,7 +629,7 @@ msgctxt "" "73\n" "help.text" msgid "The calculation procedure does not converge" -msgstr "計算プロセスが収束しません。" +msgstr "計算プロセスが収束しません" #: 02140000.xhp msgctxt "" diff --git a/source/ja/helpcontent2/source/text/scalc/guide.po b/source/ja/helpcontent2/source/text/scalc/guide.po index 37eee9f2588..37a18251a54 100644 --- a/source/ja/helpcontent2/source/text/scalc/guide.po +++ b/source/ja/helpcontent2/source/text/scalc/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-04-22 23:39+0200\n" +"POT-Creation-Date: 2015-08-25 12:34+0200\n" "PO-Revision-Date: 2015-07-20 05:58+0000\n" "Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -5374,12 +5374,13 @@ msgid "Either click <emph>Find Next</emph> or <emph>Find All</emph>." msgstr "<emph>検索</emph> または <emph>すべて検索</emph> をクリックします。" #: finding.xhp +#, fuzzy msgctxt "" "finding.xhp\n" "par_id3808404\n" "help.text" msgid "When you click <emph>Find Next</emph>, Calc will select the next cell that contains your text. You can watch and edit the text, then click <emph>Find Next</emph> again to advance to the next found cell." -msgstr "" +msgstr "<emph>検索</emph> をクリックすると、指定されたテキストを含む次のセルが Calc によって選択されます。 そのテキストを確認して編集し、続いて <emph>検索</emph> を再びクリックし、次の検出セルに移動できます。" #: finding.xhp msgctxt "" @@ -5544,13 +5545,14 @@ msgid "To apply formatting attributes to an entire sheet, choose <emph>Format - msgstr "印刷ページ全体を書式設定するには、<emph>書式 → ページ</emph> に入ります。そこでは、全ページに同じ書式が適用されるヘッダー、フッターの設定などができます。" #: format_table.xhp +#, fuzzy msgctxt "" "format_table.xhp\n" "par_id3145389\n" "22\n" "help.text" msgid "An image that you have loaded with <item type=\"menuitem\">Format - Page - Background</item> is only visible in print or in the print preview. To display a background image on screen as well, insert the graphic image by choosing <item type=\"menuitem\">Insert - Image - From File</item> and arrange the image behind the cells by choosing <item type=\"menuitem\">Format - Arrange - To Background</item>. Use the <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link> to select the background image." -msgstr "" +msgstr "<item type=\"menuitem\">書式 → ページ → 背景</item>で読み込んだ画像が表示されるのは、印刷時と、印刷プレビューを選択したときだけです。背景画像を画面にも表示するには、<item type=\"menuitem\">挿入 → 図 → ファイルから</item>を選択して画像を挿入し、<item type=\"menuitem\">書式 → 整列 → 背景</item>を選択してセルの背景に画像を配置します。<link href=\"text/scalc/01/02110000.xhp\" name=\"ナビゲーター\">ナビゲーター</link>を使用すると、背景画像を選択できます。" #: format_table.xhp msgctxt "" @@ -7910,15 +7912,6 @@ msgctxt "" msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab." msgstr "ナビゲーションボタンを使用すると、表計算ドキュメント内のすべてのシートを表示できます。一番左または一番右のボタンをクリックすると、それぞれ、最初のシート見出しと最後のシート見出しが現れます。真ん中のボタンをクリックすると、すべてのシート見出しを前後にスクロールできます。シート自身を表示するには、シート見出しをクリックします。" -#: multi_tables.xhp -msgctxt "" -"multi_tables.xhp\n" -"par_id3149379\n" -"6\n" -"help.text" -msgid "If there is insufficient space to display all the sheet tabs, you can increase it by pointing to the separator between the scrollbar and the sheet tabs, pressing the mouse button and, keeping the mouse button pressed, dragging to the right. In doing so you will be sharing the available space between the sheet tabs and horizontal scrollbar." -msgstr "シート見出しをすべて表示できる空間がない場合、スクロールバーとシート見出しの間にある境界線を選択して、マウスボタンを押し下げたまま、右方向にドラッグすると、シート見出しの空間が広がります。当然、スクロールバーの空間は狭まります。" - #: multioperation.xhp msgctxt "" "multioperation.xhp\n" @@ -9280,12 +9273,13 @@ msgid "<bookmark_value>exporting;cells</bookmark_value><bookmark_value>printing; msgstr "<bookmark_value>エクスポート; セル</bookmark_value><bookmark_value>印刷; セル</bookmark_value><bookmark_value>範囲; 印刷範囲</bookmark_value><bookmark_value>印刷範囲の PDF エクスポート</bookmark_value><bookmark_value>セル範囲; 印刷</bookmark_value><bookmark_value>セル; 印刷範囲</bookmark_value><bookmark_value>印刷範囲</bookmark_value><bookmark_value>クリア、または消去、削除を参照</bookmark_value><bookmark_value>定義; 印刷範囲</bookmark_value><bookmark_value>印刷範囲の拡大</bookmark_value><bookmark_value>削除; 印刷範囲</bookmark_value>" #: printranges.xhp +#, fuzzy msgctxt "" "printranges.xhp\n" "par_idN108D7\n" "help.text" msgid "<variable id=\"printranges\"><link href=\"text/scalc/guide/printranges.xhp\">Defining Print Ranges on a Sheet</link></variable>" -msgstr "" +msgstr "<variable id=\"printranges\"><link href=\"text/scalc/guide/printranges.xhp\">シートの印刷範囲を指定する</link></variable>" #: printranges.xhp msgctxt "" diff --git a/source/ja/helpcontent2/source/text/schart/02.po b/source/ja/helpcontent2/source/text/schart/02.po index ddcb8eb7840..f5196d8de50 100644 --- a/source/ja/helpcontent2/source/text/schart/02.po +++ b/source/ja/helpcontent2/source/text/schart/02.po @@ -3,17 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2013-11-20 13:02+0100\n" -"PO-Revision-Date: 2011-04-05 23:41+0200\n" -"Last-Translator: Takeshi <tabe@fixedpoint.jp>\n" +"POT-Creation-Date: 2015-04-22 23:40+0200\n" +"PO-Revision-Date: 2015-08-24 05:49+0000\n" +"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" +"X-POOTLE-MTIME: 1440395349.000000\n" #: 01190000.xhp msgctxt "" @@ -47,7 +48,7 @@ msgctxt "" "par_id3150751\n" "help.text" msgid "<image id=\"img_id3145643\" src=\"cmd/sc_datainrows.png\"><alt id=\"alt_id3145643\">Icon</alt></image>" -msgstr "<image id=\"img_id3145643\" src=\"cmd/sc_datainrows.png\"><alt id=\"alt_id3145643\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3145643\" src=\"cmd/sc_datainrows.png\"><alt id=\"alt_id3145643\">アイコン</alt></image>" #: 01190000.xhp msgctxt "" diff --git a/source/ja/helpcontent2/source/text/sdraw/guide.po b/source/ja/helpcontent2/source/text/sdraw/guide.po index 172835a07d9..1976e960964 100644 --- a/source/ja/helpcontent2/source/text/sdraw/guide.po +++ b/source/ja/helpcontent2/source/text/sdraw/guide.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2015-04-22 23:39+0200\n" -"PO-Revision-Date: 2015-07-15 17:17+0000\n" -"Last-Translator: JO3EMC <jo3emc@jarl.com>\n" +"PO-Revision-Date: 2015-08-25 07:13+0000\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1436980620.000000\n" +"X-POOTLE-MTIME: 1440486815.000000\n" #: align_arrange.xhp msgctxt "" @@ -268,7 +268,7 @@ msgctxt "" "tit\n" "help.text" msgid "Defining Custom Colors" -msgstr "ユーザー定義色を定義する" +msgstr "ユーザー定義の色を定義する" #: color_define.xhp msgctxt "" @@ -285,7 +285,7 @@ msgctxt "" "7\n" "help.text" msgid "<variable id=\"color_define\"><link href=\"text/sdraw/guide/color_define.xhp\" name=\"Defining Custom Colors\">Defining Custom Colors</link></variable>" -msgstr "<variable id=\"color_define\"><link href=\"text/sdraw/guide/color_define.xhp\" name=\"色を自分で定義する\">色を自分で定義する</link></variable>" +msgstr "<variable id=\"color_define\"><link href=\"text/sdraw/guide/color_define.xhp\" name=\"ユーザー定義の色を定義する\">ユーザー定義の色を定義する</link></variable>" #: color_define.xhp msgctxt "" @@ -294,7 +294,7 @@ msgctxt "" "8\n" "help.text" msgid "If you want, you can mix a custom color and add it to a color table." -msgstr "自分で気に入る色を定義し、それに名前を付けてカラーパレットファイルに格納できます。" +msgstr "お望みであれば自分でユーザー定義の色を調合し、色テーブルに追加することができます。" #: color_define.xhp msgctxt "" @@ -303,7 +303,7 @@ msgctxt "" "9\n" "help.text" msgid "To define a custom color" -msgstr "独自の色を定義するには、次の操作を行います。" +msgstr "ユーザー定義の色を定義するには" #: color_define.xhp msgctxt "" @@ -321,7 +321,7 @@ msgctxt "" "13\n" "help.text" msgid "Changes made to the standard color table are permanent and are saved automatically." -msgstr "標準カラーパレットで行う変更は、変更内容が自動的に保存されるため元に戻せません。ユーザー独自の新しい色を追加するのは問題はありませんが、標準色で変更を行うとトラブルが起こる可能性があります。" +msgstr "標準色テーブルで行う変更は、変更内容が自動的に保存されるため元に戻せません。ユーザー独自の新しい色を追加するのは問題はありませんが、標準色で変更を行うとトラブルが起こる可能性があります。" #: color_define.xhp msgctxt "" @@ -330,7 +330,7 @@ msgctxt "" "14\n" "help.text" msgid "Click a color in the table that is similar to the one you want to mix. The color appears in the upper preview box to the right of the table." -msgstr "新しい色を定義するには、標準カラーパレットから作成する色にいちばん近い色を選択します。プレビューではフィールドが上下に分割表示され色の比較ができます。" +msgstr "色テーブルで、調合したい色にいちばん近い色をクリックします。選んだ色は色テーブルの右にある上側のプレビューボックスに表示されます。" #: color_define.xhp msgctxt "" @@ -339,7 +339,7 @@ msgctxt "" "15\n" "help.text" msgid "Select the RGB or CMYK color model in the box below the preview boxes." -msgstr "リストボックスで新しい色を定義するのに使うカラーモデルを選択します。リストボックスには RGB と CMYK の2つの既定値があります。" +msgstr "プレビューボックスの下にあるリストボックスで、使用する色モデルをRGBとCMYKから選択します。" #: color_define.xhp msgctxt "" @@ -347,7 +347,7 @@ msgctxt "" "par_id4979705\n" "help.text" msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation." -msgstr "%PRODUCTNAME は、カラー印刷に RGB カラーモデルのみを使用します。 CMYK コントロールは、CMYK 表記を使用してカラー値の入力を簡単にすることだけを目的に提供されています。" +msgstr "%PRODUCTNAME は、カラー印刷に RGB 色モデルのみを使用します。 CMYK コントロールは、CMYK 表記を使用してカラー値の入力を簡単にすることだけを目的に提供されています。" #: color_define.xhp msgctxt "" @@ -356,7 +356,7 @@ msgctxt "" "16\n" "help.text" msgid "The RGB color model mixes red, green and blue light to create colors on a computer screen. In the RGB model, the three color components are additive and can have values ranging from 0 (black) to 255 (white). The CMYK color model combines Cyan (C), Magenta (M), Yellow (Y), and blacK (K, also used for \"Key\") to create colors for printing. The four colors of the CMYK models are subtractive and are defined as percentages. Black corresponds to 100 % and white to 0 %." -msgstr "RGB カラーモデルでは、赤 (R)、緑 (G)、および青 (B) の光線を混ぜて、コンピューター画面表示用の色を作成します。RGB カラーモデルの 3 つの色は加色法であり、0 (黒) から 255 (白) までの値で表します。CMYK カラーモデルでは、シアン (C)、マゼンタ (M)、黄 (Y)、および黒 (K。「キー (Key)」とも言う) を組み合わせて、プリンター印刷用のさまざまな色を作成します。CMYK カラーモデルの 4 つの色は減色法であり、0% (白) から 100% (黒) までのパーセンテージで表します。" +msgstr "RGB 色モデルは、赤 (R)、緑 (G)、および青 (B) の光線を混ぜ合わせて、コンピューター画面表示用の色を作成します。RGB 色モデルでは 3 つの色は加色法であり、0 (黒) から 255 (白) までの値で表します。CMYK 色モデルでは、シアン (C)、マゼンタ (M)、黄 (Y)、および黒 (K。「キー (Key)」とも言う) を組み合わせて、印刷用の色を作成します。CMYK モデルの 4 つの色は減色法であり、0% (白) から 100% (黒) までのパーセンテージで表します。" #: color_define.xhp msgctxt "" @@ -383,7 +383,7 @@ msgctxt "" "19\n" "help.text" msgid "Do one of the following:" -msgstr "気に入った色が作成できたら、ベースとして使った色と置換するか、それとは別に新しい色として定義するかを決めます。プレビューの上のフィールドに表示される既存色と置換するときは、<emph>変更</emph> をクリックします。いずれにしても前もって自分で定義した色で置換または追加してください。" +msgstr "気に入った色が作成できたら、最後に次のいずれかの操作を行います。" #: color_define.xhp msgctxt "" diff --git a/source/ja/helpcontent2/source/text/shared.po b/source/ja/helpcontent2/source/text/shared.po index eb16c425cb3..6bd0a1ca409 100644 --- a/source/ja/helpcontent2/source/text/shared.po +++ b/source/ja/helpcontent2/source/text/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-04-22 23:39+0200\n" +"POT-Creation-Date: 2015-08-25 12:34+0200\n" "PO-Revision-Date: 2015-07-17 12:32+0000\n" "Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2155,3 +2155,19 @@ msgctxt "" "help.text" msgid "This section provides information on the subject of the Internet. An <link href=\"text/shared/00/00000002.xhp\" name=\"Internet glossary\">Internet glossary</link> explains the most important terms." msgstr "このセクションには、インターネットに関連する情報が表示されます。<link href=\"text/shared/00/00000002.xhp\" name=\"インターネット用語集\">インターネット用語集</link>には、最も重要な用語に関する説明がまとめられています。" + +#: need_help.xhp +msgctxt "" +"need_help.xhp\n" +"tit\n" +"help.text" +msgid "Need Help" +msgstr "" + +#: need_help.xhp +msgctxt "" +"need_help.xhp\n" +"hd_id1000010\n" +"help.text" +msgid "This help page needs further work for correctness and completion. Please help LibreOffice project to write the missing information. Join the LibreOffice community." +msgstr "" diff --git a/source/ja/helpcontent2/source/text/shared/00.po b/source/ja/helpcontent2/source/text/shared/00.po index 317891423c1..fedddc2ae6a 100644 --- a/source/ja/helpcontent2/source/text/shared/00.po +++ b/source/ja/helpcontent2/source/text/shared/00.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-04-22 23:39+0200\n" -"PO-Revision-Date: 2015-07-21 10:05+0000\n" -"Last-Translator: junichi matsukawa <jr4air@kagaku.xii.jp>\n" +"POT-Creation-Date: 2015-09-01 20:20+0200\n" +"PO-Revision-Date: 2015-09-01 18:02+0000\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1437473154.000000\n" +"X-POOTLE-MTIME: 1441130560.000000\n" #: 00000001.xhp msgctxt "" @@ -6783,13 +6783,14 @@ msgid "Print File Directly" msgstr "ファイルを直接印刷" #: 00000401.xhp +#, fuzzy msgctxt "" "00000401.xhp\n" "par_id3153581\n" "5\n" "help.text" msgid "On the <emph>Print Preview</emph><emph>Bar</emph> of a text document, click" -msgstr "" +msgstr "文書ドキュメントの <emph>プレビュー</emph><emph>バー</emph> をクリックします。" #: 00000401.xhp msgctxt "" @@ -7161,40 +7162,44 @@ msgid "Select All" msgstr "すべて選択" #: 00000402.xhp +#, fuzzy msgctxt "" "00000402.xhp\n" "par_id3145251\n" "555\n" "help.text" msgid "<variable id=\"aenderungen\">Choose <emph>Edit - Track Changes</emph></variable>" -msgstr "" +msgstr "<variable id=\"aenderungen\">メニュー <emph>編集 → 変更</emph></variable>" #: 00000402.xhp +#, fuzzy msgctxt "" "00000402.xhp\n" "par_id3153336\n" "556\n" "help.text" msgid "<variable id=\"aufzeichnen\">Choose <emph>Edit - Track Changes - Record Changes</emph></variable>" -msgstr "" +msgstr "<variable id=\"aufzeichnen\">メニュー <emph>編集 → 変更 → 記録</emph></variable>" #: 00000402.xhp +#, fuzzy msgctxt "" "00000402.xhp\n" "par_id3150594\n" "557\n" "help.text" msgid "<variable id=\"anzeigen\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <emph>Edit - Track Changes - Show Changes</emph></caseinline><caseinline select=\"CALC\">Choose <emph>Edit - Track Changes - Show Changes</emph></caseinline></switchinline></variable>" -msgstr "" +msgstr "<variable id=\"anzeigen\"><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>編集 → 変更 → 表示</emph></caseinline><caseinline select=\"CALC\"><emph>編集 → 変更 → 表示</emph></caseinline></switchinline></variable>" #: 00000402.xhp +#, fuzzy msgctxt "" "00000402.xhp\n" "par_id3153845\n" "558\n" "help.text" msgid "<variable id=\"rotlinie\">Choose <emph>Edit - Track Changes - Manage Changes</emph></variable>" -msgstr "" +msgstr "<variable id=\"rotlinie\">メニュー <emph>編集 → 変更 →承認または却下</emph></variable>" #: 00000402.xhp msgctxt "" @@ -7215,22 +7220,24 @@ msgid "Choose <emph>Format - AutoCorrect - Apply and Edit Changes.</emph> AutoCo msgstr "メニュー <emph>書式 → オートフォーマット → 変更の適用と編集</emph> を選択します。「オートフォーマット」ダイアログが表示されるので、「<emph>変更の編集</emph>」ボタンをクリックすると、「<emph>リスト</emph>」タブが表示されます。" #: 00000402.xhp +#, fuzzy msgctxt "" "00000402.xhp\n" "par_id3153878\n" "560\n" "help.text" msgid "<variable id=\"rotliniefilter\">Choose <emph>Edit - Track Changes - Manage Changes - Filter</emph> tab </variable>" -msgstr "" +msgstr "<variable id=\"rotliniefilter\"><emph>編集 → 変更 → 承認または却下 → フィルター</emph> </variable>" #: 00000402.xhp +#, fuzzy msgctxt "" "00000402.xhp\n" "par_id3151281\n" "561\n" "help.text" msgid "<variable id=\"einfuegen\">Choose <emph>Edit - Track Changes - Merge Document</emph></variable>" -msgstr "" +msgstr "<variable id=\"einfuegen\">メニュー <emph>編集 → 変更 → ドキュメントの結合...</emph></variable>" #: 00000402.xhp msgctxt "" @@ -7251,13 +7258,14 @@ msgid "Choose <emph>Edit - Track Changes - Comment on Change</emph>" msgstr "" #: 00000402.xhp +#, fuzzy msgctxt "" "00000402.xhp\n" "par_id3149488\n" "571\n" "help.text" msgid "Choose <emph>Edit - Track Changes - Manage Changes - List</emph> tab. Click an entry in the list and open the context menu. Choose <emph>Edit Comment</emph>" -msgstr "" +msgstr "<emph>「編集」 → 「変更」 → 「承認または却下」 → 「リスト」</emph>を選択します。リストの項目をクリックし、コンテキストメニューを選択します。<emph>「コメントの編集」</emph>を選択します。" #: 00000402.xhp msgctxt "" @@ -7866,12 +7874,13 @@ msgid "Special Character" msgstr "特殊文字" #: 00000404.xhp +#, fuzzy msgctxt "" "00000404.xhp\n" "par_idN107CD\n" "help.text" msgid "<variable id=\"moviesound\">Choose <emph>Insert - Media - Audio or Video</emph></variable>" -msgstr "" +msgstr "<variable id=\"moviesound\"><emph>挿入 → ムービーとサウンド</emph></variable>" #: 00000404.xhp msgctxt "" @@ -8876,6 +8885,33 @@ msgid "<variable id=\"advanced\">Choose <emph><switchinline select=\"sys\"><case msgstr "<variable id=\"appearance\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → 外観</emph> を選択</variable>" #: 00000406.xhp +#, fuzzy +msgctxt "" +"00000406.xhp\n" +"par_idN11C3E\n" +"help.text" +msgid "<variable id=\"personalization\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Personalization</emph></variable>" +msgstr "<variable id=\"scripting\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → セキュリティ</emph> を選択</variable>" + +#: 00000406.xhp +#, fuzzy +msgctxt "" +"00000406.xhp\n" +"par_idN11C3F\n" +"help.text" +msgid "<variable id=\"opencl\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Open CL</emph></variable>" +msgstr "<variable id=\"allg\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → 全般</emph> を選択</variable>" + +#: 00000406.xhp +#, fuzzy +msgctxt "" +"00000406.xhp\n" +"par_idN11C3G\n" +"help.text" +msgid "<variable id=\"basicide\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Basic IDE Options</emph></variable>" +msgstr "<variable id=\"ansicht\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → 表示</emph> を選択</variable>" + +#: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id5485702\n" @@ -10719,12 +10755,13 @@ msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>St msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">スタイルと書式設定 → リストのスタイル → コンテキストメニューを開き、<emph>新規作成または変更</emph></caseinline></switchinline> を選択します。" #: 00040500.xhp +#, fuzzy msgctxt "" "00040500.xhp\n" "par_id0611200904324832\n" "help.text" msgid "<variable id=\"graphics\">Choose <emph>Format - Bullets and Numbering - Image</emph> tab</variable>" -msgstr "" +msgstr "<variable id=\"graphics\"><emph>書式 → 箇条書きと番号付け → 図</emph>タブを選択</variable>" #: 00040500.xhp msgctxt "" @@ -10772,22 +10809,24 @@ msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>St msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>スタイルと書式設定 → リストのスタイル</emph> → コンテキストメニューを開き、<emph>新規または変更</emph> を選択します。</caseinline></switchinline>" #: 00040500.xhp +#, fuzzy msgctxt "" "00040500.xhp\n" "par_id3151332\n" "194\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Menu <emph>Format - Image </emph>- <emph>Crop</emph> tab </caseinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>書式 → 画像</emph> → <emph>トリミング</emph> タブをクリックします。 </caseinline></switchinline>" #: 00040500.xhp +#, fuzzy msgctxt "" "00040500.xhp\n" "par_id3153317\n" "198\n" "help.text" msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><defaultinline>Icon on the <emph>Image</emph> toolbar:</defaultinline></switchinline>" -msgstr "" +msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><defaultinline><emph>画像</emph> ツールバー上のアイコン:</defaultinline></switchinline>" #: 00040500.xhp msgctxt "" @@ -13247,13 +13286,14 @@ msgid "Choose <emph>Format - Axis - Y Axis - Numbers</emph> tab (Chart Documents msgstr "メニュー <emph>書式 → 軸 → Y軸...</emph> → <emph>数</emph>タブ (グラフドキュメント)" #: 00040503.xhp +#, fuzzy msgctxt "" "00040503.xhp\n" "par_id3150823\n" "32\n" "help.text" msgid "Also as <emph>Number Format</emph> dialog for tables and fields in text documents: Choose <emph>Format - Number Format</emph>, or choose <emph>Insert - Fields - More Fields - Variables</emph> tab and select \"Additional formats\" in the <emph>Format</emph> list." -msgstr "" +msgstr "また文書ドキュメント内の表とフィールドのダイアログ <emph>数の書式</emph> として表示されます。メニュー <emph>書式 → 数の書式</emph> を選択します。あるいは、メニュー <emph>挿入 → フィールド → その他</emph> を選択したあと、<emph>変数</emph> タブをクリックし、リスト <emph>書式</emph> 内で <emph>その他の書式</emph> を選択します。" #: 00040503.xhp msgctxt "" @@ -13366,13 +13406,14 @@ msgid "Choose <emph>Modify - Flip - Horizontally</emph> ($[officename] Draw)" msgstr "メニュー <emph>変更 → 反転 → 左右</emph> ($[officename] Draw)" #: 00040503.xhp +#, fuzzy msgctxt "" "00040503.xhp\n" "par_id3147348\n" "27\n" "help.text" msgid "Choose <emph>Format - Image</emph>, and then click the <emph>Image</emph> tab" -msgstr "" +msgstr "<emph>書式 → グラフィックス</emph> を選択し、<emph>グラフィックス</emph> タブをクリックします。" #: 00040503.xhp msgctxt "" diff --git a/source/ja/helpcontent2/source/text/shared/01.po b/source/ja/helpcontent2/source/text/shared/01.po index b6e949a5466..4c5b4f0ea3e 100644 --- a/source/ja/helpcontent2/source/text/shared/01.po +++ b/source/ja/helpcontent2/source/text/shared/01.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2015-08-06 22:51+0200\n" -"PO-Revision-Date: 2015-08-09 01:55+0000\n" -"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" +"PO-Revision-Date: 2015-08-25 10:11+0000\n" +"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1439085338.000000\n" +"X-POOTLE-MTIME: 1440497507.000000\n" #: 01010000.xhp msgctxt "" @@ -1564,7 +1564,7 @@ msgctxt "" "14\n" "help.text" msgid "<ahelp visibility=\"visible\" hid=\"modules/swriter/ui/labeloptionspage/setup\">Opens the <link href=\"text/shared/01/01140000.xhp\" name=\"Printer Setup\">Printer Setup</link> dialog.</ahelp>" -msgstr "" +msgstr "<ahelp visibility=\"visible\" hid=\"modules/swriter/ui/labeloptionspage/setup\"><link href=\"text/shared/01/01140000.xhp\" name=\"Printer Setup\">プリンター設定</link>のダイアログを開きます。</ahelp>" #: 01010300.xhp msgctxt "" @@ -2099,7 +2099,7 @@ msgctxt "" "11\n" "help.text" msgid "Phone" -msgstr "自宅電話" +msgstr "電話番号" #: 01010304.xhp msgctxt "" @@ -5583,7 +5583,7 @@ msgctxt "" "2\n" "help.text" msgid "<ahelp hid=\".\">Closes all $[officename] programs and prompts you to save your changes.</ahelp> <switchinline select=\"sys\"><caseinline select=\"MAC\">This command does not exist on Mac OS X systems.</caseinline><defaultinline/></switchinline>" -msgstr "<ahelp hid=\".\">置換対象となるすべてのテキストまたは書式を置き換えます。</ahelp><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">スライドですべての置換が完了するまで、このコマンドを繰り返します。 </caseinline></switchinline>" +msgstr "<ahelp hid=\".\">すべての $[officename] プログラムを閉じて、変更を保存するように求められます。</ahelp> <switchinline select=\"sys\"><caseinline select=\"MAC\">このコマンドは Mac OS X にはありません。</caseinline><defaultinline/></switchinline>" #: 01170000.xhp msgctxt "" @@ -24423,7 +24423,7 @@ msgctxt "" "par_id3140354\n" "help.text" msgid "<ahelp hid=\".\">Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document.</ahelp>" -msgstr "<ahelp hid=\".\">選択したオブジェクトにタイトルと説明を割り当てます。これらは、アクセシビリティーツールでアクセスでき、ドキュメントをエクスポートするときに代替タグとしてアクセスできます。</ahelp>" +msgstr "<ahelp hid=\".\">選択したオブジェクトにタイトルと説明を割り当てます。これらは、アクセシビリティツールでアクセスでき、ドキュメントをエクスポートするときに代替タグとしてアクセスできます。</ahelp>" #: 05190100.xhp msgctxt "" @@ -24439,7 +24439,7 @@ msgctxt "" "par_id1283608\n" "help.text" msgid "<ahelp hid=\".\">Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text.</ahelp>" -msgstr "<ahelp hid=\".\">タイトルテキストを入力します。短い名前が代替タグとして HTML 形式で表示されます。アクセシビリティーツールでこのテキストを読むことができます。</ahelp>" +msgstr "<ahelp hid=\".\">タイトルテキストを入力します。短い名前が代替タグとして HTML 形式で表示されます。アクセシビリティツールでこのテキストを読むことができます。</ahelp>" #: 05190100.xhp msgctxt "" @@ -24455,7 +24455,7 @@ msgctxt "" "par_id693685\n" "help.text" msgid "<ahelp hid=\".\">Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools.</ahelp>" -msgstr "<ahelp hid=\".\">説明テキストを入力します。スクリーンリーダーソフトウェアを持つユーザーに複雑なオブジェクトやオブジェクトのグループを説明するために、長い説明テキストを入力できます。この説明は、アクセシビリティーツールで代替タグとして表示できます。</ahelp>" +msgstr "<ahelp hid=\".\">説明テキストを入力します。スクリーンリーダーソフトウェアを持つユーザーに複雑なオブジェクトやオブジェクトのグループを説明するために、長い説明テキストを入力できます。この説明は、アクセシビリティツールで代替タグとして表示できます。</ahelp>" #: 05200000.xhp msgctxt "" diff --git a/source/ja/helpcontent2/source/text/shared/guide.po b/source/ja/helpcontent2/source/text/shared/guide.po index 70744e40046..d22a0fac240 100644 --- a/source/ja/helpcontent2/source/text/shared/guide.po +++ b/source/ja/helpcontent2/source/text/shared/guide.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2015-04-22 23:39+0200\n" -"PO-Revision-Date: 2015-07-21 10:12+0000\n" -"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" +"PO-Revision-Date: 2015-08-25 10:16+0000\n" +"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1437473539.000000\n" +"X-POOTLE-MTIME: 1440497761.000000\n" #: aaa_start.xhp msgctxt "" @@ -2764,7 +2764,7 @@ msgctxt "" "par_id3152349\n" "help.text" msgid "<image id=\"img_id3143270\" src=\"cmd/sc_paste.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3143270\">Icon</alt></image>" -msgstr "<image id=\"img_id3143270\" src=\"cmd/sc_paste.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3143270\" xml-lang=\"ja-JP\">アイコン</alt></image>" +msgstr "<image id=\"img_id3143270\" src=\"cmd/sc_paste.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3143270\">アイコン</alt></image>" #: copytext2application.xhp msgctxt "" diff --git a/source/ja/helpcontent2/source/text/shared/optionen.po b/source/ja/helpcontent2/source/text/shared/optionen.po index 0a90b42ea15..b9645314629 100644 --- a/source/ja/helpcontent2/source/text/shared/optionen.po +++ b/source/ja/helpcontent2/source/text/shared/optionen.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-04-22 23:39+0200\n" -"PO-Revision-Date: 2015-07-30 11:17+0000\n" -"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" +"POT-Creation-Date: 2015-09-01 20:20+0200\n" +"PO-Revision-Date: 2015-08-25 10:19+0000\n" +"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1438255058.000000\n" +"X-POOTLE-MTIME: 1440497993.000000\n" #: 01000000.xhp msgctxt "" @@ -3558,12 +3558,13 @@ msgid "<ahelp hid=\"cui/ui/optviewpage/iconsize\">Specifies the display size of msgstr "<ahelp hid=\"cui/ui/optviewpage/iconsize\">ツールバー アイコンの表示サイズを指定します。</ahelp><switchinline select=\"sys\"><caseinline select=\"WIN\">この <emph>自動</emph> オプションを選択すると、メニューフォントはシステム設定サイズに合わされます。</caseinline></switchinline>" #: 01010800.xhp +#, fuzzy msgctxt "" "01010800.xhp\n" "par_id4664754\n" "help.text" msgid "<ahelp hid=\"cui/ui/optviewpage/iconstyle\" visibility=\"hidden\">Select the icon style for icons in toolbars and dialogs.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\" visibility=\"hidden\">ツールバーとダイアログにあるアイコン用にアイコンのスタイルを選択します。</ahelp>" #: 01010800.xhp msgctxt "" @@ -3598,12 +3599,13 @@ msgid "<ahelp hid=\"cui/ui/optviewpage/aafont\">Select to smooth the screen appe msgstr "" #: 01010800.xhp +#, fuzzy msgctxt "" "01010800.xhp\n" "par_id4743797\n" "help.text" msgid "<ahelp hid=\"cui/ui/optviewpage/aanf\">Enter the smallest font size to apply antialiasing.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">最小のフォントサイズを入力してアンチエイリアス処理を適用します。</ahelp>" #: 01010800.xhp msgctxt "" @@ -3700,12 +3702,13 @@ msgid "Use hardware acceleration" msgstr "ハードウェアアクセラレータを使用する" #: 01010800.xhp +#, fuzzy msgctxt "" "01010800.xhp\n" "par_idN10AD8\n" "help.text" msgid "<ahelp hid=\"cui/ui/optviewpage/useaccel\">Directly accesses hardware features of the graphical display adapter to improve the screen display.</ahelp> The support for hardware acceleration is not available for all operating systems and platform distributions of %PRODUCTNAME." -msgstr "" +msgstr "<ahelp hid=\".\">グラフィカルディスプレイアダプタのハードウェア機能に直接アクセスし、画面表示を向上させます。</ahelp> ハードウェアアクセラレータのサポートは、すべてのオペレーティングシステムや %PRODUCTNAME のプラットフォームディストリビューションで提供されているわけではありません。" #: 01010800.xhp msgctxt "" @@ -3716,12 +3719,13 @@ msgid "Use Anti-Aliasing" msgstr "アンチエイリアシングを使用する" #: 01010800.xhp +#, fuzzy msgctxt "" "01010800.xhp\n" "par_id1208200812004444\n" "help.text" msgid "<ahelp hid=\"cui/ui/optviewpage/useaa\">When supported, you can enable and disable anti-aliasing of graphics. With anti-aliasing enabled, the display of most graphical objects looks smoother and with less artifacts.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">サポートされている場合、グラフィックスのアンチエイリアシングを有効、または無効にすることができます。アンチエイリアシングを有効にすると、ほとんどのグラフィックオブジェクトは、アーティファクトが減少しより滑らかな感じに見えます。</ahelp>" #: 01010800.xhp msgctxt "" @@ -3740,12 +3744,13 @@ msgid "Transparency" msgstr "透明" #: 01010800.xhp +#, fuzzy msgctxt "" "01010800.xhp\n" "par_id1019200910581186\n" "help.text" msgid "<ahelp hid=\"cui/ui/optviewpage/trans\">If enabled, the text selection in Writer and the cell selection in Calc will be shown using a transparent color. If not enabled, the selection will be shown by inverted colors.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">オンに設定すると、Writer での選択範囲、Calc での選択されたセル範囲が透明色で表示されます。オフに設定すると選択範囲は反転色で表示されます。</ahelp>" #: 01010800.xhp msgctxt "" @@ -3756,12 +3761,13 @@ msgid "Transparency level" msgstr "透明度" #: 01010800.xhp +#, fuzzy msgctxt "" "01010800.xhp\n" "par_id1019200910581220\n" "help.text" msgid "<ahelp hid=\"cui/ui/optviewpage/transmf\">Select the transparency level for transparent selections. The default value is 75%. You can select values from 10% to 90%.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">選択範囲を表示するための透明色で、透明度を選択します。標準の透明度は75% です。10% から 90% の範囲で選択できます。</ahelp>" #: 01010800.xhp msgctxt "" @@ -5952,7 +5958,7 @@ msgctxt "" "par_id3145254\n" "39\n" "help.text" -msgid "<ahelp hid=\".\">If you mark this field, the print layout of the current document is exported as well.</ahelp> It can be read by $[officename], Mozilla Firefox, and MS Internet Explorer." +msgid "<ahelp hid=\".\">If you mark this field, the print layout of the current document (for example, table of contents with justified page numbers and dot leaders) is exported as well.</ahelp> It can be read by $[officename], Mozilla Firefox, and MS Internet Explorer." msgstr "" #: 01030500.xhp @@ -6331,13 +6337,14 @@ msgid "<variable id=\"grafikenaus\"><ahelp hid=\"modules/swriter/ui/viewoptionsp msgstr "<variable id=\"grafikenaus\"><ahelp hid=\"modules/swriter/ui/viewoptionspage/graphics\">図とオブジェクトを画面に表示させるかどうかを指定します。</ahelp></variable> これを非表示にした場合、該当箇所にはプレースホルダーとして空の枠が表示されます。" #: 01040200.xhp +#, fuzzy msgctxt "" "01040200.xhp\n" "par_id3154944\n" "38\n" "help.text" msgid "You can also control the display of graphics through the <link href=\"text/swriter/02/18120000.xhp\" name=\"Graphics\"><emph>Images On/Off</emph></link> icon. If a text document is open, this icon is displayed on the <emph>Tools</emph> bar." -msgstr "" +msgstr "図の表示と非表示は、<link href=\"text/swriter/02/18120000.xhp\" name=\"グラフィック\"><emph>グラフィック オン/オフ</emph></link> アイコンから制御することもできます。文書ドキュメントが開いている場合、このアイコンは <emph>ツール</emph> バーに表示されます。" #: 01040200.xhp msgctxt "" @@ -7420,12 +7427,13 @@ msgid "Formatting Aids" msgstr "書式サポート" #: 01040600.xhp +#, fuzzy msgctxt "" "01040600.xhp\n" "bm_id3144510\n" "help.text" msgid "<bookmark_value>non-printing characters (Writer)</bookmark_value><bookmark_value>displaying; non-printing characters (Writer)</bookmark_value><bookmark_value>paragraph marks; displaying (Writer)</bookmark_value><bookmark_value>characters; displaying only on screen (Writer)</bookmark_value><bookmark_value>optional hyphens (Writer)</bookmark_value><bookmark_value>soft hyphens (Writer)</bookmark_value><bookmark_value>hyphens; displaying custom (Writer)</bookmark_value><bookmark_value>custom hyphens (Writer)</bookmark_value><bookmark_value>spaces; displaying (Writer)</bookmark_value><bookmark_value>spaces; showing protected spaces (Writer)</bookmark_value><bookmark_value>protected spaces; showing (Writer)</bookmark_value><bookmark_value>non-breaking spaces (Writer)</bookmark_value><bookmark_value>tab stops; displaying (Writer)</bookmark_value><bookmark_value>break display (Writer)</bookmark_value><bookmark_value>hidden text;showing (Writer)</bookmark_value><bookmark_value>hidden fields display (Writer)</bookmark_value><bookmark_value>paragraphs; hidden paragraphs (Writer)</bookmark_value><bookmark_value>cursor; allowing in protected areas (Writer)</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>非印刷文字 (Writer)</bookmark_value><bookmark_value>表示; 非印刷文字 (Writer)</bookmark_value><bookmark_value>段落記号; 表示 (Writer)</bookmark_value><bookmark_value>文字; 画面上だけでの表示 (Writer)</bookmark_value><bookmark_value>オプションハイフン (Writer)</bookmark_value><bookmark_value>ハイフン; カスタムの表示 (Writer)</bookmark_value><bookmark_value>カスタムハイフン (Writer)</bookmark_value><bookmark_value>スペース; 表示 (Writer)</bookmark_value><bookmark_value>スペース; 保護スペースの表示 (Writer)</bookmark_value><bookmark_value>保護スペース; 表示 (Writer)</bookmark_value><bookmark_value>保護されたスペース (Writer)</bookmark_value><bookmark_value>タブストップ; 表示 (Writer)</bookmark_value><bookmark_value>ブレーク表示 (Writer)</bookmark_value><bookmark_value>隠しテキスト;表示 (Writer)</bookmark_value><bookmark_value>隠しフィールド表示 (Writer)</bookmark_value><bookmark_value>段落; 隠し段落 (Writer)</bookmark_value><bookmark_value>カーソル; 保護範囲における許可 (Writer)</bookmark_value>" #: 01040600.xhp msgctxt "" @@ -7803,13 +7811,14 @@ msgid "<ahelp hid=\"modules/swriter/ui/optredlinepage/OptRedLinePage\">Defines t msgstr "" #: 01040700.xhp +#, fuzzy msgctxt "" "01040700.xhp\n" "par_id3156153\n" "27\n" "help.text" msgid "To record or show changes in your text or spreadsheet document, choose <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Track Changes\"><emph>Edit - Track Changes - Record Changes</emph></link> or <emph>Edit - Track Changes - Show Changes</emph>." -msgstr "" +msgstr "テキストまたは表計算ドキュメントの変更を表示または記録するには、<link href=\"text/shared/01/02230000.xhp\" name=\"編集 → 変更\"><emph>編集 → 変更 → 記録</emph></link>または<emph>編集 → 変更 → 表示</emph> を選択します。" #: 01040700.xhp msgctxt "" @@ -9756,7 +9765,7 @@ msgctxt "" "par_id3155578\n" "47\n" "help.text" -msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/hscroll\">Specifies whether to display a horizontal scrollbar at the bottom of the document window.</ahelp> Note that there is a slider between the horizontal scrollbar and the sheet tabs that may be set to one end." +msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/hscroll\">Specifies whether to display a horizontal scrollbar at the bottom of the document window.</ahelp>" msgstr "" #: 01060100.xhp @@ -9792,7 +9801,7 @@ msgctxt "" "par_id3154658\n" "51\n" "help.text" -msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/tblreg\">Specifies whether to display the sheet tabs at the bottom of the spreadsheet document.</ahelp> If this box is not checked, you will only be able to switch between the sheets through the <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link></caseinline><defaultinline>Navigator</defaultinline></switchinline>. Note that there is a slider between the horizontal scrollbar and the sheet tabs that may be set to one end." +msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/tblreg\">Specifies whether to display the sheet tabs at the bottom of the spreadsheet document.</ahelp> If this box is not checked, you will only be able to switch between the sheets through the <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link></caseinline><defaultinline>Navigator</defaultinline></switchinline>." msgstr "" #: 01060100.xhp @@ -10019,13 +10028,14 @@ msgid "Use printer metrics for text formatting" msgstr "文書書式設定の印刷範囲を使用" #: 01060300.xhp +#, fuzzy msgctxt "" "01060300.xhp\n" "par_id3145366\n" "26\n" "help.text" msgid "<ahelp hid=\"modules/scalc/ui/scgeneralpage/textfmtcb\">Specifies that printer metrics are applied for printing and also for formatting the display on the screen.</ahelp> If this box is not checked, a printer independent layout will be used for screen display and printing." -msgstr "" +msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_PRINTER_METRICS\">プリンターメトリックスが印刷だけでなく画面表示の書式にも適用されるように指定します。</ahelp> このチェックボックスがオフの場合、プリンターから独立したレイアウトが、画面表示と印刷の両方に使用されます。" #: 01060300.xhp msgctxt "" @@ -10866,13 +10876,14 @@ msgid "<ahelp hid=\"modules/scalc/ui/optchangespage/OptChangesPage\">The<emph> C msgstr "" #: 01060600.xhp +#, fuzzy msgctxt "" "01060600.xhp\n" "par_id3156343\n" "13\n" "help.text" msgid "To record changes to your work, choose <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Track Changes\"><emph>Edit - Track Changes</emph></link>." -msgstr "" +msgstr "変更操作を記録するには、メニュー <link href=\"text/shared/01/02230000.xhp\" name=\"編集 → 変更\"><emph>編集 → 変更</emph></link> を選択します。" #: 01060600.xhp msgctxt "" @@ -10890,7 +10901,7 @@ msgctxt "" "4\n" "help.text" msgid "Defines colors for recorded changes. If you select the \"By author\" entry, $[officename] will automatically set the color depending on the author who undertook the changes." -msgstr "記録される変更の色を定義します。「作成者別」を選択すると、変更の作成者ごとに自動的に色が設定されます。" +msgstr "記録される変更の色を定義します。「作成者別」を選択すると、$[officename]は変更の作成者ごとに自動的に色が設定されます。" #: 01060600.xhp msgctxt "" @@ -11295,12 +11306,13 @@ msgid "<link href=\"text/shared/optionen/01060900.xhp\" name=\"Formula\">Formula msgstr "<link href=\"text/shared/optionen/01060900.xhp\" name=\"Formula\">数式</link>" #: 01060900.xhp +#, fuzzy msgctxt "" "01060900.xhp\n" "par_id3147576\n" "help.text" msgid "<ahelp hid=\".\">Defines formula syntax options and loading options for %PRODUCTNAME Calc.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">%PRODUCTNAME Calc の互換性オプションを定義します。</ahelp>" #: 01060900.xhp msgctxt "" @@ -13324,13 +13336,14 @@ msgid "<link href=\"text/shared/optionen/01130200.xhp\" name=\"Microsoft Office\ msgstr "<link href=\"text/shared/optionen/01130200.xhp\" name=\"Microsoft Office\">Microsoft Office</link>" #: 01130200.xhp +#, fuzzy msgctxt "" "01130200.xhp\n" "par_id3149095\n" "2\n" "help.text" msgid "Specifies the settings for importing and exporting Microsoft Office documents." -msgstr "" +msgstr "Microsoft Office OLE オブジェクトのインポートおよびエクスポートに関する設定を指定します。" #: 01130200.xhp msgctxt "" @@ -13427,7 +13440,7 @@ msgctxt "" "4\n" "help.text" msgid "Microsoft Office has two character attributes similar to $[officename] character background. Select the appropriate attribute (highlighting or shading) which you would like to use during export to Microsoft Office file formats." -msgstr "" +msgstr "Microsoft Officeには$[officename]の文字背景属性と似た文字属性が二つあります。Microsoft Officeファイル形式にエクスポートするときに利用したいと思う適切な文字属性(蛍光ペンまたは網掛け)を選択してください。" #: 01140000.xhp msgctxt "" @@ -14678,6 +14691,282 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/databaselinkdialog/name\">Enter a name for the database. %PRODUCTNAME uses this name to access the database.</ahelp>" msgstr "<ahelp hid=\"cui/ui/databaselinkdialog/name\">データベースの名前を入力します。%PRODUCTNAME はこの名前を使用してデータベースにアクセスします。</ahelp>" +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"tit_BasicIDE\n" +"help.text" +msgid "Basic IDE Options" +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"bm_id4077578\n" +"help.text" +msgid "<bookmark_value>Basic IDE options;Autocorrection</bookmark_value> <bookmark_value>Basic IDE options;Autocompletion</bookmark_value> <bookmark_value>Basic IDE options;Autoclose quotes</bookmark_value> <bookmark_value>Basic IDE options;Basic UNO extended types</bookmark_value> <bookmark_value>Basic IDE options;Autoclose parenthesis</bookmark_value> <bookmark_value>Basic IDE;options</bookmark_value> <bookmark_value>options;Basic IDE</bookmark_value>" +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"par_idN10558\n" +"help.text" +msgid "<link href=\"text/shared/optionen/BasicIDE.xhp\">Basic IDE Options</link>" +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"par_idN10568\n" +"help.text" +msgid "Defines the settings for the Basic IDE (Integrated Development Environment) to help edit macros in Basic." +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"hd_id2507201509433418\n" +"help.text" +msgid "Code Completion" +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"par_id2607201514295746\n" +"help.text" +msgid "This feature helps the Basic programmer to complete the code, saves extensive typing and helps to reduce coding errors." +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"par_id2507201509433497\n" +"help.text" +msgid "Enable code completion" +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"par_id2507201509570245\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/optbasicidepage/codecomplete_enable\">Display methods of a Basic object.</ahelp> Code completion will display the methods of a Basic object, provided the object is a UNO extended type. Its does not work on a generic <item type=\"literal\">Object</item> or <item type=\"literal\">Variant</item> Basic types." +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"par_id2507201516150454\n" +"help.text" +msgid "When a variable is a UNO interface or structure, a list box appears when pressing the dot after a variable's name (like <item type=\"literal\">aVar.</item> [list box appears] ). Its methods and variables are listed in the list box, displayed just below. You can navigate between the suggested methods and variables with the arrow keys. To insert the selected entry, press the <item type=\"keycode\">Enter</item> key or double click on it with the mouse. To cancel the list box, press the <item type=\"keycode\">Esc</item> key." +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"par_id2507201516150494\n" +"help.text" +msgid "When typing the method's name, and pressing the <item type=\"keycode\">Tab</item> key once, it will complete the selected entry, pressing the Tab key again will cycle through the matches with the longest prefix. For example, when <item type=\"literal\">aVar.aMeth</item> is typed, it will cycle through <item type=\"literal\">aMeth1, aMethod2, aMethod3</item> entries, and other entries are not hidden." +msgstr "" + +#: BasicIDE.xhp +#, fuzzy +msgctxt "" +"BasicIDE.xhp\n" +"par_id2507201516150482\n" +"help.text" +msgid "Example:" +msgstr "例" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"par_id2507201516150420\n" +"help.text" +msgid "is a valid variable definition, its methods can be accessed via the dot (\".\") operator:" +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"hd_id2507201509433468\n" +"help.text" +msgid "Code Suggestion" +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"par_id250720150943346\n" +"help.text" +msgid "These are coding helpers for the Basic programmer." +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"hd_id2507201510011472\n" +"help.text" +msgid "Autocorrection" +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"par_id2507201509570353\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/optbasicidepage/autocorrect\">Correct cases of Basic variables and keywords while typing.</ahelp> %PRODUCTNAME Basic IDE will modify the typing of Basic statements and Basic variables of your code to improve coding style and readability. Modifications of the code are based on the program's variables declarations and on the %PRODUCTNAME Basic commands parsed." +msgstr "" + +#: BasicIDE.xhp +#, fuzzy +msgctxt "" +"BasicIDE.xhp\n" +"par_id2507201516150496\n" +"help.text" +msgid "Example:" +msgstr "例" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"par_id2507201516150498\n" +"help.text" +msgid "and when writing <item type=\"literal\">Intvar</item>, will be corrected to <item type=\"literal\">intVar</item> to match the case existing in the declaration of <item type=\"literal\">intVar</item> ." +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"par_id2507201516150461\n" +"help.text" +msgid "Basic keywords are also automatically corrected (the list of the keywords is grabbed out from the parser)." +msgstr "" + +#: BasicIDE.xhp +#, fuzzy +msgctxt "" +"BasicIDE.xhp\n" +"par_id2507201516150462\n" +"help.text" +msgid "Examples:" +msgstr "例" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"hd_id2507201509433473\n" +"help.text" +msgid "Autoclose quotes" +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"par_id2507201509433451\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/optbasicidepage/autoclose_quotes\">Automatically close open quotes.</ahelp> %PRODUCTNAME Basic IDE will add a closing quote each time you type an opening quote. Handy for inserting strings in the Basic code." +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"hd_id250720150943348\n" +"help.text" +msgid "Autoclose parenthesis" +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"par_id2507201509433483\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/optbasicidepage/autoclose_paren\">Automatically close open parenthesis.</ahelp> %PRODUCTNAME Basic IDE will add a closing parenthesis “)” each time you type an opening parenthesis “(“." +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"hd_id2507201509433489\n" +"help.text" +msgid "Autoclose procedures" +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"par_id2507201509433461\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/optbasicidepage/autoclose_proc\">Automatically insert closing statements for procedures.</ahelp> %PRODUCTNAME Basic IDE will add a statement <item type=\"literal\">End Sub</item> or <item type=\"literal\">End Function</item> after you type a <item type=\"literal\">Sub</item> or <item type=\"literal\">Function</item> statement and press <item type=\"keycode\">Enter</item>." +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"hd_id2507201509433412\n" +"help.text" +msgid "Language Features" +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"hd_id2507201509433456\n" +"help.text" +msgid "Use extended types" +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"par_id2507201516150463\n" +"help.text" +msgid "<ahelp hid=\"cui/ui/optbasicidepage/extendedtypes_enable\">Allow UNO object types as valid Basic types.</ahelp> This feature extend the Basic programming language standard types with the %PRODUCTNAME UNO types. This allows the programmer to define variables with the right UNO type and is necessary for the code completion feature." +msgstr "" + +#: BasicIDE.xhp +#, fuzzy +msgctxt "" +"BasicIDE.xhp\n" +"par_id2507201516150472\n" +"help.text" +msgid "Example:" +msgstr "例" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"par_id2507201516150422\n" +"help.text" +msgid "The use of UNO Extended Types in Basic programs can restrain interoperability of the program when executed in other office suites." +msgstr "" + +#: BasicIDE.xhp +msgctxt "" +"BasicIDE.xhp\n" +"par_id250720151836489\n" +"help.text" +msgid "<link href=\"text/sbasic/shared/01030100.xhp\">Basic IDE</link>" +msgstr "" + +#: experimental.xhp +msgctxt "" +"experimental.xhp\n" +"tit\n" +"help.text" +msgid "Need Help" +msgstr "" + +#: experimental.xhp +msgctxt "" +"experimental.xhp\n" +"hd_id1000010\n" +"help.text" +msgid "This feature is experimental and may produce errors or behave unexpectedly. To enable it anyway, <variable id=\"exptal\">choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Advanced</emph> and select <emph>Enable experimental features</emph> checkbox.</variable>" +msgstr "" + #: java.xhp msgctxt "" "java.xhp\n" @@ -15734,6 +16023,71 @@ msgctxt "" msgid "<ahelp hid=\".\">Click to show a dialog box where you can select another folder.</ahelp>" msgstr "<ahelp hid=\".\">クリックすると、別のフォルダーを選択できるダイアログを表示します。</ahelp>" +#: opencl.xhp +msgctxt "" +"opencl.xhp\n" +"tit_opencl\n" +"help.text" +msgid "Open CL" +msgstr "" + +#: opencl.xhp +msgctxt "" +"opencl.xhp\n" +"bm_id4077578\n" +"help.text" +msgid "<bookmark_value>Open CL;setting options</bookmark_value><bookmark_value>setting options;Open CL</bookmark_value>" +msgstr "" + +#: opencl.xhp +#, fuzzy +msgctxt "" +"opencl.xhp\n" +"par_idN10558\n" +"help.text" +msgid "<link href=\"text/shared/optionen/opencl.xhp\">Open CL</link>" +msgstr "<link href=\"text/shared/optionen/java.xhp\">Java</link>" + +#: opencl.xhp +msgctxt "" +"opencl.xhp\n" +"par_idN10568\n" +"help.text" +msgid "Open CL is a technology to speed up calculation on large spreadsheets." +msgstr "" + +#: persona_firefox.xhp +msgctxt "" +"persona_firefox.xhp\n" +"tit_personalization\n" +"help.text" +msgid "Personalization" +msgstr "" + +#: persona_firefox.xhp +msgctxt "" +"persona_firefox.xhp\n" +"bm_id4077578\n" +"help.text" +msgid "<bookmark_value>themes;setting options</bookmark_value><bookmark_value>setting options;themes</bookmark_value><bookmark_value>personalization;Mozilla Firefox Themes</bookmark_value><bookmark_value>personas;personalization</bookmark_value><bookmark_value>personalization;personas</bookmark_value><bookmark_value>Mozilla Firefox Themes;personalization</bookmark_value>" +msgstr "" + +#: persona_firefox.xhp +msgctxt "" +"persona_firefox.xhp\n" +"par_idN10558\n" +"help.text" +msgid "<link href=\"text/shared/optionen/persona_firefox.xhp\">Personalization</link>" +msgstr "" + +#: persona_firefox.xhp +msgctxt "" +"persona_firefox.xhp\n" +"par_idN10568\n" +"help.text" +msgid "You can personalize your %PRODUCTNAME with the same themes available for Mozilla Firefox." +msgstr "" + #: serverauthentication.xhp msgctxt "" "serverauthentication.xhp\n" diff --git a/source/ja/helpcontent2/source/text/simpress/00.po b/source/ja/helpcontent2/source/text/simpress/00.po index 6e341d01247..92ca2a616aa 100644 --- a/source/ja/helpcontent2/source/text/simpress/00.po +++ b/source/ja/helpcontent2/source/text/simpress/00.po @@ -3,17 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2013-11-20 13:02+0100\n" -"PO-Revision-Date: 2012-05-20 06:52+0200\n" -"Last-Translator: Ikuya <ikuya@fruitsbasket.info>\n" +"POT-Creation-Date: 2015-04-22 23:39+0200\n" +"PO-Revision-Date: 2015-08-25 10:21+0000\n" +"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" +"X-POOTLE-MTIME: 1440498070.000000\n" #: 00000004.xhp msgctxt "" @@ -377,7 +378,7 @@ msgctxt "" "par_id3148768\n" "help.text" msgid "<image id=\"img_id3148774\" src=\"cmd/sc_presentation.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148774\">Icon</alt></image>" -msgstr "<image id=\"img_id3148774\" src=\"cmd/sc_presentation.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148774\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3148774\" src=\"cmd/sc_presentation.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148774\">アイコン</alt></image>" #: 00000403.xhp msgctxt "" @@ -974,7 +975,7 @@ msgctxt "" "par_id3154649\n" "help.text" msgid "<image id=\"img_id3150205\" src=\"cmd/sc_animationeffects.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150205\">Icon</alt></image>" -msgstr "<image id=\"img_id3150205\" src=\"cmd/sc_animationeffects.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150205\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3150205\" src=\"cmd/sc_animationeffects.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150205\">アイコン</alt></image>" #: 00000407.xhp msgctxt "" diff --git a/source/ja/helpcontent2/source/text/simpress/01.po b/source/ja/helpcontent2/source/text/simpress/01.po index 9651dcd752d..b17cc0e0a91 100644 --- a/source/ja/helpcontent2/source/text/simpress/01.po +++ b/source/ja/helpcontent2/source/text/simpress/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-04-22 23:39+0200\n" +"POT-Creation-Date: 2015-08-25 12:34+0200\n" "PO-Revision-Date: 2015-07-19 13:24+0000\n" "Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -3742,13 +3742,13 @@ msgid "Lists available styles in a <link href=\"text/shared/00/00000005.xhp#ando msgstr "使用可能なスタイルが<link href=\"text/shared/00/00000005.xhp#andocken\" name=\"可動ウィンドウ\">可動ウィンドウ</link>に一覧表示されます。" #: 05100000.xhp +#, fuzzy msgctxt "" "05100000.xhp\n" "par_id3150439\n" -"28\n" "help.text" -msgid "The Styles and Formatting window in <item type=\"productname\">%PRODUCTNAME</item> Impress behaves differently than in other <item type=\"productname\">%PRODUCTNAME</item> programs. For example, you can create, edit and apply <emph>Drawing Object Styles</emph>, but you can only edit <emph>Presentation Styles</emph>." -msgstr "" +msgid "The Styles and Formatting window in <item type=\"productname\">%PRODUCTNAME</item> Impress behaves differently than in other <item type=\"productname\">%PRODUCTNAME</item> programs. For example, you can create, edit and apply <emph>Graphic Styles</emph>, but you can only edit <emph>Presentation Styles</emph>." +msgstr "<item type=\"productname\">%PRODUCTNAME</item> Impress のスタイルと書式設定ウィンドウの動作は、<item type=\"productname\">%PRODUCTNAME</item> プログラムのものとは異なります。たとえば、<emph>図オブジェクトスタイル</emph> については、作成、編集、適用が可能ですが、<emph>プレゼンテーションオブジェクトスタイル</emph> については編集しか実行できません。" #: 05100000.xhp msgctxt "" @@ -3795,13 +3795,13 @@ msgid "Presentation Styles" msgstr "プレゼンテーションオブジェクトスタイル" #: 05100000.xhp +#, fuzzy msgctxt "" "05100000.xhp\n" "hd_id3150297\n" -"8\n" "help.text" -msgid "Drawing Object Styles" -msgstr "図形描画オブジェクトのスタイル" +msgid "Graphic Styles" +msgstr "図オブジェクトスタイル" #: 05100000.xhp msgctxt "" @@ -3821,13 +3821,13 @@ msgid "<image id=\"img_id3150370\" src=\"cmd/sc_objectcatalog.png\" width=\"0.22 msgstr "<image id=\"img_id3150370\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150370\">アイコン</alt></image>" #: 05100000.xhp +#, fuzzy msgctxt "" "05100000.xhp\n" "par_id3154484\n" -"10\n" "help.text" -msgid "Drawing Object Styles" -msgstr "図形描画オブジェクトのスタイル" +msgid "Graphic Styles" +msgstr "図オブジェクトスタイル" #: 05100000.xhp msgctxt "" @@ -5623,13 +5623,14 @@ msgid "Image Number" msgstr "イメージ画像番号" #: 06050000.xhp +#, fuzzy msgctxt "" "06050000.xhp\n" "par_id3150008\n" "16\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/numbitmap\">Indicates the position of the current image in the animation sequence.</ahelp> If you want to view another image, enter its number or click the up and down arrows." -msgstr "" +msgstr "<ahelp hid=\"SD_NUMERICFIELD_FLT_WIN_ANIMATION_NUM_FLD_BITMAP\">アニメーション内の現在のイメージの位置を示します。</ahelp>別のイメージを表示する場合は、そのイメージ番号を入力するか、上下の矢印ボタンをクリックします。" #: 06050000.xhp msgctxt "" @@ -5641,13 +5642,14 @@ msgid "Duration" msgstr "表示時間" #: 06050000.xhp +#, fuzzy msgctxt "" "06050000.xhp\n" "par_id3150337\n" "18\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/duration\">Enter the number of seconds to display the current image. This option is only available if you select the <emph>Bitmap object</emph> option in the <emph>Animation group</emph> field.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"SD_TIMEFIELD_FLT_WIN_ANIMATION_TIME_FIELD\">現在のイメージが表示されるまでの時間を秒数で入力します。このオプションは、<emph>アニメーショングループ</emph> フィールドの <emph>ビットマップオブジェクト</emph> オプションが選択されている場合にのみ使用できます。</ahelp>" #: 06050000.xhp msgctxt "" @@ -5659,13 +5661,14 @@ msgid "Loop count" msgstr "ループ数" #: 06050000.xhp +#, fuzzy msgctxt "" "06050000.xhp\n" "par_id3154326\n" "84\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/loopcount\">Sets the number of times that the animation is played.</ahelp> If you want the animation to play continuously, choose <emph>Max</emph>." -msgstr "" +msgstr "<ahelp hid=\"SD_LISTBOX_FLT_WIN_ANIMATION_LB_LOOP_COUNT\">アニメーションの再生回数を設定します。</ahelp>連続再生したい場合は、<emph>最大限</emph> を選択します。" #: 06050000.xhp msgctxt "" @@ -5880,13 +5883,14 @@ msgid "Group object" msgstr "グループ化オブジェクト" #: 06050000.xhp +#, fuzzy msgctxt "" "06050000.xhp\n" "par_id3151170\n" "27\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/group\">Assembles images into a single object so that they can be moved as a group. You can still edit individual objects by double-clicking the group in the slide.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"SD_RADIOBUTTON_FLT_WIN_ANIMATION_RBT_GROUP\">複数のイメージを 1 つのオブジェクトにまとめ、グループとして移動できるようにします。個々のオブジェクトを編集したい場合は、スライド内のグループをダブルクリックします。</ahelp>" #: 06050000.xhp msgctxt "" @@ -6572,13 +6576,14 @@ msgid "Audio" msgstr "" #: 06070000.xhp +#, fuzzy msgctxt "" "06070000.xhp\n" "par_id3155986\n" "62\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/interactionpage/sound\">Enter a path to the audio file you want to open, or click <emph>Browse </emph>to locate the file.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/simpress/ui/interactionpage/sound\">開くサウンドファイルのパスを入力するか、<emph>検索</emph> をクリックしてサウンドファイルを見つけます。</ahelp>" #: 06070000.xhp msgctxt "" @@ -6599,13 +6604,14 @@ msgid "Locate the audio file you want to play." msgstr "再生するオーディオファイルを見つけることができます。" #: 06070000.xhp +#, fuzzy msgctxt "" "06070000.xhp\n" "par_id3156318\n" "64\n" "help.text" msgid "If you did not install audio files with $[officename], you can run the $[officename] Setup program again and select <emph>Modify</emph>." -msgstr "" +msgstr "$[officename] にサウンドファイルがインストールされていない場合は、セットアッププログラムのオプション <emph>インストールの変更</emph> を使えば、随時インストールを追加できます。" #: 06070000.xhp msgctxt "" @@ -7769,13 +7775,14 @@ msgid "<variable id=\"anmerkung\">The selected object is first converted to a co msgstr "<variable id=\"anmerkung\">選択したオブジェクトは、まず輪郭に変換されてから、3D オブジェクトに変換されます。</variable>" #: 13050300.xhp +#, fuzzy msgctxt "" "13050300.xhp\n" "par_id3149127\n" "3\n" "help.text" msgid "If you select two or more objects and convert them to 3D, the result is a 3D group that acts as a single object. You can edit the individual objects in the group by choosing <switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>Modify</emph> - <emph>Enter Group</emph></caseinline><defaultinline><emph>Format - Group - Enter Group</emph></defaultinline></switchinline>. Choose <switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>Modify – Exit Group</emph></caseinline><defaultinline><emph>Format – Group – Exit Group</emph></defaultinline></switchinline> when you are finished." -msgstr "" +msgstr "複数のオブジェクトを選択して立体に変換すると、単一のオブジェクトとして機能する立体グループが作成されます。グループ内のオブジェクトを個別に編集するには、<switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>変更</emph> → <emph>グループに入る</emph></caseinline><defaultinline><emph>書式 → グループ → グループに入る</emph></defaultinline></switchinline> を選択します。完了したら、<switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>変更 → グループを出る</emph></caseinline><defaultinline><emph>書式 → グループ → グループを出る</emph></defaultinline></switchinline> を選択します。" #: 13050300.xhp msgctxt "" diff --git a/source/ja/helpcontent2/source/text/simpress/02.po b/source/ja/helpcontent2/source/text/simpress/02.po index 4784d00a0e5..d8bd928ad4c 100644 --- a/source/ja/helpcontent2/source/text/simpress/02.po +++ b/source/ja/helpcontent2/source/text/simpress/02.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-04-22 23:40+0200\n" +"POT-Creation-Date: 2015-08-25 12:34+0200\n" "PO-Revision-Date: 2015-06-21 09:47+0000\n" "Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -541,8 +541,8 @@ msgctxt "" "hd_id3154260\n" "25\n" "help.text" -msgid "Zoom Page" -msgstr "ページ全体" +msgid "Entire Page" +msgstr "" #: 10020000.xhp msgctxt "" @@ -567,8 +567,8 @@ msgctxt "" "par_id3149917\n" "27\n" "help.text" -msgid "Zoom Page" -msgstr "ページ全体" +msgid "Entire Page" +msgstr "" #: 10020000.xhp msgctxt "" @@ -576,8 +576,8 @@ msgctxt "" "hd_id3154599\n" "28\n" "help.text" -msgid "Zoom Page Width" -msgstr "ページ幅" +msgid "Page Width" +msgstr "" #: 10020000.xhp msgctxt "" @@ -602,8 +602,8 @@ msgctxt "" "par_id3150991\n" "30\n" "help.text" -msgid "Zoom Page Width" -msgstr "ページ幅" +msgid "Page Width" +msgstr "" #: 10020000.xhp msgctxt "" @@ -611,8 +611,8 @@ msgctxt "" "hd_id3151108\n" "31\n" "help.text" -msgid "Optimal" -msgstr "最適" +msgid "Optimal View" +msgstr "" #: 10020000.xhp msgctxt "" @@ -637,8 +637,8 @@ msgctxt "" "par_id3150838\n" "33\n" "help.text" -msgid "Optimal" -msgstr "最適" +msgid "Optimal View" +msgstr "" #: 10020000.xhp msgctxt "" diff --git a/source/ja/helpcontent2/source/text/smath.po b/source/ja/helpcontent2/source/text/smath.po index 6ae6c7079d9..b64c0f5885d 100644 --- a/source/ja/helpcontent2/source/text/smath.po +++ b/source/ja/helpcontent2/source/text/smath.po @@ -3,17 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2013-11-20 13:02+0100\n" -"PO-Revision-Date: 2012-08-27 08:50+0200\n" -"Last-Translator: Takeshi <tabe@fixedpoint.jp>\n" +"POT-Creation-Date: 2015-08-25 12:34+0200\n" +"PO-Revision-Date: 2015-07-08 13:59+0000\n" +"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" +"X-POOTLE-MTIME: 1436363952.000000\n" #: main0000.xhp msgctxt "" @@ -332,37 +333,45 @@ msgid "Tools" msgstr "ツール" #: main0106.xhp +#, fuzzy msgctxt "" "main0106.xhp\n" "hd_id3149019\n" -"1\n" "help.text" msgid "<link href=\"text/smath/main0106.xhp\" name=\"Tools\">Tools</link>" msgstr "<link href=\"text/smath/main0106.xhp\" name=\"ツール\">ツール</link>" #: main0106.xhp +#, fuzzy msgctxt "" "main0106.xhp\n" "par_id3155959\n" -"2\n" "help.text" -msgid "Use this menu to open and edit the symbol catalog, or import an external formula as a data file. The program interface can be adjusted to meet your requirements. You can also change the program options." +msgid "Use this menu to open and edit the symbol catalog, or import an external formula as a data file or via clipboard. The program interface can be adjusted to meet your requirements. You can also change the program options." msgstr "ここで記号のカタログを開いたり、編集したり、あるいは外部の数式をファイルとしてインポートしたりすることができます。また、プログラムの作業領域をユーザーが使いやすいように適合させて設定しておくことも可能です。そのほかにもここでプログラムのオプションの変更ができます。" #: main0106.xhp +#, fuzzy msgctxt "" "main0106.xhp\n" "hd_id3150206\n" -"4\n" "help.text" -msgid "<link href=\"text/smath/01/06020000.xhp\" name=\"Import Formula\">Import Formula</link>" +msgid "<link href=\"text/smath/01/06020000.xhp#importfile\" name=\"Import Formula\">Import Formula</link>" msgstr "<link href=\"text/smath/01/06020000.xhp\" name=\"数式のインポート...\">数式のインポート...</link>" #: main0106.xhp msgctxt "" "main0106.xhp\n" +"hd_id3150207\n" +"help.text" +msgid "<link href=\"text/smath/01/06020000.xhp#importclipboard\" name=\"Import MathML\">Import MathML from Clipboard</link>" +msgstr "" + +#: main0106.xhp +#, fuzzy +msgctxt "" +"main0106.xhp\n" "hd_id3145385\n" -"5\n" "help.text" msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>" msgstr "<link href=\"text/shared/01/06140000.xhp\" name=\"カスタマイズ\">カスタマイズ</link>" diff --git a/source/ja/helpcontent2/source/text/smath/00.po b/source/ja/helpcontent2/source/text/smath/00.po index a2920b56770..e7547816e42 100644 --- a/source/ja/helpcontent2/source/text/smath/00.po +++ b/source/ja/helpcontent2/source/text/smath/00.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2013-11-20 13:02+0100\n" +"POT-Creation-Date: 2015-08-25 12:34+0200\n" "PO-Revision-Date: 2013-06-10 10:31+0000\n" "Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -12,9 +12,9 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1370860264.0\n" +"X-POOTLE-MTIME: 1370860264.000000\n" #: 00000004.xhp msgctxt "" @@ -686,6 +686,15 @@ msgid "<variable id=\"etsfim\">Choose <emph>Tools - Import Formula</emph></varia msgstr "<variable id=\"etsfim\">メニュー <emph>ツール → 数式のインポート...</emph></variable>" #: 00000004.xhp +#, fuzzy +msgctxt "" +"00000004.xhp\n" +"par_id3153803\n" +"help.text" +msgid "<variable id=\"etsmim\">Choose <emph>Tools - Import MathML from Clipboard</emph></variable>" +msgstr "<variable id=\"etsfim\">メニュー <emph>ツール → 数式のインポート...</emph></variable>" + +#: 00000004.xhp msgctxt "" "00000004.xhp\n" "par_id3154594\n" diff --git a/source/ja/helpcontent2/source/text/smath/01.po b/source/ja/helpcontent2/source/text/smath/01.po index 7c3c5c5725f..2aebab4bb7a 100644 --- a/source/ja/helpcontent2/source/text/smath/01.po +++ b/source/ja/helpcontent2/source/text/smath/01.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-04-22 23:39+0200\n" -"PO-Revision-Date: 2015-07-19 13:19+0000\n" -"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n" +"POT-Creation-Date: 2015-08-25 12:34+0200\n" +"PO-Revision-Date: 2015-08-25 10:51+0000\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1437311952.000000\n" +"X-POOTLE-MTIME: 1440499916.000000\n" #: 02080000.xhp msgctxt "" @@ -1035,7 +1035,7 @@ msgctxt "" "par_idN10086\n" "help.text" msgid "<image id=\"img_id3153573\" src=\"starmath/res/bi21301.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3153573\">Icon</alt></image>" -msgstr "<image id=\"img_id3153573\" src=\"starmath/res/bi21301.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3153573\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3153573\" src=\"starmath/res/bi21301.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3153573\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1061,7 +1061,7 @@ msgctxt "" "par_idN100BF\n" "help.text" msgid "<image id=\"img_id3147523\" src=\"starmath/res/bi21302.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3147523\">Icon</alt></image>" -msgstr "<image id=\"img_id3147523\" src=\"starmath/res/bi21302.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3147523\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3147523\" src=\"starmath/res/bi21302.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3147523\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1087,7 +1087,7 @@ msgctxt "" "par_idN10101\n" "help.text" msgid "<image id=\"img_id3154196\" src=\"starmath/res/bi21303.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3154196\">Icon</alt></image>" -msgstr "<image id=\"img_id3154196\" src=\"starmath/res/bi21303.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3154196\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3154196\" src=\"starmath/res/bi21303.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3154196\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1113,7 +1113,7 @@ msgctxt "" "par_idN10140\n" "help.text" msgid "<image id=\"img_id3154835\" src=\"starmath/res/bi21304.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3154835\">Icon</alt></image>" -msgstr "<image id=\"img_id3154835\" src=\"starmath/res/bi21304.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3154835\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3154835\" src=\"starmath/res/bi21304.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3154835\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1139,7 +1139,7 @@ msgctxt "" "par_idN10182\n" "help.text" msgid "<image id=\"img_id3147321\" src=\"starmath/res/bi21322.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3147321\">Icon</alt></image>" -msgstr "<image id=\"img_id3147321\" src=\"starmath/res/bi21322.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3147321\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3147321\" src=\"starmath/res/bi21322.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3147321\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1165,7 +1165,7 @@ msgctxt "" "par_idN101BF\n" "help.text" msgid "<image id=\"img_id3151030\" src=\"starmath/res/bi21323.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151030\">Icon</alt></image>" -msgstr "<image id=\"img_id3151030\" src=\"starmath/res/bi21323.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151030\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3151030\" src=\"starmath/res/bi21323.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151030\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1191,7 +1191,7 @@ msgctxt "" "par_idN101FC\n" "help.text" msgid "<image id=\"img_id3155133\" src=\"starmath/res/bi21305.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3155133\">Icon</alt></image>" -msgstr "<image id=\"img_id3155133\" src=\"starmath/res/bi21305.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3155133\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3155133\" src=\"starmath/res/bi21305.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3155133\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1217,7 +1217,7 @@ msgctxt "" "par_idN1023B\n" "help.text" msgid "<image id=\"img_id3147468\" src=\"starmath/res/bi21306.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3147468\">Icon</alt></image>" -msgstr "<image id=\"img_id3147468\" src=\"starmath/res/bi21306.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3147468\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3147468\" src=\"starmath/res/bi21306.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3147468\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1243,7 +1243,7 @@ msgctxt "" "par_idN10279\n" "help.text" msgid "<image id=\"img_id3155982\" src=\"starmath/res/bi21307.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3155982\">Icon</alt></image>" -msgstr "<image id=\"img_id3155982\" src=\"starmath/res/bi21307.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3155982\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3155982\" src=\"starmath/res/bi21307.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3155982\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1269,7 +1269,7 @@ msgctxt "" "par_idN102B5\n" "help.text" msgid "<image id=\"img_id3155773\" src=\"starmath/res/bi21308.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3155773\">Icon</alt></image>" -msgstr "<image id=\"img_id3155773\" src=\"starmath/res/bi21308.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3155773\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3155773\" src=\"starmath/res/bi21308.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3155773\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1295,7 +1295,7 @@ msgctxt "" "par_idN102F3\n" "help.text" msgid "<image id=\"img_id3148442\" src=\"starmath/res/bi21309.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148442\">Icon</alt></image>" -msgstr "<image id=\"img_id3148442\" src=\"starmath/res/bi21309.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148442\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3148442\" src=\"starmath/res/bi21309.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148442\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1321,7 +1321,7 @@ msgctxt "" "par_idN10331\n" "help.text" msgid "<image id=\"img_id3153299\" src=\"starmath/res/bi21310.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3153299\">Icon</alt></image>" -msgstr "<image id=\"img_id3153299\" src=\"starmath/res/bi21310.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3153299\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3153299\" src=\"starmath/res/bi21310.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3153299\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1347,7 +1347,7 @@ msgctxt "" "par_idN1036F\n" "help.text" msgid "<image id=\"img_id3153976\" src=\"starmath/res/bi21311.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3153976\">Icon</alt></image>" -msgstr "<image id=\"img_id3153976\" src=\"starmath/res/bi21311.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3153976\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3153976\" src=\"starmath/res/bi21311.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3153976\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1373,7 +1373,7 @@ msgctxt "" "par_idN103AD\n" "help.text" msgid "<image id=\"img_id3151195\" src=\"starmath/res/bi21312.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151195\">Icon</alt></image>" -msgstr "<image id=\"img_id3151195\" src=\"starmath/res/bi21312.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151195\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3151195\" src=\"starmath/res/bi21312.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151195\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1399,7 +1399,7 @@ msgctxt "" "par_idN103EB\n" "help.text" msgid "<image id=\"img_id3150103\" src=\"starmath/res/bi21313.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3150103\">Icon</alt></image>" -msgstr "<image id=\"img_id3150103\" src=\"starmath/res/bi21313.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3150103\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3150103\" src=\"starmath/res/bi21313.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3150103\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1425,7 +1425,7 @@ msgctxt "" "par_idN1042C\n" "help.text" msgid "<image id=\"img_id3151228\" src=\"starmath/res/bi21314.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151228\">Icon</alt></image>" -msgstr "<image id=\"img_id3151228\" src=\"starmath/res/bi21314.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151228\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3151228\" src=\"starmath/res/bi21314.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151228\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1451,7 +1451,7 @@ msgctxt "" "par_idN1046D\n" "help.text" msgid "<image id=\"img_id3151003\" src=\"starmath/res/bi21315.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151003\">Icon</alt></image>" -msgstr "<image id=\"img_id3151003\" src=\"starmath/res/bi21315.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151003\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3151003\" src=\"starmath/res/bi21315.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151003\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1477,7 +1477,7 @@ msgctxt "" "par_idN104AB\n" "help.text" msgid "<image id=\"img_id3149631\" src=\"starmath/res/bi21316.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3149631\">Icon</alt></image>" -msgstr "<image id=\"img_id3149631\" src=\"starmath/res/bi21316.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3149631\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3149631\" src=\"starmath/res/bi21316.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3149631\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1503,7 +1503,7 @@ msgctxt "" "par_idN104E7\n" "help.text" msgid "<image id=\"img_id3149969\" src=\"starmath/res/bi21324.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3149969\">Icon</alt></image>" -msgstr "<image id=\"img_id3149969\" src=\"starmath/res/bi21324.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3149969\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3149969\" src=\"starmath/res/bi21324.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3149969\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1529,7 +1529,7 @@ msgctxt "" "par_idN10525\n" "help.text" msgid "<image id=\"img_id3149516\" src=\"starmath/res/bi21325.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3149516\">Icon</alt></image>" -msgstr "<image id=\"img_id3149516\" src=\"starmath/res/bi21325.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3149516\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3149516\" src=\"starmath/res/bi21325.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3149516\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -1555,7 +1555,7 @@ msgctxt "" "par_idN10563\n" "help.text" msgid "<image id=\"img_id3148697\" src=\"starmath/res/bi21326.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148697\">Icon</alt></image>" -msgstr "<image id=\"img_id3148697\" src=\"starmath/res/bi21326.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148697\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3148697\" src=\"starmath/res/bi21326.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148697\">アイコン</alt></image>" #: 03090200.xhp msgctxt "" @@ -3059,7 +3059,7 @@ msgctxt "" "par_idN10084\n" "help.text" msgid "<image id=\"img_id3149801\" src=\"starmath/res/al21801.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149801\">Icon</alt></image>" -msgstr "<image id=\"img_id3149801\" src=\"starmath/res/al21801.png\" width=\"6.35mm\" height=\"6.35mm\"><alt id=\"alt_id3149801\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3149801\" src=\"starmath/res/al21801.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149801\">アイコン</alt></image>" #: 03090500.xhp msgctxt "" @@ -3085,7 +3085,7 @@ msgctxt "" "par_idN100BF\n" "help.text" msgid "<image id=\"img_id3158440\" src=\"starmath/res/al21802.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3158440\">Icon</alt></image>" -msgstr "<image id=\"img_id3158440\" src=\"starmath/res/al21802.png\" width=\"6.35mm\" height=\"6.35mm\"><alt id=\"alt_id3158440\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3158440\" src=\"starmath/res/al21802.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3158440\">アイコン</alt></image>" #: 03090500.xhp msgctxt "" @@ -3111,7 +3111,7 @@ msgctxt "" "par_idN100F8\n" "help.text" msgid "<image id=\"img_id3146923\" src=\"starmath/res/al21823.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3146923\">Icon</alt></image>" -msgstr "<image id=\"img_id3146923\" src=\"starmath/res/al21823.png\" width=\"6.35mm\" height=\"6.35mm\"><alt id=\"alt_id3146923\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3146923\" src=\"starmath/res/al21823.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3146923\">アイコン</alt></image>" #: 03090500.xhp msgctxt "" @@ -3137,7 +3137,7 @@ msgctxt "" "par_idN10131\n" "help.text" msgid "<image id=\"img_id3149815\" src=\"starmath/res/al21804.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149815\">Icon</alt></image>" -msgstr "<image id=\"img_id3149815\" src=\"starmath/res/al21804.png\" width=\"6.35mm\" height=\"6.35mm\"><alt id=\"alt_id3149815\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3149815\" src=\"starmath/res/al21804.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149815\">アイコン</alt></image>" #: 03090500.xhp msgctxt "" @@ -3163,7 +3163,7 @@ msgctxt "" "par_idN1016C\n" "help.text" msgid "<image id=\"img_id3148736\" src=\"starmath/res/al21805.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3148736\">Icon</alt></image>" -msgstr "<image id=\"img_id3148736\" src=\"starmath/res/al21805.png\" width=\"6.35mm\" height=\"6.35mm\"><alt id=\"alt_id3148736\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3148736\" src=\"starmath/res/al21805.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3148736\">アイコン</alt></image>" #: 03090500.xhp msgctxt "" @@ -3189,7 +3189,7 @@ msgctxt "" "par_idN101A5\n" "help.text" msgid "<image id=\"img_id3153350\" src=\"starmath/res/al21806.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3153350\">Icon</alt></image>" -msgstr "<image id=\"img_id3153350\" src=\"starmath/res/al21806.png\" width=\"6.35mm\" height=\"6.35mm\"><alt id=\"alt_id3153350\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3153350\" src=\"starmath/res/al21806.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3153350\">アイコン</alt></image>" #: 03090500.xhp msgctxt "" @@ -3215,7 +3215,7 @@ msgctxt "" "par_idN101DE\n" "help.text" msgid "<image id=\"img_id3155118\" src=\"starmath/res/al21803.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3155118\">Icon</alt></image>" -msgstr "<image id=\"img_id3155118\" src=\"starmath/res/al21803.png\" width=\"6.35mm\" height=\"6.35mm\"><alt id=\"alt_id3155118\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3155118\" src=\"starmath/res/al21803.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3155118\">アイコン</alt></image>" #: 03090500.xhp msgctxt "" @@ -3241,7 +3241,7 @@ msgctxt "" "par_idN10217\n" "help.text" msgid "<image id=\"img_id3155867\" src=\"starmath/res/al21821.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3155867\">Icon</alt></image>" -msgstr "<image id=\"img_id3155867\" src=\"starmath/res/al21821.png\" width=\"6.35mm\" height=\"6.35mm\"><alt id=\"alt_id3155867\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3155867\" src=\"starmath/res/al21821.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3155867\">アイコン</alt></image>" #: 03090500.xhp msgctxt "" @@ -3267,7 +3267,7 @@ msgctxt "" "par_idN10253\n" "help.text" msgid "<image id=\"img_id3149561\" src=\"starmath/res/al21808.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149561\">Icon</alt></image>" -msgstr "<image id=\"img_id3149561\" src=\"starmath/res/al21808.png\" width=\"6.35mm\" height=\"6.35mm\"><alt id=\"alt_id3149561\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3149561\" src=\"starmath/res/al21808.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149561\">アイコン</alt></image>" #: 03090500.xhp msgctxt "" @@ -3293,7 +3293,7 @@ msgctxt "" "par_idN1028E\n" "help.text" msgid "<image id=\"img_id3147733\" src=\"starmath/res/al21809.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147733\">Icon</alt></image>" -msgstr "<image id=\"img_id3147733\" src=\"starmath/res/al21809.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147733\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3147733\" src=\"starmath/res/al21809.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147733\">アイコン</alt></image>" #: 03090500.xhp msgctxt "" @@ -3319,7 +3319,7 @@ msgctxt "" "par_idN102CC\n" "help.text" msgid "<image id=\"img_id3148852\" src=\"starmath/res/al21810.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148852\">Icon</alt></image>" -msgstr "<image id=\"img_id3148852\" src=\"starmath/res/al21810.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3148852\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3148852\" src=\"starmath/res/al21810.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148852\">アイコン</alt></image>" #: 03090500.xhp msgctxt "" @@ -3345,7 +3345,7 @@ msgctxt "" "par_idN10307\n" "help.text" msgid "<image id=\"img_id3153794\" src=\"starmath/res/al21824.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3153794\">Icon</alt></image>" -msgstr "<image id=\"img_id3153794\" src=\"starmath/res/al21824.png\" width=\"6.35mm\" height=\"6.35mm\"><alt id=\"alt_id3153794\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3153794\" src=\"starmath/res/al21824.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3153794\">アイコン</alt></image>" #: 03090500.xhp msgctxt "" @@ -3371,7 +3371,7 @@ msgctxt "" "par_idN10342\n" "help.text" msgid "<image id=\"img_id3153972\" src=\"starmath/res/al21812.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153972\">Icon</alt></image>" -msgstr "<image id=\"img_id3153972\" src=\"starmath/res/al21812.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3153972\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3153972\" src=\"starmath/res/al21812.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153972\">アイコン</alt></image>" #: 03090500.xhp msgctxt "" @@ -3397,7 +3397,7 @@ msgctxt "" "par_idN1037E\n" "help.text" msgid "<image id=\"img_id3155598\" src=\"starmath/res/al21813.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155598\">Icon</alt></image>" -msgstr "<image id=\"img_id3155598\" src=\"starmath/res/al21813.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155598\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3155598\" src=\"starmath/res/al21813.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155598\">アイコン</alt></image>" #: 03090500.xhp msgctxt "" @@ -3423,7 +3423,7 @@ msgctxt "" "par_idN103B7\n" "help.text" msgid "<image id=\"img_id3153223\" src=\"starmath/res/al21814.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3153223\">Icon</alt></image>" -msgstr "<image id=\"img_id3153223\" src=\"starmath/res/al21814.png\" width=\"6.35mm\" height=\"6.35mm\"><alt id=\"alt_id3153223\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3153223\" src=\"starmath/res/al21814.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3153223\">アイコン</alt></image>" #: 03090500.xhp msgctxt "" @@ -3449,7 +3449,7 @@ msgctxt "" "par_idN103F0\n" "help.text" msgid "<image id=\"img_id3150026\" src=\"starmath/res/al21811.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150026\">Icon</alt></image>" -msgstr "<image id=\"img_id3150026\" src=\"starmath/res/al21811.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3150026\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3150026\" src=\"starmath/res/al21811.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150026\">アイコン</alt></image>" #: 03090500.xhp msgctxt "" @@ -3475,7 +3475,7 @@ msgctxt "" "par_idN10429\n" "help.text" msgid "<image id=\"img_id3154235\" src=\"starmath/res/al21822.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154235\">Icon</alt></image>" -msgstr "<image id=\"img_id3154235\" src=\"starmath/res/al21822.png\" width=\"6.35mm\" height=\"6.35mm\"><alt id=\"alt_id3154235\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3154235\" src=\"starmath/res/al21822.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154235\">アイコン</alt></image>" #: 03090500.xhp msgctxt "" @@ -3501,7 +3501,7 @@ msgctxt "" "par_idN10464\n" "help.text" msgid "<image id=\"img_id3154349\" src=\"starmath/res/al21825.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154349\">Icon</alt></image>" -msgstr "<image id=\"img_id3154349\" src=\"starmath/res/al21825.png\" width=\"6.35mm\" height=\"6.35mm\"><alt id=\"alt_id3154349\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3154349\" src=\"starmath/res/al21825.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154349\">アイコン</alt></image>" #: 03090500.xhp msgctxt "" @@ -3527,7 +3527,7 @@ msgctxt "" "par_idN104A0\n" "help.text" msgid "<image id=\"img_id3149646\" src=\"starmath/res/al21826.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149646\">Icon</alt></image>" -msgstr "<image id=\"img_id3149646\" src=\"starmath/res/al21826.png\" width=\"6.35mm\" height=\"6.35mm\"><alt id=\"alt_id3149646\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3149646\" src=\"starmath/res/al21826.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149646\">アイコン</alt></image>" #: 03090500.xhp msgctxt "" @@ -3857,14 +3857,13 @@ msgid "<image id=\"img_id3159179\" src=\"starmath/res/at21709.png\" width=\"0.22 msgstr "<image id=\"img_id3159179\" src=\"starmath/res/at21709.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159179\">アイコン</alt></image>" #: 03090600.xhp -#, fuzzy msgctxt "" "03090600.xhp\n" "par_id3154258\n" "14\n" "help.text" msgid "<emph>Circle</emph>" -msgstr "<emph>サーカムフレックス</emph>" +msgstr "<emph>円</emph>" #: 03090600.xhp msgctxt "" @@ -4094,13 +4093,14 @@ msgid "<image id=\"img_id3148873\" src=\"starmath/res/at21711.png\" width=\"0.22 msgstr "<image id=\"img_id3148873\" src=\"starmath/res/at21711.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148873\">アイコン</alt></image>" #: 03090600.xhp +#, fuzzy msgctxt "" "03090600.xhp\n" "par_id3155921\n" "18\n" "help.text" msgid "<emph>Double dot</emph>" -msgstr "" +msgstr "<emph>トリプルドット</emph>" #: 03090600.xhp msgctxt "" @@ -4224,13 +4224,14 @@ msgid "<image id=\"img_id3145626\" src=\"starmath/res/at21716.png\" width=\"0.22 msgstr "<image id=\"img_id3145626\" src=\"starmath/res/at21716.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145626\">アイコン</alt></image>" #: 03090600.xhp +#, fuzzy msgctxt "" "03090600.xhp\n" "par_id3149774\n" "40\n" "help.text" msgid "<emph>Transparent</emph>" -msgstr "" +msgstr "<emph>グレーブ・アクセント</emph>" #: 03090600.xhp msgctxt "" @@ -4501,7 +4502,7 @@ msgctxt "" "par_idN100C4\n" "help.text" msgid "<image id=\"img_id3149691\" src=\"starmath/res/co21918.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149691\">Icon</alt></image>" -msgstr "<image id=\"img_id3149691\" src=\"starmath/res/co21918.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3149691\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3149691\" src=\"starmath/res/co21918.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149691\">アイコン</alt></image>" #: 03090700.xhp msgctxt "" @@ -4527,7 +4528,7 @@ msgctxt "" "par_idN100FF\n" "help.text" msgid "<image id=\"img_id3149097\" src=\"starmath/res/co21908.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149097\">Icon</alt></image>" -msgstr "<image id=\"img_id3149097\" src=\"starmath/res/co21908.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3149097\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3149097\" src=\"starmath/res/co21908.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149097\">アイコン</alt></image>" #: 03090700.xhp msgctxt "" @@ -4553,7 +4554,7 @@ msgctxt "" "par_idN1013E\n" "help.text" msgid "<image id=\"img_id3149044\" src=\"starmath/res/co21905.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149044\">Icon</alt></image>" -msgstr "<image id=\"img_id3149044\" src=\"starmath/res/co21905.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3149044\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3149044\" src=\"starmath/res/co21905.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149044\">アイコン</alt></image>" #: 03090700.xhp msgctxt "" @@ -4579,7 +4580,7 @@ msgctxt "" "par_idN10179\n" "help.text" msgid "<image id=\"img_id3154390\" src=\"starmath/res/co21901.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3154390\">Icon</alt></image>" -msgstr "<image id=\"img_id3154390\" src=\"starmath/res/co21901.png\" height=\"5.66mm\" width=\"5.66mm\"><alt id=\"alt_id3154390\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3154390\" src=\"starmath/res/co21901.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3154390\">アイコン</alt></image>" #: 03090700.xhp msgctxt "" @@ -4605,7 +4606,7 @@ msgctxt "" "par_idN101B2\n" "help.text" msgid "<image id=\"img_id3155117\" src=\"starmath/res/co21912.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155117\">Icon</alt></image>" -msgstr "<image id=\"img_id3155117\" src=\"starmath/res/co21912.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155117\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3155117\" src=\"starmath/res/co21912.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155117\">アイコン</alt></image>" #: 03090700.xhp msgctxt "" @@ -4631,7 +4632,7 @@ msgctxt "" "par_idN101EB\n" "help.text" msgid "<image id=\"img_id3149544\" src=\"starmath/res/co21917.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149544\">Icon</alt></image>" -msgstr "<image id=\"img_id3149544\" src=\"starmath/res/co21917.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3149544\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3149544\" src=\"starmath/res/co21917.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149544\">アイコン</alt></image>" #: 03090700.xhp msgctxt "" @@ -4657,7 +4658,7 @@ msgctxt "" "par_idN10226\n" "help.text" msgid "<image id=\"img_id3145265\" src=\"starmath/res/co21904.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145265\">Icon</alt></image>" -msgstr "<image id=\"img_id3145265\" src=\"starmath/res/co21904.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3145265\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3145265\" src=\"starmath/res/co21904.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145265\">アイコン</alt></image>" #: 03090700.xhp msgctxt "" @@ -4683,7 +4684,7 @@ msgctxt "" "par_idN10265\n" "help.text" msgid "<image id=\"img_id3149220\" src=\"starmath/res/co21906.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149220\">Icon</alt></image>" -msgstr "<image id=\"img_id3149220\" src=\"starmath/res/co21906.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3149220\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3149220\" src=\"starmath/res/co21906.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149220\">アイコン</alt></image>" #: 03090700.xhp msgctxt "" @@ -4709,7 +4710,7 @@ msgctxt "" "par_idN102A0\n" "help.text" msgid "<image id=\"img_id3149848\" src=\"starmath/res/co21902.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149848\">Icon</alt></image>" -msgstr "<image id=\"img_id3149848\" src=\"starmath/res/co21902.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3149848\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3149848\" src=\"starmath/res/co21902.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149848\">アイコン</alt></image>" #: 03090700.xhp msgctxt "" @@ -4735,7 +4736,7 @@ msgctxt "" "par_idN102DC\n" "help.text" msgid "<image id=\"img_id3154094\" src=\"starmath/res/co21909.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154094\">Icon</alt></image>" -msgstr "<image id=\"img_id3154094\" src=\"starmath/res/co21909.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3154094\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3154094\" src=\"starmath/res/co21909.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154094\">アイコン</alt></image>" #: 03090700.xhp msgctxt "" @@ -4761,7 +4762,7 @@ msgctxt "" "par_idN10317\n" "help.text" msgid "<image id=\"img_id3156130\" src=\"starmath/res/co21910.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156130\">Icon</alt></image>" -msgstr "<image id=\"img_id3156130\" src=\"starmath/res/co21910.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3156130\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3156130\" src=\"starmath/res/co21910.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156130\">アイコン</alt></image>" #: 03090700.xhp msgctxt "" @@ -4787,7 +4788,7 @@ msgctxt "" "par_idN10352\n" "help.text" msgid "<image id=\"img_id3155583\" src=\"starmath/res/co21911.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155583\">Icon</alt></image>" -msgstr "<image id=\"img_id3155583\" src=\"starmath/res/co21911.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155583\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3155583\" src=\"starmath/res/co21911.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155583\">アイコン</alt></image>" #: 03090700.xhp msgctxt "" @@ -4813,7 +4814,7 @@ msgctxt "" "par_idN1038D\n" "help.text" msgid "<image id=\"img_id3155085\" src=\"starmath/res/co21907.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155085\">Icon</alt></image>" -msgstr "<image id=\"img_id3155085\" src=\"starmath/res/co21907.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155085\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3155085\" src=\"starmath/res/co21907.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155085\">アイコン</alt></image>" #: 03090700.xhp msgctxt "" @@ -4839,7 +4840,7 @@ msgctxt "" "par_idN103C9\n" "help.text" msgid "<image id=\"img_id3150027\" src=\"starmath/res/co21903.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150027\">Icon</alt></image>" -msgstr "<image id=\"img_id3150027\" src=\"starmath/res/co21903.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3150027\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3150027\" src=\"starmath/res/co21903.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150027\">アイコン</alt></image>" #: 03090700.xhp msgctxt "" @@ -5050,7 +5051,7 @@ msgctxt "" "par_idN10081\n" "help.text" msgid "<image id=\"img_id3145418\" src=\"starmath/res/op21401.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3145418\">Icon</alt></image>" -msgstr "<image id=\"img_id3145418\" src=\"starmath/res/op21401.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3145418\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3145418\" src=\"starmath/res/op21401.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3145418\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5076,7 +5077,7 @@ msgctxt "" "par_idN100BC\n" "help.text" msgid "<image id=\"img_id3153782\" src=\"starmath/res/op21402.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3153782\">Icon</alt></image>" -msgstr "<image id=\"img_id3153782\" src=\"starmath/res/op21402.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3153782\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3153782\" src=\"starmath/res/op21402.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3153782\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5102,7 +5103,7 @@ msgctxt "" "par_idN100F7\n" "help.text" msgid "<image id=\"img_id3150972\" src=\"starmath/res/op21403.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3150972\">Icon</alt></image>" -msgstr "<image id=\"img_id3150972\" src=\"starmath/res/op21403.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3150972\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3150972\" src=\"starmath/res/op21403.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3150972\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5128,7 +5129,7 @@ msgctxt "" "par_idN10135\n" "help.text" msgid "<image id=\"img_id3155180\" src=\"starmath/res/op22002.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155180\">Icon</alt></image>" -msgstr "<image id=\"img_id3155180\" src=\"starmath/res/op22002.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155180\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3155180\" src=\"starmath/res/op22002.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155180\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5154,7 +5155,7 @@ msgctxt "" "par_idN1016E\n" "help.text" msgid "<image id=\"img_id3147093\" src=\"starmath/res/op21405.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147093\">Icon</alt></image>" -msgstr "<image id=\"img_id3147093\" src=\"starmath/res/op21405.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147093\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3147093\" src=\"starmath/res/op21405.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147093\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5180,7 +5181,7 @@ msgctxt "" "par_idN101A7\n" "help.text" msgid "<image id=\"img_id3155147\" src=\"starmath/res/op21406.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155147\">Icon</alt></image>" -msgstr "<image id=\"img_id3155147\" src=\"starmath/res/op21406.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155147\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3155147\" src=\"starmath/res/op21406.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155147\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5206,7 +5207,7 @@ msgctxt "" "par_idN101E0\n" "help.text" msgid "<image id=\"img_id3154922\" src=\"starmath/res/op21407.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3154922\">Icon</alt></image>" -msgstr "<image id=\"img_id3154922\" src=\"starmath/res/op21407.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3154922\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3154922\" src=\"starmath/res/op21407.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3154922\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5232,7 +5233,7 @@ msgctxt "" "par_idN1021C\n" "help.text" msgid "<image id=\"img_id3148889\" src=\"starmath/res/op21408.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3148889\">Icon</alt></image>" -msgstr "<image id=\"img_id3148889\" src=\"starmath/res/op21408.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3148889\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3148889\" src=\"starmath/res/op21408.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3148889\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5258,7 +5259,7 @@ msgctxt "" "par_idN10255\n" "help.text" msgid "<image id=\"img_id3147473\" src=\"starmath/res/op22001.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147473\">Icon</alt></image>" -msgstr "<image id=\"img_id3147473\" src=\"starmath/res/op22001.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147473\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3147473\" src=\"starmath/res/op22001.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147473\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5284,7 +5285,7 @@ msgctxt "" "par_idN1028E\n" "help.text" msgid "<image id=\"img_id3155974\" src=\"starmath/res/op21409.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155974\">Icon</alt></image>" -msgstr "<image id=\"img_id3155974\" src=\"starmath/res/op21409.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155974\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3155974\" src=\"starmath/res/op21409.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155974\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5310,7 +5311,7 @@ msgctxt "" "par_idN102C9\n" "help.text" msgid "<image id=\"img_id3147119\" src=\"starmath/res/op21410.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147119\">Icon</alt></image>" -msgstr "<image id=\"img_id3147119\" src=\"starmath/res/op21410.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147119\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3147119\" src=\"starmath/res/op21410.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147119\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5336,7 +5337,7 @@ msgctxt "" "par_idN10304\n" "help.text" msgid "<image id=\"img_id3147065\" src=\"starmath/res/op21411.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147065\">Icon</alt></image>" -msgstr "<image id=\"img_id3147065\" src=\"starmath/res/op21411.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147065\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3147065\" src=\"starmath/res/op21411.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147065\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5362,7 +5363,7 @@ msgctxt "" "par_idN1033F\n" "help.text" msgid "<image id=\"img_id3154590\" src=\"starmath/res/op21412.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3154590\">Icon</alt></image>" -msgstr "<image id=\"img_id3154590\" src=\"starmath/res/op21412.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3154590\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3154590\" src=\"starmath/res/op21412.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3154590\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5388,7 +5389,7 @@ msgctxt "" "par_idN1037A\n" "help.text" msgid "<image id=\"img_id3149318\" src=\"starmath/res/op21413.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3149318\">Icon</alt></image>" -msgstr "<image id=\"img_id3149318\" src=\"starmath/res/op21413.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3149318\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3149318\" src=\"starmath/res/op21413.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3149318\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5414,7 +5415,7 @@ msgctxt "" "par_idN103B7\n" "help.text" msgid "<image id=\"img_id3151193\" src=\"starmath/res/op21414.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3151193\">Icon</alt></image>" -msgstr "<image id=\"img_id3151193\" src=\"starmath/res/op21414.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3151193\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3151193\" src=\"starmath/res/op21414.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3151193\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5440,7 +5441,7 @@ msgctxt "" "par_idN103F4\n" "help.text" msgid "<image id=\"img_id3146956\" src=\"starmath/res/op21415.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3146956\">Icon</alt></image>" -msgstr "<image id=\"img_id3146956\" src=\"starmath/res/op21415.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3146956\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3146956\" src=\"starmath/res/op21415.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3146956\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5466,7 +5467,7 @@ msgctxt "" "par_idN10431\n" "help.text" msgid "<image id=\"img_id3151223\" src=\"starmath/res/op21416.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3151223\">Icon</alt></image>" -msgstr "<image id=\"img_id3151223\" src=\"starmath/res/op21416.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3151223\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3151223\" src=\"starmath/res/op21416.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3151223\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5492,7 +5493,7 @@ msgctxt "" "par_idN1046E\n" "help.text" msgid "<image id=\"img_id3156087\" src=\"starmath/res/op21417.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3156087\">Icon</alt></image>" -msgstr "<image id=\"img_id3156087\" src=\"starmath/res/op21417.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3156087\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3156087\" src=\"starmath/res/op21417.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3156087\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5518,7 +5519,7 @@ msgctxt "" "par_idN104A7\n" "help.text" msgid "<image id=\"img_id3147383\" src=\"starmath/res/op21418.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147383\">Icon</alt></image>" -msgstr "<image id=\"img_id3147383\" src=\"starmath/res/op21418.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147383\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3147383\" src=\"starmath/res/op21418.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147383\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5544,7 +5545,7 @@ msgctxt "" "par_idN104E0\n" "help.text" msgid "<image id=\"img_id3154038\" src=\"starmath/res/op21419.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3154038\">Icon</alt></image>" -msgstr "<image id=\"img_id3154038\" src=\"starmath/res/op21419.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3154038\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3154038\" src=\"starmath/res/op21419.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3154038\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5570,7 +5571,7 @@ msgctxt "" "par_idN10519\n" "help.text" msgid "<image id=\"img_id3149625\" src=\"starmath/res/op21420.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3149625\">Icon</alt></image>" -msgstr "<image id=\"img_id3149625\" src=\"starmath/res/op21420.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3149625\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3149625\" src=\"starmath/res/op21420.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3149625\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5596,7 +5597,7 @@ msgctxt "" "par_idN10552\n" "help.text" msgid "<image id=\"img_id3155555\" src=\"starmath/res/op21421.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155555\">Icon</alt></image>" -msgstr "<image id=\"img_id3155555\" src=\"starmath/res/op21421.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155555\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3155555\" src=\"starmath/res/op21421.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155555\">アイコン</alt></image>" #: 03090800.xhp msgctxt "" @@ -5691,7 +5692,7 @@ msgctxt "" "par_id3153818\n" "help.text" msgid "<image id=\"img_id3148870\" src=\"res/helpimg/smzb1.png\" width=\"3.217cm\" height=\"2.939cm\"><alt id=\"alt_id3148870\">Icon</alt></image>" -msgstr "<image id=\"img_id3148870\" src=\"res/helpimg/smzb1.png\" width=\"3.217cm\" height=\"2.939cm\"><alt id=\"alt_id3148870\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3148870\" src=\"res/helpimg/smzb1.png\" width=\"3.217cm\" height=\"2.939cm\"><alt id=\"alt_id3148870\">アイコン</alt></image>" #: 03090902.xhp msgctxt "" @@ -5725,7 +5726,7 @@ msgctxt "" "par_id3153912\n" "help.text" msgid "<image id=\"img_id3149126\" src=\"res/helpimg/smzb2.png\" width=\"3.387cm\" height=\"2.882cm\"><alt id=\"alt_id3149126\">Icon</alt></image>" -msgstr "<image id=\"img_id3149126\" src=\"res/helpimg/smzb2.png\" width=\"3.387cm\" height=\"2.882cm\"><alt id=\"alt_id3149126\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3149126\" src=\"res/helpimg/smzb2.png\" width=\"3.387cm\" height=\"2.882cm\"><alt id=\"alt_id3149126\">アイコン</alt></image>" #: 03090902.xhp msgctxt "" @@ -5768,7 +5769,7 @@ msgctxt "" "par_id3148866\n" "help.text" msgid "<image id=\"img_id3153246\" src=\"res/helpimg/smzb3.png\" width=\"5.673cm\" height=\"2.997cm\"><alt id=\"alt_id3153246\">Icon</alt></image>" -msgstr "<image id=\"img_id3153246\" src=\"res/helpimg/smzb3.png\" width=\"5.673cm\" height=\"2.997cm\"><alt id=\"alt_id3153246\" xml-lang=\"ja-JP\">アイコン</alt></image>" +msgstr "<image id=\"img_id3153246\" src=\"res/helpimg/smzb3.png\" width=\"5.673cm\" height=\"2.997cm\"><alt id=\"alt_id3153246\">アイコン</alt></image>" #: 03090903.xhp msgctxt "" @@ -5811,7 +5812,7 @@ msgctxt "" "par_id3153915\n" "help.text" msgid "<image id=\"img_id3150213\" src=\"res/helpimg/smzb5.png\" width=\"16.51cm\" height=\"4.971cm\"><alt id=\"alt_id3150213\">Icon</alt></image>" -msgstr "<image id=\"img_id3150213\" src=\"res/helpimg/smzb5.png\" width=\"16.51cm\" height=\"4.971cm\"><alt id=\"alt_id3150213\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3150213\" src=\"res/helpimg/smzb5.png\" width=\"16.51cm\" height=\"4.971cm\"><alt id=\"alt_id3150213\">アイコン</alt></image>" #: 03090904.xhp msgctxt "" @@ -5854,7 +5855,7 @@ msgctxt "" "par_id3153912\n" "help.text" msgid "<image id=\"img_id3149126\" src=\"res/helpimg/smzb4.png\" width=\"10.839cm\" height=\"6.479cm\"><alt id=\"alt_id3149126\">Icon</alt></image>" -msgstr "<image id=\"img_id3149126\" src=\"res/helpimg/smzb4.png\" width=\"10.839cm\" height=\"6.479cm\"><alt id=\"alt_id3149126\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3149126\" src=\"res/helpimg/smzb4.png\" width=\"10.839cm\" height=\"6.479cm\"><alt id=\"alt_id3149126\">アイコン</alt></image>" #: 03090906.xhp msgctxt "" @@ -5888,7 +5889,7 @@ msgctxt "" "par_id3148866\n" "help.text" msgid "<image id=\"img_id3150210\" src=\"res/helpimg/smzb6.png\" width=\"9.511cm\" height=\"7.99cm\"><alt id=\"alt_id3150210\">Icon</alt></image>" -msgstr "<image id=\"img_id3150210\" src=\"res/helpimg/smzb6.png\" width=\"9.511cm\" height=\"7.99cm\"><alt id=\"alt_id3150210\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3150210\" src=\"res/helpimg/smzb6.png\" width=\"9.511cm\" height=\"7.99cm\"><alt id=\"alt_id3150210\">アイコン</alt></image>" #: 03090906.xhp msgctxt "" @@ -5931,7 +5932,7 @@ msgctxt "" "par_id3153912\n" "help.text" msgid "<image id=\"img_id3148871\" src=\"res/helpimg/smzb7.png\" width=\"7.987cm\" height=\"2.768cm\"><alt id=\"alt_id3148871\">Icon</alt></image>" -msgstr "<image id=\"img_id3148871\" src=\"res/helpimg/smzb7.png\" width=\"7.987cm\" height=\"2.768cm\"><alt id=\"alt_id3148871\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3148871\" src=\"res/helpimg/smzb7.png\" width=\"7.987cm\" height=\"2.768cm\"><alt id=\"alt_id3148871\">アイコン</alt></image>" #: 03090908.xhp msgctxt "" @@ -5965,7 +5966,7 @@ msgctxt "" "par_id3148870\n" "help.text" msgid "<image id=\"img_id3153917\" src=\"res/helpimg/smzb8.png\" width=\"9.567cm\" height=\"3.597cm\"><alt id=\"alt_id3153917\">Icon</alt></image>" -msgstr "<image id=\"img_id3153917\" src=\"res/helpimg/smzb8.png\" width=\"9.567cm\" height=\"3.597cm\"><alt id=\"alt_id3153917\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3153917\" src=\"res/helpimg/smzb8.png\" width=\"9.567cm\" height=\"3.597cm\"><alt id=\"alt_id3153917\">アイコン</alt></image>" #: 03090908.xhp msgctxt "" @@ -6016,7 +6017,7 @@ msgctxt "" "par_id3151243\n" "help.text" msgid "<image id=\"img_id3148871\" src=\"res/helpimg/smzb9.png\" width=\"9.257cm\" height=\"3.196cm\"><alt id=\"alt_id3148871\">Icon</alt></image>" -msgstr "<image id=\"img_id3148871\" src=\"res/helpimg/smzb9.png\" width=\"9.257cm\" height=\"3.196cm\"><alt id=\"alt_id3148871\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3148871\" src=\"res/helpimg/smzb9.png\" width=\"9.257cm\" height=\"3.196cm\"><alt id=\"alt_id3148871\">アイコン</alt></image>" #: 03090910.xhp msgctxt "" @@ -6050,7 +6051,7 @@ msgctxt "" "par_id3148703\n" "help.text" msgid "<image id=\"img_id3151242\" src=\"res/helpimg/smzb10.png\" width=\"8.975cm\" height=\"2.198cm\"><alt id=\"alt_id3151242\">Icon</alt></image>" -msgstr "<image id=\"img_id3151242\" src=\"res/helpimg/smzb10.png\" width=\"8.975cm\" height=\"2.198cm\"><alt id=\"alt_id3151242\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3151242\" src=\"res/helpimg/smzb10.png\" width=\"8.975cm\" height=\"2.198cm\"><alt id=\"alt_id3151242\">アイコン</alt></image>" #: 03090910.xhp msgctxt "" @@ -11037,7 +11038,7 @@ msgctxt "" "par_id3145171\n" "help.text" msgid "<image id=\"img_id3145177\" src=\"starmath/res/mi22006.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145177\">Icon</alt></image>" -msgstr "<image id=\"img_id3145177\" src=\"starmath/res/mi22006.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3145177\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3145177\" src=\"starmath/res/mi22006.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145177\">アイコン</alt></image>" #: 03091600.xhp msgctxt "" @@ -11063,7 +11064,7 @@ msgctxt "" "par_id3152782\n" "help.text" msgid "<image id=\"img_id3152788\" src=\"starmath/res/mi22005.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152788\">Icon</alt></image>" -msgstr "<image id=\"img_id3152788\" src=\"starmath/res/mi22005.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3152788\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3152788\" src=\"starmath/res/mi22005.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152788\">アイコン</alt></image>" #: 03091600.xhp msgctxt "" @@ -11089,7 +11090,7 @@ msgctxt "" "par_id3150217\n" "help.text" msgid "<image id=\"img_id3150223\" src=\"starmath/res/mi22013.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150223\">Icon</alt></image>" -msgstr "<image id=\"img_id3150223\" src=\"starmath/res/mi22013.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3150223\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3150223\" src=\"starmath/res/mi22013.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150223\">アイコン</alt></image>" #: 03091600.xhp msgctxt "" @@ -11115,7 +11116,7 @@ msgctxt "" "par_id3155330\n" "help.text" msgid "<image id=\"img_id3155336\" src=\"starmath/res/mi21608.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155336\">Icon</alt></image>" -msgstr "<image id=\"img_id3155336\" src=\"starmath/res/mi21608.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155336\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3155336\" src=\"starmath/res/mi21608.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155336\">アイコン</alt></image>" #: 03091600.xhp msgctxt "" @@ -11167,16 +11168,17 @@ msgctxt "" "par_id3151296\n" "help.text" msgid "<image id=\"img_id3151302\" src=\"starmath/res/mi21612.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151302\">Icon</alt></image>" -msgstr "<image id=\"img_id3151302\" src=\"starmath/res/mi21612.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3151302\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3151302\" src=\"starmath/res/mi21612.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151302\">アイコン</alt></image>" #: 03091600.xhp +#, fuzzy msgctxt "" "03091600.xhp\n" "par_id3146976\n" "47\n" "help.text" msgid "<emph>For all</emph>" -msgstr "" +msgstr "<emph>円</emph>" #: 03091600.xhp msgctxt "" @@ -11193,7 +11195,7 @@ msgctxt "" "par_id3153023\n" "help.text" msgid "<image id=\"img_id3153030\" src=\"starmath/res/mi22014.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153030\">Icon</alt></image>" -msgstr "<image id=\"img_id3153030\" src=\"starmath/res/mi22014.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3153030\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3153030\" src=\"starmath/res/mi22014.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153030\">アイコン</alt></image>" #: 03091600.xhp msgctxt "" @@ -11219,7 +11221,7 @@ msgctxt "" "par_id3153908\n" "help.text" msgid "<image id=\"img_id3153256\" src=\"starmath/res/mi22015.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153256\">Icon</alt></image>" -msgstr "<image id=\"img_id3153256\" src=\"starmath/res/mi22015.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3153256\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3153256\" src=\"starmath/res/mi22015.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153256\">アイコン</alt></image>" #: 03091600.xhp msgctxt "" @@ -11245,7 +11247,7 @@ msgctxt "" "par_id3150651\n" "help.text" msgid "<image id=\"img_id3154285\" src=\"starmath/res/mi22003.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154285\">Icon</alt></image>" -msgstr "<image id=\"img_id3154285\" src=\"starmath/res/mi22003.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3154285\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3154285\" src=\"starmath/res/mi22003.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154285\">アイコン</alt></image>" #: 03091600.xhp msgctxt "" @@ -11271,7 +11273,7 @@ msgctxt "" "par_id3154543\n" "help.text" msgid "<image id=\"img_id3154553\" src=\"starmath/res/mi22004.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154553\">Icon</alt></image>" -msgstr "<image id=\"img_id3154553\" src=\"starmath/res/mi22004.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3154553\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3154553\" src=\"starmath/res/mi22004.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154553\">アイコン</alt></image>" #: 03091600.xhp msgctxt "" @@ -11297,7 +11299,7 @@ msgctxt "" "par_id3154156\n" "help.text" msgid "<image id=\"img_id3154162\" src=\"starmath/res/mi22007.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154162\">Icon</alt></image>" -msgstr "<image id=\"img_id3154162\" src=\"starmath/res/mi22007.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3154162\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3154162\" src=\"starmath/res/mi22007.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154162\">アイコン</alt></image>" #: 03091600.xhp msgctxt "" @@ -11323,7 +11325,7 @@ msgctxt "" "par_id3155267\n" "help.text" msgid "<image id=\"img_id3155273\" src=\"starmath/res/mi22016.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155273\">Icon</alt></image>" -msgstr "<image id=\"img_id3155273\" src=\"starmath/res/mi22016.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155273\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3155273\" src=\"starmath/res/mi22016.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155273\">アイコン</alt></image>" #: 03091600.xhp msgctxt "" @@ -11349,7 +11351,7 @@ msgctxt "" "par_id3149923\n" "help.text" msgid "<image id=\"img_id3149929\" src=\"starmath/res/mi22017.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149929\">Icon</alt></image>" -msgstr "<image id=\"img_id3149929\" src=\"starmath/res/mi22017.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3149929\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3149929\" src=\"starmath/res/mi22017.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149929\">アイコン</alt></image>" #: 03091600.xhp msgctxt "" @@ -11375,7 +11377,7 @@ msgctxt "" "par_id3148506\n" "help.text" msgid "<image id=\"img_id3148512\" src=\"starmath/res/mi22018.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148512\">Icon</alt></image>" -msgstr "<image id=\"img_id3148512\" src=\"starmath/res/mi22018.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3148512\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3148512\" src=\"starmath/res/mi22018.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148512\">アイコン</alt></image>" #: 03091600.xhp msgctxt "" @@ -11401,7 +11403,7 @@ msgctxt "" "par_id3157946\n" "help.text" msgid "<image id=\"img_id3157951\" src=\"starmath/res/mi22019.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3157951\">Icon</alt></image>" -msgstr "<image id=\"img_id3157951\" src=\"starmath/res/mi22019.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3157951\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3157951\" src=\"starmath/res/mi22019.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3157951\">アイコン</alt></image>" #: 03091600.xhp msgctxt "" @@ -11427,7 +11429,7 @@ msgctxt "" "par_id3154997\n" "help.text" msgid "<image id=\"img_id3155003\" src=\"starmath/res/mi22011.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155003\">Icon</alt></image>" -msgstr "<image id=\"img_id3155003\" src=\"starmath/res/mi22011.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155003\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3155003\" src=\"starmath/res/mi22011.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155003\">アイコン</alt></image>" #: 03091600.xhp msgctxt "" @@ -11453,7 +11455,7 @@ msgctxt "" "par_id3163719\n" "help.text" msgid "<image id=\"img_id3163726\" src=\"starmath/res/mi22008.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163726\">Icon</alt></image>" -msgstr "<image id=\"img_id3163726\" src=\"starmath/res/mi22008.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3163726\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3163726\" src=\"starmath/res/mi22008.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163726\">アイコン</alt></image>" #: 03091600.xhp msgctxt "" @@ -11479,7 +11481,7 @@ msgctxt "" "par_id3146829\n" "help.text" msgid "<image id=\"img_id3146835\" src=\"starmath/res/mi22012.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146835\">Icon</alt></image>" -msgstr "<image id=\"img_id3146835\" src=\"starmath/res/mi22012.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3146835\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3146835\" src=\"starmath/res/mi22012.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146835\">アイコン</alt></image>" #: 03091600.xhp msgctxt "" @@ -11505,7 +11507,7 @@ msgctxt "" "par_id3109675\n" "help.text" msgid "<image id=\"img_id3109681\" src=\"starmath/res/mi22009.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3109681\">Icon</alt></image>" -msgstr "<image id=\"img_id3109681\" src=\"starmath/res/mi22009.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3109681\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3109681\" src=\"starmath/res/mi22009.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3109681\">アイコン</alt></image>" #: 03091600.xhp msgctxt "" @@ -11531,7 +11533,7 @@ msgctxt "" "par_id3158234\n" "help.text" msgid "<image id=\"img_id3158240\" src=\"starmath/res/mi22010.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158240\">Icon</alt></image>" -msgstr "<image id=\"img_id3158240\" src=\"starmath/res/mi22010.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3158240\" xml-lang=\"ja-JP\">マーク</alt></image>" +msgstr "<image id=\"img_id3158240\" src=\"starmath/res/mi22010.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158240\">アイコン</alt></image>" #: 03091600.xhp msgctxt "" @@ -13409,26 +13411,89 @@ msgstr "<bookmark_value>インポート; %PRODUCTNAME Math の数式</bookmark_v #: 06020000.xhp msgctxt "" "06020000.xhp\n" +"bm_id3154660\n" +"help.text" +msgid "<bookmark_value>MathML; import from file</bookmark_value>" +msgstr "" + +#: 06020000.xhp +msgctxt "" +"06020000.xhp\n" "hd_id3154659\n" -"1\n" "help.text" -msgid "Import formula" -msgstr "数式のインポート" +msgid "Import Formula from File" +msgstr "" #: 06020000.xhp +#, fuzzy msgctxt "" "06020000.xhp\n" "par_id3150251\n" -"2\n" "help.text" -msgid "<variable id=\"formelimportierentext\"><ahelp hid=\"SID_INSERT_FORMULA\" visibility=\"visible\">This command opens a dialog for importing a formula.</ahelp></variable>" +msgid "<variable id=\"formelimportierentext\"><ahelp hid=\".uno:ImportFormula\" visibility=\"visible\">This command opens a dialog for importing a formula.</ahelp></variable>" msgstr "<variable id=\"formelimportierentext\"><ahelp hid=\"SID_INSERT_FORMULA\" visibility=\"visible\">このコマンドで、数式をインポートするためのダイアログが開きます。</ahelp></variable>" #: 06020000.xhp +#, fuzzy msgctxt "" "06020000.xhp\n" "par_id3153916\n" -"3\n" "help.text" msgid "The <emph>Insert</emph> dialog is set up like the <link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link> dialog under <emph>File</emph>. Use the <emph>Insert</emph> dialog to load, edit and display a formula saved as a file in the <emph>Commands</emph> window." msgstr "ダイアログ <emph>挿入</emph> は、メニュー <emph>ファイル</emph> の<link href=\"text/shared/01/01020000.xhp\" name=\"開く\">開く</link>ダイアログと似た構成になっています。このダイアログ <emph>挿入</emph> からは、ファイルとして保存されている数式をコマンドウィンドウに読み込んで表示、編集することができます。" + +#: 06020000.xhp +msgctxt "" +"06020000.xhp\n" +"par_id3153917\n" +"help.text" +msgid "You can import MathML files created by other applications as well. The MathML source must have a <item type=\"code\">math</item> element with an <item type=\"code\">xmlns</item> attribute with value \"http://www.w3.org/1998/Math/MathML\". The languages MathML and StarMath are not fully compatible, therefore you should revise the import result. For details about the language MathML see its <link href=\"http://www.w3.org/TR/#tr_MathML\">specification</link>." +msgstr "" + +#: 06020000.xhp +msgctxt "" +"06020000.xhp\n" +"bm_id3154661\n" +"help.text" +msgid "<bookmark_value>MathML; import via clipboard</bookmark_value>" +msgstr "" + +#: 06020000.xhp +msgctxt "" +"06020000.xhp\n" +"bm_id3154662\n" +"help.text" +msgid "<bookmark_value>importing; MathML</bookmark_value>" +msgstr "" + +#: 06020000.xhp +msgctxt "" +"06020000.xhp\n" +"hd_id3154661\n" +"help.text" +msgid "Import MathML from Clipboard" +msgstr "" + +#: 06020000.xhp +msgctxt "" +"06020000.xhp\n" +"par_id3150252\n" +"help.text" +msgid "<variable id=\"mathmlimportierentext\"><ahelp hid=\".uno:ImportMathMLClipboard\" visibility=\"visible\">This command transforms MathML clipboard content to StarMath and inserts it at the current cursor position.</ahelp></variable>" +msgstr "" + +#: 06020000.xhp +msgctxt "" +"06020000.xhp\n" +"par_id3153918\n" +"help.text" +msgid "If the transformation fails, nothing is inserted." +msgstr "" + +#: 06020000.xhp +msgctxt "" +"06020000.xhp\n" +"par_id3153919\n" +"help.text" +msgid "This command handles only MathML content. If you have copied a %PRODUCTNAME Math formula to clipboard, insert it using the command <link href=\"text/shared/01/02060000.xhp\" name=\"Paste\">Paste</link> under <emph>Edit</emph>." +msgstr "" diff --git a/source/ja/helpcontent2/source/text/swriter/guide.po b/source/ja/helpcontent2/source/text/swriter/guide.po index bd2247fc09c..5661a7a1c14 100644 --- a/source/ja/helpcontent2/source/text/swriter/guide.po +++ b/source/ja/helpcontent2/source/text/swriter/guide.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-04-22 23:39+0200\n" +"POT-Creation-Date: 2015-08-25 13:17+0200\n" "PO-Revision-Date: 2015-07-30 11:11+0000\n" -"Last-Translator: junichi matsukawa <jr4air@kagaku.xii.jp>\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -1365,20 +1365,22 @@ msgid "Defining Borders for Characters" msgstr "文字の外枠線の指定" #: border_character.xhp +#, fuzzy msgctxt "" "border_character.xhp\n" "bm_id3156136\n" "help.text" msgid "<bookmark_value>characters;defining borders</bookmark_value> <bookmark_value>borders; for characters</bookmark_value> <bookmark_value>frames; around characters</bookmark_value> <bookmark_value>defining;character borders</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>ページ; 外枠を定義する</bookmark_value><bookmark_value>外枠; ページ用</bookmark_value><bookmark_value>枠; ページの周囲</bookmark_value><bookmark_value>定義する; ページの外枠</bookmark_value>" #: border_character.xhp +#, fuzzy msgctxt "" "border_character.xhp\n" "hd_id3116136\n" "help.text" msgid "<variable id=\"border_character\"><link href=\"text/swriter/guide/border_character.xhp\" name=\"Defining Borders for Characters\">Defining Borders for Characters</link> </variable>" -msgstr "" +msgstr "<variable id=\"border_page\"><link href=\"text/swriter/guide/border_page.xhp\" name=\"ページの外枠線の指定\">ページの外枠線の指定</link></variable>" #: border_character.xhp msgctxt "" @@ -1414,20 +1416,22 @@ msgid "Choose <emph>Format - Character - Borders</emph>." msgstr "メニュー <emph>書式 → ページ→ 外枠</emph> を選択します。" #: border_character.xhp +#, fuzzy msgctxt "" "border_character.xhp\n" "par_id3110171\n" "help.text" msgid "Select one of the default border styles in the <emph>Default</emph> area." -msgstr "" +msgstr "使用する標準の外枠スタイルを、エリア <emph>標準</emph> で選択します。" #: border_character.xhp +#, fuzzy msgctxt "" "border_character.xhp\n" "par_id3151046\n" "help.text" msgid "Select a line style, width and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style." -msgstr "" +msgstr "選択した外枠スタイルに適用する線のスタイルと色を、エリア <emph>線</emph> で選択します。これらの設定は、選択した外枠スタイルにおける外枠線のすべてに適用されます。" #: border_character.xhp msgctxt "" @@ -1471,20 +1475,22 @@ msgid "Choose <emph>Format - Character - Borders</emph>." msgstr "メニュー <emph>書式 → ページ→ 外枠</emph> を選択します。" #: border_character.xhp +#, fuzzy msgctxt "" "border_character.xhp\n" "par_id3110541\n" "help.text" msgid "In the <emph>User-defined</emph> area select the edge(s) that you want to appear in a common layout. Click on an edge in the preview to toggle the selection of an edge." -msgstr "" +msgstr "共通のレイアウトで表示させる外枠線を、エリア<emph>ユーザー定義</emph> で指定します。選択する外枠線を切り替えるには、プレビュー表示上で外枠線をクリックします。" #: border_character.xhp +#, fuzzy msgctxt "" "border_character.xhp\n" "par_id3119149\n" "help.text" msgid "Select a line style, width and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style." -msgstr "" +msgstr "選択した外枠スタイルに適用する線のスタイルと色を、エリア <emph>線</emph> で選択します。これらの設定は、選択した外枠スタイルにおける外枠線のすべてに適用されます。" #: border_character.xhp msgctxt "" @@ -1714,13 +1720,14 @@ msgid "Select one of the default border styles in the <emph>Default</emph> area. msgstr "使用する標準の外枠スタイルを、エリア <emph>標準</emph> で選択します。" #: border_page.xhp +#, fuzzy msgctxt "" "border_page.xhp\n" "par_id3154046\n" "5\n" "help.text" msgid "Select a line style, width and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style." -msgstr "" +msgstr "選択した外枠スタイルに適用する線のスタイルと色を、エリア <emph>線</emph> で選択します。これらの設定は、選択した外枠スタイルにおける外枠線のすべてに適用されます。" #: border_page.xhp msgctxt "" @@ -1768,13 +1775,14 @@ msgid "In the <emph>User-defined</emph> area select the edge(s) that you want to msgstr "共通のレイアウトで表示させる外枠線を、エリア<emph>ユーザー定義</emph> で指定します。選択する外枠線を切り替えるには、プレビュー表示上で外枠線をクリックします。" #: border_page.xhp +#, fuzzy msgctxt "" "border_page.xhp\n" "par_id3159149\n" "11\n" "help.text" msgid "Select a line style, width and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style." -msgstr "" +msgstr "選択した外枠スタイルに適用する線のスタイルと色を、エリア <emph>線</emph> で選択します。これらの設定は、選択した外枠スタイルにおける外枠線のすべてに適用されます。" #: border_page.xhp msgctxt "" @@ -3328,13 +3336,14 @@ msgid "The first part of the example is to define a variable for the condition s msgstr "ここでの例の最初の手順は、条件ステートメントで使う変数の設定です。" #: conditional_text.xhp +#, fuzzy msgctxt "" "conditional_text.xhp\n" "par_id3155566\n" "8\n" "help.text" msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab." -msgstr "" +msgstr "<item type=\"menuitem\">挿入 → フィールド → その他</item>を選択し、<item type=\"menuitem\">変数</item>タブをクリックします。" #: conditional_text.xhp msgctxt "" @@ -3399,13 +3408,14 @@ msgid "Place the cursor where you want to insert the conditional text in your te msgstr "ドキュメント上の条件付きテキストを挿入する位置に、カーソルを移動します。" #: conditional_text.xhp +#, fuzzy msgctxt "" "conditional_text.xhp\n" "par_id3151212\n" "65\n" "help.text" msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab." -msgstr "" +msgstr "<item type=\"menuitem\">挿入 → フィールド → その他</item>を選択し、<item type=\"menuitem\">機能</item>タブをクリックします。" #: conditional_text.xhp msgctxt "" @@ -3558,13 +3568,14 @@ msgid "Choose <item type=\"menuitem\">Insert - Fields - Page Count</item>, and t msgstr "メニュー <item type=\"menuitem\">挿入 → フィールド → ページ総数</item>を選択して、スペースを入力します。" #: conditional_text2.xhp +#, fuzzy msgctxt "" "conditional_text2.xhp\n" "par_id3150537\n" "6\n" "help.text" msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab." -msgstr "" +msgstr "<item type=\"menuitem\">挿入 → フィールド → その他</item>を選択し、<item type=\"menuitem\">機能</item>タブをクリックします。" #: conditional_text2.xhp msgctxt "" @@ -4233,13 +4244,14 @@ msgid "You can insert the current date as a field that updates each time you ope msgstr "現在の日付を表示するフィールドを挿入する際には、ファイルを開くごとに日付を更新させるか、更新させないかを指定できます。" #: fields_date.xhp +#, fuzzy msgctxt "" "fields_date.xhp\n" "par_id3147679\n" "3\n" "help.text" msgid "Choose <emph>Insert - Fields - More Fields</emph> and click the <emph>Document</emph> tab." -msgstr "" +msgstr "メニュー <emph>挿入 → フィールド → その他</emph> を選択して、<emph>ドキュメント</emph> タブをクリックします。" #: fields_date.xhp msgctxt "" @@ -4303,13 +4315,14 @@ msgid "An input field is a variable that you can click in a document to open a d msgstr "入力フィールドは変数です。ドキュメント内で入力フィールドをクリックすると、ダイアログが開いて、その変数を編集できます。" #: fields_enter.xhp +#, fuzzy msgctxt "" "fields_enter.xhp\n" "par_id3145776\n" "3\n" "help.text" msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item> and click the <item type=\"menuitem\">Functions</item> tab." -msgstr "" +msgstr "<item type=\"menuitem\">挿入 → フィールド → その他</item>を選択し、<item type=\"menuitem\">機能</item>タブをクリックします。" #: fields_enter.xhp msgctxt "" @@ -4885,12 +4898,13 @@ msgid "Either click <emph>Find Next</emph> or <emph>Find All</emph>." msgstr "<emph>検索</emph> または <emph>すべて検索</emph> をクリックします。" #: finding.xhp +#, fuzzy msgctxt "" "finding.xhp\n" "par_id4377269\n" "help.text" msgid "When you click <emph>Find Next</emph>, Writer will show you the next text that is equal to your entry. You can watch and edit the text, then click <emph>Find Next</emph> again to advance to the next found text." -msgstr "" +msgstr "<emph>検索</emph> をクリックすると、指定したエントリと一致する次のテキストが Writerによって表示されます。 そのテキストを確認して編集し、続いて <emph>検索</emph> を再びクリックし、次の検出テキストに移動できます。" #: finding.xhp msgctxt "" @@ -4965,12 +4979,13 @@ msgid "Either click <emph>Replace</emph> or <emph>Replace All</emph>." msgstr "<emph>置換</emph> または <emph>すべて置換</emph> をクリックします。" #: finding.xhp +#, fuzzy msgctxt "" "finding.xhp\n" "par_id703451\n" "help.text" msgid "When you click <emph>Replace</emph>, Writer will search the whole document for the text in the <emph>Search for</emph> box, starting at the current cursor position. When text is found, Writer highlights the text and waits for your response. Click <emph>Replace</emph> to replace the highlighted text in the document with the text in the <emph>Replace with</emph> text box. Click <emph>Find Next</emph> to advance to the next found text without replacing the current selection." -msgstr "" +msgstr "<emph>置換</emph> をクリックすると、<emph>検索テキスト</emph> ボックスに指定されたテキストが存在しないか、Writer によって現在のカーソル位置からドキュメント全体にわたって検索が行われます。 テキストが見つかると、Writer はそのテキストを強調表示し、ユーザーの応答を待ちます。ドキュメント内の強調されたテキストを <emph>置換テキスト</emph> テキストボックス内のテキストに置換するには、<emph>置換</emph> をクリックします。現在選択されているテキストを置換せずに検索された次のテキストに進むには、<emph>検索</emph> をクリックします。" #: finding.xhp msgctxt "" @@ -5021,12 +5036,13 @@ msgid "Check <item type=\"menuitem\">Search for Styles</item>.<br/>The <item typ msgstr "<item type=\"menuitem\">スタイルの検索</item>をチェックします<br/><item type=\"menuitem\">検索</item>テキストボックスは、現在のドキュメントに適用されている段落スタイルすべてを選択できるリストボックスです。" #: finding.xhp +#, fuzzy msgctxt "" "finding.xhp\n" "par_id679342\n" "help.text" msgid "Select the style to search for, then click <emph>Find Next</emph> or <emph>Find All</emph>." -msgstr "" +msgstr "検索するスタイルを選択し、<emph>検索</emph> または <emph>すべて検索</emph> をクリックします。" #: finding.xhp msgctxt "" @@ -5218,13 +5234,14 @@ msgid "Choose <emph>Insert - Footer</emph> and select the page style that you wa msgstr "<emph>挿入 → フッター</emph> を選んで、フッターを挿入するページスタイルを選択します。" #: footer_nextpage.xhp +#, fuzzy msgctxt "" "footer_nextpage.xhp\n" "par_id3147109\n" "6\n" "help.text" msgid "Place the cursor in the footer and choose <emph>Insert - Fields - More Fields</emph>." -msgstr "" +msgstr "フッターにカーソルを移動して、メニュー <emph>挿入 → フィールド → その他</emph> を選択します。" #: footer_nextpage.xhp msgctxt "" @@ -6713,13 +6730,14 @@ msgid "Click in the header or footer." msgstr "ヘッダーの中でマウスクリックして、カーソルをヘッダーに置きます。" #: header_with_chapter.xhp +#, fuzzy msgctxt "" "header_with_chapter.xhp\n" "par_id3146863\n" "9\n" "help.text" msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item> and click the <item type=\"menuitem\">Document</item> tab." -msgstr "" +msgstr "<item type=\"menuitem\">挿入 → フィールド → その他</item>を選択し、<item type=\"menuitem\">ドキュメント</item>タブをクリックします。" #: header_with_chapter.xhp msgctxt "" @@ -6879,13 +6897,14 @@ msgid "To Create a Variable" msgstr "変数を作成する" #: hidden_text.xhp +#, fuzzy msgctxt "" "hidden_text.xhp\n" "par_id3153131\n" "20\n" "help.text" msgid "Click in your document and choose <emph>Insert - Fields - More Fields</emph>." -msgstr "" +msgstr "ドキュメント上でカーソルを移動して、メニュー <emph>挿入 → フィールド → その他</emph> を選択します。" #: hidden_text.xhp msgctxt "" @@ -6960,13 +6979,14 @@ msgid "Click in the document where you want to add the text." msgstr "ドキュメント上で、テキストを追加する位置にカーソルを移動します。" #: hidden_text.xhp +#, fuzzy msgctxt "" "hidden_text.xhp\n" "par_id3145409\n" "5\n" "help.text" msgid "Choose <emph>Insert - Fields - More Fields</emph> and click the <emph>Functions</emph> tab." -msgstr "" +msgstr "メニュー <emph>挿入 → フィールド → その他</emph> を選択して、<emph>機能</emph> タブをクリックします。" #: hidden_text.xhp msgctxt "" @@ -7023,13 +7043,14 @@ msgid "Click in the paragraph where you want to add the text." msgstr "テキストを追加する段落内をクリックします。" #: hidden_text.xhp +#, fuzzy msgctxt "" "hidden_text.xhp\n" "par_id3154872\n" "35\n" "help.text" msgid "Choose <emph>Insert - Fields - More Fields</emph> and click the <emph>Functions</emph> tab." -msgstr "" +msgstr "メニュー <emph>挿入 → フィールド → その他</emph> を選択して、<emph>機能</emph> タブをクリックします。" #: hidden_text.xhp msgctxt "" @@ -7128,13 +7149,14 @@ msgid "<link href=\"text/swriter/guide/nonprintable_text.xhp\" name=\"Creating N msgstr "<link href=\"text/swriter/guide/nonprintable_text.xhp\" name=\"非印刷テキストを作成する\">非印刷テキストを作成する</link>" #: hidden_text.xhp +#, fuzzy msgctxt "" "hidden_text.xhp\n" "par_id3148603\n" "10\n" "help.text" msgid "<link href=\"text/swriter/01/04090000.xhp\" name=\"Insert - Fields - Other\">Insert - Fields - More Fields</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/04090000.xhp\" name=\"挿入 → フィールド → その他\">挿入 → フィールド → その他</link>" #: hidden_text.xhp msgctxt "" @@ -9074,13 +9096,14 @@ msgid "Click in the document where you want to insert the scanned image." msgstr "ドキュメント上で、スキャン画像を挿入する位置にカーソルを移動します。" #: insert_graphic_scan.xhp +#, fuzzy msgctxt "" "insert_graphic_scan.xhp\n" "par_id3155864\n" "5\n" "help.text" msgid "Choose <link href=\"text/shared/01/04060000.xhp\" name=\"Insert - Media - Scan\"><emph>Insert - Media - Scan</emph></link>, and choose the scanning source from the submenu." -msgstr "" +msgstr "<link href=\"text/shared/01/04060000.xhp\" name=\"挿入 - 画像 - スキャン\"><emph>挿入 - 画像 - スキャン</emph></link>を選択して、サブメニューからスキャンソースを選択します。" #: insert_graphic_scan.xhp msgctxt "" @@ -9704,12 +9727,13 @@ msgid "<variable id=\"navigator\"><link href=\"text/swriter/guide/navigator.xhp\ msgstr "<variable id=\"navigator\"><link href=\"text/swriter/guide/navigator.xhp\" name=\"文書ドキュメントのナビゲーター\">文書ドキュメントのナビゲーター</link></variable>" #: navigator.xhp +#, fuzzy msgctxt "" "navigator.xhp\n" "par_id3153402\n" "2\n" "help.text" -msgid "The Navigatordisplays the different parts of your document, such as headings, tables, frames, objects, or hyperlinks." +msgid "The Navigator displays the different parts of your document, such as headings, tables, frames, objects, or hyperlinks." msgstr "<emph>ナビゲーター</emph> には、見出し、表、テキスト枠、OLE オブジェクト、ハイパーリンクなど、ドキュメントを構成する各種の要素が表示されます。" #: navigator.xhp @@ -9939,13 +9963,14 @@ msgid "Type the text that you want to assign numbering to, for example, \"Quotat msgstr "番号を付けるテキスト (「引用番号」など) を入力します。" #: number_sequence.xhp +#, fuzzy msgctxt "" "number_sequence.xhp\n" "par_id3155048\n" "39\n" "help.text" msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab." -msgstr "" +msgstr "<item type=\"menuitem\">挿入 → フィールド → その他</item>を選択肢、<item type=\"menuitem\">変数</item>タブをクリックします。" #: number_sequence.xhp msgctxt "" @@ -10414,8 +10439,8 @@ msgctxt "" "par_id3148691\n" "22\n" "help.text" -msgid "Enter the number you want the list to start with in the <item type=\"menuitem\">Start </item> <item type=\"menuitem\">at</item> box." -msgstr "そのリストで開始したい数字を<item type=\"menuitem\">開始</item><item type=\"menuitem\">番号</item>ボックスに入力します。" +msgid "Enter the number you want the list to start with in the <item type=\"menuitem\">Start at</item> box." +msgstr "" #: numbering_paras.xhp msgctxt "" @@ -11792,8 +11817,8 @@ msgctxt "" "print_preview.xhp\n" "bm_id3155179\n" "help.text" -msgid "<bookmark_value>printing; previews</bookmark_value> <bookmark_value>previews; print layouts</bookmark_value> <bookmark_value>print layout checks</bookmark_value> <bookmark_value>book view</bookmark_value> <bookmark_value>pages;previews</bookmark_value> <bookmark_value>printing;previews</bookmark_value>" -msgstr "" +msgid "<bookmark_value>printing; previews</bookmark_value> <bookmark_value>previews; print layouts</bookmark_value> <bookmark_value>print layout checks</bookmark_value> <bookmark_value>book view</bookmark_value> <bookmark_value>pages;previews</bookmark_value>" +msgstr "<bookmark_value>印刷; プレビュー</bookmark_value><bookmark_value>プレビュー; 印刷レイアウト</bookmark_value><bookmark_value>印刷レイアウトチェック</bookmark_value><bookmark_value>書籍ビュー</bookmark_value><bookmark_value>ページ; プレビュー</bookmark_value>" #: print_preview.xhp msgctxt "" @@ -11815,13 +11840,14 @@ msgid "Choose <emph>File</emph> - <emph>Print Preview</emph>." msgstr "メニュー <emph>ファイル → 印刷プレビュー</emph> を選択します。" #: print_preview.xhp +#, fuzzy msgctxt "" "print_preview.xhp\n" "par_id3155055\n" "35\n" "help.text" msgid "Use the zoom icons on the <emph>Print Preview</emph> bar to reduce or enlarge the view of the page." -msgstr "" +msgstr "表示の拡大や縮小は、<emph>印刷プレビュー</emph> バーのズームアイコンで行えます。" #: print_preview.xhp msgctxt "" @@ -11832,22 +11858,24 @@ msgid "To print your document scaled down, set the print options on the <emph>Pa msgstr "ドキュメントを縮小して印刷するには、メニュー <item type=\"menuitem\">ファイル → 印刷</item> ダイアログの <emph>ページレイアウト</emph> タブを選択し、印刷の設定を行ってください。" #: print_preview.xhp +#, fuzzy msgctxt "" "print_preview.xhp\n" "par_id3145093\n" "36\n" "help.text" msgid "Use the arrow keys or the arrow icons on the <emph>Print Preview</emph> bar to scroll through the document." -msgstr "" +msgstr "ドキュメントの表示ページは、矢印キーおよび、<emph>印刷プレビュー</emph> バーの矢印アイコンを使用して移動できます。" #: print_preview.xhp +#, fuzzy msgctxt "" "print_preview.xhp\n" "par_id3154265\n" "37\n" "help.text" msgid "<link href=\"text/swriter/01/01120000.xhp\" name=\"File - Print Preview\">File - Print Preview</link>." -msgstr "" +msgstr "<link href=\"text/swriter/01/01120000.xhp\" name=\"ファイル → 印刷プレビュー\">ファイル → 印刷プレビュー</link>。" #: print_small.xhp msgctxt "" @@ -11929,13 +11957,14 @@ msgid "Click <emph>Print</emph>." msgstr "<emph>オプション</emph> をクリックします。" #: print_small.xhp +#, fuzzy msgctxt "" "print_small.xhp\n" "par_id3150004\n" "23\n" "help.text" msgid "<link href=\"text/swriter/main0210.xhp\" name=\"File - Print Preview\">File - Print Preview</link>" -msgstr "" +msgstr "<link href=\"text/swriter/main0210.xhp\" name=\"ファイル → 印刷プレビュー\">ファイル → 印刷プレビュー</link>" #: printer_tray.xhp msgctxt "" @@ -12181,13 +12210,14 @@ msgid "Turning on protection" msgstr "保護する" #: protection.xhp +#, fuzzy msgctxt "" "protection.xhp\n" "par_id3144764\n" "32\n" "help.text" msgid "Select the text. Choose <emph>Insert - Section - Section</emph>, then under <emph>Write protection</emph> mark the <emph>Protect</emph> and <emph>With password</emph> check boxes. (If the section already exists: <emph>Format - Sections</emph>.) Enter and confirm a password of at least one character." -msgstr "" +msgstr "テキストを選択します。<emph>挿入 - セクション - セクション</emph>を選択し、<emph>書き込み保護</emph>で、<emph>書き込み保護</emph> と <emph>パスワードを使用</emph>チェックボックスにチェックを入れます。(すでにセクションが存在する場合:<emph>書式 - セクション</emph>。) パスワードを入力し、確認のためもう一度同じパスワードを入力します。" #: protection.xhp msgctxt "" @@ -13240,13 +13270,14 @@ msgid "In the <item type=\"menuitem\">Search for</item> box, type the search ter msgstr "ボックス <item type=\"menuitem\">検索テキスト</item> に、検索するテキストとワイルドカードを入力します。" #: search_regexp.xhp +#, fuzzy msgctxt "" "search_regexp.xhp\n" "par_id3156113\n" "51\n" "help.text" msgid "Click <item type=\"menuitem\">Find Next</item> or <item type=\"menuitem\">Find All</item>." -msgstr "" +msgstr "<item type=\"menuitem\">検索</item>または<item type=\"menuitem\">すべて検索</item>をクリックします。" #: search_regexp.xhp msgctxt "" @@ -17531,13 +17562,14 @@ msgid "To change the formatting of a bulleted list, choose <item type=\"menuitem msgstr "箇条書きリストの書式設定を変更するには、<item type=\"menuitem\">書式 → 箇条書きと番号付け</item>を選択します。" #: using_numbered_lists.xhp +#, fuzzy msgctxt "" "using_numbered_lists.xhp\n" "par_id3153390\n" "14\n" "help.text" msgid "For example, to change the bulleting symbol, click the <item type=\"menuitem\">Options</item> tab, click the browse button (<item type=\"menuitem\">...</item>) next to <item type=\"menuitem\">Character</item>, and then select a special character. You can also click the <item type=\"menuitem\">Image</item> tab, and then click a symbol style in the <item type=\"menuitem\">Selection</item> area." -msgstr "" +msgstr "たとえば、箇条書きの記号を変更するには、<item type=\"menuitem\">オプション</item>タブをクリックし、次に、<item type=\"menuitem\">文字</item>の横にあるブラウズボタン (<item type=\"menuitem\">...</item>) をクリック、特別文字を選択します。<item type=\"menuitem\">図</item>タブをクリックすることもできます。<item type=\"menuitem\">選択</item>領域で記号のスタイルをクリックします。" #: using_numbered_lists2.xhp msgctxt "" @@ -18420,13 +18452,14 @@ msgid "Select the object." msgstr "オブジェクトを選択します。" #: wrap.xhp +#, fuzzy msgctxt "" "wrap.xhp\n" "par_id3153396\n" "11\n" "help.text" msgid "Choose <emph>Format - Image</emph>, and then click the <link href=\"text/swriter/01/05060200.xhp\" name=\"Wrap\"><emph>Wrap</emph></link> tab." -msgstr "" +msgstr "メニュー <emph>書式 → 画像</emph> を選択して、<link href=\"text/swriter/01/05060200.xhp\" name=\"折り返し\"><emph>折り返し</emph></link> タブをクリックします。" #: wrap.xhp msgctxt "" diff --git a/source/ja/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ja/officecfg/registry/data/org/openoffice/Office/UI.po index 41d4ca1aada..c07705cb1c4 100644 --- a/source/ja/officecfg/registry/data/org/openoffice/Office/UI.po +++ b/source/ja/officecfg/registry/data/org/openoffice/Office/UI.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-06-24 17:06+0200\n" -"PO-Revision-Date: 2015-07-31 11:04+0000\n" -"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" +"POT-Creation-Date: 2015-09-01 20:20+0200\n" +"PO-Revision-Date: 2015-08-27 01:58+0000\n" +"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1438340658.000000\n" +"X-POOTLE-MTIME: 1440640701.000000\n" #: BaseWindowState.xcu msgctxt "" @@ -379,15 +379,6 @@ msgstr "ウィンドウの分割(~S)" #: CalcCommands.xcu msgctxt "" "CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Commands..uno:SplitWindow\n" -"ContextLabel\n" -"value.text" -msgid "~Split" -msgstr "分割(~S)" - -#: CalcCommands.xcu -msgctxt "" -"CalcCommands.xcu\n" "..CalcCommands.UserInterface.Commands..uno:ClearArrowDependents\n" "Label\n" "value.text" @@ -400,21 +391,12 @@ msgctxt "" "..CalcCommands.UserInterface.Commands..uno:FreezePanes\n" "Label\n" "value.text" -msgid "~Freeze Panes" +msgid "Freeze ~Rows and Columns" msgstr "" #: CalcCommands.xcu msgctxt "" "CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Commands..uno:FreezePanes\n" -"ContextLabel\n" -"value.text" -msgid "~Freeze" -msgstr "固定(~F)" - -#: CalcCommands.xcu -msgctxt "" -"CalcCommands.xcu\n" "..CalcCommands.UserInterface.Commands..uno:ShowErrors\n" "Label\n" "value.text" @@ -562,17 +544,8 @@ msgctxt "" "..CalcCommands.UserInterface.Commands..uno:SelectTables\n" "Label\n" "value.text" -msgid "~Select Sheets..." -msgstr "シートの選択(~S)..." - -#: CalcCommands.xcu -msgctxt "" -"CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Commands..uno:SelectTables\n" -"ContextLabel\n" -"value.text" -msgid "~Select..." -msgstr "選択(~S)..." +msgid "~Go to Sheet..." +msgstr "" #: CalcCommands.xcu msgctxt "" @@ -586,15 +559,6 @@ msgstr "シートイベント(~E)..." #: CalcCommands.xcu msgctxt "" "CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Commands..uno:TableEvents\n" -"ContextLabel\n" -"value.text" -msgid "~Events..." -msgstr "イベント(~E)..." - -#: CalcCommands.xcu -msgctxt "" -"CalcCommands.xcu\n" "..CalcCommands.UserInterface.Commands..uno:DataPilotFilter\n" "Label\n" "value.text" @@ -836,12 +800,13 @@ msgid "Select to Lower Block Margin" msgstr "下余白まで選択" #: CalcCommands.xcu +#, fuzzy msgctxt "" "CalcCommands.xcu\n" "..CalcCommands.UserInterface.Commands..uno:DataDataPilotRun\n" "Label\n" "value.text" -msgid "~Create Pivot Table..." +msgid "Insert Pivot Table..." msgstr "ピボットテーブルの作成(~C)..." #: CalcCommands.xcu @@ -850,8 +815,8 @@ msgctxt "" "..CalcCommands.UserInterface.Commands..uno:DataDataPilotRun\n" "ContextLabel\n" "value.text" -msgid "~Create..." -msgstr "作成(~C)..." +msgid "Pi~vot Table..." +msgstr "" #: CalcCommands.xcu msgctxt "" @@ -935,12 +900,13 @@ msgid "Ch~art..." msgstr "グラフ(~A)..." #: CalcCommands.xcu +#, fuzzy msgctxt "" "CalcCommands.xcu\n" "..CalcCommands.UserInterface.Commands..uno:InsertObjectChartFromFile\n" "Label\n" "value.text" -msgid "Chart From File" +msgid "Chart From File..." msgstr "グラフ(ファイルから)" #: CalcCommands.xcu @@ -1304,13 +1270,14 @@ msgid "Repeat Search" msgstr "再検索" #: CalcCommands.xcu +#, fuzzy msgctxt "" "CalcCommands.xcu\n" "..CalcCommands.UserInterface.Commands..uno:Remove\n" "Label\n" "value.text" -msgid "~Delete..." -msgstr "削除(~D)..." +msgid "~Delete Sheet..." +msgstr "シートの選択(~S)..." #: CalcCommands.xcu msgctxt "" @@ -1565,13 +1532,14 @@ msgid "~Chi-square Test..." msgstr "カイ二乗検定(~C)..." #: CalcCommands.xcu +#, fuzzy msgctxt "" "CalcCommands.xcu\n" "..CalcCommands.UserInterface.Commands..uno:EditHeaderAndFooter\n" "Label\n" "value.text" -msgid "~Headers & Footers..." -msgstr "ヘッダーとフッター(~H)..." +msgid "~Headers and Footers..." +msgstr "ヘッダーおよびフッター(~H)..." #: CalcCommands.xcu msgctxt "" @@ -1630,15 +1598,6 @@ msgstr "変更の記録(~R)" #: CalcCommands.xcu msgctxt "" "CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Commands..uno:InsObjCtrl\n" -"Label\n" -"value.text" -msgid "Insert Object" -msgstr "オブジェクトの挿入" - -#: CalcCommands.xcu -msgctxt "" -"CalcCommands.xcu\n" "..CalcCommands.UserInterface.Commands..uno:ShowChanges\n" "Label\n" "value.text" @@ -1763,13 +1722,14 @@ msgid "~Normal" msgstr "標準(~N)" #: CalcCommands.xcu +#, fuzzy msgctxt "" "CalcCommands.xcu\n" "..CalcCommands.UserInterface.Commands..uno:PagebreakMode\n" "Label\n" "value.text" -msgid "~Page Break Preview" -msgstr "改ページプレビュー(~P)" +msgid "~Page Break" +msgstr "改ページ(~B)" #: CalcCommands.xcu msgctxt "" @@ -1864,6 +1824,15 @@ msgstr "下線: 点線" #: CalcCommands.xcu msgctxt "" "CalcCommands.xcu\n" +"..CalcCommands.UserInterface.Commands..uno:Delete\n" +"Label\n" +"value.text" +msgid "Cle~ar Cells..." +msgstr "" + +#: CalcCommands.xcu +msgctxt "" +"CalcCommands.xcu\n" "..CalcCommands.UserInterface.Commands..uno:DeleteAllBreaks\n" "Label\n" "value.text" @@ -1997,13 +1966,24 @@ msgid "Insert ~Cells..." msgstr "セルの挿入(~C)..." #: CalcCommands.xcu +#, fuzzy msgctxt "" "CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Commands..uno:InsertCell\n" -"ContextLabel\n" +"..CalcCommands.UserInterface.Commands..uno:InsertRowsMenu\n" +"Label\n" +"value.text" +msgid "Insert ~Rows" +msgstr "行の挿入(~R)" + +#: CalcCommands.xcu +#, fuzzy +msgctxt "" +"CalcCommands.xcu\n" +"..CalcCommands.UserInterface.Commands..uno:InsertColumnsMenu\n" +"Label\n" "value.text" -msgid "~Cells..." -msgstr "セル(~C)..." +msgid "Insert Co~lumns" +msgstr "列の挿入(~L)" #: CalcCommands.xcu msgctxt "" @@ -2020,8 +2000,27 @@ msgctxt "" "..CalcCommands.UserInterface.Commands..uno:InsertRows\n" "ContextLabel\n" "value.text" -msgid "~Rows" -msgstr "行(~R)" +msgid "Rows ~Above" +msgstr "" + +#: CalcCommands.xcu +#, fuzzy +msgctxt "" +"CalcCommands.xcu\n" +"..CalcCommands.UserInterface.Commands..uno:InsertRowsBefore\n" +"Label\n" +"value.text" +msgid "Insert ~Rows Above" +msgstr "上に行を挿入(~R)" + +#: CalcCommands.xcu +msgctxt "" +"CalcCommands.xcu\n" +"..CalcCommands.UserInterface.Commands..uno:InsertRowsBefore\n" +"ContextLabel\n" +"value.text" +msgid "Rows ~Above" +msgstr "" #: CalcCommands.xcu msgctxt "" @@ -2038,44 +2037,83 @@ msgctxt "" "..CalcCommands.UserInterface.Commands..uno:InsertColumns\n" "ContextLabel\n" "value.text" -msgid "Co~lumns" -msgstr "列(~L)" +msgid "Columns ~Left" +msgstr "" #: CalcCommands.xcu +#, fuzzy msgctxt "" "CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Commands..uno:Insert\n" +"..CalcCommands.UserInterface.Commands..uno:InsertColumnsBefore\n" "Label\n" "value.text" -msgid "Insert ~Sheet..." -msgstr "シートを挿入(~S)..." +msgid "Insert Co~lumns Left" +msgstr "左に列を挿入(~L)" #: CalcCommands.xcu msgctxt "" "CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Commands..uno:Insert\n" +"..CalcCommands.UserInterface.Commands..uno:InsertColumnsBefore\n" "ContextLabel\n" "value.text" -msgid "~Sheet..." -msgstr "シート(~S)..." +msgid "Columns ~Left" +msgstr "" #: CalcCommands.xcu +#, fuzzy msgctxt "" "CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Commands..uno:InsertSheetFromFile\n" +"..CalcCommands.UserInterface.Commands..uno:InsertRowsAfter\n" "Label\n" "value.text" -msgid "Insert Shee~t From File..." -msgstr "ファイルからシートを挿入(~T)..." +msgid "Insert ~Rows Below" +msgstr "下に行を挿入" #: CalcCommands.xcu msgctxt "" "CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Commands..uno:InsertSheetFromFile\n" +"..CalcCommands.UserInterface.Commands..uno:InsertRowsAfter\n" +"ContextLabel\n" +"value.text" +msgid "Rows ~Below" +msgstr "" + +#: CalcCommands.xcu +#, fuzzy +msgctxt "" +"CalcCommands.xcu\n" +"..CalcCommands.UserInterface.Commands..uno:InsertColumnsAfter\n" +"Label\n" +"value.text" +msgid "Insert Co~lumns Right" +msgstr "右に列を挿入" + +#: CalcCommands.xcu +msgctxt "" +"CalcCommands.xcu\n" +"..CalcCommands.UserInterface.Commands..uno:InsertColumnsAfter\n" "ContextLabel\n" "value.text" -msgid "Shee~t From File..." -msgstr "ファイル内のシート(~T)..." +msgid "Columns ~Right" +msgstr "" + +#: CalcCommands.xcu +msgctxt "" +"CalcCommands.xcu\n" +"..CalcCommands.UserInterface.Commands..uno:Insert\n" +"Label\n" +"value.text" +msgid "Insert ~Sheet..." +msgstr "シートを挿入(~S)..." + +#: CalcCommands.xcu +msgctxt "" +"CalcCommands.xcu\n" +"..CalcCommands.UserInterface.Commands..uno:InsertSheetFromFile\n" +"Label\n" +"value.text" +msgid "Insert Shee~t From File..." +msgstr "ファイルからシートを挿入(~T)..." #: CalcCommands.xcu msgctxt "" @@ -2348,35 +2386,18 @@ msgid "~Hide Sheets" msgstr "シートを非表示(~H)" #: CalcCommands.xcu -msgctxt "" -"CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Commands..uno:Hide\n" -"ContextLabel\n" -"value.text" -msgid "~Hide" -msgstr "非表示(~H)" - -#: CalcCommands.xcu +#, fuzzy msgctxt "" "CalcCommands.xcu\n" "..CalcCommands.UserInterface.Commands..uno:Show\n" "Label\n" "value.text" -msgid "~Show Sheets..." +msgid "~Show Sheet..." msgstr "シートを表示(~S)..." #: CalcCommands.xcu msgctxt "" "CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Commands..uno:Show\n" -"ContextLabel\n" -"value.text" -msgid "~Show..." -msgstr "表示(~S)..." - -#: CalcCommands.xcu -msgctxt "" -"CalcCommands.xcu\n" "..CalcCommands.UserInterface.Commands..uno:MergeCells\n" "Label\n" "value.text" @@ -2429,13 +2450,14 @@ msgid "Standard Text Attributes" msgstr "標準テキスト属性の設定" #: CalcCommands.xcu +#, fuzzy msgctxt "" "CalcCommands.xcu\n" "..CalcCommands.UserInterface.Commands..uno:TextAttributes\n" "Label\n" "value.text" -msgid "Define Text Attributes" -msgstr "テキスト属性の指定" +msgid "~Text..." +msgstr "テキスト(~X)..." #: CalcCommands.xcu msgctxt "" @@ -2476,29 +2498,11 @@ msgstr "シートの保護(~S)..." #: CalcCommands.xcu msgctxt "" "CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Commands..uno:Protect\n" -"ContextLabel\n" -"value.text" -msgid "~Sheet..." -msgstr "シート(~S)..." - -#: CalcCommands.xcu -msgctxt "" -"CalcCommands.xcu\n" "..CalcCommands.UserInterface.Commands..uno:ToolProtectionDocument\n" "Label\n" "value.text" -msgid "Protect ~Document..." -msgstr "ドキュメントの保護(~D)..." - -#: CalcCommands.xcu -msgctxt "" -"CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Commands..uno:ToolProtectionDocument\n" -"ContextLabel\n" -"value.text" -msgid "~Document..." -msgstr "ドキュメント(~D)..." +msgid "Protect ~Spreadsheet..." +msgstr "" #: CalcCommands.xcu msgctxt "" @@ -2773,15 +2777,6 @@ msgstr "シートの名前を変更(~R)..." #: CalcCommands.xcu msgctxt "" "CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Commands..uno:RenameTable\n" -"ContextLabel\n" -"value.text" -msgid "~Rename..." -msgstr "名前の変更(~R)..." - -#: CalcCommands.xcu -msgctxt "" -"CalcCommands.xcu\n" "..CalcCommands.UserInterface.Commands..uno:Name\n" "Label\n" "value.text" @@ -2794,17 +2789,8 @@ msgctxt "" "..CalcCommands.UserInterface.Commands..uno:SetTabBgColor\n" "Label\n" "value.text" -msgid "~Tab Color..." -msgstr "タブの色(~T)..." - -#: CalcCommands.xcu -msgctxt "" -"CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Commands..uno:SetTabBgColor\n" -"ContextLabel\n" -"value.text" -msgid "~Tab Color..." -msgstr "タブの色(~T)..." +msgid "Sheet ~Tab Color..." +msgstr "" #: CalcCommands.xcu msgctxt "" @@ -2816,26 +2802,18 @@ msgid "Tab Color" msgstr "タブの色" #: CalcCommands.xcu +#, fuzzy msgctxt "" "CalcCommands.xcu\n" "..CalcCommands.UserInterface.Commands..uno:Move\n" "Label\n" "value.text" -msgid "~Move/Copy Sheet..." +msgid "~Move or Copy Sheet..." msgstr "シートを移動またはコピー(~M)..." #: CalcCommands.xcu msgctxt "" "CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Commands..uno:Move\n" -"ContextLabel\n" -"value.text" -msgid "~Move/Copy..." -msgstr "移動またはコピー(~M)..." - -#: CalcCommands.xcu -msgctxt "" -"CalcCommands.xcu\n" "..CalcCommands.UserInterface.Commands..uno:TableSelectAll\n" "Label\n" "value.text" @@ -3208,8 +3186,8 @@ msgctxt "" "..CalcCommands.UserInterface.Commands..uno:ShareDocument\n" "Label\n" "value.text" -msgid "S~hare Document..." -msgstr "ドキュメントの共有(~H)..." +msgid "S~hare Spreadsheet..." +msgstr "" #: CalcCommands.xcu msgctxt "" @@ -3217,8 +3195,8 @@ msgctxt "" "..CalcCommands.UserInterface.Commands..uno:ToggleSheetGrid\n" "Label\n" "value.text" -msgid "Toggle Grid Lines for Current Sheet" -msgstr "現在のシートでグリッド線を切り替え" +msgid "Grid Lines for Sheet" +msgstr "" #: CalcCommands.xcu msgctxt "" @@ -3275,13 +3253,14 @@ msgid "~Detective" msgstr "トレース(~D)" #: CalcCommands.xcu +#, fuzzy msgctxt "" "CalcCommands.xcu\n" "..CalcCommands.UserInterface.Popups..uno:InsertBreakMenu\n" "Label\n" "value.text" -msgid "Page ~Break" -msgstr "改ページ(~B)" +msgid "Insert Page ~Break" +msgstr "改ページの挿入" #: CalcCommands.xcu msgctxt "" @@ -3307,17 +3286,18 @@ msgctxt "" "..CalcCommands.UserInterface.Popups..uno:FillCellsMenu\n" "Label\n" "value.text" -msgid "Fill" -msgstr "連続データ" +msgid "F~ill Cells" +msgstr "" #: CalcCommands.xcu +#, fuzzy msgctxt "" "CalcCommands.xcu\n" "..CalcCommands.UserInterface.Popups..uno:CellContentsMenu\n" "Label\n" "value.text" -msgid "Cell Co~ntents" -msgstr "セルの内容(~N)" +msgid "Ca~lculate" +msgstr "計算(~E)" #: CalcCommands.xcu msgctxt "" @@ -3325,8 +3305,18 @@ msgctxt "" "..CalcCommands.UserInterface.Popups..uno:NamesMenu\n" "Label\n" "value.text" -msgid "~Names" -msgstr "名前(~N)" +msgid "~Named Expressions" +msgstr "" + +#: CalcCommands.xcu +#, fuzzy +msgctxt "" +"CalcCommands.xcu\n" +"..CalcCommands.UserInterface.Popups..uno:EditAnnotation\n" +"Label\n" +"value.text" +msgid "Edit Comment" +msgstr "次のコメント" #: CalcCommands.xcu msgctxt "" @@ -3352,8 +3342,8 @@ msgctxt "" "..CalcCommands.UserInterface.Popups..uno:FilterMenu\n" "Label\n" "value.text" -msgid "~Filter" -msgstr "フィルター(~F)" +msgid "More ~Filters" +msgstr "" #: CalcCommands.xcu msgctxt "" @@ -3421,29 +3411,29 @@ msgstr "シート(~S)" #: CalcCommands.xcu msgctxt "" "CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Popups..uno:MergeCellsMenu\n" +"..CalcCommands.UserInterface.Popups..uno:SheetCommentMenu\n" "Label\n" "value.text" -msgid "M~erge Cells" -msgstr "セルの結合(~E)" +msgid "Cell ~Comment" +msgstr "" #: CalcCommands.xcu msgctxt "" "CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Popups..uno:PrintRangesMenu\n" +"..CalcCommands.UserInterface.Popups..uno:MergeCellsMenu\n" "Label\n" "value.text" -msgid "Pri~nt Ranges" -msgstr "印刷範囲(~N)" +msgid "M~erge Cells" +msgstr "セルの結合(~E)" #: CalcCommands.xcu msgctxt "" "CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Popups..uno:FormatObjectMenu\n" +"..CalcCommands.UserInterface.Popups..uno:PrintRangesMenu\n" "Label\n" "value.text" -msgid "O~bject" -msgstr "オブジェクト(~B)" +msgid "Pri~nt Ranges" +msgstr "印刷範囲(~N)" #: CalcCommands.xcu msgctxt "" @@ -5933,11 +5923,20 @@ msgstr "白黒モード" #: DrawImpressCommands.xcu msgctxt "" "DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Commands..uno:SlideMenu\n" +"Label\n" +"value.text" +msgid "S~lide" +msgstr "" + +#: DrawImpressCommands.xcu +msgctxt "" +"DrawImpressCommands.xcu\n" "..DrawImpressCommands.UserInterface.Commands..uno:RenamePage\n" "Label\n" "value.text" -msgid "Rename Slide" -msgstr "ページの名前変更" +msgid "Rename Page/Slide" +msgstr "" #: DrawImpressCommands.xcu msgctxt "" @@ -6408,12 +6407,13 @@ msgid "Reset Routing" msgstr "コネクターを接続しなおす" #: DrawImpressCommands.xcu +#, fuzzy msgctxt "" "DrawImpressCommands.xcu\n" "..DrawImpressCommands.UserInterface.Commands..uno:DuplicatePage\n" "Label\n" "value.text" -msgid "Duplicate ~Slide" +msgid "Duplicate Page/~Slide" msgstr "スライドの複製(~S)" #: DrawImpressCommands.xcu @@ -6737,8 +6737,8 @@ msgctxt "" "..DrawImpressCommands.UserInterface.Commands..uno:PageSetup\n" "ContextLabel\n" "value.text" -msgid "~Page..." -msgstr "ページ(~P)..." +msgid "~Page/Slide Properties..." +msgstr "" #: DrawImpressCommands.xcu msgctxt "" @@ -6827,8 +6827,8 @@ msgctxt "" "..DrawImpressCommands.UserInterface.Commands..uno:InsertPage\n" "Label\n" "value.text" -msgid "Slid~e" -msgstr "スライド(~E)" +msgid "New Page/Slid~e" +msgstr "" #: DrawImpressCommands.xcu msgctxt "" @@ -7133,17 +7133,18 @@ msgctxt "" "..DrawImpressCommands.UserInterface.Commands..uno:NotesMode\n" "Label\n" "value.text" -msgid "Notes ~Page" -msgstr "ノート(~P)" +msgid "Notes" +msgstr "" #: DrawImpressCommands.xcu +#, fuzzy msgctxt "" "DrawImpressCommands.xcu\n" "..DrawImpressCommands.UserInterface.Commands..uno:HandoutMode\n" "Label\n" "value.text" -msgid "H~andout Page" -msgstr "配付資料(~A)" +msgid "H~andout Master" +msgstr "配付資料マスター(~H)" #: DrawImpressCommands.xcu msgctxt "" @@ -7151,8 +7152,8 @@ msgctxt "" "..DrawImpressCommands.UserInterface.Commands..uno:DeletePage\n" "Label\n" "value.text" -msgid "D~elete Slide" -msgstr "スライドの削除(~E)" +msgid "D~elete Page/Slide" +msgstr "" #: DrawImpressCommands.xcu msgctxt "" @@ -7778,6 +7779,33 @@ msgstr "画像の圧縮(~M)..." #: DrawImpressCommands.xcu msgctxt "" "DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Commands..uno:SelectBackground\n" +"Label\n" +"value.text" +msgid "Background Image..." +msgstr "" + +#: DrawImpressCommands.xcu +msgctxt "" +"DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Commands..uno:DisplayMasterBackground\n" +"Label\n" +"value.text" +msgid "Display Background of Master" +msgstr "" + +#: DrawImpressCommands.xcu +msgctxt "" +"DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Commands..uno:DisplayMasterObjects\n" +"Label\n" +"value.text" +msgid "Display Objects from Master" +msgstr "" + +#: DrawImpressCommands.xcu +msgctxt "" +"DrawImpressCommands.xcu\n" "..DrawImpressCommands.UserInterface.Commands..uno:EditStyle\n" "Label\n" "value.text" @@ -8390,42 +8418,6 @@ msgstr "表(~T)..." #: DrawImpressCommands.xcu msgctxt "" "DrawImpressCommands.xcu\n" -"..DrawImpressCommands.UserInterface.Popups..uno:Grow\n" -"Label\n" -"value.text" -msgid "Increase Font Size" -msgstr "" - -#: DrawImpressCommands.xcu -msgctxt "" -"DrawImpressCommands.xcu\n" -"..DrawImpressCommands.UserInterface.Popups..uno:Grow\n" -"ContextLabel\n" -"value.text" -msgid "Increase Size" -msgstr "サイズの拡大" - -#: DrawImpressCommands.xcu -msgctxt "" -"DrawImpressCommands.xcu\n" -"..DrawImpressCommands.UserInterface.Popups..uno:Shrink\n" -"Label\n" -"value.text" -msgid "Decrease Font Size" -msgstr "" - -#: DrawImpressCommands.xcu -msgctxt "" -"DrawImpressCommands.xcu\n" -"..DrawImpressCommands.UserInterface.Popups..uno:Shrink\n" -"ContextLabel\n" -"value.text" -msgid "Decrease Size" -msgstr "サイズの縮小" - -#: DrawImpressCommands.xcu -msgctxt "" -"DrawImpressCommands.xcu\n" "..DrawImpressCommands.UserInterface.Popups..uno:UnderlineDouble\n" "Label\n" "value.text" @@ -8513,6 +8505,154 @@ msgctxt "" msgid "Minimize ~Presentation..." msgstr "プレゼンテーションの軽量化(~P)..." +#: DrawImpressCommands.xcu +#, fuzzy +msgctxt "" +"DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Popups..uno:FirstPage\n" +"Label\n" +"value.text" +msgid "First Page" +msgstr "最初のページ" + +#: DrawImpressCommands.xcu +msgctxt "" +"DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Popups..uno:FirstPage\n" +"ContextLabel\n" +"value.text" +msgid "Go to the first page" +msgstr "" + +#: DrawImpressCommands.xcu +#, fuzzy +msgctxt "" +"DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Popups..uno:PreviousPage\n" +"Label\n" +"value.text" +msgid "Previous Page" +msgstr "前のページ" + +#: DrawImpressCommands.xcu +msgctxt "" +"DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Popups..uno:PreviousPage\n" +"ContextLabel\n" +"value.text" +msgid "Go to the previous page" +msgstr "" + +#: DrawImpressCommands.xcu +#, fuzzy +msgctxt "" +"DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Popups..uno:NextPage\n" +"Label\n" +"value.text" +msgid "Next Page" +msgstr "次のページ" + +#: DrawImpressCommands.xcu +msgctxt "" +"DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Popups..uno:NextPage\n" +"ContextLabel\n" +"value.text" +msgid "Go to the next page" +msgstr "" + +#: DrawImpressCommands.xcu +#, fuzzy +msgctxt "" +"DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Popups..uno:LastPage\n" +"Label\n" +"value.text" +msgid "Last Page" +msgstr "最後のページ" + +#: DrawImpressCommands.xcu +msgctxt "" +"DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Popups..uno:LastPage\n" +"ContextLabel\n" +"value.text" +msgid "Go to the last page" +msgstr "" + +#: DrawImpressCommands.xcu +msgctxt "" +"DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Popups..uno:MovePageFirst\n" +"Label\n" +"value.text" +msgid "Move Page First" +msgstr "" + +#: DrawImpressCommands.xcu +msgctxt "" +"DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Popups..uno:MovePageFirst\n" +"ContextLabel\n" +"value.text" +msgid "Move the selected pages to the first position" +msgstr "" + +#: DrawImpressCommands.xcu +msgctxt "" +"DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Popups..uno:MovePageUp\n" +"Label\n" +"value.text" +msgid "Move Page Up" +msgstr "" + +#: DrawImpressCommands.xcu +msgctxt "" +"DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Popups..uno:MovePageUp\n" +"ContextLabel\n" +"value.text" +msgid "Move the selected pages up" +msgstr "" + +#: DrawImpressCommands.xcu +msgctxt "" +"DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Popups..uno:MovePageDown\n" +"Label\n" +"value.text" +msgid "Move Page Down" +msgstr "" + +#: DrawImpressCommands.xcu +msgctxt "" +"DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Popups..uno:MovePageDown\n" +"ContextLabel\n" +"value.text" +msgid "Move the selected pages down" +msgstr "" + +#: DrawImpressCommands.xcu +msgctxt "" +"DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Popups..uno:MovePageLast\n" +"Label\n" +"value.text" +msgid "Move Page Last" +msgstr "" + +#: DrawImpressCommands.xcu +msgctxt "" +"DrawImpressCommands.xcu\n" +"..DrawImpressCommands.UserInterface.Popups..uno:MovePageLast\n" +"ContextLabel\n" +"value.text" +msgid "Move the selected pages to the last position" +msgstr "" + #: DrawWindowState.xcu msgctxt "" "DrawWindowState.xcu\n" @@ -12287,6 +12427,15 @@ msgstr "新しいプレゼンテーション" #: GenericCommands.xcu msgctxt "" "GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:UnicodeNotationToggle\n" +"Label\n" +"value.text" +msgid "Toggle Unicode Notation" +msgstr "" + +#: GenericCommands.xcu +msgctxt "" +"GenericCommands.xcu\n" "..GenericCommands.UserInterface.Commands..uno:FontworkGalleryFloater\n" "Label\n" "value.text" @@ -13851,6 +14000,46 @@ msgid "Bold" msgstr "太字" #: GenericCommands.xcu +#, fuzzy +msgctxt "" +"GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:Grow\n" +"Label\n" +"value.text" +msgid "Increase Font Size" +msgstr "文字の拡大" + +#: GenericCommands.xcu +#, fuzzy +msgctxt "" +"GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:Grow\n" +"ContextLabel\n" +"value.text" +msgid "Increase Size" +msgstr "サイズの拡大" + +#: GenericCommands.xcu +#, fuzzy +msgctxt "" +"GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:Shrink\n" +"Label\n" +"value.text" +msgid "Decrease Font Size" +msgstr "文字の縮小" + +#: GenericCommands.xcu +#, fuzzy +msgctxt "" +"GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:Shrink\n" +"ContextLabel\n" +"value.text" +msgid "Decrease Size" +msgstr "サイズの縮小" + +#: GenericCommands.xcu msgctxt "" "GenericCommands.xcu\n" "..GenericCommands.UserInterface.Commands..uno:ModuleDialog\n" @@ -14528,6 +14717,24 @@ msgstr "開く(~O)..." #: GenericCommands.xcu msgctxt "" "GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:OpenRemote\n" +"Label\n" +"value.text" +msgid "~Open Remote File..." +msgstr "" + +#: GenericCommands.xcu +msgctxt "" +"GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:SaveAsRemote\n" +"Label\n" +"value.text" +msgid "~Save to Remote Server" +msgstr "" + +#: GenericCommands.xcu +msgctxt "" +"GenericCommands.xcu\n" "..GenericCommands.UserInterface.Commands..uno:CircleCut\n" "Label\n" "value.text" @@ -15127,8 +15334,8 @@ msgctxt "" "..GenericCommands.UserInterface.Commands..uno:OutlineFormat\n" "Label\n" "value.text" -msgid "Formatting On/Off" -msgstr "書式設定のオン/オフ" +msgid "Show Formatting" +msgstr "" #: GenericCommands.xcu msgctxt "" @@ -15136,8 +15343,8 @@ msgctxt "" "..GenericCommands.UserInterface.Commands..uno:OutlineCollapseAll\n" "Label\n" "value.text" -msgid "First Level" -msgstr "最初のレベル" +msgid "Show Only First Level" +msgstr "" #: GenericCommands.xcu msgctxt "" @@ -15149,12 +15356,13 @@ msgid "~Bullets and Numbering..." msgstr "箇条書きと番号付け(~B)..." #: GenericCommands.xcu +#, fuzzy msgctxt "" "GenericCommands.xcu\n" "..GenericCommands.UserInterface.Commands..uno:EditDoc\n" "Label\n" "value.text" -msgid "Ed~it Mode" +msgid "E~dit Mode" msgstr "編集モード(~I)" #: GenericCommands.xcu @@ -15172,8 +15380,17 @@ msgctxt "" "..GenericCommands.UserInterface.Commands..uno:BrowseView\n" "Label\n" "value.text" -msgid "~Web Layout" -msgstr "~Web レイアウト" +msgid "~Web View" +msgstr "" + +#: GenericCommands.xcu +msgctxt "" +"GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:BrowseView\n" +"ContextLabel\n" +"value.text" +msgid "~Web" +msgstr "" #: GenericCommands.xcu msgctxt "" @@ -15293,6 +15510,16 @@ msgid "Time Field" msgstr "時刻フィールド" #: GenericCommands.xcu +#, fuzzy +msgctxt "" +"GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:EditStyle\n" +"Label\n" +"value.text" +msgid "~Edit Style..." +msgstr "スタイルの編集(~D)..." + +#: GenericCommands.xcu msgctxt "" "GenericCommands.xcu\n" "..GenericCommands.UserInterface.Commands..uno:StyleNewByExample\n" @@ -15875,8 +16102,8 @@ msgctxt "" "..GenericCommands.UserInterface.Commands..uno:OutlineExpandAll\n" "Label\n" "value.text" -msgid "All Levels" -msgstr "すべてのレベル" +msgid "Show All Levels" +msgstr "" #: GenericCommands.xcu msgctxt "" @@ -15902,8 +16129,8 @@ msgctxt "" "..GenericCommands.UserInterface.Commands..uno:ClearOutline\n" "Label\n" "value.text" -msgid "~Remove" -msgstr "削除(~R)" +msgid "~Remove Outline" +msgstr "" #: GenericCommands.xcu msgctxt "" @@ -15951,6 +16178,25 @@ msgid "F~ull Screen" msgstr "全画面表示(~U)" #: GenericCommands.xcu +#, fuzzy +msgctxt "" +"GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:InsertFrameMenu\n" +"Label\n" +"value.text" +msgid "~Frame" +msgstr "フレーム" + +#: GenericCommands.xcu +msgctxt "" +"GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:InsertFootnotesMenu\n" +"Label\n" +"value.text" +msgid "Footnote and En~dnote" +msgstr "" + +#: GenericCommands.xcu msgctxt "" "GenericCommands.xcu\n" "..GenericCommands.UserInterface.Commands..uno:FormatImageMenu\n" @@ -15960,13 +16206,34 @@ msgid "~Image" msgstr "画像(~I)" #: GenericCommands.xcu +#, fuzzy +msgctxt "" +"GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:FormatImageFiltersMenu\n" +"Label\n" +"value.text" +msgid "~Filters" +msgstr "フィルター(~F)" + +#: GenericCommands.xcu +#, fuzzy +msgctxt "" +"GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:FormatImageModeMenu\n" +"Label\n" +"value.text" +msgid "Mo~de" +msgstr "モード" + +#: GenericCommands.xcu +#, fuzzy msgctxt "" "GenericCommands.xcu\n" "..GenericCommands.UserInterface.Commands..uno:FormatTextMenu\n" "Label\n" "value.text" -msgid "Te~xt" -msgstr "テキスト(~X)" +msgid "~Text" +msgstr "テキスト" #: GenericCommands.xcu msgctxt "" @@ -15980,6 +16247,34 @@ msgstr "間隔(~S)" #: GenericCommands.xcu msgctxt "" "GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:FormatBulletsMenu\n" +"Label\n" +"value.text" +msgid "Lis~ts" +msgstr "" + +#: GenericCommands.xcu +#, fuzzy +msgctxt "" +"GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:FormatStylesMenu\n" +"Label\n" +"value.text" +msgid "~Styles" +msgstr "スタイルとテンプレート(~E)" + +#: GenericCommands.xcu +msgctxt "" +"GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:FormatFrameMenu\n" +"Label\n" +"value.text" +msgid "Frame and OLE Ob~ject" +msgstr "" + +#: GenericCommands.xcu +msgctxt "" +"GenericCommands.xcu\n" "..GenericCommands.UserInterface.Commands..uno:InsertGraphic\n" "Label\n" "value.text" @@ -16059,15 +16354,36 @@ msgid "Show Draw Functions" msgstr "図形描画機能" #: GenericCommands.xcu +#, fuzzy msgctxt "" "GenericCommands.xcu\n" "..GenericCommands.UserInterface.Commands..uno:ShapesMenu\n" "Label\n" "value.text" -msgid "~Shapes" +msgid "~Shape" msgstr "シェイプ(~S)" #: GenericCommands.xcu +#, fuzzy +msgctxt "" +"GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:RulerMenu\n" +"Label\n" +"value.text" +msgid "~Ruler" +msgstr "ルーラー(~R)" + +#: GenericCommands.xcu +#, fuzzy +msgctxt "" +"GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:ScrollBarMenu\n" +"Label\n" +"value.text" +msgid "~Scrollbars" +msgstr "スクロールバー" + +#: GenericCommands.xcu msgctxt "" "GenericCommands.xcu\n" "..GenericCommands.UserInterface.Commands..uno:NewFrameSet\n" @@ -16293,13 +16609,14 @@ msgid "~Video..." msgstr "ビデオ(~V)..." #: GenericCommands.xcu +#, fuzzy msgctxt "" "GenericCommands.xcu\n" "..GenericCommands.UserInterface.Commands..uno:HyperlinkDialog\n" "Label\n" "value.text" -msgid "~Hyperlink" -msgstr "ハイパーリンク(~H)" +msgid "~Hyperlink..." +msgstr "ハイパーリンク(~Y)..." #: GenericCommands.xcu msgctxt "" @@ -16322,6 +16639,24 @@ msgstr "1つにして引く(~S)" #: GenericCommands.xcu msgctxt "" "GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:EqualizeWidth\n" +"Label\n" +"value.text" +msgid "Equalize ~Width" +msgstr "" + +#: GenericCommands.xcu +msgctxt "" +"GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Commands..uno:EqualizeHeight\n" +"Label\n" +"value.text" +msgid "Equalize ~Height" +msgstr "" + +#: GenericCommands.xcu +msgctxt "" +"GenericCommands.xcu\n" "..GenericCommands.UserInterface.Commands..uno:SuperScript\n" "Label\n" "value.text" @@ -17478,7 +17813,7 @@ msgctxt "" "Label\n" "value.text" msgid "As~ian phonetic guide..." -msgstr "ルビ(~I)" +msgstr "ルビ(~I)..." #: GenericCommands.xcu msgctxt "" @@ -19083,13 +19418,24 @@ msgid "~File" msgstr "ファイル(~F)" #: GenericCommands.xcu +#, fuzzy msgctxt "" "GenericCommands.xcu\n" "..GenericCommands.UserInterface.Popups..uno:ObjectAlign\n" "Label\n" "value.text" -msgid "Alignmen~t" -msgstr "配置(~T)" +msgid "Alig~n" +msgstr "配置" + +#: GenericCommands.xcu +#, fuzzy +msgctxt "" +"GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Popups..uno:TextAlign\n" +"Label\n" +"value.text" +msgid "Alig~n" +msgstr "配置" #: GenericCommands.xcu msgctxt "" @@ -19211,6 +19557,35 @@ msgstr "変更の追跡(~G)" #: GenericCommands.xcu msgctxt "" "GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Popups..uno:EditLinksMenu\n" +"Label\n" +"value.text" +msgid "~References" +msgstr "" + +#: GenericCommands.xcu +#, fuzzy +msgctxt "" +"GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Popups..uno:EditCommentsMenu\n" +"Label\n" +"value.text" +msgid "C~omment" +msgstr "コメント(~E)" + +#: GenericCommands.xcu +#, fuzzy +msgctxt "" +"GenericCommands.xcu\n" +"..GenericCommands.UserInterface.Popups..uno:FormatImageFilterMenu\n" +"Label\n" +"value.text" +msgid "~Filter" +msgstr "フィルター(~F)" + +#: GenericCommands.xcu +msgctxt "" +"GenericCommands.xcu\n" "..GenericCommands.UserInterface.Popups..uno:ToolsMenu\n" "Label\n" "value.text" @@ -19254,12 +19629,13 @@ msgid "~Toolbars" msgstr "ツールバー(~T)" #: GenericCommands.xcu +#, fuzzy msgctxt "" "GenericCommands.xcu\n" "..GenericCommands.UserInterface.Popups..uno:FieldMenu\n" "Label\n" "value.text" -msgid "Fiel~ds" +msgid "Fiel~d" msgstr "フィールド(~D)" #: GenericCommands.xcu @@ -20066,6 +20442,15 @@ msgstr "数式のインポート(~I)..." #: MathCommands.xcu msgctxt "" "MathCommands.xcu\n" +"..MathCommands.UserInterface.Commands..uno:ImportMathMLClipboard\n" +"Label\n" +"value.text" +msgid "Import MathML from Clipboard" +msgstr "" + +#: MathCommands.xcu +msgctxt "" +"MathCommands.xcu\n" "..MathCommands.UserInterface.Commands..uno:FitInWindow\n" "Label\n" "value.text" @@ -20145,13 +20530,14 @@ msgid "Previous ~Marker" msgstr "前のマーカー(~M)" #: MathCommands.xcu +#, fuzzy msgctxt "" "MathCommands.xcu\n" "..MathCommands.UserInterface.Commands..uno:SymbolCatalogue\n" "Label\n" "value.text" -msgid "~Catalog..." -msgstr "カタログ(~C)..." +msgid "~Symbols…" +msgstr "記号" #: MathCommands.xcu msgctxt "" @@ -20887,6 +21273,16 @@ msgstr "デザイン" #, fuzzy msgctxt "" "Sidebar.xcu\n" +"..Sidebar.Content.DeckList.ChartDeck\n" +"Title\n" +"value.text" +msgid "Chart" +msgstr "グラフ" + +#: Sidebar.xcu +#, fuzzy +msgctxt "" +"Sidebar.xcu\n" "..Sidebar.Content.PanelList.StylesPropertyPanel\n" "Title\n" "value.text" @@ -20921,6 +21317,16 @@ msgid "Area" msgstr "範囲" #: Sidebar.xcu +#, fuzzy +msgctxt "" +"Sidebar.xcu\n" +"..Sidebar.Content.PanelList.ShadowPropertyPanel\n" +"Title\n" +"value.text" +msgid "Shadow" +msgstr "影" + +#: Sidebar.xcu msgctxt "" "Sidebar.xcu\n" "..Sidebar.Content.PanelList.LinePropertyPanel\n" @@ -21145,6 +21551,83 @@ msgctxt "" msgid "Themes" msgstr "テーマ" +#: Sidebar.xcu +#, fuzzy +msgctxt "" +"Sidebar.xcu\n" +"..Sidebar.Content.PanelList.ChartElementsPanel\n" +"Title\n" +"value.text" +msgid "Elements" +msgstr "要素" + +#: Sidebar.xcu +msgctxt "" +"Sidebar.xcu\n" +"..Sidebar.Content.PanelList.ChartSeriesPanel\n" +"Title\n" +"value.text" +msgid "Data Series" +msgstr "" + +#: Sidebar.xcu +msgctxt "" +"Sidebar.xcu\n" +"..Sidebar.Content.PanelList.ChartTrendlinePanel\n" +"Title\n" +"value.text" +msgid "Trendline" +msgstr "" + +#: Sidebar.xcu +msgctxt "" +"Sidebar.xcu\n" +"..Sidebar.Content.PanelList.ChartErrorBarPanel\n" +"Title\n" +"value.text" +msgid "Error Bar" +msgstr "" + +#: Sidebar.xcu +#, fuzzy +msgctxt "" +"Sidebar.xcu\n" +"..Sidebar.Content.PanelList.ChartAxisPanel\n" +"Title\n" +"value.text" +msgid "Axis" +msgstr "軸(~X)" + +#: Sidebar.xcu +#, fuzzy +msgctxt "" +"Sidebar.xcu\n" +"..Sidebar.Content.PanelList.ChartAreaPanel\n" +"Title\n" +"value.text" +msgid "Area" +msgstr "範囲" + +#: Sidebar.xcu +#, fuzzy +msgctxt "" +"Sidebar.xcu\n" +"..Sidebar.Content.PanelList.ChartLinePanel\n" +"Title\n" +"value.text" +msgid "Line" +msgstr "線" + +#: Sidebar.xcu +#, fuzzy +msgctxt "" +"Sidebar.xcu\n" +"..Sidebar.Content.PanelList.ChartCharacterPanel\n" +"Title\n" +"value.text" +msgid "Character" +msgstr "文字" + #: StartModuleCommands.xcu msgctxt "" "StartModuleCommands.xcu\n" @@ -21398,13 +21881,24 @@ msgid "AutoTe~xt..." msgstr "入力支援(~X)..." #: WriterCommands.xcu +#, fuzzy msgctxt "" "WriterCommands.xcu\n" "..WriterCommands.UserInterface.Commands..uno:PrintLayout\n" "Label\n" "value.text" -msgid "~Print Layout" -msgstr "印刷レイアウト(~P)" +msgid "~Normal View" +msgstr "標準表示(~N)" + +#: WriterCommands.xcu +#, fuzzy +msgctxt "" +"WriterCommands.xcu\n" +"..WriterCommands.UserInterface.Commands..uno:PrintLayout\n" +"ContextLabel\n" +"value.text" +msgid "~Normal" +msgstr "標準(~N)" #: WriterCommands.xcu msgctxt "" @@ -21526,6 +22020,15 @@ msgstr "文末脚注の挿入" #: WriterCommands.xcu msgctxt "" "WriterCommands.xcu\n" +"..WriterCommands.UserInterface.Commands..uno:InsertEndnote\n" +"ContextLabel\n" +"value.text" +msgid "~Endnote" +msgstr "" + +#: WriterCommands.xcu +msgctxt "" +"WriterCommands.xcu\n" "..WriterCommands.UserInterface.Commands..uno:TableNumberRecognition\n" "Label\n" "value.text" @@ -21547,8 +22050,8 @@ msgctxt "" "..WriterCommands.UserInterface.Commands..uno:InsertMultiIndex\n" "Label\n" "value.text" -msgid "~Indexes and Tables..." -msgstr "目次と索引(~I)..." +msgid "~Indexes and Tables of Contents..." +msgstr "" #: WriterCommands.xcu msgctxt "" @@ -21587,13 +22090,14 @@ msgid "Font Color" msgstr "フォントの色" #: WriterCommands.xcu +#, fuzzy msgctxt "" "WriterCommands.xcu\n" "..WriterCommands.UserInterface.Commands..uno:UpdateAllIndexes\n" "Label\n" "value.text" -msgid "~All Indexes and Tables" -msgstr "すべての目次と索引(~A)" +msgid "Indexes and ~Tables" +msgstr "目次と索引(~X)" #: WriterCommands.xcu msgctxt "" @@ -21691,8 +22195,8 @@ msgctxt "" "..WriterCommands.UserInterface.Commands..uno:GotoPage\n" "Label\n" "value.text" -msgid "To Page" -msgstr "ページへ" +msgid "Go t~o Page" +msgstr "" #: WriterCommands.xcu msgctxt "" @@ -21754,8 +22258,8 @@ msgctxt "" "..WriterCommands.UserInterface.Commands..uno:UpdateCharts\n" "Label\n" "value.text" -msgid "All ~Charts" -msgstr "すべてのグラフ(~C)" +msgid "~Charts" +msgstr "" #: WriterCommands.xcu msgctxt "" @@ -21848,13 +22352,14 @@ msgid "Caption..." msgstr "キャプション..." #: WriterCommands.xcu +#, fuzzy msgctxt "" "WriterCommands.xcu\n" "..WriterCommands.UserInterface.Commands..uno:InsertFootnoteDialog\n" "Label\n" "value.text" -msgid "Footnote/Endnote~..." -msgstr "脚注/文末脚注~..." +msgid "F~ootnote and Endnote..." +msgstr "脚注/文末脚注(~F)..." #: WriterCommands.xcu msgctxt "" @@ -21902,6 +22407,16 @@ msgid "Insert Page Break" msgstr "改ページの挿入" #: WriterCommands.xcu +#, fuzzy +msgctxt "" +"WriterCommands.xcu\n" +"..WriterCommands.UserInterface.Commands..uno:InsertPagebreak\n" +"ContextLabel\n" +"value.text" +msgid "~Page Break" +msgstr "改ページ(~B)" + +#: WriterCommands.xcu msgctxt "" "WriterCommands.xcu\n" "..WriterCommands.UserInterface.Commands..uno:InsertAnnotation\n" @@ -21925,16 +22440,26 @@ msgctxt "" "..WriterCommands.UserInterface.Commands..uno:InsertFrameInteract\n" "Label\n" "value.text" -msgid "Insert Frame Manually" -msgstr "枠の手動挿入" +msgid "Insert Frame" +msgstr "" + +#: WriterCommands.xcu +msgctxt "" +"WriterCommands.xcu\n" +"..WriterCommands.UserInterface.Commands..uno:InsertFrameInteract\n" +"ContextLabel\n" +"value.text" +msgid "Draw ~Frame" +msgstr "" #: WriterCommands.xcu +#, fuzzy msgctxt "" "WriterCommands.xcu\n" "..WriterCommands.UserInterface.Commands..uno:InsertFrame\n" "Label\n" "value.text" -msgid "Fra~me..." +msgid "F~rame..." msgstr "枠(~M)..." #: WriterCommands.xcu @@ -22192,6 +22717,15 @@ msgstr "脚注の挿入" #: WriterCommands.xcu msgctxt "" "WriterCommands.xcu\n" +"..WriterCommands.UserInterface.Commands..uno:InsertFootnote\n" +"ContextLabel\n" +"value.text" +msgid "~Footnote" +msgstr "" + +#: WriterCommands.xcu +msgctxt "" +"WriterCommands.xcu\n" "..WriterCommands.UserInterface.Commands..uno:AutoFormatApply\n" "Label\n" "value.text" @@ -22219,42 +22753,6 @@ msgstr "ページ番号" #: WriterCommands.xcu msgctxt "" "WriterCommands.xcu\n" -"..WriterCommands.UserInterface.Commands..uno:Grow\n" -"Label\n" -"value.text" -msgid "Increase Font Size" -msgstr "文字の拡大" - -#: WriterCommands.xcu -msgctxt "" -"WriterCommands.xcu\n" -"..WriterCommands.UserInterface.Commands..uno:Grow\n" -"ContextLabel\n" -"value.text" -msgid "Increase Size" -msgstr "" - -#: WriterCommands.xcu -msgctxt "" -"WriterCommands.xcu\n" -"..WriterCommands.UserInterface.Commands..uno:Shrink\n" -"Label\n" -"value.text" -msgid "Decrease Font Size" -msgstr "文字の縮小" - -#: WriterCommands.xcu -msgctxt "" -"WriterCommands.xcu\n" -"..WriterCommands.UserInterface.Commands..uno:Shrink\n" -"ContextLabel\n" -"value.text" -msgid "Decrease Size" -msgstr "" - -#: WriterCommands.xcu -msgctxt "" -"WriterCommands.xcu\n" "..WriterCommands.UserInterface.Commands..uno:PageStyleName\n" "Label\n" "value.text" @@ -22744,8 +23242,8 @@ msgctxt "" "..WriterCommands.UserInterface.Commands..uno:FrameDialog\n" "ContextLabel\n" "value.text" -msgid "Fra~me/Object..." -msgstr "枠/オブジェクト(~M)..." +msgid "Fra~me and OLE Object..." +msgstr "" #: WriterCommands.xcu msgctxt "" @@ -22775,12 +23273,13 @@ msgid "Ta~ble Properties..." msgstr "表のプロパティ(~B)..." #: WriterCommands.xcu +#, fuzzy msgctxt "" "WriterCommands.xcu\n" "..WriterCommands.UserInterface.Commands..uno:FootnoteDialog\n" "Label\n" "value.text" -msgid "~Footnotes/Endnotes..." +msgid "~Footnotes and Endnotes..." msgstr "脚注/文末脚注(~F)..." #: WriterCommands.xcu @@ -22978,8 +23477,8 @@ msgctxt "" "..WriterCommands.UserInterface.Commands..uno:HeadingRowsRepeat\n" "Label\n" "value.text" -msgid "Heading rows repeat" -msgstr "見出し行の繰り返し" +msgid "Repeat Heading Rows" +msgstr "" #: WriterCommands.xcu msgctxt "" @@ -23024,8 +23523,8 @@ msgctxt "" "..WriterCommands.UserInterface.Commands..uno:InsertRows\n" "Label\n" "value.text" -msgid "Insert Row Below" -msgstr "下に行を挿入" +msgid "Insert Row" +msgstr "行の挿入" #: WriterCommands.xcu #, fuzzy @@ -23080,8 +23579,8 @@ msgctxt "" "..WriterCommands.UserInterface.Commands..uno:InsertColumns\n" "Label\n" "value.text" -msgid "Insert Column Right" -msgstr "右に列を挿入" +msgid "Insert Column" +msgstr "列の挿入" #: WriterCommands.xcu #, fuzzy @@ -24332,7 +24831,7 @@ msgctxt "" "..WriterCommands.UserInterface.Commands..uno:DistributeColumns\n" "Label\n" "value.text" -msgid "~Distribute Columns Equally" +msgid "~Distribute Columns Evenly" msgstr "列の均等分割(~D)" #: WriterCommands.xcu @@ -24345,13 +24844,14 @@ msgid "Increment Indent Value" msgstr "インデントの値を増やす" #: WriterCommands.xcu +#, fuzzy msgctxt "" "WriterCommands.xcu\n" "..WriterCommands.UserInterface.Commands..uno:DistributeRows\n" "Label\n" "value.text" -msgid "Distribute Rows Equally " -msgstr "行の均等分割" +msgid "Distribute Rows Evenly" +msgstr "列の均等分割" #: WriterCommands.xcu msgctxt "" @@ -24404,8 +24904,8 @@ msgctxt "" "..WriterCommands.UserInterface.Commands..uno:RowSplit\n" "Label\n" "value.text" -msgid "Allow Row to Break Across Pages and Columns" -msgstr "行を複数のページと列に分ける" +msgid "~Break Across Pages and Columns" +msgstr "" #: WriterCommands.xcu msgctxt "" @@ -24588,12 +25088,13 @@ msgid "Select Text" msgstr "テキストの選択" #: WriterCommands.xcu +#, fuzzy msgctxt "" "WriterCommands.xcu\n" "..WriterCommands.UserInterface.Commands..uno:Ruler\n" "Label\n" "value.text" -msgid "~Ruler" +msgid "~Rulers" msgstr "ルーラー(~R)" #: WriterCommands.xcu @@ -24608,11 +25109,11 @@ msgstr "行番号付け(~L)..." #: WriterCommands.xcu msgctxt "" "WriterCommands.xcu\n" -"..WriterCommands.UserInterface.Commands..uno:Graphic\n" +"..WriterCommands.UserInterface.Commands..uno:ShowGraphics\n" "Label\n" "value.text" -msgid "Hide ~Images" -msgstr "画像を隠す(_I)" +msgid "~Images and Charts" +msgstr "" #: WriterCommands.xcu msgctxt "" @@ -24705,13 +25206,14 @@ msgid "Add Unknown Words" msgstr "辞書に追加" #: WriterCommands.xcu +#, fuzzy msgctxt "" "WriterCommands.xcu\n" "..WriterCommands.UserInterface.Commands..uno:HScroll\n" "Label\n" "value.text" -msgid "Scroll Horizontal" -msgstr "水平スクロール" +msgid "Horizontal Scroll Bar" +msgstr "水平スクロールバー" #: WriterCommands.xcu msgctxt "" @@ -24734,6 +25236,15 @@ msgstr "編集記号(~N)" #: WriterCommands.xcu msgctxt "" "WriterCommands.xcu\n" +"..WriterCommands.UserInterface.Commands..uno:HideWhitespace\n" +"Label\n" +"value.text" +msgid "Hide Whitespac~e" +msgstr "" + +#: WriterCommands.xcu +msgctxt "" +"WriterCommands.xcu\n" "..WriterCommands.UserInterface.Commands..uno:SortDialog\n" "Label\n" "value.text" @@ -24876,13 +25387,14 @@ msgid "~Select" msgstr "選択(~S)" #: WriterCommands.xcu +#, fuzzy msgctxt "" "WriterCommands.xcu\n" "..WriterCommands.UserInterface.Popups..uno:TableAutoFitMenu\n" "Label\n" "value.text" -msgid "A~utofit" -msgstr "サイズの自動調整(~U)" +msgid "Si~ze" +msgstr "サイズ" #: WriterCommands.xcu msgctxt "" @@ -24908,8 +25420,18 @@ msgctxt "" "..WriterCommands.UserInterface.Popups..uno:IndexesMenu\n" "Label\n" "value.text" -msgid "Inde~xes and Tables" -msgstr "目次と索引(~X)" +msgid "Table of Contents and Inde~x" +msgstr "" + +#: WriterCommands.xcu +#, fuzzy +msgctxt "" +"WriterCommands.xcu\n" +"..WriterCommands.UserInterface.Popups..uno:FormatAllNotes\n" +"Label\n" +"value.text" +msgid "Comments..." +msgstr "コメント(~C)..." #: WriterCommands.xcu msgctxt "" @@ -25046,6 +25568,100 @@ msgctxt "" msgid "Forward" msgstr "進む" +#: WriterCommands.xcu +#, fuzzy +msgctxt "" +"WriterCommands.xcu\n" +"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Horizontal Line&FamilyName:string=ParagraphStyles\n" +"Label\n" +"value.text" +msgid "Horizontal ~Line" +msgstr "横線" + +#: WriterCommands.xcu +#, fuzzy +msgctxt "" +"WriterCommands.xcu\n" +"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Standard&FamilyName:string=ParagraphStyles\n" +"Label\n" +"value.text" +msgid "~Default" +msgstr "標準" + +#: WriterCommands.xcu +#, fuzzy +msgctxt "" +"WriterCommands.xcu\n" +"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Title&FamilyName:string=ParagraphStyles\n" +"Label\n" +"value.text" +msgid "~Title" +msgstr "タイトル(~T)" + +#: WriterCommands.xcu +#, fuzzy +msgctxt "" +"WriterCommands.xcu\n" +"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Subtitle&FamilyName:string=ParagraphStyles\n" +"Label\n" +"value.text" +msgid "~Subtitle" +msgstr "サブタイトル(~S)..." + +#: WriterCommands.xcu +msgctxt "" +"WriterCommands.xcu\n" +"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Heading 1&FamilyName:string=ParagraphStyles\n" +"Label\n" +"value.text" +msgid "Heading ~1" +msgstr "" + +#: WriterCommands.xcu +msgctxt "" +"WriterCommands.xcu\n" +"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Heading 2&FamilyName:string=ParagraphStyles\n" +"Label\n" +"value.text" +msgid "Heading ~2" +msgstr "" + +#: WriterCommands.xcu +msgctxt "" +"WriterCommands.xcu\n" +"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Heading 3&FamilyName:string=ParagraphStyles\n" +"Label\n" +"value.text" +msgid "Heading ~3" +msgstr "" + +#: WriterCommands.xcu +msgctxt "" +"WriterCommands.xcu\n" +"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Heading 4&FamilyName:string=ParagraphStyles\n" +"Label\n" +"value.text" +msgid "Heading ~4" +msgstr "" + +#: WriterCommands.xcu +msgctxt "" +"WriterCommands.xcu\n" +"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Heading 5&FamilyName:string=ParagraphStyles\n" +"Label\n" +"value.text" +msgid "Heading ~5" +msgstr "" + +#: WriterCommands.xcu +msgctxt "" +"WriterCommands.xcu\n" +"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Heading 6&FamilyName:string=ParagraphStyles\n" +"Label\n" +"value.text" +msgid "Heading ~6" +msgstr "" + #: WriterFormWindowState.xcu msgctxt "" "WriterFormWindowState.xcu\n" @@ -26703,13 +27319,14 @@ msgid "Logo" msgstr "Logo" #: WriterWindowState.xcu +#, fuzzy msgctxt "" "WriterWindowState.xcu\n" "..WriterWindowState.UIElements.States.private:resource/toolbar/changes\n" "UIName\n" "value.text" -msgid "Changes" -msgstr "変更" +msgid "Track Changes" +msgstr "変更の追跡(~G)" #: XFormsWindowState.xcu msgctxt "" @@ -27052,44 +27669,3 @@ msgctxt "" "value.text" msgid "Fontwork Shape" msgstr "フォントワークのシェイプ" - -msgctxt "" -"CalcCommands.xcu\n" -"..CalcCommands.UserInterface.Popups..uno:ChangePicture\n" -"Label\n" -"value.text" -msgid "~Change Image..." -msgstr "画像の変更(~C)..." - -msgctxt "" -"DrawImpressCommands.xcu\n" -"..DrawImpressCommands.UserInterface.Commands..uno:ChangePicture\n" -"Label\n" -"value.text" -msgid "~Change Image..." -msgstr "画像の変更(~C)..." - -msgctxt "" -"MathCommands.xcu\n" -"..MathCommands.UserInterface.Commands..uno:ElementsDockingWindow\n" -"Label\n" -"value.text" -msgid "Elements Dock" -msgstr "要素ドック" - -msgctxt "" -"WriterCommands.xcu\n" -"..WriterCommands.UserInterface.Commands..uno:ChangePicture\n" -"Label\n" -"value.text" -msgid "~Change Image..." -msgstr "画像の変更(~C)..." - -#: MathCommands.xcu -msgctxt "" -"MathCommands.xcu\n" -"..MathCommands.UserInterface.Commands..uno:ToolBox\n" -"Label\n" -"value.text" -msgid "Elements" -msgstr "要素" diff --git a/source/ja/readlicense_oo/docs.po b/source/ja/readlicense_oo/docs.po index b7dc35fbc4c..95332da9ce7 100644 --- a/source/ja/readlicense_oo/docs.po +++ b/source/ja/readlicense_oo/docs.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2014-11-18 11:23+0100\n" -"PO-Revision-Date: 2015-01-17 09:30+0000\n" -"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" +"POT-Creation-Date: 2015-08-25 12:33+0200\n" +"PO-Revision-Date: 2015-06-07 23:45+0000\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1421487053.000000\n" +"X-POOTLE-MTIME: 1433720717.000000\n" #: readme.xrm msgctxt "" @@ -585,11 +585,12 @@ msgid "Shortcut Keys" msgstr "ショートカットキー" #: readme.xrm +#, fuzzy msgctxt "" "readme.xrm\n" "w32e1\n" "readmeitem.text" -msgid "Only shortcut keys (key combinations) not used by the operating system can be used in ${PRODUCTNAME}. If a key combination in ${PRODUCTNAME} does not work as described in the ${PRODUCTNAME} Help, check if that shortcut is already used by the operating system. To rectify such conflicts, you can change the keys assigned by your operating system. Alternatively, you can change almost any key assignment in ${PRODUCTNAME}. For more information on this topic, refer to the ${PRODUCTNAME} Help or the Help documention of your operating system." +msgid "Only shortcut keys (key combinations) not used by the operating system can be used in ${PRODUCTNAME}. If a key combination in ${PRODUCTNAME} does not work as described in the ${PRODUCTNAME} Help, check if that shortcut is already used by the operating system. To rectify such conflicts, you can change the keys assigned by your operating system. Alternatively, you can change almost any key assignment in ${PRODUCTNAME}. For more information on this topic, refer to the ${PRODUCTNAME} Help or the Help documentation of your operating system." msgstr "${PRODUCTNAME} で使用できるショートカット (キーの組み合わせ) は、オペレーティングシステムで使用されていないものだけです。${PRODUCTNAME} のショートカットキーが ${PRODUCTNAME} ヘルプの記述どおりに動作しない場合は、そのショートカットキーがすでにオペレーティングシステムで使用されているかどうかを確認してください。このような競合を解決するには、オペレーティングシステムによって割り当てられているキーを変更してください。または、${PRODUCTNAME} 側でキーの割り当てを変更します (ほとんどのキー割り当ては変更が可能です)。詳細については、${PRODUCTNAME} のヘルプまたはオペレーティングシステムのヘルプを参照してください。" #: readme.xrm @@ -839,3 +840,11 @@ msgctxt "" "readmeitem.text" msgid "Portions Copyright 1998, 1999 James Clark. Portions Copyright 1996, 1998 Netscape Communications Corporation." msgstr "Portions Copyright 1998, 1999 James Clark. Portions Copyright 1996, 1998 Netscape Communications Corporation." + +#: readme.xrm +msgctxt "" +"readme.xrm\n" +"w32e1\n" +"readmeitem.text" +msgid "Only shortcut keys (key combinations) not used by the operating system can be used in ${PRODUCTNAME}. If a key combination in ${PRODUCTNAME} does not work as described in the ${PRODUCTNAME} Help, check if that shortcut is already used by the operating system. To rectify such conflicts, you can change the keys assigned by your operating system. Alternatively, you can change almost any key assignment in ${PRODUCTNAME}. For more information on this topic, refer to the ${PRODUCTNAME} Help or the Help documention of your operating system." +msgstr "${PRODUCTNAME} で使用できるショートカット (キーの組み合わせ) は、オペレーティングシステムで使用されていないものだけです。${PRODUCTNAME} のショートカットキーが ${PRODUCTNAME} ヘルプの記述どおりに動作しない場合は、そのショートカットキーがすでにオペレーティングシステムで使用されているかどうかを確認してください。このような競合を解決するには、オペレーティングシステムによって割り当てられているキーを変更してください。または、${PRODUCTNAME} 側でキーの割り当てを変更します (ほとんどのキー割り当ては変更が可能です)。詳細については、${PRODUCTNAME} のヘルプまたはオペレーティングシステムのヘルプを参照してください。" diff --git a/source/ja/sc/source/ui/src.po b/source/ja/sc/source/ui/src.po index a4894e6c09d..c24e193d451 100644 --- a/source/ja/sc/source/ui/src.po +++ b/source/ja/sc/source/ui/src.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-06-24 17:05+0200\n" +"POT-Creation-Date: 2015-08-25 12:33+0200\n" "PO-Revision-Date: 2015-07-12 11:20+0000\n" "Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -4925,7 +4925,7 @@ msgstr "名前" msgctxt "" "globstr.src\n" "RID_GLOBSTR\n" -"STR_HEADER_RANGE\n" +"STR_HEADER_RANGE_OR_EXPR\n" "string.text" msgid "Range or formula expression" msgstr "" @@ -5693,28 +5693,29 @@ msgstr "貼り付け(~P)" msgctxt "" "hdrcont.src\n" "RID_POPUP_ROWHEADER\n" -"FID_ROW_HEIGHT\n" +"SID_PASTE_SPECIAL\n" "menuitem.text" -msgid "Row Hei~ght..." -msgstr "行の高さ(~G)..." +msgid "P~aste Special..." +msgstr "形式を選択して貼り付け(~A)..." #: hdrcont.src +#, fuzzy msgctxt "" "hdrcont.src\n" "RID_POPUP_ROWHEADER\n" -"FID_ROW_OPT_HEIGHT\n" +"FID_INS_ROWS_BEFORE\n" "menuitem.text" -msgid "Optimal ~Row Height..." -msgstr "最適な行の高さ(~R)..." +msgid "Insert Rows A~bove" +msgstr "行を上に挿入(~I)" #: hdrcont.src msgctxt "" "hdrcont.src\n" "RID_POPUP_ROWHEADER\n" -"FID_INS_ROW\n" +"FID_INS_ROWS_AFTER\n" "menuitem.text" -msgid "~Insert Rows Above" -msgstr "行を上に挿入(~I)" +msgid "Insert Rows ~Below" +msgstr "" #: hdrcont.src msgctxt "" @@ -5722,8 +5723,8 @@ msgctxt "" "RID_POPUP_ROWHEADER\n" "SID_DEL_ROWS\n" "menuitem.text" -msgid "~Delete Selected Rows" -msgstr "選択した行を削除(~D)" +msgid "~Delete Rows" +msgstr "" #: hdrcont.src msgctxt "" @@ -5731,8 +5732,27 @@ msgctxt "" "RID_POPUP_ROWHEADER\n" "SID_DELETE\n" "menuitem.text" -msgid "De~lete Row Contents..." -msgstr "行の内容の削除(~L)..." +msgid "Cl~ear Contents..." +msgstr "" + +#: hdrcont.src +msgctxt "" +"hdrcont.src\n" +"RID_POPUP_ROWHEADER\n" +"FID_ROW_HEIGHT\n" +"menuitem.text" +msgid "Row Hei~ght..." +msgstr "行の高さ(~G)..." + +#: hdrcont.src +#, fuzzy +msgctxt "" +"hdrcont.src\n" +"RID_POPUP_ROWHEADER\n" +"FID_ROW_OPT_HEIGHT\n" +"menuitem.text" +msgid "~Optimal Row Height..." +msgstr "最適な行の高さ(~R)..." #: hdrcont.src msgctxt "" @@ -5740,8 +5760,8 @@ msgctxt "" "RID_POPUP_ROWHEADER\n" "FID_ROW_HIDE\n" "menuitem.text" -msgid "~Hide" -msgstr "表示しない(~H)" +msgid "~Hide Rows" +msgstr "" #: hdrcont.src msgctxt "" @@ -5749,89 +5769,93 @@ msgctxt "" "RID_POPUP_ROWHEADER\n" "FID_ROW_SHOW\n" "menuitem.text" -msgid "~Show" -msgstr "表示する(~S)" +msgid "~Show Rows" +msgstr "" #: hdrcont.src +#, fuzzy msgctxt "" "hdrcont.src\n" -"RID_POPUP_ROWHEADER\n" +"RID_POPUP_COLHEADER\n" "SID_PASTE_SPECIAL\n" "menuitem.text" msgid "P~aste Special..." msgstr "形式を選択して貼り付け(~A)..." #: hdrcont.src +#, fuzzy msgctxt "" "hdrcont.src\n" "RID_POPUP_COLHEADER\n" -"FID_COL_WIDTH\n" +"FID_INS_COLUMNS_BEFORE\n" "menuitem.text" -msgid "Col~umn Width..." -msgstr "列幅(~U)..." +msgid "Insert Columns ~Left" +msgstr "列を左に挿入(~I)" #: hdrcont.src msgctxt "" "hdrcont.src\n" "RID_POPUP_COLHEADER\n" -"FID_COL_OPT_WIDTH\n" +"FID_INS_COLUMNS_AFTER\n" "menuitem.text" -msgid "O~ptimal Column Width..." -msgstr "最適な列幅(~P)..." +msgid "Insert Columns ~Right" +msgstr "" #: hdrcont.src msgctxt "" "hdrcont.src\n" "RID_POPUP_COLHEADER\n" -"FID_INS_COLUMN\n" +"SID_DEL_COLS\n" "menuitem.text" -msgid "~Insert Columns Left" -msgstr "列を左に挿入(~I)" +msgid "~Delete Columns" +msgstr "" #: hdrcont.src msgctxt "" "hdrcont.src\n" "RID_POPUP_COLHEADER\n" -"SID_DEL_COLS\n" +"SID_DELETE\n" "menuitem.text" -msgid "~Delete Selected Columns" -msgstr "選択した列の削除(~D)" +msgid "Cl~ear Contents..." +msgstr "" #: hdrcont.src +#, fuzzy msgctxt "" "hdrcont.src\n" "RID_POPUP_COLHEADER\n" -"SID_DELETE\n" +"FID_COL_WIDTH\n" "menuitem.text" -msgid "D~elete Column Contents..." -msgstr "列の内容の削除(~E)..." +msgid "Column ~Width..." +msgstr "列幅(~U)..." #: hdrcont.src +#, fuzzy msgctxt "" "hdrcont.src\n" "RID_POPUP_COLHEADER\n" -"FID_COL_HIDE\n" +"FID_COL_OPT_WIDTH\n" "menuitem.text" -msgid "~Hide" -msgstr "表示しない(~H)" +msgid "~Optimal Column Width..." +msgstr "最適な列幅(~P)..." #: hdrcont.src msgctxt "" "hdrcont.src\n" "RID_POPUP_COLHEADER\n" -"FID_COL_SHOW\n" +"FID_COL_HIDE\n" "menuitem.text" -msgid "~Show" -msgstr "表示する(~S)" +msgid "~Hide Columns" +msgstr "" #: hdrcont.src msgctxt "" "hdrcont.src\n" "RID_POPUP_COLHEADER\n" -"SID_PASTE_SPECIAL\n" +"FID_COL_SHOW\n" "menuitem.text" -msgid "Paste ~Special..." -msgstr "形式を選択して貼り付け(~S)..." +msgid "~Show Columns" +msgstr "" #: popup.src msgctxt "" @@ -5955,8 +5979,8 @@ msgctxt "" "RID_POPUP_CELLS\n" "SID_DELETE\n" "menuitem.text" -msgid "Delete C~ontents..." -msgstr "内容の削除(~O)..." +msgid "Cl~ear Contents..." +msgstr "" #: popup.src msgctxt "" @@ -6097,6 +6121,15 @@ msgstr "シートの保護(~P)..." msgctxt "" "popup.src\n" "RID_POPUP_TAB\n" +"FID_TAB_TOGGLE_GRID\n" +"menuitem.text" +msgid "Sheet ~Gridlines" +msgstr "" + +#: popup.src +msgctxt "" +"popup.src\n" +"RID_POPUP_TAB\n" "FID_TAB_RTL\n" "menuitem.text" msgid "S~heet Right-To-Left" @@ -19982,12 +20015,13 @@ msgid "The selection number taken from the elements." msgstr "1組に含まれる要素の数。" #: scfuncs.src +#, fuzzy msgctxt "" "scfuncs.src\n" "RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_CONFIDENCE\n" "1\n" "string.text" -msgid "Returns a (1 alpha) confidence interval for a normal distribution." +msgid "Returns a (1-alpha) confidence interval for a normal distribution." msgstr "正規分布を使用して、母集団の平均に対する信頼区間をを返します。" #: scfuncs.src @@ -20045,12 +20079,13 @@ msgid "The size of the population." msgstr "標本の大きさ。" #: scfuncs.src +#, fuzzy msgctxt "" "scfuncs.src\n" "RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_CONFIDENCE_N\n" "1\n" "string.text" -msgid "Returns a (1 alpha) confidence interval for a normal distribution." +msgid "Returns a (1-alpha) confidence interval for a normal distribution." msgstr "正規分布を使用して、母集団の平均に対する信頼区間をを返します。" #: scfuncs.src @@ -20108,12 +20143,13 @@ msgid "The size of the population." msgstr "標本の大きさ。" #: scfuncs.src +#, fuzzy msgctxt "" "scfuncs.src\n" "RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_CONFIDENCE_T\n" "1\n" "string.text" -msgid "Returns a (1 alpha) confidence interval for a Student's t distribution." +msgid "Returns a (1-alpha) confidence interval for a Student's t distribution." msgstr "スチューデントの T 分布を使用して、母集団に対する信頼区間を返します。" #: scfuncs.src @@ -25981,7 +26017,86 @@ msgctxt "" msgid "Collapse Formula Bar" msgstr "数式バーを折りたたむ" -#: condformatdlg.src +msgctxt "" +"hdrcont.src\n" +"RID_POPUP_ROWHEADER\n" +"SID_DEL_ROWS\n" +"menuitem.text" +msgid "~Delete Selected Rows" +msgstr "選択した行を削除(~D)" + +msgctxt "" +"hdrcont.src\n" +"RID_POPUP_ROWHEADER\n" +"SID_DELETE\n" +"menuitem.text" +msgid "De~lete Row Contents..." +msgstr "行の内容の削除(~L)..." + +msgctxt "" +"hdrcont.src\n" +"RID_POPUP_ROWHEADER\n" +"FID_ROW_SHOW\n" +"menuitem.text" +msgid "~Show" +msgstr "表示する(~S)" + +msgctxt "" +"hdrcont.src\n" +"RID_POPUP_COLHEADER\n" +"SID_DEL_COLS\n" +"menuitem.text" +msgid "~Delete Selected Columns" +msgstr "選択した列の削除(~D)" + +msgctxt "" +"hdrcont.src\n" +"RID_POPUP_COLHEADER\n" +"SID_DELETE\n" +"menuitem.text" +msgid "D~elete Column Contents..." +msgstr "列の内容の削除(~E)..." + +msgctxt "" +"hdrcont.src\n" +"RID_POPUP_COLHEADER\n" +"FID_COL_HIDE\n" +"menuitem.text" +msgid "~Hide" +msgstr "表示しない(~H)" + +msgctxt "" +"hdrcont.src\n" +"RID_POPUP_COLHEADER\n" +"FID_COL_SHOW\n" +"menuitem.text" +msgid "~Show" +msgstr "表示する(~S)" + +msgctxt "" +"hdrcont.src\n" +"RID_POPUP_COLHEADER\n" +"SID_PASTE_SPECIAL\n" +"menuitem.text" +msgid "Paste ~Special..." +msgstr "形式を選択して貼り付け(~S)..." + +msgctxt "" +"popup.src\n" +"RID_POPUP_CELLS\n" +"SID_DELETE\n" +"menuitem.text" +msgid "Delete C~ontents..." +msgstr "内容の削除(~O)..." + +msgctxt "" +"scfuncs.src\n" +"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_CONFIDENCE_N\n" +"1\n" +"string.text" +msgid "Returns a (1 alpha) confidence interval for a normal distribution." +msgstr "正規分布を使用して、母集団の平均に対する信頼区間をを返します。" + msgctxt "" "condformatdlg.src\n" "RID_COND_ENTRY.LB_ICONSET_TYPE\n" @@ -25990,7 +26105,6 @@ msgctxt "" msgid "3 Smilies" msgstr "3つの顔文字" -#: condformatdlg.src msgctxt "" "condformatdlg.src\n" "RID_COND_ENTRY.LB_ICONSET_TYPE\n" @@ -25999,7 +26113,6 @@ msgctxt "" msgid "3 Colored Smilies" msgstr "3つの色付き顔文字" -#: scfuncs.src msgctxt "" "scfuncs.src\n" "RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_GET_DAY_OF_WEEK\n" @@ -26008,7 +26121,6 @@ msgctxt "" msgid "Returns the day of the week for the date value as an integer (1-7)." msgstr "日付のシリアル値が何曜日にあたるかを数値(1~7)で返します。" -#: scfuncs.src msgctxt "" "scfuncs.src\n" "RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_FLOOR\n" @@ -26017,7 +26129,6 @@ msgctxt "" msgid "If given and not equal to zero then rounded down according to amount when a negative number and significance." msgstr "対象が負の数の時、ここに0以外の数値を指定すると、数値を挟む基準値の倍数のうち、大きい方の値を返します。" -#: scfuncs.src msgctxt "" "scfuncs.src\n" "RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_FLOOR_MS\n" @@ -26026,6 +26137,87 @@ msgctxt "" msgid "Rounds number down to the nearest multiple of significance, regardless of sign of significance." msgstr "指定された基準値の倍数のうち、最も近い値に数値を切り捨てます。" +#: globstr.src +msgctxt "" +"globstr.src\n" +"RID_GLOBSTR\n" +"STR_HEADER_RANGE\n" +"string.text" +msgid "Range or formula expression" +msgstr "" + +#: hdrcont.src +msgctxt "" +"hdrcont.src\n" +"RID_POPUP_ROWHEADER\n" +"FID_ROW_OPT_HEIGHT\n" +"menuitem.text" +msgid "Optimal ~Row Height..." +msgstr "最適な行の高さ(~R)..." + +#: hdrcont.src +msgctxt "" +"hdrcont.src\n" +"RID_POPUP_ROWHEADER\n" +"FID_INS_ROW\n" +"menuitem.text" +msgid "~Insert Rows Above" +msgstr "行を上に挿入(~I)" + +#: hdrcont.src +msgctxt "" +"hdrcont.src\n" +"RID_POPUP_ROWHEADER\n" +"FID_ROW_HIDE\n" +"menuitem.text" +msgid "~Hide" +msgstr "表示しない(~H)" + +#: hdrcont.src +msgctxt "" +"hdrcont.src\n" +"RID_POPUP_COLHEADER\n" +"FID_COL_WIDTH\n" +"menuitem.text" +msgid "Col~umn Width..." +msgstr "列幅(~U)..." + +#: hdrcont.src +msgctxt "" +"hdrcont.src\n" +"RID_POPUP_COLHEADER\n" +"FID_COL_OPT_WIDTH\n" +"menuitem.text" +msgid "O~ptimal Column Width..." +msgstr "最適な列幅(~P)..." + +#: hdrcont.src +msgctxt "" +"hdrcont.src\n" +"RID_POPUP_COLHEADER\n" +"FID_INS_COLUMN\n" +"menuitem.text" +msgid "~Insert Columns Left" +msgstr "列を左に挿入(~I)" + +#: scfuncs.src +msgctxt "" +"scfuncs.src\n" +"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_CONFIDENCE\n" +"1\n" +"string.text" +msgid "Returns a (1 alpha) confidence interval for a normal distribution." +msgstr "正規分布を使用して、母集団の平均に対する信頼区間をを返します。" + +#: scfuncs.src +msgctxt "" +"scfuncs.src\n" +"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_CONFIDENCE_T\n" +"1\n" +"string.text" +msgid "Returns a (1 alpha) confidence interval for a Student's t distribution." +msgstr "スチューデントの T 分布を使用して、母集団に対する信頼区間を返します。" + #: scfuncs.src msgctxt "" "scfuncs.src\n" diff --git a/source/ja/sc/uiconfig/scalc/ui.po b/source/ja/sc/uiconfig/scalc/ui.po index 17c28459806..51fd90cb93f 100644 --- a/source/ja/sc/uiconfig/scalc/ui.po +++ b/source/ja/sc/uiconfig/scalc/ui.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: LibO 40l10n\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-06-24 17:05+0200\n" +"POT-Creation-Date: 2015-08-25 12:33+0200\n" "PO-Revision-Date: 2015-07-25 13:42+0000\n" "Last-Translator: Ikuya Awashiro <ikuya@fruitsbasket.info>\n" "Language-Team: none\n" @@ -7807,6 +7807,43 @@ msgctxt "" msgid "Select the angle for rotation." msgstr "回転の角度を選択します。" +#: sidebaralignment.ui +msgctxt "" +"sidebaralignment.ui\n" +"bottom\n" +"tooltip_text\n" +"string.text" +msgid "Text Extension From Lower Cell Border" +msgstr "" + +#: sidebaralignment.ui +msgctxt "" +"sidebaralignment.ui\n" +"top\n" +"tooltip_text\n" +"string.text" +msgid "Text Extension From Upper Cell Border" +msgstr "" + +#: sidebaralignment.ui +msgctxt "" +"sidebaralignment.ui\n" +"standard\n" +"tooltip_text\n" +"string.text" +msgid "Text Extension Inside Cell" +msgstr "" + +#: sidebaralignment.ui +#, fuzzy +msgctxt "" +"sidebaralignment.ui\n" +"stacked\n" +"label\n" +"string.text" +msgid "Vertically stacked" +msgstr "縦書き" + #: sidebarcellappearance.ui msgctxt "" "sidebarcellappearance.ui\n" @@ -9430,6 +9467,15 @@ msgstr "シート数:" #: statisticsinfopage.ui msgctxt "" "statisticsinfopage.ui\n" +"label3\n" +"label\n" +"string.text" +msgid "Number of Formula Groups:" +msgstr "" + +#: statisticsinfopage.ui +msgctxt "" +"statisticsinfopage.ui\n" "label1\n" "label\n" "string.text" diff --git a/source/ja/sd/source/ui/app.po b/source/ja/sd/source/ui/app.po index 9dc5638087b..0d8eb574583 100644 --- a/source/ja/sd/source/ui/app.po +++ b/source/ja/sd/source/ui/app.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-06-24 17:06+0200\n" -"PO-Revision-Date: 2015-08-08 11:31+0000\n" -"Last-Translator: nishbone <ml.nishibori.kiyotaka@gmail.com>\n" +"POT-Creation-Date: 2015-08-25 12:34+0200\n" +"PO-Revision-Date: 2015-09-01 09:23+0000\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1439033469.000000\n" +"X-POOTLE-MTIME: 1441099390.000000\n" #: menuids3_tmpl.src msgctxt "" @@ -208,15 +208,6 @@ msgstr "ページレイアウト(~L)" #: menuids_tmpl.src msgctxt "" "menuids_tmpl.src\n" -"MN_MODIFY_SLIDE\n" -"SID_MODIFYPAGE\n" -"menuitem.text" -msgid "Slide ~Layout" -msgstr "スライドレイアウト(~L)" - -#: menuids_tmpl.src -msgctxt "" -"menuids_tmpl.src\n" "MN_FORMAT_PAGE\n" "SID_PAGESETUP\n" "menuitem.text" @@ -275,7 +266,7 @@ msgctxt "" "SID_SELECT_BACKGROUND\n" "menuitem.text" msgid "Set Background Image..." -msgstr "" +msgstr "背景画像の設定..." #: menuids_tmpl.src msgctxt "" @@ -500,7 +491,7 @@ msgctxt "" "SID_BEFORE_OBJ\n" "menuitem.text" msgid "In Front of ~Object" -msgstr "オブジェクトの前面へ(~O)" +msgstr "指定オブジェクトの前面へ(~O)" #: menuids_tmpl.src msgctxt "" @@ -509,7 +500,7 @@ msgctxt "" "SID_BEHIND_OBJ\n" "menuitem.text" msgid "Be~hind Object" -msgstr "オブジェクトの背面へ(~H)" +msgstr "指定オブジェクトの背面へ(~H)" #: menuids_tmpl.src msgctxt "" @@ -527,7 +518,7 @@ msgctxt "" "SID_POSITION\n" "menuitem.text" msgid "Arra~nge" -msgstr "整列(~N)" +msgstr "重なり(~N)" #: menuids_tmpl.src msgctxt "" @@ -572,7 +563,7 @@ msgctxt "" "SID_OBJECT_ALIGN_CENTER\n" "menuitem.text" msgid "~Centered" -msgstr "中央揃え(~C)" +msgstr "左右中央揃え(~C)" #: menuids_tmpl.src msgctxt "" @@ -599,7 +590,7 @@ msgctxt "" "SID_OBJECT_ALIGN_MIDDLE\n" "menuitem.text" msgid "C~enter" -msgstr "中央揃え(~E)" +msgstr "上下中央揃え(~E)" #: menuids_tmpl.src msgctxt "" @@ -617,7 +608,7 @@ msgctxt "" "SID_OBJECT_ALIGN\n" "menuitem.text" msgid "Al~ign" -msgstr "" +msgstr "整列(~I)" #: menuids_tmpl.src msgctxt "" @@ -851,7 +842,7 @@ msgctxt "" "SID_ORIGINAL_SIZE\n" "menuitem.text" msgid "Restore ~Original Size" -msgstr "" +msgstr "元のサイズに戻す(~O)" #: menuids_tmpl.src msgctxt "" @@ -977,7 +968,7 @@ msgctxt "" "SID_RULER\n" "menuitem.text" msgid "View ~Ruler" -msgstr "" +msgstr "ルーラーの表示(~R)" #: menuids_tmpl.src msgctxt "" @@ -3998,3 +3989,11 @@ msgctxt "" "string.text" msgid "Table" msgstr "表" + +msgctxt "" +"menuids_tmpl.src\n" +"MN_MODIFY_SLIDE\n" +"SID_MODIFYPAGE\n" +"menuitem.text" +msgid "Slide ~Layout" +msgstr "スライドレイアウト(~L)" diff --git a/source/ja/sd/source/ui/view.po b/source/ja/sd/source/ui/view.po index 36f49339594..e7757f84ea7 100644 --- a/source/ja/sd/source/ui/view.po +++ b/source/ja/sd/source/ui/view.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2014-05-30 13:09+0200\n" -"PO-Revision-Date: 2013-05-30 12:52+0000\n" -"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" +"POT-Creation-Date: 2015-08-25 12:34+0200\n" +"PO-Revision-Date: 2015-01-12 07:54+0000\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1369918368.0\n" +"X-POOTLE-MTIME: 1421049291.000000\n" #: DocumentRenderer.src msgctxt "" @@ -101,10 +101,10 @@ msgstr "1 ページあたりのスライド数" msgctxt "" "DocumentRenderer.src\n" "_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES\n" -"Default\n" +"According to layout\n" "itemlist.text" -msgid "Default" -msgstr "標準" +msgid "According to layout" +msgstr "" #: DocumentRenderer.src msgctxt "" @@ -492,3 +492,11 @@ msgctxt "" "itemlist.text" msgid "Se~lection" msgstr "選択箇所(~L)" + +msgctxt "" +"DocumentRenderer.src\n" +"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES\n" +"Default\n" +"itemlist.text" +msgid "Default" +msgstr "標準" diff --git a/source/ja/sfx2/source/sidebar.po b/source/ja/sfx2/source/sidebar.po index a4f4d5e228d..22bb663b2fb 100644 --- a/source/ja/sfx2/source/sidebar.po +++ b/source/ja/sfx2/source/sidebar.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-05-11 16:12+0200\n" -"PO-Revision-Date: 2015-01-10 10:11+0000\n" -"Last-Translator: Ikuya <ikuya@fruitsbasket.info>\n" +"POT-Creation-Date: 2015-09-01 20:20+0200\n" +"PO-Revision-Date: 2015-07-12 11:21+0000\n" +"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1420884696.000000\n" +"X-POOTLE-MTIME: 1436700074.000000\n" #: Sidebar.src msgctxt "" @@ -58,3 +58,11 @@ msgctxt "" "string.text" msgid "Close Sidebar Deck" msgstr "サイドバーデッキを閉じる" + +#: Sidebar.src +msgctxt "" +"Sidebar.src\n" +"SFX_STR_SIDEBAR_SETTINGS\n" +"string.text" +msgid "Sidebar Settings" +msgstr "" diff --git a/source/ja/sfx2/uiconfig/ui.po b/source/ja/sfx2/uiconfig/ui.po index f801b6a402c..db74385628d 100644 --- a/source/ja/sfx2/uiconfig/ui.po +++ b/source/ja/sfx2/uiconfig/ui.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: LibO 40l10n\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-06-24 17:05+0200\n" +"POT-Creation-Date: 2015-08-25 12:33+0200\n" "PO-Revision-Date: 2015-05-24 00:54+0000\n" -"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" +"Last-Translator: system user <>\n" "Language-Team: none\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -1522,6 +1522,15 @@ msgstr "ファイルを開く(_O)" #: startcenter.ui msgctxt "" "startcenter.ui\n" +"open_remote\n" +"label\n" +"string.text" +msgid "_Open Remote File" +msgstr "" + +#: startcenter.ui +msgctxt "" +"startcenter.ui\n" "open_recent\n" "label\n" "string.text" @@ -1547,57 +1556,63 @@ msgid "Create:" msgstr "新規作成:" #: startcenter.ui +#, fuzzy msgctxt "" "startcenter.ui\n" "writer_all\n" "label\n" "string.text" -msgid "Writer _Document" +msgid "_Writer Document" msgstr "Writer 文書ドキュメント(_D)" #: startcenter.ui +#, fuzzy msgctxt "" "startcenter.ui\n" "calc_all\n" "label\n" "string.text" -msgid "Calc _Spreadsheet" +msgid "_Calc Spreadsheet" msgstr "Calc 表計算ドキュメント(_S)" #: startcenter.ui +#, fuzzy msgctxt "" "startcenter.ui\n" "impress_all\n" "label\n" "string.text" -msgid "Impress _Presentation" +msgid "_Impress Presentation" msgstr "Impress プレゼンテーション(_P)" #: startcenter.ui +#, fuzzy msgctxt "" "startcenter.ui\n" "draw_all\n" "label\n" "string.text" -msgid "Draw D_rawing" +msgid "_Draw Drawing" msgstr "Draw 図形描画(_R)" #: startcenter.ui +#, fuzzy msgctxt "" "startcenter.ui\n" "math_all\n" "label\n" "string.text" -msgid "Math For_mula" +msgid "_Math Formula" msgstr "Math 数式(_M)" #: startcenter.ui +#, fuzzy msgctxt "" "startcenter.ui\n" "database_all\n" "label\n" "string.text" -msgid "Base D_atabase" +msgid "_Base Database" msgstr "Base データベース(_A)" #: startcenter.ui @@ -2003,3 +2018,57 @@ msgctxt "" "string.text" msgid "Reset" msgstr "リセット" + +#: startcenter.ui +msgctxt "" +"startcenter.ui\n" +"writer_all\n" +"label\n" +"string.text" +msgid "Writer _Document" +msgstr "Writer 文書ドキュメント(_D)" + +#: startcenter.ui +msgctxt "" +"startcenter.ui\n" +"calc_all\n" +"label\n" +"string.text" +msgid "Calc _Spreadsheet" +msgstr "Calc 表計算ドキュメント(_S)" + +#: startcenter.ui +msgctxt "" +"startcenter.ui\n" +"impress_all\n" +"label\n" +"string.text" +msgid "Impress _Presentation" +msgstr "Impress プレゼンテーション(_P)" + +#: startcenter.ui +msgctxt "" +"startcenter.ui\n" +"draw_all\n" +"label\n" +"string.text" +msgid "Draw D_rawing" +msgstr "Draw 図形描画(_R)" + +#: startcenter.ui +msgctxt "" +"startcenter.ui\n" +"math_all\n" +"label\n" +"string.text" +msgid "Math For_mula" +msgstr "Math 数式(_M)" + +#: startcenter.ui +msgctxt "" +"startcenter.ui\n" +"database_all\n" +"label\n" +"string.text" +msgid "Base D_atabase" +msgstr "Base データベース(_A)" diff --git a/source/ja/svtools/source/dialogs.po b/source/ja/svtools/source/dialogs.po index 93d501166b7..b0112cfc6fd 100644 --- a/source/ja/svtools/source/dialogs.po +++ b/source/ja/svtools/source/dialogs.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-04-22 23:40+0200\n" +"POT-Creation-Date: 2015-08-25 12:33+0200\n" "PO-Revision-Date: 2015-05-04 23:17+0000\n" "Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" "X-POOTLE-MTIME: 1430781443.000000\n" @@ -296,6 +296,14 @@ msgctxt "" msgid "Save" msgstr "保存" +#: filedlg2.src +msgctxt "" +"filedlg2.src\n" +"STR_SVT_DEFAULT_SERVICE_LABEL\n" +"string.text" +msgid "$user$'s $service$" +msgstr "" + #: formats.src msgctxt "" "formats.src\n" diff --git a/source/ja/svtools/source/misc.po b/source/ja/svtools/source/misc.po index f88534d8432..1c9c8b65208 100644 --- a/source/ja/svtools/source/misc.po +++ b/source/ja/svtools/source/misc.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-06-24 17:06+0200\n" +"POT-Creation-Date: 2015-08-25 13:17+0200\n" "PO-Revision-Date: 2015-07-31 11:08+0000\n" "Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2232,10 +2232,11 @@ msgid "Sardinian" msgstr "サルデーニャ語" #: langtab.src +#, fuzzy msgctxt "" "langtab.src\n" "STR_ARR_SVT_LANGUAGE_TABLE\n" -"LANGUAGE_DZONGKHA\n" +"LANGUAGE_DZONGKHA_BHUTAN\n" "pairedlist.text" msgid "Dzongkha" msgstr "ゾンカ語" @@ -3779,6 +3780,54 @@ msgctxt "" msgid "Venetian" msgstr "ヴェネト語" +#: langtab.src +#, fuzzy +msgctxt "" +"langtab.src\n" +"STR_ARR_SVT_LANGUAGE_TABLE\n" +"LANGUAGE_USER_ENGLISH_GAMBIA\n" +"pairedlist.text" +msgid "English (Gambia)" +msgstr "英語 (ナミビア)" + +#: langtab.src +#, fuzzy +msgctxt "" +"langtab.src\n" +"STR_ARR_SVT_LANGUAGE_TABLE\n" +"LANGUAGE_USER_OCCITAN_ARANESE\n" +"pairedlist.text" +msgid "Aranese" +msgstr "アラゴン語" + +#: langtab.src +msgctxt "" +"langtab.src\n" +"STR_ARR_SVT_LANGUAGE_TABLE\n" +"LANGUAGE_USER_ARPITAN_FRANCE\n" +"pairedlist.text" +msgid "Arpitan (France)" +msgstr "" + +#: langtab.src +msgctxt "" +"langtab.src\n" +"STR_ARR_SVT_LANGUAGE_TABLE\n" +"LANGUAGE_USER_ARPITAN_ITALY\n" +"pairedlist.text" +msgid "Arpitan (Italy)" +msgstr "" + +#: langtab.src +#, fuzzy +msgctxt "" +"langtab.src\n" +"STR_ARR_SVT_LANGUAGE_TABLE\n" +"LANGUAGE_USER_ARPITAN_SWITZERLAND\n" +"pairedlist.text" +msgid "Arpitan (Switzerland)" +msgstr "ドイツ語 (スイス)" + #: svtools.src msgctxt "" "svtools.src\n" @@ -4098,3 +4147,12 @@ msgctxt "" "string.text" msgid "~Repeat: " msgstr "繰り返し(~R):" + +#: langtab.src +msgctxt "" +"langtab.src\n" +"STR_ARR_SVT_LANGUAGE_TABLE\n" +"LANGUAGE_DZONGKHA\n" +"pairedlist.text" +msgid "Dzongkha" +msgstr "ゾンカ語" diff --git a/source/ja/svtools/uiconfig/ui.po b/source/ja/svtools/uiconfig/ui.po index 083a425b9b2..7f804c764de 100644 --- a/source/ja/svtools/uiconfig/ui.po +++ b/source/ja/svtools/uiconfig/ui.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: LibO 40l10n\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-06-24 17:06+0200\n" +"POT-Creation-Date: 2015-08-25 12:33+0200\n" "PO-Revision-Date: 2015-07-12 11:18+0000\n" "Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" "Language-Team: none\n" @@ -503,18 +503,10 @@ msgid "File Services" msgstr "ファイルサービス" #: placeedit.ui +#, fuzzy msgctxt "" "placeedit.ui\n" -"label2\n" -"label\n" -"string.text" -msgid "Name:" -msgstr "名前:" - -#: placeedit.ui -msgctxt "" -"placeedit.ui\n" -"label6\n" +"typeLabel\n" "label\n" "string.text" msgid "Type:" @@ -523,15 +515,6 @@ msgstr "種類:" #: placeedit.ui msgctxt "" "placeedit.ui\n" -"label1\n" -"label\n" -"string.text" -msgid "File Service" -msgstr "ファイルサービス" - -#: placeedit.ui -msgctxt "" -"placeedit.ui\n" "hostLabel\n" "label\n" "string.text" @@ -544,44 +527,18 @@ msgctxt "" "pathLabel\n" "label\n" "string.text" -msgid "Path:" -msgstr "パス:" - -#: placeedit.ui -msgctxt "" -"placeedit.ui\n" -"portLabel\n" -"label\n" -"string.text" -msgid "Port:" -msgstr "ポート:" - -#: placeedit.ui -msgctxt "" -"placeedit.ui\n" -"webdavs\n" -"label\n" -"string.text" -msgid "Secured WebDAV (HTTPS)" -msgstr "安全な WebDAV (HTTPS)" - -#: placeedit.ui -msgctxt "" -"placeedit.ui\n" -"label4\n" -"label\n" -"string.text" -msgid "Server Details" -msgstr "サーバーの詳細" +msgid "Root:" +msgstr "" #: placeedit.ui +#, fuzzy msgctxt "" "placeedit.ui\n" -"bindingLabel\n" +"shareLabel\n" "label\n" "string.text" -msgid "Binding URL:" -msgstr "バインドする URL:" +msgid "Share:" +msgstr "共有:" #: placeedit.ui msgctxt "" @@ -595,83 +552,65 @@ msgstr "リポジトリ:" #: placeedit.ui msgctxt "" "placeedit.ui\n" -"label3\n" -"label\n" -"string.text" -msgid "Server type:" -msgstr "サーバーの種類:" - -#: placeedit.ui -msgctxt "" -"placeedit.ui\n" -"label5\n" -"label\n" -"string.text" -msgid "Path:" -msgstr "パス:" - -#: placeedit.ui -msgctxt "" -"placeedit.ui\n" -"label12\n" +"webdavs\n" "label\n" "string.text" -msgid "Server Details" -msgstr "サーバーの詳細" +msgid "Secure connection" +msgstr "" #: placeedit.ui msgctxt "" "placeedit.ui\n" -"label9\n" +"loginLabel\n" "label\n" "string.text" -msgid "Host:" -msgstr "ホスト:" +msgid "User:" +msgstr "" #: placeedit.ui msgctxt "" "placeedit.ui\n" -"label10\n" +"nameLabel\n" "label\n" "string.text" -msgid "Share:" -msgstr "共有:" +msgid "Label:" +msgstr "" #: placeedit.ui msgctxt "" "placeedit.ui\n" -"label11\n" +"portLabel\n" "label\n" "string.text" -msgid "Path:" -msgstr "パス:" +msgid "Port:" +msgstr "ポート:" #: placeedit.ui msgctxt "" "placeedit.ui\n" -"label8\n" -"label\n" +"port-nospin\n" +"text\n" "string.text" -msgid "Server Details" -msgstr "サーバーの詳細" +msgid "0" +msgstr "" #: placeedit.ui msgctxt "" "placeedit.ui\n" -"label16\n" +"passwordLabel\n" "label\n" "string.text" -msgid "Login:" -msgstr "ログイン:" +msgid "Password:" +msgstr "" #: placeedit.ui msgctxt "" "placeedit.ui\n" -"label15\n" +"rememberPassword\n" "label\n" "string.text" -msgid "User Details" -msgstr "ユーザーの詳細" +msgid "Remember password" +msgstr "" #: placeedit.ui msgctxt "" @@ -709,15 +648,6 @@ msgctxt "" msgid "Windows Share" msgstr "Windows 共有" -#: placeedit.ui -msgctxt "" -"placeedit.ui\n" -"liststore1\n" -"4\n" -"stringlist.text" -msgid "CMIS" -msgstr "CMIS" - #: printersetupdialog.ui msgctxt "" "printersetupdialog.ui\n" @@ -925,3 +855,142 @@ msgctxt "" "string.text" msgid "Do you want to restart %PRODUCTNAME now?" msgstr "%PRODUCTNAME を今すぐ再起動しますか?" + +msgctxt "" +"placeedit.ui\n" +"label1\n" +"label\n" +"string.text" +msgid "File Service" +msgstr "ファイルサービス" + +msgctxt "" +"placeedit.ui\n" +"pathLabel\n" +"label\n" +"string.text" +msgid "Path:" +msgstr "パス:" + +msgctxt "" +"placeedit.ui\n" +"webdavs\n" +"label\n" +"string.text" +msgid "Secured WebDAV (HTTPS)" +msgstr "安全な WebDAV (HTTPS)" + +msgctxt "" +"placeedit.ui\n" +"label4\n" +"label\n" +"string.text" +msgid "Server Details" +msgstr "サーバーの詳細" + +msgctxt "" +"placeedit.ui\n" +"bindingLabel\n" +"label\n" +"string.text" +msgid "Binding URL:" +msgstr "バインドする URL:" + +msgctxt "" +"placeedit.ui\n" +"label3\n" +"label\n" +"string.text" +msgid "Server type:" +msgstr "サーバーの種類:" + +msgctxt "" +"placeedit.ui\n" +"label5\n" +"label\n" +"string.text" +msgid "Path:" +msgstr "パス:" + +msgctxt "" +"placeedit.ui\n" +"label12\n" +"label\n" +"string.text" +msgid "Server Details" +msgstr "サーバーの詳細" + +msgctxt "" +"placeedit.ui\n" +"label9\n" +"label\n" +"string.text" +msgid "Host:" +msgstr "ホスト:" + +msgctxt "" +"placeedit.ui\n" +"label11\n" +"label\n" +"string.text" +msgid "Path:" +msgstr "パス:" + +msgctxt "" +"placeedit.ui\n" +"label8\n" +"label\n" +"string.text" +msgid "Server Details" +msgstr "サーバーの詳細" + +msgctxt "" +"placeedit.ui\n" +"label16\n" +"label\n" +"string.text" +msgid "Login:" +msgstr "ログイン:" + +msgctxt "" +"placeedit.ui\n" +"label15\n" +"label\n" +"string.text" +msgid "User Details" +msgstr "ユーザーの詳細" + +msgctxt "" +"placeedit.ui\n" +"liststore1\n" +"4\n" +"stringlist.text" +msgid "CMIS" +msgstr "CMIS" + +#: placeedit.ui +msgctxt "" +"placeedit.ui\n" +"label2\n" +"label\n" +"string.text" +msgid "Name:" +msgstr "名前:" + +#: placeedit.ui +msgctxt "" +"placeedit.ui\n" +"label6\n" +"label\n" +"string.text" +msgid "Type:" +msgstr "種類:" + +#: placeedit.ui +msgctxt "" +"placeedit.ui\n" +"label10\n" +"label\n" +"string.text" +msgid "Share:" +msgstr "共有:" diff --git a/source/ja/svx/inc.po b/source/ja/svx/inc.po index a2a44386a82..820dab521d9 100644 --- a/source/ja/svx/inc.po +++ b/source/ja/svx/inc.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-06-24 17:06+0200\n" -"PO-Revision-Date: 2015-08-08 10:28+0000\n" -"Last-Translator: nishbone <ml.nishibori.kiyotaka@gmail.com>\n" +"POT-Creation-Date: 2015-08-25 12:33+0200\n" +"PO-Revision-Date: 2015-08-25 03:18+0000\n" +"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1439029706.000000\n" +"X-POOTLE-MTIME: 1440472684.000000\n" #: globlmn_tmpl.hrc msgctxt "" @@ -254,7 +254,7 @@ msgctxt "" "ITEM_FORMAT_OBJECT_ALIGN\n" "#define.text" msgid "A~lignment" -msgstr "配置(~L)" +msgstr "整列(~L)" #: globlmn_tmpl.hrc msgctxt "" @@ -363,14 +363,6 @@ msgstr "貼り付け(~P)" #: globlmn_tmpl.hrc msgctxt "" "globlmn_tmpl.hrc\n" -"ITEM_EDIT_IMAP\n" -"#define.text" -msgid "ImageMap" -msgstr "イメージマップ" - -#: globlmn_tmpl.hrc -msgctxt "" -"globlmn_tmpl.hrc\n" "ITEM_EXTERNAL_EDIT\n" "#define.text" msgid "Edit with External Tool..." @@ -455,6 +447,24 @@ msgstr "一部を切り取る(~N)" #: globlmn_tmpl.hrc msgctxt "" "globlmn_tmpl.hrc\n" +"ITEM_POLY_MERGE.ITEM_POLY_SUBSTRACT.ITEM_POLY_INTERSECT.ITEM_EQUALIZEWIDTH\n" +"SID_EQUALIZEWIDTH\n" +"menuitem.text" +msgid "Equalize ~Width" +msgstr "" + +#: globlmn_tmpl.hrc +msgctxt "" +"globlmn_tmpl.hrc\n" +"ITEM_POLY_MERGE.ITEM_POLY_SUBSTRACT.ITEM_POLY_INTERSECT.ITEM_EQUALIZEWIDTH.ITEM_EQUALIZEHEIGHT\n" +"SID_EQUALIZEHEIGHT\n" +"menuitem.text" +msgid "Equalize ~Height" +msgstr "" + +#: globlmn_tmpl.hrc +msgctxt "" +"globlmn_tmpl.hrc\n" "MNSUB_FORMEN\n" "SID_POLY_FORMEN\n" "menuitem.text" @@ -615,3 +625,10 @@ msgctxt "" "#define.text" msgid "Open ~Smart Tag Menu" msgstr "「スマートタグ」メニューを開く(~S)" + +msgctxt "" +"globlmn_tmpl.hrc\n" +"ITEM_EDIT_IMAP\n" +"#define.text" +msgid "ImageMap" +msgstr "イメージマップ" diff --git a/source/ja/svx/source/svdraw.po b/source/ja/svx/source/svdraw.po index f54699d4f66..3d3d2710978 100644 --- a/source/ja/svx/source/svdraw.po +++ b/source/ja/svx/source/svdraw.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2014-05-02 00:06+0200\n" -"PO-Revision-Date: 2014-06-25 14:41+0000\n" -"Last-Translator: matuaki <matuaki.ooo@gmail.com>\n" +"POT-Creation-Date: 2015-09-01 20:20+0200\n" +"PO-Revision-Date: 2015-01-03 06:25+0000\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1403707275.000000\n" +"X-POOTLE-MTIME: 1420266320.000000\n" #: svdstr.src msgctxt "" @@ -1563,6 +1563,22 @@ msgstr "選択したオブジェクトの分布" #: svdstr.src msgctxt "" "svdstr.src\n" +"STR_EqualizeWidthMarkedObjects\n" +"string.text" +msgid "Equalize Width %1" +msgstr "" + +#: svdstr.src +msgctxt "" +"svdstr.src\n" +"STR_EqualizeHeightMarkedObjects\n" +"string.text" +msgid "Equalize Height %1" +msgstr "" + +#: svdstr.src +msgctxt "" +"svdstr.src\n" "STR_EditCombine_OnePoly\n" "string.text" msgid "Combine %1" @@ -4891,6 +4907,14 @@ msgstr "列の均等分割" #: svdstr.src msgctxt "" "svdstr.src\n" +"STR_TABLE_DELETE_CELL_CONTENTS\n" +"string.text" +msgid "Delete cell contents" +msgstr "" + +#: svdstr.src +msgctxt "" +"svdstr.src\n" "STR_TABLE_STYLE\n" "string.text" msgid "Table style" diff --git a/source/ja/svx/uiconfig/ui.po b/source/ja/svx/uiconfig/ui.po index de52adf17d4..45fdb1be97d 100644 --- a/source/ja/svx/uiconfig/ui.po +++ b/source/ja/svx/uiconfig/ui.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-06-24 17:06+0200\n" -"PO-Revision-Date: 2015-07-27 11:35+0000\n" -"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" +"POT-Creation-Date: 2015-09-01 20:20+0200\n" +"PO-Revision-Date: 2015-08-27 08:25+0000\n" +"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1437996955.000000\n" +"X-POOTLE-MTIME: 1440663902.000000\n" #: acceptrejectchangesdialog.ui msgctxt "" @@ -1408,7 +1408,7 @@ msgctxt "" "tolathe\n" "tooltip_text\n" "string.text" -msgid "Convert to Lathe Object" +msgid "Convert to Rotation Object" msgstr "" #: docking3deffects.ui @@ -4378,24 +4378,6 @@ msgstr "塗りつぶし(_F):" #: sidebararea.ui msgctxt "" "sidebararea.ui\n" -"fillstyle\n" -"tooltip_markup\n" -"string.text" -msgid "Select the fill type to apply." -msgstr "適用する塗りつぶしの方法を選択します。" - -#: sidebararea.ui -msgctxt "" -"sidebararea.ui\n" -"fillstyle\n" -"tooltip_text\n" -"string.text" -msgid "Select the fill type to apply." -msgstr "適用する塗りつぶしの方法を選択します。" - -#: sidebararea.ui -msgctxt "" -"sidebararea.ui\n" "color\n" "tooltip_markup\n" "string.text" @@ -4432,29 +4414,56 @@ msgstr "適用する効果を選択します。" #: sidebararea.ui msgctxt "" "sidebararea.ui\n" -"transparencylabel\n" +"fillgrad1\n" "tooltip_markup\n" "string.text" -msgid "Transparency" -msgstr "透過性" +msgid "Fill gradient from." +msgstr "" #: sidebararea.ui msgctxt "" "sidebararea.ui\n" -"transparencylabel\n" +"fillgrad1\n" "tooltip_text\n" "string.text" -msgid "Transparency" -msgstr "透過性" +msgid "Fill gradient from." +msgstr "" #: sidebararea.ui msgctxt "" "sidebararea.ui\n" -"transparencylabel\n" -"label\n" +"fillstyle\n" +"tooltip_markup\n" "string.text" -msgid "_Transparency:" -msgstr "透過性(_T):" +msgid "Select the fill type to apply." +msgstr "適用する塗りつぶしの方法を選択します。" + +#: sidebararea.ui +msgctxt "" +"sidebararea.ui\n" +"fillstyle\n" +"tooltip_text\n" +"string.text" +msgid "Select the fill type to apply." +msgstr "適用する塗りつぶしの方法を選択します。" + +#: sidebararea.ui +msgctxt "" +"sidebararea.ui\n" +"gradient\n" +"tooltip_markup\n" +"string.text" +msgid "Specify the variation of gradient transparency." +msgstr "グラデーションの透過度の詳細を指定します。" + +#: sidebararea.ui +msgctxt "" +"sidebararea.ui\n" +"gradient\n" +"tooltip_text\n" +"string.text" +msgid "Specify the variation of gradient transparency." +msgstr "グラデーションの透過度の詳細を指定します。" #: sidebararea.ui msgctxt "" @@ -4549,20 +4558,163 @@ msgstr "正方形" #: sidebararea.ui msgctxt "" "sidebararea.ui\n" -"gradient\n" +"transparencylabel\n" "tooltip_markup\n" "string.text" -msgid "Specify the variation of gradient transparency." -msgstr "グラデーションの透過度の詳細を指定します。" +msgid "Transparency" +msgstr "透過性" #: sidebararea.ui msgctxt "" "sidebararea.ui\n" -"gradient\n" +"transparencylabel\n" "tooltip_text\n" "string.text" -msgid "Specify the variation of gradient transparency." -msgstr "グラデーションの透過度の詳細を指定します。" +msgid "Transparency" +msgstr "透過性" + +#: sidebararea.ui +msgctxt "" +"sidebararea.ui\n" +"transparencylabel\n" +"label\n" +"string.text" +msgid "_Transparency:" +msgstr "透過性(_T):" + +#: sidebararea.ui +msgctxt "" +"sidebararea.ui\n" +"fillgrad2\n" +"tooltip_markup\n" +"string.text" +msgid "Fill gradient to." +msgstr "" + +#: sidebararea.ui +msgctxt "" +"sidebararea.ui\n" +"fillgrad2\n" +"tooltip_text\n" +"string.text" +msgid "Fill gradient to." +msgstr "" + +#: sidebararea.ui +msgctxt "" +"sidebararea.ui\n" +"gradangle\n" +"tooltip_markup\n" +"string.text" +msgid "Select the gradient angle." +msgstr "" + +#: sidebararea.ui +msgctxt "" +"sidebararea.ui\n" +"gradangle\n" +"tooltip_text\n" +"string.text" +msgid "Select the gradient angle." +msgstr "" + +#: sidebararea.ui +#, fuzzy +msgctxt "" +"sidebararea.ui\n" +"gradientstyle\n" +"0\n" +"stringlist.text" +msgid "Linear" +msgstr "線形" + +#: sidebararea.ui +#, fuzzy +msgctxt "" +"sidebararea.ui\n" +"gradientstyle\n" +"1\n" +"stringlist.text" +msgid "Axial" +msgstr "軸" + +#: sidebararea.ui +#, fuzzy +msgctxt "" +"sidebararea.ui\n" +"gradientstyle\n" +"2\n" +"stringlist.text" +msgid "Radial" +msgstr "放射状" + +#: sidebararea.ui +#, fuzzy +msgctxt "" +"sidebararea.ui\n" +"gradientstyle\n" +"3\n" +"stringlist.text" +msgid "Ellipsoid" +msgstr "楕円" + +#: sidebararea.ui +#, fuzzy +msgctxt "" +"sidebararea.ui\n" +"gradientstyle\n" +"4\n" +"stringlist.text" +msgid "Quadratic" +msgstr "放物線" + +#: sidebararea.ui +#, fuzzy +msgctxt "" +"sidebararea.ui\n" +"gradientstyle\n" +"5\n" +"stringlist.text" +msgid "Square" +msgstr "正方形" + +#: sidebararea.ui +msgctxt "" +"sidebararea.ui\n" +"gradientstyle\n" +"tooltip_markup\n" +"string.text" +msgid "Select the gradient style." +msgstr "" + +#: sidebararea.ui +msgctxt "" +"sidebararea.ui\n" +"gradientstyle\n" +"tooltip_text\n" +"string.text" +msgid "Select the gradient style." +msgstr "" + +#: sidebararea.ui +#, fuzzy +msgctxt "" +"sidebararea.ui\n" +"transparencyslider\n" +"tooltip_markup\n" +"string.text" +msgid "Specify 0% for fully opaque through 100% for fully transparent." +msgstr "0%不透明から100%透明までを指定します。" + +#: sidebararea.ui +#, fuzzy +msgctxt "" +"sidebararea.ui\n" +"transparencyslider\n" +"tooltip_text\n" +"string.text" +msgid "Specify 0% for fully opaque through 100% for fully transparent." +msgstr "0%不透明から100%透明までを指定します。" #: sidebararea.ui msgctxt "" @@ -4999,56 +5151,65 @@ msgstr "星" #: sidebarline.ui msgctxt "" "sidebarline.ui\n" -"widthlabel\n" +"stylelabel\n" "label\n" "string.text" -msgid "_Width:" -msgstr "幅(_W):" +msgid "_Style:" +msgstr "形状(_S):" #: sidebarline.ui msgctxt "" "sidebarline.ui\n" -"width\n" +"linestyle\n" "tooltip_markup\n" "string.text" -msgid "Select the width of the line." -msgstr "線の幅を選択します。" +msgid "Select the style of the line." +msgstr "線の形状を選択します。" #: sidebarline.ui msgctxt "" "sidebarline.ui\n" -"width\n" +"linestyle\n" "tooltip_text\n" "string.text" -msgid "Select the width of the line." -msgstr "線の幅を選択します。" +msgid "Select the style of the line." +msgstr "線の形状を選択します。" #: sidebarline.ui msgctxt "" "sidebarline.ui\n" -"colorlabel\n" +"widthlabel\n" "label\n" "string.text" -msgid "_Color:" -msgstr "色(_C):" +msgid "_Width:" +msgstr "幅(_W):" #: sidebarline.ui msgctxt "" "sidebarline.ui\n" -"linetransparency\n" +"width\n" "tooltip_markup\n" "string.text" -msgid "Specify the transparency of the line." -msgstr "線の透過度を指定します。" +msgid "Select the width of the line." +msgstr "線の幅を選択します。" #: sidebarline.ui msgctxt "" "sidebarline.ui\n" -"linetransparency\n" +"width\n" "tooltip_text\n" "string.text" -msgid "Specify the transparency of the line." -msgstr "線の透過度を指定します。" +msgid "Select the width of the line." +msgstr "線の幅を選択します。" + +#: sidebarline.ui +msgctxt "" +"sidebarline.ui\n" +"colorlabel\n" +"label\n" +"string.text" +msgid "_Color:" +msgstr "色(_C):" #: sidebarline.ui msgctxt "" @@ -5098,29 +5259,20 @@ msgstr "透過性(_T):" #: sidebarline.ui msgctxt "" "sidebarline.ui\n" -"stylelabel\n" -"label\n" -"string.text" -msgid "_Style:" -msgstr "形状(_S):" - -#: sidebarline.ui -msgctxt "" -"sidebarline.ui\n" -"linestyle\n" +"linetransparency\n" "tooltip_markup\n" "string.text" -msgid "Select the style of the line." -msgstr "線の形状を選択します。" +msgid "Specify the transparency of the line." +msgstr "線の透過度を指定します。" #: sidebarline.ui msgctxt "" "sidebarline.ui\n" -"linestyle\n" +"linetransparency\n" "tooltip_text\n" "string.text" -msgid "Select the style of the line." -msgstr "線の形状を選択します。" +msgid "Specify the transparency of the line." +msgstr "線の透過度を指定します。" #: sidebarline.ui msgctxt "" @@ -5689,6 +5841,54 @@ msgctxt "" msgid "Flip the selected object horizontally." msgstr "選択したオブジェクトを水平方向に反転します。" +#: sidebarshadow.ui +msgctxt "" +"sidebarshadow.ui\n" +"SHOW_SHADOW\n" +"label\n" +"string.text" +msgid "Enable" +msgstr "" + +#: sidebarshadow.ui +msgctxt "" +"sidebarshadow.ui\n" +"angle\n" +"label\n" +"string.text" +msgid "Angle" +msgstr "" + +#: sidebarshadow.ui +#, fuzzy +msgctxt "" +"sidebarshadow.ui\n" +"distance\n" +"label\n" +"string.text" +msgid "Distance" +msgstr "インスタンス" + +#: sidebarshadow.ui +#, fuzzy +msgctxt "" +"sidebarshadow.ui\n" +"transparency_label\n" +"label\n" +"string.text" +msgid "Transparency:" +msgstr "透過性(_T):" + +#: sidebarshadow.ui +#, fuzzy +msgctxt "" +"sidebarshadow.ui\n" +"color\n" +"label\n" +"string.text" +msgid "Color:" +msgstr "色(_C):" + #: textcontrolchardialog.ui msgctxt "" "textcontrolchardialog.ui\n" diff --git a/source/ja/sw/source/ui/app.po b/source/ja/sw/source/ui/app.po index 0ba000d84a9..824c1e081b9 100644 --- a/source/ja/sw/source/ui/app.po +++ b/source/ja/sw/source/ui/app.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-06-24 17:05+0200\n" -"PO-Revision-Date: 2015-08-08 09:47+0000\n" -"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n" +"POT-Creation-Date: 2015-08-25 12:34+0200\n" +"PO-Revision-Date: 2015-08-25 03:15+0000\n" +"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1439027275.000000\n" +"X-POOTLE-MTIME: 1440472543.000000\n" #: app.src msgctxt "" @@ -1142,12 +1142,13 @@ msgid "Password-protected files cannot be opened." msgstr "パスワード保護されたファイルを開けません。" #: error.src +#, fuzzy msgctxt "" "error.src\n" "RID_SW_ERRHDL\n" "ERR_CODE ( ERRCODE_CLASS_READ , ERR_WW6_NO_WW6_FILE_ERR )\n" "string.text" -msgid "This is not a WinWord6 file." +msgid "This is not a valid WinWord6 file." msgstr "これは WinWord6 のファイルではありません。" #: error.src @@ -1178,12 +1179,13 @@ msgid "File has been written in a newer version." msgstr "ファイルは新しいバージョンで書かれています" #: error.src +#, fuzzy msgctxt "" "error.src\n" "RID_SW_ERRHDL\n" "ERR_CODE ( ERRCODE_CLASS_READ , ERR_WW8_NO_WW8_FILE_ERR )\n" "string.text" -msgid "This is not a WinWord97 file." +msgid "This is not a valid WinWord97 file." msgstr "これは WinWord97 ファイルではありません。" #: error.src @@ -1538,8 +1540,8 @@ msgctxt "" "BASE_TEXT_POPUPMENU_NOWEB\n" "FN_UPDATE_CUR_TOX\n" "menuitem.text" -msgid "~Update Index or Table" -msgstr "目次と索引の更新(~U)" +msgid "~Update Index or Table of Contents" +msgstr "" #: mn.src msgctxt "" @@ -1547,8 +1549,8 @@ msgctxt "" "BASE_TEXT_POPUPMENU_NOWEB\n" "FN_EDIT_CURRENT_TOX\n" "menuitem.text" -msgid "~Edit Index or Table" -msgstr "目次と索引の編集(~E)" +msgid "~Edit Index or Table of Contents" +msgstr "" #: mn.src msgctxt "" @@ -1556,8 +1558,8 @@ msgctxt "" "BASE_TEXT_POPUPMENU_NOWEB\n" "FN_REMOVE_CUR_TOX\n" "menuitem.text" -msgid "Delete Index or Table" -msgstr "目次と索引の削除" +msgid "Delete Index or Table of Contents" +msgstr "" #: mn.src msgctxt "" @@ -1899,7 +1901,7 @@ msgctxt "" "MN_SUB_ARRANGE\n" "menuitem.text" msgid "~Arrange" -msgstr "整列(~A)" +msgstr "重なり(~A)" #: mn.src msgctxt "" @@ -2457,3 +2459,45 @@ msgctxt "" "menuitem.text" msgid "Delete Page Break" msgstr "改ページの削除" + +msgctxt "" +"mn.src\n" +"BASE_TEXT_POPUPMENU_NOWEB\n" +"FN_UPDATE_CUR_TOX\n" +"menuitem.text" +msgid "~Update Index or Table" +msgstr "目次と索引の更新(~U)" + +msgctxt "" +"mn.src\n" +"BASE_TEXT_POPUPMENU_NOWEB\n" +"FN_EDIT_CURRENT_TOX\n" +"menuitem.text" +msgid "~Edit Index or Table" +msgstr "目次と索引の編集(~E)" + +msgctxt "" +"mn.src\n" +"BASE_TEXT_POPUPMENU_NOWEB\n" +"FN_REMOVE_CUR_TOX\n" +"menuitem.text" +msgid "Delete Index or Table" +msgstr "目次と索引の削除" + +#: error.src +msgctxt "" +"error.src\n" +"RID_SW_ERRHDL\n" +"ERR_CODE ( ERRCODE_CLASS_READ , ERR_WW6_NO_WW6_FILE_ERR )\n" +"string.text" +msgid "This is not a WinWord6 file." +msgstr "これは WinWord6 のファイルではありません。" + +#: error.src +msgctxt "" +"error.src\n" +"RID_SW_ERRHDL\n" +"ERR_CODE ( ERRCODE_CLASS_READ , ERR_WW8_NO_WW8_FILE_ERR )\n" +"string.text" +msgid "This is not a WinWord97 file." +msgstr "これは WinWord97 ファイルではありません。" diff --git a/source/ja/sw/source/ui/dochdl.po b/source/ja/sw/source/ui/dochdl.po index 64037f5cfbf..02efe064300 100644 --- a/source/ja/sw/source/ui/dochdl.po +++ b/source/ja/sw/source/ui/dochdl.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-04-22 23:40+0200\n" -"PO-Revision-Date: 2015-05-11 11:45+0000\n" -"Last-Translator: ytmknd <yagit@mknada.sakura.ne.jp>\n" +"POT-Creation-Date: 2015-08-25 12:34+0200\n" +"PO-Revision-Date: 2015-05-18 13:41+0000\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1431344744.000000\n" +"X-POOTLE-MTIME: 1431956516.000000\n" #: dochdl.src msgctxt "" @@ -29,8 +29,16 @@ msgctxt "" "dochdl.src\n" "STR_NO_TABLE\n" "string.text" -msgid "A table cannot be inserted into another table. However, you can paste the data into the document when the cursor is not in a table." -msgstr "テーブルは別のテーブルに挿入できません。ただし、カーソルがテーブルにないときに、データをドキュメントに挿入できます。" +msgid "A table with no rows or no cells cannot be inserted" +msgstr "" + +#: dochdl.src +msgctxt "" +"dochdl.src\n" +"STR_TABLE_TOO_LARGE\n" +"string.text" +msgid "The table cannot be inserted because it is too large" +msgstr "" #: dochdl.src msgctxt "" @@ -79,3 +87,10 @@ msgctxt "" "string.text" msgid "DDE link" msgstr "DDE リンク" + +msgctxt "" +"dochdl.src\n" +"STR_NO_TABLE\n" +"string.text" +msgid "A table cannot be inserted into another table. However, you can paste the data into the document when the cursor is not in a table." +msgstr "テーブルは別のテーブルに挿入できません。ただし、カーソルがテーブルにないときに、データをドキュメントに挿入できます。" diff --git a/source/ja/sw/source/ui/sidebar.po b/source/ja/sw/source/ui/sidebar.po index 32e23278f8d..790571ca1b0 100644 --- a/source/ja/sw/source/ui/sidebar.po +++ b/source/ja/sw/source/ui/sidebar.po @@ -3,18 +3,18 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2013-11-20 13:01+0100\n" -"PO-Revision-Date: 2013-06-06 12:47+0000\n" -"Last-Translator: Ikuya <ikuya@fruitsbasket.info>\n" +"POT-Creation-Date: 2015-04-22 23:40+0200\n" +"PO-Revision-Date: 2015-08-27 05:11+0000\n" +"Last-Translator: system user <>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: LibreOffice\n" +"X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1370522875.0\n" +"X-POOTLE-MTIME: 1440652304.000000\n" #: PagePropertyPanel.src msgctxt "" @@ -23,7 +23,7 @@ msgctxt "" "STR_PORTRAIT\n" "string.text" msgid "Portrait" -msgstr "縦置き" +msgstr "縦" #: PagePropertyPanel.src msgctxt "" @@ -32,7 +32,7 @@ msgctxt "" "STR_LANDSCAPE\n" "string.text" msgid "Landscape" -msgstr "横置き" +msgstr "横" #: PagePropertyPanel.src msgctxt "" diff --git a/source/ja/sw/uiconfig/swriter/ui.po b/source/ja/sw/uiconfig/swriter/ui.po index 5e079e53dba..d6003367190 100644 --- a/source/ja/sw/uiconfig/swriter/ui.po +++ b/source/ja/sw/uiconfig/swriter/ui.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: LibO 40l10n\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2015-08-06 22:51+0200\n" -"PO-Revision-Date: 2015-08-09 06:14+0000\n" -"Last-Translator: Naruhiko Ogasawara <naruoga@gmail.com>\n" +"POT-Creation-Date: 2015-09-01 20:20+0200\n" +"PO-Revision-Date: 2015-08-27 02:37+0000\n" +"Last-Translator: system user <>\n" "Language-Team: none\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Pootle 2.7\n" "X-Accelerator-Marker: ~\n" -"X-POOTLE-MTIME: 1439100854.000000\n" +"X-POOTLE-MTIME: 1440643038.000000\n" #: abstractdialog.ui msgctxt "" @@ -9754,15 +9754,6 @@ msgstr "目次と索引(_I):" #: optfonttabpage.ui msgctxt "" "optfonttabpage.ui\n" -"doconly\n" -"label\n" -"string.text" -msgid "C_urrent document only" -msgstr "現在のドキュメントのみ(_U)" - -#: optfonttabpage.ui -msgctxt "" -"optfonttabpage.ui\n" "label1\n" "label\n" "string.text" @@ -12615,7 +12606,7 @@ msgctxt "" "tooltip_text\n" "string.text" msgid "Orientation" -msgstr "画像の向き" +msgstr "印刷の向き" #: sidebarpage.ui msgctxt "" @@ -12683,6 +12674,42 @@ msgstr "なし" #: sidebarwrap.ui msgctxt "" "sidebarwrap.ui\n" +"buttonparallel\n" +"tooltip_markup\n" +"string.text" +msgid "Parallel" +msgstr "両側" + +#: sidebarwrap.ui +msgctxt "" +"sidebarwrap.ui\n" +"buttonparallel\n" +"tooltip_text\n" +"string.text" +msgid "Parallel" +msgstr "両側" + +#: sidebarwrap.ui +msgctxt "" +"sidebarwrap.ui\n" +"buttonoptimal\n" +"tooltip_markup\n" +"string.text" +msgid "Optimal" +msgstr "左右動的" + +#: sidebarwrap.ui +msgctxt "" +"sidebarwrap.ui\n" +"buttonoptimal\n" +"tooltip_text\n" +"string.text" +msgid "Optimal" +msgstr "左右動的" + +#: sidebarwrap.ui +msgctxt "" +"sidebarwrap.ui\n" "buttonbefore\n" "tooltip_markup\n" "string.text" @@ -12719,56 +12746,184 @@ msgstr "後" #: sidebarwrap.ui msgctxt "" "sidebarwrap.ui\n" -"buttonparallel\n" +"buttonthrough\n" "tooltip_markup\n" "string.text" -msgid "Parallel" -msgstr "両側" +msgid "Through" +msgstr "折り返しなし" #: sidebarwrap.ui msgctxt "" "sidebarwrap.ui\n" -"buttonparallel\n" +"buttonthrough\n" "tooltip_text\n" "string.text" -msgid "Parallel" -msgstr "両側" +msgid "Through" +msgstr "折り返しなし" #: sidebarwrap.ui msgctxt "" "sidebarwrap.ui\n" -"buttonthrough\n" +"enablecontour\n" +"label\n" +"string.text" +msgid "Enable Contour" +msgstr "" + +#: sidebarwrap.ui +msgctxt "" +"sidebarwrap.ui\n" +"enablecontour\n" "tooltip_markup\n" "string.text" -msgid "Through" -msgstr "折り返しなし" +msgid "Click to automatically trim unnecessary parts of the image" +msgstr "" #: sidebarwrap.ui msgctxt "" "sidebarwrap.ui\n" -"buttonthrough\n" +"enablecontour\n" "tooltip_text\n" "string.text" -msgid "Through" -msgstr "折り返しなし" +msgid "Click to automatically trim unnecessary parts of the image" +msgstr "" #: sidebarwrap.ui msgctxt "" "sidebarwrap.ui\n" -"buttonoptimal\n" +"editcontour\n" +"label\n" +"string.text" +msgid "Edit Contour" +msgstr "" + +#: sidebarwrap.ui +msgctxt "" +"sidebarwrap.ui\n" +"editcontour\n" "tooltip_markup\n" "string.text" -msgid "Optimal" -msgstr "左右動的" +msgid "Edit the trimmed area of the image" +msgstr "" #: sidebarwrap.ui msgctxt "" "sidebarwrap.ui\n" -"buttonoptimal\n" +"editcontour\n" "tooltip_text\n" "string.text" -msgid "Optimal" -msgstr "左右動的" +msgid "Edit the trimmed area of the image" +msgstr "" + +#: sidebarwrap.ui +#, fuzzy +msgctxt "" +"sidebarwrap.ui\n" +"label1\n" +"label\n" +"string.text" +msgid "Spacing:" +msgstr "間隔:" + +#: sidebarwrap.ui +msgctxt "" +"sidebarwrap.ui\n" +"spacingLB\n" +"tooltip_markup\n" +"string.text" +msgid "Set the amount of space between the image and surrounding text" +msgstr "" + +#: sidebarwrap.ui +msgctxt "" +"sidebarwrap.ui\n" +"spacingLB\n" +"tooltip_text\n" +"string.text" +msgid "Set the amount of space between the image and surrounding text" +msgstr "" + +#: sidebarwrap.ui +msgctxt "" +"sidebarwrap.ui\n" +"customlabel\n" +"label\n" +"string.text" +msgid "Custom" +msgstr "" + +#: sidebarwrap.ui +#, fuzzy +msgctxt "" +"sidebarwrap.ui\n" +"spacinglist\n" +"0\n" +"stringlist.text" +msgid "None" +msgstr "なし" + +#: sidebarwrap.ui +msgctxt "" +"sidebarwrap.ui\n" +"spacinglist\n" +"1\n" +"stringlist.text" +msgid "Extra Small (0.16cm)" +msgstr "" + +#: sidebarwrap.ui +msgctxt "" +"sidebarwrap.ui\n" +"spacinglist\n" +"2\n" +"stringlist.text" +msgid "Small (0.32cm)" +msgstr "" + +#: sidebarwrap.ui +msgctxt "" +"sidebarwrap.ui\n" +"spacinglist\n" +"3\n" +"stringlist.text" +msgid "Small Medium (0.64cm)" +msgstr "" + +#: sidebarwrap.ui +msgctxt "" +"sidebarwrap.ui\n" +"spacinglist\n" +"4\n" +"stringlist.text" +msgid "Medium (0.95cm)" +msgstr "" + +#: sidebarwrap.ui +msgctxt "" +"sidebarwrap.ui\n" +"spacinglist\n" +"5\n" +"stringlist.text" +msgid "Medium Large (1.27cm)" +msgstr "" + +#: sidebarwrap.ui +msgctxt "" +"sidebarwrap.ui\n" +"spacinglist\n" +"6\n" +"stringlist.text" +msgid "Large (1.9cm)" +msgstr "" + +#: sidebarwrap.ui +msgctxt "" +"sidebarwrap.ui\n" +"spacinglist\n" +"7\n" +"stringlist.text" +msgid "Extra Large (2.54cm)" +msgstr "" #: sortdialog.ui msgctxt "" @@ -14396,8 +14551,8 @@ msgctxt "" "TocDialog\n" "title\n" "string.text" -msgid "Insert Index/Table" -msgstr "目次と索引の挿入" +msgid "Insert Index or Table of Contents" +msgstr "" #: tocdialog.ui msgctxt "" @@ -14414,8 +14569,8 @@ msgctxt "" "index\n" "label\n" "string.text" -msgid "Index/Table" -msgstr "目次と索引" +msgid "Index or Table of Contents" +msgstr "" #: tocdialog.ui msgctxt "" @@ -14990,8 +15145,8 @@ msgctxt "" "label1\n" "label\n" "string.text" -msgid "Create Index/Table" -msgstr "目次と索引の作成" +msgid "Create Index or Table of Contents" +msgstr "" #: tocindexpage.ui msgctxt "" @@ -15527,33 +15682,6 @@ msgstr "表示" #: viewoptionspage.ui msgctxt "" "viewoptionspage.ui\n" -"hscrollbar\n" -"label\n" -"string.text" -msgid "H_orizontal scrollbar" -msgstr "水平スクロールバー(_O)" - -#: viewoptionspage.ui -msgctxt "" -"viewoptionspage.ui\n" -"vscrollbar\n" -"label\n" -"string.text" -msgid "_Vertical scrollbar" -msgstr "垂直スクロールバー(_V)" - -#: viewoptionspage.ui -msgctxt "" -"viewoptionspage.ui\n" -"ruler\n" -"label\n" -"string.text" -msgid "R_uler" -msgstr "ルーラー(_U)" - -#: viewoptionspage.ui -msgctxt "" -"viewoptionspage.ui\n" "smoothscroll\n" "label\n" "string.text" @@ -15563,15 +15691,6 @@ msgstr "滑らかなスクロール(_M)" #: viewoptionspage.ui msgctxt "" "viewoptionspage.ui\n" -"hruler\n" -"label\n" -"string.text" -msgid "Hori_zontal ruler" -msgstr "水平ルーラー(_Z)" - -#: viewoptionspage.ui -msgctxt "" -"viewoptionspage.ui\n" "vruler\n" "label\n" "string.text" @@ -15590,6 +15709,15 @@ msgstr "右に配置" #: viewoptionspage.ui msgctxt "" "viewoptionspage.ui\n" +"hruler\n" +"label\n" +"string.text" +msgid "Hori_zontal ruler" +msgstr "水平ルーラー(_Z)" + +#: viewoptionspage.ui +msgctxt "" +"viewoptionspage.ui\n" "label3\n" "label\n" "string.text" |