diff options
Diffstat (limited to 'source/ja/helpcontent2/source/text/sbasic/shared.po')
-rw-r--r-- | source/ja/helpcontent2/source/text/sbasic/shared.po | 573 |
1 files changed, 462 insertions, 111 deletions
diff --git a/source/ja/helpcontent2/source/text/sbasic/shared.po b/source/ja/helpcontent2/source/text/sbasic/shared.po index 971d444507c..90497a8cb22 100644 --- a/source/ja/helpcontent2/source/text/sbasic/shared.po +++ b/source/ja/helpcontent2/source/text/sbasic/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: 2020-09-07 17:18+0200\n" +"POT-Creation-Date: 2020-09-28 11:22+0200\n" "PO-Revision-Date: 2020-08-25 08:35+0000\n" "Last-Translator: Souichirou Ishikawa <souichirho@gmail.com>\n" "Language-Team: Japanese <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/ja/>\n" @@ -4309,50 +4309,50 @@ msgctxt "" msgid "To move a module or dialog to another document, click the corresponding object in the list and drag it to the desired position. A horizontal line indicates the target position of the current object while dragging. Hold the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while dragging to copy the object instead of moving it." msgstr "ドキュメント間でモジュールやダイアログを移動する場合は、リスト内で該当するオブジェクトをクリックして移動先へドラッグします。オブジェクトのドラッグ中は、移動後の挿入位置が水平線で表示されます。<switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline> </switchinline>キーを押しながらドラッグすると、移動ではなくコピーされます。" -#. FiYz2 +#. 8AfAv #: 01040000.xhp msgctxt "" "01040000.xhp\n" "tit\n" "help.text" -msgid "Event-Driven Macros" -msgstr "イベント駆動型マクロ" +msgid "Document Event-Driven Macros" +msgstr "" -#. BHSko +#. mRxGZ #: 01040000.xhp msgctxt "" "01040000.xhp\n" "bm_id3154581\n" "help.text" -msgid "<bookmark_value>deleting; macro assignments to events</bookmark_value> <bookmark_value>macros; assigning to events</bookmark_value> <bookmark_value>assigning macros to events</bookmark_value> <bookmark_value>events; assigning macros</bookmark_value>" -msgstr "<bookmark_value>削除; イベントへのマクロの割り当て</bookmark_value> <bookmark_value>マクロ; イベントへの割り当て</bookmark_value> <bookmark_value>イベントへのマクロの割り当て</bookmark_value> <bookmark_value>イベント; マクロの割り当て</bookmark_value>" +msgid "<bookmark_value>deleting; macro assignments to events</bookmark_value> <bookmark_value>macros; assigning to events</bookmark_value> <bookmark_value>assigning macros to events</bookmark_value> <bookmark_value>documents; events</bookmark_value> <bookmark_value>events; assigning macros</bookmark_value> <bookmark_value>API; XDocumentEventListener</bookmark_value>" +msgstr "" -#. ZYLfF +#. 7uCwS #: 01040000.xhp msgctxt "" "01040000.xhp\n" "hd_id3147348\n" "help.text" -msgid "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"Event-Driven Macros\">Event-Driven Macros</link>" -msgstr "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"イベント駆動型マクロ\">イベント駆動型マクロ</link>" +msgid "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"Event-Driven Macros\">Document Event-Driven Macros</link>" +msgstr "" -#. CNDe6 +#. LRvA8 #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3146120\n" "help.text" -msgid "This section describes how to assign Basic programs to program events." -msgstr "このセクションでは、Basic プログラムをプログラムイベントに割り当てる方法について解説します。" +msgid "This section describes how to assign scripts to application, document or form events." +msgstr "" -#. SDAQu +#. 3G8fP #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3149263\n" "help.text" -msgid "You can automatically execute a macro when a specified software event occurs by assigning the desired macro to the event. The following table provides an overview of program events and at what point an assigned macro is executed." -msgstr "ソフトウェアの操作時に発生する特定のイベントに応じて、何らかのマクロを自動実行させるには、該当するイベントにマクロを割り当てます。下記の一覧は、プログラムイベントの概要と、そこに割り当てたマクロがどのタイミングで実行されるかを簡単にまとめたものです。" +msgid "You can automatically execute a macro when a specified software event occurs by assigning the desired macro to the event. The following table provides an overview of document events and at what point an assigned macro is executed." +msgstr "" #. zBhWV #: 01040000.xhp @@ -4372,32 +4372,41 @@ msgctxt "" msgid "An assigned macro is executed..." msgstr "割り当てたマクロが実行されるタイミング" -#. PFpKw +#. e4Pjb +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id3145809\n" +"help.text" +msgid "routine" +msgstr "" + +#. WtaR8 #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3149379\n" "help.text" -msgid "Program Start" -msgstr "プログラムの開始時" +msgid "Start Application" +msgstr "" -#. WGtYg +#. otwcA #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3150715\n" "help.text" -msgid "... after a $[officename] application is started." -msgstr "...$[officename] アプリケーションを起動した直後。" +msgid "...after a $[officename] application is started." +msgstr "" -#. zvpGy +#. zjA7c #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3146914\n" "help.text" -msgid "Program End" -msgstr "プログラムの終了時" +msgid "Close Application" +msgstr "" #. iwsSq #: 01040000.xhp @@ -4408,14 +4417,32 @@ msgctxt "" msgid "...before a $[officename] application is terminated." msgstr "...$[officename] アプリケーションを終了する直前。" -#. FGd5M +#. DZHzW +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id151599831705811\n" +"help.text" +msgid "Document created" +msgstr "" + +#. KAZDF +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id501599831822339\n" +"help.text" +msgid "...New document created with <emph>File - New</emph> or with the <emph>New</emph> icon. Note that this event also fires when Basic IDE opens." +msgstr "" + +#. HBjid #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3145150\n" "help.text" -msgid "Create Document" -msgstr "ドキュメントの作成時" +msgid "New Document" +msgstr "" #. fkuXY #: 01040000.xhp @@ -4426,6 +4453,24 @@ msgctxt "" msgid "...after a new document is created with <emph>File - New</emph> or with the <emph>New</emph> icon." msgstr "...メニュー <emph>ファイル → 新規作成</emph> および アイコン <emph>新規作成</emph> により新規ドキュメントを作成した直後。" +#. BYGJY +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id161599836960401\n" +"help.text" +msgid "Document loading finished" +msgstr "" + +#. jCGwP +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id721599836993145\n" +"help.text" +msgid "...before a document is opened with <emph>File - Open</emph> or with the <emph>Open</emph> icon." +msgstr "" + #. F352r #: 01040000.xhp msgctxt "" @@ -4444,41 +4489,140 @@ msgctxt "" msgid "...after a document is opened with <emph>File - Open</emph> or with the <emph>Open</emph> icon." msgstr "...メニュー <emph>ファイル → 開く...</emph> および アイコン <emph>ファイルを開く</emph> によりドキュメントを開いた直後。" -#. VUPBD +#. H2Uom #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3153266\n" +"par_id3159171\n" "help.text" -msgid "Save Document As" -msgstr "ドキュメントに名前を付けて保存する時" +msgid "Document is going to be closed" +msgstr "" -#. qMrvw +#. CvPgm #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3150208\n" +"par_id3146868\n" "help.text" -msgid "...before a document is saved under a specified name (with <emph>File - Save As</emph>, or with <emph>File - Save</emph> or the <emph>Save</emph> icon, if a document name has not yet been specified)." -msgstr "...ドキュメントに新しく名前を付けて保存する直前 (メニュー <emph>ファイル → 名前を付けて保存...</emph> を選択した場合および、メニュー <emph>ファイル → 保存</emph> やアイコン <emph>ドキュメントの保存</emph> によるファイルの初回保存時)。" +msgid "...before a document is closed." +msgstr "...ドキュメントを保存する直前。" -#. wacHA +#. kLQvC #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3158215\n" +"par_id3159097\n" "help.text" -msgid "Document has been saved as" -msgstr "ドキュメントに名前を付けて保存した時" +msgid "Document closed" +msgstr "ドキュメントを閉じました" -#. G2CqP +#. DNYcy #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3150980\n" +"par_id3148606\n" "help.text" -msgid "... after a document was saved under a specified name (with <emph>File - Save As</emph>, or with <emph>File - Save</emph> or with the <emph>Save</emph> icon, if a document name has not yet been specified)." -msgstr "...ドキュメントに新しく名前を付けて保存した直後 (メニュー <emph>ファイル → 名前を付けて保存...</emph> を選択した場合および、メニュー <emph>ファイル → 保存</emph> やアイコン <emph>ドキュメントの保存</emph> によるファイルの初回保存時)。" +msgid "...after a document was closed. Note that the \"Save Document\" event may also occur when the document is saved before closing." +msgstr "...ドキュメントを保存した直後。「ドキュメントの保存時」イベントは、ドキュメントを閉じる際の保存処理で発生することもあるので注意が必要です。" + +#. iMPCi +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id391600157320922\n" +"help.text" +msgid "-no UI-" +msgstr "" + +#. F46jE +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id981599837681979\n" +"help.text" +msgid "View created" +msgstr "" + +#. 77CWX +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id281599838210270\n" +"help.text" +msgid "Document is displayed. Note that this event also happens when a document is duplicated." +msgstr "" + +#. CDwGy +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id511599837683562\n" +"help.text" +msgid "View is going to be closed" +msgstr "" + +#. EtV6o +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id331599838046012\n" +"help.text" +msgid "Document layout is getting removed." +msgstr "" + +#. 7FemV +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id951599837684882\n" +"help.text" +msgid "View closed" +msgstr "" + +#. qGdPR +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id51599837816122\n" +"help.text" +msgid "Document layout is cleared prior to the document closure." +msgstr "" + +#. eovzZ +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id3144772\n" +"help.text" +msgid "Activate Document" +msgstr "ドキュメントをアクティブにした時" + +#. w5v7V +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id3149442\n" +"help.text" +msgid "...after a document is brought to the foreground." +msgstr "...ドキュメントをフォアグラウンドに移動した直後。" + +#. t2QSQ +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id3150888\n" +"help.text" +msgid "Deactivate Document" +msgstr "ドキュメントを非アクティブにした時" + +#. guqXK +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id3154060\n" +"help.text" +msgid "...after another document is brought to the foreground." +msgstr "...他のドキュメントをフォアグラウンドに移動した直後。" #. MvDXG #: 01040000.xhp @@ -4516,131 +4660,329 @@ msgctxt "" msgid "...after a document is saved with <emph>File - Save</emph> or the <emph>Save</emph> icon, provided that a document name has already been specified." msgstr "...既に名前を付けて保存してあるファイルを、メニュー <emph>ファイル → 保存</emph> やアイコン <emph>ドキュメントの保存</emph> により再保存した直後。" -#. prVye +#. 7FEpD #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3159171\n" +"par_id161599838976700\n" "help.text" -msgid "Document is closing" -msgstr "ドキュメントを閉じています" +msgid "Saving of document failed" +msgstr "" -#. CvPgm +#. FnDEp #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3146868\n" +"par_id391599838979652\n" "help.text" -msgid "...before a document is closed." -msgstr "...ドキュメントを保存する直前。" +msgid "Document could not be saved." +msgstr "" -#. kLQvC +#. VUPBD #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3159097\n" +"par_id3153266\n" "help.text" -msgid "Document closed" -msgstr "ドキュメントを閉じました" +msgid "Save Document As" +msgstr "ドキュメントに名前を付けて保存する時" -#. DNYcy +#. qMrvw #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3148606\n" +"par_id3150208\n" "help.text" -msgid "...after a document was closed. Note that the \"Save Document\" event may also occur when the document is saved before closing." -msgstr "...ドキュメントを保存した直後。「ドキュメントの保存時」イベントは、ドキュメントを閉じる際の保存処理で発生することもあるので注意が必要です。" +msgid "...before a document is saved under a specified name (with <emph>File - Save As</emph>, or with <emph>File - Save</emph> or the <emph>Save</emph> icon, if a document name has not yet been specified)." +msgstr "...ドキュメントに新しく名前を付けて保存する直前 (メニュー <emph>ファイル → 名前を付けて保存...</emph> を選択した場合および、メニュー <emph>ファイル → 保存</emph> やアイコン <emph>ドキュメントの保存</emph> によるファイルの初回保存時)。" -#. eovzZ +#. wacHA #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3144772\n" +"par_id3158215\n" "help.text" -msgid "Activate Document" -msgstr "ドキュメントをアクティブにした時" +msgid "Document has been saved as" +msgstr "ドキュメントに名前を付けて保存した時" -#. w5v7V +#. G2CqP #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3149442\n" +"par_id3150980\n" "help.text" -msgid "...after a document is brought to the foreground." -msgstr "...ドキュメントをフォアグラウンドに移動した直後。" +msgid "... after a document was saved under a specified name (with <emph>File - Save As</emph>, or with <emph>File - Save</emph> or with the <emph>Save</emph> icon, if a document name has not yet been specified)." +msgstr "...ドキュメントに新しく名前を付けて保存した直後 (メニュー <emph>ファイル → 名前を付けて保存...</emph> を選択した場合および、メニュー <emph>ファイル → 保存</emph> やアイコン <emph>ドキュメントの保存</emph> によるファイルの初回保存時)。" -#. t2QSQ +#. 7BDQa #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3150888\n" +"par_id561599839702598\n" "help.text" -msgid "Deactivate Document" -msgstr "ドキュメントを非アクティブにした時" +msgid "'Save As' has failed" +msgstr "" -#. guqXK +#. FGnZt #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3154060\n" +"par_id951599840240048\n" "help.text" -msgid "...after another document is brought to the foreground." -msgstr "...他のドキュメントをフォアグラウンドに移動した直後。" +msgid "Document could not be saved." +msgstr "" -#. xAAJD +#. 9PEDi #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3152384\n" +"par_id851599839190548\n" "help.text" -msgid "Print Document" -msgstr "ドキュメントの印刷時" +msgid "-no UI-" +msgstr "" -#. KHDSZ +#. FsrLe #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3152873\n" +"par_id961599839198859\n" "help.text" -msgid "...after the <emph>Print</emph> dialog is closed, but before the actual print process begins." -msgstr "...<emph>印刷</emph> ダイアログを閉じた直後で、実際の印刷プロセスが始まる前。" +msgid "When the document disk location has changed, for example after a <emph>File - Save As...</emph> action." +msgstr "" -#. 7fBrq +#. n5TCf #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3159227\n" +"par_id501600150804809\n" "help.text" -msgid "JavaScript run-time error" -msgstr "JavaScript 実行時エラー表示の時" +msgid "Storing or exporting copy of document" +msgstr "" -#. aHrNm +#. wP2PH #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3145362\n" +"par_id471610080505705\n" "help.text" -msgid "...when a JavaScript run-time error occurs." -msgstr "...JavaScript 実行時エラーの発生時。" +msgid "...before a document is saved with <menuitem>File - Save a Copy</menuitem>, <menuitem>File - Export</menuitem>, <menuitem>File - Export as PDF</menuitem> or the <menuitem>Save</menuitem> icons." +msgstr "" -#. rG4ED +#. ECboz #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3154767\n" +"par_id502600180504809\n" +"help.text" +msgid "Document copy has been created" +msgstr "" + +#. gF2u2 +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id471601180505705\n" +"help.text" +msgid "...after a document is saved with <menuitem>File - Save a Copy</menuitem>, <menuitem>File - Export</menuitem>, <menuitem>File - Export as PDF</menuitem> or the <menuitem>Save</menuitem> icons." +msgstr "" + +#. uAeBw +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id501006180504809\n" +"help.text" +msgid "Creating of document copy failed" +msgstr "" + +#. dFCuE +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id471600081505705\n" +"help.text" +msgid "Document could not be copied or exported." +msgstr "" + +#. qDSzB +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id501600180504809\n" +"help.text" +msgid "Print document" +msgstr "" + +#. kDap2 +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id471600180505705\n" +"help.text" +msgid "...after the Print dialog is closed, but before the actual print process begins. This event occurs for each copy printed." +msgstr "" + +#. KNASw +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id371600180345993\n" +"help.text" +msgid "-no UI-" +msgstr "" + +#. fNkWD +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id851600180346872\n" +"help.text" +msgid "...after document security settings have changed." +msgstr "" + +#. 5Cfig +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id921600180238854\n" +"help.text" +msgid "'Modified' status was changed" +msgstr "" + +#. vVXPg +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id321600180239944\n" +"help.text" +msgid "Modified state of a document has changed." +msgstr "" + +#. po5DD +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id741600180121445\n" +"help.text" +msgid "Document title changed" +msgstr "" + +#. KjqSB +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id801600180122852\n" +"help.text" +msgid "When the document title gets updated." +msgstr "" + +#. AkeoE +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id641600180121445\n" +"help.text" +msgid "Loaded a sub component" +msgstr "" + +#. Vq5NQ +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id701600180122852\n" +"help.text" +msgid "...after a database form has been opened." +msgstr "" + +#. 7zuFb +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id641700180131445\n" +"help.text" +msgid "Closed a sub component" +msgstr "" + +#. Gzmes +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id701600290122852\n" +"help.text" +msgid "...after a database form has been closed." +msgstr "" + +#. KHhEE +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id421600097736759\n" +"help.text" +msgid "Printing of form letters started" +msgstr "" + +#. AAYeB +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id411600097854273\n" +"help.text" +msgid "...before printing form letters using <emph>File - Print</emph> or <emph>Tools - Mail Merge Wizard</emph> menus." +msgstr "" + +#. vDckq +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id41600097737991\n" +"help.text" +msgid "Printing of form letters finished" +msgstr "" + +#. Wp5ff +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id451600097862282\n" "help.text" -msgid "Print Mail Merge" -msgstr "Print Mail Merge" +msgid "...after printing of form letters using <emph>File - Print</emph> or <emph>Tools - Mail Merge Wizard</emph> menus." +msgstr "" -#. 8dDPL +#. RpMCy #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3153555\n" +"par_id641600160655602\n" "help.text" -msgid "...after the <emph>Print</emph> dialog is closed, but before the actual print process begins. This event occurs for each copy printed." -msgstr "...<emph>印刷</emph> ダイアログを閉じた直後で、実際の印刷プロセスが始まる前。個々のコピー印刷時。" +msgid "Printing of form fields started" +msgstr "" + +#. NDjvr +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id331600160656617\n" +"help.text" +msgid "...before printing form fields." +msgstr "" + +#. pMuA3 +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id801600160725659\n" +"help.text" +msgid "Printing of form fields finished" +msgstr "" + +#. 7GYKZ +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id961600160726645\n" +"help.text" +msgid "...after printing form fields." +msgstr "" #. esqcH #: 01040000.xhp @@ -4651,32 +4993,32 @@ msgctxt "" msgid "Change of the page count" msgstr "ページ数の変更" -#. QhSjh +#. hAoeW #: 01040000.xhp msgctxt "" "01040000.xhp\n" "par_id3154627\n" "help.text" -msgid "...when the page count changes." -msgstr "...ページ数の変更時。" +msgid "When the page count changes." +msgstr "" -#. ShGUB +#. XQXbJ #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3154737\n" +"par_id131600158369191\n" "help.text" -msgid "Message received" -msgstr "Message received" +msgid "Most events relate to documents, except <literal>OnStartApp</literal>, <literal>OnCloseApp</literal>, <literal>OnCreate</literal> and <literal>OnLoadFinished</literal> that occur at application level. <literal>OnSubComponentOpened</literal>, and <literal>OnSubComponentClosed</literal> events are fired by database's forms." +msgstr "" -#. qRVBA +#. e6gAF #: 01040000.xhp msgctxt "" "01040000.xhp\n" -"par_id3150952\n" +"par_id321600158566782\n" "help.text" -msgid "...if a message was received." -msgstr "...メッセージの受信時。" +msgid "Writer documents are triggering those specific events: <literal>OnLayoutFinished</literal>, <literal>OnMailMerge</literal>, <literal>OnMailMergeFinished</literal>, <literal>OnFieldMerge</literal>, <literal>OnFieldMergeFinished</literal> and <literal>OnPageCountChanged</literal>." +msgstr "" #. 7xyqi #: 01040000.xhp @@ -4795,6 +5137,15 @@ msgctxt "" msgid "Click <emph>OK</emph> to close the dialog." msgstr "<emph>OK</emph> をクリックして、ダイアログを閉じます。" +#. ruyPz +#: 01040000.xhp +msgctxt "" +"01040000.xhp\n" +"par_id341600162682135\n" +"help.text" +msgid "In addition to assigning macros to events, one can <link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitor events\">monitor events</link> triggered in %PRODUCTNAME documents." +msgstr "" + #. XcdRk #: 01050000.xhp msgctxt "" |