summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/tabdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/tabdlg.cxx')
-rw-r--r--sfx2/source/dialog/tabdlg.cxx15
1 files changed, 14 insertions, 1 deletions
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index d4db8a054e4a..c63a62e3fdc5 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -164,6 +164,17 @@ SfxTabPage::SfxTabPage(vcl::Window *pParent, const OString& rID, const OUString&
{
}
+SfxTabPage::SfxTabPage(TabPageParent pParent, const OUString& rUIXMLDescription, const OString& rID, const SfxItemSet *rAttrSet)
+ : TabPage(Application::GetDefDialogParent()) //just drag this along hidden in this scenario
+ , pSet ( rAttrSet )
+ , bHasExchangeSupport ( false )
+ , pImpl ( new TabPageImpl )
+ , m_xBuilder(pParent.pPage ? Application::CreateBuilder(pParent.pPage, rUIXMLDescription)
+ : Application::CreateInterimBuilder(pParent.pParent, rUIXMLDescription))
+ , m_xContainer(m_xBuilder->weld_container(rID))
+{
+}
+
SfxTabPage::~SfxTabPage()
{
disposeOnce();
@@ -172,6 +183,8 @@ SfxTabPage::~SfxTabPage()
void SfxTabPage::dispose()
{
pImpl.reset();
+ m_xContainer.reset();
+ m_xBuilder.reset();
TabPage::dispose();
}
@@ -1107,7 +1120,7 @@ IMPL_LINK( SfxTabDialog, ActivatePageHdl, TabControl *, pTabCtrl, void )
if ( !pTabPage )
{
if ( m_pSet )
- pTabPage = (pDataObject->fnCreatePage)( pTabCtrl, m_pSet );
+ pTabPage = (pDataObject->fnCreatePage)( static_cast<vcl::Window*>(pTabCtrl), m_pSet );
else
pTabPage = (pDataObject->fnCreatePage)
( pTabCtrl, CreateInputItemSet( nId ) );
yle='width: 0.1%;'/> -rw-r--r--source/ja/svtools/source/misc.po26
-rw-r--r--source/ja/svtools/source/toolpanel.po32
-rw-r--r--source/ja/svtools/uiconfig/ui.po18
-rw-r--r--source/ja/svx/inc.po634
-rw-r--r--source/ja/svx/source/dialog.po31
-rw-r--r--source/ja/svx/source/fmcomp.po20
-rw-r--r--source/ja/svx/source/form.po64
-rw-r--r--source/ja/svx/source/sidebar/line.po62
-rw-r--r--source/ja/svx/source/svdraw.po154
-rw-r--r--source/ja/svx/source/tbxctrls.po6
-rw-r--r--source/ja/svx/uiconfig/ui.po692
-rw-r--r--source/ja/sw/source/ui/app.po1053
-rw-r--r--source/ja/sw/source/ui/config.po193
-rw-r--r--source/ja/sw/source/ui/dbui.po41
-rw-r--r--source/ja/sw/source/ui/ribbar.po62
-rw-r--r--source/ja/sw/source/ui/utlui.po5
-rw-r--r--source/ja/sw/source/uibase/inc.po53
-rw-r--r--source/ja/sw/source/uibase/lingu.po44
-rw-r--r--source/ja/sw/source/uibase/ribbar.po83
-rw-r--r--source/ja/sw/source/uibase/smartmenu.po26
-rw-r--r--source/ja/sw/source/uibase/uiview.po27
-rw-r--r--source/ja/sw/source/uibase/utlui.po104
-rw-r--r--source/ja/sw/uiconfig/swriter/ui.po970
-rw-r--r--source/ja/vcl/uiconfig/ui.po17
-rw-r--r--source/ja/xmlsecurity/uiconfig/ui.po20
100 files changed, 15325 insertions, 15557 deletions
diff --git a/source/ja/basctl/source/basicide.po b/source/ja/basctl/source/basicide.po
index a25d38d7ee8..a56819eb63f 100644
--- a/source/ja/basctl/source/basicide.po
+++ b/source/ja/basctl/source/basicide.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-11-10 19:33+0100\n"
-"PO-Revision-Date: 2015-05-05 11:37+0000\n"
-"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
+"POT-Creation-Date: 2016-03-09 20:49+0100\n"
+"PO-Revision-Date: 2015-12-11 16:35+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: 1430825854.000000\n"
+"X-POOTLE-MTIME: 1449851741.000000\n"
#: basicprint.src
msgctxt ""
@@ -758,15 +758,6 @@ msgstr "モジュール..."
#: basidesh.src
msgctxt ""
"basidesh.src\n"
-"RID_POPUP_DLGED\n"
-"SID_SHOW_PROPERTYBROWSER\n"
-"menuitem.text"
-msgid "Properties..."
-msgstr "プロパティ..."
-
-#: basidesh.src
-msgctxt ""
-"basidesh.src\n"
"RID_STR_QUERYREPLACEMACRO\n"
"string.text"
msgid "Do you want to overwrite the XX macro?"
diff --git a/source/ja/basic/source/classes.po b/source/ja/basic/source/classes.po
index e100eb05677..645013fb9c8 100644
--- a/source/ja/basic/source/classes.po
+++ b/source/ja/basic/source/classes.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-25 12:33+0200\n"
-"PO-Revision-Date: 2016-01-26 15:28+0000\n"
-"Last-Translator: Naruhiko Ogasawara <naruoga@gmail.com>\n"
+"PO-Revision-Date: 2016-03-02 10:53+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"
@@ -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: 1453822126.000000\n"
+"X-POOTLE-MTIME: 1456916033.000000\n"
#: sb.src
msgctxt ""
@@ -71,14 +71,13 @@ msgid "Not enough memory."
msgstr "メモリー不足。"
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
"ERRCODE_BASIC_ALREADY_DIM & ERRCODE_RES_MASK\n"
"string.text"
msgid "Array already dimensioned."
-msgstr "配列の次元化済み。"
+msgstr "配列はすでに宣言されています。"
#: sb.src
msgctxt ""
diff --git a/source/ja/chart2/uiconfig/ui.po b/source/ja/chart2/uiconfig/ui.po
index e33adb5ad83..29423767728 100644
--- a/source/ja/chart2/uiconfig/ui.po
+++ b/source/ja/chart2/uiconfig/ui.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-11-10 19:32+0100\n"
+"POT-Creation-Date: 2016-03-09 20:48+0100\n"
"PO-Revision-Date: 2015-12-26 23:22+0000\n"
"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1252,13 +1252,14 @@ msgid "2nd X axis"
msgstr ""
#: sidebarelements.ui
+#, fuzzy
msgctxt ""
"sidebarelements.ui\n"
"checkbutton_2nd_x_axis_title\n"
"label\n"
"string.text"
msgid "2nd X axis title"
-msgstr ""
+msgstr "X軸タイトル"
#: sidebarelements.ui
msgctxt ""
@@ -1270,13 +1271,14 @@ msgid "2nd Y axis"
msgstr ""
#: sidebarelements.ui
+#, fuzzy
msgctxt ""
"sidebarelements.ui\n"
"checkbutton_2nd_y_axis_title\n"
"label\n"
"string.text"
msgid "2nd Y axis title"
-msgstr ""
+msgstr "Y軸タイトル"
#: sidebarelements.ui
#, fuzzy
@@ -1358,8 +1360,8 @@ msgctxt ""
"label2\n"
"label\n"
"string.text"
-msgid "Error category:"
-msgstr "エラーのカテゴリー"
+msgid "Category:"
+msgstr "データポイント"
#: sidebarerrorbar.ui
msgctxt ""
@@ -1385,8 +1387,8 @@ msgctxt ""
"comboboxtext_type\n"
"2\n"
"stringlist.text"
-msgid "Cell Range"
-msgstr "セル範囲"
+msgid "Cell Range or Data Table"
+msgstr ""
#: sidebarerrorbar.ui
#, fuzzy
@@ -1449,6 +1451,24 @@ 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"
@@ -1479,22 +1499,12 @@ 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"
+"label5\n"
"label\n"
"string.text"
-msgid "Error bars"
+msgid "Indicator"
msgstr ""
#: sidebarseries.ui
@@ -1507,13 +1517,14 @@ msgid "Show data labels"
msgstr ""
#: sidebarseries.ui
+#, fuzzy
msgctxt ""
"sidebarseries.ui\n"
"label_box\n"
"label\n"
"string.text"
msgid "P_lacement:"
-msgstr ""
+msgstr "配置(_P):"
#: sidebarseries.ui
#, fuzzy
@@ -2622,13 +2633,14 @@ msgid "Show _legend key"
msgstr "凡例キーを表示(_L)"
#: tp_DataLabel.ui
+#, fuzzy
msgctxt ""
"tp_DataLabel.ui\n"
"CB_WRAP_TEXT\n"
"label\n"
"string.text"
msgid "Auto text _wrap"
-msgstr ""
+msgstr "テキスト自動折り返し(_W)"
#: tp_DataLabel.ui
msgctxt ""
diff --git a/source/ja/cui/source/customize.po b/source/ja/cui/source/customize.po
index 85283f3f333..bf2615bf0e3 100644
--- a/source/ja/cui/source/customize.po
+++ b/source/ja/cui/source/customize.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-11-16 19:02+0100\n"
-"PO-Revision-Date: 2015-11-25 10:11+0000\n"
-"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2015-12-11 16:38+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: 1448446295.000000\n"
+"X-POOTLE-MTIME: 1449851935.000000\n"
#: acccfg.src
msgctxt ""
@@ -53,14 +53,6 @@ msgstr "削除"
#: cfg.src
msgctxt ""
"cfg.src\n"
-"TEXT_TEXT_ONLY\n"
-"#define.text"
-msgid "Text only"
-msgstr "テキストのみ"
-
-#: cfg.src
-msgctxt ""
-"cfg.src\n"
"MODIFY_TOOLBAR\n"
"ID_DEFAULT_STYLE\n"
"menuitem.text"
@@ -77,6 +69,16 @@ msgid "Icons Only"
msgstr "アイコンのみ"
#: cfg.src
+#, fuzzy
+msgctxt ""
+"cfg.src\n"
+"MODIFY_TOOLBAR\n"
+"ID_TEXT_ONLY\n"
+"menuitem.text"
+msgid "Text only"
+msgstr "テキストのみ"
+
+#: cfg.src
msgctxt ""
"cfg.src\n"
"MODIFY_TOOLBAR\n"
diff --git a/source/ja/cui/source/dialogs.po b/source/ja/cui/source/dialogs.po
index d555dfd3a15..92f37e87d26 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-11-10 19:33+0100\n"
-"PO-Revision-Date: 2015-08-26 07:07+0000\n"
-"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2015-12-11 16:39+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: 1440572836.000000\n"
+"X-POOTLE-MTIME: 1449851983.000000\n"
#: cuires.src
msgctxt ""
@@ -35,6 +35,14 @@ msgstr "フレーム用のファイルを選択"
#: cuires.src
msgctxt ""
"cuires.src\n"
+"RID_SVXSTR_ALLFUNCTIONS\n"
+"string.text"
+msgid "All categories"
+msgstr ""
+
+#: cuires.src
+msgctxt ""
+"cuires.src\n"
"RID_SVXSTR_MYMACROS\n"
"string.text"
msgid "My Macros"
diff --git a/source/ja/cui/source/options.po b/source/ja/cui/source/options.po
index a162713205e..8ce2766962e 100644
--- a/source/ja/cui/source/options.po
+++ b/source/ja/cui/source/options.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-11-10 19:33+0100\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
"PO-Revision-Date: 2016-01-17 06:20+0000\n"
"Last-Translator: Ikuya Awashiro <ikuya@fruitsbasket.info>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -252,14 +252,6 @@ msgctxt ""
msgid "SmartArt to %PRODUCTNAME shapes or reverse"
msgstr "SmartArt から %PRODUCTNAME shapes へ、またはその逆"
-#: optgdlg.src
-msgctxt ""
-"optgdlg.src\n"
-"RID_SVXSTR_LANGUAGE_RESTART\n"
-"string.text"
-msgid "The language setting of the user interface has been updated and will take effect the next time you start %PRODUCTNAME %PRODUCTVERSION"
-msgstr "ユーザーインタフェースの言語設定が更新されました。この設定は、%PRODUCTNAME %PRODUCTVERSION を再起動後、有効になります。"
-
#: optinet2.src
msgctxt ""
"optinet2.src\n"
@@ -303,12 +295,16 @@ msgctxt ""
"optjava.src\n"
"RID_SVXSTR_OPTIONS_RESTART\n"
"string.text"
-msgid ""
-"You have to restart %PRODUCTNAME so the new or modified values can take effect.\n"
-"Please restart %PRODUCTNAME now."
+msgid "Please restart %PRODUCTNAME now so the new or modified values can take effect."
+msgstr ""
+
+#: optjava.src
+msgctxt ""
+"optjava.src\n"
+"RID_SVXSTR_JAVA_START_PARAM\n"
+"string.text"
+msgid "Edit Parameter"
msgstr ""
-"追加または変更した値を反映するには %PRODUCTNAME を再起動しなければなりません。\n"
-"すぐに %PRODUCTNAME を再起動してください。"
#: optlingu.src
msgctxt ""
@@ -609,6 +605,14 @@ msgstr "ユーザー定義辞書"
#: optpath.src
msgctxt ""
"optpath.src\n"
+"RID_SVXSTR_KEY_CLASSIFICATION_PATH\n"
+"string.text"
+msgid "Classification"
+msgstr ""
+
+#: optpath.src
+msgctxt ""
+"optpath.src\n"
"RID_SVXSTR_KEY_AUTOCORRECT_DIR\n"
"string.text"
msgid "AutoCorrect"
diff --git a/source/ja/cui/uiconfig/ui.po b/source/ja/cui/uiconfig/ui.po
index 1780074fd1d..ecf234016a6 100644
--- a/source/ja/cui/uiconfig/ui.po
+++ b/source/ja/cui/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: 2016-02-10 14:45+0100\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
"PO-Revision-Date: 2016-02-22 08:56+0000\n"
"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
"Language-Team: none\n"
@@ -1756,6 +1756,15 @@ msgstr "標準(_D):"
#: borderpage.ui
msgctxt ""
"borderpage.ui\n"
+"rmadjcellborders\n"
+"label\n"
+"string.text"
+msgid "Remove border from adjacent cells as well"
+msgstr ""
+
+#: borderpage.ui
+msgctxt ""
+"borderpage.ui\n"
"label8\n"
"label\n"
"string.text"
@@ -6416,31 +6425,14 @@ msgid "_FTP"
msgstr "_FTP"
#: hyperlinkinternetpage.ui
+#, fuzzy
msgctxt ""
"hyperlinkinternetpage.ui\n"
"target_label\n"
"label\n"
"string.text"
-msgid "Tar_get:"
-msgstr "ターゲット(_G):"
-
-#: hyperlinkinternetpage.ui
-msgctxt ""
-"hyperlinkinternetpage.ui\n"
-"browse\n"
-"label\n"
-"string.text"
-msgid "WWW Browser"
-msgstr "WWW ブラウザー"
-
-#: hyperlinkinternetpage.ui
-msgctxt ""
-"hyperlinkinternetpage.ui\n"
-"browse\n"
-"tooltip_text\n"
-"string.text"
-msgid "Open web browser, copy an URL, and paste it to Target field"
-msgstr "Webブラウザーを開き、ターゲットフィールドにURLを貼り付けます"
+msgid "_URL:"
+msgstr "_URL:"
#: hyperlinkinternetpage.ui
msgctxt ""
@@ -7109,51 +7101,6 @@ msgctxt ""
msgid "File"
msgstr "ファイル"
-#: insertplugin.ui
-msgctxt ""
-"insertplugin.ui\n"
-"InsertPluginDialog\n"
-"title\n"
-"string.text"
-msgid "Insert Plug-in"
-msgstr "プラグインの挿入"
-
-#: insertplugin.ui
-msgctxt ""
-"insertplugin.ui\n"
-"label3\n"
-"label\n"
-"string.text"
-msgid "Warning: Plugins may not work on all platforms and may be removed in the future"
-msgstr ""
-
-#: insertplugin.ui
-msgctxt ""
-"insertplugin.ui\n"
-"urlbtn\n"
-"label\n"
-"string.text"
-msgid "Browse..."
-msgstr "参照..."
-
-#: insertplugin.ui
-msgctxt ""
-"insertplugin.ui\n"
-"label1\n"
-"label\n"
-"string.text"
-msgid "File/URL"
-msgstr "ファイル/URL"
-
-#: insertplugin.ui
-msgctxt ""
-"insertplugin.ui\n"
-"label2\n"
-"label\n"
-"string.text"
-msgid "Options"
-msgstr "オプション"
-
#: insertrowcolumn.ui
msgctxt ""
"insertrowcolumn.ui\n"
@@ -7290,13 +7237,24 @@ msgid "For example: -Dmyprop=c:\\\\program files\\\\java"
msgstr "例: -Dmyprop=c:\\\\program files\\\\java"
#: javastartparametersdialog.ui
+#, fuzzy
msgctxt ""
"javastartparametersdialog.ui\n"
"assignbtn\n"
"label\n"
"string.text"
-msgid "_Assign"
-msgstr "割り当て(_A)"
+msgid "_Add"
+msgstr "追加"
+
+#: javastartparametersdialog.ui
+#, fuzzy
+msgctxt ""
+"javastartparametersdialog.ui\n"
+"editbtn\n"
+"label\n"
+"string.text"
+msgid "_Edit"
+msgstr "編集"
#: javastartparametersdialog.ui
msgctxt ""
@@ -9648,25 +9606,27 @@ msgctxt ""
"experimental\n"
"label\n"
"string.text"
-msgid "Enable experimental features"
-msgstr "実験的な機能を有効にする"
+msgid "Enable experimental features (may be unstable)"
+msgstr ""
#: optadvancedpage.ui
+#, fuzzy
msgctxt ""
"optadvancedpage.ui\n"
"macrorecording\n"
"label\n"
"string.text"
-msgid "Enable macro recording (limited)"
+msgid "Enable macro recording (may be limited)"
msgstr "マクロの記録を有効にする(限定的)"
#: optadvancedpage.ui
+#, fuzzy
msgctxt ""
"optadvancedpage.ui\n"
"expertconfig\n"
"label\n"
"string.text"
-msgid "Expert Configuration"
+msgid "Open Expert Configuration"
msgstr "上級者向き設定"
#: optadvancedpage.ui
@@ -9675,8 +9635,8 @@ msgctxt ""
"label12\n"
"label\n"
"string.text"
-msgid "Optional (Unstable) Options"
-msgstr "実験的(不安定)なオプション"
+msgid "Optional Features"
+msgstr ""
#: optappearancepage.ui
msgctxt ""
@@ -11169,8 +11129,8 @@ msgctxt ""
"label2\n"
"label\n"
"string.text"
-msgid "Graphics Cache"
-msgstr "グラフィックキャッシュ"
+msgid "Image Cache"
+msgstr ""
#: optmemorypage.ui
msgctxt ""
@@ -11349,8 +11309,8 @@ msgctxt ""
"extrabits\n"
"label\n"
"string.text"
-msgid "_Send OS version & simple hardware info."
-msgstr "OSのバージョンと簡単なハードウェアの情報を送信する(_S)"
+msgid "_Send OS version and basic hardware information"
+msgstr ""
#: optonlineupdatepage.ui
msgctxt ""
@@ -11358,7 +11318,7 @@ msgctxt ""
"extrabits\n"
"tooltip_text\n"
"string.text"
-msgid "This information lets us optimize for your hardware & OS."
+msgid "This information lets us make optimizations for your hardware and operating system."
msgstr ""
#: optonlineupdatepage.ui
@@ -12534,8 +12494,8 @@ msgctxt ""
"openglenabled\n"
"label\n"
"string.text"
-msgid "Current GL status: Enabled"
-msgstr "現在の GL の状態: 有効"
+msgid "GL is currently enabled."
+msgstr ""
#: optviewpage.ui
msgctxt ""
@@ -12543,8 +12503,8 @@ msgctxt ""
"opengldisabled\n"
"label\n"
"string.text"
-msgid "Current GL status: Disabled"
-msgstr "現在の GL の状態: 無効"
+msgid "GL is currently disabled."
+msgstr ""
#: optviewpage.ui
msgctxt ""
@@ -12633,35 +12593,8 @@ msgctxt ""
"label8\n"
"label\n"
"string.text"
-msgid "Icon _size and style:"
-msgstr "アイコンのサイズとスタイル(_S):"
-
-#: optviewpage.ui
-msgctxt ""
-"optviewpage.ui\n"
-"iconsize\n"
-"0\n"
-"stringlist.text"
-msgid "Automatic"
-msgstr "自動"
-
-#: optviewpage.ui
-msgctxt ""
-"optviewpage.ui\n"
-"iconsize\n"
-"1\n"
-"stringlist.text"
-msgid "Small"
-msgstr "小"
-
-#: optviewpage.ui
-msgctxt ""
-"optviewpage.ui\n"
-"iconsize\n"
-"2\n"
-"stringlist.text"
-msgid "Large"
-msgstr "大"
+msgid "Icon _size:"
+msgstr ""
#: optviewpage.ui
msgctxt ""
@@ -12691,73 +12624,71 @@ msgid "High Contrast"
msgstr "High Contrast"
#: optviewpage.ui
+#, fuzzy
msgctxt ""
"optviewpage.ui\n"
"iconstyle\n"
"3\n"
"stringlist.text"
-msgid "Industrial"
-msgstr "Industrial"
-
-#: optviewpage.ui
-msgctxt ""
-"optviewpage.ui\n"
-"iconstyle\n"
-"4\n"
-"stringlist.text"
msgid "Crystal"
msgstr "Crystal"
#: optviewpage.ui
+#, fuzzy
msgctxt ""
"optviewpage.ui\n"
"iconstyle\n"
-"5\n"
+"4\n"
"stringlist.text"
msgid "Tango"
msgstr "Tango"
#: optviewpage.ui
+#, fuzzy
msgctxt ""
"optviewpage.ui\n"
"iconstyle\n"
-"6\n"
+"5\n"
"stringlist.text"
msgid "Oxygen"
msgstr "Oxygen"
#: optviewpage.ui
+#, fuzzy
msgctxt ""
"optviewpage.ui\n"
"iconstyle\n"
-"7\n"
+"6\n"
"stringlist.text"
msgid "Classic"
msgstr "Classic"
#: optviewpage.ui
+#, fuzzy
msgctxt ""
"optviewpage.ui\n"
"iconstyle\n"
-"8\n"
+"7\n"
"stringlist.text"
msgid "Human"
msgstr "Human"
#: optviewpage.ui
+#, fuzzy
msgctxt ""
"optviewpage.ui\n"
"iconstyle\n"
-"9\n"
+"8\n"
"stringlist.text"
msgid "Sifr"
msgstr "Sifr"
#: optviewpage.ui
+#, fuzzy
msgctxt ""
"optviewpage.ui\n"
"iconstyle\n"
-"10\n"
+"9\n"
"stringlist.text"
msgid "Breeze"
msgstr "Breeze"
@@ -12766,7 +12697,7 @@ msgstr "Breeze"
msgctxt ""
"optviewpage.ui\n"
"iconstyle\n"
-"11\n"
+"10\n"
"stringlist.text"
msgid "Tango Testing"
msgstr "Tango Testing"
@@ -12774,6 +12705,42 @@ msgstr "Tango Testing"
#: optviewpage.ui
msgctxt ""
"optviewpage.ui\n"
+"iconsize\n"
+"0\n"
+"stringlist.text"
+msgid "Automatic"
+msgstr "自動"
+
+#: optviewpage.ui
+msgctxt ""
+"optviewpage.ui\n"
+"iconsize\n"
+"1\n"
+"stringlist.text"
+msgid "Small"
+msgstr "小"
+
+#: optviewpage.ui
+msgctxt ""
+"optviewpage.ui\n"
+"iconsize\n"
+"2\n"
+"stringlist.text"
+msgid "Large"
+msgstr "大"
+
+#: optviewpage.ui
+msgctxt ""
+"optviewpage.ui\n"
+"label6\n"
+"label\n"
+"string.text"
+msgid "Icon s_tyle:"
+msgstr ""
+
+#: optviewpage.ui
+msgctxt ""
+"optviewpage.ui\n"
"aafont\n"
"label\n"
"string.text"
@@ -14272,13 +14239,14 @@ msgid "Rotation / Scaling"
msgstr "回転 / 倍率"
#: positionpage.ui
+#, fuzzy
msgctxt ""
"positionpage.ui\n"
-"rotate\n"
+"scale\n"
"label\n"
"string.text"
-msgid "Rotation"
-msgstr "回転"
+msgid "Scaling"
+msgstr "倍率(_A)"
#: positionpage.ui
msgctxt ""
@@ -15649,23 +15617,23 @@ msgid "Characters:"
msgstr "文字:"
#: specialcharacters.ui
-#, fuzzy
msgctxt ""
"specialcharacters.ui\n"
-"decimallabel\n"
+"hexlabel\n"
"label\n"
"string.text"
-msgid "Decimal:"
-msgstr "小数点揃え(_M)"
+msgid "Hexadecimal:"
+msgstr ""
#: specialcharacters.ui
+#, fuzzy
msgctxt ""
"specialcharacters.ui\n"
-"hexlabel\n"
+"decimallabel\n"
"label\n"
"string.text"
-msgid "Hexadecimal:"
-msgstr ""
+msgid "Decimal:"
+msgstr "小数点揃え(_M)"
#: spellingdialog.ui
msgctxt ""
diff --git a/source/ja/dbaccess/source/ui/app.po b/source/ja/dbaccess/source/ui/app.po
index 710722fbd56..3e1e71a1043 100644
--- a/source/ja/dbaccess/source/ui/app.po
+++ b/source/ja/dbaccess/source/ui/app.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: 2014-12-23 03:22+0000\n"
-"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
+"POT-Creation-Date: 2016-03-09 20:48+0100\n"
+"PO-Revision-Date: 2015-12-11 16:46+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: 1419304956.000000\n"
+"X-POOTLE-MTIME: 1449852419.000000\n"
#: app.src
msgctxt ""
@@ -131,6 +131,52 @@ msgid "Report..."
msgstr "レポート..."
#: app.src
+#, fuzzy
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_NEW\n"
+"ID_DOCUMENT_CREATE_REPWIZ\n"
+"menuitem.text"
+msgid "Report Wizard..."
+msgstr "レポートウィザード..."
+
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_NEW\n"
+"ID_NEW_QUERY_DESIGN\n"
+"menuitem.text"
+msgid "New ~Query (Design View)"
+msgstr ""
+
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_NEW\n"
+"ID_NEW_QUERY_SQL\n"
+"menuitem.text"
+msgid "New Query (~SQL View)"
+msgstr ""
+
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_NEW\n"
+"ID_NEW_TABLE_DESIGN\n"
+"menuitem.text"
+msgid "New ~Table Design"
+msgstr ""
+
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_NEW\n"
+"ID_NEW_VIEW_DESIGN\n"
+"menuitem.text"
+msgid "New ~View Design"
+msgstr ""
+
+#: app.src
msgctxt ""
"app.src\n"
"RID_MENU_APP_NEW\n"
@@ -143,6 +189,24 @@ msgstr "ビュー (シンプル)..."
msgctxt ""
"app.src\n"
"RID_MENU_APP_EDIT\n"
+"SID_COPY\n"
+"menuitem.text"
+msgid "~Copy"
+msgstr ""
+
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_EDIT\n"
+"SID_PASTE\n"
+"menuitem.text"
+msgid "~Paste"
+msgstr ""
+
+#: app.src
+msgctxt ""
+"app.src\n"
+"RID_MENU_APP_EDIT\n"
"SID_DB_APP_PASTE_SPECIAL\n"
"menuitem.text"
msgid "Paste Special..."
diff --git a/source/ja/dbaccess/source/ui/browser.po b/source/ja/dbaccess/source/ui/browser.po
index 260bea87afd..4dd7c0e409a 100644
--- a/source/ja/dbaccess/source/ui/browser.po
+++ b/source/ja/dbaccess/source/ui/browser.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: 2014-12-23 03:22+0000\n"
-"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2015-12-11 16:47+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: 1419304978.000000\n"
+"X-POOTLE-MTIME: 1449852422.000000\n"
#: sbabrw.src
msgctxt ""
@@ -73,28 +73,43 @@ msgid "Tables"
msgstr "テーブル"
#: sbabrw.src
+#, fuzzy
msgctxt ""
"sbabrw.src\n"
-"MID_EDIT_DATABASE\n"
-"#define.text"
+"MENU_BROWSER_DEFAULTCONTEXT\n"
+"ID_TREE_EDIT_DATABASE\n"
+"menuitem.text"
msgid "Edit ~Database File..."
msgstr "データベースファイルを編集(~D)..."
#: sbabrw.src
+#, fuzzy
msgctxt ""
"sbabrw.src\n"
-"MID_ADMINISTRATE\n"
-"#define.text"
-msgid "Registered databases ..."
-msgstr "登録されたデータベース..."
+"MENU_BROWSER_DEFAULTCONTEXT\n"
+"ID_TREE_CLOSE_CONN\n"
+"menuitem.text"
+msgid "Disco~nnect"
+msgstr "接続を切断する(~N)"
#: sbabrw.src
msgctxt ""
"sbabrw.src\n"
-"MID_CLOSECONN\n"
-"#define.text"
-msgid "Disco~nnect"
-msgstr "接続を切断する(~N)"
+"MENU_BROWSER_DEFAULTCONTEXT\n"
+"SID_COPY\n"
+"menuitem.text"
+msgid "~Copy"
+msgstr ""
+
+#: sbabrw.src
+#, fuzzy
+msgctxt ""
+"sbabrw.src\n"
+"MENU_BROWSER_DEFAULTCONTEXT\n"
+"ID_TREE_ADMINISTRATE\n"
+"menuitem.text"
+msgid "Registered databases ..."
+msgstr "登録されたデータベース..."
#: sbabrw.src
msgctxt ""
@@ -180,6 +195,15 @@ msgstr "データソース \"$name$\" への接続が確立できませんでし
msgctxt ""
"sbabrw.src\n"
"RID_MENU_REFRESH_DATA\n"
+"ID_BROWSER_REFRESH\n"
+"menuitem.text"
+msgid "Refresh"
+msgstr ""
+
+#: sbabrw.src
+msgctxt ""
+"sbabrw.src\n"
+"RID_MENU_REFRESH_DATA\n"
"ID_BROWSER_REFRESH_REBUILD\n"
"menuitem.text"
msgid "Rebuild"
@@ -198,6 +222,15 @@ msgstr "列の書式(~F)..."
msgctxt ""
"sbagrid.src\n"
"RID_SBA_GRID_COLCTXMENU\n"
+"ID_BROWSER_COLWIDTH\n"
+"menuitem.text"
+msgid "Column ~Width..."
+msgstr ""
+
+#: sbagrid.src
+msgctxt ""
+"sbagrid.src\n"
+"RID_SBA_GRID_COLCTXMENU\n"
"ID_BROWSER_COLUMNINFO\n"
"menuitem.text"
msgid "Copy Column D~escription"
@@ -224,6 +257,15 @@ msgstr "行の高さ..."
#: sbagrid.src
msgctxt ""
"sbagrid.src\n"
+"RID_SBA_GRID_ROWCTXMENU\n"
+"SID_COPY\n"
+"menuitem.text"
+msgid "~Copy"
+msgstr ""
+
+#: sbagrid.src
+msgctxt ""
+"sbagrid.src\n"
"RID_STR_UNDO_MODIFY_RECORD\n"
"string.text"
msgid "Undo: Data Input"
diff --git a/source/ja/dbaccess/source/ui/inc.po b/source/ja/dbaccess/source/ui/inc.po
deleted file mode 100644
index 4adbc8ff029..00000000000
--- a/source/ja/dbaccess/source/ui/inc.po
+++ /dev/null
@@ -1,80 +0,0 @@
-#. extracted from dbaccess/source/ui/inc
-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:05+0200\n"
-"PO-Revision-Date: 2011-04-05 23:06+0200\n"
-"Last-Translator: Takeshi <tabe@fixedpoint.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-Accelerator-Marker: ~\n"
-
-#: toolbox_tmpl.hrc
-msgctxt ""
-"toolbox_tmpl.hrc\n"
-"MID_SBA_QRY_REFRESH\n"
-"#define.text"
-msgid "Refresh"
-msgstr "更新"
-
-#: toolbox_tmpl.hrc
-msgctxt ""
-"toolbox_tmpl.hrc\n"
-"MID_NEW_VIEW_DESIGN\n"
-"#define.text"
-msgid "New ~View Design"
-msgstr "新しい表示デザイン(~V)"
-
-#: toolbox_tmpl.hrc
-msgctxt ""
-"toolbox_tmpl.hrc\n"
-"MID_NEW_TABLE_DESIGN\n"
-"#define.text"
-msgid "New ~Table Design"
-msgstr "新しいテーブルデザイン(~T)"
-
-#: toolbox_tmpl.hrc
-msgctxt ""
-"toolbox_tmpl.hrc\n"
-"MID_QUERY_NEW_DESIGN\n"
-"#define.text"
-msgid "New ~Query (Design View)"
-msgstr "新しいクエリー (デザイン表示)(~Q)"
-
-#: toolbox_tmpl.hrc
-msgctxt ""
-"toolbox_tmpl.hrc\n"
-"MID_QUERY_NEW_SQL\n"
-"#define.text"
-msgid "New Query (~SQL View)"
-msgstr "新しいクエリー (~SQL 表示)"
-
-#: toolbox_tmpl.hrc
-msgctxt ""
-"toolbox_tmpl.hrc\n"
-"MID_DBUI_QUERY_EDIT_JOINCONNECTION\n"
-"#define.text"
-msgid "Edit..."
-msgstr "編集..."
-
-#: toolbox_tmpl.hrc
-msgctxt ""
-"toolbox_tmpl.hrc\n"
-"MID_COLUMN_WIDTH\n"
-"#define.text"
-msgid "Column ~Width..."
-msgstr "列幅(~W)..."
-
-#: toolbox_tmpl.hrc
-msgctxt ""
-"toolbox_tmpl.hrc\n"
-"MID_DOCUMENT_CREATE_REPWIZ\n"
-"#define.text"
-msgid "Report Wizard..."
-msgstr "レポートウィザード..."
diff --git a/source/ja/dbaccess/source/ui/misc.po b/source/ja/dbaccess/source/ui/misc.po
index 21d84bd5b76..300e77fd8ae 100644
--- a/source/ja/dbaccess/source/ui/misc.po
+++ b/source/ja/dbaccess/source/ui/misc.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-04-28 12:40+0000\n"
-"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2015-12-11 16:51+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: 1430224827.000000\n"
+"X-POOTLE-MTIME: 1449852688.000000\n"
#: WizardPages.src
msgctxt ""
@@ -35,10 +35,12 @@ msgstr "タイプの書式設定"
#: WizardPages.src
msgctxt ""
"WizardPages.src\n"
-"STR_WIZ_PKEY_ALREADY_DEFINED\n"
+"STR_WIZ_NAME_ALREADY_DEFINED\n"
"string.text"
-msgid "The following fields have already been set as primary keys:\n"
-msgstr "以下のフィールドはすでにプライマリキーとして設定されています。\n"
+msgid ""
+"Enter a unique name for the new primary key data field.\n"
+"The following name is already in use:"
+msgstr ""
#: WizardPages.src
msgctxt ""
diff --git a/source/ja/dbaccess/source/ui/querydesign.po b/source/ja/dbaccess/source/ui/querydesign.po
index 3496ebca814..5fea271d8c0 100644
--- a/source/ja/dbaccess/source/ui/querydesign.po
+++ b/source/ja/dbaccess/source/ui/querydesign.po
@@ -3,18 +3,63 @@ 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: 2014-12-23 03:31+0000\n"
-"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
+"POT-Creation-Date: 2016-03-09 20:48+0100\n"
+"PO-Revision-Date: 2015-12-11 16:51+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: 1419305487.000000\n"
+"X-POOTLE-MTIME: 1449852690.000000\n"
+
+#: query.src
+msgctxt ""
+"query.src\n"
+"RID_MENU_JOINVIEW_CONNECTION\n"
+"SID_DELETE\n"
+"menuitem.text"
+msgid "~Delete"
+msgstr ""
+
+#: query.src
+msgctxt ""
+"query.src\n"
+"RID_MENU_JOINVIEW_CONNECTION\n"
+"ID_QUERY_EDIT_JOINCONNECTION\n"
+"menuitem.text"
+msgid "Edit..."
+msgstr ""
+
+#: query.src
+msgctxt ""
+"query.src\n"
+"RID_MENU_JOINVIEW_TABLE\n"
+"SID_DELETE\n"
+"menuitem.text"
+msgid "~Delete"
+msgstr ""
+
+#: query.src
+msgctxt ""
+"query.src\n"
+"RID_QUERYCOLPOPUPMENU\n"
+"ID_BROWSER_COLWIDTH\n"
+"menuitem.text"
+msgid "Column ~Width..."
+msgstr ""
+
+#: query.src
+msgctxt ""
+"query.src\n"
+"RID_QUERYCOLPOPUPMENU\n"
+"SID_DELETE\n"
+"menuitem.text"
+msgid "~Delete"
+msgstr ""
#: query.src
msgctxt ""
diff --git a/source/ja/dbaccess/source/ui/tabledesign.po b/source/ja/dbaccess/source/ui/tabledesign.po
index a4b248dc569..58e6747f7a2 100644
--- a/source/ja/dbaccess/source/ui/tabledesign.po
+++ b/source/ja/dbaccess/source/ui/tabledesign.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-03 05:58+0000\n"
-"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
+"POT-Creation-Date: 2016-03-09 20:48+0100\n"
+"PO-Revision-Date: 2015-12-11 16:51+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: 1420264714.000000\n"
+"X-POOTLE-MTIME: 1449852700.000000\n"
#: table.src
msgctxt ""
@@ -180,6 +180,42 @@ msgstr "テーブルの属性"
msgctxt ""
"table.src\n"
"RID_TABLEDESIGNROWPOPUPMENU\n"
+"SID_CUT\n"
+"menuitem.text"
+msgid "Cu~t"
+msgstr ""
+
+#: table.src
+msgctxt ""
+"table.src\n"
+"RID_TABLEDESIGNROWPOPUPMENU\n"
+"SID_COPY\n"
+"menuitem.text"
+msgid "~Copy"
+msgstr ""
+
+#: table.src
+msgctxt ""
+"table.src\n"
+"RID_TABLEDESIGNROWPOPUPMENU\n"
+"SID_PASTE\n"
+"menuitem.text"
+msgid "~Paste"
+msgstr ""
+
+#: table.src
+msgctxt ""
+"table.src\n"
+"RID_TABLEDESIGNROWPOPUPMENU\n"
+"SID_DELETE\n"
+"menuitem.text"
+msgid "~Delete"
+msgstr ""
+
+#: table.src
+msgctxt ""
+"table.src\n"
+"RID_TABLEDESIGNROWPOPUPMENU\n"
"SID_TABLEDESIGN_INSERTROWS\n"
"menuitem.text"
msgid "Insert Rows"
diff --git a/source/ja/dbaccess/uiconfig/ui.po b/source/ja/dbaccess/uiconfig/ui.po
index 9772b1bd5d0..bad075ab5bb 100644
--- a/source/ja/dbaccess/uiconfig/ui.po
+++ b/source/ja/dbaccess/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-08-01 11:49+0000\n"
-"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2015-12-11 16:53+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: 1438429751.000000\n"
+"X-POOTLE-MTIME: 1449852833.000000\n"
#: admindialog.ui
msgctxt ""
@@ -427,8 +427,8 @@ msgctxt ""
"primarykey\n"
"label\n"
"string.text"
-msgid "Crea_te primary key"
-msgstr "プライマリキーの作成(_T)"
+msgid "Crea_te new field as primary key"
+msgstr ""
#: copytablepage.ui
msgctxt ""
@@ -442,6 +442,15 @@ msgstr "名前:"
#: copytablepage.ui
msgctxt ""
"copytablepage.ui\n"
+"infoLabel\n"
+"label\n"
+"string.text"
+msgid "Existing data fields can be set as primary key on the type formatting step (third page) of the wizard."
+msgstr ""
+
+#: copytablepage.ui
+msgctxt ""
+"copytablepage.ui\n"
"label1\n"
"label\n"
"string.text"
diff --git a/source/ja/desktop/source/deployment/unopkg.po b/source/ja/desktop/source/deployment/unopkg.po
index 0676f7976e5..fe5d5afa8ca 100644
--- a/source/ja/desktop/source/deployment/unopkg.po
+++ b/source/ja/desktop/source/deployment/unopkg.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"
+"POT-Creation-Date: 2016-03-09 20:48+0100\n"
"PO-Revision-Date: 2013-05-27 09:28+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"
"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: 1369646933.0\n"
+"X-POOTLE-MTIME: 1369646933.000000\n"
#: unopkg.src
msgctxt ""
@@ -81,11 +81,12 @@ msgid "N"
msgstr "N"
#: unopkg.src
+#, fuzzy
msgctxt ""
"unopkg.src\n"
"RID_STR_CONCURRENTINSTANCE\n"
"string.text"
-msgid "unopkg cannot be started. The lock file indicates it as already running. If this does not apply, delete the lock file at:"
+msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
msgstr "unopkg は開始できませんでした。unopkg がすでに実行中であることを示す、ロックファイルが存在しています。実行中でない場合は、ロックファイルを削除してください:"
#: unopkg.src
diff --git a/source/ja/dictionaries/es.po b/source/ja/dictionaries/es.po
index 266a0a19481..6c141162d53 100644
--- a/source/ja/dictionaries/es.po
+++ b/source/ja/dictionaries/es.po
@@ -3,23 +3,23 @@ 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: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2012-11-22 12:08+0000\n"
-"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2013-05-23 23:43+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: 1353586099.0\n"
+"X-POOTLE-MTIME: 1369352597.000000\n"
#: description.xml
msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
-msgid "Spanish spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "スペイン語スペル辞書、ハイフネーション規則と類義語辞典"
+msgid "Spanish spelling dictionary, hyphenation rules, and thesaurus for Spain and Latin America"
+msgstr ""
diff --git a/source/ja/extensions/source/bibliography.po b/source/ja/extensions/source/bibliography.po
index dbc16f2ca65..907fb027f65 100644
--- a/source/ja/extensions/source/bibliography.po
+++ b/source/ja/extensions/source/bibliography.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-26 19:56+0100\n"
-"PO-Revision-Date: 2014-12-08 10:13+0000\n"
-"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
+"POT-Creation-Date: 2016-03-09 20:49+0100\n"
+"PO-Revision-Date: 2015-12-11 16:58+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: 1418033586.000000\n"
+"X-POOTLE-MTIME: 1449853084.000000\n"
#: bib.src
msgctxt ""
@@ -247,66 +247,3 @@ msgctxt ""
"string.text"
msgid "General"
msgstr "全般"
-
-#: toolbar.src
-msgctxt ""
-"toolbar.src\n"
-"RID_BIB_TOOLBAR\n"
-"TBC_FT_SOURCE\n"
-"toolboxitem.text"
-msgid "Table"
-msgstr "テーブル"
-
-#: toolbar.src
-msgctxt ""
-"toolbar.src\n"
-"RID_BIB_TOOLBAR\n"
-"TBC_FT_QUERY\n"
-"toolboxitem.text"
-msgid "Search Key"
-msgstr "検索キー"
-
-#: toolbar.src
-msgctxt ""
-"toolbar.src\n"
-"RID_BIB_TOOLBAR\n"
-"TBC_BT_AUTOFILTER\n"
-"toolboxitem.text"
-msgid "AutoFilter"
-msgstr "オートフィルター"
-
-#: toolbar.src
-msgctxt ""
-"toolbar.src\n"
-"RID_BIB_TOOLBAR\n"
-"TBC_BT_FILTERCRIT\n"
-"toolboxitem.text"
-msgid "Standard Filter"
-msgstr "標準フィルター"
-
-#: toolbar.src
-msgctxt ""
-"toolbar.src\n"
-"RID_BIB_TOOLBAR\n"
-"TBC_BT_REMOVEFILTER\n"
-"toolboxitem.text"
-msgid "Reset Filter"
-msgstr "フィルターの解除"
-
-#: toolbar.src
-msgctxt ""
-"toolbar.src\n"
-"RID_BIB_TOOLBAR\n"
-"TBC_BT_COL_ASSIGN\n"
-"toolboxitem.text"
-msgid "Column Arrangement"
-msgstr "列の割り当て"
-
-#: toolbar.src
-msgctxt ""
-"toolbar.src\n"
-"RID_BIB_TOOLBAR\n"
-"TBC_BT_CHANGESOURCE\n"
-"toolboxitem.text"
-msgid "Data Source"
-msgstr "データソース"
diff --git a/source/ja/extensions/source/update/check.po b/source/ja/extensions/source/update/check.po
index 9aefae62649..556d9e4bfd2 100644
--- a/source/ja/extensions/source/update/check.po
+++ b/source/ja/extensions/source/update/check.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: 2016-03-09 20:49+0100\n"
"PO-Revision-Date: 2015-12-26 23:31+0000\n"
"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29,8 +29,8 @@ msgctxt ""
"updatehdl.src\n"
"RID_UPDATE_STR_CHECKING_ERR\n"
"string.text"
-msgid "Checking for an update failed."
-msgstr "更新のチェックに失敗しました。"
+msgid "Checking for an update failed due to a server error."
+msgstr ""
#: updatehdl.src
msgctxt ""
diff --git a/source/ja/extensions/uiconfig/sbibliography/ui.po b/source/ja/extensions/uiconfig/sbibliography/ui.po
index 035b2086092..f0f6fb7bed6 100644
--- a/source/ja/extensions/uiconfig/sbibliography/ui.po
+++ b/source/ja/extensions/uiconfig/sbibliography/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: 2014-11-18 11:23+0100\n"
-"PO-Revision-Date: 2015-01-04 12:03+0000\n"
-"Last-Translator: nightyknite <nightyknite@gmail.com>\n"
+"POT-Creation-Date: 2016-03-09 20:49+0100\n"
+"PO-Revision-Date: 2015-01-13 11:30+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: 1420373016.000000\n"
+"X-POOTLE-MTIME: 1421148631.000000\n"
#: choosedatasourcedialog.ui
msgctxt ""
@@ -609,3 +609,66 @@ msgctxt ""
"string.text"
msgid "Column Names"
msgstr "列名"
+
+#: toolbar.ui
+msgctxt ""
+"toolbar.ui\n"
+"TBC_FT_SOURCE\n"
+"label\n"
+"string.text"
+msgid "Table"
+msgstr ""
+
+#: toolbar.ui
+msgctxt ""
+"toolbar.ui\n"
+"TBC_FT_QUERY\n"
+"label\n"
+"string.text"
+msgid "Search Key"
+msgstr ""
+
+#: toolbar.ui
+msgctxt ""
+"toolbar.ui\n"
+"TBC_BT_AUTOFILTER\n"
+"label\n"
+"string.text"
+msgid "AutoFilter"
+msgstr ""
+
+#: toolbar.ui
+msgctxt ""
+"toolbar.ui\n"
+"TBC_BT_FILTERCRIT\n"
+"label\n"
+"string.text"
+msgid "Standard Filter"
+msgstr ""
+
+#: toolbar.ui
+msgctxt ""
+"toolbar.ui\n"
+"TBC_BT_REMOVEFILTER\n"
+"label\n"
+"string.text"
+msgid "Reset Filter"
+msgstr ""
+
+#: toolbar.ui
+msgctxt ""
+"toolbar.ui\n"
+"TBC_BT_COL_ASSIGN\n"
+"label\n"
+"string.text"
+msgid "Column Arrangement"
+msgstr ""
+
+#: toolbar.ui
+msgctxt ""
+"toolbar.ui\n"
+"TBC_BT_CHANGESOURCE\n"
+"label\n"
+"string.text"
+msgid "Data Source"
+msgstr ""
diff --git a/source/ja/extras/source/autocorr/emoji.po b/source/ja/extras/source/autocorr/emoji.po
index ee2ea11c24b..c7a25fcc49a 100644
--- a/source/ja/extras/source/autocorr/emoji.po
+++ b/source/ja/extras/source/autocorr/emoji.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-11-10 19:32+0100\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
"PO-Revision-Date: 2016-01-17 04:54+0000\n"
"Last-Translator: Naruhiko Ogasawara <naruoga@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -10048,8 +10048,8 @@ msgctxt ""
"emoji.ulf\n"
"MODIFIER_LETTER_CAPITAL_D\n"
"LngText.text"
-msgid "^C"
-msgstr "^C"
+msgid "^D"
+msgstr ""
#. ᴱ (U+01D31), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
diff --git a/source/ja/filter/source/config/fragments/filters.po b/source/ja/filter/source/config/fragments/filters.po
index 6587c2c9326..6b3de080906 100644
--- a/source/ja/filter/source/config/fragments/filters.po
+++ b/source/ja/filter/source/config/fragments/filters.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: 2016-02-10 14:46+0100\n"
+"POT-Creation-Date: 2016-03-09 20:49+0100\n"
"PO-Revision-Date: 2016-02-19 11:26+0000\n"
"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -160,6 +160,15 @@ msgctxt ""
msgid "DXF - AutoCAD Interchange Format"
msgstr "DXF - AutoCAD Interchange Format"
+#: DosWord.xcu
+msgctxt ""
+"DosWord.xcu\n"
+"DosWord\n"
+"UIName\n"
+"value.text"
+msgid "Microsoft Word for DOS"
+msgstr ""
+
#: EMF___MS_Windows_Metafile.xcu
msgctxt ""
"EMF___MS_Windows_Metafile.xcu\n"
@@ -593,12 +602,13 @@ msgid "Mariner Write Mac Classic v1.6 - v3.5"
msgstr "Mariner Write Mac Classic v1.6 - v3.5"
#: MathML_XML__Math_.xcu
+#, fuzzy
msgctxt ""
"MathML_XML__Math_.xcu\n"
"MathML XML (Math)\n"
"UIName\n"
"value.text"
-msgid "MathML 1.01"
+msgid "MathML 2.0"
msgstr "MathML 1.01"
#: MathType_3_x.xcu
@@ -1339,33 +1349,6 @@ msgctxt ""
msgid "JPEG - Joint Photographic Experts Group"
msgstr "JPEG - Joint Photographic Experts Group"
-#: draw_met_Export.xcu
-msgctxt ""
-"draw_met_Export.xcu\n"
-"draw_met_Export\n"
-"UIName\n"
-"value.text"
-msgid "MET - OS/2 Metafile"
-msgstr "MET - OS/2 Metafile"
-
-#: draw_pbm_Export.xcu
-msgctxt ""
-"draw_pbm_Export.xcu\n"
-"draw_pbm_Export\n"
-"UIName\n"
-"value.text"
-msgid "PBM - Portable Bitmap"
-msgstr "PBM - Portable Bitmap"
-
-#: draw_pct_Export.xcu
-msgctxt ""
-"draw_pct_Export.xcu\n"
-"draw_pct_Export\n"
-"UIName\n"
-"value.text"
-msgid "PCT - Mac Pict"
-msgstr "PCT - Mac Pict"
-
#: draw_pdf_Export.xcu
msgctxt ""
"draw_pdf_Export.xcu\n"
@@ -1375,15 +1358,6 @@ msgctxt ""
msgid "PDF - Portable Document Format"
msgstr "PDF - Portable Document Format"
-#: draw_pgm_Export.xcu
-msgctxt ""
-"draw_pgm_Export.xcu\n"
-"draw_pgm_Export\n"
-"UIName\n"
-"value.text"
-msgid "PGM - Portable Graymap"
-msgstr "PGM - Portable Graymap"
-
#: draw_png_Export.xcu
msgctxt ""
"draw_png_Export.xcu\n"
@@ -1393,24 +1367,6 @@ msgctxt ""
msgid "PNG - Portable Network Graphic"
msgstr "PNG - Portable Network Graphic"
-#: draw_ppm_Export.xcu
-msgctxt ""
-"draw_ppm_Export.xcu\n"
-"draw_ppm_Export\n"
-"UIName\n"
-"value.text"
-msgid "PPM - Portable Pixelmap"
-msgstr "PPM - Portable Pixelmap"
-
-#: draw_ras_Export.xcu
-msgctxt ""
-"draw_ras_Export.xcu\n"
-"draw_ras_Export\n"
-"UIName\n"
-"value.text"
-msgid "RAS - Sun Raster Image"
-msgstr "RAS - Sun Raster Image"
-
#: draw_svg_Export.xcu
msgctxt ""
"draw_svg_Export.xcu\n"
@@ -1420,15 +1376,6 @@ msgctxt ""
msgid "SVG - Scalable Vector Graphics"
msgstr "SVG - Scalable Vector Graphics"
-#: draw_svm_Export.xcu
-msgctxt ""
-"draw_svm_Export.xcu\n"
-"draw_svm_Export\n"
-"UIName\n"
-"value.text"
-msgid "SVM - StarView Metafile"
-msgstr "SVM - StarView Metafile"
-
#: draw_tif_Export.xcu
msgctxt ""
"draw_tif_Export.xcu\n"
@@ -1447,15 +1394,6 @@ msgctxt ""
msgid "WMF - Windows Metafile"
msgstr "WMF - Windows Metafile"
-#: draw_xpm_Export.xcu
-msgctxt ""
-"draw_xpm_Export.xcu\n"
-"draw_xpm_Export\n"
-"UIName\n"
-"value.text"
-msgid "XPM - X PixMap"
-msgstr "XPM - X PixMap"
-
#: impress8.xcu
msgctxt ""
"impress8.xcu\n"
@@ -1618,33 +1556,6 @@ msgctxt ""
msgid "JPEG - Joint Photographic Experts Group"
msgstr "JPEG - Joint Photographic Experts Group"
-#: impress_met_Export.xcu
-msgctxt ""
-"impress_met_Export.xcu\n"
-"impress_met_Export\n"
-"UIName\n"
-"value.text"
-msgid "MET - OS/2 Metafile"
-msgstr "MET - OS/2 Metafile"
-
-#: impress_pbm_Export.xcu
-msgctxt ""
-"impress_pbm_Export.xcu\n"
-"impress_pbm_Export\n"
-"UIName\n"
-"value.text"
-msgid "PBM - Portable Bitmap"
-msgstr "PBM - Portable Bitmap"
-
-#: impress_pct_Export.xcu
-msgctxt ""
-"impress_pct_Export.xcu\n"
-"impress_pct_Export\n"
-"UIName\n"
-"value.text"
-msgid "PCT - Mac Pict"
-msgstr "PCT - Mac Pict"
-
#: impress_pdf_Export.xcu
msgctxt ""
"impress_pdf_Export.xcu\n"
@@ -1654,15 +1565,6 @@ msgctxt ""
msgid "PDF - Portable Document Format"
msgstr "PDF - Portable Document Format"
-#: impress_pgm_Export.xcu
-msgctxt ""
-"impress_pgm_Export.xcu\n"
-"impress_pgm_Export\n"
-"UIName\n"
-"value.text"
-msgid "PGM - Portable Graymap"
-msgstr "PGM - Portable Graymap"
-
#: impress_png_Export.xcu
msgctxt ""
"impress_png_Export.xcu\n"
@@ -1672,24 +1574,6 @@ msgctxt ""
msgid "PNG - Portable Network Graphic"
msgstr "PNG - Portable Network Graphic"
-#: impress_ppm_Export.xcu
-msgctxt ""
-"impress_ppm_Export.xcu\n"
-"impress_ppm_Export\n"
-"UIName\n"
-"value.text"
-msgid "PPM - Portable Pixelmap"
-msgstr "PPM - Portable Pixelmap"
-
-#: impress_ras_Export.xcu
-msgctxt ""
-"impress_ras_Export.xcu\n"
-"impress_ras_Export\n"
-"UIName\n"
-"value.text"
-msgid "RAS - Sun Raster Image"
-msgstr "RAS - Sun Raster Image"
-
#: impress_svg_Export.xcu
msgctxt ""
"impress_svg_Export.xcu\n"
@@ -1699,15 +1583,6 @@ msgctxt ""
msgid "SVG - Scalable Vector Graphics"
msgstr "SVG - Scalable Vector Graphics"
-#: impress_svm_Export.xcu
-msgctxt ""
-"impress_svm_Export.xcu\n"
-"impress_svm_Export\n"
-"UIName\n"
-"value.text"
-msgid "SVM - StarView Metafile"
-msgstr "SVM - StarView Metafile"
-
#: impress_tif_Export.xcu
msgctxt ""
"impress_tif_Export.xcu\n"
@@ -1726,15 +1601,6 @@ msgctxt ""
msgid "WMF - Windows Metafile"
msgstr "WMF - Windows Metafile"
-#: impress_xpm_Export.xcu
-msgctxt ""
-"impress_xpm_Export.xcu\n"
-"impress_xpm_Export\n"
-"UIName\n"
-"value.text"
-msgid "XPM - X PixMap"
-msgstr "XPM - X PixMap"
-
#: math8.xcu
msgctxt ""
"math8.xcu\n"
diff --git a/source/ja/filter/source/config/fragments/internalgraphicfilters.po b/source/ja/filter/source/config/fragments/internalgraphicfilters.po
index 2161aa730e4..39c327640aa 100644
--- a/source/ja/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/ja/filter/source/config/fragments/internalgraphicfilters.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:04+0200\n"
-"PO-Revision-Date: 2014-06-19 09:17+0000\n"
-"Last-Translator: matuaki <matuaki.ooo@gmail.com>\n"
+"POT-Creation-Date: 2016-03-09 20:49+0100\n"
+"PO-Revision-Date: 2015-07-06 12:06+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: 1403169427.000000\n"
+"X-POOTLE-MTIME: 1436184407.000000\n"
#: bmp_Export.xcu
msgctxt ""
@@ -115,15 +115,6 @@ msgctxt ""
msgid "JPEG - Joint Photographic Experts Group"
msgstr "JPEG - Joint Photographic Experts Group"
-#: met_Export.xcu
-msgctxt ""
-"met_Export.xcu\n"
-"met_Export\n"
-"UIName\n"
-"value.text"
-msgid "MET - OS/2 Metafile"
-msgstr "MET - OS/2 メタファイル"
-
#: met_Import.xcu
msgctxt ""
"met_Import.xcu\n"
@@ -142,15 +133,6 @@ msgctxt ""
msgid "MOV - QuickTime File Format"
msgstr "MOV - QuickTime ファイルフォーマット"
-#: pbm_Export.xcu
-msgctxt ""
-"pbm_Export.xcu\n"
-"pbm_Export\n"
-"UIName\n"
-"value.text"
-msgid "PBM - Portable Bitmap"
-msgstr "PBM - Portable Bitmap"
-
#: pbm_Import.xcu
msgctxt ""
"pbm_Import.xcu\n"
@@ -187,15 +169,6 @@ msgctxt ""
msgid "PCD - Kodak Photo CD (384x256)"
msgstr "PCD - Kodak Photo CD (384x256)"
-#: pct_Export.xcu
-msgctxt ""
-"pct_Export.xcu\n"
-"pct_Export\n"
-"UIName\n"
-"value.text"
-msgid "PCT - Mac Pict"
-msgstr "PCT - Mac Pict"
-
#: pct_Import.xcu
msgctxt ""
"pct_Import.xcu\n"
@@ -214,15 +187,6 @@ msgctxt ""
msgid "PCX - Zsoft Paintbrush"
msgstr "PCX - Zsoft Paintbrush"
-#: pgm_Export.xcu
-msgctxt ""
-"pgm_Export.xcu\n"
-"pgm_Export\n"
-"UIName\n"
-"value.text"
-msgid "PGM - Portable Graymap"
-msgstr "PGM - Portable Graymap"
-
#: pgm_Import.xcu
msgctxt ""
"pgm_Import.xcu\n"
@@ -250,15 +214,6 @@ msgctxt ""
msgid "PNG - Portable Network Graphic"
msgstr "PNG - Portable Network Graphic"
-#: ppm_Export.xcu
-msgctxt ""
-"ppm_Export.xcu\n"
-"ppm_Export\n"
-"UIName\n"
-"value.text"
-msgid "PPM - Portable Pixelmap"
-msgstr "PPM - Portable Pixelmap"
-
#: ppm_Import.xcu
msgctxt ""
"ppm_Import.xcu\n"
@@ -277,15 +232,6 @@ msgctxt ""
msgid "PSD - Adobe Photoshop"
msgstr "PSD - Adobe Photoshop"
-#: ras_Export.xcu
-msgctxt ""
-"ras_Export.xcu\n"
-"ras_Export\n"
-"UIName\n"
-"value.text"
-msgid "RAS - Sun Raster Image"
-msgstr "RAS - Sun ラスターイメージ"
-
#: ras_Import.xcu
msgctxt ""
"ras_Import.xcu\n"
@@ -403,15 +349,6 @@ msgctxt ""
msgid "XBM - X Bitmap"
msgstr "XBM - X Bitmap"
-#: xpm_Export.xcu
-msgctxt ""
-"xpm_Export.xcu\n"
-"xpm_Export\n"
-"UIName\n"
-"value.text"
-msgid "XPM - X PixMap"
-msgstr "XPM - X PixMap"
-
#: xpm_Import.xcu
msgctxt ""
"xpm_Import.xcu\n"
diff --git a/source/ja/filter/uiconfig/ui.po b/source/ja/filter/uiconfig/ui.po
index 6dc8993dffb..999d936f4b1 100644
--- a/source/ja/filter/uiconfig/ui.po
+++ b/source/ja/filter/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-12-08 15:36+0000\n"
-"Last-Translator: Naruhiko Ogasawara <naruoga@gmail.com>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2015-12-11 17:03+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: 1449589000.000000\n"
+"X-POOTLE-MTIME: 1449853421.000000\n"
#: impswfdialog.ui
msgctxt ""
@@ -453,6 +453,16 @@ msgid "Export _notes pages"
msgstr "ノートページをエクスポート(_N)"
#: pdfgeneralpage.ui
+#, fuzzy
+msgctxt ""
+"pdfgeneralpage.ui\n"
+"onlynotes\n"
+"label\n"
+"string.text"
+msgid "Export onl_y notes pages"
+msgstr "ノートページをエクスポート(_N)"
+
+#: pdfgeneralpage.ui
msgctxt ""
"pdfgeneralpage.ui\n"
"label4\n"
diff --git a/source/ja/formula/source/core/resource.po b/source/ja/formula/source/core/resource.po
index 33917fdea6b..42fb4ff6525 100644
--- a/source/ja/formula/source/core/resource.po
+++ b/source/ja/formula/source/core/resource.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: 2016-01-08 13:42+0100\n"
+"POT-Creation-Date: 2016-03-09 20:48+0100\n"
"PO-Revision-Date: 2016-01-31 11:38+0000\n"
"Last-Translator: system user <>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2945,6 +2945,78 @@ msgstr "FORECAST"
msgctxt ""
"core_resource.src\n"
"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_FORECAST_ETS_ADD\n"
+"string.text"
+msgid "FORECAST.ETS.ADD"
+msgstr ""
+
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_FORECAST_ETS_SEA\n"
+"string.text"
+msgid "FORECAST.ETS.SEASONALITY"
+msgstr ""
+
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_FORECAST_ETS_MUL\n"
+"string.text"
+msgid "FORECAST.ETS.MULT"
+msgstr ""
+
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_FORECAST_ETS_PIA\n"
+"string.text"
+msgid "FORECAST.ETS.PI.ADD"
+msgstr ""
+
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_FORECAST_ETS_PIM\n"
+"string.text"
+msgid "FORECAST.ETS.PI.MULT"
+msgstr ""
+
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_FORECAST_ETS_STA\n"
+"string.text"
+msgid "FORECAST.ETS.STAT.ADD"
+msgstr ""
+
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_FORECAST_ETS_STM\n"
+"string.text"
+msgid "FORECAST.ETS.STAT.MULT"
+msgstr ""
+
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_FORECAST_LIN\n"
+"string.text"
+msgid "FORECAST.LINEAR"
+msgstr ""
+
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
"SC_OPCODE_CHI_INV\n"
"string.text"
msgid "CHIINV"
@@ -3525,3 +3597,12 @@ msgctxt ""
"string.text"
msgid "ENCODEURL"
msgstr "ENCODEURL"
+
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_RAWSUBTRACT\n"
+"string.text"
+msgid "RAWSUBTRACT"
+msgstr ""
diff --git a/source/ja/fpicker/uiconfig/ui.po b/source/ja/fpicker/uiconfig/ui.po
index 8f4b3a59a05..35f0eb80147 100644
--- a/source/ja/fpicker/uiconfig/ui.po
+++ b/source/ja/fpicker/uiconfig/ui.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-08-25 12:34+0200\n"
-"PO-Revision-Date: 2015-12-24 12:06+0000\n"
+"POT-Creation-Date: 2016-03-09 20:49+0100\n"
+"PO-Revision-Date: 2016-02-04 11:34+0000\n"
"Last-Translator: baffclan <baffclan@yahoo.co.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: 1450958816.000000\n"
+"X-POOTLE-MTIME: 1454585668.000000\n"
#: explorerfiledialog.ui
msgctxt ""
@@ -172,6 +172,24 @@ msgstr ""
#: remotefilesdialog.ui
msgctxt ""
"remotefilesdialog.ui\n"
+"list_view\n"
+"label\n"
+"string.text"
+msgid "List view"
+msgstr ""
+
+#: remotefilesdialog.ui
+msgctxt ""
+"remotefilesdialog.ui\n"
+"icon_view\n"
+"label\n"
+"string.text"
+msgid "Icon view"
+msgstr ""
+
+#: remotefilesdialog.ui
+msgctxt ""
+"remotefilesdialog.ui\n"
"new_folder\n"
"tooltip_markup\n"
"string.text"
diff --git a/source/ja/helpcontent2/source/text/sbasic/guide.po b/source/ja/helpcontent2/source/text/sbasic/guide.po
index 948d2049649..ca5304b2fe4 100644
--- a/source/ja/helpcontent2/source/text/sbasic/guide.po
+++ b/source/ja/helpcontent2/source/text/sbasic/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"
-"PO-Revision-Date: 2015-11-01 14:34+0000\n"
-"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n"
+"POT-Creation-Date: 2016-03-09 20:48+0100\n"
+"PO-Revision-Date: 2016-04-14 00:35+0000\n"
+"Last-Translator: junichi matsukawa <jr4air@kagaku.xii.jp>\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: 1446388484.000000\n"
+"X-POOTLE-MTIME: 1460594105.000000\n"
#: access2base.xhp
msgctxt ""
@@ -73,11 +73,12 @@ msgid "The API provided by Access2Base is intended to be more concise, intuitive
msgstr "Access2BaseのAPIは通常のUNO API(API = アプリケーションプログラミングインターフェイス)と比較して、より簡潔かつ直感的で学びやすくなっています。"
#: access2base.xhp
+#, fuzzy
msgctxt ""
"access2base.xhp\n"
"par_idA2B007\n"
"help.text"
-msgid "<emph>The library is documented online on <link href=\"http://www.access2base.com\" name=\"http://www.access2base.com\">http://www.access2base.com</link></emph>"
+msgid "<emph>The library is documented online on </emph><link href=\"http://www.access2base.com\" name=\"http://www.access2base.com\"><emph>http://www.access2base.com</emph></link>"
msgstr "<emph>ライブラリは<link href=\"http://www.access2base.com\" name=\"http://www.access2base.com\">http://www.access2base.com</link>でオンラインにて提供されています。</emph>"
#: access2base.xhp
diff --git a/source/ja/helpcontent2/source/text/sbasic/shared.po b/source/ja/helpcontent2/source/text/sbasic/shared.po
index b82db6d7864..7a576d0c182 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-09-01 20:20+0200\n"
-"PO-Revision-Date: 2015-11-01 14:38+0000\n"
-"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2016-04-14 00:19+0000\n"
+"Last-Translator: junichi matsukawa <jr4air@kagaku.xii.jp>\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: 1446388720.000000\n"
+"X-POOTLE-MTIME: 1460593190.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -97,12 +97,13 @@ msgid "Measurement Units"
msgstr "使う単位"
#: 00000002.xhp
+#, fuzzy
msgctxt ""
"00000002.xhp\n"
"par_id3154013\n"
"33\n"
"help.text"
-msgid "In $[officename] Basic, a <emph>method parameter</emph> or a <emph>property</emph> expecting unit information can be specified either as integer or long integer expression without a unit, or as a character string containing a unit. If no unit is passed to the method the default unit defined for the active document type will be used. If the parameter is passed as a character string containing a measurement unit, the default setting will be ignored. The default measurement unit for a document type can be set under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - (Document Type) - General</emph>."
+msgid "In $[officename] Basic, a <emph>method parameter</emph> or a <emph>property</emph> expecting unit information can be specified either as integer or long integer expression without a unit, or as a character string containing a unit. If no unit is passed to the method the default unit defined for the active document type will be used. If the parameter is passed as a character string containing a measurement unit, the default setting will be ignored. The default measurement unit for a document type can be set under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - (Document Type) - General</emph>."
msgstr "$[officename] Basic の <emph>メソッドパラメーター</emph> や <emph>属性</emph> で用いられる情報は、単位の付かない整数やロング整数としてか、単位を含めた文字列として指定できます。メソッドに単位が渡されなかった場合は、各ドキュメントの種類ごとに設定されたデフォルトの単位が使用されます。使う単位を含めた文字列としてパラメーターが渡された場合は、デフォルト設定は無視されます。ドキュメントの種類ごとに使う単位のデフォルト設定は、メニュー <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → (ドキュメントの種類) → 全般</emph> を選択して指定します。"
#: 00000002.xhp
@@ -194,12 +195,13 @@ msgid "Information"
msgstr "情報"
#: 00000003.xhp
+#, fuzzy
msgctxt ""
"00000003.xhp\n"
"par_id3153381\n"
"102\n"
"help.text"
-msgid "You can set the locale used for controlling the formatting numbers, dates and currencies in $[officename] Basic in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>. In Basic format codes, the decimal point (<emph>.</emph>) is always used as <emph>placeholder</emph> for the decimal separator defined in your locale and will be replaced by the corresponding character."
+msgid "You can set the locale used for controlling the formatting numbers, dates and currencies in $[officename] Basic in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>. In Basic format codes, the decimal point (<emph>.</emph>) is always used as <emph>placeholder</emph> for the decimal separator defined in your locale and will be replaced by the corresponding character."
msgstr "$[officename] Basic では <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 書式設定</caseinline><defaultinline>ツール - オプション</defaultinline></switchinline> - 言語設定 - 言語</emph> でローカルユーザーの使う書式設定した数、日付と通貨をコントロールを設定することができます。Basic フォーマットコードでは、小数点 (<emph>.</emph>) は常に <emph>プレースホルダー</emph> として使われるので、十進セパレーターはローカルで設定した対応する文字に置き換えられます。"
#: 00000003.xhp
@@ -1787,180 +1789,181 @@ msgid "Using Variables"
msgstr "変数の使用法"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"bm_id3149346\n"
"help.text"
-msgid "<bookmark_value>names of variables</bookmark_value><bookmark_value>variables; using</bookmark_value><bookmark_value>types of variables</bookmark_value><bookmark_value>declaring variables</bookmark_value><bookmark_value>values;of variables</bookmark_value><bookmark_value>constants</bookmark_value><bookmark_value>arrays;declaring</bookmark_value><bookmark_value>defining;constants</bookmark_value>"
+msgid "<bookmark_value>names of variables</bookmark_value> <bookmark_value>variables; using</bookmark_value> <bookmark_value>types of variables</bookmark_value> <bookmark_value>declaring variables</bookmark_value> <bookmark_value>values;of variables</bookmark_value> <bookmark_value>constants</bookmark_value> <bookmark_value>arrays;declaring</bookmark_value> <bookmark_value>defining;constants</bookmark_value>"
msgstr "<bookmark_value>変数の名前</bookmark_value><bookmark_value>変数; 型と名前</bookmark_value>"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"hd_id3149346\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/01020100.xhp\" name=\"Using Variables\">Using Variables</link>"
msgstr "<link href=\"text/sbasic/shared/01020100.xhp\" name=\"変数の使用法\">変数の使用法</link>"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3154346\n"
-"3\n"
"help.text"
msgid "The following describes the basic use of variables in $[officename] Basic."
msgstr "$[officename] Basic の基本的な変数の使用法について説明します。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"hd_id3153361\n"
-"4\n"
"help.text"
msgid "Naming Conventions for Variable Identifiers"
msgstr "変数の命名規則"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3148797\n"
-"5\n"
"help.text"
msgid "A variable name can consist of a maximum of 255 characters. The first character of a variable name <emph>must</emph> be a letter A-Z or a-z. Numbers can also be used in a variable name, but punctuation symbols and special characters are not permitted, with exception of the underscore character (\"_\"). In $[officename] Basic variable identifiers are not case-sensitive. Variable names may contain spaces but must be enclosed in square brackets if they do."
msgstr "変数名には、最大 255 文字を使用できます。変数名の最初の文字には、A-Z ないし a-z のいずれかを使用する<emph>必要があります</emph>。変数名には数字も使用できますが、アンダースコア (「_」) 以外の句読記号や特殊記号は使用できません。$[officename] Basic の変数名では、大文字と小文字は区別されません。変数名にはスペース記号も使用できますが、その場合は大かっこで囲む必要があります。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3156422\n"
-"6\n"
"help.text"
msgid "Examples for variable identifiers:"
msgstr "<emph>下記は変数名の例です。</emph>"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3156441\n"
-"126\n"
"help.text"
msgid "Correct"
msgstr "正しい変数名です。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3149664\n"
-"127\n"
"help.text"
msgid "Correct"
msgstr "正しい変数名です。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3146119\n"
-"128\n"
"help.text"
msgid "Correct"
msgstr "正しい変数名です。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3153876\n"
-"11\n"
"help.text"
msgid "Not valid, variable with space must be enclosed in square brackets"
msgstr "不正な変数名です。スペース記号を含む変数名は、大かっこで囲む必要があります。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3154510\n"
-"15\n"
"help.text"
msgid "Correct"
msgstr "正しい変数名です。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3150330\n"
-"129\n"
"help.text"
msgid "Not valid, special characters are not allowed"
msgstr "不正な変数名です。変数名に特殊文字は使用できません。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3154254\n"
-"130\n"
"help.text"
msgid "Not valid, variable may not begin with a number"
msgstr "不正な変数名です。変数名の先頭に数字は使えません。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3149256\n"
-"131\n"
"help.text"
msgid "Not valid, punctuation marks are not allowed"
msgstr "不正な変数名です。変数名に句読記号は使用できません。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"hd_id3146317\n"
-"17\n"
"help.text"
msgid "Declaring Variables"
msgstr "変数の宣言"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3150299\n"
-"18\n"
"help.text"
msgid "In $[officename] Basic you don't need to declare variables explicitly. A variable declaration can be performed with the <emph>Dim</emph> statement. You can declare more than one variable at a time by separating the names with a comma. To define the variable type, use either a type-declaration sign after the name, or the appropriate key word."
msgstr "$[officename] Basic では、必ずしも変数を明示的に宣言する必要はありません。変数の宣言は、<emph>Dim</emph> ステートメントで行います。変数名をコンマで区切ることで、1 度に複数の変数を宣言できます。変数型を指定するには、変数名に続けて、型宣言子ないしは該当するキーワードを付けます。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3154118\n"
-"140\n"
"help.text"
msgid "Examples for variable declarations:"
msgstr "<emph>下記は型宣言の例です。</emph>"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3150982\n"
-"132\n"
"help.text"
msgid "Declares the variable \"a\" as a String"
msgstr "変数「a」を文字列として宣言します。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3150343\n"
-"133\n"
"help.text"
msgid "Declares the variable \"a\" as a String"
msgstr "変数「a」を文字列として宣言します。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3155507\n"
-"22\n"
"help.text"
msgid "Declares one variable as a String and one as an Integer"
msgstr "前者の変数を文字列、後者の変数を整数として宣言します。"
@@ -1974,154 +1977,154 @@ msgid "Declares c as a Boolean variable that can be TRUE or FALSE"
msgstr "TRUE または FALSE を取るブール型変数として c を宣言します"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3150519\n"
-"23\n"
"help.text"
msgid "It is very important when declaring variables that you use the type-declaration character each time, even if it was used in the declaration instead of a keyword. Thus the following statements are invalid:"
msgstr "型宣言を行う際には、キーワードではなく型宣言子を用いる場合でも、個々の変数名ごとに型宣言子を付ける必要があるので、この点には特に注意してください。たとえば、下記のような型宣言は無効です。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3154527\n"
-"134\n"
"help.text"
msgid "Declares \"a\" as a String"
msgstr "変数「a」を文字列として宣言します。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3153064\n"
-"135\n"
"help.text"
msgid "Type-declaration missing: \"a$=\""
msgstr "この場合は次のような型宣言が必要です。\"a$=\""
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3144770\n"
-"26\n"
"help.text"
msgid "Once you have declared a variable as a certain type, you cannot declare the variable under the same name again as a different type!"
msgstr "特定の変数型として宣言した変数名は、別の型で再宣言することはできません。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"hd_id3149331\n"
-"27\n"
"help.text"
msgid "Forcing Variable Declarations"
msgstr "強制的な変数宣言"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3149443\n"
-"28\n"
"help.text"
msgid "To force declaration of variables, use the following command:"
msgstr "強制的に変数宣言をするには、下記のコマンドを使用します。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3155072\n"
-"30\n"
"help.text"
msgid "The <emph>Option Explicit</emph> statement has to be the first line in the module, before the first SUB. Generally, only arrays need to be declared explicitly. All other variables are declared according to the type-declaration character, or - if omitted - as the default type <emph>Single</emph>."
msgstr "<emph>Option Explicit</emph> ステートメントは、モジュールの 1 行目に置き、最初の SUB の前に記述する必要があります。通常こうした明示的な宣言をする必要があるのは、配列だけです。その他の変数は、型宣言子を使って型宣言をすればよく、型宣言が省略された場合はデフォルトで <emph>単精度型</emph> とされます。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"hd_id3154614\n"
-"34\n"
"help.text"
msgid "Variable Types"
msgstr "変数型"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3155383\n"
-"35\n"
"help.text"
msgid "$[officename] Basic supports four variable classes:"
msgstr "$[officename] Basic のサポートする変数には 4 つのクラスがあります。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3153972\n"
-"36\n"
"help.text"
msgid "<emph>Numeric</emph> variables can contain number values. Some variables are used to store large or small numbers, and others are used for floating-point or fractional numbers."
msgstr "<emph>数値</emph> 変数には、数値を収めることができます。これらの変数では大小様々な値を扱うほか、浮動小数点や分数を扱う場合もあります。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3159226\n"
-"37\n"
"help.text"
msgid "<emph>String</emph> variables contain character strings."
msgstr "<emph>文字列</emph> 変数には、一続きの文字を収めることができます。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3145217\n"
-"38\n"
"help.text"
msgid "<emph>Boolean</emph> variables contain either the TRUE or the FALSE value."
msgstr "<emph>ブール型</emph> 変数には、TRUE (真) および FALSE (偽) という2つの値の一方を収めることができます。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3154762\n"
-"39\n"
"help.text"
msgid "<emph>Object</emph> variables can store objects of various types, like tables and documents within a document."
msgstr "<emph>オブジェクト</emph> 変数には、ドキュメントで使用するテーブルやドキュメントなど、各種のオブジェクトを収めることができます。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"hd_id3153805\n"
-"40\n"
"help.text"
msgid "Integer Variables"
msgstr "整数変数"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3146966\n"
-"41\n"
"help.text"
msgid "Integer variables range from -32768 to 32767. If you assign a floating-point value to an integer variable, the decimal places are rounded to the next integer. Integer variables are rapidly calculated in procedures and are suitable for counter variables in loops. An integer variable only requires two bytes of memory. \"%\" is the type-declaration character."
msgstr "整数変数には -32768 から 32767 までの整数を収めることができます。こうした整数変数に浮動小数点型の数値を代入すると、小数点以下を丸めた整数値が収められます。整数変数は、プロシージャー内で高速計算が可能であり、またループカウンター用の変数としても適しています。整数変数が消費するメモリ量は、2 バイトです。型宣言用の記号は「%」です。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"hd_id3147546\n"
-"45\n"
"help.text"
msgid "Long Integer Variables"
msgstr "ロング整数変数"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3151193\n"
-"46\n"
"help.text"
msgid "Long integer variables range from -2147483648 to 2147483647. If you assign a floating-point value to a long integer variable, the decimal places are rounded to the next integer. Long integer variables are rapidly calculated in procedures and are suitable for counter variables in loops for large values. A long integer variable requires four bytes of memory. \"&\" is the type-declaration character."
msgstr "ロング整数変数には -2147483648 から 2147483647 までの整数を収めることができます。このロング整数変数に浮動小数点型の数値を代入すると、小数点以下を丸めた整数値が収められます。ロング整数変数は、プロシージャー内で高速計算が可能であり、またループカウンター用の変数としても適しています。ロング整数変数が消費するメモリ量は4バイトです。型宣言用の記号は「&」です。"
@@ -2159,244 +2162,244 @@ msgid "If a decimal number is assigned to an integer variable, %PRODUCTNAME Basi
msgstr "整数変数に10 進数が代入される場合、%PRODUCTNAME Basic は数字を切り上げまたは切り捨てます。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"hd_id3147500\n"
-"50\n"
"help.text"
msgid "Single Variables"
msgstr "単精度変数"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3153070\n"
-"51\n"
"help.text"
msgid "Single variables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 10E-45. Single variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Single variables are suitable for mathematical calculations of average precision. Calculations require more time than for Integer variables, but are faster than calculations with Double variables. A Single variable requires 4 bytes of memory. The type-declaration character is \"!\"."
msgstr "単精度変数は 3.402823 × 10E38 から 1.401298 × 10E-45 までの正または負の値を取ります。単精度変数は浮動小数点方式で数値を扱うため、整数部の桁数が大きくなるほど小数部の精度が小さくなります。 単精度変数の用途としては、それほど高い精度を必要としない数学的な計算処理に適しています。 この場合の計算処理は、整数変数の場合よりも長くかかりますが、倍精度変数よりは短時間で済みます。 単精度変数が消費するメモリ量は 4 バイトです。 型宣言用の記号は「!」です。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"hd_id3155753\n"
-"54\n"
"help.text"
msgid "Double Variables"
msgstr "倍精度変数"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3150953\n"
-"55\n"
"help.text"
msgid "Double variables can take positive or negative values ranging from 1.79769313486232 x 10E308 to 4.94065645841247 x 10E-324. Double variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Double variables are suitable for precise calculations. Calculations require more time than for Single variables. A Double variable requires 8 bytes of memory. The type-declaration character is \"#\"."
msgstr "倍精度変数には 1.79769313486232 × 10E308 から 4.94065645841247 × 10E-324 までの正および負の数値を収めることができます。倍精度変数は浮動小数点方式で数値を扱うため、整数部の桁数が大きくなるほど小数部の精度が小さくなります。 倍精度変数の用途としては、高い精度を必要とする計算処理に適しています。 この場合の計算処理は、単精度変数の場合よりも長くかかります。 倍精度変数が消費するメモリ量は 8 バイトです。 型宣言用の記号は「#」です。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"hd_id3155747\n"
-"95\n"
"help.text"
msgid "Currency Variables"
msgstr "通貨変数"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3153337\n"
-"96\n"
"help.text"
msgid "Currency variables are internally stored as 64-bit numbers (8 Bytes) and displayed as a fixed-decimal number with 15 non-decimal and 4 decimal places. The values range from -922337203685477.5808 to +922337203685477.5807. Currency variables are used to calculate currency values with a high precision. The type-declaration character is \"@\"."
msgstr "通貨変数は、内部的には 64 ビット (8 バイト) の数値として格納され、整数部 15 桁と小数部 4 桁の固定小数点方式として表示されます。 通貨変数は -922337203685477.5808 から +922337203685477.5807 までの値を取ります。通貨変数は、高い精度を必要とする金額計算に使用します。 型宣言用の記号は「@」です。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"hd_id3148742\n"
-"58\n"
"help.text"
msgid "String Variables"
msgstr "文字列変数"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3151393\n"
-"59\n"
"help.text"
msgid "String variables can hold character strings with up to 65,535 characters. Each character is stored as the corresponding Unicode value. String variables are suitable for word processing within programs and for temporary storage of any non-printable character up to a maximum length of 64 Kbytes. The memory required for storing string variables depends on the number of characters in the variable. The type-declaration character is \"$\"."
msgstr "文字列変数には、最大 65,535 文字の文字列を収めることができます。格納後の文字列は、対応する Unicode 値に変換されます。文字列変数の用途としては、プログラム内での文字列処理を行う場合や、最大 64 キロバイトの非印刷文字を一時的に格納する場合などに適しています。文字列変数が消費するメモリ量は、格納する文字列の長さに依存します。型宣言用の記号は「$」です。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"hd_id3150534\n"
-"62\n"
"help.text"
msgid "Boolean Variables"
msgstr "ブール型変数"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3145632\n"
-"63\n"
"help.text"
msgid "Boolean variables store only one of two values: TRUE or FALSE. A number 0 evaluates to FALSE, every other value evaluates to TRUE."
msgstr "ブール型変数には、TRUE (真) および FALSE (偽) という 2 つの値の一方のみを収めることができます。数値 0 は FALSE に評価され、その他すべての値は TRUE に評価されます。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"hd_id3149722\n"
-"65\n"
"help.text"
msgid "Date Variables"
msgstr "日付変数"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3159116\n"
-"66\n"
"help.text"
msgid "Date variables can only contain dates and time values stored in an internal format. Values assigned to Date variables with <link href=\"text/sbasic/shared/03030101.xhp\" name=\"Dateserial\"><emph>Dateserial</emph></link>, <link href=\"text/sbasic/shared/03030102.xhp\" name=\"Datevalue\"><emph>Datevalue</emph></link>, <link href=\"text/sbasic/shared/03030205.xhp\" name=\"Timeserial\"><emph>Timeserial</emph></link> or <link href=\"text/sbasic/shared/03030206.xhp\" name=\"Timevalue\"><emph>Timevalue</emph></link> are automatically converted to the internal format. Date-variables are converted to normal numbers by using the <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> or the <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> function. The internal format enables a comparison of date/time values by calculating the difference between two numbers. These variables can only be declared with the key word <emph>Date</emph>."
msgstr "日付変数には、日付と時刻を示す値を内部形式で収めることができます。 日付変数へ値を代入する際に、<link href=\"text/sbasic/shared/03030101.xhp\" name=\"Dateserial\"><emph>Dateserial</emph></link>、<link href=\"text/sbasic/shared/03030102.xhp\" name=\"Datevalue\"><emph>Datevalue</emph></link>、<link href=\"text/sbasic/shared/03030205.xhp\" name=\"Timeserial\"><emph>Timeserial</emph></link>、<link href=\"text/sbasic/shared/03030206.xhp\" name=\"Timevalue\"><emph>Timevalue</emph></link> を使用すると、自動的に内部形式へ変換されます。 日付変数の値を通常の数値に変換するには、<link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>、<link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>、<link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> の各関数および <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>、<link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>、<link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> の各関数を使用できます。 時刻や日付は、内部形式に変換することにより、時刻間の比較計算など行えます。 日付変数は、キーワード <emph>Date</emph> でのみ宣言できます。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"hd_id3148732\n"
-"68\n"
"help.text"
msgid "Initial Variable Values"
msgstr "変数の初期値"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3154549\n"
-"69\n"
"help.text"
msgid "As soon as the variable has been declared, it is automatically set to the \"Null\" value. Note the following conventions:"
msgstr "宣言された変数には、初期値として「NULL」値が自動的に設定されます。変数型ごとに下記の規約が適用されるので、注意してください。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3143222\n"
-"70\n"
"help.text"
msgid "<emph>Numeric</emph> variables are automatically assigned the value \"0\" as soon as they are declared."
msgstr "<emph>数値</emph> 変数には、宣言後に「0」が自動的に代入されます。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3150693\n"
-"71\n"
"help.text"
msgid "<emph>Date variables</emph> are assigned the value 0 internally; equivalent to converting the value to \"0\" with the <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> or the <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> function."
msgstr "<emph>日付変数</emph> には、初期値として「0」が代入されます。これは、<link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>、<link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>、<link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> の各関数および <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>、<link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>、<link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> の各関数を使用して値を「0」に変換した場合と同じです。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3154807\n"
-"72\n"
"help.text"
msgid "<emph>String variables</emph> are assigned an empty-string (\"\") when they are declared."
msgstr "<emph>文字列変数</emph> には、宣言後に空の文字列 (\"\") が代入されます。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"hd_id3153936\n"
-"83\n"
"help.text"
msgid "Arrays"
msgstr "配列"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3148736\n"
-"84\n"
"help.text"
msgid "$[officename] Basic knows one- or multi-dimensional arrays, defined by a specified variable type. Arrays are suitable for editing lists and tables in programs. Individual elements of an array can be addressed through a numeric index."
msgstr "$[officename] Basic では 1 次元および多次元配列を使用することができ、変数宣言をする際に変数型を指定します。配列は、プログラム中でリストやテーブルを操作する場合に適しています。配列の各要素の指定は、数値によるインデックスで行います。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3149546\n"
-"85\n"
"help.text"
msgid "Arrays <emph>must</emph> be declared with the <emph>Dim</emph> statement. There are several ways to define the index range of an array:"
msgstr "配列の宣言には、<emph>Dim</emph> ステートメントを使う<emph>必要があります</emph>。配列の長さ (インデックス) の指定は、何通りかの方法があります。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3154567\n"
-"136\n"
"help.text"
msgid "21 elements numbered from 0 to 20"
msgstr "この場合は、0から 20 まで計 21 個の要素が確保されます。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3154397\n"
-"137\n"
"help.text"
msgid "30 elements (a matrix of 6 x 5 elements)"
msgstr "この場合は、計 30 個の要素が確保されます (6 x 5 要素の行列として)。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3149690\n"
-"138\n"
"help.text"
msgid "21 elements numbered from 5 to 25"
msgstr "この場合は、5 から 25 まで計 21 個の要素が確保されます。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3153113\n"
-"89\n"
"help.text"
msgid "21 elements (including 0), numbered from -15 to 5"
msgstr "この場合は、-15 から 5 まで (0 も含めた) 計 21 個の要素が確保されます。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3153005\n"
-"90\n"
"help.text"
msgid "The index range can include positive as well as negative numbers."
msgstr "インデックスの範囲には、正の値だけでなく負の値も使用できます。"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"hd_id3154507\n"
-"91\n"
"help.text"
msgid "Constants"
msgstr "定数"
#: 01020100.xhp
+#, fuzzy
msgctxt ""
"01020100.xhp\n"
"par_id3156357\n"
-"92\n"
"help.text"
msgid "Constants have a fixed value. They are only defined once in the program and cannot be redefined later:"
msgstr "定数値には、固定された一定の値を割り当てます。これらはプログラム中で一度だけ定義することができ、その後再定義することはできません。"
@@ -2463,36 +2466,37 @@ msgid "Using Procedures and Functions"
msgstr "手続きおよび関数の使用法"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"bm_id3149456\n"
"help.text"
-msgid "<bookmark_value>procedures</bookmark_value><bookmark_value>functions;using</bookmark_value><bookmark_value>variables;passing to procedures and functions</bookmark_value><bookmark_value>parameters;for procedures and functions</bookmark_value><bookmark_value>parameters;passing by reference or value</bookmark_value><bookmark_value>variables;scope</bookmark_value><bookmark_value>scope of variables</bookmark_value><bookmark_value>GLOBAL variables</bookmark_value><bookmark_value>PUBLIC variables</bookmark_value><bookmark_value>PRIVATE variables</bookmark_value><bookmark_value>functions;return value type</bookmark_value><bookmark_value>return value type of functions</bookmark_value>"
+msgid "<bookmark_value>procedures</bookmark_value> <bookmark_value>functions;using</bookmark_value> <bookmark_value>variables;passing to procedures and functions</bookmark_value> <bookmark_value>parameters;for procedures and functions</bookmark_value> <bookmark_value>parameters;passing by reference or value</bookmark_value> <bookmark_value>variables;scope</bookmark_value> <bookmark_value>scope of variables</bookmark_value> <bookmark_value>GLOBAL variables</bookmark_value> <bookmark_value>PUBLIC variables</bookmark_value> <bookmark_value>PRIVATE variables</bookmark_value> <bookmark_value>functions;return value type</bookmark_value> <bookmark_value>return value type of functions</bookmark_value>"
msgstr "<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>GLOBAL 変数</bookmark_value><bookmark_value>PUBLIC 変数</bookmark_value><bookmark_value>PRIVATE 変数</bookmark_value><bookmark_value>関数;戻り値の型</bookmark_value><bookmark_value>関数の戻り値の型</bookmark_value>"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"hd_id3149456\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link>"
msgstr "<link href=\"text/sbasic/shared/01020300.xhp\">手続きおよび関数の使用法</link>"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3150767\n"
-"2\n"
"help.text"
msgid "The following describes the basic use of procedures and functions in $[officename] Basic."
msgstr "ここでは、$[officename] Basic でのプロシージャーおよび関数の基本的な使用法について説明します。"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3151215\n"
-"56\n"
"help.text"
msgid "When you create a new module, $[officename] Basic automatically inserts a SUB called \"Main\". This default name has nothing to do with the order or the starting point of a $[officename] Basic project. You can also safely rename this SUB."
msgstr "モジュールを新規作成すると、$[officename] Basic は自動的に「Main」という名前のプロシージャーを作成します。このデフォルト名は $[officename] Basic プロジェクトの開始位置や順序には関係ありません。このプロシージャー名は任意に変更できます。"
@@ -2506,82 +2510,82 @@ msgid "Some restrictions apply for the names of your public variables, subs, and
msgstr "パブリック変数やサブルーチン、関数の名前にはいくつかの制限が適用されます。同じライブラリのモジュールのいずれかと同じ名前を使ってはいけません。"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3154124\n"
-"3\n"
"help.text"
msgid "Procedures (SUBS) and functions (FUNCTIONS) help you maintaining a structured overview by separating a program into logical pieces."
msgstr "プログラムの構造は、プロシージャー (SUB) や関数 (FUNCTION) を使用することで、個々の機能別に整理することができます。"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3153193\n"
-"4\n"
"help.text"
msgid "One benefit of procedures and functions is that, once you have developed a program code containing task components, you can use this code in another project."
msgstr "また、手続きや関数を使用するメリットの 1 つに、こうした特定の機能を担ったプログラムコード群を他のプロジェクトで再利用できる点があります。"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"hd_id3153770\n"
-"26\n"
"help.text"
msgid "Passing Variables to Procedures (SUB) and Functions (FUNCTION)"
msgstr "プロシージャー (SUB) や関数 (FUNCTION) への変数の渡し方"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3155414\n"
-"27\n"
"help.text"
msgid "Variables can be passed to both procedures and functions. The SUB or FUNCTION must be declared to expect parameters:"
msgstr "プロシージャーや関数には、変数を渡すことができます。これらの変数は、SUB および FUNCTION ステートメント部で使用を宣言する必要があります。"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3151114\n"
-"29\n"
"help.text"
msgid "Program code"
msgstr "Program code"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3152577\n"
-"31\n"
"help.text"
msgid "The SUB is called using the following syntax:"
msgstr "こうした SUB の呼び出しは、下記の構文で行います。"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3147124\n"
-"33\n"
"help.text"
msgid "The parameters passed to a SUB must fit to those specified in the SUB declaration."
msgstr "SUB に渡す個々の変数は、SUB 宣言部の変数型と一致する必要があります。"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3147397\n"
-"34\n"
"help.text"
msgid "The same process applies to FUNCTIONS. In addition, functions always return a function result. The result of a function is defined by assigning the return value to the function name:"
msgstr "これらの事項は FUNCTION についても同様ですが、この場合は関数の戻り値が返されます。これらの戻り値は、各関数の処理ルーチンが終了するまでに算出しておき、戻り値とする計算結果のパラメータを関数名に代入する形で確定します(例を参照)。"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3156284\n"
-"36\n"
"help.text"
msgid "Program code"
msgstr "Program code"
@@ -2590,60 +2594,60 @@ msgstr "Program code"
msgctxt ""
"01020300.xhp\n"
"par_id3145799\n"
-"37\n"
"help.text"
msgid "FunctionName=Result"
msgstr ""
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3153839\n"
-"39\n"
"help.text"
msgid "The FUNCTION is called using the following syntax:"
msgstr "こうした FUNCTION の呼び出しは、下記の構文で行います。"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3146914\n"
-"40\n"
"help.text"
msgid "Variable=FunctionName(Parameter1, Parameter2,...)"
msgstr "Variable=FunctionName(Parameter1, Parameter2,...)"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_idN107B3\n"
"help.text"
-msgid "You can also use the fully qualified name to call a procedure or function:<br/><item type=\"literal\">Library.Module.Macro()</item><br/> For example, to call the Autotext macro from the Gimmicks library, use the following command:<br/><item type=\"literal\">Gimmicks.AutoText.Main()</item>"
+msgid "You can also use the fully qualified name to call a procedure or function:<br/> <item type=\"literal\">Library.Module.Macro()</item> <br/> For example, to call the Autotext macro from the Gimmicks library, use the following command:<br/> <item type=\"literal\">Gimmicks.AutoText.Main()</item>"
msgstr "プロシージャまたは関数を呼び出すには、完全修飾名を使うこともできます: <br/><item type=\"literal\">Library. Module. Macro()</item><br/>たとえば、Gimmicks ライブラリにある Autotext マクロを呼び出すには、以下のようにコマンドを使います: <br/><item type=\"literal\">Gimmicks.AutoText.Main()</item>"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"hd_id3156276\n"
-"45\n"
"help.text"
msgid "Passing Variables by Value or Reference"
msgstr "パラメータの参照渡しと値渡し"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3155765\n"
-"47\n"
"help.text"
msgid "Parameters can be passed to a SUB or a FUNCTION either by reference or by value. Unless otherwise specified, a parameter is always passed by reference. That means that a SUB or a FUNCTION gets the parameter and can read and modify its value."
msgstr "SUB や FUNCTION に渡すパラメータは、参照渡しか値渡しのいずれかの形で与えることができます。明示的に指定しない限り、パラメーターは参照渡しとして渡されます。この場合、SUB や FUNCTION に渡されたパラメーターは、その値の読み取りだけでなく、値の変更が可能です。"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3145640\n"
-"53\n"
"help.text"
msgid "If you want to pass a parameter by value insert the key word \"ByVal\" in front of the parameter when you call a SUB or FUNCTION, for example:"
msgstr "値渡しでパラメーターを与えるには、下記の例のように SUB や FUNCTION の呼び出し時に「ByVal」キーワードをパラメーターの直前に指定します。"
@@ -2652,115 +2656,114 @@ msgstr "値渡しでパラメーターを与えるには、下記の例のよう
msgctxt ""
"01020300.xhp\n"
"par_id3150042\n"
-"54\n"
"help.text"
msgid "Result = Function(ByVal Parameter)"
msgstr ""
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3149258\n"
-"55\n"
"help.text"
msgid "In this case, the original content of the parameter will not be modified by the FUNCTION since it only gets the value and not the parameter itself."
msgstr "この場合 FUNCTION 部には、パラメーター本体ではなくその値だけが渡されるため、パラメーター値が書き換えられることはありません。"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"hd_id3150982\n"
-"57\n"
"help.text"
msgid "Scope of Variables"
msgstr "変数の適用範囲"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3149814\n"
-"58\n"
"help.text"
msgid "A variable defined within a SUB or FUNCTION, only remains valid until the procedure is exited. This is known as a \"local\" variable. In many cases, you need a variable to be valid in all procedures, in every module of all libraries, or after a SUB or FUNCTION is exited."
msgstr "SUB または FUNCTION 内に定義される変数であり、手続きが完了するまでの間だけ有効です。 これは「ローカル」変数です。 多くの場合、すべての手続き内、すべてのライブラリの各モジュール内、または SUB や FUNCTION が完了したあとで、変数を有効にしておく必要があります。"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"hd_id3154186\n"
-"59\n"
"help.text"
msgid "Declaring Variables Outside a SUB or FUNCTION"
msgstr "SUB や FUNCTION 外部での変数宣言"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3150208\n"
-"111\n"
"help.text"
msgid "Global VarName As TYPENAME"
msgstr "GLOBAL VarName As TYPENAME"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3145258\n"
-"112\n"
"help.text"
msgid "The variable is valid as long as the $[officename] session lasts."
msgstr "こうして宣言した変数は、$[officename] セッションの終了時まで有効となります。"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3153198\n"
-"60\n"
"help.text"
msgid "Public VarName As TYPENAME"
msgstr "PUBLIC VarName As TYPENAME"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3150088\n"
-"61\n"
"help.text"
msgid "The variable is valid in all modules."
msgstr "こうして宣言した変数は、すべてのモジュールで有効となります。"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3158212\n"
-"62\n"
"help.text"
msgid "Private VarName As TYPENAME"
msgstr "Private VarName As TYPENAME"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3152994\n"
-"63\n"
"help.text"
msgid "The variable is only valid in this module."
msgstr "こうして宣言した変数は、該当モジュールの内部だけで有効となります。"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3150886\n"
-"64\n"
"help.text"
msgid "Dim VarName As TYPENAME"
msgstr "Dim VarName As TYPENAME"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3150368\n"
-"65\n"
"help.text"
msgid "The variable is only valid in this module."
msgstr "こうして宣言した変数は、該当モジュールの内部だけで有効となります。"
@@ -2822,46 +2825,46 @@ msgid "Print \"Now in module2 : \", myText"
msgstr "Print \"Now in module2 : \", myText"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"hd_id3154368\n"
-"66\n"
"help.text"
msgid "Saving Variable Content after Exiting a SUB or FUNCTION"
msgstr "SUB や FUNCTION 終了後も値を維持できる変数"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3156288\n"
-"67\n"
"help.text"
msgid "Static VarName As TYPENAME"
msgstr "STATIC VarName As TYPENAME"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3154486\n"
-"68\n"
"help.text"
msgid "The variable retains its value until the next time the FUNCTION or SUB is entered. The declaration must exist inside a SUB or a FUNCTION."
msgstr "宣言した変数は、次に SUB や FUNCTION を実行するまで有効となります。 この場合の変数宣言は、SUB や FUNCTION の内部に記述する必要があります。"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"hd_id3155809\n"
-"41\n"
"help.text"
msgid "Specifying the Return Value Type of a FUNCTION"
msgstr "関数の戻り値のデータ型の指定"
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_id3149404\n"
-"42\n"
"help.text"
msgid "As with variables, include a type-declaration character after the function name, or the type indicated by \"As\" and the corresponding key word at the end of the parameter list to define the type of the function's return value, for example:"
msgstr "関数の戻り値のデータ型の設定は、変数の場合と同様の型宣言子を用いて行い、下記の例のように、関数宣言時の関数名とパラメーターリストに続けて「As」および型宣言用キーワードを記述することで指定します。"
@@ -7145,226 +7148,226 @@ msgid "<bookmark_value>MsgBox statement</bookmark_value>"
msgstr "<bookmark_value>MsgBox ステートメント</bookmark_value>"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"hd_id3154927\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03010101.xhp\">MsgBox Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03010101.xhp\">MsgBox ステートメント [実行時]</link>"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3148947\n"
-"2\n"
"help.text"
msgid "Displays a dialog box containing a message."
msgstr "メッセージ表示用のダイアログボックスを表示します。"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"hd_id3153897\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3148664\n"
-"4\n"
"help.text"
msgid "MsgBox Text As String [,Type As Integer [,Dialogtitle As String]] (As Statement) or MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]]) (As Function)"
msgstr "MsgBox Text As String [,Type As Integer [,Dialogtitle As String]] (As Statement) ないしは MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]]) (As Function)"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"hd_id3153361\n"
-"5\n"
"help.text"
msgid "Parameter:"
msgstr "パラメーター:"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3148798\n"
-"6\n"
"help.text"
msgid "<emph>Text</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
msgstr "<emph>Text</emph>:ダイアログボックスにメッセージとして表示する文字列表式。表示メッセージを改行する場合は、該当箇所に Chr$(13) を挿入します。"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3150769\n"
-"7\n"
"help.text"
msgid "<emph>DialogTitle</emph>: String expression displayed in the title bar of the dialog. If omitted, the title bar displays the name of the respective application."
msgstr "<emph>DialogTitle</emph>:ダイアログボックスのタイトルバーに表示する文字列表式。指定を省略した場合、タイトルバーには該当するアプリケーション名が表示されます。"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3147228\n"
-"8\n"
"help.text"
msgid "<emph>Type</emph>: Any integer expression that specifies the dialog type, as well as the number and type of buttons to display, and the icon type. <emph>Type</emph> represents a combination of bit patterns, that is, a combination of elements can be defined by adding their respective values:"
msgstr "<emph>Type</emph>:ダイアログ本体の種類および、ダイアログ上に表示するボタンの数と種類とアイコンを指定する整数表式。この <emph>Type</emph> の値は、ビットパターンの組み合わせで指定するもので、該当する個々のダイアログ要素を示す値の合計値を指定します。"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3161832\n"
-"9\n"
"help.text"
msgid "0 : Display OK button only."
msgstr "0 : OK ボタンのみを表示させます。"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3153726\n"
-"10\n"
"help.text"
msgid "1 : Display OK and Cancel buttons."
msgstr "1 : OK およびキャンセルの各ボタンを表示させます。"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3149665\n"
-"11\n"
"help.text"
msgid "2 : Display Abort, Retry, and Ignore buttons."
msgstr "2 : 中止、やり直し、および取消しの各ボタンを表示させます。"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3147318\n"
-"12\n"
"help.text"
msgid "3 : Display Yes, No and Cancel buttons."
msgstr "3 : はい、いいえ、キャンセルの各ボタンを表示させます。"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3155412\n"
-"13\n"
"help.text"
msgid "4 : Display Yes and No buttons."
msgstr "4 : はい、いいえの各ボタンを表示させます。"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3146119\n"
-"14\n"
"help.text"
msgid "5 : Display Retry and Cancel buttons."
msgstr "5 : やり直しおよびキャンセルの各ボタンを表示させます。"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3159155\n"
-"15\n"
"help.text"
msgid "16 : Add the Stop icon to the dialog."
msgstr "16 : ダイアログ上にストップ記号のアイコンを表示させます。"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3145366\n"
-"16\n"
"help.text"
msgid "32 : Add the Question icon to the dialog."
msgstr "32 : ダイアログ上に疑問符のアイコンを表示させます。"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3147350\n"
-"17\n"
"help.text"
msgid "48 : Add the Exclamation icon to the dialog."
msgstr "48 : ダイアログ上に感嘆符のアイコンを表示させます。"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3149960\n"
-"18\n"
"help.text"
msgid "64 : Add the Information icon to the dialog."
msgstr "64 : ダイアログ上にインフォメーション記号のアイコンを表示させます。"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3154944\n"
-"19\n"
"help.text"
msgid "128 : First button in the dialog as default button."
msgstr "128 : ダイアログ上の 1 番目のボタンを、標準ボタンとします。"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3155417\n"
-"20\n"
"help.text"
msgid "256 : Second button in the dialog as default button."
msgstr "256 : ダイアログ上の 2 番目のボタンを、標準ボタンとします。"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3153878\n"
-"21\n"
"help.text"
msgid "512 : Third button in the dialog as default button."
msgstr "512 : ダイアログ上の 3 番目のボタンを、標準ボタンとします。"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"hd_id3150715\n"
-"22\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3150327\n"
-"24\n"
"help.text"
msgid "Const sText1 = \"An unexpected error occurred.\""
msgstr "Const sText1 = \"An unexpected error occurred.\""
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3146912\n"
-"25\n"
"help.text"
msgid "Const sText2 = \"The program execution will continue, however.\""
msgstr "Const sText2 = \"The program execution will continue, however.\""
#: 03010101.xhp
+#, fuzzy
msgctxt ""
"03010101.xhp\n"
"par_id3154757\n"
-"26\n"
"help.text"
msgid "Const sText3 = \"Error\""
msgstr "Const sText3 = \"Error\""
@@ -7386,244 +7389,244 @@ msgid "<bookmark_value>MsgBox function</bookmark_value>"
msgstr "<bookmark_value>MsgBox 関数</bookmark_value>"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"hd_id3153379\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03010102.xhp\" name=\"MsgBox Function [Runtime]\">MsgBox Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03010102.xhp\" name=\"MsgBox 関数 [実行時]\">MsgBox 関数 [実行時]</link>"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3145171\n"
-"2\n"
"help.text"
msgid "Displays a dialog box containing a message and returns a value."
msgstr "メッセージ表示用のダイアログボックスを表示して、値を返します。"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"hd_id3156281\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3154685\n"
-"4\n"
"help.text"
msgid "MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]])"
msgstr "MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]])"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"hd_id3153771\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3146985\n"
-"6\n"
"help.text"
msgid "Integer"
msgstr "整数"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"hd_id3153363\n"
-"7\n"
"help.text"
msgid "Parameter:"
msgstr "パラメーター:"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3153727\n"
-"8\n"
"help.text"
msgid "<emph>Text</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
msgstr "<emph>Text</emph>:ダイアログボックスにメッセージとして表示する文字列表式。表示メッセージを改行する場合は、該当箇所に Chr$(13) を挿入します。"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3147317\n"
-"9\n"
"help.text"
msgid "<emph>DialogTitle</emph>: String expression displayed in the title bar of the dialog. If omitted, the name of the respective application is displayed."
msgstr "<emph>DialogTitle</emph>:ダイアログボックスのタイトルバーに表示する文字列表式。これを省略した場合は、該当するアプリケーション名が表示されます。"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3153954\n"
-"10\n"
"help.text"
msgid "<emph>Type</emph>: Any integer expression that specifies the dialog type and defines the number and type of buttons or icons displayed. <emph>Type</emph> represents a combination of bit patterns (dialog elements defined by adding the respective values):"
msgstr "<emph>Type</emph>:ダイアログ本体の種類および、ダイアログ上に表示するボタンの数と種類とアイコンを指定する整数表式。この <emph>Type</emph> の値は、ビットパターン (個々のダイアログ要素を示す値) を組み合わせて指定します。"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3154319\n"
-"11\n"
"help.text"
msgid "<emph>Values</emph>"
msgstr "<emph>値</emph>"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3147397\n"
-"12\n"
"help.text"
msgid "0 : Display OK button only."
msgstr "0 : OK ボタンのみを表示させます。"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3145646\n"
-"13\n"
"help.text"
msgid "1 : Display OK and Cancel buttons."
msgstr "1 : OK およびキャンセルの各ボタンを表示させます。"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3149410\n"
-"14\n"
"help.text"
msgid "2 : Display Abort, Retry, and Ignore buttons."
msgstr "2 : 中止、やり直し、および取消しの各ボタンを表示させます。"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3151075\n"
-"15\n"
"help.text"
msgid "3 : Display Yes, No, and Cancel buttons."
msgstr "3 : はい、いいえ、キャンセルの各ボタンを表示させます。"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3153878\n"
-"16\n"
"help.text"
msgid "4 : Display Yes and No buttons."
msgstr "4 : はい、いいえの各ボタンを表示させます。"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3155601\n"
-"17\n"
"help.text"
msgid "5 : Display Retry and Cancel buttons."
msgstr "5 : やり直しおよびキャンセルの各ボタンを表示させます。"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3150716\n"
-"18\n"
"help.text"
msgid "16 : Add the Stop icon to the dialog."
msgstr "16 : ダイアログ上にストップ記号のアイコンを表示させます。"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3153837\n"
-"19\n"
"help.text"
msgid "32 : Add the Question icon to the dialog."
msgstr "32 : ダイアログ上に疑問符のアイコンを表示させます。"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3150751\n"
-"20\n"
"help.text"
msgid "48 : Add the Exclamation Point icon to the dialog."
msgstr "48 : ダイアログ上にエクスクラメーション記号のアイコンを表示させます。"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3146915\n"
-"21\n"
"help.text"
msgid "64 : Add the Information icon to the dialog."
msgstr "64 : ダイアログ上にインフォメーション記号のアイコンを表示させます。"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3145640\n"
-"22\n"
"help.text"
msgid "128 : First button in the dialog as default button."
msgstr "128 : ダイアログ上の 1 番目のボタンを、標準ボタンとします。"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3153765\n"
-"23\n"
"help.text"
msgid "256 : Second button in the dialog as default button."
msgstr "256 : ダイアログ上の 2 番目のボタンを、標準ボタンとします。"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3153715\n"
-"24\n"
"help.text"
msgid "512 : Third button in the dialog as default button."
msgstr "512 : ダイアログ上の 3 番目のボタンを、標準ボタンとします。"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3159267\n"
-"25\n"
"help.text"
msgid "<emph>Return value:</emph>"
msgstr "<emph>戻り値:</emph>"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3145230\n"
-"26\n"
"help.text"
msgid "1 : OK"
msgstr "1 : OK"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3149567\n"
-"27\n"
"help.text"
msgid "2 : Cancel"
msgstr "2 : キャンセル"
@@ -7637,73 +7640,73 @@ msgid "3 : Abort"
msgstr "3 : 中止"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3155335\n"
-"28\n"
"help.text"
msgid "4 : Retry"
msgstr "4 : やり直し"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3146918\n"
-"29\n"
"help.text"
msgid "5 : Ignore"
msgstr "5 : 無視 (する)"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3155961\n"
-"30\n"
"help.text"
msgid "6 : Yes"
msgstr "6 : はい"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3148488\n"
-"31\n"
"help.text"
msgid "7 : No"
msgstr "7 : いいえ"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"hd_id3150090\n"
-"40\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3151278\n"
-"43\n"
"help.text"
msgid "sVar = MsgBox(\"Las Vegas\")"
msgstr "sVar = MsgBox(\"Las Vegas\")"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3149034\n"
-"44\n"
"help.text"
msgid "sVar = MsgBox(\"Las Vegas\",1)"
msgstr "sVar = MsgBox(\"Las Vegas\",1)"
#: 03010102.xhp
+#, fuzzy
msgctxt ""
"03010102.xhp\n"
"par_id3166424\n"
-"45\n"
"help.text"
msgid "sVar = MsgBox( \"Las Vegas\",256 + 16 + 2,\"Dialog title\")"
msgstr "sVar = MsgBox( \"Las Vegas\",256 + 16 + 2,\"Dialog title\")"
@@ -7725,46 +7728,46 @@ msgid "<bookmark_value>Print statement</bookmark_value>"
msgstr "<bookmark_value>Print ステートメント</bookmark_value>"
#: 03010103.xhp
+#, fuzzy
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement [Runtime]\">Print Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print ステートメント [実行時]\">Print ステートメント [実行時]</link>"
#: 03010103.xhp
+#, fuzzy
msgctxt ""
"03010103.xhp\n"
"par_id3156281\n"
-"2\n"
"help.text"
msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
msgstr "指定された文字列または数値表式をダイアログまたはファイルに出力します。"
#: 03010103.xhp
+#, fuzzy
msgctxt ""
"03010103.xhp\n"
"hd_id3145785\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03010103.xhp
+#, fuzzy
msgctxt ""
"03010103.xhp\n"
"par_id3153188\n"
-"4\n"
"help.text"
msgid "Print [#FileName,] Expression1[{;|,} [Spc(Number As Integer);] [Tab(pos As Integer);] [Expression2[...]]"
msgstr "Print [#FileName,] Expression1[{;|,} [Spc(Number As Integer);] [Tab(pos As Integer);] [Expression2[...]]"
#: 03010103.xhp
+#, fuzzy
msgctxt ""
"03010103.xhp\n"
"hd_id3147348\n"
-"5\n"
"help.text"
msgid "Parameter:"
msgstr "パラメーター:"
@@ -7778,73 +7781,73 @@ msgid "<emph>FileName:</emph> Any numeric expression that contains the file numb
msgstr "<emph>FileName:</emph> 該当ファイルに対し Open ステートメントが割り当てたファイル番号を示す数値表式。"
#: 03010103.xhp
+#, fuzzy
msgctxt ""
"03010103.xhp\n"
"par_id3163712\n"
-"6\n"
"help.text"
msgid "<emph>Expression</emph>: Any numeric or string expression to be printed. Multiple expressions can be separated by a semicolon. If separated by a comma, the expressions are indented to the next tab stop. The tab stops cannot be adjusted."
msgstr "<emph>Expression</emph>:ダイアログボックス上に表示する数値ないし文字列表式。複数の表式を表示する場合は、セミコロンで区切ります。コンマで区切った場合は、表式は次のタブストップ位置にインデントして表示されます。タブストップの位置は変更できません。"
#: 03010103.xhp
+#, fuzzy
msgctxt ""
"03010103.xhp\n"
"par_id3153092\n"
-"7\n"
"help.text"
msgid "<emph>Number</emph>: Number of spaces to be inserted by the <emph>Spc</emph> function."
msgstr "<emph>Number</emph>:<emph>Spc</emph> 関数で挿入させるスペース記号の数。"
#: 03010103.xhp
+#, fuzzy
msgctxt ""
"03010103.xhp\n"
"par_id3145364\n"
-"8\n"
"help.text"
msgid "<emph>Pos</emph>: Spaces are inserted until the specified position."
msgstr "<emph>Pos</emph>:指定位置までスペース記号を挿入させます。"
#: 03010103.xhp
+#, fuzzy
msgctxt ""
"03010103.xhp\n"
"par_id3154319\n"
-"9\n"
"help.text"
msgid "If a semicolon or comma appears after the last expression to be printed, $[officename] Basic stores the text in an internal buffer and continues program execution without printing. When another Print statement without a semicolon or comma at the end is encountered, all text to be printed is printed at once."
msgstr "表示用の表式の末尾にセミコロンやコンマを付けておくと、$[officename] Basic はこれらのテキストを内部バッファーに格納し、ダイアログを表示することなくプログラムを続行します。そして、末尾にセミコロンやコンマの付いていない他の Print ステートメントを実行する段階で、蓄積しておいた表示テキストを一括して出力します。"
#: 03010103.xhp
+#, fuzzy
msgctxt ""
"03010103.xhp\n"
"par_id3145272\n"
-"10\n"
"help.text"
msgid "Positive numeric expressions are printed with a leading space. Negative expressions are printed with a leading minus sign. If a certain range is exceeded for floating-point values, the respective numeric expression is printed in exponential notation."
msgstr "正の数値表式の場合は、先頭にスペース記号が付加されます。正の数値表式の場合は、先頭にマイナス記号が付加されます。特定範囲を超えた浮動小数点値の場合は、該当する値を指数形式で表示します。"
#: 03010103.xhp
+#, fuzzy
msgctxt ""
"03010103.xhp\n"
"par_id3154011\n"
-"11\n"
"help.text"
msgid "If the expression to be printed exceeds a certain length, the display will automatically wrap to the next line."
msgstr "表式が特定の長さを超えた場合は、強制的に改行された複数行表示にされます。"
#: 03010103.xhp
+#, fuzzy
msgctxt ""
"03010103.xhp\n"
"par_id3146969\n"
-"12\n"
"help.text"
msgid "You can insert the Tab function, enclosed by semicolons, between arguments to indent the output to a specific position, or you can use the <emph>Spc</emph> function to insert a specified number of spaces."
msgstr "引数の間にセミコロンで挟む形で Tab 関数を記述すると、表示内容を特定の位置までインデントさせることができ、同様に <emph>Spc</emph> 関数を記述すると、特定の数のスペース記号を挿入できます。"
#: 03010103.xhp
+#, fuzzy
msgctxt ""
"03010103.xhp\n"
"hd_id3146912\n"
-"13\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -7892,154 +7895,154 @@ msgid "<bookmark_value>InputBox function</bookmark_value>"
msgstr "<bookmark_value>InputBox 関数</bookmark_value>"
#: 03010201.xhp
+#, fuzzy
msgctxt ""
"03010201.xhp\n"
"hd_id3148932\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03010201.xhp\" name=\"InputBox Function [Runtime]\">InputBox Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03010201.xhp\" name=\"InputBox 関数 [実行時]\">InputBox 関数 [実行時]</link>"
#: 03010201.xhp
+#, fuzzy
msgctxt ""
"03010201.xhp\n"
"par_id3151262\n"
-"2\n"
"help.text"
msgid "Displays a prompt in a dialog at which the user can input text. The input is assigned to a variable."
msgstr "ユーザーによるテキスト入力を行うためのダイアログを表示します。入力された値は、変数に収める必要があります。"
#: 03010201.xhp
+#, fuzzy
msgctxt ""
"03010201.xhp\n"
"par_id3151100\n"
-"3\n"
"help.text"
msgid "The <emph>InputBox</emph> statement is a convenient method of entering text through a dialog. Confirm the input by clicking OK or pressing Return. The input is returned as the function return value. If you close the dialog with Cancel, <emph>InputBox</emph> returns a zero-length string (\"\")."
msgstr "<emph>InputBox</emph> ステートメントを利用することで、ダイアログによるユーザー入力を簡単に実装できます。ユーザーの入力する値は、OK ボタンをクリックするか Return キーを押した段階で確定されます。こうして得られる入力値は、一種の関数の戻り値として返されます。また、Cancel ボタンをクリックしてダイアログを閉じると、<emph>InputBox</emph> は文字長ゼロの空白文字列 (\"\") を返します。"
#: 03010201.xhp
+#, fuzzy
msgctxt ""
"03010201.xhp\n"
"hd_id3152347\n"
-"4\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03010201.xhp
+#, fuzzy
msgctxt ""
"03010201.xhp\n"
"par_id3159201\n"
-"5\n"
"help.text"
msgid "InputBox (Msg As String[, Title As String[, Default As String[, x_pos As Integer, y_pos As Integer]]]])"
msgstr "InputBox (Msg As String[, Title As String[, Default As String[, x_pos As Integer, y_pos As Integer]]]])"
#: 03010201.xhp
+#, fuzzy
msgctxt ""
"03010201.xhp\n"
"hd_id3150713\n"
-"6\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03010201.xhp
+#, fuzzy
msgctxt ""
"03010201.xhp\n"
"par_id3145090\n"
-"7\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03010201.xhp
+#, fuzzy
msgctxt ""
"03010201.xhp\n"
"hd_id3149346\n"
-"8\n"
"help.text"
msgid "Parameter:"
msgstr "パラメーター:"
#: 03010201.xhp
+#, fuzzy
msgctxt ""
"03010201.xhp\n"
"par_id3153311\n"
-"9\n"
"help.text"
msgid "<emph>Msg</emph>: String expression displayed as the message in the dialog box."
msgstr "<emph>Msg</emph>:ダイアログボックスにメッセージとして表示させる文字列。"
#: 03010201.xhp
+#, fuzzy
msgctxt ""
"03010201.xhp\n"
"par_id3145315\n"
-"10\n"
"help.text"
msgid "<emph>Title</emph>: String expression displayed in the title bar of the dialog box."
msgstr "<emph>Title</emph>:ダイアログボックスのタイトルバーに表示させる文字列。"
#: 03010201.xhp
+#, fuzzy
msgctxt ""
"03010201.xhp\n"
"par_id3154307\n"
-"11\n"
"help.text"
msgid "<emph>Default</emph>: String expression displayed in the text box as default if no other input is given."
msgstr "<emph>Default</emph>:ユーザーが何も入力しない場合のデフォルト値としてテキストボックスに表示させる文字列。"
#: 03010201.xhp
+#, fuzzy
msgctxt ""
"03010201.xhp\n"
"par_id3147573\n"
-"12\n"
"help.text"
msgid "<emph>x_pos</emph>: Integer expression that specifies the horizontal position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
msgstr "<emph>x_pos</emph>:ダイアログの水平位置を指定する整数表式。この位置指定は絶対座標によるもので、オフィスアプリケーションウィンドウに対するものではありません。"
#: 03010201.xhp
+#, fuzzy
msgctxt ""
"03010201.xhp\n"
"par_id3156024\n"
-"13\n"
"help.text"
msgid "<emph>y_pos</emph>: Integer expression that specifies the vertical position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application."
msgstr "<emph>y_pos</emph>:ダイアログの垂直位置を指定する整数値。この位置指定は絶対座標によるもので、オフィスアプリケーションウィンドウに対するものではありません。"
#: 03010201.xhp
+#, fuzzy
msgctxt ""
"03010201.xhp\n"
"par_id3153897\n"
-"14\n"
"help.text"
msgid "If <emph>x_pos</emph> and <emph>y_pos</emph> are omitted, the dialog is centered on the screen. The position is specified in <link href=\"text/sbasic/shared/00000002.xhp#twips\" name=\"twips\">twips</link>."
msgstr "<emph>x_pos</emph> および <emph>y_pos</emph> を省略した場合、ダイアログは画面中央に配置されます。位置の指定単位は <link href=\"text/sbasic/shared/00000002.xhp#twips\" name=\"twip\">twip</link> です。"
#: 03010201.xhp
+#, fuzzy
msgctxt ""
"03010201.xhp\n"
"hd_id3149456\n"
-"15\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03010201.xhp
+#, fuzzy
msgctxt ""
"03010201.xhp\n"
"par_id3154367\n"
-"18\n"
"help.text"
msgid "sText = InputBox (\"Please enter a phrase:\",\"Dear User\")"
msgstr "sText = InputBox (\"フレーズを入力してください: \",\"ようこそ\")"
#: 03010201.xhp
+#, fuzzy
msgctxt ""
"03010201.xhp\n"
"par_id3151042\n"
-"19\n"
"help.text"
msgid "MsgBox ( sText , 64, \"Confirmation of phrase\")"
msgstr "MsgBox ( sText , 64, \"Confirmation of phrase\")"
@@ -8087,118 +8090,118 @@ msgid "<bookmark_value>Blue function</bookmark_value>"
msgstr "<bookmark_value>Blue 関数</bookmark_value>"
#: 03010301.xhp
+#, fuzzy
msgctxt ""
"03010301.xhp\n"
"hd_id3149180\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03010301.xhp\" name=\"Blue Function [Runtime]\">Blue Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03010301.xhp\" name=\"Blue 関数 [実行時]\">Blue 関数 [実行時]</link>"
#: 03010301.xhp
+#, fuzzy
msgctxt ""
"03010301.xhp\n"
"par_id3156343\n"
-"2\n"
"help.text"
msgid "Returns the blue component of the specified color code."
msgstr "与えられたカラーコードの青色 (Blue) のコンポーネントを返します。"
#: 03010301.xhp
+#, fuzzy
msgctxt ""
"03010301.xhp\n"
"hd_id3149670\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03010301.xhp
+#, fuzzy
msgctxt ""
"03010301.xhp\n"
"par_id3149457\n"
-"4\n"
"help.text"
msgid "Blue (Color As Long)"
msgstr "Blue (Color As Long)"
#: 03010301.xhp
+#, fuzzy
msgctxt ""
"03010301.xhp\n"
"hd_id3149656\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03010301.xhp
+#, fuzzy
msgctxt ""
"03010301.xhp\n"
"par_id3154365\n"
-"6\n"
"help.text"
msgid "Integer"
msgstr "整数"
#: 03010301.xhp
+#, fuzzy
msgctxt ""
"03010301.xhp\n"
"hd_id3156423\n"
-"7\n"
"help.text"
msgid "Parameter:"
msgstr "パラメーター:"
#: 03010301.xhp
+#, fuzzy
msgctxt ""
"03010301.xhp\n"
"par_id3150448\n"
-"8\n"
"help.text"
msgid "<emph>Color value</emph>: Long integer expression that specifies any <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">color code</link> for which to return the blue component."
msgstr "<emph>カラー値</emph>:任意の<link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"カラーコード\">カラーコード</link>を指定するロング整数の表式で、該当する色の青色 (Blue) のコンポーネントが返されます。"
#: 03010301.xhp
+#, fuzzy
msgctxt ""
"03010301.xhp\n"
"hd_id3153091\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03010301.xhp
+#, fuzzy
msgctxt ""
"03010301.xhp\n"
"par_id3154012\n"
-"13\n"
"help.text"
msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
msgstr "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
#: 03010301.xhp
+#, fuzzy
msgctxt ""
"03010301.xhp\n"
"par_id3148645\n"
-"14\n"
"help.text"
msgid "\"red= \" & Red(lVar) & Chr(13)&_"
msgstr "\"red= \" & Red(lVar) & Chr(13)&_"
#: 03010301.xhp
+#, fuzzy
msgctxt ""
"03010301.xhp\n"
"par_id3159155\n"
-"15\n"
"help.text"
msgid "\"green= \" & Green(lVar) & Chr(13)&_"
msgstr "\"green= \" & Green(lVar) & Chr(13)&_"
#: 03010301.xhp
+#, fuzzy
msgctxt ""
"03010301.xhp\n"
"par_id3147319\n"
-"16\n"
"help.text"
msgid "\"blue= \" & Blue(lVar) & Chr(13) , 64,\"colors\""
msgstr "\"blue= \" & Blue(lVar) & Chr(13) , 64,\"colors\""
@@ -8220,118 +8223,118 @@ msgid "<bookmark_value>Green function</bookmark_value>"
msgstr "<bookmark_value>Green 関数</bookmark_value>"
#: 03010302.xhp
+#, fuzzy
msgctxt ""
"03010302.xhp\n"
"hd_id3148947\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03010302.xhp\" name=\"Green Function [Runtime]\">Green Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03010302.xhp\" name=\"Green 関数 [実行時]\">Green 関数 [実行時]</link>"
#: 03010302.xhp
+#, fuzzy
msgctxt ""
"03010302.xhp\n"
"par_id3153361\n"
-"2\n"
"help.text"
msgid "Returns the Green component of the given color code."
msgstr "与えられたカラーコードの緑色 (Green) のコンポーネントを返します。"
#: 03010302.xhp
+#, fuzzy
msgctxt ""
"03010302.xhp\n"
"hd_id3154140\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03010302.xhp
+#, fuzzy
msgctxt ""
"03010302.xhp\n"
"par_id3153969\n"
-"4\n"
"help.text"
msgid "Green (Color As Long)"
msgstr "Green (Color As Long)"
#: 03010302.xhp
+#, fuzzy
msgctxt ""
"03010302.xhp\n"
"hd_id3154124\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03010302.xhp
+#, fuzzy
msgctxt ""
"03010302.xhp\n"
"par_id3153194\n"
-"6\n"
"help.text"
msgid "Integer"
msgstr "整数"
#: 03010302.xhp
+#, fuzzy
msgctxt ""
"03010302.xhp\n"
"hd_id3154909\n"
-"7\n"
"help.text"
msgid "Parameter:"
msgstr "パラメーター:"
#: 03010302.xhp
+#, fuzzy
msgctxt ""
"03010302.xhp\n"
"par_id3153770\n"
-"8\n"
"help.text"
msgid "<emph>Color</emph>: Long integer expression that specifies a <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">color code</link> for which to return the Green component."
msgstr "<emph>Color</emph>:任意の<link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"カラーコード\">カラーコード</link>を指定するロング整数の表式で、該当する色の緑色 (Green) のコンポーネントが返されます。"
#: 03010302.xhp
+#, fuzzy
msgctxt ""
"03010302.xhp\n"
"hd_id3149664\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03010302.xhp
+#, fuzzy
msgctxt ""
"03010302.xhp\n"
"par_id3151117\n"
-"13\n"
"help.text"
msgid "MsgBox \"The color \" & lVar & \" contains the components:\" & Chr(13) &_"
msgstr "msgbox \"The color \" & lVar & \" contains the components:\" & Chr(13) &_"
#: 03010302.xhp
+#, fuzzy
msgctxt ""
"03010302.xhp\n"
"par_id3153951\n"
-"14\n"
"help.text"
msgid "\"red = \" & red(lVar) & Chr(13)&_"
msgstr "\"red = \" & red(lVar) & Chr(13)&_"
#: 03010302.xhp
+#, fuzzy
msgctxt ""
"03010302.xhp\n"
"par_id3152462\n"
-"15\n"
"help.text"
msgid "\"green = \" & green(lVar) & Chr(13)&_"
msgstr "\"green = \" & green(lVar) & Chr(13)&_"
#: 03010302.xhp
+#, fuzzy
msgctxt ""
"03010302.xhp\n"
"par_id3154730\n"
-"16\n"
"help.text"
msgid "\"blue = \" & blue(lVar) & Chr(13) , 64,\"colors\""
msgstr "\"blue = \" & blue(lVar) & Chr(13) , 64,\"colors\""
@@ -8353,118 +8356,118 @@ msgid "<bookmark_value>Red function</bookmark_value>"
msgstr "<bookmark_value>Red 関数</bookmark_value>"
#: 03010303.xhp
+#, fuzzy
msgctxt ""
"03010303.xhp\n"
"hd_id3148947\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03010303.xhp\" name=\"Red Function [Runtime]\">Red Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03010303.xhp\" name=\"Red 関数 [実行時]\">Red 関数 [実行時]</link>"
#: 03010303.xhp
+#, fuzzy
msgctxt ""
"03010303.xhp\n"
"par_id3149656\n"
-"2\n"
"help.text"
msgid "Returns the Red component of the specified color code."
msgstr "与えられたカラーコードの赤色 (Red) のコンポーネントを返します。"
#: 03010303.xhp
+#, fuzzy
msgctxt ""
"03010303.xhp\n"
"hd_id3148799\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03010303.xhp
+#, fuzzy
msgctxt ""
"03010303.xhp\n"
"par_id3150448\n"
-"4\n"
"help.text"
msgid "Red (ColorNumber As Long)"
msgstr "Red (ColorNumber As Long)"
#: 03010303.xhp
+#, fuzzy
msgctxt ""
"03010303.xhp\n"
"hd_id3151042\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03010303.xhp
+#, fuzzy
msgctxt ""
"03010303.xhp\n"
"par_id3145173\n"
-"6\n"
"help.text"
msgid "Integer"
msgstr "整数"
#: 03010303.xhp
+#, fuzzy
msgctxt ""
"03010303.xhp\n"
"hd_id3154685\n"
-"7\n"
"help.text"
msgid "Parameter:"
msgstr "パラメーター:"
#: 03010303.xhp
+#, fuzzy
msgctxt ""
"03010303.xhp\n"
"par_id3150440\n"
-"8\n"
"help.text"
msgid "<emph>ColorNumber</emph>: Long integer expression that specifies any <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"color code\">color code</link> for which to return the Red component."
msgstr "<emph>ColorNumber</emph>:任意の<link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"カラーコード\">カラーコード</link>を指定するロング整数の表式で、該当する色の赤色 (Red) のコンポーネントが返されます。"
#: 03010303.xhp
+#, fuzzy
msgctxt ""
"03010303.xhp\n"
"hd_id3148575\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03010303.xhp
+#, fuzzy
msgctxt ""
"03010303.xhp\n"
"par_id3147435\n"
-"13\n"
"help.text"
msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
msgstr "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
#: 03010303.xhp
+#, fuzzy
msgctxt ""
"03010303.xhp\n"
"par_id3155306\n"
-"14\n"
"help.text"
msgid "\"red= \" & red(lVar) & Chr(13)&_"
msgstr "\"red= \" & red(lVar) & Chr(13)&_"
#: 03010303.xhp
+#, fuzzy
msgctxt ""
"03010303.xhp\n"
"par_id3149262\n"
-"15\n"
"help.text"
msgid "\"green= \" & green(lVar) & Chr(13)&_"
msgstr "\"green= \" & green(lVar) & Chr(13)&_"
#: 03010303.xhp
+#, fuzzy
msgctxt ""
"03010303.xhp\n"
"par_id3147397\n"
-"16\n"
"help.text"
msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
msgstr "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
@@ -8478,253 +8481,253 @@ msgid "QBColor Function [Runtime]"
msgstr "QBColor 関数 [実行時]"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"hd_id3149670\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03010304.xhp\" name=\"QBColor Function [Runtime]\">QBColor Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03010304.xhp\" name=\"QBColor 関数 [実行時]\">QBColor 関数 [実行時]</link>"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3150359\n"
-"2\n"
"help.text"
msgid "Returns the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB\">RGB</link> color code of the color passed as a color value through an older MS-DOS based programming system."
msgstr "従来の MS-DOS ベースのプログラミングシステムの使用するカラー値について、その <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB\">RGB</link> カラーコードを返します。"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"hd_id3154140\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3151042\n"
-"4\n"
"help.text"
msgid "QBColor (ColorNumber As Integer)"
msgstr "QBColor (ColorNumber As Integer)"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"hd_id3145172\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3154685\n"
-"6\n"
"help.text"
msgid "Long"
msgstr "ロング整数"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"hd_id3156560\n"
-"7\n"
"help.text"
msgid "Parameter:"
msgstr "パラメーター:"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3161832\n"
-"8\n"
"help.text"
msgid "<emph>ColorNumber</emph>: Any integer expression that specifies the color value of the color passed from an older MS-DOS based programming system."
msgstr "<emph>ColorNumber</emph>:従来の MS-DOS ベースのプログラミングシステムの使用するカラー値を示す整数表式。"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3147318\n"
-"9\n"
"help.text"
msgid "<emph>ColorNumber</emph> can be assigned the following values:"
msgstr "<emph>ColorNumber</emph> には下記の値を指定できます。"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3152576\n"
-"10\n"
"help.text"
msgid "0 : Black"
msgstr "0 : 黒"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3146975\n"
-"11\n"
"help.text"
msgid "1 : Blue"
msgstr "1 : 青"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3151116\n"
-"12\n"
"help.text"
msgid "2 : Green"
msgstr "2 : 緑"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3155412\n"
-"13\n"
"help.text"
msgid "3 : Cyan"
msgstr "3 : シアン"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3155306\n"
-"14\n"
"help.text"
msgid "4 : Red"
msgstr "4 : 赤"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3153364\n"
-"15\n"
"help.text"
msgid "5 : Magenta"
msgstr "5 : マゼンタ"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3146119\n"
-"16\n"
"help.text"
msgid "6 : Yellow"
msgstr "6 : イエロー"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3154730\n"
-"17\n"
"help.text"
msgid "7 : White"
msgstr "7 : 白"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3153877\n"
-"18\n"
"help.text"
msgid "8 : Gray"
msgstr "8 : グレー"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3147124\n"
-"19\n"
"help.text"
msgid "9 : Light Blue"
msgstr "9 : 明るい青"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3145646\n"
-"20\n"
"help.text"
msgid "10 : Light Green"
msgstr "10 : 明るい緑"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3149958\n"
-"21\n"
"help.text"
msgid "11 : Light Cyan"
msgstr "11 : 明るいシアン"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3154943\n"
-"22\n"
"help.text"
msgid "12 : Light Red"
msgstr "12 : 明るい赤"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3150715\n"
-"23\n"
"help.text"
msgid "13 : Light Magenta"
msgstr "13 : 明るいマゼンタ"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3146970\n"
-"24\n"
"help.text"
msgid "14 : Light Yellow"
msgstr "14 : 明るい黄"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3150750\n"
-"25\n"
"help.text"
msgid "15 : Bright White"
msgstr "15 : 明るい白"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3146914\n"
-"26\n"
"help.text"
msgid "This function is used only to convert from older MS-DOS based BASIC applications that use the above color codes. The function returns a long integer value indicating the color to be used in the $[officename] IDE."
msgstr "この関数は、従来の MS-DOS ベースの BASIC アプリケーションで使われる上記のカラー値を変換する場合にのみ使用します。関数の戻り値は、$[officename] IDE の使用するカラー値を示すロング整数が返されます。"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"hd_id3148406\n"
-"27\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03010304.xhp
+#, fuzzy
msgctxt ""
"03010304.xhp\n"
"par_id3149566\n"
-"33\n"
"help.text"
msgid "MsgBox stext,0,\"Color \" & iColor"
msgstr "MsgBox stext,0,\"Color \" & iColor"
@@ -8738,136 +8741,136 @@ msgid "RGB Function [Runtime]"
msgstr "RGB 関数 [実行時]"
#: 03010305.xhp
+#, fuzzy
msgctxt ""
"03010305.xhp\n"
"hd_id3150792\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB Function [Runtime]\">RGB Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB 関数 [実行時]\">RGB 関数 [実行時]</link>"
#: 03010305.xhp
+#, fuzzy
msgctxt ""
"03010305.xhp\n"
"par_id3150447\n"
-"2\n"
"help.text"
msgid "Returns a <link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"long integer color value\">long integer color value</link> consisting of red, green, and blue components."
msgstr "赤 (Red)、緑 (Green)、青 (Blue) のコンポーネントで指定された<link href=\"text/sbasic/shared/00000003.xhp#farbcodes\" name=\"long integer color value\">ロング整数</link>を返します。"
#: 03010305.xhp
+#, fuzzy
msgctxt ""
"03010305.xhp\n"
"hd_id3147229\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03010305.xhp
+#, fuzzy
msgctxt ""
"03010305.xhp\n"
"par_id3155132\n"
-"4\n"
"help.text"
msgid "RGB (Red, Green, Blue)"
msgstr "RGB (Red, Green, Blue)"
#: 03010305.xhp
+#, fuzzy
msgctxt ""
"03010305.xhp\n"
"hd_id3156442\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03010305.xhp
+#, fuzzy
msgctxt ""
"03010305.xhp\n"
"par_id3159153\n"
-"6\n"
"help.text"
msgid "Long"
msgstr "ロング整数"
#: 03010305.xhp
+#, fuzzy
msgctxt ""
"03010305.xhp\n"
"hd_id3154013\n"
-"7\n"
"help.text"
msgid "Parameter:"
msgstr "パラメーター:"
#: 03010305.xhp
+#, fuzzy
msgctxt ""
"03010305.xhp\n"
"par_id3152597\n"
-"8\n"
"help.text"
msgid "<emph>Red</emph>: Any integer expression that represents the red component (0-255) of the composite color."
msgstr "<emph>Red</emph>:コンポジットカラーの、赤 (Red) コンポーネントを指定する整数表式 (0-255)。"
#: 03010305.xhp
+#, fuzzy
msgctxt ""
"03010305.xhp\n"
"par_id3146974\n"
-"9\n"
"help.text"
msgid "<emph>Green</emph>: Any integer expression that represents the green component (0-255) of the composite color."
msgstr "<emph>Green</emph>:コンポジットカラーの、緑 (Green) コンポーネントを指定する整数表式 (0-255)。"
#: 03010305.xhp
+#, fuzzy
msgctxt ""
"03010305.xhp\n"
"par_id3151113\n"
-"10\n"
"help.text"
msgid "<emph>Blue</emph>: Any integer expression that represents the blue component (0-255) of the composite color."
msgstr "<emph>Blue</emph>:コンポジットカラーの、青 (Blue) コンポーネントを指定する整数表式 (0-255)。"
#: 03010305.xhp
+#, fuzzy
msgctxt ""
"03010305.xhp\n"
"hd_id3147435\n"
-"11\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03010305.xhp
+#, fuzzy
msgctxt ""
"03010305.xhp\n"
"par_id3145647\n"
-"15\n"
"help.text"
msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
msgstr "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
#: 03010305.xhp
+#, fuzzy
msgctxt ""
"03010305.xhp\n"
"par_id3154491\n"
-"16\n"
"help.text"
msgid "\"red= \" & red(lVar) & Chr(13)&_"
msgstr "\"red= \" & red(lVar) & Chr(13)&_"
#: 03010305.xhp
+#, fuzzy
msgctxt ""
"03010305.xhp\n"
"par_id3149401\n"
-"17\n"
"help.text"
msgid "\"green= \" & green(lVar) & Chr(13)&_"
msgstr "\"green= \" & green(lVar) & Chr(13)&_"
#: 03010305.xhp
+#, fuzzy
msgctxt ""
"03010305.xhp\n"
"par_id3150716\n"
-"18\n"
"help.text"
msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
msgstr "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
@@ -8941,82 +8944,82 @@ msgid "<bookmark_value>Close statement</bookmark_value>"
msgstr "<bookmark_value>Close ステートメント</bookmark_value>"
#: 03020101.xhp
+#, fuzzy
msgctxt ""
"03020101.xhp\n"
"hd_id3157896\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement [Runtime]\">Close Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close ステートメント [実行時]\">Close ステートメント [実行時]</link>"
#: 03020101.xhp
+#, fuzzy
msgctxt ""
"03020101.xhp\n"
"par_id3147573\n"
-"2\n"
"help.text"
msgid "Closes a specified file that was opened with the Open statement."
msgstr "Open ステートメントでオープンされたファイルに対し、指定ファイルをクローズします。"
#: 03020101.xhp
+#, fuzzy
msgctxt ""
"03020101.xhp\n"
"hd_id3156344\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020101.xhp
+#, fuzzy
msgctxt ""
"03020101.xhp\n"
"par_id3147265\n"
-"4\n"
"help.text"
msgid "Close FileNumber As Integer[, FileNumber2 As Integer[,...]]"
msgstr "Close FileNumber As Integer[, FileNumber2 As Integer[,...]]"
#: 03020101.xhp
+#, fuzzy
msgctxt ""
"03020101.xhp\n"
"hd_id3153379\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020101.xhp
+#, fuzzy
msgctxt ""
"03020101.xhp\n"
"par_id3150791\n"
-"6\n"
"help.text"
msgid "<emph>FileNumber:</emph> Any integer expression that specifies the number of the data channel that was opened with the <emph>Open</emph> statement."
msgstr "<emph>FileNumber:</emph> <emph>Open</emph> ステートメントでオープンされたデータチャネル番号を指定する整数表式。"
#: 03020101.xhp
+#, fuzzy
msgctxt ""
"03020101.xhp\n"
"hd_id3153192\n"
-"7\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03020101.xhp
+#, fuzzy
msgctxt ""
"03020101.xhp\n"
"par_id3153727\n"
-"16\n"
"help.text"
msgid "Print #iNumber, \"First line of text\""
msgstr "Print #iNumber, \"First line of text\""
#: 03020101.xhp
+#, fuzzy
msgctxt ""
"03020101.xhp\n"
"par_id3147350\n"
-"17\n"
"help.text"
msgid "Print #iNumber, \"Another line of text\""
msgstr "Print #iNumber, \"Another line of text\""
@@ -9038,91 +9041,91 @@ msgid "<bookmark_value>FreeFile function</bookmark_value>"
msgstr "<bookmark_value>FreeFile 関数</bookmark_value>"
#: 03020102.xhp
+#, fuzzy
msgctxt ""
"03020102.xhp\n"
"hd_id3150400\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020102.xhp\" name=\"FreeFile Function[Runtime]\">FreeFile Function[Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020102.xhp\" name=\"FreeFile 関数 [実行時]\">FreeFile 関数 [実行時]</link>"
#: 03020102.xhp
+#, fuzzy
msgctxt ""
"03020102.xhp\n"
"par_id3154366\n"
-"2\n"
"help.text"
msgid "Returns the next available file number for opening a file. Use this function to open a file using a file number that is not already in use by a currently open file."
msgstr "ファイルのオープン用に、現在使用可能な次のファイル番号を返します。この関数は、現在オープン中のファイルが使用していないファイル番号を取得する際に使用します。"
#: 03020102.xhp
+#, fuzzy
msgctxt ""
"03020102.xhp\n"
"hd_id3150769\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020102.xhp
+#, fuzzy
msgctxt ""
"03020102.xhp\n"
"hd_id3151042\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03020102.xhp
+#, fuzzy
msgctxt ""
"03020102.xhp\n"
"par_id3150440\n"
-"6\n"
"help.text"
msgid "Integer"
msgstr "整数"
#: 03020102.xhp
+#, fuzzy
msgctxt ""
"03020102.xhp\n"
"hd_id3148576\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020102.xhp
+#, fuzzy
msgctxt ""
"03020102.xhp\n"
"par_id3155854\n"
-"8\n"
"help.text"
msgid "This function can only be used immediately in front of an Open statement. FreeFile returns the next available file number, but does not reserve it."
msgstr "この関数を使用できるのは、Open ステートメントの直前だけです。FreeFile 関数は、利用可能な次のファイル番号を返しますが、この番号を予約するわけではありません。"
#: 03020102.xhp
+#, fuzzy
msgctxt ""
"03020102.xhp\n"
"hd_id3159153\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03020102.xhp
+#, fuzzy
msgctxt ""
"03020102.xhp\n"
"par_id3155416\n"
-"18\n"
"help.text"
msgid "Print #iNumber, \"First line of text\""
msgstr "Print #iNumber, \"First line of text\""
#: 03020102.xhp
+#, fuzzy
msgctxt ""
"03020102.xhp\n"
"par_id3153416\n"
-"19\n"
"help.text"
msgid "Print #iNumber, \"Another line of text\""
msgstr "Print #iNumber, \"Another line of text\""
@@ -9144,136 +9147,136 @@ msgid "<bookmark_value>Open statement</bookmark_value>"
msgstr "<bookmark_value>Open ステートメント</bookmark_value>"
#: 03020103.xhp
+#, fuzzy
msgctxt ""
"03020103.xhp\n"
"hd_id3150791\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement [Runtime]\">Open Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open ステートメント[実行時]\">Open ステートメント[実行時]</link>"
#: 03020103.xhp
+#, fuzzy
msgctxt ""
"03020103.xhp\n"
"par_id3150769\n"
-"2\n"
"help.text"
msgid "Opens a data channel."
msgstr "データチャネルを開きます。"
#: 03020103.xhp
+#, fuzzy
msgctxt ""
"03020103.xhp\n"
"hd_id3147230\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020103.xhp
+#, fuzzy
msgctxt ""
"03020103.xhp\n"
"par_id3154124\n"
-"4\n"
"help.text"
msgid "Open FileName As String [For Mode] [Access IOMode] [Protected] As [#]FileNumber As Integer [Len = DatasetLength]"
msgstr "Open FileName As String [For Mode] [Access IOMode] [Protected] As [#]FileNumber As Integer [Len = DatasetLength]"
#: 03020103.xhp
+#, fuzzy
msgctxt ""
"03020103.xhp\n"
"hd_id3156280\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020103.xhp
+#, fuzzy
msgctxt ""
"03020103.xhp\n"
"par_id3155132\n"
-"6\n"
"help.text"
msgid "<emph>FileName: </emph>Name and path of the file that you wan to open. If you try to read a file that does not exist (Access = Read), an error message appears. If you try to write to a file that does not exist (Access = Write), a new file is created."
msgstr "<emph>ファイル名:</emph>開こうとするファイルの名前とパス。存在しないファイルを読み取ろうとすると (Access = Read)、エラーメッセージが表示されます。存在しないファイルを書き込もうとすると (Access = Write)、新しいファイルが作成されます。"
#: 03020103.xhp
+#, fuzzy
msgctxt ""
"03020103.xhp\n"
"par_id3149262\n"
-"7\n"
"help.text"
msgid "<emph>Mode:</emph> Keyword that specifies the file mode. Valid values: Append (append to sequential file), Binary (data can be accessed by bytes using Get and Put), Input (opens data channel for reading), Output (opens data channel for writing), and Random (edits relative files)."
msgstr "<emph>モード:</emph> ファイルモードを指定するキーワード。有効な値:Append (順編成ファイルに追加する)、Binary (データは、Get および Put を使用してバイトによってアクセスできる)、Input (読み取り用のデータチャネルを開く)、Output (書き込み用のデータチャネルを開く)、および Random (関連ファイルを編集する)。"
#: 03020103.xhp
+#, fuzzy
msgctxt ""
"03020103.xhp\n"
"par_id3154014\n"
-"8\n"
"help.text"
msgid "<emph>IOMode:</emph> Keyword that defines the access type. Valid values: Read (read-only), Write (write-only), Read Write (both)."
msgstr "<emph>IOMode:</emph> アクセスの種類を定義するキーワードです。有効な値には、Read (読み取り専用)、Write (書き込み専用)、Read Write (読み取りと書き込み) があります。"
#: 03020103.xhp
+#, fuzzy
msgctxt ""
"03020103.xhp\n"
"par_id3150011\n"
-"9\n"
"help.text"
msgid "<emph>Protected:</emph> Keyword that defines the security status of a file after opening. Valid values: Shared (file may be opened by other applications), Lock Read (file is protected against reading), Lock Write (file is protected against writing), Lock Read Write (denies file access)."
msgstr "Protected:オープン後のファイルのセキュリティステータスを指定するキーワード。これには下記の値を指定できます。Shared (ファイルを他のアプリケーションでも開けるようにする)、Lock Read (ファイルを読み取り保護する)、Lock Write (ファイルを書き込み保護する)、Lock Read Write (ファイルアクセスを禁止する)。"
#: 03020103.xhp
+#, fuzzy
msgctxt ""
"03020103.xhp\n"
"par_id3153190\n"
-"10\n"
"help.text"
msgid "<emph>FileNumber:</emph> Any integer expression from 0 to 511 to indicate the number of a free data channel. You can then pass commands through the data channel to access the file. The file number must be determined by the FreeFile function immediately before the Open statement."
msgstr "<emph>FileNumber</emph>:使用可能なデータチャネル番号を示す 0 から 511 までの整数表式。オープン後のファイルに対しては、データチャネルを通じてアクセスコマンドを渡せます。ファイル番号は、Open ステートメントの直前で FreeFile 関数を実行して取得する必要があります。"
#: 03020103.xhp
+#, fuzzy
msgctxt ""
"03020103.xhp\n"
"par_id3151115\n"
-"11\n"
"help.text"
msgid "<emph>DatasetLength:</emph> For random access files, set the length of the records."
msgstr "<emph>DatasetLength:</emph> ランダムアクセスファイル用にレコード長を設定します。"
#: 03020103.xhp
+#, fuzzy
msgctxt ""
"03020103.xhp\n"
"par_id3153418\n"
-"12\n"
"help.text"
msgid "You can only modify the contents of a file that was opened with the Open statement. If you try to open a file that is already open, an error message appears."
msgstr "内容を変更できるファイルは、Open ステートメントでオープンしたファイルだけです。オープン済みのファイルを再度オープンしようとすると、エラーメッセージが表示されます。"
#: 03020103.xhp
+#, fuzzy
msgctxt ""
"03020103.xhp\n"
"hd_id3149123\n"
-"13\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03020103.xhp
+#, fuzzy
msgctxt ""
"03020103.xhp\n"
"par_id3154705\n"
-"22\n"
"help.text"
msgid "Print #iNumber, \"This is a line of text\""
msgstr "Print #iNumber, \"This is a line of text\""
#: 03020103.xhp
+#, fuzzy
msgctxt ""
"03020103.xhp\n"
"par_id3146916\n"
-"23\n"
"help.text"
msgid "Print #iNumber, \"This is another line of text\""
msgstr "Print #iNumber, \"This is another line of text\""
@@ -9295,55 +9298,55 @@ msgid "<bookmark_value>Reset statement</bookmark_value>"
msgstr "<bookmark_value>Reset ステートメント</bookmark_value>"
#: 03020104.xhp
+#, fuzzy
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020104.xhp\">Reset ステートメント [実行時]</link>"
#: 03020104.xhp
+#, fuzzy
msgctxt ""
"03020104.xhp\n"
"par_id3156423\n"
-"2\n"
"help.text"
msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr "オープンしてあるすべてのファイルをクローズして、ファイルバッファーの内容をハードディスクに書き込みます。"
#: 03020104.xhp
+#, fuzzy
msgctxt ""
"03020104.xhp\n"
"hd_id3154124\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020104.xhp
+#, fuzzy
msgctxt ""
"03020104.xhp\n"
"hd_id3161831\n"
-"5\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03020104.xhp
+#, fuzzy
msgctxt ""
"03020104.xhp\n"
"par_id3148455\n"
-"47\n"
"help.text"
msgid "Print #iNumber, \"This is a new line of text\""
msgstr "Print #iNumber, \"This is a new line of text\""
#: 03020104.xhp
+#, fuzzy
msgctxt ""
"03020104.xhp\n"
"par_id3163805\n"
-"62\n"
"help.text"
msgid "MsgBox \"All files will be closed\",0,\"Error\""
msgstr "MsgBox \"All files will be closed\",0,\"Error\""
@@ -9382,172 +9385,172 @@ msgid "<bookmark_value>Get statement</bookmark_value>"
msgstr "<bookmark_value>Get ステートメント</bookmark_value>"
#: 03020201.xhp
+#, fuzzy
msgctxt ""
"03020201.xhp\n"
"hd_id3154927\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020201.xhp\">Get Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020201.xhp\">Get ステートメント[実行時]</link>"
#: 03020201.xhp
+#, fuzzy
msgctxt ""
"03020201.xhp\n"
"par_id3145069\n"
-"2\n"
"help.text"
msgid "Reads a record from a relative file, or a sequence of bytes from a binary file, into a variable."
msgstr "相対編成ファイルのレコードないし、バイナリファイルのバイトシーケンスを読み取って、変数に代入します。"
#: 03020201.xhp
+#, fuzzy
msgctxt ""
"03020201.xhp\n"
"par_id3154346\n"
-"3\n"
"help.text"
msgid "See also: <link href=\"text/sbasic/shared/03020204.xhp\" name=\"PUT\"><item type=\"literal\">PUT</item></link> Statement"
msgstr "次も参照してください: <link href=\"text/sbasic/shared/03020204.xhp\" name=\"PUT\"><item type=\"literal\">PUT</item></link> ステートメント"
#: 03020201.xhp
+#, fuzzy
msgctxt ""
"03020201.xhp\n"
"hd_id3150358\n"
-"4\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020201.xhp
+#, fuzzy
msgctxt ""
"03020201.xhp\n"
"par_id3150792\n"
-"5\n"
"help.text"
msgid "Get [#] FileNumber As Integer, [Position], Variable"
msgstr "Get [#] FileNumber As Integer, [Position], Variable"
#: 03020201.xhp
+#, fuzzy
msgctxt ""
"03020201.xhp\n"
"hd_id3154138\n"
-"6\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020201.xhp
+#, fuzzy
msgctxt ""
"03020201.xhp\n"
"par_id3150448\n"
-"7\n"
"help.text"
msgid "<emph>FileNumber:</emph> Any integer expression that determines the file number."
msgstr "<emph>FileNumber</emph>:ファイル番号を指定する整数表式。"
#: 03020201.xhp
+#, fuzzy
msgctxt ""
"03020201.xhp\n"
"par_id3154684\n"
-"8\n"
"help.text"
msgid "<emph>Position:</emph> For files opened in Random mode, <emph>Position</emph> is the number of the record that you want to read."
msgstr "<emph>Position:</emph> Random モードでオープンしたファイルの場合、読み取るレコードの番号を、この <emph>Position</emph> に指定します。"
#: 03020201.xhp
+#, fuzzy
msgctxt ""
"03020201.xhp\n"
"par_id3153768\n"
-"9\n"
"help.text"
msgid "For files opened in Binary mode, <emph>Position</emph> is the byte position in the file where the reading starts."
msgstr "Binary モードでオープンしたファイルの場合、ファイル内で読み取りを開始するバイト位置を、この <emph>Position</emph> に指定します。"
#: 03020201.xhp
+#, fuzzy
msgctxt ""
"03020201.xhp\n"
"par_id3147319\n"
-"10\n"
"help.text"
msgid "If <emph>Position</emph> is omitted, the current position or the current data record of the file is used."
msgstr "<emph>Position</emph> の指定を省略すると、ファイルの現在の位置ないし現在のデータレコードが使用されます。"
#: 03020201.xhp
+#, fuzzy
msgctxt ""
"03020201.xhp\n"
"par_id3149484\n"
-"11\n"
"help.text"
msgid "Variable: Name of the variable to be read. With the exception of object variables, you can use any variable type."
msgstr "Variable:データを読み込む変数の名前。この変数には、オブジェクト変数を除いた、任意の変数型を使用できます。"
#: 03020201.xhp
+#, fuzzy
msgctxt ""
"03020201.xhp\n"
"hd_id3153144\n"
-"12\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03020201.xhp
+#, fuzzy
msgctxt ""
"03020201.xhp\n"
"par_id3155307\n"
-"15\n"
"help.text"
msgid "Dim sText As Variant ' Must be a variant"
msgstr "Dim sText As Variant REM バリアント型変数が必要"
#: 03020201.xhp
+#, fuzzy
msgctxt ""
"03020201.xhp\n"
"par_id3149411\n"
-"21\n"
"help.text"
msgid "Seek #iNumber,1 ' Position at beginning"
msgstr "Seek #iNumber,1 REM 開始位置"
#: 03020201.xhp
+#, fuzzy
msgctxt ""
"03020201.xhp\n"
"par_id3153158\n"
-"22\n"
"help.text"
msgid "Put #iNumber,, \"This is the first line of text\" ' Fill line with text"
msgstr "Put #iNumber,, \"ここはテキストの始めの行です。\" REM テキストで行を埋める"
#: 03020201.xhp
+#, fuzzy
msgctxt ""
"03020201.xhp\n"
"par_id3148457\n"
-"23\n"
"help.text"
msgid "Put #iNumber,, \"This is the second line of text\""
msgstr "Put #iNumber,, \"This is the second line of text\""
#: 03020201.xhp
+#, fuzzy
msgctxt ""
"03020201.xhp\n"
"par_id3150715\n"
-"24\n"
"help.text"
msgid "Put #iNumber,, \"This is the third line of text\""
msgstr "Put #iNumber,, \"This is the third line of text\""
#: 03020201.xhp
+#, fuzzy
msgctxt ""
"03020201.xhp\n"
"par_id3155938\n"
-"33\n"
"help.text"
msgid "Put #iNumber,,\"This is a new text\""
msgstr "Put #iNumber,,\"This is a new text\""
#: 03020201.xhp
+#, fuzzy
msgctxt ""
"03020201.xhp\n"
"par_id3146916\n"
-"36\n"
"help.text"
msgid "Put #iNumber,20,\"This is the text in record 20\""
msgstr "Put #iNumber,20,\"This is the text in record 20\""
@@ -9569,109 +9572,109 @@ msgid "<bookmark_value>Input statement</bookmark_value>"
msgstr "<bookmark_value>Input ステートメント</bookmark_value>"
#: 03020202.xhp
+#, fuzzy
msgctxt ""
"03020202.xhp\n"
"hd_id3154908\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020202.xhp\" name=\"Input# Statement [Runtime]\">Input# Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020202.xhp\" name=\"Input# ステートメント [実行時]\">Input# ステートメント [実行時]</link>"
#: 03020202.xhp
+#, fuzzy
msgctxt ""
"03020202.xhp\n"
"par_id3156424\n"
-"2\n"
"help.text"
msgid "Reads data from an open sequential file."
msgstr "オープン済みの順編成ファイルからデータを読み取ります。"
#: 03020202.xhp
+#, fuzzy
msgctxt ""
"03020202.xhp\n"
"hd_id3125863\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020202.xhp
+#, fuzzy
msgctxt ""
"03020202.xhp\n"
"par_id3150440\n"
-"4\n"
"help.text"
msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
msgstr "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
#: 03020202.xhp
+#, fuzzy
msgctxt ""
"03020202.xhp\n"
"hd_id3146121\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020202.xhp
+#, fuzzy
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
-"6\n"
"help.text"
msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
msgstr "<emph>FileNumber:</emph> 読み取るデータを含むファイルの番号。読み取るファイルは、Open ステートメントに INPUT キーワードを指定して、事前にオープンしておく必要があります。"
#: 03020202.xhp
+#, fuzzy
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
-"7\n"
"help.text"
msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
msgstr "<emph>var:</emph> オープン済みのファイルから読み取った値を格納する、数値型ないし文字列型の変数。"
#: 03020202.xhp
+#, fuzzy
msgctxt ""
"03020202.xhp\n"
"par_id3159153\n"
-"8\n"
"help.text"
msgid "The <emph>Input#</emph> statement reads numeric values or strings from an open file and assigns the data to one or more variables. A numeric variable is read up to the first carriage return (Asc=13), line feed (Asc=10), space, or comma. String variables are read to up to the first carriage return (Asc=13), line feed (Asc=10), or comma."
msgstr "<emph>Input#</emph> ステートメントは、オープン済みのファイルから数値ないし文字列を読み取り、これらの値を 1 つまたは複数の変数に格納します。数値は、次に来るキャリッジリターン (ASC=13)、ラインフィード (ASC=10)、スペース、コンマまでのデータが、1 度に読み取られます。文字列は、次に来るコードがキャリッジリターン (ASC=13)、ラインフィード (ASC=10)、コンマまでのデータが、1 度に読み取られます。"
#: 03020202.xhp
+#, fuzzy
msgctxt ""
"03020202.xhp\n"
"par_id3146984\n"
-"9\n"
"help.text"
msgid "Data and data types in the opened file must appear in the same order as the variables that are passed in the \"var\" parameter. If you assign non-numeric values to a numeric variable, \"var\" is assigned a value of \"0\"."
msgstr "オープン済みファイル中にあるデータおよびデータ型は、「var」に指定する変数の順序と一致している必要があります。数値以外のデータを数値変数に代入すると、「var」の変数には「0」値が格納されます。"
#: 03020202.xhp
+#, fuzzy
msgctxt ""
"03020202.xhp\n"
"par_id3156442\n"
-"10\n"
"help.text"
msgid "Records that are separated by commas cannot be assigned to a string variable. Quotation marks (\") in the file are disregarded as well. If you want to read these characters from the file, use the <emph>Line Input#</emph> statement to read pure text files (files containing only printable characters) line by line."
msgstr "コンマで区切られているレコードを文字列値に割り当てることはできません。 同じようにファイル内の引用符 (\") も無視されます。 ファイルからこのような文字を読み取る場合は <emph>Line Input#</emph> 文を使用し、テキストファイル (印刷可能な文字のみで構成されるファイル) を読み取ります。"
#: 03020202.xhp
+#, fuzzy
msgctxt ""
"03020202.xhp\n"
"par_id3147349\n"
-"11\n"
"help.text"
msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr "データの読み取り中にファイル末尾に到達すると、エラーが発生してプロセスは終了させられます。"
#: 03020202.xhp
+#, fuzzy
msgctxt ""
"03020202.xhp\n"
"hd_id3152578\n"
-"12\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -9709,100 +9712,100 @@ msgid "<bookmark_value>Line Input statement</bookmark_value>"
msgstr "<bookmark_value>数式入力ボックス文</bookmark_value>"
#: 03020203.xhp
+#, fuzzy
msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement [Runtime]\">Line Input # Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # ステートメント [実行時]\">Line Input # ステートメント [実行時]</link>"
#: 03020203.xhp
+#, fuzzy
msgctxt ""
"03020203.xhp\n"
"par_id3156280\n"
-"2\n"
"help.text"
msgid "Reads strings from a sequential file into a variable."
msgstr "順編成ファイルから文字列を読み取り、変数に格納します。"
#: 03020203.xhp
+#, fuzzy
msgctxt ""
"03020203.xhp\n"
"hd_id3150447\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020203.xhp
+#, fuzzy
msgctxt ""
"03020203.xhp\n"
"par_id3147229\n"
-"4\n"
"help.text"
msgid "Line Input #FileNumber As Integer, Var As String"
msgstr "Line Input #FileNumber As Integer, Var As String"
#: 03020203.xhp
+#, fuzzy
msgctxt ""
"03020203.xhp\n"
"hd_id3145173\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020203.xhp
+#, fuzzy
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
-"6\n"
"help.text"
msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
msgstr "<emph>FileNumber:</emph> 読み取るデータを含むファイルの番号。 読み取るファイルは、Open ステートメントに INPUT キーワードを指定して、事前に開いておく必要があります。"
#: 03020203.xhp
+#, fuzzy
msgctxt ""
"03020203.xhp\n"
"par_id3151119\n"
-"7\n"
"help.text"
msgid "<emph>var:</emph> The name of the variable that stores the result."
msgstr "<emph>var:</emph> 戻り値を格納する変数の名前。"
#: 03020203.xhp
+#, fuzzy
msgctxt ""
"03020203.xhp\n"
"par_id3150010\n"
-"8\n"
"help.text"
msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
msgstr "<emph>Line Input#</emph> ステートメントは、オープン済みのファイルから文字列を読み取って、その値を変数に格納します。文字列は、次に来るキャリッジリターン (ASC=13) かラインフィード (ASC=10) までのデータが、1 行ごとに読み取られます。行末の記号は読み取られません。"
#: 03020203.xhp
+#, fuzzy
msgctxt ""
"03020203.xhp\n"
"hd_id3163711\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03020203.xhp
+#, fuzzy
msgctxt ""
"03020203.xhp\n"
"par_id3147124\n"
-"18\n"
"help.text"
msgid "Print #iNumber, \"This is a line of text\""
msgstr "Print #iNumber, \"This is a line of text\""
#: 03020203.xhp
+#, fuzzy
msgctxt ""
"03020203.xhp\n"
"par_id3153415\n"
-"19\n"
"help.text"
msgid "Print #iNumber, \"This is another line of text\""
msgstr "Print #iNumber, \"This is another line of text\""
@@ -9824,181 +9827,181 @@ msgid "<bookmark_value>Put statement</bookmark_value>"
msgstr "<bookmark_value>Put ステートメント</bookmark_value>"
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement [Runtime]\">Put Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put ステートメント [実行時]\">Put ステートメント [実行時]</link>"
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"par_id3154909\n"
-"2\n"
"help.text"
msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr "相対編成ファイルへの 1 つのレコードの書き込みおよび、バイナリファイルへの 1 つのバイトシーケンスの書き込みが行えます。"
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"par_id3156281\n"
-"3\n"
"help.text"
msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
msgstr "次も参照してください: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> ステートメント"
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"hd_id3125863\n"
-"4\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"par_id3155132\n"
-"5\n"
"help.text"
msgid "Put [#] FileNumber As Integer, [position], Variable"
msgstr "Put [#] FileNumber As Integer, [position], Variable"
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"hd_id3153190\n"
-"6\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
-"7\n"
"help.text"
msgid "<emph>FileNumber:</emph> Any integer expression that defines the file that you want to write to."
msgstr "<emph>FileNumber:</emph> 書き込むファイルを指定する整数表式。"
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
-"8\n"
"help.text"
msgid "<emph>Position: </emph>For relative files (random access files), the number of the record that you want to write."
msgstr "<emph>Position:</emph>相対編成ファイル (ランダムアクセスファイル) の場合は、書き込むレコードの番号。"
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"par_id3148576\n"
-"9\n"
"help.text"
msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr "バイナリファイル (バイナリアクセス) の場合は、ファイル中の書き込みを開始するバイト位置。"
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"par_id3153729\n"
-"10\n"
"help.text"
msgid "<emph>Variable:</emph> Name of the variable that you want to write to the file."
msgstr "<emph>Variable:</emph> ファイルに書き込む変数の名前。"
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"par_id3146974\n"
-"11\n"
"help.text"
msgid "Note for relative files: If the contents of this variable does not match the length of the record that is specified in the <emph>Len</emph> clause of the <emph>Open</emph> statement, the space between the end of the newly written record and the next record is padded with existing data from the file that you are writing to."
msgstr "相対編成ファイルでの注意: この変数の内容が <emph>Open</emph> ステートメントの <emph>Len</emph>句で指定されたレコード長と一致しない場合、 新たに書き込まれたレコードの末尾から次のレコードまでの間の空間は、書き込み先ファイルの既存データで埋められます。"
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"par_id3155855\n"
-"12\n"
"help.text"
msgid "Note for binary files: The contents of the variables are written to the specified position, and the file pointer is inserted directly after the last byte. No space is left between the records."
msgstr "バイナリファイルについては、下記の点に注意が必要です。ここで指定する変数の内容は、指定位置から書き込みが開始され、データの最終バイトの次にファイルポインターが移動します。レコードの間に、スペースが残されることはありません。"
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"hd_id3154491\n"
-"13\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"par_id3154729\n"
-"16\n"
"help.text"
msgid "Dim sText As Variant ' Must be a variant type"
msgstr "Dim sText As Variant REM バリアント型変数が必要"
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"par_id3156278\n"
-"22\n"
"help.text"
msgid "Seek #iNumber,1 ' Position To start writing"
msgstr "Seek #iNumber,1 REM 書き込み開始位置"
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"par_id3153711\n"
-"23\n"
"help.text"
msgid "Put #iNumber,, \"This is the first line of text\" ' Fill line with text"
msgstr "Put #iNumber,, \"ここはテキストの始めの行です。\" REM テキストで行を埋める"
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"par_id3155446\n"
-"24\n"
"help.text"
msgid "Put #iNumber,, \"This is the second line of text\""
msgstr "Put #iNumber,, \"This is the second line of text\""
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"par_id3154255\n"
-"25\n"
"help.text"
msgid "Put #iNumber,, \"This is the third line of text\""
msgstr "Put #iNumber,, \"This is the third line of text\""
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"par_id3150940\n"
-"34\n"
"help.text"
msgid "Put #iNumber,,\"This is new text\""
msgstr "Put #iNumber,,\"This is new text\""
#: 03020204.xhp
+#, fuzzy
msgctxt ""
"03020204.xhp\n"
"par_id3159102\n"
-"37\n"
"help.text"
msgid "Put #iNumber,20,\"This is the text in record 20\""
msgstr "Put #iNumber,20,\"This is the text in record 20\""
@@ -10020,91 +10023,91 @@ msgid "<bookmark_value>Write statement</bookmark_value>"
msgstr "<bookmark_value>Write 文</bookmark_value>"
#: 03020205.xhp
+#, fuzzy
msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement [Runtime]\">Write Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write ステートメント [実行時]\">Write ステートメント [実行時]</link>"
#: 03020205.xhp
+#, fuzzy
msgctxt ""
"03020205.xhp\n"
"par_id3154685\n"
-"2\n"
"help.text"
msgid "Writes data to a sequential file."
msgstr "順編成ファイルに対してデータを書き込みます。"
#: 03020205.xhp
+#, fuzzy
msgctxt ""
"03020205.xhp\n"
"hd_id3150449\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020205.xhp
+#, fuzzy
msgctxt ""
"03020205.xhp\n"
"par_id3145785\n"
-"4\n"
"help.text"
msgid "Write [#FileName], [Expressionlist]"
msgstr "Write [#FileName], [Expressionlist]"
#: 03020205.xhp
+#, fuzzy
msgctxt ""
"03020205.xhp\n"
"hd_id3151116\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020205.xhp
+#, fuzzy
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
-"6\n"
"help.text"
msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
msgstr "<emph>FileName:</emph> 該当ファイルに対し Open ステートメントが割り当てたファイル番号を示す数値表式。"
#: 03020205.xhp
+#, fuzzy
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
-"7\n"
"help.text"
msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
msgstr "<emph>Expressionlist:</emph> ファイルに書き込むコンマ区切りのデータを示す、変数または表式。"
#: 03020205.xhp
+#, fuzzy
msgctxt ""
"03020205.xhp\n"
"par_id3150010\n"
-"8\n"
"help.text"
msgid "If the expression list is omitted, the <emph>Write</emph> statement appends an empty line to the file."
msgstr "式リストを省略すると、<emph>Write</emph> 文が空の行をファイルに追加します。"
#: 03020205.xhp
+#, fuzzy
msgctxt ""
"03020205.xhp\n"
"par_id3163713\n"
-"9\n"
"help.text"
msgid "To add an expression list to a new or an existing file, the file must be opened in the <emph>Output</emph> or <emph>Append</emph> mode."
msgstr "新規のファイルにせよ既存のファイルにせよ、データを書き込む場合は、該当ファイルを <emph> Output</emph> または<emph>Append</emph> モードでオープンしておく必要があります。"
#: 03020205.xhp
+#, fuzzy
msgctxt ""
"03020205.xhp\n"
"par_id3147428\n"
-"10\n"
"help.text"
msgid "Strings that you write are enclosed by quotation marks and separated by commas. You do not need to enter these delimiters in the expression list."
msgstr "記述した文字列は引用符で囲まれ、コンマで区切られます。 式リストにこれらの区切り記号を入力する必要はありません。"
@@ -10126,10 +10129,10 @@ msgid "Numbers with decimal delimiters are converted according to the locale set
msgstr "小数点のある数値は、ロケール設定に従って変換されます。"
#: 03020205.xhp
+#, fuzzy
msgctxt ""
"03020205.xhp\n"
"hd_id3151073\n"
-"11\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -10151,109 +10154,109 @@ msgid "<bookmark_value>Eof function</bookmark_value>"
msgstr "<bookmark_value>Eof 関数</bookmark_value>"
#: 03020301.xhp
+#, fuzzy
msgctxt ""
"03020301.xhp\n"
"hd_id3154598\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020301.xhp\" name=\"Eof Function [Runtime]\">Eof Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020301.xhp\" name=\"Eof 関数 [実行時]\">Eof 関数 [実行時]</link>"
#: 03020301.xhp
+#, fuzzy
msgctxt ""
"03020301.xhp\n"
"par_id3147182\n"
-"2\n"
"help.text"
msgid "Determines if the file pointer has reached the end of a file."
msgstr "ファイルポインターがファイル末尾に到達したかを確認します。"
#: 03020301.xhp
+#, fuzzy
msgctxt ""
"03020301.xhp\n"
"hd_id3149119\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020301.xhp
+#, fuzzy
msgctxt ""
"03020301.xhp\n"
"par_id3147399\n"
-"4\n"
"help.text"
msgid "Eof (intexpression As Integer)"
msgstr "Eof (intexpression As Integer)"
#: 03020301.xhp
+#, fuzzy
msgctxt ""
"03020301.xhp\n"
"hd_id3153539\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03020301.xhp
+#, fuzzy
msgctxt ""
"03020301.xhp\n"
"par_id3156027\n"
-"6\n"
"help.text"
msgid "Bool"
msgstr "ブール型"
#: 03020301.xhp
+#, fuzzy
msgctxt ""
"03020301.xhp\n"
"hd_id3152924\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020301.xhp
+#, fuzzy
msgctxt ""
"03020301.xhp\n"
"par_id3153990\n"
-"8\n"
"help.text"
msgid "<emph>Intexpression:</emph> Any integer expression that evaluates to the number of an open file."
msgstr "<emph>Intexpression:</emph> オープン済みファイルを指定する整数表式。"
#: 03020301.xhp
+#, fuzzy
msgctxt ""
"03020301.xhp\n"
"par_id3153527\n"
-"9\n"
"help.text"
msgid "Use EOF to avoid errors when you attempt to get input past the end of a file. When you use the Input or Get statement to read from a file, the file pointer is advanced by the number of bytes read. When the end of a file is reached, EOF returns the value \"True\" (-1)."
msgstr "ファイルの末尾を超えてデータを書き込もうとするとエラーが発生しますが、これを防止するには EOF 関数を使用できます。ファイル中のデータを Input ないし Get ステートメントを用いて読み取る場合は、読み込んだデータのバイト数だけファイルポインターの値が更新されます。そしてファイル末尾に到達すると、EOF 関数は「True」(-1) を返します。"
#: 03020301.xhp
+#, fuzzy
msgctxt ""
"03020301.xhp\n"
"hd_id3154046\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03020301.xhp
+#, fuzzy
msgctxt ""
"03020301.xhp\n"
"par_id3153360\n"
-"19\n"
"help.text"
msgid "Print #iNumber, \"First line of text\""
msgstr "Print #iNumber, \"First line of text\""
#: 03020301.xhp
+#, fuzzy
msgctxt ""
"03020301.xhp\n"
"par_id3148797\n"
-"20\n"
"help.text"
msgid "Print #iNumber, \"Another line of text\""
msgstr "Print #iNumber, \"Another line of text\""
@@ -10795,19 +10798,19 @@ msgid "<bookmark_value>ChDir statement</bookmark_value>"
msgstr "<bookmark_value>ChDir 文</bookmark_value>"
#: 03020401.xhp
+#, fuzzy
msgctxt ""
"03020401.xhp\n"
"hd_id3150178\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020401.xhp\" name=\"ChDir Statement [Runtime]\">ChDir Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020401.xhp\" name=\"ChDir ステートメント [実行時]\">ChDir ステートメント [実行時]</link>"
#: 03020401.xhp
+#, fuzzy
msgctxt ""
"03020401.xhp\n"
"par_id3153126\n"
-"2\n"
"help.text"
msgid "Changes the current directory or drive."
msgstr "現在のディレクトリないしドライブを変更します。"
@@ -10821,55 +10824,55 @@ msgid "This runtime statement currently does not work as documented. See <link h
msgstr "この実行時ステートメントは、現在、ドキュメントどおりに機能しません。詳細は、<link href=\"http://www.openoffice.org/issues/show_bug.cgi?id=30692\">この課題の説明</link> を参照してください。"
#: 03020401.xhp
+#, fuzzy
msgctxt ""
"03020401.xhp\n"
"hd_id3154347\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020401.xhp
+#, fuzzy
msgctxt ""
"03020401.xhp\n"
"par_id3153897\n"
-"4\n"
"help.text"
msgid "ChDir Text As String"
msgstr "ChDir Text As String"
#: 03020401.xhp
+#, fuzzy
msgctxt ""
"03020401.xhp\n"
"hd_id3148664\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020401.xhp
+#, fuzzy
msgctxt ""
"03020401.xhp\n"
"par_id3150543\n"
-"6\n"
"help.text"
msgid "<emph>Text:</emph> Any string expression that specifies the directory path or drive."
msgstr "<emph>Text:</emph> ディレクトリパスないしドライブを指定する文字列表式。"
#: 03020401.xhp
+#, fuzzy
msgctxt ""
"03020401.xhp\n"
"par_id3152598\n"
-"7\n"
"help.text"
msgid "If you only want to change the current drive, enter the drive letter followed by a colon."
msgstr "現在のドライブのみを変更するには、ドライブレターに続けてコロンを指定します。"
#: 03020401.xhp
+#, fuzzy
msgctxt ""
"03020401.xhp\n"
"hd_id3151116\n"
-"8\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -10891,82 +10894,82 @@ msgid "<bookmark_value>ChDrive statement</bookmark_value>"
msgstr "<bookmark_value>ChDrive ステートメント</bookmark_value>"
#: 03020402.xhp
+#, fuzzy
msgctxt ""
"03020402.xhp\n"
"hd_id3145068\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020402.xhp\" name=\"ChDrive Statement [Runtime]\">ChDrive Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020402.xhp\" name=\"ChDrive ステートメント [実行時]\">ChDrive ステートメント [実行時]</link>"
#: 03020402.xhp
+#, fuzzy
msgctxt ""
"03020402.xhp\n"
"par_id3149656\n"
-"2\n"
"help.text"
msgid "Changes the current drive."
msgstr "現在のドライブを変更します。"
#: 03020402.xhp
+#, fuzzy
msgctxt ""
"03020402.xhp\n"
"hd_id3154138\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020402.xhp
+#, fuzzy
msgctxt ""
"03020402.xhp\n"
"par_id3154685\n"
-"4\n"
"help.text"
msgid "ChDrive Text As String"
msgstr "ChDrive Text As String"
#: 03020402.xhp
+#, fuzzy
msgctxt ""
"03020402.xhp\n"
"hd_id3156423\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020402.xhp
+#, fuzzy
msgctxt ""
"03020402.xhp\n"
"par_id3145172\n"
-"6\n"
"help.text"
msgid "<emph>Text:</emph> Any string expression that contains the drive letter of the new drive. If you want, you can use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr "<emph>Text:</emph> 変更後のドライブレターを指定する文字列表式。必要であれば、<link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL 指定\">URL 指定</link>を用いることもできます。"
#: 03020402.xhp
+#, fuzzy
msgctxt ""
"03020402.xhp\n"
"par_id3145785\n"
-"7\n"
"help.text"
msgid "The drive must be assigned a capital letter. Under Windows, the letter that you assign the drive is restricted by the settings in LASTDRV. If the drive argument is a multiple-character string, only the first letter is relevant. If you attempt to access a non-existent drive, an error occurs that you can respond to with the OnError statement."
msgstr "ドライブは、大文字で指定する必要があります。Windows 環境の場合、ドライブレターに使える文字は、LASTDRV の設定による制限を受けます。ドライブ指定の引数に複数の文字を渡した場合は、最初の文字のみが有効になります。存在しないドライブにアクセスを試みるとエラーが発生しますが、その場合は OnError ステートメントで対処できます。"
#: 03020402.xhp
+#, fuzzy
msgctxt ""
"03020402.xhp\n"
"hd_id3153188\n"
-"8\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03020402.xhp
+#, fuzzy
msgctxt ""
"03020402.xhp\n"
"par_id3152576\n"
-"10\n"
"help.text"
msgid "ChDrive \"D\" ' Only possible if a drive 'D' exists."
msgstr "ChDrive \"D\" REM ドライブ「D」が存在する場合にのみ有効"
@@ -10988,100 +10991,100 @@ msgid "<bookmark_value>CurDir function</bookmark_value>"
msgstr "<bookmark_value>CurDir 関数</bookmark_value>"
#: 03020403.xhp
+#, fuzzy
msgctxt ""
"03020403.xhp\n"
"hd_id3153126\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020403.xhp\">CurDir Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020403.xhp\">CurDir 関数 [実行時]</link>"
#: 03020403.xhp
+#, fuzzy
msgctxt ""
"03020403.xhp\n"
"par_id3156343\n"
-"2\n"
"help.text"
msgid "Returns a variant string that represents the current path of the specified drive."
msgstr "指定ドライブの現在のパスを示す文字列を返します。"
#: 03020403.xhp
+#, fuzzy
msgctxt ""
"03020403.xhp\n"
"hd_id3149457\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020403.xhp
+#, fuzzy
msgctxt ""
"03020403.xhp\n"
"par_id3153381\n"
-"4\n"
"help.text"
msgid "CurDir [(Text As String)]"
msgstr "CurDir [(Text As String)]"
#: 03020403.xhp
+#, fuzzy
msgctxt ""
"03020403.xhp\n"
"hd_id3154366\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03020403.xhp
+#, fuzzy
msgctxt ""
"03020403.xhp\n"
"par_id3156281\n"
-"6\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03020403.xhp
+#, fuzzy
msgctxt ""
"03020403.xhp\n"
"hd_id3156423\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020403.xhp
+#, fuzzy
msgctxt ""
"03020403.xhp\n"
"par_id3153193\n"
-"8\n"
"help.text"
msgid "<emph>Text:</emph> Any string expression that specifies an existing drive (for example, \"C\" for the first partition of the first hard drive)."
msgstr "<emph>Text:</emph> 既存のドライブを示す文字列表式 (たとえば 1 番目のドライブの第 1 パーティションを指定するには「C」とします)。"
#: 03020403.xhp
+#, fuzzy
msgctxt ""
"03020403.xhp\n"
"par_id3155133\n"
-"9\n"
"help.text"
msgid "If no drive is specified or if the drive is a zero-length string (\"\"), CurDir returns the path for the current drive. $[officename] Basic reports an error if the syntax of the drive description is incorrect, the drive does not exist, or if the drive letter occurs after the letter defined in the CONFIG.SYS with the Lastdrive statement."
msgstr "ドライブを指定しないか文字長ゼロの空白文字列を指定した場合 (\"\")、CurDir は現在のドライブのパスを返します。 有効なドライブ指定でない場合、ドライブが存在しない場合、CONFIG.SYS の Lastdrive ステートメントによる設定値を超えたドライブレターの場合、$[officename] Basic はエラーを報告します。"
#: 03020403.xhp
+#, fuzzy
msgctxt ""
"03020403.xhp\n"
"par_id3150010\n"
-"10\n"
"help.text"
msgid "This function is not case-sensitive."
msgstr "この関数の引数では、大文字と小文字は区別されません。"
#: 03020403.xhp
+#, fuzzy
msgctxt ""
"03020403.xhp\n"
"hd_id3155411\n"
-"11\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -11103,172 +11106,172 @@ msgid "<bookmark_value>Dir function</bookmark_value>"
msgstr "<bookmark_value>Dir 関数</bookmark_value>"
#: 03020404.xhp
+#, fuzzy
msgctxt ""
"03020404.xhp\n"
"hd_id3154347\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020404.xhp\" name=\"Dir Function [Runtime]\">Dir Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020404.xhp\" name=\"Dir 関数 [実行時]\">Dir 関数 [実行時]</link>"
#: 03020404.xhp
+#, fuzzy
msgctxt ""
"03020404.xhp\n"
"par_id3153381\n"
-"2\n"
"help.text"
msgid "Returns the name of a file, a directory, or all of the files and the directories on a drive or in a directory that match the specified search path."
msgstr "個々のファイルやディレクトリの名前および、指定した検索パスに該当するドライブやディレクトリの中にある、すべてのファイルおよびディレクトリの名前を返します。"
#: 03020404.xhp
+#, fuzzy
msgctxt ""
"03020404.xhp\n"
"hd_id3154365\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020404.xhp
+#, fuzzy
msgctxt ""
"03020404.xhp\n"
"par_id3156282\n"
-"4\n"
"help.text"
msgid "Dir [(Text As String) [, Attrib As Integer]]"
msgstr "Dir [(Text As String) [, Attrib As Integer]]"
#: 03020404.xhp
+#, fuzzy
msgctxt ""
"03020404.xhp\n"
"hd_id3156424\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03020404.xhp
+#, fuzzy
msgctxt ""
"03020404.xhp\n"
"par_id3153193\n"
-"6\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03020404.xhp
+#, fuzzy
msgctxt ""
"03020404.xhp\n"
"hd_id3153770\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020404.xhp
+#, fuzzy
msgctxt ""
"03020404.xhp\n"
"par_id3161831\n"
-"8\n"
"help.text"
msgid "<emph>Text:</emph> Any string expression that specifies the search path, directory or file. This argument can only be specified the first time that you call the Dir function. If you want, you can enter the path in <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr "Text: 検索パス、ディレクトリ、ファイルを指定する文字列表式。この引数を指定できるのは、最初に Dir 関数を呼び出す場合だけです。必要であれば、パス指定に<link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL 指定\">URL 指定</link>を用いることもできます。"
#: 03020404.xhp
+#, fuzzy
msgctxt ""
"03020404.xhp\n"
"par_id3146974\n"
-"9\n"
"help.text"
msgid "<emph>Attrib: </emph>Any integer expression that specifies bitwise file attributes. The Dir function only returns files or directories that match the specified attributes. You can combine several attributes by adding the attribute values:"
msgstr "<emph>Attrib:</emph>ファイル属性の指定ビットを示す整数表式。Dir 関数は、指定した属性に該当するファイルやディレクトリドライブのみを返します。こうした属性指定は、該当する値を加算することで、複数の指定を組み合わせることが可能です。"
#: 03020404.xhp
+#, fuzzy
msgctxt ""
"03020404.xhp\n"
"par_id3149666\n"
-"11\n"
"help.text"
msgid "0 : Normal files."
msgstr "0 : 通常のファイル。"
#: 03020404.xhp
+#, fuzzy
msgctxt ""
"03020404.xhp\n"
"par_id3147427\n"
-"15\n"
"help.text"
msgid "16 : Returns the name of the directory only."
msgstr "16 : ディレクトリの名前のみを返す。"
#: 03020404.xhp
+#, fuzzy
msgctxt ""
"03020404.xhp\n"
"par_id3153952\n"
-"16\n"
"help.text"
msgid "Use this attribute to check if a file or directory exists, or to determine all files and folders in a specific directory."
msgstr "この属性指定は、特定のファイルやディレクトリが存在するかをチェックしたい場合や、1 つのディレクトリ中にあるすべてのファイルとフォルダー名を確認する場合などに使用します。"
#: 03020404.xhp
+#, fuzzy
msgctxt ""
"03020404.xhp\n"
"par_id3159156\n"
-"17\n"
"help.text"
msgid "To check if a file exists, enter the complete path and name of the file. If the file or directory name does not exist, the Dir function returns a zero-length string (\"\")."
msgstr "特定のファイルが存在するかをチェックするには、該当ファイルの絶対パスとファイル名を指定します。該当するファイルやディレクトリが存在しなかった場合、Dir 関数は文字長ゼロの空白文字列 (\"\") を返します。"
#: 03020404.xhp
+#, fuzzy
msgctxt ""
"03020404.xhp\n"
"par_id3154012\n"
-"18\n"
"help.text"
msgid "To generate a list of all existing files in a specific directory, proceed as follows: The first time you call the Dir function, specify the complete search path for the files, for example, \"D:\\Files\\*.sxw\". If the path is correct and the search finds at least one file, the Dir function returns the name of the first file that matches the search path. To return additional file names that match the path, call Dir again, but with no arguments."
msgstr "指定ディレクトリ中にあるすべてのファイル名を取得するには、下記の手順で操作します。Dir 関数の初回呼び出し時に、検索パスを「D:\\Files\\*.sxw」のような完全な形で指定します。パスの指定に間違いが無く、該当するファイルが 1 つでも検索された場合、Dir 関数は検索パス上で最初に検出したファイル名を返します。検索パス上に存在する2番目以降のファイル名を得るには、引数を指定せずに Dir 関数を再度呼び出します。"
#: 03020404.xhp
+#, fuzzy
msgctxt ""
"03020404.xhp\n"
"par_id3147348\n"
-"19\n"
"help.text"
msgid "To return directories only, use the attribute parameter. The same applies if you want to determine the name of a volume (for example, a hard drive partition)"
msgstr "ディレクトリ名のみを取得したい場合は、属性指定用のパラメーターを使います。ボリューム名を取得する場合も同様です (たとえばハードディスクのパーティションなど)。"
#: 03020404.xhp
+#, fuzzy
msgctxt ""
"03020404.xhp\n"
"hd_id3154942\n"
-"20\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03020404.xhp
+#, fuzzy
msgctxt ""
"03020404.xhp\n"
"par_id3148455\n"
-"22\n"
"help.text"
msgid "' Displays all files and directories"
msgstr "REM すべてのファイルとディレクトリの表示"
#: 03020404.xhp
+#, fuzzy
msgctxt ""
"03020404.xhp\n"
"par_id3153416\n"
-"27\n"
"help.text"
msgid "sDir=\"Directories:\""
msgstr "sDir=\"Directories:\""
#: 03020404.xhp
+#, fuzzy
msgctxt ""
"03020404.xhp\n"
"par_id3154253\n"
-"34\n"
"help.text"
msgid "' Get the directories"
msgstr "REM ディレクトリの取得"
@@ -11290,208 +11293,208 @@ msgid "<bookmark_value>FileAttr function</bookmark_value>"
msgstr "<bookmark_value>FileAttr 関数</bookmark_value>"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"hd_id3153380\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020405.xhp\" name=\"FileAttr-Function [Runtime]\">FileAttr Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020405.xhp\" name=\"FileAttr 関数 [実行時]\">FileAttr 関数 [実行時]</link>"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"par_id3154366\n"
-"2\n"
"help.text"
msgid "Returns the access mode or the file access number of a file that was opened with the Open statement. The file access number is dependent on the operating system (OSH = Operating System Handle)."
msgstr "Open ステートメントでオープンしたファイルのファイルアクセス番号ないしアクセスモードを返します。ファイルアクセス番号は、オペレーティングシステムに依存します (OSH = Operating System Handle)。"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"par_id3153364\n"
-"3\n"
"help.text"
msgid "If you use a 32-Bit operating system, you cannot use the FileAttr-Function to determine the file access number."
msgstr "32 ビット系オペレーティングシステムを使用している場合、FileAttr 関数でファイルアクセス番号を取得することはできません。"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"par_id3163713\n"
-"4\n"
"help.text"
msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>"
msgstr "次も参照してください:<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"hd_id3151116\n"
-"5\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"par_id3154012\n"
-"6\n"
"help.text"
msgid "FileAttr (FileNumber As Integer, Attribute As Integer)"
msgstr "FileAttr (FileNumber As Integer, Attribute As Integer)"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"hd_id3147349\n"
-"7\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"par_id3146974\n"
-"8\n"
"help.text"
msgid "Integer"
msgstr "整数"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"hd_id3153728\n"
-"9\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"par_id3151074\n"
-"10\n"
"help.text"
msgid "<emph>FileNumber:</emph> The number of the file that was opened with the Open statement."
msgstr "<emph>FileNumber:</emph> Open ステートメントでオープンしたファイルの番号。"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"par_id3144766\n"
-"11\n"
"help.text"
msgid "<emph>Attribute:</emph> Integer expression that indicates the type of file information that you want to return. The following values are possible:"
msgstr "<emph>Attribute:</emph> 取得するファイル情報のタイプを指定する整数表式。ここには下記の値を指定できます。"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"par_id3147396\n"
-"12\n"
"help.text"
msgid "1: The FileAttr-Function indicates the access mode of the file."
msgstr "1: FileAttr 関数に、該当ファイルのアクセスモードを取得させます。"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"par_id3149959\n"
-"13\n"
"help.text"
msgid "2: The FileAttr-Function returns the file access number of the operating system."
msgstr "2: FileAttr 関数に、オペレーティングシステムのファイルアクセス番号を取得させます。"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"par_id3154018\n"
-"14\n"
"help.text"
msgid "If you specify a parameter attribute with a value of 1, the following return values apply:"
msgstr "属性パラメーターに 1 を指定した場合は、下記の戻り値が返されます。"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"par_id3149124\n"
-"15\n"
"help.text"
msgid "1 - INPUT (file open for input)"
msgstr "1 - INPUT (入力用にファイルをオープン)"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"par_id3156275\n"
-"16\n"
"help.text"
msgid "2 - OUTPUT (file open for output)"
msgstr "2 - OUTPUT (出力用にファイルをオープン)"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"par_id3155066\n"
-"17\n"
"help.text"
msgid "4 - RANDOM (file open for random access)"
msgstr "4 - RANDOM (ランダムアクセス用にファイルをオープン)"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"par_id3148406\n"
-"18\n"
"help.text"
msgid "8 - APPEND (file open for appending)"
msgstr "8 - APPEND (順編成用にファイルをオープン)"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"par_id3154757\n"
-"19\n"
"help.text"
msgid "32 - BINARY (file open in binary mode)."
msgstr "32 - BINARY (バイナリモードでファイルをオープン)"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"hd_id3147339\n"
-"20\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"par_id3155607\n"
-"29\n"
"help.text"
msgid "Print #iNumber, \"This is a line of text\""
msgstr "Print #iNumber, \"This is a line of text\""
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"par_id3150361\n"
-"30\n"
"help.text"
msgid "MsgBox FileAttr(#iNumber, 1 ),0,\"Access mode\""
msgstr "MsgBox FileAttr(#iNumber, 1 ),0,\"Access mode\""
#: 03020405.xhp
+#, fuzzy
msgctxt ""
"03020405.xhp\n"
"par_id3149817\n"
-"31\n"
"help.text"
msgid "MsgBox FileAttr(#iNumber, 2 ),0,\"File attribute\""
msgstr "MsgBox FileAttr(#iNumber, 2 ),0,\"File attribute\""
@@ -11513,82 +11516,82 @@ msgid "<bookmark_value>FileCopy statement</bookmark_value>"
msgstr "<bookmark_value>FileCopy ステートメント</bookmark_value>"
#: 03020406.xhp
+#, fuzzy
msgctxt ""
"03020406.xhp\n"
"hd_id3154840\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020406.xhp\" name=\"FileCopy Statement [Runtime]\">FileCopy Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020406.xhp\" name=\"FileCopy ステートメント [実行時]\">FileCopy ステートメント [実行時]</link>"
#: 03020406.xhp
+#, fuzzy
msgctxt ""
"03020406.xhp\n"
"par_id3149497\n"
-"2\n"
"help.text"
msgid "Copies a file."
msgstr "ファイルをコピーします。"
#: 03020406.xhp
+#, fuzzy
msgctxt ""
"03020406.xhp\n"
"hd_id3147443\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020406.xhp
+#, fuzzy
msgctxt ""
"03020406.xhp\n"
"par_id3146957\n"
-"4\n"
"help.text"
msgid "FileCopy TextFrom As String, TextTo As String"
msgstr "FileCopy TextFrom As String, TextTo As String"
#: 03020406.xhp
+#, fuzzy
msgctxt ""
"03020406.xhp\n"
"hd_id3153825\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020406.xhp
+#, fuzzy
msgctxt ""
"03020406.xhp\n"
"par_id3155390\n"
-"6\n"
"help.text"
msgid "<emph>TextFrom:</emph> Any string expression that specifies the name of the file that you want to copy. The expression can contain optional path and drive information. If you want, you can enter a path in <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr "<emph>TextFrom: </emph> コピーするファイル名を指定する文字列表式。 この表式には、オプションでパスやドライブ情報を収めることもできます。 必要であれば、パス指定に <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL 指定\">URL 指定</link>を用いることもできます。"
#: 03020406.xhp
+#, fuzzy
msgctxt ""
"03020406.xhp\n"
"par_id3150669\n"
-"7\n"
"help.text"
msgid "<emph>TextTo:</emph> Any string expression that specifies where you want to copy the source file to. The expression can contain the destination drive, the path, and file name, or the path in URL notation."
msgstr "<emph>TextTo: </emph>ソースファイルのコピー先を指定する文字列表式。 この表式にはコピー先のドライブ、パス、ファイル名を含めるか、またはそれらをURLで 指定できます。"
#: 03020406.xhp
+#, fuzzy
msgctxt ""
"03020406.xhp\n"
"par_id3150791\n"
-"8\n"
"help.text"
msgid "You can only use the FileCopy statement to copy files that are not opened."
msgstr "FileCopy ステートメントでコピーできるのは、オープンされていないファイルだけです。"
#: 03020406.xhp
+#, fuzzy
msgctxt ""
"03020406.xhp\n"
"hd_id3125863\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -11610,73 +11613,73 @@ msgid "<bookmark_value>FileDateTime function</bookmark_value>"
msgstr "<bookmark_value>FileDateTime 関数</bookmark_value>"
#: 03020407.xhp
+#, fuzzy
msgctxt ""
"03020407.xhp\n"
"hd_id3153361\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020407.xhp\" name=\"FileDateTime Function [Runtime]\">FileDateTime Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020407.xhp\" name=\"FileDateTime 関数 [実行時]\">FileDateTime 関数 [実行時]</link>"
#: 03020407.xhp
+#, fuzzy
msgctxt ""
"03020407.xhp\n"
"par_id3156423\n"
-"2\n"
"help.text"
msgid "Returns a string that contains the date and the time that a file was created or last modified."
msgstr "ファイルが作成ないし最後に変更された日付および時刻を、文字列として返します。"
#: 03020407.xhp
+#, fuzzy
msgctxt ""
"03020407.xhp\n"
"hd_id3154685\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020407.xhp
+#, fuzzy
msgctxt ""
"03020407.xhp\n"
"par_id3154124\n"
-"4\n"
"help.text"
msgid "FileDateTime (Text As String)"
msgstr "FileDateTime (Text As String)"
#: 03020407.xhp
+#, fuzzy
msgctxt ""
"03020407.xhp\n"
"hd_id3150448\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020407.xhp
+#, fuzzy
msgctxt ""
"03020407.xhp\n"
"par_id3159153\n"
-"6\n"
"help.text"
msgid "<emph>Text:</emph> Any string expression that contains an unambiguous (no wildcards) file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr "<emph>Text:</emph> ファイルの位置を明示的に指定した文字列表式 (ワイルドカードは使用不可)。また<link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL 指定\">URL 指定</link>を用いることもできます。"
#: 03020407.xhp
+#, fuzzy
msgctxt ""
"03020407.xhp\n"
"par_id3155306\n"
-"7\n"
"help.text"
msgid "This function determines the exact time of creation or last modification of a file, returned in the format \"MM.DD.YYYY HH.MM.SS\"."
msgstr "この関数は、指定ファイルの作成ないし最終変更された時間を取得するもので、結果は「YYYY/MM/DD HH:MM:SS」の形式で返します。"
#: 03020407.xhp
+#, fuzzy
msgctxt ""
"03020407.xhp\n"
"hd_id3146119\n"
-"8\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -11698,91 +11701,91 @@ msgid "<bookmark_value>FileLen function</bookmark_value>"
msgstr "<bookmark_value>FileLen 関数</bookmark_value>"
#: 03020408.xhp
+#, fuzzy
msgctxt ""
"03020408.xhp\n"
"hd_id3153126\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen-Function [Runtime]\">FileLen Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen 関数[実行時]\">FileLen 関数[実行時]</link>"
#: 03020408.xhp
+#, fuzzy
msgctxt ""
"03020408.xhp\n"
"par_id3145068\n"
-"2\n"
"help.text"
msgid "Returns the length of a file in bytes."
msgstr "ファイルのサイズをバイト単位で返します。"
#: 03020408.xhp
+#, fuzzy
msgctxt ""
"03020408.xhp\n"
"hd_id3159414\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020408.xhp
+#, fuzzy
msgctxt ""
"03020408.xhp\n"
"par_id3149656\n"
-"4\n"
"help.text"
msgid "FileLen (Text As String)"
msgstr "FileLen (Text As String)"
#: 03020408.xhp
+#, fuzzy
msgctxt ""
"03020408.xhp\n"
"hd_id3148798\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03020408.xhp
+#, fuzzy
msgctxt ""
"03020408.xhp\n"
"par_id3156282\n"
-"6\n"
"help.text"
msgid "Long"
msgstr "ロング整数"
#: 03020408.xhp
+#, fuzzy
msgctxt ""
"03020408.xhp\n"
"hd_id3150768\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020408.xhp
+#, fuzzy
msgctxt ""
"03020408.xhp\n"
"par_id3153193\n"
-"8\n"
"help.text"
msgid "<emph>Text:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr "Text: ファイルの位置を明示的に指定した文字列表式。また<link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL 指定\">URL 指定</link>を用いることもできます。"
#: 03020408.xhp
+#, fuzzy
msgctxt ""
"03020408.xhp\n"
"par_id3150439\n"
-"9\n"
"help.text"
msgid "This function determines the length of a file. If the FileLen function is called for an open file, it returns the file length before it was opened. To determine the current file length of an open file, use the Lof function."
msgstr "この関数は、指定ファイルのサイズを取得するものです。オープン済みのファイルに対して FileLen 関数を使用すると、オープンした時点でのファイルサイズを返します。こうしたオープン済みファイルに対して、現在のファイルサイズを取得するのであれば、Lof 関数を使用する必要があります。"
#: 03020408.xhp
+#, fuzzy
msgctxt ""
"03020408.xhp\n"
"hd_id3163710\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -11804,163 +11807,163 @@ msgid "<bookmark_value>GetAttr function</bookmark_value>"
msgstr "<bookmark_value>GetAttr 関数</bookmark_value>"
#: 03020409.xhp
+#, fuzzy
msgctxt ""
"03020409.xhp\n"
"hd_id3150984\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020409.xhp\" name=\"GetAttr Function [Runtime]\">GetAttr Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020409.xhp\" name=\"GetAttr 関数 [実行時]\">GetAttr 関数 [実行時]</link>"
#: 03020409.xhp
+#, fuzzy
msgctxt ""
"03020409.xhp\n"
"par_id3154347\n"
-"2\n"
"help.text"
msgid "Returns a bit pattern that identifies the file type or the name of a volume or a directory."
msgstr "ボリュームやディレクトリの名前ないしファイルのタイプを示すビットパターン情報を取得して返します。"
#: 03020409.xhp
+#, fuzzy
msgctxt ""
"03020409.xhp\n"
"hd_id3149457\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020409.xhp
+#, fuzzy
msgctxt ""
"03020409.xhp\n"
"par_id3150359\n"
-"4\n"
"help.text"
msgid "GetAttr (Text As String)"
msgstr "GetAttr (Text As String)"
#: 03020409.xhp
+#, fuzzy
msgctxt ""
"03020409.xhp\n"
"hd_id3151211\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03020409.xhp
+#, fuzzy
msgctxt ""
"03020409.xhp\n"
"par_id3154909\n"
-"6\n"
"help.text"
msgid "Integer"
msgstr "整数"
#: 03020409.xhp
+#, fuzzy
msgctxt ""
"03020409.xhp\n"
"hd_id3145172\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020409.xhp
+#, fuzzy
msgctxt ""
"03020409.xhp\n"
"par_id3151042\n"
-"8\n"
"help.text"
msgid "<emph>Text:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr "Text: ファイルの位置を明示的に指定した文字列表式。また<link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL 指定\">URL 指定</link>を用いることもできます。"
#: 03020409.xhp
+#, fuzzy
msgctxt ""
"03020409.xhp\n"
"par_id3161831\n"
-"9\n"
"help.text"
msgid "This function determines the attributes for a specified file and returns the bit pattern that can help you to identify the following file attributes:"
msgstr "この関数は、指定ファイルの属性を取得して、下記のファイル属性を示すビットパターンを返します。"
#: 03020409.xhp
+#, fuzzy
msgctxt ""
"03020409.xhp\n"
"hd_id3145364\n"
-"10\n"
"help.text"
msgid "Value"
msgstr "値"
#: 03020409.xhp
+#, fuzzy
msgctxt ""
"03020409.xhp\n"
"par_id3147349\n"
-"11\n"
"help.text"
msgid "0 : Normal files."
msgstr "0 : 通常のファイル。"
#: 03020409.xhp
+#, fuzzy
msgctxt ""
"03020409.xhp\n"
"par_id3147434\n"
-"12\n"
"help.text"
msgid "1 : Read-only files."
msgstr "1 : 読み取り専用のファイル。"
#: 03020409.xhp
+#, fuzzy
msgctxt ""
"03020409.xhp\n"
"par_id3159154\n"
-"15\n"
"help.text"
msgid "8 : Returns the name of the volume"
msgstr "8 : ボリュームの名前を返す。"
#: 03020409.xhp
+#, fuzzy
msgctxt ""
"03020409.xhp\n"
"par_id3145271\n"
-"16\n"
"help.text"
msgid "16 : Returns the name of the directory only."
msgstr "16 : ディレクトリの名前のみを返す。"
#: 03020409.xhp
+#, fuzzy
msgctxt ""
"03020409.xhp\n"
"par_id3153953\n"
-"17\n"
"help.text"
msgid "32 : File was changed since last backup (Archive bit)."
msgstr "32 : 前回のバックアップ時から変更のあったファイル (アーカイブビット)。"
#: 03020409.xhp
+#, fuzzy
msgctxt ""
"03020409.xhp\n"
"par_id3156444\n"
-"18\n"
"help.text"
msgid "If you want to know if a bit of the attribute byte is set, use the following query method:"
msgstr "属性バイトの特定ビットがセットされているかは、下記のような処理で確認できます。"
#: 03020409.xhp
+#, fuzzy
msgctxt ""
"03020409.xhp\n"
"hd_id3153094\n"
-"19\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03020409.xhp
+#, fuzzy
msgctxt ""
"03020409.xhp\n"
"par_id3155415\n"
-"21\n"
"help.text"
msgid "On Error GoTo ErrorHandler ' Define target for error handler"
msgstr "On Error Goto ErrorHandler REM エラーハンドラー用ターゲットを設定"
@@ -11982,73 +11985,73 @@ msgid "<bookmark_value>Kill statement</bookmark_value>"
msgstr "<bookmark_value>Kill ステートメント</bookmark_value>"
#: 03020410.xhp
+#, fuzzy
msgctxt ""
"03020410.xhp\n"
"hd_id3153360\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020410.xhp\" name=\"Kill Statement [Runtime]\">Kill Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020410.xhp\" name=\"Kill ステートメント [実行時]\">Kill ステートメント [実行時]</link>"
#: 03020410.xhp
+#, fuzzy
msgctxt ""
"03020410.xhp\n"
"par_id3151211\n"
-"2\n"
"help.text"
msgid "Deletes a file from a disk."
msgstr "ディスク上にあるファイルを削除します。"
#: 03020410.xhp
+#, fuzzy
msgctxt ""
"03020410.xhp\n"
"hd_id3150767\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020410.xhp
+#, fuzzy
msgctxt ""
"03020410.xhp\n"
"par_id3154685\n"
-"4\n"
"help.text"
msgid "Kill File As String"
msgstr "Kill File As String"
#: 03020410.xhp
+#, fuzzy
msgctxt ""
"03020410.xhp\n"
"hd_id3153194\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020410.xhp
+#, fuzzy
msgctxt ""
"03020410.xhp\n"
"par_id3150440\n"
-"6\n"
"help.text"
msgid "<emph>File:</emph> Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr "File: ファイルの位置を明示的に指定した文字列表式。また<link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL 指定\">URL 指定</link>を用いることもできます。"
#: 03020410.xhp
+#, fuzzy
msgctxt ""
"03020410.xhp\n"
"hd_id3148645\n"
-"7\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03020410.xhp
+#, fuzzy
msgctxt ""
"03020410.xhp\n"
"par_id3163710\n"
-"9\n"
"help.text"
msgid "Kill \"C:\\datafile.dat\" ' File must be created in advance"
msgstr "Kill \"C:\\datafile.dat\" REM 該当ファイルは事前に作成しておかなければなりません。"
@@ -12070,208 +12073,208 @@ msgid "<bookmark_value>MkDir statement</bookmark_value>"
msgstr "<bookmark_value>MkDir ステートメント</bookmark_value>"
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"hd_id3156421\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020411.xhp\" name=\"MkDir Statement [Runtime]\">MkDir Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020411.xhp\" name=\"MkDir ステートメント [実行時]\">MkDir ステートメント [実行時]</link>"
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id3147000\n"
-"2\n"
"help.text"
msgid "Creates a new directory on a data medium."
msgstr "データ記録媒体上に新規ディレクトリを作成します。"
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"hd_id3148520\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id3155150\n"
-"4\n"
"help.text"
msgid "MkDir Text As String"
msgstr "MkDir Text As String"
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"hd_id3156027\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id3153750\n"
-"6\n"
"help.text"
msgid "<emph>Text:</emph> Any string expression that specifies the name and path of the directory to be created. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr "Text: 作成するディレクトリの名前およびパスを指定する文字列表式。また<link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL 指定\">URL 指定</link>を用いることもできます。"
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id3153311\n"
-"7\n"
"help.text"
msgid "If the path is not determined, the directory is created in the current directory."
msgstr "有効なパスが指定されなかった場合、現在のディレクトリの中に新規ディレクトリが作成されます。"
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"hd_id3155388\n"
-"8\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id3149762\n"
-"10\n"
"help.text"
msgid "' Example for functions of the file organization"
msgstr "' ファイルを整理するための機能の例"
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id3149669\n"
-"13\n"
"help.text"
msgid "Const sSubDir1 As String =\"Test\""
msgstr "Const sSubDir1 as String =\"Test\""
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id3148663\n"
-"14\n"
"help.text"
msgid "Const sFile2 As String = \"Copied.tmp\""
msgstr "Const sFile2 as String = \"Copied.tmp\""
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id3154071\n"
-"15\n"
"help.text"
msgid "Const sFile3 As String = \"Renamed.tmp\""
msgstr "Const sFile3 as String = \"Renamed.tmp\""
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id3154217\n"
-"19\n"
"help.text"
msgid "If Dir(sSubDir1,16)=\"\" Then ' Does the directory exist?"
msgstr "If Dir(sSubDir1,16)=\"\" then ' ディレクトリが存在するかの確認"
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id3147228\n"
-"21\n"
"help.text"
msgid "MsgBox sFile,0,\"Create directory\""
msgstr "MsgBox sFile,0,\"Create directory\""
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id3153770\n"
-"26\n"
"help.text"
msgid "MsgBox fSysURL(CurDir()),0,\"Current directory\""
msgstr "MsgBox fSysURL(CurDir()),0,\"Current directory\""
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id3159154\n"
-"27\n"
"help.text"
msgid "MsgBox sFile & Chr(13) & FileDateTime( sFile ),0,\"Creation time\""
msgstr "MsgBox sFile & Chr(13) & FileDateTime( sFile ),0,\"Creation time\""
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id3149484\n"
-"28\n"
"help.text"
msgid "MsgBox sFile & Chr(13)& FileLen( sFile ),0,\"File length\""
msgstr "MsgBox sFile & Chr(13)& FileLen( sFile ),0,\"ファイルサイズ\""
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id3152885\n"
-"29\n"
"help.text"
msgid "MsgBox sFile & Chr(13)& GetAttr( sFile ),0,\"File attributes\""
msgstr "MsgBox sFile & Chr(13)& GetAttr( sFile ),0,\"ファイル属性\""
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id3153952\n"
-"31\n"
"help.text"
msgid "' Rename in the same directory"
msgstr "' 同一ディレクトリ内で名前を変更"
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id3147426\n"
-"34\n"
"help.text"
msgid "SetAttr( sFile, 0 ) 'Delete all attributes"
msgstr "SetAttr( sFile, 0 ) 'すべての属性の削除"
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id3148647\n"
-"35\n"
"help.text"
msgid "MsgBox sFile & Chr(13) & GetAttr( sFile ),0,\"New file attributes\""
msgstr "MsgBox sFile & Chr(13) & GetAttr( sFile ),0,\"New file attributes\""
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id3150092\n"
-"40\n"
"help.text"
msgid "' Converts a system path in URL"
msgstr "' システムパスを URL に変換"
#: 03020411.xhp
+#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id3156276\n"
-"49\n"
"help.text"
msgid "' the colon with DOS"
msgstr "' DOS のコロン処理"
@@ -12293,73 +12296,73 @@ msgid "<bookmark_value>Name statement</bookmark_value>"
msgstr "<bookmark_value>Name; ステートメント</bookmark_value>"
#: 03020412.xhp
+#, fuzzy
msgctxt ""
"03020412.xhp\n"
"hd_id3143268\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020412.xhp\" name=\"Name Statement [Runtime]\">Name Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020412.xhp\" name=\"Name ステートメント [実行時]\">Name ステートメント [実行時]</link>"
#: 03020412.xhp
+#, fuzzy
msgctxt ""
"03020412.xhp\n"
"par_id3154346\n"
-"2\n"
"help.text"
msgid "Renames an existing file or directory."
msgstr "既存のファイルおよびディレクトリの名前を変更します。"
#: 03020412.xhp
+#, fuzzy
msgctxt ""
"03020412.xhp\n"
"hd_id3156344\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020412.xhp
+#, fuzzy
msgctxt ""
"03020412.xhp\n"
"par_id3153381\n"
-"4\n"
"help.text"
msgid "Name OldName As String As NewName As String"
msgstr "Name OldName As String As NewName As String"
#: 03020412.xhp
+#, fuzzy
msgctxt ""
"03020412.xhp\n"
"hd_id3153362\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020412.xhp
+#, fuzzy
msgctxt ""
"03020412.xhp\n"
"par_id3151210\n"
-"6\n"
"help.text"
msgid "<emph>OldName, NewName:</emph> Any string expression that specifies the file name, including the path. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr "OldName, NewName: ファイル名およびパスを指定する文字列表式。また<link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL 指定\">URL 指定</link>を用いることもできます。"
#: 03020412.xhp
+#, fuzzy
msgctxt ""
"03020412.xhp\n"
"hd_id3125863\n"
-"8\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03020412.xhp
+#, fuzzy
msgctxt ""
"03020412.xhp\n"
"par_id3152462\n"
-"16\n"
"help.text"
msgid "MsgBox \"File already exists\""
msgstr "msgbox \"File already exists\""
@@ -12381,73 +12384,73 @@ msgid "<bookmark_value>RmDir statement</bookmark_value>"
msgstr "<bookmark_value>RmDir ステートメント</bookmark_value>"
#: 03020413.xhp
+#, fuzzy
msgctxt ""
"03020413.xhp\n"
"hd_id3148947\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020413.xhp\" name=\"RmDir Statement [Runtime]\">RmDir Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020413.xhp\" name=\"RmDir ステートメント [実行時]\">RmDir ステートメント [実行時]</link>"
#: 03020413.xhp
+#, fuzzy
msgctxt ""
"03020413.xhp\n"
"par_id3149457\n"
-"2\n"
"help.text"
msgid "Deletes an existing directory from a data medium."
msgstr "データ記録媒体上にある既存ディレクトリを削除します。"
#: 03020413.xhp
+#, fuzzy
msgctxt ""
"03020413.xhp\n"
"hd_id3153361\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020413.xhp
+#, fuzzy
msgctxt ""
"03020413.xhp\n"
"par_id3154367\n"
-"4\n"
"help.text"
msgid "RmDir Text As String"
msgstr "RmDir Text As String"
#: 03020413.xhp
+#, fuzzy
msgctxt ""
"03020413.xhp\n"
"hd_id3156281\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020413.xhp
+#, fuzzy
msgctxt ""
"03020413.xhp\n"
"par_id3151042\n"
-"6\n"
"help.text"
msgid "<emph>Text:</emph> Any string expression that specifies the name and path of the directory that you want to delete. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr "Text: 削除するディレクトリの名前およびパスを指定する文字列表式。また<link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL 指定\">URL 指定</link>を用いることもできます。"
#: 03020413.xhp
+#, fuzzy
msgctxt ""
"03020413.xhp\n"
"par_id3153192\n"
-"7\n"
"help.text"
msgid "If the path is not determined, the <emph>RmDir Statement</emph> searches for the directory that you want to delete in the current path. If it is not found there, an error message appears."
msgstr "有効なパスが指定されなかった場合、<emph>RmDir ステートメント</emph> は、現在のパスの中で該当ディレクトリを検索します。該当するものが確認されないと、エラーメッセージが表示されます。"
#: 03020413.xhp
+#, fuzzy
msgctxt ""
"03020413.xhp\n"
"hd_id3145271\n"
-"8\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -12469,127 +12472,127 @@ msgid "<bookmark_value>SetAttr statement</bookmark_value>"
msgstr "<bookmark_value>SetAttr ステートメント</bookmark_value>"
#: 03020414.xhp
+#, fuzzy
msgctxt ""
"03020414.xhp\n"
"hd_id3147559\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020414.xhp\" name=\"SetAttr Statement [Runtime]\">SetAttr Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020414.xhp\" name=\"SetAttr ステートメント [実行時]\">SetAttr ステートメント [実行時]</link>"
#: 03020414.xhp
+#, fuzzy
msgctxt ""
"03020414.xhp\n"
"par_id3147264\n"
-"2\n"
"help.text"
msgid "Sets the attribute information for a specified file."
msgstr "指定ファイルの属性情報を設定します。"
#: 03020414.xhp
+#, fuzzy
msgctxt ""
"03020414.xhp\n"
"hd_id3150359\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020414.xhp
+#, fuzzy
msgctxt ""
"03020414.xhp\n"
"par_id3154365\n"
-"4\n"
"help.text"
msgid "SetAttr FileName As String, Attribute As Integer"
msgstr "SetAttr FileName As String, Attribute As Integer"
#: 03020414.xhp
+#, fuzzy
msgctxt ""
"03020414.xhp\n"
"hd_id3125863\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020414.xhp
+#, fuzzy
msgctxt ""
"03020414.xhp\n"
"par_id3154909\n"
-"6\n"
"help.text"
msgid "FileName: Name of the file, including the path, that you want to test attributes of. If you do not enter a path, <emph>SetAttr</emph> searches for the file in the current directory. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr "FileName:属性を確認するファイルの名前およびパス。パスを指定しないと場合、<emph>SetAttr</emph> は、現在のディレクトリ中で該当ファイルを検索します。また<link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL 指定\">URL 指定</link>を用いることもできます。"
#: 03020414.xhp
+#, fuzzy
msgctxt ""
"03020414.xhp\n"
"par_id3153192\n"
-"7\n"
"help.text"
msgid "<emph>Attribute:</emph> Bit pattern defining the attributes that you want to set or to clear:"
msgstr "<emph>Attribute:</emph> 設定ないし解除する属性情報を指定するビットパターン。"
#: 03020414.xhp
+#, fuzzy
msgctxt ""
"03020414.xhp\n"
"par_id3145786\n"
-"8\n"
"help.text"
msgid "<emph>Value</emph>"
msgstr "<emph>値</emph>"
#: 03020414.xhp
+#, fuzzy
msgctxt ""
"03020414.xhp\n"
"par_id3152596\n"
-"9\n"
"help.text"
msgid "0 : Normal files."
msgstr "0 : 通常のファイル。"
#: 03020414.xhp
+#, fuzzy
msgctxt ""
"03020414.xhp\n"
"par_id3149262\n"
-"10\n"
"help.text"
msgid "1 : Read-only files."
msgstr "1 : 読み取り専用のファイル。"
#: 03020414.xhp
+#, fuzzy
msgctxt ""
"03020414.xhp\n"
"par_id3152576\n"
-"13\n"
"help.text"
msgid "32 : File was changed since last backup (Archive bit)."
msgstr "32 : 前回のバックアップ時から変更のあったファイル (アーカイブビット)。"
#: 03020414.xhp
+#, fuzzy
msgctxt ""
"03020414.xhp\n"
"par_id3153093\n"
-"14\n"
"help.text"
msgid "You can set multiple attributes by combining the respective values with a logic OR statement."
msgstr "これらの属性値は、論理演算用の OR ステートメントと組み合わせて指定することもできます。"
#: 03020414.xhp
+#, fuzzy
msgctxt ""
"03020414.xhp\n"
"hd_id3147434\n"
-"15\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03020414.xhp
+#, fuzzy
msgctxt ""
"03020414.xhp\n"
"par_id3148645\n"
-"17\n"
"help.text"
msgid "On Error GoTo ErrorHandler ' Define target for error handler"
msgstr "On Error Goto ErrorHandler REM エラーハンドラー用ターゲットを設定"
@@ -12611,82 +12614,82 @@ msgid "<bookmark_value>FileExists function</bookmark_value>"
msgstr "<bookmark_value>FileExists 関数</bookmark_value>"
#: 03020415.xhp
+#, fuzzy
msgctxt ""
"03020415.xhp\n"
"hd_id3148946\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020415.xhp\" name=\"FileExists Function [Runtime]\">FileExists Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03020415.xhp\" name=\"FileExists 関数 [実行時]\">FileExists 関数 [実行時]</link>"
#: 03020415.xhp
+#, fuzzy
msgctxt ""
"03020415.xhp\n"
"par_id3153361\n"
-"2\n"
"help.text"
msgid "Determines if a file or a directory is available on the data medium."
msgstr "指定したファイルやディレクトリが、データ記録媒体上で使用可能であるかを確認します。"
#: 03020415.xhp
+#, fuzzy
msgctxt ""
"03020415.xhp\n"
"hd_id3150447\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03020415.xhp
+#, fuzzy
msgctxt ""
"03020415.xhp\n"
"par_id3154685\n"
-"4\n"
"help.text"
msgid "FileExists(FileName As String | DirectoryName As String)"
msgstr "FileExists(FileName As String | DirectoryName As String)"
#: 03020415.xhp
+#, fuzzy
msgctxt ""
"03020415.xhp\n"
"hd_id3154126\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03020415.xhp
+#, fuzzy
msgctxt ""
"03020415.xhp\n"
"par_id3150769\n"
-"6\n"
"help.text"
msgid "Bool"
msgstr "ブール型"
#: 03020415.xhp
+#, fuzzy
msgctxt ""
"03020415.xhp\n"
"hd_id3153770\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03020415.xhp
+#, fuzzy
msgctxt ""
"03020415.xhp\n"
"par_id3147349\n"
-"8\n"
"help.text"
msgid "FileName | DirectoryName: Any string expression that contains an unambiguous file specification. You can also use <link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL notation\">URL notation</link>."
msgstr "FileName | DirectoryName:ファイルの位置を明示的に指定した文字列表式。また<link href=\"text/sbasic/shared/00000002.xhp\" name=\"URL 指定\">URL 指定</link>を用いることもできます。"
#: 03020415.xhp
+#, fuzzy
msgctxt ""
"03020415.xhp\n"
"hd_id3149664\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -13619,91 +13622,91 @@ msgid "<bookmark_value>CdateToIso function</bookmark_value>"
msgstr "<bookmark_value>CdateToIso 関数</bookmark_value>"
#: 03030107.xhp
+#, fuzzy
msgctxt ""
"03030107.xhp\n"
"hd_id3150620\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030107.xhp\" name=\"CDateToIso Function [Runtime]\">CDateToIso Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03030107.xhp\" name=\"CDateToIso 関数 [実行時]\">CDateToIso 関数 [実行時]</link>"
#: 03030107.xhp
+#, fuzzy
msgctxt ""
"03030107.xhp\n"
"par_id3151097\n"
-"2\n"
"help.text"
msgid "Returns the date in ISO format from a serial date number that is generated by the DateSerial or the DateValue function."
msgstr "DateSerial ないし DateValue 関数による日付データのシリアル変換値を基に、該当する日付を ISO 形式で返します。"
#: 03030107.xhp
+#, fuzzy
msgctxt ""
"03030107.xhp\n"
"hd_id3159224\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03030107.xhp
+#, fuzzy
msgctxt ""
"03030107.xhp\n"
"par_id3149497\n"
-"4\n"
"help.text"
msgid "CDateToIso(Number)"
msgstr "CDateToIso(Number)"
#: 03030107.xhp
+#, fuzzy
msgctxt ""
"03030107.xhp\n"
"hd_id3152347\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03030107.xhp
+#, fuzzy
msgctxt ""
"03030107.xhp\n"
"par_id3154422\n"
-"6\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03030107.xhp
+#, fuzzy
msgctxt ""
"03030107.xhp\n"
"hd_id3147303\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03030107.xhp
+#, fuzzy
msgctxt ""
"03030107.xhp\n"
"par_id3145136\n"
-"8\n"
"help.text"
msgid "<emph>Number:</emph> Integer that contains the serial date number."
msgstr "数値:日付データのシリアル変換値を示す数値表式。"
#: 03030107.xhp
+#, fuzzy
msgctxt ""
"03030107.xhp\n"
"hd_id3147243\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03030107.xhp
+#, fuzzy
msgctxt ""
"03030107.xhp\n"
"par_id3153126\n"
-"11\n"
"help.text"
msgid "MsgBox \"\" & CDateToIso(Now) ,64,\"ISO Date\""
msgstr "MsgBox \"\" & CDateToIso(Now) ,64,\"ISO Date\""
@@ -14120,10 +14123,10 @@ msgid "<bookmark_value>CDateToUnoDate function</bookmark_value>"
msgstr "<bookmark_value>CDateToUnoDate 関数</bookmark_value>"
#: 03030111.xhp
+#, fuzzy
msgctxt ""
"03030111.xhp\n"
"hd_id3150620\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030111.xhp\" name=\"CDateToUnoDate Function [Runtime]\">CDateToUnoDate Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03030111.xhp\" name=\"CDateToUnoDate 関数 [ランタイム]\">CDateToUnoDate 関数 [ランタイム]</link>"
@@ -14132,70 +14135,69 @@ msgstr "<link href=\"text/sbasic/shared/03030111.xhp\" name=\"CDateToUnoDate 関
msgctxt ""
"03030111.xhp\n"
"par_id3151097\n"
-"2\n"
"help.text"
msgid "Returns the date as a UNO com.sun.star.util.Date struct."
msgstr ""
#: 03030111.xhp
+#, fuzzy
msgctxt ""
"03030111.xhp\n"
"hd_id3159224\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03030111.xhp
+#, fuzzy
msgctxt ""
"03030111.xhp\n"
"par_id3149497\n"
-"4\n"
"help.text"
msgid "CDateToUnoDate(aDate)"
msgstr "CDateToUnoDate(aDate)"
#: 03030111.xhp
+#, fuzzy
msgctxt ""
"03030111.xhp\n"
"hd_id3152347\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03030111.xhp
+#, fuzzy
msgctxt ""
"03030111.xhp\n"
"par_id3154422\n"
-"6\n"
"help.text"
msgid "com.sun.star.util.Date"
msgstr "com.sun.star.util.Date"
#: 03030111.xhp
+#, fuzzy
msgctxt ""
"03030111.xhp\n"
"hd_id3147303\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03030111.xhp
+#, fuzzy
msgctxt ""
"03030111.xhp\n"
"par_id3145136\n"
-"8\n"
"help.text"
msgid "<emph>aDate:</emph> Date to convert"
msgstr "<emph>aDate:</emph> 変換する日付"
#: 03030111.xhp
+#, fuzzy
msgctxt ""
"03030111.xhp\n"
"hd_id3147243\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -14217,10 +14219,10 @@ msgid "<bookmark_value>CDateFromUnoDate function</bookmark_value>"
msgstr "<bookmark_value>CDateFromUnoDate 関数</bookmark_value>"
#: 03030112.xhp
+#, fuzzy
msgctxt ""
"03030112.xhp\n"
"hd_id3150620\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030112.xhp\" name=\"CDateFromUnoDate Function [Runtime]\">CDateFromUnoDate Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03030112.xhp\" name=\"CDateFromUnoDate 関数 [ランタイム]\">CDateFromUnoDate 関数 [ランタイム]</link>"
@@ -14229,70 +14231,69 @@ msgstr "<link href=\"text/sbasic/shared/03030112.xhp\" name=\"CDateFromUnoDate
msgctxt ""
"03030112.xhp\n"
"par_id3151097\n"
-"2\n"
"help.text"
msgid "Converts a UNO com.sun.star.util.Date struct to a Date value."
msgstr ""
#: 03030112.xhp
+#, fuzzy
msgctxt ""
"03030112.xhp\n"
"hd_id3159224\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03030112.xhp
+#, fuzzy
msgctxt ""
"03030112.xhp\n"
"par_id3149497\n"
-"4\n"
"help.text"
msgid "CDateFromUnoDate(aDate)"
msgstr "CDateFromUnoDate(aDate)"
#: 03030112.xhp
+#, fuzzy
msgctxt ""
"03030112.xhp\n"
"hd_id3152347\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03030112.xhp
+#, fuzzy
msgctxt ""
"03030112.xhp\n"
"par_id3154422\n"
-"6\n"
"help.text"
msgid "Date"
msgstr "日付"
#: 03030112.xhp
+#, fuzzy
msgctxt ""
"03030112.xhp\n"
"hd_id3147303\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03030112.xhp
+#, fuzzy
msgctxt ""
"03030112.xhp\n"
"par_id3145136\n"
-"8\n"
"help.text"
msgid "<emph>aDate:</emph> Date to convert"
-msgstr "<emph>aDate:</emph>変換するDate"
+msgstr "<emph>aDate:</emph> 変換する日付"
#: 03030112.xhp
+#, fuzzy
msgctxt ""
"03030112.xhp\n"
"hd_id3147243\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -14314,10 +14315,10 @@ msgid "<bookmark_value>CDateToUnoTime function</bookmark_value>"
msgstr "<bookmark_value>CDateToUnoTime 関数</bookmark_value>"
#: 03030113.xhp
+#, fuzzy
msgctxt ""
"03030113.xhp\n"
"hd_id3150620\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030113.xhp\" name=\"CDateToUnoTime Function [Runtime]\">CDateToUnoTime Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03030113.xhp\" name=\"CDateToUnoTime 関数[実行時]\">CDateToUnoTime 関数[実行時]</link>"
@@ -14326,70 +14327,69 @@ msgstr "<link href=\"text/sbasic/shared/03030113.xhp\" name=\"CDateToUnoTime 関
msgctxt ""
"03030113.xhp\n"
"par_id3151097\n"
-"2\n"
"help.text"
msgid "Returns the time part of the date as a UNO com.sun.star.util.Time struct."
msgstr ""
#: 03030113.xhp
+#, fuzzy
msgctxt ""
"03030113.xhp\n"
"hd_id3159224\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03030113.xhp
+#, fuzzy
msgctxt ""
"03030113.xhp\n"
"par_id3149497\n"
-"4\n"
"help.text"
msgid "CDateToUnoTime(aDate)"
msgstr "CDateToUnoTime(aDate)"
#: 03030113.xhp
+#, fuzzy
msgctxt ""
"03030113.xhp\n"
"hd_id3152347\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03030113.xhp
+#, fuzzy
msgctxt ""
"03030113.xhp\n"
"par_id3154422\n"
-"6\n"
"help.text"
msgid "com.sun.star.util.Time"
msgstr "com.sun.star.util.Time"
#: 03030113.xhp
+#, fuzzy
msgctxt ""
"03030113.xhp\n"
"hd_id3147303\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03030113.xhp
+#, fuzzy
msgctxt ""
"03030113.xhp\n"
"par_id3145136\n"
-"8\n"
"help.text"
msgid "<emph>aDate:</emph> Date value to convert"
-msgstr ""
+msgstr "<emph>aDate:</emph> 変換する日付"
#: 03030113.xhp
+#, fuzzy
msgctxt ""
"03030113.xhp\n"
"hd_id3147243\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -14411,10 +14411,10 @@ msgid "<bookmark_value>CDateFromUnoTime function</bookmark_value>"
msgstr "<bookmark_value>CDateFromUnoTime 関数</bookmark_value>"
#: 03030114.xhp
+#, fuzzy
msgctxt ""
"03030114.xhp\n"
"hd_id3150620\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030114.xhp\" name=\"CDateFromUnoTime Function [Runtime]\">CDateFromUnoTime Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03030114.xhp\" name=\"CDateFromUnoTime 関数[実行時]\">CDateFromUnoTime 関数[実行時]</link>"
@@ -14423,16 +14423,15 @@ msgstr "<link href=\"text/sbasic/shared/03030114.xhp\" name=\"CDateFromUnoTime
msgctxt ""
"03030114.xhp\n"
"par_id3151097\n"
-"2\n"
"help.text"
msgid "Converts a UNO com.sun.star.util.Time struct to a Date value."
msgstr ""
#: 03030114.xhp
+#, fuzzy
msgctxt ""
"03030114.xhp\n"
"hd_id3159224\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
@@ -14441,52 +14440,51 @@ msgstr "構文:"
msgctxt ""
"03030114.xhp\n"
"par_id3149497\n"
-"4\n"
"help.text"
msgid "CDateFromUnoTime(aTime)"
msgstr ""
#: 03030114.xhp
+#, fuzzy
msgctxt ""
"03030114.xhp\n"
"hd_id3152347\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03030114.xhp
+#, fuzzy
msgctxt ""
"03030114.xhp\n"
"par_id3154422\n"
-"6\n"
"help.text"
msgid "Date"
msgstr "日付"
#: 03030114.xhp
+#, fuzzy
msgctxt ""
"03030114.xhp\n"
"hd_id3147303\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03030114.xhp
+#, fuzzy
msgctxt ""
"03030114.xhp\n"
"par_id3145136\n"
-"8\n"
"help.text"
msgid "<emph>aTime:</emph> Time to convert"
-msgstr ""
+msgstr "<emph>aDate:</emph> 変換する日付"
#: 03030114.xhp
+#, fuzzy
msgctxt ""
"03030114.xhp\n"
"hd_id3147243\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -14508,10 +14506,10 @@ msgid "<bookmark_value>CDateToUnoDateTime function</bookmark_value>"
msgstr "<bookmark_value>CDateToUnoDateTime 関数</bookmark_value>"
#: 03030115.xhp
+#, fuzzy
msgctxt ""
"03030115.xhp\n"
"hd_id3150620\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030115.xhp\" name=\"CDateToUnoDateTime Function [Runtime]\">CDateToUnoDateTime Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03030115.xhp\" name=\"CDateToUnoDateTime 関数[実行時]\">CDateToUnoDateTime 関数[実行時]</link>"
@@ -14520,70 +14518,69 @@ msgstr "<link href=\"text/sbasic/shared/03030115.xhp\" name=\"CDateToUnoDateTime
msgctxt ""
"03030115.xhp\n"
"par_id3151097\n"
-"2\n"
"help.text"
msgid "Returns the time part of the date as a UNO com.sun.star.util.DateTime struct."
msgstr ""
#: 03030115.xhp
+#, fuzzy
msgctxt ""
"03030115.xhp\n"
"hd_id3159224\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03030115.xhp
+#, fuzzy
msgctxt ""
"03030115.xhp\n"
"par_id3149497\n"
-"4\n"
"help.text"
msgid "CDateToUnoDateTime(aDate)"
msgstr "CDateToUnoDateTime(aDate)"
#: 03030115.xhp
+#, fuzzy
msgctxt ""
"03030115.xhp\n"
"hd_id3152347\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03030115.xhp
+#, fuzzy
msgctxt ""
"03030115.xhp\n"
"par_id3154422\n"
-"6\n"
"help.text"
msgid "com.sun.star.util.DateTime"
msgstr "com.sun.star.util.DateTime"
#: 03030115.xhp
+#, fuzzy
msgctxt ""
"03030115.xhp\n"
"hd_id3147303\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03030115.xhp
+#, fuzzy
msgctxt ""
"03030115.xhp\n"
"par_id3145136\n"
-"8\n"
"help.text"
msgid "<emph>aDate:</emph> Date value to convert"
-msgstr ""
+msgstr "<emph>aDate:</emph> 変換する日付"
#: 03030115.xhp
+#, fuzzy
msgctxt ""
"03030115.xhp\n"
"hd_id3147243\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -14605,10 +14602,10 @@ msgid "<bookmark_value>CDateFromUnoDateTime function</bookmark_value>"
msgstr "<bookmark_value>CDateFromUnoDateTime 関数</bookmark_value>"
#: 03030116.xhp
+#, fuzzy
msgctxt ""
"03030116.xhp\n"
"hd_id3150620\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030116.xhp\" name=\"CDateFromUnoDateTime Function [Runtime]\">CDateFromUnoDateTime Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03030116.xhp\" name=\"CDateFromUnoDateTime 関数[実行時]\">CDateFromUnoDateTime 関数[実行時]</link>"
@@ -14617,70 +14614,69 @@ msgstr "<link href=\"text/sbasic/shared/03030116.xhp\" name=\"CDateFromUnoDateTi
msgctxt ""
"03030116.xhp\n"
"par_id3151097\n"
-"2\n"
"help.text"
msgid "Converts a UNO com.sun.star.util.DateTime struct to a Date value."
msgstr ""
#: 03030116.xhp
+#, fuzzy
msgctxt ""
"03030116.xhp\n"
"hd_id3159224\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03030116.xhp
+#, fuzzy
msgctxt ""
"03030116.xhp\n"
"par_id3149497\n"
-"4\n"
"help.text"
msgid "CDateFromUnoDateTime(aDateTime)"
msgstr "CDateFromUnoDateTime(aDateTime)"
#: 03030116.xhp
+#, fuzzy
msgctxt ""
"03030116.xhp\n"
"hd_id3152347\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03030116.xhp
+#, fuzzy
msgctxt ""
"03030116.xhp\n"
"par_id3154422\n"
-"6\n"
"help.text"
msgid "Date"
msgstr "日付"
#: 03030116.xhp
+#, fuzzy
msgctxt ""
"03030116.xhp\n"
"hd_id3147303\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03030116.xhp
+#, fuzzy
msgctxt ""
"03030116.xhp\n"
"par_id3145136\n"
-"8\n"
"help.text"
msgid "<emph>aDateTime:</emph> DateTime to convert"
-msgstr ""
+msgstr "<emph>aDate:</emph> 変換する日付"
#: 03030116.xhp
+#, fuzzy
msgctxt ""
"03030116.xhp\n"
"hd_id3147243\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -15462,73 +15458,73 @@ msgid "<bookmark_value>Now function</bookmark_value>"
msgstr "<bookmark_value>Now 関数</bookmark_value>"
#: 03030203.xhp
+#, fuzzy
msgctxt ""
"03030203.xhp\n"
"hd_id3149416\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030203.xhp\" name=\"Now Function [Runtime]\">Now Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03030203.xhp\" name=\"Now 関数 [実行時]\">Now 関数 [実行時]</link>"
#: 03030203.xhp
+#, fuzzy
msgctxt ""
"03030203.xhp\n"
"par_id3149670\n"
-"2\n"
"help.text"
msgid "Returns the current system date and time as a <emph>Date</emph> value."
msgstr "システム時計から日付と時刻の情報を取得して、<emph>日付</emph> の値として返します。"
#: 03030203.xhp
+#, fuzzy
msgctxt ""
"03030203.xhp\n"
"hd_id3149456\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03030203.xhp
+#, fuzzy
msgctxt ""
"03030203.xhp\n"
"par_id3149655\n"
-"4\n"
"help.text"
msgid "Now"
msgstr "Now"
#: 03030203.xhp
+#, fuzzy
msgctxt ""
"03030203.xhp\n"
"hd_id3154366\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03030203.xhp
+#, fuzzy
msgctxt ""
"03030203.xhp\n"
"par_id3154909\n"
-"6\n"
"help.text"
msgid "Date"
msgstr "日付"
#: 03030203.xhp
+#, fuzzy
msgctxt ""
"03030203.xhp\n"
"hd_id3147229\n"
-"7\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03030203.xhp
+#, fuzzy
msgctxt ""
"03030203.xhp\n"
"par_id3150870\n"
-"9\n"
"help.text"
msgid "MsgBox \"It is now \" & Now"
msgstr "msgbox \"It is now \" & Now"
@@ -15550,118 +15546,118 @@ msgid "<bookmark_value>Second function</bookmark_value>"
msgstr "<bookmark_value>Second 関数</bookmark_value>"
#: 03030204.xhp
+#, fuzzy
msgctxt ""
"03030204.xhp\n"
"hd_id3153346\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second Function [Runtime]\">Second Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second 関数 [実行時]\">Second 関数 [実行時]</link>"
#: 03030204.xhp
+#, fuzzy
msgctxt ""
"03030204.xhp\n"
"par_id3156023\n"
-"2\n"
"help.text"
msgid "Returns an integer that represents the seconds of the serial time number that is generated by the TimeSerial or the TimeValue function."
msgstr "TimeSerial ないし TimeValue 関数による時刻データのシリアル変換値を基に、該当時刻の秒を示す数値を返します。"
#: 03030204.xhp
+#, fuzzy
msgctxt ""
"03030204.xhp\n"
"hd_id3147264\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03030204.xhp
+#, fuzzy
msgctxt ""
"03030204.xhp\n"
"par_id3146795\n"
-"4\n"
"help.text"
msgid "Second (Number)"
msgstr "Second (Number)"
#: 03030204.xhp
+#, fuzzy
msgctxt ""
"03030204.xhp\n"
"hd_id3150792\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03030204.xhp
+#, fuzzy
msgctxt ""
"03030204.xhp\n"
"par_id3154140\n"
-"6\n"
"help.text"
msgid "Integer"
msgstr "整数"
#: 03030204.xhp
+#, fuzzy
msgctxt ""
"03030204.xhp\n"
"hd_id3156280\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03030204.xhp
+#, fuzzy
msgctxt ""
"03030204.xhp\n"
"par_id3154124\n"
-"8\n"
"help.text"
msgid "<emph>Number:</emph> Numeric expression that contains the serial time number that is used to calculate the number of seconds."
msgstr "<emph>Number:</emph> 秒情報を得る時刻データのシリアル変換値を示す数値表式。"
#: 03030204.xhp
+#, fuzzy
msgctxt ""
"03030204.xhp\n"
"par_id3125864\n"
-"9\n"
"help.text"
msgid "This function is the opposite of the <emph>TimeSerial </emph>function. It returns the seconds of a serial time value that is generated by the <emph>TimeSerial</emph> or <emph>TimeValue </emph>functions. For example, the expression:"
msgstr "この関数は、<emph>TimeSerial</emph> 関数と逆方向の機能を担っています。この場合の戻り値としては、時刻データを <emph>TimeSerial</emph> や <emph>TimeValue</emph> 関数で変換したシリアル値を基に、該当時刻の秒を示す整数値が返されます。こうした点は、下記のコードを実行してみると分かりやすいでしょう。"
#: 03030204.xhp
+#, fuzzy
msgctxt ""
"03030204.xhp\n"
"par_id3153951\n"
-"10\n"
"help.text"
msgid "Print Second(TimeSerial(12,30,41))"
msgstr "Print Second(TimeSerial(12,30,41))"
#: 03030204.xhp
+#, fuzzy
msgctxt ""
"03030204.xhp\n"
"par_id3151117\n"
-"11\n"
"help.text"
msgid "returns the value 41."
msgstr "この場合の戻り値は 41 となります。"
#: 03030204.xhp
+#, fuzzy
msgctxt ""
"03030204.xhp\n"
"hd_id3147426\n"
-"12\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03030204.xhp
+#, fuzzy
msgctxt ""
"03030204.xhp\n"
"par_id3156441\n"
-"14\n"
"help.text"
msgid "MsgBox \"The exact second of the current time is \"& Second( Now )"
msgstr "MsgBox \"正確な現在時刻の秒は、 \"& Second( Now )"
@@ -15683,190 +15679,190 @@ msgid "<bookmark_value>TimeSerial function</bookmark_value>"
msgstr "<bookmark_value>TimeSerial 関数</bookmark_value>"
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"hd_id3143271\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030205.xhp\" name=\"TimeSerial Function [Runtime]\">TimeSerial Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03030205.xhp\" name=\"TimeSerial 関数 [実行時]\">TimeSerial 関数 [実行時]</link>"
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"par_id3156344\n"
-"2\n"
"help.text"
msgid "Calculates a serial time value for the specified hour, minute, and second parameters that are passed as numeric value. You can then use this value to calculate the difference between times."
msgstr "数値として渡される時、分、秒の指定値を基に、該当する時刻データのシリアル換算値を計算します。こうして変換される数値を用いると、異なる時刻間の経過時間などが計算できます。"
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"hd_id3146794\n"
-"4\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"par_id3150792\n"
-"5\n"
"help.text"
msgid "TimeSerial (hour, minute, second)"
msgstr "TimeSerial (hour, minute, second)"
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"hd_id3148797\n"
-"6\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"par_id3154908\n"
-"7\n"
"help.text"
msgid "Date"
msgstr "日付"
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"hd_id3154124\n"
-"8\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"par_id3153193\n"
-"9\n"
"help.text"
msgid "<emph>hour:</emph> Any integer expression that indicates the hour of the time that is used to determine the serial time value. Valid values: 0-23."
msgstr "<emph>hour:</emph> シリアル値に換算する時刻データで、時を示す整数表式。これには下記の値を指定できます。 0-23."
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"par_id3159252\n"
-"10\n"
"help.text"
msgid "<emph>minute:</emph> Any integer expression that indicates the minute of the time that is used to determine the serial time value. In general, use values between 0 and 59. However, you can also use values that lie outside of this range, where the number of minutes influence the hour value."
msgstr "<emph>minute:</emph> シリアル値に換算する時刻データで、分を示す整数表式。通常使用するのは 0 から 59 までの値です。この範囲外の値も指定できますが、その場合は時の値に影響が生じます。"
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"par_id3161831\n"
-"11\n"
"help.text"
msgid "<emph>second:</emph> Any integer expression that indicates the second of the time that is used to determine the serial time value. In general, you can use values between 0 and 59. However, you can also use values that lie outside of this range, where the number seconds influences the minute value."
msgstr "<emph>second:</emph> シリアル値に換算する時刻データで、秒を示す整数表式。通常使用するのは 0 から 59 までの値です。この範囲外の値も指定できますが、その場合は分の値に影響が生じます。"
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"par_id3155854\n"
-"12\n"
"help.text"
msgid "<emph>Examples:</emph>"
msgstr "<emph>例:</emph>"
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"par_id3153952\n"
-"13\n"
"help.text"
msgid "12, -5, 45 corresponds to 11, 55, 45"
msgstr "12, -5, 45 は 11, 55, 45 と見なされます。"
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"par_id3147349\n"
-"14\n"
"help.text"
msgid "12, 61, 45 corresponds to 13, 2, 45"
msgstr "12, 61, 45 は 13, 2, 45 と見なされます。"
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"par_id3147426\n"
-"15\n"
"help.text"
msgid "12, 20, -2 corresponds to 12, 19, 58"
msgstr "12, 20, -2 は 12, 19, 58 と見なされます。"
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"par_id3153365\n"
-"16\n"
"help.text"
msgid "12, 20, 63 corresponds to 12, 21, 4"
msgstr "12, 20, 63 は 12, 21, 4 と見なされます。"
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"par_id3146985\n"
-"17\n"
"help.text"
msgid "You can use the TimeSerial function to convert any time into a single value that you can use to calculate time differences."
msgstr "時刻データを TimeSerial 関数で変換して得られる数値は、時刻間の時間計算などに利用できます。"
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"par_id3155308\n"
-"18\n"
"help.text"
msgid "The TimeSerial function returns the type Variant with VarType 7 (Date). This value is stored internally as a double-precision number between 0 and 0.9999999999. As opposed to the DateSerial or DateValue function, where the serial date values are calculated as days relative to a fixed date, you can calculate with values returned by the TimeSerial function, but you cannot evaluate them."
msgstr "TimeSerial 関数の返す値は、バリアント型の VarType 7 (Date) です。この値は、内部的には0から 0.9999999999 の倍精度値として格納されます。DateSerial や DateValue 関数では、日付データをシリアル値に変換する際に、固定設定された基準日からの経過日数として換算していますが、TimeSerial 関数で返される値は、時刻間の計算には使えるものの、そのまま直接的な評価が行えるものではありません。"
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"par_id3149482\n"
-"19\n"
"help.text"
msgid "In the TimeValue function, you can pass a string as a parameter containing the time. For the TimeSerial function, however, you can pass the individual parameters (hour, minute, second) as separate numeric expressions."
msgstr "TimeValue 関数の場合、時刻データを 1 つの文字列の形で渡します。これに対して TimeSerial 関数では、関数に渡すパラメータ (時、分、秒) は、それぞれ個別の数値表式として指定します。"
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"hd_id3154790\n"
-"20\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"par_id3155600\n"
-"25\n"
"help.text"
msgid "MsgBox dDate,64,\"Time as a number\""
msgstr "MsgBox dDate,64,\"Time as a number\""
#: 03030205.xhp
+#, fuzzy
msgctxt ""
"03030205.xhp\n"
"par_id3153417\n"
-"26\n"
"help.text"
msgid "MsgBox sDate,64,\"Formatted time\""
msgstr "MsgBox sDate,64,\"Formatted time\""
@@ -15888,145 +15884,145 @@ msgid "<bookmark_value>TimeValue function</bookmark_value>"
msgstr "<bookmark_value>TimeValue 関数 </bookmark_value>"
#: 03030206.xhp
+#, fuzzy
msgctxt ""
"03030206.xhp\n"
"hd_id3149670\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030206.xhp\" name=\"TimeValue Function [Runtime]\">TimeValue Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03030206.xhp\" name=\"TimeValue 関数 [実行時]\">TimeValue 関数 [実行時]</link>"
#: 03030206.xhp
+#, fuzzy
msgctxt ""
"03030206.xhp\n"
"par_id3153361\n"
-"2\n"
"help.text"
msgid "Calculates a serial time value from the specified hour, minute, and second - parameters passed as strings - that represents the time in a single numeric value. This value can be used to calculate the difference between times."
msgstr "文字列として指定された時、分、秒の値を基に、該当する時刻を示す 1 つの数値 (シリアル値) を返します。こうして変換された数値は、2 つの時刻間の時間計算などに利用できます。"
#: 03030206.xhp
+#, fuzzy
msgctxt ""
"03030206.xhp\n"
"hd_id3154138\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03030206.xhp
+#, fuzzy
msgctxt ""
"03030206.xhp\n"
"par_id3156282\n"
-"4\n"
"help.text"
msgid "TimeValue (Text As String)"
msgstr "TimeValue (Text As String)"
#: 03030206.xhp
+#, fuzzy
msgctxt ""
"03030206.xhp\n"
"hd_id3153969\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03030206.xhp
+#, fuzzy
msgctxt ""
"03030206.xhp\n"
"par_id3156424\n"
-"6\n"
"help.text"
msgid "Date"
msgstr "日付"
#: 03030206.xhp
+#, fuzzy
msgctxt ""
"03030206.xhp\n"
"hd_id3145172\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03030206.xhp
+#, fuzzy
msgctxt ""
"03030206.xhp\n"
"par_id3145786\n"
-"8\n"
"help.text"
msgid "<emph>Text:</emph> Any string expression that contains the time that you want to calculate in the format \"HH:MM:SS\"."
msgstr "<emph>Text:</emph> 「HH:MM:SS」の形式で指定した、変換する時刻データを示す文字列表式。"
#: 03030206.xhp
+#, fuzzy
msgctxt ""
"03030206.xhp\n"
"par_id3152578\n"
-"9\n"
"help.text"
msgid "Use the TimeValue function to convert any time into a single value, so that you can calculate time differences."
msgstr "この関数は、任意の時刻を 1 つの数値として変換するもので、こうした得られる数値は時刻間の時間計算などに利用できます。"
#: 03030206.xhp
+#, fuzzy
msgctxt ""
"03030206.xhp\n"
"par_id3163710\n"
-"10\n"
"help.text"
msgid "This TimeValue function returns the type Variant with VarType 7 (Date), and stores this value internally as a double-precision number between 0 and 0.9999999999."
msgstr "この TimeValue 関数 の返す値は、バリアント型の VarType 7 (Date) であり、内部的には0から 0.9999999999 の倍精度値として格納されます。"
#: 03030206.xhp
+#, fuzzy
msgctxt ""
"03030206.xhp\n"
"par_id3151117\n"
-"11\n"
"help.text"
msgid "As opposed to the DateSerial or the DateValue function, where serial date values result in days relative to a fixed date, you can calculate with the values that are returned by the TimeValue function, but you cannot evaluate them."
msgstr "DateSerial や DateValue 関数では、日付データをシリアル値に変換する際に、固定設定された基準日からの経過日数として換算していますが、TimeValue 関数で返される値は、時刻間の計算には使えるものの、そのまま直接的な評価が行えるものではありません。"
#: 03030206.xhp
+#, fuzzy
msgctxt ""
"03030206.xhp\n"
"par_id3147426\n"
-"12\n"
"help.text"
msgid "In the TimeSerial function, you can pass individual parameters (hour, minute, second) as separate numeric expressions. For the TimeValue function, however, you can pass a string as a parameter containing the time."
msgstr "TimeSerial 関数の場合、関数に渡すパラメータ (時、分、秒) は、それぞれ個別の数値表式として指定することができます。これに対して TimeValue 関数では、時刻データを 1 つの文字列の形で渡します。"
#: 03030206.xhp
+#, fuzzy
msgctxt ""
"03030206.xhp\n"
"hd_id3145271\n"
-"13\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03030206.xhp
+#, fuzzy
msgctxt ""
"03030206.xhp\n"
"par_id3149378\n"
-"33\n"
"help.text"
msgid "a1 = \"start time\""
msgstr "a1 = \"start time\""
#: 03030206.xhp
+#, fuzzy
msgctxt ""
"03030206.xhp\n"
"par_id3145800\n"
-"34\n"
"help.text"
msgid "b1 = \"end time\""
msgstr "b1 = \"end time\""
#: 03030206.xhp
+#, fuzzy
msgctxt ""
"03030206.xhp\n"
"par_id3151074\n"
-"35\n"
"help.text"
msgid "c1 = \"total time\""
msgstr "c1 = \"total time\""
@@ -16074,73 +16070,73 @@ msgid "<bookmark_value>Date statement</bookmark_value>"
msgstr "<bookmark_value>Date ステートメント</bookmark_value>"
#: 03030301.xhp
+#, fuzzy
msgctxt ""
"03030301.xhp\n"
"hd_id3156027\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Date Statement [Runtime]\">Date Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Date ステートメント [実行時]\">Date ステートメント [実行時]</link>"
#: 03030301.xhp
+#, fuzzy
msgctxt ""
"03030301.xhp\n"
"par_id3147291\n"
-"2\n"
"help.text"
msgid "Returns the current system date as a string, or resets the date. The date format depends on your local system settings."
msgstr "システムの現在の日付を文字列として取得するか、日付のリセットを行います。日付の書式は、ローカルシステムの設定に依存します。"
#: 03030301.xhp
+#, fuzzy
msgctxt ""
"03030301.xhp\n"
"hd_id3148686\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03030301.xhp
+#, fuzzy
msgctxt ""
"03030301.xhp\n"
"par_id3146794\n"
-"4\n"
"help.text"
msgid "Date ; Date = Text As String"
msgstr "Date ; Date = Text As String"
#: 03030301.xhp
+#, fuzzy
msgctxt ""
"03030301.xhp\n"
"hd_id3154347\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03030301.xhp
+#, fuzzy
msgctxt ""
"03030301.xhp\n"
"par_id3145069\n"
-"6\n"
"help.text"
msgid "<emph>Text:</emph> Only required in order to reset the system date. In this case, the string expression must correspond to the date format defined in your local settings."
msgstr "<emph>Text:</emph> システムの日付設定をリセットする場合にのみ指定。この場合、指定する文字列の表式は、ローカルシステムの日付書式に準じておく必要があります。"
#: 03030301.xhp
+#, fuzzy
msgctxt ""
"03030301.xhp\n"
"hd_id3150793\n"
-"7\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03030301.xhp
+#, fuzzy
msgctxt ""
"03030301.xhp\n"
"par_id3156424\n"
-"9\n"
"help.text"
msgid "MsgBox \"The date is \" & Date"
msgstr "msgbox \"The date is \" & Date"
@@ -16162,73 +16158,73 @@ msgid "<bookmark_value>Time statement</bookmark_value>"
msgstr "<bookmark_value>Time ステートメント</bookmark_value>"
#: 03030302.xhp
+#, fuzzy
msgctxt ""
"03030302.xhp\n"
"hd_id3145090\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030302.xhp\">Time Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03030302.xhp\">Time ステートメント [実行時]</link>"
#: 03030302.xhp
+#, fuzzy
msgctxt ""
"03030302.xhp\n"
"par_id3150984\n"
-"2\n"
"help.text"
msgid "This function returns the current system time as a string in the format \"HH:MM:SS\"."
msgstr "この関数は、現在のシステム時刻を取得して「HH:MM:SS」形式の文字列として返します。"
#: 03030302.xhp
+#, fuzzy
msgctxt ""
"03030302.xhp\n"
"hd_id3154346\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03030302.xhp
+#, fuzzy
msgctxt ""
"03030302.xhp\n"
"par_id3149670\n"
-"4\n"
"help.text"
msgid "Time"
msgstr "Time"
#: 03030302.xhp
+#, fuzzy
msgctxt ""
"03030302.xhp\n"
"hd_id3150792\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03030302.xhp
+#, fuzzy
msgctxt ""
"03030302.xhp\n"
"par_id3149656\n"
-"6\n"
"help.text"
msgid "<emph>Text:</emph> Any string expression that specifies the new time in the format \"HH:MM:SS\"."
msgstr "Text:変更後のシステム時刻を指定する、「HH:MM:SS」形式の文字列"
#: 03030302.xhp
+#, fuzzy
msgctxt ""
"03030302.xhp\n"
"hd_id3145173\n"
-"7\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03030302.xhp
+#, fuzzy
msgctxt ""
"03030302.xhp\n"
"par_id3150870\n"
-"9\n"
"help.text"
msgid "MsgBox Time,0,\"The time is\""
msgstr "MsgBox Time,0,\"The time is\""
@@ -16250,91 +16246,91 @@ msgid "<bookmark_value>Timer function</bookmark_value>"
msgstr "<bookmark_value>Timer 関数</bookmark_value>"
#: 03030303.xhp
+#, fuzzy
msgctxt ""
"03030303.xhp\n"
"hd_id3149346\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function [Runtime]\">Timer Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer 関数 [実行時]\">Timer 関数 [実行時]</link>"
#: 03030303.xhp
+#, fuzzy
msgctxt ""
"03030303.xhp\n"
"par_id3156023\n"
-"2\n"
"help.text"
msgid "Returns a value that specifies the number of seconds that have elapsed since midnight."
msgstr "午前 0 時を基点とする経過時間を秒数で返します。"
#: 03030303.xhp
+#, fuzzy
msgctxt ""
"03030303.xhp\n"
"par_id3156212\n"
-"3\n"
"help.text"
msgid "You must first declare a variable to call the Timer function and assign it the \"Long \" data type, otherwise a Date value is returned."
msgstr "Timer 関数を呼び出す場合は、あらかじめ定義しておいた「ロング整数」型の変数に戻り値を返させる必要があります。そうでない場合は、時刻ではなく日付が返されます。"
#: 03030303.xhp
+#, fuzzy
msgctxt ""
"03030303.xhp\n"
"hd_id3153768\n"
-"4\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03030303.xhp
+#, fuzzy
msgctxt ""
"03030303.xhp\n"
"par_id3161831\n"
-"5\n"
"help.text"
msgid "Timer"
msgstr "Timer"
#: 03030303.xhp
+#, fuzzy
msgctxt ""
"03030303.xhp\n"
"hd_id3146975\n"
-"6\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03030303.xhp
+#, fuzzy
msgctxt ""
"03030303.xhp\n"
"par_id3146984\n"
-"7\n"
"help.text"
msgid "Date"
msgstr "日付"
#: 03030303.xhp
+#, fuzzy
msgctxt ""
"03030303.xhp\n"
"hd_id3156442\n"
-"8\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03030303.xhp
+#, fuzzy
msgctxt ""
"03030303.xhp\n"
"par_id3145748\n"
-"12\n"
"help.text"
msgid "MsgBox lSec,0,\"Seconds since midnight\""
msgstr "MsgBox lSec,0,\"Seconds since midnight\""
#: 03030303.xhp
+#, fuzzy
msgctxt ""
"03030303.xhp\n"
"par_id3156283\n"
-"17\n"
"help.text"
msgid "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2) ,0,\"The time is\""
msgstr "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2) ,0, \"只今の時刻 \""
@@ -16391,109 +16387,109 @@ msgid "<bookmark_value>Erl function</bookmark_value>"
msgstr "<bookmark_value>Erl 関数</bookmark_value>"
#: 03050100.xhp
+#, fuzzy
msgctxt ""
"03050100.xhp\n"
"hd_id3157896\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03050100.xhp\" name=\"Erl Function [Runtime]\">Erl Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03050100.xhp\" name=\"Erl 関数 [実行時]\">Erl 関数 [実行時]</link>"
#: 03050100.xhp
+#, fuzzy
msgctxt ""
"03050100.xhp\n"
"par_id3153394\n"
-"2\n"
"help.text"
msgid "Returns the line number where an error occurred during program execution."
msgstr "プログラム実行時にエラーの発生した行番号を返します。"
#: 03050100.xhp
+#, fuzzy
msgctxt ""
"03050100.xhp\n"
"hd_id3147574\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03050100.xhp
+#, fuzzy
msgctxt ""
"03050100.xhp\n"
"par_id3146795\n"
-"4\n"
"help.text"
msgid "Erl"
msgstr "Erl"
#: 03050100.xhp
+#, fuzzy
msgctxt ""
"03050100.xhp\n"
"hd_id3147265\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03050100.xhp
+#, fuzzy
msgctxt ""
"03050100.xhp\n"
"par_id3154924\n"
-"6\n"
"help.text"
msgid "Integer"
msgstr "整数"
#: 03050100.xhp
+#, fuzzy
msgctxt ""
"03050100.xhp\n"
"hd_id3150792\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03050100.xhp
+#, fuzzy
msgctxt ""
"03050100.xhp\n"
"par_id3153771\n"
-"8\n"
"help.text"
msgid "The Erl function only returns a line number, and not a line label."
msgstr "Erl 関数が返すのは行番号だけであり、行ラベルは返しません。"
#: 03050100.xhp
+#, fuzzy
msgctxt ""
"03050100.xhp\n"
"hd_id3146921\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03050100.xhp
+#, fuzzy
msgctxt ""
"03050100.xhp\n"
"par_id3150010\n"
-"11\n"
"help.text"
msgid "On Error GoTo ErrorHandler ' Set up error handler"
msgstr "on error goto ErrorHandler REM エラーハンドラーの設定"
#: 03050100.xhp
+#, fuzzy
msgctxt ""
"03050100.xhp\n"
"par_id3153188\n"
-"14\n"
"help.text"
msgid "' Error caused by non-existent file"
msgstr "REM 存在しないファイルにアクセスするとエラーが発生"
#: 03050100.xhp
+#, fuzzy
msgctxt ""
"03050100.xhp\n"
"par_id3155416\n"
-"21\n"
"help.text"
msgid "MsgBox \"Error \" & err & \": \" & Error$ + chr(13) + \"In Line : \" + Erl + chr(13) + Now , 16 ,\"An error occurred\""
msgstr "MsgBox \"Error \" & err & \": \" & error$ + chr(13) + \"In line : Erl + chr(13) + Now , 16 ,\"に、エラーが発生した。\""
@@ -16728,126 +16724,127 @@ msgid "On Error GoTo ... Resume Statement [Runtime]"
msgstr "On Error GoTo ... Resume ステートメント [実行時]"
#: 03050500.xhp
+#, fuzzy
msgctxt ""
"03050500.xhp\n"
"bm_id3146795\n"
"help.text"
-msgid "<bookmark_value>Resume Next parameter</bookmark_value><bookmark_value>On Error GoTo ... Resume statement</bookmark_value>"
+msgid "<bookmark_value>Resume Next parameter</bookmark_value> <bookmark_value>On Error GoTo ... Resume statement</bookmark_value>"
msgstr "<bookmark_value>関数; Resume Next</bookmark_value><bookmark_value>Resume Next; 関数</bookmark_value><bookmark_value>On Error GoTo ...Resume; 関数</bookmark_value>"
#: 03050500.xhp
+#, fuzzy
msgctxt ""
"03050500.xhp\n"
"hd_id3146795\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03050500.xhp\" name=\"On Error GoTo ... Resume Statement [Runtime]\">On Error GoTo ... Resume Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03050500.xhp\" name=\"On Error GoTo ...Resume ステートメント [実行時]\">On Error GoTo ...Resume ステートメント [実行時]</link>"
#: 03050500.xhp
+#, fuzzy
msgctxt ""
"03050500.xhp\n"
"par_id3150358\n"
-"2\n"
"help.text"
msgid "Enables an error-handling routine after an error occurs, or resumes program execution."
msgstr "エラー発生時のエラーハンドリング用ルーチンおよび、プログラムの実行再開を指定します。"
#: 03050500.xhp
+#, fuzzy
msgctxt ""
"03050500.xhp\n"
"hd_id3151212\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03050500.xhp
+#, fuzzy
msgctxt ""
"03050500.xhp\n"
"par_id3145173\n"
-"4\n"
"help.text"
msgid "On {[Local] Error GoTo Labelname | GoTo 0 | Resume Next}"
msgstr "On {[Local] Error GoTo Labelname | GoTo 0 | Resume Next}"
#: 03050500.xhp
+#, fuzzy
msgctxt ""
"03050500.xhp\n"
"hd_id3154125\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03050500.xhp
+#, fuzzy
msgctxt ""
"03050500.xhp\n"
"par_id3150869\n"
-"7\n"
"help.text"
msgid "<emph>GoTo Labelname:</emph> If an error occurs, enables the error-handling routine that starts at the line \"Labelname\"."
msgstr "<emph>GoTo Labelname:</emph> エラーが発生した場合、「Labelname」で指定されるエラーハンドリング用ルーチンを使用可能にします。"
#: 03050500.xhp
+#, fuzzy
msgctxt ""
"03050500.xhp\n"
"par_id3150439\n"
-"8\n"
"help.text"
msgid "<emph>Resume Next:</emph> If an error occurs, program execution continues with the statement that follows the statement in which the error occurred."
msgstr "<emph>Resume Next:</emph> エラーが発生した場合、エラー発生行の次のステートメントからプログラムを継続実行させます。"
#: 03050500.xhp
+#, fuzzy
msgctxt ""
"03050500.xhp\n"
"par_id3149482\n"
-"9\n"
"help.text"
msgid "<emph>GoTo 0:</emph> Disables the error handler in the current procedure."
msgstr "<emph>GoTo 0:</emph>現在のプロシージャー中でのエラーハンドラーを使用不可にします。"
#: 03050500.xhp
+#, fuzzy
msgctxt ""
"03050500.xhp\n"
"par_id3149483\n"
-"9\n"
"help.text"
msgid "<emph>Local:</emph> \"On error\" is global in scope, and remains active until canceled by another \"On error\" statement. \"On Local error\" is local to the routine which invokes it. Local error handling overrides any previous global setting. When the invoking routine exits, the local error handling is canceled automatically, and any previous global setting is restored."
msgstr "<emph>ローカル:</emph>\"On error\"のスコープはグローバルで、他の\"On error\"文でキャンセルされるまで、アクティブなままです。\"On Local error\"はそれを起動するルーチンにローカルなものです。ローカルエラー処理は、何らかの以前のグローバル設定をオーバーライドします。起動ルーチンを終了する際には、ローカルエラー処理は、自動的にキャンセルされます。そして、以前のグローバル設定が修復されます。"
#: 03050500.xhp
+#, fuzzy
msgctxt ""
"03050500.xhp\n"
"par_id3148619\n"
-"10\n"
"help.text"
msgid "The On Error GoTo statement is used to react to errors that occur in a macro."
msgstr "On Error GoTo 文はマクロで生じるエラーに反応するために用いられます。"
#: 03050500.xhp
+#, fuzzy
msgctxt ""
"03050500.xhp\n"
"hd_id3146985\n"
-"11\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03050500.xhp
+#, fuzzy
msgctxt ""
"03050500.xhp\n"
"par_id3153876\n"
-"52\n"
"help.text"
msgid "Print #iNumber, \"This is a line of text\""
msgstr "Print #iNumber, \"This is a line of text\""
#: 03050500.xhp
+#, fuzzy
msgctxt ""
"03050500.xhp\n"
"par_id3146916\n"
-"67\n"
"help.text"
msgid "MsgBox \"All files will be closed\",0,\"Error\""
msgstr "MsgBox \"All files will be closed\",0,\"Error\""
@@ -16904,145 +16901,145 @@ msgid "<bookmark_value>AND operator (logical)</bookmark_value>"
msgstr "<bookmark_value>And 論理演算子</bookmark_value>"
#: 03060100.xhp
+#, fuzzy
msgctxt ""
"03060100.xhp\n"
"hd_id3146117\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03060100.xhp\" name=\"AND Operator [Runtime]\">AND Operator [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03060100.xhp\" name=\"AND 演算子 [実行時]\">AND 演算子 [実行時]</link>"
#: 03060100.xhp
+#, fuzzy
msgctxt ""
"03060100.xhp\n"
"par_id3143268\n"
-"2\n"
"help.text"
msgid "Logically combines two expressions."
msgstr "2 つの表式間の論理積演算を行います。"
#: 03060100.xhp
+#, fuzzy
msgctxt ""
"03060100.xhp\n"
"hd_id3147574\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03060100.xhp
+#, fuzzy
msgctxt ""
"03060100.xhp\n"
"par_id3156344\n"
-"4\n"
"help.text"
msgid "Result = Expression1 And Expression2"
msgstr "Result = Expression1 And Expression2"
#: 03060100.xhp
+#, fuzzy
msgctxt ""
"03060100.xhp\n"
"hd_id3148946\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03060100.xhp
+#, fuzzy
msgctxt ""
"03060100.xhp\n"
"par_id3149457\n"
-"6\n"
"help.text"
msgid "<emph>Result:</emph> Any numeric variable that records the result of the combination."
msgstr "<emph>Result:</emph> 演算結果を格納する数値変数。"
#: 03060100.xhp
+#, fuzzy
msgctxt ""
"03060100.xhp\n"
"par_id3150541\n"
-"7\n"
"help.text"
msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to combine."
msgstr "<emph>Expression1, Expression2:</emph> 論理積の演算を行う表式。"
#: 03060100.xhp
+#, fuzzy
msgctxt ""
"03060100.xhp\n"
"par_id3156215\n"
-"8\n"
"help.text"
msgid "Boolean expressions combined with AND only return the value <emph>True</emph> if both expressions evaluate to <emph>True</emph>:"
msgstr "ブール型の表式に対して AND 演算子による論理積を取る場合、2 つの表式がともに <emph>True</emph> と評価された場合のみ、結果が <emph>True</emph> となります。"
#: 03060100.xhp
+#, fuzzy
msgctxt ""
"03060100.xhp\n"
"par_id3150870\n"
-"9\n"
"help.text"
msgid "<emph>True</emph> AND <emph>True</emph> returns <emph>True</emph>; for all other combinations the result is <emph>False</emph>."
msgstr "つまり、<emph>True</emph> AND <emph>True</emph> の場合のみ結果が <emph>True</emph>となり、その他の組合せはすべて <emph>False</emph> を返します。"
#: 03060100.xhp
+#, fuzzy
msgctxt ""
"03060100.xhp\n"
"par_id3153768\n"
-"10\n"
"help.text"
msgid "The AND operator also performs a bitwise comparison of identically positioned bits in two numeric expressions."
msgstr "AND 演算子はまた、2 つの数値表式を対象とするビット演算をすることもでき、この場合は両者の値を 2 進数に変換して、対応する個々のビット間を比較します。"
#: 03060100.xhp
+#, fuzzy
msgctxt ""
"03060100.xhp\n"
"hd_id3153727\n"
-"11\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03060100.xhp
+#, fuzzy
msgctxt ""
"03060100.xhp\n"
"par_id3146984\n"
-"16\n"
"help.text"
msgid "vVarOut = A > B And B > C ' returns -1"
msgstr "vVarOut = A > B And B > C REM 戻り値は -1"
#: 03060100.xhp
+#, fuzzy
msgctxt ""
"03060100.xhp\n"
"par_id3154014\n"
-"17\n"
"help.text"
msgid "vVarOut = B > A And B > C ' returns 0"
msgstr "vVarOut = B > A And B > C REM 戻り値は 0"
#: 03060100.xhp
+#, fuzzy
msgctxt ""
"03060100.xhp\n"
"par_id3149262\n"
-"18\n"
"help.text"
msgid "vVarOut = A > B And B > D ' returns 0"
msgstr "vVarOut = A > B And B > D REM returns 0"
#: 03060100.xhp
+#, fuzzy
msgctxt ""
"03060100.xhp\n"
"par_id3145751\n"
-"19\n"
"help.text"
msgid "vVarOut = (B > D And B > A) ' returns 0"
msgstr "vVarOut = (B > D And B > A) REM 戻り値は 0"
#: 03060100.xhp
+#, fuzzy
msgctxt ""
"03060100.xhp\n"
"par_id3147394\n"
-"20\n"
"help.text"
msgid "vVarOut = B And A ' returns 8 due to the bitwise And combination of both arguments"
msgstr "vVarOut = B And A REM 2 つの引数に対するビット単位の論理積の結果、戻り値は 8"
@@ -17064,136 +17061,136 @@ msgid "<bookmark_value>Eqv operator (logical)</bookmark_value>"
msgstr "<bookmark_value>Eqv 論理演算子</bookmark_value>"
#: 03060200.xhp
+#, fuzzy
msgctxt ""
"03060200.xhp\n"
"hd_id3156344\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03060200.xhp\" name=\"Eqv Operator [Runtime]\">Eqv Operator [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03060200.xhp\" name=\"Eqv Operator [Runtime]\">Eqv 演算子 [実行時]</link>"
#: 03060200.xhp
+#, fuzzy
msgctxt ""
"03060200.xhp\n"
"par_id3149656\n"
-"2\n"
"help.text"
msgid "Calculates the logical equivalence of two expressions."
msgstr "2 つの表式間の論理等価演算を行います。"
#: 03060200.xhp
+#, fuzzy
msgctxt ""
"03060200.xhp\n"
"hd_id3154367\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03060200.xhp
+#, fuzzy
msgctxt ""
"03060200.xhp\n"
"par_id3154910\n"
-"4\n"
"help.text"
msgid "Result = Expression1 Eqv Expression2"
msgstr "Result = Expression1 Eqv Expression2"
#: 03060200.xhp
+#, fuzzy
msgctxt ""
"03060200.xhp\n"
"hd_id3151043\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03060200.xhp
+#, fuzzy
msgctxt ""
"03060200.xhp\n"
"par_id3150869\n"
-"6\n"
"help.text"
msgid "<emph>Result:</emph> Any numeric variable that contains the result of the comparison."
msgstr "<emph>Result:</emph> 演算結果を格納する数値変数。"
#: 03060200.xhp
+#, fuzzy
msgctxt ""
"03060200.xhp\n"
"par_id3150448\n"
-"7\n"
"help.text"
msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to compare."
msgstr "<emph>Expression1, Expression2:</emph> 論理等価を行う式。"
#: 03060200.xhp
+#, fuzzy
msgctxt ""
"03060200.xhp\n"
"par_id3149562\n"
-"8\n"
"help.text"
msgid "When testing for equivalence between Boolean expressions, the result is <emph>True</emph> if both expressions are either <emph>True</emph> or <emph>False</emph>."
msgstr "ブール型の表式に対して論理等価の判定をする場合、2 つの表式がともに <emph>True</emph> であるか、あるいはともに <emph>False</emph> である場合に、結果が <emph>True</emph> となります。"
#: 03060200.xhp
+#, fuzzy
msgctxt ""
"03060200.xhp\n"
"par_id3154319\n"
-"9\n"
"help.text"
msgid "In a bit-wise comparison, the Eqv operator only sets the corresponding bit in the result if a bit is set in both expressions, or in neither expression."
msgstr "ビット型の表式に対して Eqv 演算子による論理等価の比較を行う場合、両者の表式で対応するビットがともに 1 であるか、あるいはともに 0 である場合に、演算結果のビットが 1 となります。"
#: 03060200.xhp
+#, fuzzy
msgctxt ""
"03060200.xhp\n"
"hd_id3159154\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03060200.xhp
+#, fuzzy
msgctxt ""
"03060200.xhp\n"
"par_id3152462\n"
-"15\n"
"help.text"
msgid "vOut = A > B Eqv B > C ' returns -1"
msgstr "vOut = A > B Eqv B > C REM 戻り値は -1"
#: 03060200.xhp
+#, fuzzy
msgctxt ""
"03060200.xhp\n"
"par_id3153191\n"
-"16\n"
"help.text"
msgid "vOut = B > A Eqv B > C ' returns 0"
msgstr "vOut = B > A Eqv B > C REM returns 0"
#: 03060200.xhp
+#, fuzzy
msgctxt ""
"03060200.xhp\n"
"par_id3145799\n"
-"17\n"
"help.text"
msgid "vOut = A > B Eqv B > D ' returns 0"
msgstr "vOut = A > B Eqv B > D REM returns 0"
#: 03060200.xhp
+#, fuzzy
msgctxt ""
"03060200.xhp\n"
"par_id3149412\n"
-"18\n"
"help.text"
msgid "vOut = (B > D Eqv B > A) ' returns -1"
msgstr "vOut = (B > D Eqv B > A) REM returns -1"
#: 03060200.xhp
+#, fuzzy
msgctxt ""
"03060200.xhp\n"
"par_id3149959\n"
-"19\n"
"help.text"
msgid "vOut = B Eqv A ' returns -3"
msgstr "vOut = B Eqv A REM returns -3"
@@ -17215,136 +17212,136 @@ msgid "<bookmark_value>Imp operator (logical)</bookmark_value>"
msgstr "<bookmark_value>Imp論理演算子</bookmark_value>"
#: 03060300.xhp
+#, fuzzy
msgctxt ""
"03060300.xhp\n"
"hd_id3156024\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03060300.xhp\" name=\"Imp-Operator [Runtime]\">Imp Operator [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03060300.xhp\" name=\"Imp 演算子 [実行時]\">Imp 演算子 [実行時]</link>"
#: 03060300.xhp
+#, fuzzy
msgctxt ""
"03060300.xhp\n"
"par_id3148947\n"
-"2\n"
"help.text"
msgid "Performs a logical implication on two expressions."
msgstr "2 つの表式間の論理包含演算を行います。"
#: 03060300.xhp
+#, fuzzy
msgctxt ""
"03060300.xhp\n"
"hd_id3148664\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03060300.xhp
+#, fuzzy
msgctxt ""
"03060300.xhp\n"
"par_id3149656\n"
-"4\n"
"help.text"
msgid "Result = Expression1 Imp Expression2"
msgstr "Result = Expression1 Imp Expression2"
#: 03060300.xhp
+#, fuzzy
msgctxt ""
"03060300.xhp\n"
"hd_id3151212\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03060300.xhp
+#, fuzzy
msgctxt ""
"03060300.xhp\n"
"par_id3154910\n"
-"6\n"
"help.text"
msgid "<emph>Result:</emph> Any numeric variable that contains the result of the implication."
msgstr "Result:演算結果を格納する数値変数。"
#: 03060300.xhp
+#, fuzzy
msgctxt ""
"03060300.xhp\n"
"par_id3156281\n"
-"7\n"
"help.text"
msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to evaluate with the Imp operator."
msgstr "<emph>Expression1, Expression2:</emph> Imp 演算子に評価させる表式。"
#: 03060300.xhp
+#, fuzzy
msgctxt ""
"03060300.xhp\n"
"par_id3150440\n"
-"8\n"
"help.text"
msgid "If you use the Imp operator in Boolean expressions, False is only returned if the first expression evaluates to True and the second expression to False."
msgstr "ブール型の表式に対して Imp 演算を行う場合、1 番目の表式が True と評価され、2 番目の表式が False と評価される場合、結果が False となります。"
#: 03060300.xhp
+#, fuzzy
msgctxt ""
"03060300.xhp\n"
"par_id3163710\n"
-"9\n"
"help.text"
msgid "If you use the Imp operator in bit expressions, a bit is deleted from the result if the corresponding bit is set in the first expression and the corresponding bit is deleted in the second expression."
msgstr "ビット型の表式に対して Imp 演算を行う場合、1 番目のビットが 1 であり、2 番目のビットが 0 である場合、演算結果のビットが 0 となります。"
#: 03060300.xhp
+#, fuzzy
msgctxt ""
"03060300.xhp\n"
"hd_id3147318\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03060300.xhp
+#, fuzzy
msgctxt ""
"03060300.xhp\n"
"par_id3145750\n"
-"15\n"
"help.text"
msgid "vOut = A > B Imp B > C ' returns -1"
msgstr "vOut = A > B Imp B > C REM 戻り値は -1"
#: 03060300.xhp
+#, fuzzy
msgctxt ""
"03060300.xhp\n"
"par_id3156441\n"
-"16\n"
"help.text"
msgid "vOut = B > A Imp B > C ' returns -1"
msgstr "vOut = B > A Imp B > C REM returns -1"
#: 03060300.xhp
+#, fuzzy
msgctxt ""
"03060300.xhp\n"
"par_id3152596\n"
-"17\n"
"help.text"
msgid "vOut = A > B Imp B > D ' returns 0"
msgstr "vOut = A > B Imp B > D REM returns 0"
#: 03060300.xhp
+#, fuzzy
msgctxt ""
"03060300.xhp\n"
"par_id3154942\n"
-"18\n"
"help.text"
msgid "vOut = (B > D Imp B > A) ' returns -1"
msgstr "vOut = (B > D Imp B > A) REM returns -1"
#: 03060300.xhp
+#, fuzzy
msgctxt ""
"03060300.xhp\n"
"par_id3154492\n"
-"19\n"
"help.text"
msgid "vOut = B Imp A ' returns -1"
msgstr "vOut = B Imp A REM returns -1"
@@ -17366,127 +17363,127 @@ msgid "<bookmark_value>Not operator (logical)</bookmark_value>"
msgstr "<bookmark_value>Not 論理演算子</bookmark_value>"
#: 03060400.xhp
+#, fuzzy
msgctxt ""
"03060400.xhp\n"
"hd_id3156024\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03060400.xhp\" name=\"Not-Operator [Runtime]\">Not-Operator [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03060400.xhp\" name=\"Not 演算子 [実行時]\">Not 演算子 [実行時]</link>"
#: 03060400.xhp
+#, fuzzy
msgctxt ""
"03060400.xhp\n"
"par_id3159414\n"
-"2\n"
"help.text"
msgid "Negates an expression by inverting the bit values."
msgstr "ビット値を反転させて、表式の論理否定を取ります。"
#: 03060400.xhp
+#, fuzzy
msgctxt ""
"03060400.xhp\n"
"hd_id3149457\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03060400.xhp
+#, fuzzy
msgctxt ""
"03060400.xhp\n"
"par_id3150360\n"
-"4\n"
"help.text"
msgid "Result = Not Expression"
msgstr "Result = Not Expression"
#: 03060400.xhp
+#, fuzzy
msgctxt ""
"03060400.xhp\n"
"hd_id3151211\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03060400.xhp
+#, fuzzy
msgctxt ""
"03060400.xhp\n"
"par_id3147228\n"
-"6\n"
"help.text"
msgid "<emph>Result:</emph> Any numeric variable that contains the result of the negation."
msgstr "<emph>Result:</emph> 演算結果を格納する数値変数。"
#: 03060400.xhp
+#, fuzzy
msgctxt ""
"03060400.xhp\n"
"par_id3154124\n"
-"7\n"
"help.text"
msgid "<emph>Expression:</emph> Any expression that you want to negate."
msgstr "<emph>Expression:</emph> 論理否定を行う式。"
#: 03060400.xhp
+#, fuzzy
msgctxt ""
"03060400.xhp\n"
"par_id3150868\n"
-"8\n"
"help.text"
msgid "When a Boolean expression is negated, the value True changes to False, and the value False changes to True."
msgstr "ブール型の表式に対して論理否定による演算を行う場合、True の値は False に変換され、False の値は True に変換されます。"
#: 03060400.xhp
+#, fuzzy
msgctxt ""
"03060400.xhp\n"
"par_id3145785\n"
-"9\n"
"help.text"
msgid "In a bitwise negation each individual bit is inverted."
msgstr "ビット単位の論理否定を行う場合は、個々のビットが反転されます。"
#: 03060400.xhp
+#, fuzzy
msgctxt ""
"03060400.xhp\n"
"hd_id3153093\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03060400.xhp
+#, fuzzy
msgctxt ""
"03060400.xhp\n"
"par_id3145749\n"
-"15\n"
"help.text"
msgid "vOut = Not vA ' Returns -11"
msgstr "vOut = Not vA REM 戻り値は -11"
#: 03060400.xhp
+#, fuzzy
msgctxt ""
"03060400.xhp\n"
"par_id3148645\n"
-"16\n"
"help.text"
msgid "vOut = Not(vC > vD) ' Returns -1"
msgstr "vOut = Not(vC > vD) REM Returns -1"
#: 03060400.xhp
+#, fuzzy
msgctxt ""
"03060400.xhp\n"
"par_id3156441\n"
-"17\n"
"help.text"
msgid "vOut = Not(vB > vA) ' Returns -1"
msgstr "vOut = Not(vB > vA) REM 戻り値は -1"
#: 03060400.xhp
+#, fuzzy
msgctxt ""
"03060400.xhp\n"
"par_id3152596\n"
-"18\n"
"help.text"
msgid "vOut = Not(vA > vB) ' Returns 0"
msgstr "vOut = Not(vA > vB) REM 戻り値は0"
@@ -17508,91 +17505,91 @@ msgid "<bookmark_value>Or operator (logical)</bookmark_value>"
msgstr "<bookmark_value>Or 論理演算子</bookmark_value>"
#: 03060500.xhp
+#, fuzzy
msgctxt ""
"03060500.xhp\n"
"hd_id3150986\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03060500.xhp\" name=\"Or-Operator [Runtime]\">Or Operator [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03060500.xhp\" name=\"Or 論理演算子[実行時]\">Or 論理演算子[実行時]</link>"
#: 03060500.xhp
+#, fuzzy
msgctxt ""
"03060500.xhp\n"
"par_id3148552\n"
-"2\n"
"help.text"
msgid "Performs a logical OR disjunction on two expressions."
msgstr "2 つの表式間の論理和演算を行います。"
#: 03060500.xhp
+#, fuzzy
msgctxt ""
"03060500.xhp\n"
"hd_id3148664\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03060500.xhp
+#, fuzzy
msgctxt ""
"03060500.xhp\n"
"par_id3150358\n"
-"4\n"
"help.text"
msgid "Result = Expression1 Or Expression2"
msgstr "Result = Expression1 Or Expression2"
#: 03060500.xhp
+#, fuzzy
msgctxt ""
"03060500.xhp\n"
"hd_id3151211\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03060500.xhp
+#, fuzzy
msgctxt ""
"03060500.xhp\n"
"par_id3153192\n"
-"6\n"
"help.text"
msgid "<emph>Result:</emph> Any numeric variable that contains the result of the disjunction."
msgstr "Result:演算結果を格納する数値変数。"
#: 03060500.xhp
+#, fuzzy
msgctxt ""
"03060500.xhp\n"
"par_id3147229\n"
-"7\n"
"help.text"
msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to compare."
msgstr "<emph>Expression1, Expression2:</emph> 論理和の演算を行う表式。"
#: 03060500.xhp
+#, fuzzy
msgctxt ""
"03060500.xhp\n"
"par_id3154684\n"
-"8\n"
"help.text"
msgid "A logical OR disjunction of two Boolean expressions returns the value True if at least one comparison expression is True."
msgstr "ブール型の表式に対して論理和の判定をする場合、2 つの表式の一方ないし両方が True である場合に、結果が True となります。"
#: 03060500.xhp
+#, fuzzy
msgctxt ""
"03060500.xhp\n"
"par_id3153768\n"
-"9\n"
"help.text"
msgid "A bit-wise comparison sets a bit in the result if the corresponding bit is set in at least one of the two expressions."
msgstr "ビット型の表式に対して論理和の比較演算を行う場合、両者の表式で対応するビットの一方ないし両方が 1 である場合に、演算結果のビットが 1 となります。"
#: 03060500.xhp
+#, fuzzy
msgctxt ""
"03060500.xhp\n"
"hd_id3161831\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -17614,136 +17611,136 @@ msgid "<bookmark_value>Xor operator (logical)</bookmark_value>"
msgstr "<bookmark_value>Xor 論理演算子</bookmark_value>"
#: 03060600.xhp
+#, fuzzy
msgctxt ""
"03060600.xhp\n"
"hd_id3156024\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03060600.xhp\" name=\"Xor-Operator [Runtime]\">Xor-Operator [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03060600.xhp\" name=\"Xor 演算子 [実行時]\">Xor 演算子 [実行時]</link>"
#: 03060600.xhp
+#, fuzzy
msgctxt ""
"03060600.xhp\n"
"par_id3159414\n"
-"2\n"
"help.text"
msgid "Performs a logical Exclusive-Or combination of two expressions."
msgstr "2 つの表式間の排他的論理和を行います。"
#: 03060600.xhp
+#, fuzzy
msgctxt ""
"03060600.xhp\n"
"hd_id3153381\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03060600.xhp
+#, fuzzy
msgctxt ""
"03060600.xhp\n"
"par_id3150400\n"
-"4\n"
"help.text"
msgid "Result = Expression1 Xor Expression2"
msgstr "Result = Expression1 Xor Expression2"
#: 03060600.xhp
+#, fuzzy
msgctxt ""
"03060600.xhp\n"
"hd_id3153968\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03060600.xhp
+#, fuzzy
msgctxt ""
"03060600.xhp\n"
"par_id3150448\n"
-"6\n"
"help.text"
msgid "<emph>Result:</emph> Any numeric variable that contains the result of the combination."
msgstr "Result:演算結果を格納する数値変数。"
#: 03060600.xhp
+#, fuzzy
msgctxt ""
"03060600.xhp\n"
"par_id3125864\n"
-"7\n"
"help.text"
msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to combine."
msgstr "<emph>Expression1, Expression2:</emph> 排他的論理和の演算を行う表式。"
#: 03060600.xhp
+#, fuzzy
msgctxt ""
"03060600.xhp\n"
"par_id3150439\n"
-"8\n"
"help.text"
msgid "A logical Exclusive-Or conjunction of two Boolean expressions returns the value True only if both expressions are different from each other."
msgstr "ブール型の表式に対して排他的論理和の判定をする場合、2 つの表式が互いに異なる値である場合にのみ、結果が True となります。"
#: 03060600.xhp
+#, fuzzy
msgctxt ""
"03060600.xhp\n"
"par_id3153770\n"
-"9\n"
"help.text"
msgid "A bitwise Exclusive-Or conjunction returns a bit if the corresponding bit is set in only one of the two expressions."
msgstr "ビット型の表式に対して排他的論理和の演算を行う場合、両者の表式で対応するビットのいずれか一方だけが 1 である場合に、演算結果のビットが 1 となります。"
#: 03060600.xhp
+#, fuzzy
msgctxt ""
"03060600.xhp\n"
"hd_id3153366\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03060600.xhp
+#, fuzzy
msgctxt ""
"03060600.xhp\n"
"par_id3156442\n"
-"15\n"
"help.text"
msgid "vOut = vA > vB Xor vB > vC ' returns 0"
msgstr "vOut = vA > vB Xor vB > vC REM 戻り値は 0"
#: 03060600.xhp
+#, fuzzy
msgctxt ""
"03060600.xhp\n"
"par_id3153191\n"
-"16\n"
"help.text"
msgid "vOut = vB > vA Xor vB > vC ' returns -1"
msgstr "vOut = vB > vA Xor vB > vC REM 戻り値は -1"
#: 03060600.xhp
+#, fuzzy
msgctxt ""
"03060600.xhp\n"
"par_id3153144\n"
-"17\n"
"help.text"
msgid "vOut = vA > vB Xor vB > vD ' returns -1"
msgstr "vOut = vA > vB Xor vB > vD REM returns -1"
#: 03060600.xhp
+#, fuzzy
msgctxt ""
"03060600.xhp\n"
"par_id3154944\n"
-"18\n"
"help.text"
msgid "vOut = (vB > vD Xor vB > vA) ' returns 0"
msgstr "vOut = (vB > vD Xor vB > vA) REM returns 0"
#: 03060600.xhp
+#, fuzzy
msgctxt ""
"03060600.xhp\n"
"par_id3148455\n"
-"19\n"
"help.text"
msgid "vOut = vB Xor vA ' returns 2"
msgstr "vOut = vB Xor vA REM 戻り値は 2"
@@ -17800,73 +17797,73 @@ msgid "<bookmark_value>\"-\" operator (mathematical)</bookmark_value>"
msgstr "<bookmark_value>「-」演算子; 算術演算子</bookmark_value>"
#: 03070100.xhp
+#, fuzzy
msgctxt ""
"03070100.xhp\n"
"hd_id3156042\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03070100.xhp\">\"-\" Operator [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03070100.xhp\">「-」演算子 [実行時]</link>"
#: 03070100.xhp
+#, fuzzy
msgctxt ""
"03070100.xhp\n"
"par_id3153345\n"
-"2\n"
"help.text"
msgid "Subtracts two values."
msgstr "2つの値の間で減算 (引き算) を行います。"
#: 03070100.xhp
+#, fuzzy
msgctxt ""
"03070100.xhp\n"
"hd_id3149416\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03070100.xhp
+#, fuzzy
msgctxt ""
"03070100.xhp\n"
"par_id3156023\n"
-"4\n"
"help.text"
msgid "Result = Expression1 - Expression2"
msgstr "Result = Expression1 - Expression2"
#: 03070100.xhp
+#, fuzzy
msgctxt ""
"03070100.xhp\n"
"hd_id3154760\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03070100.xhp
+#, fuzzy
msgctxt ""
"03070100.xhp\n"
"par_id3147560\n"
-"6\n"
"help.text"
msgid "<emph>Result:</emph> Any numerical expression that contains the result of the subtraction."
msgstr "Result :演算結果を格納する数値変数。"
#: 03070100.xhp
+#, fuzzy
msgctxt ""
"03070100.xhp\n"
"par_id3150398\n"
-"7\n"
"help.text"
msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to subtract."
msgstr "Expression1, Expression2 :減算を行う表式。"
#: 03070100.xhp
+#, fuzzy
msgctxt ""
"03070100.xhp\n"
"hd_id3154366\n"
-"8\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -17888,73 +17885,73 @@ msgid "<bookmark_value>\"*\" operator (mathematical)</bookmark_value>"
msgstr "<bookmark_value>「*」演算子 算術演算子</bookmark_value>"
#: 03070200.xhp
+#, fuzzy
msgctxt ""
"03070200.xhp\n"
"hd_id3147573\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03070200.xhp\">\"*\" Operator [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03070200.xhp\">「*」演算子 [実行時]</link>"
#: 03070200.xhp
+#, fuzzy
msgctxt ""
"03070200.xhp\n"
"par_id3154347\n"
-"2\n"
"help.text"
msgid "Multiplies two values."
msgstr "2 つの値の間で乗算 (掛け算) を行います。"
#: 03070200.xhp
+#, fuzzy
msgctxt ""
"03070200.xhp\n"
"hd_id3148946\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03070200.xhp
+#, fuzzy
msgctxt ""
"03070200.xhp\n"
"par_id3150358\n"
-"4\n"
"help.text"
msgid "Result = Expression1 * Expression2"
msgstr "Result = Expression1 * Expression2"
#: 03070200.xhp
+#, fuzzy
msgctxt ""
"03070200.xhp\n"
"hd_id3150400\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03070200.xhp
+#, fuzzy
msgctxt ""
"03070200.xhp\n"
"par_id3154365\n"
-"6\n"
"help.text"
msgid "<emph>Result:</emph> Any numeric expression that records the result of a multiplication."
msgstr "<emph>Result:</emph> 演算結果を格納する数値変数。"
#: 03070200.xhp
+#, fuzzy
msgctxt ""
"03070200.xhp\n"
"par_id3154685\n"
-"7\n"
"help.text"
msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to multiply."
msgstr "<emph>Expression1, Expression2:</emph> 乗算を行う表式。"
#: 03070200.xhp
+#, fuzzy
msgctxt ""
"03070200.xhp\n"
"hd_id3153968\n"
-"8\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -17976,73 +17973,73 @@ msgid "<bookmark_value>\"+\" operator (mathematical)</bookmark_value>"
msgstr "<bookmark_value>「+」演算子; 算術演算子</bookmark_value>"
#: 03070300.xhp
+#, fuzzy
msgctxt ""
"03070300.xhp\n"
"hd_id3145316\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03070300.xhp\">\"+\" Operator [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03070300.xhp\">「+」演算子 [実行時]</link>"
#: 03070300.xhp
+#, fuzzy
msgctxt ""
"03070300.xhp\n"
"par_id3145068\n"
-"2\n"
"help.text"
msgid "Adds or combines two expressions."
msgstr "2 つの表式を加算ないし結合します。"
#: 03070300.xhp
+#, fuzzy
msgctxt ""
"03070300.xhp\n"
"hd_id3144500\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03070300.xhp
+#, fuzzy
msgctxt ""
"03070300.xhp\n"
"par_id3150358\n"
-"4\n"
"help.text"
msgid "Result = Expression1 + Expression2"
msgstr "Result = Expression1 + Expression2"
#: 03070300.xhp
+#, fuzzy
msgctxt ""
"03070300.xhp\n"
"hd_id3150400\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03070300.xhp
+#, fuzzy
msgctxt ""
"03070300.xhp\n"
"par_id3154123\n"
-"6\n"
"help.text"
msgid "<emph>Result:</emph> Any numerical expression that contains the result of the addition."
msgstr "<emph>Result:</emph> 演算結果を格納する表式"
#: 03070300.xhp
+#, fuzzy
msgctxt ""
"03070300.xhp\n"
"par_id3150870\n"
-"7\n"
"help.text"
msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to combine or to add."
msgstr "<emph>Expression1, Expression2:</emph> 加算および結合演算の対象となる表式"
#: 03070300.xhp
+#, fuzzy
msgctxt ""
"03070300.xhp\n"
"hd_id3153969\n"
-"8\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -18064,73 +18061,73 @@ msgid "<bookmark_value>\"/\" operator (mathematical)</bookmark_value>"
msgstr "<bookmark_value>「/」演算子; 算術演算子</bookmark_value>"
#: 03070400.xhp
+#, fuzzy
msgctxt ""
"03070400.xhp\n"
"hd_id3150669\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03070400.xhp\">\"/\" Operator [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03070400.xhp\">「/」演算子 [実行時]</link>"
#: 03070400.xhp
+#, fuzzy
msgctxt ""
"03070400.xhp\n"
"par_id3149670\n"
-"2\n"
"help.text"
msgid "Divides two values."
msgstr "2 つの値の間で除算 (割り算) を行います。"
#: 03070400.xhp
+#, fuzzy
msgctxt ""
"03070400.xhp\n"
"hd_id3148946\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03070400.xhp
+#, fuzzy
msgctxt ""
"03070400.xhp\n"
"par_id3153360\n"
-"4\n"
"help.text"
msgid "Result = Expression1 / Expression2"
msgstr "Result = Expression1 / Expression2"
#: 03070400.xhp
+#, fuzzy
msgctxt ""
"03070400.xhp\n"
"hd_id3150359\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03070400.xhp
+#, fuzzy
msgctxt ""
"03070400.xhp\n"
"par_id3154141\n"
-"6\n"
"help.text"
msgid "<emph>Result:</emph> Any numerical value that contains the result of the division."
msgstr "<emph>Result:</emph> 演算結果を格納する数値表式。"
#: 03070400.xhp
+#, fuzzy
msgctxt ""
"03070400.xhp\n"
"par_id3150448\n"
-"7\n"
"help.text"
msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to divide."
msgstr "<emph>Expression1, Expression2:</emph> 除算を行う表式。"
#: 03070400.xhp
+#, fuzzy
msgctxt ""
"03070400.xhp\n"
"hd_id3154684\n"
-"8\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -18152,91 +18149,91 @@ msgid "<bookmark_value>\"^\" operator (mathematical)</bookmark_value>"
msgstr "<bookmark_value>「/」演算子 算術演算子</bookmark_value>"
#: 03070500.xhp
+#, fuzzy
msgctxt ""
"03070500.xhp\n"
"hd_id3145315\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03070500.xhp\">\"^\" Operator [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03070500.xhp\">「^」演算子 [実行時]</link>"
#: 03070500.xhp
+#, fuzzy
msgctxt ""
"03070500.xhp\n"
"par_id3149670\n"
-"2\n"
"help.text"
msgid "Raises a number to a power."
msgstr "与えられた数値の指数 (累乗、べき乗) 計算を行います。"
#: 03070500.xhp
+#, fuzzy
msgctxt ""
"03070500.xhp\n"
"hd_id3147264\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03070500.xhp
+#, fuzzy
msgctxt ""
"03070500.xhp\n"
"par_id3149656\n"
-"4\n"
"help.text"
msgid "Result = Expression ^ Exponent"
msgstr "Result = Expression ^ Exponent"
#: 03070500.xhp
+#, fuzzy
msgctxt ""
"03070500.xhp\n"
"hd_id3151211\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03070500.xhp
+#, fuzzy
msgctxt ""
"03070500.xhp\n"
"par_id3153192\n"
-"6\n"
"help.text"
msgid "<emph>Result:</emph> Any numerical expression that contains the result of the number raised to a power."
msgstr "<emph>Result:</emph> 演算結果を格納する数値表式"
#: 03070500.xhp
+#, fuzzy
msgctxt ""
"03070500.xhp\n"
"par_id3150448\n"
-"7\n"
"help.text"
msgid "<emph>Expression:</emph> Numerical value that you want to raise to a power."
msgstr "<emph>Expression:</emph> 指数計算を行う数値。"
#: 03070500.xhp
+#, fuzzy
msgctxt ""
"03070500.xhp\n"
"par_id3156422\n"
-"8\n"
"help.text"
msgid "<emph>Exponent:</emph> The value of the power that you want to raise the expression to."
msgstr "<emph>Exponent:</emph> 先に与えられた数値を何乗するかを指定する数値 (べき計算の指数)。"
#: 03070500.xhp
+#, fuzzy
msgctxt ""
"03070500.xhp\n"
"hd_id3147287\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03070500.xhp
+#, fuzzy
msgctxt ""
"03070500.xhp\n"
"par_id3146984\n"
-"12\n"
"help.text"
msgid "Print Exp ( 23 * Log( 12.345 ) ) ' Raises by forming a logarithm"
msgstr "Print Exp ( 23 * Log( 12.345 ) ) REM 対数計算の掛け算を使った指数計算"
@@ -18258,145 +18255,145 @@ msgid "<bookmark_value>MOD operator (mathematical)</bookmark_value>"
msgstr "<bookmark_value>MOD 算術演算子</bookmark_value>"
#: 03070600.xhp
+#, fuzzy
msgctxt ""
"03070600.xhp\n"
"hd_id3150669\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"Mod-Operator [Runtime]\">Mod Operator [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"Mod 演算子 [実行時]\">Mod 演算子 [実行時]</link>"
#: 03070600.xhp
+#, fuzzy
msgctxt ""
"03070600.xhp\n"
"par_id3148686\n"
-"2\n"
"help.text"
msgid "Returns the integer remainder of a division."
msgstr "整数除算を実行した際の余りの値を返します。"
#: 03070600.xhp
+#, fuzzy
msgctxt ""
"03070600.xhp\n"
"hd_id3146795\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03070600.xhp
+#, fuzzy
msgctxt ""
"03070600.xhp\n"
"par_id3147560\n"
-"4\n"
"help.text"
msgid "Result = Expression1 MOD Expression2"
msgstr "Result = Expression1 MOD Expression2"
#: 03070600.xhp
+#, fuzzy
msgctxt ""
"03070600.xhp\n"
"hd_id3149657\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03070600.xhp
+#, fuzzy
msgctxt ""
"03070600.xhp\n"
"par_id3153380\n"
-"6\n"
"help.text"
msgid "Integer"
msgstr "整数"
#: 03070600.xhp
+#, fuzzy
msgctxt ""
"03070600.xhp\n"
"hd_id3154365\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03070600.xhp
+#, fuzzy
msgctxt ""
"03070600.xhp\n"
"par_id3145172\n"
-"8\n"
"help.text"
msgid "<emph>Result:</emph> Any numeric variable that contains the result of the MOD operation."
msgstr "<emph>Result:</emph> MOD 演算の結果を格納する数値変数。"
#: 03070600.xhp
+#, fuzzy
msgctxt ""
"03070600.xhp\n"
"par_id3151042\n"
-"9\n"
"help.text"
msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to divide."
msgstr "<emph>Expression1、Expression2:</emph> 除算を行う数値表式。"
#: 03070600.xhp
+#, fuzzy
msgctxt ""
"03070600.xhp\n"
"hd_id3147287\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03070600.xhp
+#, fuzzy
msgctxt ""
"03070600.xhp\n"
"par_id3161832\n"
-"12\n"
"help.text"
msgid "Print 10 Mod 2.5 ' returns 0"
msgstr "print 10 mod 2.5 REM 戻り値は 0"
#: 03070600.xhp
+#, fuzzy
msgctxt ""
"03070600.xhp\n"
"par_id3146922\n"
-"13\n"
"help.text"
msgid "Print 10 / 2.5 ' returns 4"
msgstr "print 10 / 2.5 REM 戻り値は 4"
#: 03070600.xhp
+#, fuzzy
msgctxt ""
"03070600.xhp\n"
"par_id3145273\n"
-"14\n"
"help.text"
msgid "Print 10 Mod 5 ' returns 0"
msgstr "print 10 mod 5 REM 戻り値は 0"
#: 03070600.xhp
+#, fuzzy
msgctxt ""
"03070600.xhp\n"
"par_id3150011\n"
-"15\n"
"help.text"
msgid "Print 10 / 5 ' returns 2"
msgstr "print 10 / 5 REM 戻り値は 2"
#: 03070600.xhp
+#, fuzzy
msgctxt ""
"03070600.xhp\n"
"par_id3149483\n"
-"16\n"
"help.text"
msgid "Print 5 Mod 10 ' returns 5"
msgstr "print 5 mod 10 REM 戻り値は 5"
#: 03070600.xhp
+#, fuzzy
msgctxt ""
"03070600.xhp\n"
"par_id3151114\n"
-"17\n"
"help.text"
msgid "Print 5 / 10 ' returns 0.5"
msgstr "print 5 / 10 REM 戻り値は 0.5"
@@ -18470,190 +18467,190 @@ msgid "<bookmark_value>Atn function</bookmark_value>"
msgstr "<bookmark_value>Atn 関数</bookmark_value>"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"hd_id3150616\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Function [Runtime]\">Atn Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn 関数 [実行時]\">Atn 関数 [実行時]</link>"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"par_id3149346\n"
-"2\n"
"help.text"
msgid "Trigonometric function that returns the arctangent of a numeric expression. The return value is in the range -Pi/2 to +Pi/2."
msgstr "この三角関数は、与えられた数値表式の Atn (アークタンジェント、逆正接) 値を計算します。戻り値は、-π/2 から +π/2 の範囲を取ります。"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"par_id3143271\n"
-"3\n"
"help.text"
msgid "The arctangent is the inverse of the tangent function. The Atn Function returns the angle \"Alpha\", expressed in radians, using the tangent of this angle. The function can also return the angle \"Alpha\" by comparing the ratio of the length of the side that is opposite of the angle to the length of the side that is adjacent to the angle in a right-angled triangle."
msgstr "Atn 関数は、Tan 関数の逆関数です。つまり Atn 関数に、頂角αの Tan 値を渡すと、この頂角の値を逆算して返します (単位はラジアン) 。これは、頂角の 1 つをαとする直角三角形を想定して、この頂点に隣接する辺と対辺の比率から、頂点αを計算する関数ということもできます。"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"par_id3145315\n"
-"4\n"
"help.text"
msgid "Atn(side opposite the angle/side adjacent to angle)= Alpha"
msgstr "Atn (頂点の対辺の長さ/頂点に隣接する辺の長さ)= 頂点の角度α"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"hd_id3149669\n"
-"5\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"par_id3148947\n"
-"6\n"
"help.text"
msgid "Atn (Number)"
msgstr "Atn (Number)"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"hd_id3148664\n"
-"7\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"par_id3150359\n"
-"8\n"
"help.text"
msgid "Double"
msgstr "倍精度"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"hd_id3148798\n"
-"9\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"par_id3156212\n"
-"10\n"
"help.text"
msgid "<emph>Number:</emph> Any numerical expression that represents the ratio of two sides of a right triangle. The Atn function returns the corresponding angle in radians (arctangent)."
msgstr "<emph>Number:</emph> 直角三角形の 1 つの頂点に隣接する辺と対辺の比率を示す数値表式。Atn 関数による計算では、この値に該当する角度 (アークタンジェント、逆正接) をラジアン値で返します"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"par_id3153192\n"
-"11\n"
"help.text"
msgid "To convert radians to degrees, multiply radians by 180/pi."
msgstr "ラジアン値を通常の角度に変換するには、ラジアン値×180/π と計算します。"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"par_id3147230\n"
-"12\n"
"help.text"
msgid "degree=(radian*180)/pi"
msgstr "通常の角度の値 = (ラジアン値*180)/pi"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"par_id3125864\n"
-"13\n"
"help.text"
msgid "radian=(degree*pi)/180"
msgstr "ラジアン値 = (通常の角度の値*pi)/180"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"par_id3159252\n"
-"14\n"
"help.text"
msgid "Pi is here the fixed circle constant with the rounded value 3.14159."
msgstr "ここで pi は円周率πを示す固定値で、近似値で約 3.141592657 になります。"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"hd_id3153142\n"
-"15\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"par_id3146985\n"
-"16\n"
"help.text"
msgid "' The following example calculates for a right-angled triangle"
msgstr "REM この例では、頂角の 1 つをαとする直角三角形を想定して、"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"par_id3145750\n"
-"17\n"
"help.text"
msgid "' the angle Alpha from the tangent of the angle Alpha:"
msgstr "REM この頂点に隣接する辺と対辺の長さから、頂角αの値を計算します。"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"par_id3151112\n"
-"19\n"
"help.text"
msgid "' rounded Pi = 3.14159 Is a predefined constant"
msgstr "REM Pi = 3.1415926 は事前定義されている定数で、円周率の近似値"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"par_id3149262\n"
-"22\n"
"help.text"
msgid "d1 = InputBox(\"Enter the length of the side adjacent to the angle: \",\"Adjacent\")"
msgstr "d1 = InputBox(\"Enter the length of the side adjacent to the angle:\",\"Adjacent\")"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"par_id3149482\n"
-"23\n"
"help.text"
msgid "d2 = InputBox(\"Enter the length of the side opposite the angle: \",\"Opposite\")"
msgstr "d2 = InputBox(\"Enter the length of the side opposite the angle:\",\"Opposite\")"
#: 03080101.xhp
+#, fuzzy
msgctxt ""
"03080101.xhp\n"
"par_id3155415\n"
-"24\n"
"help.text"
msgid "Print \"The Alpha angle is\"; (atn (d2/d1) * 180 / Pi); \" degrees\""
msgstr "Print \"The Alpha angle is\"; (atn (d2/d1) * 180 / Pi); \" degrees\""
@@ -18675,190 +18672,190 @@ msgid "<bookmark_value>Cos function</bookmark_value>"
msgstr "<bookmark_value>Cos 関数</bookmark_value>"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"hd_id3154923\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos Function [Runtime]\">Cos Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos 関数 [実行時]\">Cos 関数 [実行時]</link>"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"par_id3159413\n"
-"2\n"
"help.text"
msgid "Calculates the cosine of an angle. The angle is specified in radians. The result lies between -1 and 1."
msgstr "与えられた角度の Cos (コサイン、余弦) 値を計算します。角度の単位はラジアンです。この関数の戻り値は、-1 から 1 の範囲を取ります。"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"par_id3150358\n"
-"3\n"
"help.text"
msgid "Using the angle Alpha, the Cos-Function calculates the ratio of the length of the side that is adjacent to the angle, divided by the length of the hypotenuse in a right-angled triangle."
msgstr "たとえば角度αの Cos 値は、角度αを 1 つの頂角とする直角三角形を想定して、この頂点で交わる辺と斜辺の長さの比 (辺÷斜辺) として計算します。"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"par_id3154141\n"
-"4\n"
"help.text"
msgid "Cos(Alpha) = Adjacent/Hypotenuse"
msgstr "Cos (α) = 頂角αに隣接する辺の長さ/斜辺の長さ"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"hd_id3154125\n"
-"5\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"par_id3145172\n"
-"6\n"
"help.text"
msgid "Cos (Number)"
msgstr "Cos (Number)"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"hd_id3156214\n"
-"7\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"par_id3150449\n"
-"8\n"
"help.text"
msgid "Double"
msgstr "倍精度"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"hd_id3153969\n"
-"9\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"par_id3153770\n"
-"10\n"
"help.text"
msgid "<emph>Number:</emph> Numeric expression that specifies an angle in radians that you want to calculate the cosine for."
msgstr "<emph>Number:</emph> Cos 値を計算させる角度を示す数値表式 (単位はラジアン)。"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"par_id3145749\n"
-"11\n"
"help.text"
msgid "To convert degrees to radians, multiply degrees by pi/180. To convert radians to degrees, multiply radians by 180/pi."
msgstr "通常の角度をラジアン値に変換するには、角度×π/180 と計算します。ラジアン値を通常の角度に変換するには、ラジアン値×180/π と計算します。"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"par_id3149664\n"
-"12\n"
"help.text"
msgid "degree=(radian*180)/pi"
msgstr "通常の角度の値 = (ラジアン値*180)/pi"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"par_id3146985\n"
-"13\n"
"help.text"
msgid "radian=(degree*pi)/180"
msgstr "ラジアン値 = (通常の角度の値*pi)/180"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"par_id3152885\n"
-"14\n"
"help.text"
msgid "Pi is here the fixed circle constant with the rounded value 3.14159..."
msgstr "ここで pi は、円周率πを示す 3.14159... という固定値です。"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"hd_id3153951\n"
-"15\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"par_id3155855\n"
-"16\n"
"help.text"
msgid "' The following example allows for a right-angled triangle the input of"
msgstr "REM この例では、直角三角形の一辺の長さとその頂角 (通常の角度) を"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"par_id3149484\n"
-"17\n"
"help.text"
msgid "' secant and angle (in degrees) and calculates the length of the hypotenuse:"
msgstr "REM ユーザーに入力させて、斜辺の長さを計算しています。"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"par_id3150010\n"
-"19\n"
"help.text"
msgid "' rounded Pi = 3.14159"
msgstr "REM Pi = 3.14159 と近似"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"par_id3144764\n"
-"21\n"
"help.text"
msgid "d1 = InputBox(\"Enter the length of the adjacent side: \",\"Adjacent\")"
msgstr "d1 = InputBox(\"Enter the length of the adjacent side: \",\"Adjacent\")"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"par_id3154491\n"
-"22\n"
"help.text"
msgid "dAngle = InputBox(\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
msgstr "dAngle = InputBox(\"Enter the angle Alpha (in degrees):\",\"Alpha\")"
#: 03080102.xhp
+#, fuzzy
msgctxt ""
"03080102.xhp\n"
"par_id3151074\n"
-"23\n"
"help.text"
msgid "Print \"The length of the hypothenuse is\"; (d1 / cos (dAngle * Pi / 180))"
msgstr "Print \"The length of the hypothenuse is\"; (d1 / cos (dAngle * Pi / 180))"
@@ -18880,190 +18877,190 @@ msgid "<bookmark_value>Sin function</bookmark_value>"
msgstr "<bookmark_value>Sin 関数</bookmark_value>"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"hd_id3153896\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function [Runtime]\">Sin Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin 関数 [実行時]\">Sin 関数 [実行時]</link>"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"par_id3149456\n"
-"2\n"
"help.text"
msgid "Returns the sine of an angle. The angle is specified in radians. The result lies between -1 and 1."
msgstr "与えられた角度の Sin (サイン、正弦) 値を計算します。角度の単位はラジアンです。この関数の戻り値は、-1 から 1 の範囲を取ります。"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"par_id3153379\n"
-"3\n"
"help.text"
msgid "Using the angle Alpha, the Sin Function returns the ratio of the length of the opposite side of an angle to the length of the hypotenuse in a right-angled triangle."
msgstr "たとえば角度αの Sin 値は、角度αを 1 つの頂角とする直角三角形を想定して、この頂点の対辺と斜辺の長さの比 (対辺÷斜辺) として計算します。"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"par_id3148798\n"
-"4\n"
"help.text"
msgid "Sin(Alpha) = side opposite the angle/hypotenuse"
msgstr "Sin (α) = 頂角αの対辺の長さ/斜辺の長さ"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"hd_id3147230\n"
-"5\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"par_id3154909\n"
-"6\n"
"help.text"
msgid "Sin (Number)"
msgstr "Sin (Number)"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"hd_id3156214\n"
-"7\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"par_id3150870\n"
-"8\n"
"help.text"
msgid "Double"
msgstr "倍精度"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"hd_id3155132\n"
-"9\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"par_id3145786\n"
-"10\n"
"help.text"
msgid "<emph>Number:</emph> Numeric expression that defines the angle in radians that you want to calculate the sine for."
msgstr "<emph>Number:</emph> Sin 値を計算させる角度を示す数値表式 (単位はラジアン)。"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"par_id3155413\n"
-"11\n"
"help.text"
msgid "To convert degrees to radians, multiply degrees by Pi/180, and to convert radians to degrees, multiply radians by 180/Pi."
msgstr "通常の角度をラジアン値に変換するには、角度×π/180 と計算し、ラジアン値を通常の角度に変換するには、ラジアン値×180/π と計算します。"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"par_id3149664\n"
-"12\n"
"help.text"
msgid "grad=(radiant*180)/pi"
msgstr "通常の角度の値 = (ラジアン値*180)/pi"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"par_id3153143\n"
-"13\n"
"help.text"
msgid "radiant=(grad*pi)/180"
msgstr "ラジアン値 = (通常の角度の値*pi)/180"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"par_id3151112\n"
-"14\n"
"help.text"
msgid "Pi is approximately 3.141593."
msgstr "ここで pi は近似値で 3.141593 という値です。"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"hd_id3163712\n"
-"15\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"par_id3149482\n"
-"16\n"
"help.text"
msgid "' In this example, the following entry is possible for a right-angled triangle:"
msgstr "REM この例では、直角三角形を想定しています。"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"par_id3148577\n"
-"17\n"
"help.text"
msgid "' The side opposite the angle and the angle (in degrees) to calculate the length of the hypotenuse:"
msgstr "REM ここでは 1 つの頂角 (通常の角度) とその対辺の長さから、斜辺の長さを計算しています。"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"par_id3150011\n"
-"19\n"
"help.text"
msgid "' Pi = 3.1415926 is a predefined variable"
msgstr "REM Pi = 3.1415926 は事前定義されている定数"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"par_id3145251\n"
-"22\n"
"help.text"
msgid "d1 = InputBox(\"Enter the length of the opposite side: \",\"Opposite Side\")"
msgstr "d1 = InputBox(\"Enter the length of the opposite side: \",\"Opposite Side\")"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"par_id3148456\n"
-"23\n"
"help.text"
msgid "dAlpha = InputBox(\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
msgstr "dAlpha = InputBox(\"Enter the angle Alpha (in degrees):\",\"Alpha\")"
#: 03080103.xhp
+#, fuzzy
msgctxt ""
"03080103.xhp\n"
"par_id3153877\n"
-"24\n"
"help.text"
msgid "Print \"The length of the hypotenuse is\"; (d1 / sin (dAlpha * Pi / 180))"
msgstr "Print \"The length of the hypotenuse is\"; (d1 / sin (dAlpha * Pi / 180))"
@@ -19085,190 +19082,190 @@ msgid "<bookmark_value>Tan function</bookmark_value>"
msgstr "<bookmark_value>Tan 関数</bookmark_value>"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"hd_id3148550\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function [Runtime]\">Tan Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan 関数 [実行時]\">Tan 関数 [実行時]</link>"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"par_id3148663\n"
-"2\n"
"help.text"
msgid "Determines the tangent of an angle. The angle is specified in radians."
msgstr "角度のタンジェントを指定します。 角度はラジアン単位で指定します。"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"par_id3153379\n"
-"3\n"
"help.text"
msgid "Using the angle Alpha, the Tan Function calculates the ratio of the length of the side opposite the angle to the length of the side adjacent to the angle in a right-angled triangle."
msgstr "たとえば角度αの Tan 値は、角度αを 1 つの頂角とする直角三角形を想定して、この頂点に隣接する辺と対辺の長さの比 (対辺÷隣接する辺) として計算します。"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"par_id3154366\n"
-"4\n"
"help.text"
msgid "Tan(Alpha) = side opposite the angle/side adjacent to angle"
msgstr "Tan (α) = 頂点αの対辺の長さ/頂点αに隣接する辺の長さ"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"hd_id3145174\n"
-"5\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"par_id3151042\n"
-"6\n"
"help.text"
msgid "Tan (Number)"
msgstr "Tan (Number)"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"hd_id3156214\n"
-"7\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"par_id3156281\n"
-"8\n"
"help.text"
msgid "Double"
msgstr "倍精度"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"hd_id3155132\n"
-"9\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"par_id3145786\n"
-"10\n"
"help.text"
msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the tangent for (in radians)."
msgstr "<emph>Number:</emph> Tan 値を計算させる角度を示す数値表式 (単位はラジアン)。"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"par_id3153728\n"
-"11\n"
"help.text"
msgid "To convert degrees to radians, multiply by Pi/180. To convert radians to degrees, multiply by 180/Pi."
msgstr "通常の角度をラジアン値に変換するには、角度×π/180 と計算します。ラジアン値を通常の角度に変換するには、ラジアン値×180/π と計算します。"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"par_id3155414\n"
-"12\n"
"help.text"
msgid "degrees=(radiant*180)/Pi"
msgstr "度数=(ラジアン*180)/Pi"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"par_id3146975\n"
-"13\n"
"help.text"
msgid "radiant=(degrees*Pi)/180"
msgstr "ラジアン=(度数*Pi)/180"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"par_id3147434\n"
-"14\n"
"help.text"
msgid "Pi is approximately 3.141593."
msgstr "ここで pi は近似値で 3.141593 という値です。"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"hd_id3149483\n"
-"15\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"par_id3148646\n"
-"16\n"
"help.text"
msgid "' In this example, the following entry is possible for a right-angled triangle:"
msgstr "REM この例では、直角三角形を想定しています。"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"par_id3150012\n"
-"17\n"
"help.text"
msgid "' The side opposite the angle and the angle (in degrees) to calculate the length of the side adjacent to the angle:"
msgstr "REM ここでは 1 つの頂角 (通常の角度) とその対辺の長さから、この頂点に隣接する辺の長さを計算しています。"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"par_id3153158\n"
-"19\n"
"help.text"
msgid "' Pi = 3.1415926 is a pre-defined variable"
msgstr "REM Pi = 3.1415926 は事前定義されている定数"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"par_id3145252\n"
-"22\n"
"help.text"
msgid "d1 = InputBox(\"Enter the length of the side opposite the angle: \",\"opposite\")"
msgstr "d1 = InputBox(\"Enter the length of the side opposite the angle:\",\"opposite\")"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"par_id3149582\n"
-"23\n"
"help.text"
msgid "dAlpha = InputBox(\"Enter the Alpha angle (in degrees): \",\"Alpha\")"
msgstr "dAlpha = InputBox(\"Enter the Alpha angle (in degrees):\",\"Alpha\")"
#: 03080104.xhp
+#, fuzzy
msgctxt ""
"03080104.xhp\n"
"par_id3154016\n"
-"24\n"
"help.text"
msgid "Print \"the length of the side adjacent the angle is\"; (d1 / tan (dAlpha * Pi / 180))"
msgstr "Print \"the length of the side adjacent the angle is\"; (d1 / tan (dAlpha * Pi / 180))"
@@ -19316,100 +19313,100 @@ msgid "<bookmark_value>Exp function</bookmark_value>"
msgstr "<bookmark_value>Exp 関数 </bookmark_value>"
#: 03080201.xhp
+#, fuzzy
msgctxt ""
"03080201.xhp\n"
"hd_id3150616\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03080201.xhp\" name=\"Exp Function [Runtime]\">Exp Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03080201.xhp\" name=\"Exp Function [Runtime]\">Exp 関数[実行時]</link>"
#: 03080201.xhp
+#, fuzzy
msgctxt ""
"03080201.xhp\n"
"par_id3155555\n"
-"2\n"
"help.text"
msgid "Returns the base of the natural logarithm (e = 2.718282) raised to a power."
msgstr "自然対数の底 (e = 2.718282) を基準に、その指数 (累乗、べき乗) を返します。"
#: 03080201.xhp
+#, fuzzy
msgctxt ""
"03080201.xhp\n"
"hd_id3150984\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03080201.xhp
+#, fuzzy
msgctxt ""
"03080201.xhp\n"
"par_id3145315\n"
-"4\n"
"help.text"
msgid "Exp (Number)"
msgstr "Exp (Number)"
#: 03080201.xhp
+#, fuzzy
msgctxt ""
"03080201.xhp\n"
"hd_id3154347\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03080201.xhp
+#, fuzzy
msgctxt ""
"03080201.xhp\n"
"par_id3149670\n"
-"6\n"
"help.text"
msgid "Double"
msgstr "倍精度"
#: 03080201.xhp
+#, fuzzy
msgctxt ""
"03080201.xhp\n"
"hd_id3154760\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03080201.xhp
+#, fuzzy
msgctxt ""
"03080201.xhp\n"
"par_id3150793\n"
-"8\n"
"help.text"
msgid "<emph>Number:</emph> Any numeric expression that specifies the power that you want to raise \"e\" to (the base of natural logarithms). The power must be for both single-precision numbers less than or equal to 88.02969 and double-precision numbers less than or equal to 709.782712893, since $[officename] Basic returns an Overflow error for numbers exceeding these values."
msgstr "<emph>Number:</emph> 「e」(自然対数の底) の指数を取る数値。指数の値は、単精度型の場合で 88.02969 以下、倍精度型の場合で 709.782712893 以下とする必要があり、これらの値を超過すると $[officename] Basic はオーバーフローエラーを返します。"
#: 03080201.xhp
+#, fuzzy
msgctxt ""
"03080201.xhp\n"
"hd_id3156280\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03080201.xhp
+#, fuzzy
msgctxt ""
"03080201.xhp\n"
"par_id3159254\n"
-"13\n"
"help.text"
msgid "Const b2=1.345e34"
msgstr "const b2=1.345e34"
#: 03080201.xhp
+#, fuzzy
msgctxt ""
"03080201.xhp\n"
"par_id3161832\n"
-"15\n"
"help.text"
msgid "MsgBox \"\" & dValue & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm\""
msgstr "MsgBox \"\" & dValue & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm\""
@@ -19431,118 +19428,118 @@ msgid "<bookmark_value>Log function</bookmark_value>"
msgstr "<bookmark_value>Log 関数</bookmark_value>"
#: 03080202.xhp
+#, fuzzy
msgctxt ""
"03080202.xhp\n"
"hd_id3149416\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log Function [Runtime]\">Log Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log 関数 [実行時]\">Log 関数 [実行時]</link>"
#: 03080202.xhp
+#, fuzzy
msgctxt ""
"03080202.xhp\n"
"par_id3145066\n"
-"2\n"
"help.text"
msgid "Returns the natural logarithm of a number."
msgstr "与えられた数値の自然対数を返します。"
#: 03080202.xhp
+#, fuzzy
msgctxt ""
"03080202.xhp\n"
"hd_id3159414\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03080202.xhp
+#, fuzzy
msgctxt ""
"03080202.xhp\n"
"par_id3154760\n"
-"4\n"
"help.text"
msgid "Log (Number)"
msgstr "Log (Number)"
#: 03080202.xhp
+#, fuzzy
msgctxt ""
"03080202.xhp\n"
"hd_id3149457\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03080202.xhp
+#, fuzzy
msgctxt ""
"03080202.xhp\n"
"par_id3150791\n"
-"6\n"
"help.text"
msgid "Double"
msgstr "倍精度"
#: 03080202.xhp
+#, fuzzy
msgctxt ""
"03080202.xhp\n"
"hd_id3151211\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03080202.xhp
+#, fuzzy
msgctxt ""
"03080202.xhp\n"
"par_id3151041\n"
-"8\n"
"help.text"
msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the natural logarithm for."
msgstr "<emph>Number:</emph> 自然対数を計算する数値表式。"
#: 03080202.xhp
+#, fuzzy
msgctxt ""
"03080202.xhp\n"
"par_id3150869\n"
-"9\n"
"help.text"
msgid "The natural logarithm is the logarithm to the base e. Base e is a constant with an approximate value of 2.718282..."
msgstr "自然対数とは、底を e とした対数のことです。底に使う e という記号は、2.718282... という定数値を示します。"
#: 03080202.xhp
+#, fuzzy
msgctxt ""
"03080202.xhp\n"
"par_id3153968\n"
-"10\n"
"help.text"
msgid "You can calculate logarithms to any base (n) for any number (x) by dividing the natural logarithm of x by the natural logarithm of n, as follows:"
msgstr "その他の数値を底とする対数も、自然対数を基に計算できます。たとえば数値 (x) について数値 (n) を底とする対数を計算するには、数値 x の自然対数を、数値 n の自然対数で割ります。"
#: 03080202.xhp
+#, fuzzy
msgctxt ""
"03080202.xhp\n"
"par_id3145420\n"
-"11\n"
"help.text"
msgid "Log n(x) = Log(x) / Log(n)"
msgstr "Log n(x) = Log(x) / Log(n)"
#: 03080202.xhp
+#, fuzzy
msgctxt ""
"03080202.xhp\n"
"hd_id3155131\n"
-"12\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03080202.xhp
+#, fuzzy
msgctxt ""
"03080202.xhp\n"
"par_id3149262\n"
-"18\n"
"help.text"
msgid "MsgBox \"\" & a & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm function\""
msgstr "MsgBox \"\" & a & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm function\""
@@ -19590,82 +19587,82 @@ msgid "<bookmark_value>Randomize statement</bookmark_value>"
msgstr "<bookmark_value>Randomize ステートメント</bookmark_value>"
#: 03080301.xhp
+#, fuzzy
msgctxt ""
"03080301.xhp\n"
"hd_id3150616\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">Randomize Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize ステートメント [実行時]\">Randomize ステートメント [実行時]</link>"
#: 03080301.xhp
+#, fuzzy
msgctxt ""
"03080301.xhp\n"
"par_id3145090\n"
-"2\n"
"help.text"
msgid "Initializes the random-number generator."
msgstr "乱数発生関数を初期化します。"
#: 03080301.xhp
+#, fuzzy
msgctxt ""
"03080301.xhp\n"
"hd_id3147573\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03080301.xhp
+#, fuzzy
msgctxt ""
"03080301.xhp\n"
"par_id3145315\n"
-"4\n"
"help.text"
msgid "Randomize [Number]"
msgstr "Randomize [Number]"
#: 03080301.xhp
+#, fuzzy
msgctxt ""
"03080301.xhp\n"
"hd_id3152456\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03080301.xhp
+#, fuzzy
msgctxt ""
"03080301.xhp\n"
"par_id3149670\n"
-"6\n"
"help.text"
msgid "<emph>Number:</emph> Any integer value that initializes the random-number generator."
msgstr "<emph>数値:</emph> 乱数生成器を初期化するある整数値。"
#: 03080301.xhp
+#, fuzzy
msgctxt ""
"03080301.xhp\n"
"hd_id3149655\n"
-"7\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03080301.xhp
+#, fuzzy
msgctxt ""
"03080301.xhp\n"
"par_id3147288\n"
-"14\n"
"help.text"
msgid "iVar = Int((10 * Rnd) ) ' Range from 0 To 9"
msgstr "iVar = Int((10 * Rnd) ) REM 0 から 9 の値を生成"
#: 03080301.xhp
+#, fuzzy
msgctxt ""
"03080301.xhp\n"
"par_id3148617\n"
-"22\n"
"help.text"
msgid "MsgBox sText,0,\"Spectral Distribution\""
msgstr "MsgBox sText,0,\"Spectral Distribution\""
@@ -19687,136 +19684,136 @@ msgid "<bookmark_value>Rnd function</bookmark_value>"
msgstr "<bookmark_value>Rnd 関数</bookmark_value>"
#: 03080302.xhp
+#, fuzzy
msgctxt ""
"03080302.xhp\n"
"hd_id3148685\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd 関数 [実行時]\">Rnd 関数 [実行時]</link>"
#: 03080302.xhp
+#, fuzzy
msgctxt ""
"03080302.xhp\n"
"par_id3149669\n"
-"2\n"
"help.text"
msgid "Returns a random number between 0 and 1."
msgstr "0 から 1 の間の乱数を返します。"
#: 03080302.xhp
+#, fuzzy
msgctxt ""
"03080302.xhp\n"
"hd_id3153897\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03080302.xhp
+#, fuzzy
msgctxt ""
"03080302.xhp\n"
"par_id3150543\n"
-"4\n"
"help.text"
msgid "Rnd [(Expression)]"
msgstr "Rnd [(Expression)]"
#: 03080302.xhp
+#, fuzzy
msgctxt ""
"03080302.xhp\n"
"hd_id3149655\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03080302.xhp
+#, fuzzy
msgctxt ""
"03080302.xhp\n"
"par_id3154365\n"
-"6\n"
"help.text"
msgid "Double"
msgstr "倍精度"
#: 03080302.xhp
+#, fuzzy
msgctxt ""
"03080302.xhp\n"
"hd_id3154909\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03080302.xhp
+#, fuzzy
msgctxt ""
"03080302.xhp\n"
"par_id3125864\n"
-"8\n"
"help.text"
msgid "<emph>Expression:</emph> Any numeric expression."
msgstr "<emph>Expression:</emph>任意の数値表式。"
#: 03080302.xhp
+#, fuzzy
msgctxt ""
"03080302.xhp\n"
"par_id3155306\n"
-"12\n"
"help.text"
msgid "<emph>Omitted:</emph> Returns the next random number in the sequence."
msgstr "<emph>省略時:</emph> 乱数系列の次の値を生成して返します。"
#: 03080302.xhp
+#, fuzzy
msgctxt ""
"03080302.xhp\n"
"par_id3147318\n"
-"14\n"
"help.text"
msgid "The <emph>Rnd</emph> function only returns values ranging from 0 to 1. To generate random integers in a given range, use the formula in the following example:"
msgstr "<emph>Rnd</emph> 関数で生成できるのは 0 から 1 までの数値であり、これ以外の範囲の整数値を取る乱数が必要であれば、下記の例を参考にしてください。"
#: 03080302.xhp
+#, fuzzy
msgctxt ""
"03080302.xhp\n"
"hd_id3151118\n"
-"15\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03080302.xhp
+#, fuzzy
msgctxt ""
"03080302.xhp\n"
"par_id3147124\n"
-"21\n"
"help.text"
msgid "Print \"Number from 1 to 5\""
msgstr "Print \"Number from 1 to 5\""
#: 03080302.xhp
+#, fuzzy
msgctxt ""
"03080302.xhp\n"
"par_id3154943\n"
-"23\n"
"help.text"
msgid "Print \"Number from 6 to 8\""
msgstr "Print \"Number from 6 to 8\""
#: 03080302.xhp
+#, fuzzy
msgctxt ""
"03080302.xhp\n"
"par_id3151074\n"
-"25\n"
"help.text"
msgid "Print \"Greater than 8\""
msgstr "Print \"Greater than 8\""
#: 03080302.xhp
+#, fuzzy
msgctxt ""
"03080302.xhp\n"
"par_id3155602\n"
-"27\n"
"help.text"
msgid "Print \"Outside range 1 to 10\""
msgstr "Print \"Outside range 1 to 10\""
@@ -19864,91 +19861,91 @@ msgid "<bookmark_value>Sqr function</bookmark_value>"
msgstr "<bookmark_value>Sqr 関数</bookmark_value>"
#: 03080401.xhp
+#, fuzzy
msgctxt ""
"03080401.xhp\n"
"hd_id3156027\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03080401.xhp\" name=\"Sqr Function [Runtime]\">Sqr Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03080401.xhp\" name=\"Sqr 関数 [実行時]\">Sqr 関数 [実行時]</link>"
#: 03080401.xhp
+#, fuzzy
msgctxt ""
"03080401.xhp\n"
"par_id3147226\n"
-"2\n"
"help.text"
msgid "Calculates the square root of a numeric expression."
msgstr "与えられた数値表式の平方根を計算します。"
#: 03080401.xhp
+#, fuzzy
msgctxt ""
"03080401.xhp\n"
"hd_id3143267\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03080401.xhp
+#, fuzzy
msgctxt ""
"03080401.xhp\n"
"par_id3149415\n"
-"4\n"
"help.text"
msgid "Sqr (Number)"
msgstr "Sqr (Number)"
#: 03080401.xhp
+#, fuzzy
msgctxt ""
"03080401.xhp\n"
"hd_id3156023\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03080401.xhp
+#, fuzzy
msgctxt ""
"03080401.xhp\n"
"par_id3156343\n"
-"6\n"
"help.text"
msgid "Double"
msgstr "倍精度"
#: 03080401.xhp
+#, fuzzy
msgctxt ""
"03080401.xhp\n"
"hd_id3147265\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03080401.xhp
+#, fuzzy
msgctxt ""
"03080401.xhp\n"
"par_id3149457\n"
-"8\n"
"help.text"
msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the square root for."
msgstr "<emph>Number:</emph> 平方根を計算する数値表式。"
#: 03080401.xhp
+#, fuzzy
msgctxt ""
"03080401.xhp\n"
"par_id3154365\n"
-"9\n"
"help.text"
msgid "A square root is the number that you multiply by itself to produce another number, for example, the square root of 36 is 6."
msgstr "ある数値の平方根とは、それを 2 乗した値が基の値となるもののことで、たとえば 36 の平方根は 6 です。"
#: 03080401.xhp
+#, fuzzy
msgctxt ""
"03080401.xhp\n"
"hd_id3153192\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -19996,109 +19993,109 @@ msgid "<bookmark_value>Fix function</bookmark_value>"
msgstr "<bookmark_value>Fix 関数</bookmark_value>"
#: 03080501.xhp
+#, fuzzy
msgctxt ""
"03080501.xhp\n"
"hd_id3159201\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Fix Function [Runtime]\">Fix Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Fix 関数 [実行時]\">Fix 関数 [実行時]</link>"
#: 03080501.xhp
+#, fuzzy
msgctxt ""
"03080501.xhp\n"
"par_id3149346\n"
-"2\n"
"help.text"
msgid "Returns the integer value of a numeric expression by removing the fractional part of the number."
msgstr "与えられた数値表式に対して、小数部を切り捨てた整数値を返します。"
#: 03080501.xhp
+#, fuzzy
msgctxt ""
"03080501.xhp\n"
"hd_id3155419\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03080501.xhp
+#, fuzzy
msgctxt ""
"03080501.xhp\n"
"par_id3156152\n"
-"4\n"
"help.text"
msgid "Fix (Expression)"
msgstr "Fix (Expression)"
#: 03080501.xhp
+#, fuzzy
msgctxt ""
"03080501.xhp\n"
"hd_id3154923\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03080501.xhp
+#, fuzzy
msgctxt ""
"03080501.xhp\n"
"par_id3148947\n"
-"6\n"
"help.text"
msgid "Double"
msgstr "倍精度"
#: 03080501.xhp
+#, fuzzy
msgctxt ""
"03080501.xhp\n"
"hd_id3154760\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03080501.xhp
+#, fuzzy
msgctxt ""
"03080501.xhp\n"
"par_id3149457\n"
-"8\n"
"help.text"
msgid "<emph>Expression:</emph> Numeric expression that you want to return the integer value for."
msgstr "<emph>Expression:</emph> 整数にする数値表式。"
#: 03080501.xhp
+#, fuzzy
msgctxt ""
"03080501.xhp\n"
"hd_id3150447\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03080501.xhp
+#, fuzzy
msgctxt ""
"03080501.xhp\n"
"par_id3156214\n"
-"11\n"
"help.text"
msgid "Print Fix(3.14159) ' returns 3."
msgstr "Print Fix(3.14159) REM 戻り値は 3。"
#: 03080501.xhp
+#, fuzzy
msgctxt ""
"03080501.xhp\n"
"par_id3154217\n"
-"12\n"
"help.text"
msgid "Print Fix(0) ' returns 0."
msgstr "Print Fix(0) REM 戻り値は 0。"
#: 03080501.xhp
+#, fuzzy
msgctxt ""
"03080501.xhp\n"
"par_id3145786\n"
-"13\n"
"help.text"
msgid "Print Fix(-3.14159) ' returns -3."
msgstr "Print Fix(-3.14159) REM は -3 を返します。"
@@ -20120,109 +20117,109 @@ msgid "<bookmark_value>Int function</bookmark_value>"
msgstr "<bookmark_value>Int 関数</bookmark_value>"
#: 03080502.xhp
+#, fuzzy
msgctxt ""
"03080502.xhp\n"
"hd_id3153345\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03080502.xhp\" name=\"Int Function [Runtime]\">Int Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03080502.xhp\" name=\"Int 関数 [実行時]\">Int 関数 [実行時]</link>"
#: 03080502.xhp
+#, fuzzy
msgctxt ""
"03080502.xhp\n"
"par_id3155420\n"
-"2\n"
"help.text"
msgid "Returns the integer portion of a number."
msgstr "数値の整数部を返します。"
#: 03080502.xhp
+#, fuzzy
msgctxt ""
"03080502.xhp\n"
"hd_id3147559\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03080502.xhp
+#, fuzzy
msgctxt ""
"03080502.xhp\n"
"par_id3146795\n"
-"4\n"
"help.text"
msgid "Int (Number)"
msgstr "Int (Number)"
#: 03080502.xhp
+#, fuzzy
msgctxt ""
"03080502.xhp\n"
"hd_id3149670\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03080502.xhp
+#, fuzzy
msgctxt ""
"03080502.xhp\n"
"par_id3150400\n"
-"6\n"
"help.text"
msgid "Double"
msgstr "倍精度"
#: 03080502.xhp
+#, fuzzy
msgctxt ""
"03080502.xhp\n"
"hd_id3149656\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03080502.xhp
+#, fuzzy
msgctxt ""
"03080502.xhp\n"
"par_id3148797\n"
-"8\n"
"help.text"
msgid "<emph>Number:</emph> Any valid numeric expression."
msgstr "<emph>数: </emph> 有効な数式。"
#: 03080502.xhp
+#, fuzzy
msgctxt ""
"03080502.xhp\n"
"hd_id3148672\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03080502.xhp
+#, fuzzy
msgctxt ""
"03080502.xhp\n"
"par_id3125864\n"
-"11\n"
"help.text"
msgid "Print Int(3.99) ' returns the value 3"
msgstr "Print Int(3.99) REM は値 3 を返します"
#: 03080502.xhp
+#, fuzzy
msgctxt ""
"03080502.xhp\n"
"par_id3145787\n"
-"12\n"
"help.text"
msgid "Print Int(0) ' returns the value 0"
msgstr "Print Int(0) REM は値 0 を返します"
#: 03080502.xhp
+#, fuzzy
msgctxt ""
"03080502.xhp\n"
"par_id3153143\n"
-"13\n"
"help.text"
msgid "Print Int(-3.14159) ' returns the value -4"
msgstr "Print Int(-3.14159) REM は値 -4 を返します"
@@ -20270,118 +20267,118 @@ msgid "<bookmark_value>Abs function</bookmark_value>"
msgstr "<bookmark_value>Abs 関数</bookmark_value>"
#: 03080601.xhp
+#, fuzzy
msgctxt ""
"03080601.xhp\n"
"hd_id3159201\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03080601.xhp\" name=\"Abs Function [Runtime]\">Abs Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03080601.xhp\" name=\"Abs 関数 [実行時]\">Abs 関数 [実行時]</link>"
#: 03080601.xhp
+#, fuzzy
msgctxt ""
"03080601.xhp\n"
"par_id3153394\n"
-"2\n"
"help.text"
msgid "Returns the absolute value of a numeric expression."
msgstr "数値表式の絶対値を返します。"
#: 03080601.xhp
+#, fuzzy
msgctxt ""
"03080601.xhp\n"
"hd_id3149233\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03080601.xhp
+#, fuzzy
msgctxt ""
"03080601.xhp\n"
"par_id3147573\n"
-"4\n"
"help.text"
msgid "Abs (Number)"
msgstr "Abs (Number)"
#: 03080601.xhp
+#, fuzzy
msgctxt ""
"03080601.xhp\n"
"hd_id3156152\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03080601.xhp
+#, fuzzy
msgctxt ""
"03080601.xhp\n"
"par_id3149670\n"
-"6\n"
"help.text"
msgid "Double"
msgstr "倍精度"
#: 03080601.xhp
+#, fuzzy
msgctxt ""
"03080601.xhp\n"
"hd_id3154924\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03080601.xhp
+#, fuzzy
msgctxt ""
"03080601.xhp\n"
"par_id3154347\n"
-"8\n"
"help.text"
msgid "<emph>Number:</emph> Any numeric expression that you want to return the absolute value for. Positive numbers, including 0, are returned unchanged, whereas negative numbers are converted to positive numbers."
msgstr "<emph>Number:</emph> 絶対値を求める数値表式。ゼロを含めた正の値については、そのままの数値が返され、負の値については、正の値への変換値が返されます。"
#: 03080601.xhp
+#, fuzzy
msgctxt ""
"03080601.xhp\n"
"par_id3153381\n"
-"9\n"
"help.text"
msgid "The following example uses the Abs function to calculate the difference between two values. It does not matter which value you enter first."
msgstr "下記の例は、Abs 関数を用いて 2 つの数値の差を求めています。どちらの値を先に入力しても、同じ結果が得られます。"
#: 03080601.xhp
+#, fuzzy
msgctxt ""
"03080601.xhp\n"
"hd_id3148451\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03080601.xhp
+#, fuzzy
msgctxt ""
"03080601.xhp\n"
"par_id3145786\n"
-"14\n"
"help.text"
msgid "siW1 = Int(InputBox(\"Please enter the first amount\",\"Value Input\"))"
msgstr "siW1 = Int(InputBox(\"Please enter the first amount\",\"Value input\"))"
#: 03080601.xhp
+#, fuzzy
msgctxt ""
"03080601.xhp\n"
"par_id3149561\n"
-"15\n"
"help.text"
msgid "siW2 = Int(InputBox(\"Please enter the second amount\",\"Value Input\"))"
msgstr "siW2 = Int(InputBox(\"Please enter the second amount\",\"Value input\"))"
#: 03080601.xhp
+#, fuzzy
msgctxt ""
"03080601.xhp\n"
"par_id3145750\n"
-"16\n"
"help.text"
msgid "Print \"The difference is \"; Abs(siW1 - siW2)"
msgstr "Print \"The difference is \"; Abs(siW1 - siW2)"
@@ -20429,109 +20426,109 @@ msgid "<bookmark_value>Sgn function</bookmark_value>"
msgstr "<bookmark_value>Sgn 関数</bookmark_value>"
#: 03080701.xhp
+#, fuzzy
msgctxt ""
"03080701.xhp\n"
"hd_id3148474\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03080701.xhp\" name=\"Sgn Function [Runtime]\">Sgn Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03080701.xhp\" name=\"Sgn 関数 [実行時]\">Sgn 関数 [実行時]</link>"
#: 03080701.xhp
+#, fuzzy
msgctxt ""
"03080701.xhp\n"
"par_id3148686\n"
-"2\n"
"help.text"
msgid "Returns an integer number between -1 and 1 that indicates if the number that is passed to the function is positive, negative, or zero."
msgstr "与えられた数値が正の値、ゼロ、負の値のいずれであるか示す値 (1、0、-1) を返します。"
#: 03080701.xhp
+#, fuzzy
msgctxt ""
"03080701.xhp\n"
"hd_id3156023\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03080701.xhp
+#, fuzzy
msgctxt ""
"03080701.xhp\n"
"par_id3153897\n"
-"4\n"
"help.text"
msgid "Sgn (Number)"
msgstr "Sgn (Number)"
#: 03080701.xhp
+#, fuzzy
msgctxt ""
"03080701.xhp\n"
"hd_id3145069\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03080701.xhp
+#, fuzzy
msgctxt ""
"03080701.xhp\n"
"par_id3150359\n"
-"6\n"
"help.text"
msgid "Integer"
msgstr "整数"
#: 03080701.xhp
+#, fuzzy
msgctxt ""
"03080701.xhp\n"
"hd_id3150543\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03080701.xhp
+#, fuzzy
msgctxt ""
"03080701.xhp\n"
"par_id3154365\n"
-"8\n"
"help.text"
msgid "<emph>Number:</emph> Numeric expression that determines the value that is returned by the function."
msgstr "<emph>Number:</emph> 関数に判定させる数値表式。"
#: 03080701.xhp
+#, fuzzy
msgctxt ""
"03080701.xhp\n"
"par_id3150767\n"
-"9\n"
"help.text"
msgid "NumExpression"
msgstr "NumExpression"
#: 03080701.xhp
+#, fuzzy
msgctxt ""
"03080701.xhp\n"
"par_id3150441\n"
-"10\n"
"help.text"
msgid "Return value"
msgstr "戻り値"
#: 03080701.xhp
+#, fuzzy
msgctxt ""
"03080701.xhp\n"
"par_id3161833\n"
-"11\n"
"help.text"
msgid "negative"
msgstr "負の値"
#: 03080701.xhp
+#, fuzzy
msgctxt ""
"03080701.xhp\n"
"par_id3155306\n"
-"12\n"
"help.text"
msgid "Sgn returns -1."
msgstr "Sgn 関数の戻り値は -1 となります。"
@@ -20540,70 +20537,69 @@ msgstr "Sgn 関数の戻り値は -1 となります。"
msgctxt ""
"03080701.xhp\n"
"par_id3145271\n"
-"13\n"
"help.text"
msgid "0"
-msgstr "0"
+msgstr ""
#: 03080701.xhp
+#, fuzzy
msgctxt ""
"03080701.xhp\n"
"par_id3146119\n"
-"14\n"
"help.text"
msgid "Sgn returns 0."
msgstr "Sgn 関数の戻り値は 0 となります。"
#: 03080701.xhp
+#, fuzzy
msgctxt ""
"03080701.xhp\n"
"par_id3153139\n"
-"15\n"
"help.text"
msgid "positive"
msgstr "正の値"
#: 03080701.xhp
+#, fuzzy
msgctxt ""
"03080701.xhp\n"
"par_id3154319\n"
-"16\n"
"help.text"
msgid "Sgn returns 1."
msgstr "Sgn returns 1."
#: 03080701.xhp
+#, fuzzy
msgctxt ""
"03080701.xhp\n"
"hd_id3152576\n"
-"17\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03080701.xhp
+#, fuzzy
msgctxt ""
"03080701.xhp\n"
"par_id3155416\n"
-"19\n"
"help.text"
msgid "Print sgn(-10) ' returns -1"
msgstr "Print sgn(-10) REM 戻り値は -1"
#: 03080701.xhp
+#, fuzzy
msgctxt ""
"03080701.xhp\n"
"par_id3154096\n"
-"20\n"
"help.text"
msgid "Print sgn(0) ' returns 0"
msgstr "Print sgn(0) REM 戻り値は 0"
#: 03080701.xhp
+#, fuzzy
msgctxt ""
"03080701.xhp\n"
"par_id3148457\n"
-"21\n"
"help.text"
msgid "Print sgn(10) ' returns 1"
msgstr "Print sgn(10) REM 戻り値は1"
@@ -20651,109 +20647,109 @@ msgid "<bookmark_value>Hex function</bookmark_value>"
msgstr "<bookmark_value>Hex 関数</bookmark_value>"
#: 03080801.xhp
+#, fuzzy
msgctxt ""
"03080801.xhp\n"
"hd_id3150616\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03080801.xhp\" name=\"Hex Function [Runtime]\">Hex Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03080801.xhp\" name=\"Hex 関数 [実行時]\">Hex 関数 [実行時]</link>"
#: 03080801.xhp
+#, fuzzy
msgctxt ""
"03080801.xhp\n"
"par_id3145136\n"
-"2\n"
"help.text"
msgid "Returns a string that represents the hexadecimal value of a number."
msgstr "与えられた数値を 16 進数にした文字列を返します。"
#: 03080801.xhp
+#, fuzzy
msgctxt ""
"03080801.xhp\n"
"hd_id3147573\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03080801.xhp
+#, fuzzy
msgctxt ""
"03080801.xhp\n"
"par_id3150771\n"
-"4\n"
"help.text"
msgid "Hex (Number)"
msgstr "Hex (Number)"
#: 03080801.xhp
+#, fuzzy
msgctxt ""
"03080801.xhp\n"
"hd_id3147530\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03080801.xhp
+#, fuzzy
msgctxt ""
"03080801.xhp\n"
"par_id3159414\n"
-"6\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03080801.xhp
+#, fuzzy
msgctxt ""
"03080801.xhp\n"
"hd_id3156344\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03080801.xhp
+#, fuzzy
msgctxt ""
"03080801.xhp\n"
"par_id3148947\n"
-"8\n"
"help.text"
msgid "<emph>Number:</emph> Any numeric expression that you want to convert to a hexadecimal number."
msgstr "<emph>Number:</emph> 16 進数にする数値を示す表式。"
#: 03080801.xhp
+#, fuzzy
msgctxt ""
"03080801.xhp\n"
"hd_id3154365\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03080801.xhp
+#, fuzzy
msgctxt ""
"03080801.xhp\n"
"par_id3156214\n"
-"30\n"
"help.text"
msgid "' uses BasicFormulas in $[officename] Calc"
msgstr "REM $[officename] Calc タイプの関数を再現"
#: 03080801.xhp
+#, fuzzy
msgctxt ""
"03080801.xhp\n"
"par_id3149262\n"
-"20\n"
"help.text"
msgid "' Returns a long integer from a hexadecimal value."
msgstr "REM 16 進数値をロング整数に換算して返す"
#: 03080801.xhp
+#, fuzzy
msgctxt ""
"03080801.xhp\n"
"par_id3147215\n"
-"25\n"
"help.text"
msgid "' Calculates a hexadecimal value in integer."
msgstr "REM 整数値を 16 進数値に換算"
@@ -20775,82 +20771,82 @@ msgid "<bookmark_value>Oct function</bookmark_value>"
msgstr "<bookmark_value>Oct 関数</bookmark_value>"
#: 03080802.xhp
+#, fuzzy
msgctxt ""
"03080802.xhp\n"
"hd_id3155420\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03080802.xhp\" name=\"Oct Function [Runtime]\">Oct Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03080802.xhp\" name=\"Oct 関数 [実行時]\">Oct 関数 [実行時]</link>"
#: 03080802.xhp
+#, fuzzy
msgctxt ""
"03080802.xhp\n"
"par_id3154924\n"
-"2\n"
"help.text"
msgid "Returns the octal value of a number."
msgstr "与えられた数値を 8 進数にして返します。"
#: 03080802.xhp
+#, fuzzy
msgctxt ""
"03080802.xhp\n"
"hd_id3148947\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03080802.xhp
+#, fuzzy
msgctxt ""
"03080802.xhp\n"
"par_id3150543\n"
-"4\n"
"help.text"
msgid "Oct (Number)"
msgstr "Oct (Number)"
#: 03080802.xhp
+#, fuzzy
msgctxt ""
"03080802.xhp\n"
"hd_id3153360\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03080802.xhp
+#, fuzzy
msgctxt ""
"03080802.xhp\n"
"par_id3154138\n"
-"6\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03080802.xhp
+#, fuzzy
msgctxt ""
"03080802.xhp\n"
"hd_id3156422\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03080802.xhp
+#, fuzzy
msgctxt ""
"03080802.xhp\n"
"par_id3150768\n"
-"8\n"
"help.text"
msgid "<emph>Number:</emph> Any numeric expression that you want to convert to an octal value."
msgstr "<emph>Number:</emph> 8 進数にする数値を示す表式。"
#: 03080802.xhp
+#, fuzzy
msgctxt ""
"03080802.xhp\n"
"hd_id3148672\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -20933,28 +20929,28 @@ msgid "<bookmark_value>If statement</bookmark_value>"
msgstr "<bookmark_value>If ステートメント</bookmark_value>"
#: 03090101.xhp
+#, fuzzy
msgctxt ""
"03090101.xhp\n"
"hd_id3154422\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else Statement [Runtime]\">If...Then...Else Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else ステートメント [実行時]\">If...Then...Else ステートメント [実行時]</link>"
#: 03090101.xhp
+#, fuzzy
msgctxt ""
"03090101.xhp\n"
"par_id3155555\n"
-"2\n"
"help.text"
msgid "Defines one or more statement blocks that you only want to execute if a given condition is True."
msgstr "特定の判定条件が True で合った場合にのみ、指定したステートメントブロック (複数指定可能) を実行させます。"
#: 03090101.xhp
+#, fuzzy
msgctxt ""
"03090101.xhp\n"
"hd_id3146957\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
@@ -20963,7 +20959,6 @@ msgstr "構文:"
msgctxt ""
"03090101.xhp\n"
"par_id3153126\n"
-"4\n"
"help.text"
msgid "If condition=true Then Statement block [ElseIf condition=true Then] Statement block [Else] Statement block EndIf"
msgstr ""
@@ -20977,100 +20972,100 @@ msgid "Instead of Else If you can write ElseIf, instead of End If you can write
msgstr "Else Ifの代わりにElsIf、End Ifの代わりにEndIfを使うことができます。"
#: 03090101.xhp
+#, fuzzy
msgctxt ""
"03090101.xhp\n"
"hd_id3155419\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03090101.xhp
+#, fuzzy
msgctxt ""
"03090101.xhp\n"
"par_id3153062\n"
-"6\n"
"help.text"
msgid "The <emph>If...Then</emph> statement executes program blocks depending on given conditions. When $[officename] Basic encounters an <emph>If</emph> statement, the condition is tested. If the condition is True, all subsequent statements up to the next <emph>Else</emph> or <emph>ElseIf</emph> statement are executed. If the condition is False, and an <emph>ElseIf</emph> statement follows, $[officename] Basic tests the next condition and executes the following statements if the condition is True. If False, the program continues either with the next <emph>ElseIf</emph> or <emph>Else</emph> statement. Statements following <emph>Else</emph> are executed only if none of the previously tested conditions were True. After all conditions are evaluated, and the corresponding statements executed, the program continues with the statement following <emph>EndIf</emph>."
msgstr "<emph>If... Then</emph> ステートメントが指定したプログラムブロックを実行するかは、与えられた判定条件によります。 $[officename] Basic の実行行が <emph>If</emph> ステートメントに到達すると、判定条件のチェックが行われます。 判定結果が True であれば、次の <emph>Else</emph> ないし <emph>ElseIf</emph> ステートメントまでに記述されているすべてのステートメントブロックが実行されます。 判定結果が False であり <emph>ElseIf</emph> ステートメントが指定されていれば、$[officename] Basic は次の判定条件をチェックし、その判定結果が True であれば、該当するステートメントブロックが実行されます。 判定結果が False であれば、直後の <emph>ElseIf</emph> ないし <emph>Else</emph> に従って処理が続行されます。 <emph>Else</emph> に続くステートメントブロックは、それ以前にある判定条件がすべて満たされなかった場合にのみ実行されます。 こうしたすべての判定条件が評価され、該当するステートメントブロックの実行が終了すると、<emph>EndIf</emph> 以降に記述されたステートメントが実行されます。"
#: 03090101.xhp
+#, fuzzy
msgctxt ""
"03090101.xhp\n"
"par_id3153192\n"
-"7\n"
"help.text"
msgid "You can nest multiple <emph>If...Then</emph> statements."
msgstr "<emph>If...Then</emph> ステートメントは、複数のものをネスト (入れ子化) することができます。"
#: 03090101.xhp
+#, fuzzy
msgctxt ""
"03090101.xhp\n"
"par_id3154684\n"
-"8\n"
"help.text"
msgid "<emph>Else</emph> and <emph>ElseIf</emph> statements are optional."
msgstr "<emph>Else</emph> および <emph>ElseIf</emph> は省略可能です。"
#: 03090101.xhp
+#, fuzzy
msgctxt ""
"03090101.xhp\n"
"par_id3152939\n"
-"9\n"
"help.text"
msgid "You can use <emph>GoTo</emph> and <emph>GoSub</emph> to jump out of an <emph>If...Then</emph> block, but not to jump into an <emph>If...Then</emph> structure."
msgstr "<emph>GoTo</emph> や <emph>GoSub</emph> を使って、<emph>If...Then</emph> の中から外へジャンプすることは可能ですが、<emph>If...Then</emph> の中にジャンプすることはできません。"
#: 03090101.xhp
+#, fuzzy
msgctxt ""
"03090101.xhp\n"
"par_id3153951\n"
-"10\n"
"help.text"
msgid "The following example enables you to enter the expiration date of a product, and determines if the expiration date has passed."
msgstr "下記の例では、製品の有効期限をユーザーに入力させて、期限が切れていないかを判定しています。"
#: 03090101.xhp
+#, fuzzy
msgctxt ""
"03090101.xhp\n"
"hd_id3152576\n"
-"11\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03090101.xhp
+#, fuzzy
msgctxt ""
"03090101.xhp\n"
"par_id3154490\n"
-"16\n"
"help.text"
msgid "sDate = InputBox(\"Enter the expiration date (MM.DD.YYYY)\")"
msgstr "sDate = InputBox(\"Enter the expiration date (MM.DD.YYYY)\")"
#: 03090101.xhp
+#, fuzzy
msgctxt ""
"03090101.xhp\n"
"par_id3155601\n"
-"21\n"
"help.text"
msgid "MsgBox \"The expiration date has passed\""
msgstr "MsgBox \"The expiration date has passed\""
#: 03090101.xhp
+#, fuzzy
msgctxt ""
"03090101.xhp\n"
"par_id3146912\n"
-"23\n"
"help.text"
msgid "MsgBox \"The expiration date has not yet passed\""
msgstr "MsgBox \"The expiration date has not yet passed\""
#: 03090101.xhp
+#, fuzzy
msgctxt ""
"03090101.xhp\n"
"par_id3154754\n"
-"25\n"
"help.text"
msgid "MsgBox \"The expiration date is today\""
msgstr "MsgBox \"The expiration date is today\""
@@ -21084,117 +21079,118 @@ msgid "Select...Case Statement [Runtime]"
msgstr "選択... Caseステートメント[実行時]"
#: 03090102.xhp
+#, fuzzy
msgctxt ""
"03090102.xhp\n"
"bm_id3149416\n"
"help.text"
-msgid "<bookmark_value>Select...Case statement</bookmark_value><bookmark_value>Case statement</bookmark_value>"
+msgid "<bookmark_value>Select...Case statement</bookmark_value> <bookmark_value>Case statement</bookmark_value>"
msgstr "<bookmark_value>Select... Case ステートメント</bookmark_value><bookmark_value>Case ステートメント</bookmark_value>"
#: 03090102.xhp
+#, fuzzy
msgctxt ""
"03090102.xhp\n"
"hd_id3149416\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select...Case Statement [Runtime]\">Select...Case Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select...Case ステートメント [実行時]\">Select...Case ステートメント [実行時]</link>"
#: 03090102.xhp
+#, fuzzy
msgctxt ""
"03090102.xhp\n"
"par_id3153896\n"
-"2\n"
"help.text"
msgid "Defines one or more statement blocks depending on the value of an expression."
msgstr "1 ないし複数のステートメントブロックを、与えられた表式に応じて選択します。"
#: 03090102.xhp
+#, fuzzy
msgctxt ""
"03090102.xhp\n"
"hd_id3147265\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03090102.xhp
+#, fuzzy
msgctxt ""
"03090102.xhp\n"
"par_id3150400\n"
-"4\n"
"help.text"
msgid "Select Case condition Case expression Statement Block [Case expression2 Statement Block][Case Else] Statement Block End Select"
msgstr "Select Case condition Case expression Statement Block[Case expression2 Statement Block][Case Else] Statement Block End Select"
#: 03090102.xhp
+#, fuzzy
msgctxt ""
"03090102.xhp\n"
"hd_id3150767\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03090102.xhp
+#, fuzzy
msgctxt ""
"03090102.xhp\n"
"par_id3156281\n"
-"6\n"
"help.text"
msgid "<emph>Condition:</emph> Any expression that controls if the statement block that follows the respective Case clause is executed."
msgstr "<emph>Condition:</emph> 個々の Case 句に続くステートメントブロックを実行するかの判定基準となる表式。"
#: 03090102.xhp
+#, fuzzy
msgctxt ""
"03090102.xhp\n"
"par_id3150448\n"
-"7\n"
"help.text"
msgid "<emph>Expression:</emph> Any expression that is compatible with the Condition type expression. The statement block that follows the Case clause is executed if <emph>Condition</emph> matches <emph>Expression</emph>."
msgstr "<emph>Expression:</emph> Condition の判定基準と対比させる、同じ変数型の表式。各 Case 句に続くステートメントブロックは、該当する <emph>Expression</emph> が <emph>Condition</emph> と一致した場合にのみ実行されます。"
#: 03090102.xhp
+#, fuzzy
msgctxt ""
"03090102.xhp\n"
"hd_id3153768\n"
-"8\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03090102.xhp
+#, fuzzy
msgctxt ""
"03090102.xhp\n"
"par_id3152597\n"
-"14\n"
"help.text"
msgid "Print \"Number from 1 to 5\""
msgstr "Print \"Number from 1 to 5\""
#: 03090102.xhp
+#, fuzzy
msgctxt ""
"03090102.xhp\n"
"par_id3147349\n"
-"16\n"
"help.text"
msgid "Print \"Number from 6 to 8\""
msgstr "Print \"Number from 6 to 8\""
#: 03090102.xhp
+#, fuzzy
msgctxt ""
"03090102.xhp\n"
"par_id3152886\n"
-"18\n"
"help.text"
msgid "Print \"Greater than 8\""
msgstr "Print \"Greater than 8\""
#: 03090102.xhp
+#, fuzzy
msgctxt ""
"03090102.xhp\n"
"par_id3146975\n"
-"20\n"
"help.text"
msgid "Print \"Out of range 1 to 10\""
msgstr "Print \"Out of range 1 to 10\""
@@ -21313,387 +21309,388 @@ msgid "Do...Loop Statement [Runtime]"
msgstr "Do... Loop ステートメント [実行時]"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"bm_id3156116\n"
"help.text"
-msgid "<bookmark_value>Do...Loop statement</bookmark_value><bookmark_value>While; Do loop</bookmark_value><bookmark_value>Until</bookmark_value><bookmark_value>loops</bookmark_value>"
+msgid "<bookmark_value>Do...Loop statement</bookmark_value> <bookmark_value>While; Do loop</bookmark_value> <bookmark_value>Until</bookmark_value> <bookmark_value>loops</bookmark_value>"
msgstr "<bookmark_value>Do... Loop ステートメント</bookmark_value><bookmark_value>While; Doloop</bookmark_value><bookmark_value>Until</bookmark_value><bookmark_value>loops</bookmark_value>"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"hd_id3156116\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop Statement [Runtime]\">Do...Loop Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop ステートメント [実行時]\">Do...Loop ステートメント [実行時]</link>"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3109850\n"
-"2\n"
"help.text"
msgid "Repeats the statements between the Do and the Loop statement while the condition is True or until the condition becomes True."
msgstr "Do ステートメントから Loop ステートメントの間に配置されたステートメントブロックを、判定条件が True である間ないし True になるまでの間、繰り返し実行します。"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"hd_id3149119\n"
-"3\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3155150\n"
-"4\n"
"help.text"
msgid "Do [{While | Until} condition = True]"
msgstr "Do [{While | Until} condition = True]"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3154422\n"
-"5\n"
"help.text"
msgid "statement block"
msgstr "ステートメントブロック"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3150789\n"
-"6\n"
"help.text"
msgid "[Exit Do]"
msgstr "[Exit Do]"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3155805\n"
-"7\n"
"help.text"
msgid "statement block"
msgstr "ステートメントブロック"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3145090\n"
-"8\n"
"help.text"
msgid "Loop"
msgstr "Loop"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3154749\n"
-"9\n"
"help.text"
msgid "or"
msgstr "ないしは"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3150503\n"
-"10\n"
"help.text"
msgid "Do"
msgstr "Do"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3149762\n"
-"11\n"
"help.text"
msgid "statement block"
msgstr "ステートメントブロック"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3150984\n"
-"12\n"
"help.text"
msgid "[Exit Do]"
msgstr "[Exit Do]"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3143228\n"
-"13\n"
"help.text"
msgid "statement block"
msgstr "ステートメントブロック"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3149235\n"
-"14\n"
"help.text"
msgid "Loop [{While | Until} condition = True]"
msgstr "Loop [{While | Until} condition = True]"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"hd_id3156024\n"
-"15\n"
"help.text"
msgid "Parameters/Elements"
msgstr "パラメーターおよび要素"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3156344\n"
-"16\n"
"help.text"
msgid "<emph>Condition:</emph> A comparison, numeric or string expression, that evaluates either True or False."
msgstr "<emph>Condition:</emph> True ないし False として評価可能な比較条件あるいは、数値ないし文字列表式。"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3149669\n"
-"17\n"
"help.text"
msgid "<emph>Statement block:</emph> Statements that you want to repeat while or until the condition is True."
msgstr "<emph>ステートメントブロック:</emph> 判定条件が True である間ないしは、True になるまでの間に繰り返し実行するステートメント群。"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3150791\n"
-"18\n"
"help.text"
msgid "The <emph>Do...Loop</emph> statement executes a loop as long as, or until, a certain condition is True. The condition for exiting the loop must be entered following either the <emph>Do</emph> or the <emph>Loop</emph> statement. The following examples are valid combinations:"
msgstr "<emph>Do...Loop</emph> ステートメントのループは、判定条件が True である間ないしは、True になるまでの間、繰り返し実行されます。ループ終了の判定条件は、<emph>Do</emph> ないし <emph>Loop</emph> ステートメントのいずれかに続けて指定する必要があります。判定条件の指定法は、下記の例を参照してください。"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"hd_id3154366\n"
-"19\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3145171\n"
-"20\n"
"help.text"
msgid "Do While condition = True"
msgstr "Do While 判定条件 = True"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3149203\n"
-"21\n"
"help.text"
msgid "...statement block"
msgstr "...ステートメントブロック"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3125864\n"
-"22\n"
"help.text"
msgid "Loop"
msgstr "Loop"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3154124\n"
-"24\n"
"help.text"
msgid "The statement block between the Do While and the Loop statements is repeated so long as the condition is true."
msgstr "この場合、Do While から Loop ステートメントまでの間にあるステートメントブロックは、判定条件が True である限り、繰り返し実行されます。"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3153968\n"
-"25\n"
"help.text"
msgid "Do Until condition = True"
msgstr "Do Until 判定条件 = True"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3154909\n"
-"26\n"
"help.text"
msgid "...statement block"
msgstr "...ステートメントブロック"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3159151\n"
-"27\n"
"help.text"
msgid "Loop"
msgstr "Loop"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3150440\n"
-"29\n"
"help.text"
msgid "The statement block between the Do Until and the Loop statements is repeated if the condition so long as the condition is false."
msgstr "この場合、Do Until から Loop ステートメントまでの間にあるステートメントブロックは、判定条件が False である限り、繰り返し実行されます。"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3153952\n"
-"30\n"
"help.text"
msgid "Do"
msgstr "Do"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3147349\n"
-"31\n"
"help.text"
msgid "...statement block"
msgstr "...ステートメントブロック"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3159153\n"
-"32\n"
"help.text"
msgid "Loop While condition = True"
msgstr "Loop While 判定条件 = True"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3146985\n"
-"34\n"
"help.text"
msgid "The statement block between the Do and the Loop statements repeats so long as the condition is true."
msgstr "この場合、Do から Loop ステートメントまでの間にあるステートメントブロックは、判定条件が True である限り、繰り返し実行されます。"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3150488\n"
-"35\n"
"help.text"
msgid "Do"
msgstr "Do"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3153189\n"
-"36\n"
"help.text"
msgid "...statement block"
msgstr "...ステートメントブロック"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3155411\n"
-"37\n"
"help.text"
msgid "Loop Until condition = True"
msgstr "Loop Until 判定条件 = True"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3151117\n"
-"39\n"
"help.text"
msgid "The statement block between the Do and the Loop statements repeats until the condition is true."
msgstr "この場合、Do から Loop ステートメントまでの間にあるステートメントブロックは、判定条件が True となるまでの間、繰り返し実行されます。"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3149484\n"
-"41\n"
"help.text"
msgid "Use the <emph>Exit Do</emph> statement to unconditionally end the loop. You can add this statement anywhere in a <emph>Do</emph>...<emph>Loop</emph> statement. You can also define an exit condition using the <emph>If...Then</emph> structure as follows:"
msgstr "ループを無条件に終了させるには、<emph>Exit Do</emph> ステートメントを使用します。このステートメントは、<emph>Do</emph>...<emph>Loop</emph> ステートメントの間の任意の位置に記述できます。また下記の例のように、ループの終了条件に <emph>If...Then</emph> を使用することもできます。"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3149262\n"
-"42\n"
"help.text"
msgid "Do..."
msgstr "Do..."
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3149298\n"
-"43\n"
"help.text"
msgid "statements"
msgstr "ステートメント群"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3145646\n"
-"44\n"
"help.text"
msgid "If condition = True Then Exit Do"
msgstr "If condition = True Then Exit Do"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3154490\n"
-"45\n"
"help.text"
msgid "statements"
msgstr "ステートメント群"
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id3153159\n"
-"46\n"
"help.text"
msgid "Loop..."
msgstr "Loop..."
#: 03090201.xhp
+#, fuzzy
msgctxt ""
"03090201.xhp\n"
"hd_id3147396\n"
-"47\n"
"help.text"
msgid "Example"
msgstr "例"
@@ -21707,342 +21704,343 @@ msgid "For...Next Statement [Runtime]"
msgstr "For... Next ステートメント [実行時]"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"bm_id3149205\n"
"help.text"
-msgid "<bookmark_value>For statement</bookmark_value><bookmark_value>To statement</bookmark_value><bookmark_value>Step statement</bookmark_value><bookmark_value>Next statement</bookmark_value>"
+msgid "<bookmark_value>For statement</bookmark_value> <bookmark_value>To statement</bookmark_value> <bookmark_value>Step statement</bookmark_value> <bookmark_value>Next statement</bookmark_value>"
msgstr "<bookmark_value>For; ステートメント</bookmark_value><bookmark_value>To; ステートメント</bookmark_value><bookmark_value>Step; ステートメント</bookmark_value><bookmark_value>Next; ステートメント</bookmark_value>"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"hd_id3149205\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090202.xhp\" name=\"For...Next Statement [Runtime]\">For...Next Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03090202.xhp\" name=\"For...Next ステートメント [実行時]\">For...Next ステートメント [実行時]</link>"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3143267\n"
-"2\n"
"help.text"
msgid "Repeats the statements between the For...Next block a specified number of times."
msgstr "For...Next ブロックの間にあるステートメントを、指定回数分だけ繰り返し実行させます。"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"hd_id3156153\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3148473\n"
-"4\n"
"help.text"
msgid "For counter=start To end [Step step]"
msgstr "For counter=start To end [Step step]"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3156024\n"
-"5\n"
"help.text"
msgid "statement block"
msgstr "ステートメントブロック"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3146796\n"
-"6\n"
"help.text"
msgid "[Exit For]"
msgstr "[Exit For]"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3159414\n"
-"7\n"
"help.text"
msgid "statement block"
msgstr "ステートメントブロック"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3153897\n"
-"8\n"
"help.text"
msgid "Next [counter]"
msgstr "Next [counter]"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"hd_id3150400\n"
-"9\n"
"help.text"
msgid "Variables:"
msgstr "変数:"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3150358\n"
-"10\n"
"help.text"
msgid "<emph>Counter:</emph> Loop counter initially assigned the value to the right of the equal sign (start). Only numeric variables are valid. The loop counter increases or decreases according to the variable Step until End is passed."
msgstr "<emph>Counter:</emph> ループカウンターとして用いる変数で、イコール記号の右側の値 (start) が初期値として割り当てられます。使用可能なものは、数値変数だけです。ループカウンターの値は、Step の指定値に応じて加算ないし減算が行われ、End の指定値に到達するかがチェックされます。"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3152455\n"
-"11\n"
"help.text"
msgid "<emph>Start:</emph> Numeric variable that defines the initial value at the beginning of the loop."
msgstr "<emph>Start:</emph> ループ開始時における初期値を指定する数値変数。"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3151043\n"
-"12\n"
"help.text"
msgid "<emph>End:</emph> Numeric variable that defines the final value at the end of the loop."
msgstr "<emph>End:</emph> ループ終了時における終了値を指定する数値変数。"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3156281\n"
-"13\n"
"help.text"
msgid "<emph>Step:</emph> Sets the value by which to increase or decrease the loop counter. If Step is not specified, the loop counter is incremented by 1. In this case, End must be greater than Start. If you want to decrease Counter, End must be less than Start, and Step must be assigned a negative value."
msgstr "<emph>Step:</emph> ループカウンターの加算幅ないし減算幅を指定する増分値。Step に値を指定しないと、ループカウンターの増分値は 1 とされます。この場合は、Start の指定値よりも大きな値を、End に指定する必要があります。ループカウンターの値を減算させる場合は、Step に負の値を指定して、Start の指定値よりも小さな値を End に指定する必要があります。"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3154684\n"
-"14\n"
"help.text"
msgid "The <emph>For...Next</emph> loop repeats all of the statements in the loop for the number of times that is specified by the parameters."
msgstr "<emph>For...Next</emph> ループでは、パラメーター群で指定する回数分だけ、ステートメントブロックの全コードが繰り返されます。"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3147287\n"
-"15\n"
"help.text"
msgid "As the counter variable is decreased, $[officename] Basic checks if the end value has been reached. As soon as the counter passes the end value, the loop automatically ends."
msgstr "ループカウンターの値が変化すると、終了値に到達したかを $[officename] Basic がチェックします。カウンター値が終了値に到達すると、ループは終了します。"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3159154\n"
-"16\n"
"help.text"
msgid "It is possible to nest <emph>For...Next</emph> statements. If you do not specify a variable following the <emph>Next</emph> statement, <emph>Next</emph> automatically refers to the most recent <emph>For</emph> statement."
msgstr "<emph>For...Next</emph> ステートメントは、複数のものをネスト (入れ子化) することができます。<emph>Next</emph> ステートメントに続けて変数名を指定しない場合、各 <emph>Next</emph> は一番近くに存在する <emph>For</emph> ステートメントに対応づけられます。"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3155306\n"
-"17\n"
"help.text"
msgid "If you specify an increment of 0, the statements between <emph>For</emph> and <emph>Next</emph> are repeated continuously."
msgstr "増分値を0とすると、<emph>For</emph> から <emph>Next</emph> までの間にあるステートメントブロックが永続的に繰り返し実行され続けます。"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3155854\n"
-"18\n"
"help.text"
msgid "When counting down the counter variable, $[officename] Basic checks for overflow or underflow. The loop ends when Counter exceeds End (positive Step value) or is less than End (negative Step value)."
msgstr "カウンタ変数値の増減に対しては、オーバーフローまたはアンダーフローの発生を $[officename] Basic がチェックします。 カウンター変数の値が End の指定値を超過するか (Step に正の値を指定した場合)、End の指定値を下回った (Step に負の値を指定した場合) 段階で、ループは終了します。"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3145273\n"
-"19\n"
"help.text"
msgid "Use the <emph>Exit For</emph> statement to exit the loop unconditionally. This statement must be within a <emph>For...Next</emph> loop. Use the <emph>If...Then</emph> statement to test the exit condition as follows:"
msgstr "<emph>Exit For</emph> ステートメントを指定すると、ループは無条件に終了させられます。このステートメントは、<emph>For...Next</emph> ループの内部に記述する必要があります。この場合も、下記の例のように <emph>If...Then</emph> ステートメントを使って、終了条件を満たしているかの判定が行えます。"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3153190\n"
-"20\n"
"help.text"
msgid "For..."
msgstr "For..."
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3149482\n"
-"21\n"
"help.text"
msgid "statements"
msgstr "ステートメント群"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3147124\n"
-"22\n"
"help.text"
msgid "If condition = True Then Exit For"
msgstr "If 終了条件 = True Then Exit For"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3153159\n"
-"23\n"
"help.text"
msgid "statements"
msgstr "ステートメント群"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3154096\n"
-"24\n"
"help.text"
msgid "Next"
msgstr "Next"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3156286\n"
-"25\n"
"help.text"
msgid "Note: In nested <emph>For...Next</emph> loops, if you exit a loop unconditionally with <emph>Exit For</emph>, only one loop is exited."
msgstr "注意:複数の <emph>For...Next</emph> ループをネストしている場合、1 つの <emph>Exit For</emph> ステートメントで無条件に終了できるループは 1 つだけです。"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"hd_id3148457\n"
-"26\n"
"help.text"
msgid "Example"
msgstr "例"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3151074\n"
-"27\n"
"help.text"
msgid "The following example uses two nested loops to sort a string array with 10 elements ( sEntry() ), that are first filled with various contents:"
msgstr "下記の例では、初期設定として各種の名前を代入した要素数 10 の配列 ( sEntry( )) を用意しておき、二重にネストしたループを使って要素の並べ替えを行っています。"
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3155767\n"
-"42\n"
"help.text"
msgid "sEntry(0) = \"Jerry\""
msgstr "sEntry(0) = \"Jerry\""
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3153711\n"
-"33\n"
"help.text"
msgid "sEntry(1) = \"Patty\""
msgstr "sEntry(1) = \"Patty\""
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3148993\n"
-"34\n"
"help.text"
msgid "sEntry(2) = \"Kurt\""
msgstr "sEntry(2) = \"Kurt\""
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3156382\n"
-"35\n"
"help.text"
msgid "sEntry(3) = \"Thomas\""
msgstr "sEntry(3) = \"Thomas\""
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3155174\n"
-"36\n"
"help.text"
msgid "sEntry(4) = \"Michael\""
msgstr "sEntry(4) = \"Michael\""
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3166448\n"
-"37\n"
"help.text"
msgid "sEntry(5) = \"David\""
msgstr "sEntry(5) = \"David\""
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3149255\n"
-"38\n"
"help.text"
msgid "sEntry(6) = \"Cathy\""
msgstr "sEntry(6) = \"Cathy\""
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3149565\n"
-"39\n"
"help.text"
msgid "sEntry(7) = \"Susie\""
msgstr "sEntry(7) = \"Susie\""
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3145148\n"
-"40\n"
"help.text"
msgid "sEntry(8) = \"Edward\""
msgstr "sEntry(8) = \"Edward\""
#: 03090202.xhp
+#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3145229\n"
-"41\n"
"help.text"
msgid "sEntry(9) = \"Christine\""
msgstr "sEntry(9) = \"Christine\""
@@ -22268,208 +22266,208 @@ msgid "<bookmark_value>GoSub...Return statement</bookmark_value>"
msgstr "<bookmark_value>GoSub...Return; ステートメント</bookmark_value>"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"hd_id3147242\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090301.xhp\" name=\"GoSub...Return Statement [Runtime]\">GoSub...Return Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03090301.xhp\" name=\"GoSub...Return ステートメント [実行時]\">GoSub...Return ステートメント [実行時]</link>"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"par_id3145316\n"
-"2\n"
"help.text"
msgid "Calls a subroutine that is indicated by a label from a subroutine or a function. The statements following the label are executed until the next Return statement. Afterwards, the program continues with the statement that follows the <emph>GoSub </emph>statement."
msgstr "サブルーチンや関数中から、ラベルで指定するサブルーチンを呼び出します。ラベルの指定先にあるステートメント群は、最初に出現する Return ステートメントの位置までが実行されます。これらのステートメント群の実行後、プログラムの処理行は、呼び出し元の <emph>GoSub</emph> ステートメントの次行にあたるステートメントに戻ります。"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"hd_id3145609\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"par_id3145069\n"
-"4\n"
"help.text"
msgid "see Parameters"
msgstr "パラメーターを参照"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"hd_id3147265\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"par_id3148664\n"
-"6\n"
"help.text"
msgid "Sub/Function"
msgstr "Sub/Function"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"par_id3150400\n"
-"7\n"
"help.text"
msgid "statement block"
msgstr "ステートメントブロック"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"par_id3154140\n"
-"8\n"
"help.text"
msgid "Label"
msgstr "タイトル"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"par_id3150869\n"
-"9\n"
"help.text"
msgid "statement block"
msgstr "ステートメントブロック"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"par_id3154909\n"
-"10\n"
"help.text"
msgid "GoSub Label"
msgstr "GoSub Label"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"par_id3153969\n"
-"11\n"
"help.text"
msgid "Exit Sub/Function"
msgstr "Exit Sub/Function"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"par_id3154685\n"
-"12\n"
"help.text"
msgid "Label:"
msgstr "Label:"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"par_id3145786\n"
-"13\n"
"help.text"
msgid "statement block"
msgstr "ステートメントブロック"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"par_id3159252\n"
-"14\n"
"help.text"
msgid "Return"
msgstr "Return"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"par_id3154321\n"
-"15\n"
"help.text"
msgid "End Sub/Function"
msgstr "End Sub/Function"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"par_id3147318\n"
-"16\n"
"help.text"
msgid "The <emph>GoSub</emph> statement calls a local subroutine indicated by a label from within a subroutine or a function. The name of the label must end with a colon (\":\")."
msgstr "<emph>GoSub</emph> ステートメントは、ラベルで指定するローカルサブルーチンを、サブルーチンや関数内で呼び出します。ラベル位置の指定では、ラベル名に続けて末尾にコロン (:) を付ける必要があります。"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"par_id3153190\n"
-"17\n"
"help.text"
msgid "If the program encounters a Return statement not preceded by <emph>GoSub</emph>, $[officename] Basic returns an error message. Use <emph>Exit Sub</emph> or <emph>Exit Function</emph> to ensure that the program leaves a Sub or Function before reaching the next Return statement."
msgstr "プログラムの実行時に、対応する <emph>GoSub</emph> の存在しない Return ステートメントに遭遇すると、$[officename] Basic からエラーメッセージが返されます。 こうした不適切な Return ステートメントの実行を避けるには、必要な箇所に <emph>Exit Sub</emph> ないし <emph>Exit Function</emph> を記述して、該当する Sub や Function を明示的に終了させる必要があります。"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"par_id3145799\n"
-"19\n"
"help.text"
msgid "The following example demonstrates the use of <emph>GoSub</emph> and <emph>Return</emph>. By executing a program section twice, the program calculates the square root of two numbers that are entered by the user."
msgstr "下記の例は、<emph>GoSub</emph> と <emph>Return</emph> を使用したサンプルコードです。ここではユーザーに 2 つの値を入力させていますが、これらの平方根の計算は、共通の処理セクションを 2 度呼び出すことで処理しています。"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"hd_id3156284\n"
-"20\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"par_id3146970\n"
-"25\n"
"help.text"
msgid "iInputa = Int(InputBox(\"Enter the first number: \",\"NumberInput\"))"
msgstr "iInputa = Int(InputBox$ (\"Enter the first number:\",\"NumberInput\"))"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"par_id3150329\n"
-"26\n"
"help.text"
msgid "iInputb = Int(InputBox(\"Enter the second number: \",\"NumberInput\"))"
msgstr "iInputb = Int(InputBox$ (\"Enter the second number:\",\"NumberInput\"))"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"par_id3154756\n"
-"29\n"
"help.text"
msgid "Print \"The square root of\";iInputa;\" is\";iInputc"
msgstr "Print \"The square root of\";iInputa;\" is\";iInputc"
#: 03090301.xhp
+#, fuzzy
msgctxt ""
"03090301.xhp\n"
"par_id3147340\n"
-"32\n"
"help.text"
msgid "Print \"The square root of\";iInputb;\" is\";iInputc"
msgstr "Print \"The square root of\";iInputb;\" is\";iInputc"
@@ -22669,135 +22667,136 @@ msgid "On...GoSub Statement; On...GoTo Statement [Runtime]"
msgstr "On... GoSub ステートメント; On... GoTo ステートメント [実行時]"
#: 03090303.xhp
+#, fuzzy
msgctxt ""
"03090303.xhp\n"
"bm_id3153897\n"
"help.text"
-msgid "<bookmark_value>On...GoSub statement</bookmark_value><bookmark_value>On...GoTo statement</bookmark_value>"
+msgid "<bookmark_value>On...GoSub statement</bookmark_value> <bookmark_value>On...GoTo statement</bookmark_value>"
msgstr "<bookmark_value>On... GoSub ステートメント</bookmark_value><bookmark_value>On... GoTo ステートメント</bookmark_value>"
#: 03090303.xhp
+#, fuzzy
msgctxt ""
"03090303.xhp\n"
"hd_id3153897\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090303.xhp\" name=\"On...GoSub Statement; On...GoTo Statement [Runtime]\">On...GoSub Statement; On...GoTo Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03090303.xhp\" name=\"On...GoSub ステートメント; On...GoTo ステートメント [実行時]\">On...GoSub ステートメント; On...GoTo ステートメント [実行時]</link>"
#: 03090303.xhp
+#, fuzzy
msgctxt ""
"03090303.xhp\n"
"par_id3150359\n"
-"2\n"
"help.text"
msgid "Branches to one of several specified lines in the program code, depending on the value of a numeric expression."
msgstr "プログラムコード上に複数の指定行を設けておき、与えられる数値表式を基にして、いずれか 1 つの行に分岐します。"
#: 03090303.xhp
+#, fuzzy
msgctxt ""
"03090303.xhp\n"
"hd_id3148798\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03090303.xhp
+#, fuzzy
msgctxt ""
"03090303.xhp\n"
"par_id3154366\n"
-"4\n"
"help.text"
msgid "On N GoSub Label1[, Label2[, Label3[,...]]]"
msgstr "On N GoSub Label1[, Label2[, Label3[,...]]]"
#: 03090303.xhp
+#, fuzzy
msgctxt ""
"03090303.xhp\n"
"par_id3150769\n"
-"5\n"
"help.text"
msgid "On NumExpression GoTo Label1[, Label2[, Label3[,...]]]"
msgstr "On NumExpression GoTo Label1[, Label2[, Label3[,...]]]"
#: 03090303.xhp
+#, fuzzy
msgctxt ""
"03090303.xhp\n"
"hd_id3156215\n"
-"6\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03090303.xhp
+#, fuzzy
msgctxt ""
"03090303.xhp\n"
"par_id3148673\n"
-"7\n"
"help.text"
msgid "<emph>NumExpression:</emph> Any numeric expression between 0 and 255 that determines which of the lines the program branches to. If NumExpression is 0, the statement is not executed. If NumExpression is greater than 0, the program jumps to the label that has a position number that corresponds to the expression (1 = First label; 2 = Second label)"
msgstr "<emph>NumExpression:</emph> プログラム実行行の分岐先を示す、0 から 255 までの数値表式。NumExpression の指定値が 0 であると、このステートメントは実行されません。NumExpression が 0 よりも大きい場合は、指定値に該当するラベルにプログラム実行行がジャンプします (1 = 最初のラベル; 2 = 次のラベル)。"
#: 03090303.xhp
+#, fuzzy
msgctxt ""
"03090303.xhp\n"
"par_id3153194\n"
-"8\n"
"help.text"
msgid "<emph>Label:</emph> Target line according to<emph> GoTo </emph>or <emph>GoSub</emph> structure."
msgstr "<emph>Label:</emph> <emph>GoTo</emph> および <emph>GoSub</emph> でラベル付けされたターゲット行。"
#: 03090303.xhp
+#, fuzzy
msgctxt ""
"03090303.xhp\n"
"par_id3156442\n"
-"9\n"
"help.text"
msgid "The <emph>GoTo</emph> or <emph>GoSub </emph>conventions are valid."
msgstr "分岐方式の指定には <emph>GoTo</emph> および <emph>GoSub</emph> が使用できます。"
#: 03090303.xhp
+#, fuzzy
msgctxt ""
"03090303.xhp\n"
"hd_id3148645\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03090303.xhp
+#, fuzzy
msgctxt ""
"03090303.xhp\n"
"par_id3153948\n"
-"21\n"
"help.text"
msgid "sVar =sVar & \" From Sub 1 to\" : Return"
msgstr "sVar =sVar & \" From Sub 1 to\" : Return"
#: 03090303.xhp
+#, fuzzy
msgctxt ""
"03090303.xhp\n"
"par_id3153708\n"
-"23\n"
"help.text"
msgid "sVar =sVar & \" From Sub 2 to\" : Return"
msgstr "sVar =sVar & \" From Sub 2 to\" : Return"
#: 03090303.xhp
+#, fuzzy
msgctxt ""
"03090303.xhp\n"
"par_id3150321\n"
-"25\n"
"help.text"
msgid "sVar =sVar & \" Label 1\" : GoTo Ende"
msgstr "sVar =sVar & \" Label 1\" : GoTo Ende"
#: 03090303.xhp
+#, fuzzy
msgctxt ""
"03090303.xhp\n"
"par_id3155764\n"
-"27\n"
"help.text"
msgid "sVar =sVar & \" Label 2\""
msgstr "sVar =sVar & \" Label 2\""
@@ -22942,109 +22941,109 @@ msgid "<bookmark_value>Choose function</bookmark_value>"
msgstr "<bookmark_value>Choose 関数</bookmark_value>"
#: 03090402.xhp
+#, fuzzy
msgctxt ""
"03090402.xhp\n"
"hd_id3143271\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090402.xhp\" name=\"Choose Function [Runtime]\">Choose Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03090402.xhp\" name=\"Choose 関数 [実行時]\">Choose 関数 [実行時]</link>"
#: 03090402.xhp
+#, fuzzy
msgctxt ""
"03090402.xhp\n"
"par_id3149234\n"
-"2\n"
"help.text"
msgid "Returns a selected value from a list of arguments."
msgstr "引数のリストの中から、指定された値を返します。"
#: 03090402.xhp
+#, fuzzy
msgctxt ""
"03090402.xhp\n"
"hd_id3148943\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03090402.xhp
+#, fuzzy
msgctxt ""
"03090402.xhp\n"
"par_id3147560\n"
-"4\n"
"help.text"
msgid "Choose (Index, Selection1[, Selection2, ... [,Selection_n]])"
msgstr "Choose (Index, Selection1[, Selection2, ...[,Selection_n]])"
#: 03090402.xhp
+#, fuzzy
msgctxt ""
"03090402.xhp\n"
"hd_id3154346\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03090402.xhp
+#, fuzzy
msgctxt ""
"03090402.xhp\n"
"par_id3148664\n"
-"6\n"
"help.text"
msgid "<emph>Index:</emph> A numeric expression that specifies the value to return."
msgstr "<emph>Index:</emph> 返す値を指定するための数値表式。"
#: 03090402.xhp
+#, fuzzy
msgctxt ""
"03090402.xhp\n"
"par_id3150791\n"
-"7\n"
"help.text"
msgid "<emph>Selection1:</emph> Any expression that contains one of the possible choices."
msgstr "<emph>Selection1:</emph> 戻り値の候補となる任意の値。"
#: 03090402.xhp
+#, fuzzy
msgctxt ""
"03090402.xhp\n"
"par_id3151043\n"
-"8\n"
"help.text"
msgid "The <emph>Choose</emph> function returns a value from the list of expressions based on the index value. If Index = 1, the function returns the first expression in the list, if index i= 2, it returns the second expression, and so on."
msgstr "<emph>Choose</emph> 関数は、与えられた値のリストの中から、インデックス値の指定するものを返します。ここでは、インデックス値が 1 であればリスト中の 1 番目の値を返し、インデックス値が 2 であればリスト中の 2 番目の値を返す、という処理が行われます。"
#: 03090402.xhp
+#, fuzzy
msgctxt ""
"03090402.xhp\n"
"par_id3153192\n"
-"9\n"
"help.text"
msgid "If the index value is less than 1 or greater than the number of expressions listed, the function returns a Null value."
msgstr "インデックス値が 1 より小さいか、リストの要素数よりも大きい場合、関数の戻り値は Null 値が返されます。"
#: 03090402.xhp
+#, fuzzy
msgctxt ""
"03090402.xhp\n"
"par_id3156281\n"
-"10\n"
"help.text"
msgid "The following example uses the <emph>Choose</emph> function to select a string from several strings that form a menu:"
msgstr "下記の例では、<emph>Choose</emph> 関数を使って、メニューを構成する複数の文字列の中から、特定の文字列を取り出しています。"
#: 03090402.xhp
+#, fuzzy
msgctxt ""
"03090402.xhp\n"
"hd_id3150439\n"
-"11\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03090402.xhp
+#, fuzzy
msgctxt ""
"03090402.xhp\n"
"par_id3156443\n"
-"20\n"
"help.text"
msgid "ChooseMenu = Choose(Index, \"Quick Format\", \"Save Format\", \"System Format\")"
msgstr "ChooseMenu = Choose(Index, \"Quick Format\", \"Save Format\", \"System Format\")"
@@ -23066,10 +23065,10 @@ msgid "<bookmark_value>Declare statement</bookmark_value>"
msgstr "<bookmark_value>Declare ステートメント</bookmark_value>"
#: 03090403.xhp
+#, fuzzy
msgctxt ""
"03090403.xhp\n"
"hd_id3148473\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare Statement [Runtime]\">Declare Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare ステートメント [実行時]\">Declare ステートメント [実行時]</link>"
@@ -23083,109 +23082,109 @@ msgid "<bookmark_value>DLL (Dynamic Link Library)</bookmark_value>"
msgstr "<bookmark_value>DLL (Dynamic Link Library)</bookmark_value>"
#: 03090403.xhp
+#, fuzzy
msgctxt ""
"03090403.xhp\n"
"par_id3145316\n"
-"2\n"
"help.text"
msgid "Declares and defines a subroutine in a DLL file that you want to execute from $[officename] Basic."
msgstr "$[officename] Basic から実行する DLL ファイル内のサブルーチンの宣言と定義を行います。"
#: 03090403.xhp
+#, fuzzy
msgctxt ""
"03090403.xhp\n"
"par_id3146795\n"
-"3\n"
"help.text"
msgid "See also: <link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary\">FreeLibrary</link>"
msgstr "次も参照してください:<link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary\">FreeLibrary</link>。"
#: 03090403.xhp
+#, fuzzy
msgctxt ""
"03090403.xhp\n"
"hd_id3156344\n"
-"4\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03090403.xhp
+#, fuzzy
msgctxt ""
"03090403.xhp\n"
"par_id3148664\n"
-"5\n"
"help.text"
msgid "Declare {Sub | Function} Name Lib \"Libname\" [Alias \"Aliasname\"] [Parameter] [As Type]"
msgstr "Declare {Sub | Function} Name Lib \"Libname\" [Alias \"Aliasname\"] [Parameter] [As Type]"
#: 03090403.xhp
+#, fuzzy
msgctxt ""
"03090403.xhp\n"
"hd_id3153360\n"
-"6\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03090403.xhp
+#, fuzzy
msgctxt ""
"03090403.xhp\n"
"par_id3154140\n"
-"8\n"
"help.text"
msgid "<emph>Name:</emph> A different name than defined in the DLL, to call the subroutine from $[officename] Basic."
msgstr "<emph>Name:</emph> $[officename] Basic からサブルーチンを呼び出すための DLL 内の定義名とは異なる名前。"
#: 03090403.xhp
+#, fuzzy
msgctxt ""
"03090403.xhp\n"
"par_id3150870\n"
-"9\n"
"help.text"
msgid "<emph>Aliasname</emph>: Name of the subroutine as defined in the DLL."
msgstr "<emph>Aliasname</emph>:サブルーチンの DLL 内の定義名。"
#: 03090403.xhp
+#, fuzzy
msgctxt ""
"03090403.xhp\n"
"par_id3154684\n"
-"10\n"
"help.text"
msgid "<emph>Libname:</emph> File or system name of the DLL. This library is automatically loaded the first time the function is used."
msgstr "<emph>Libname:</emph> DLL のファイルないしシステム名このライブラリは、関数の初回使用時に自動的に読み込まれます。"
#: 03090403.xhp
+#, fuzzy
msgctxt ""
"03090403.xhp\n"
"par_id3148452\n"
-"11\n"
"help.text"
msgid "<emph>Argumentlist:</emph> List of parameters representing arguments that are passed to the procedure when it is called. The type and number of parameters is dependent on the executed procedure."
msgstr "<emph>Argumentlist:</emph> 呼び出し時にプロシージャーに渡される引数を示すパラメーターのリストパラメータの種類と数は、実行するプロシージャーに依存します。"
#: 03090403.xhp
+#, fuzzy
msgctxt ""
"03090403.xhp\n"
"par_id3147289\n"
-"12\n"
"help.text"
msgid "<emph>Type:</emph> Defines the data type of the value that is returned by a function procedure. You can exclude this parameter if a type-declaration character is entered after the name."
msgstr "<emph>Type:</emph> 関数プロシージャーにより返される値のデータ型を指定します。名前の次に型宣言子を入力する場合、このパラメーターは省略できます。"
#: 03090403.xhp
+#, fuzzy
msgctxt ""
"03090403.xhp\n"
"par_id3146922\n"
-"13\n"
"help.text"
msgid "To pass a parameter to a subroutine as a value instead of as a reference, the parameter must be indicated by the keyword <emph>ByVal</emph>."
msgstr "パラメーターをサブルーチンに参照渡しでなく値渡しで与える場合、このパラメーターは <emph>ByVal</emph> キーワードで指定する必要があります。"
#: 03090403.xhp
+#, fuzzy
msgctxt ""
"03090403.xhp\n"
"hd_id3153951\n"
-"14\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -23207,154 +23206,154 @@ msgid "<bookmark_value>End statement</bookmark_value>"
msgstr "<bookmark_value>End ステートメント </bookmark_value>"
#: 03090404.xhp
+#, fuzzy
msgctxt ""
"03090404.xhp\n"
"hd_id3150771\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End Statement [Runtime]\">End Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03090404.xhp\" name=\"End ステートメント [実行時]\">End ステートメント [実行時]</link>"
#: 03090404.xhp
+#, fuzzy
msgctxt ""
"03090404.xhp\n"
"par_id3153126\n"
-"2\n"
"help.text"
msgid "Ends a procedure or block."
msgstr "プロシージャーやブロックの終了を宣言します。"
#: 03090404.xhp
+#, fuzzy
msgctxt ""
"03090404.xhp\n"
"hd_id3147264\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03090404.xhp
+#, fuzzy
msgctxt ""
"03090404.xhp\n"
"par_id3148552\n"
-"4\n"
"help.text"
msgid "End, End Function, End If, End Select, End Sub"
msgstr "End、End Function、End If、End Select、End Sub"
#: 03090404.xhp
+#, fuzzy
msgctxt ""
"03090404.xhp\n"
"hd_id3149456\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03090404.xhp
+#, fuzzy
msgctxt ""
"03090404.xhp\n"
"par_id3150398\n"
-"6\n"
"help.text"
msgid "Use the End statement as follows:"
msgstr "End ステートメントは、下記のように使用します。"
#: 03090404.xhp
+#, fuzzy
msgctxt ""
"03090404.xhp\n"
"hd_id3154366\n"
-"7\n"
"help.text"
msgid "Statement"
msgstr "ステートメント"
#: 03090404.xhp
+#, fuzzy
msgctxt ""
"03090404.xhp\n"
"par_id3151043\n"
-"8\n"
"help.text"
msgid "End: Is not required, but can be entered anywhere within a procedure to end the program execution."
msgstr "終了期:必ずしも使用する必要はありませんが、プロシージャー中でプログラムの実行を終了させたい任意の位置に配置できます。"
#: 03090404.xhp
+#, fuzzy
msgctxt ""
"03090404.xhp\n"
"par_id3145171\n"
-"9\n"
"help.text"
msgid "End Function: Ends a <emph>Function</emph> statement."
msgstr "End Function:<emph>Function</emph> ステートメントの終了を宣言します。"
#: 03090404.xhp
+#, fuzzy
msgctxt ""
"03090404.xhp\n"
"par_id3153192\n"
-"10\n"
"help.text"
msgid "End If: Marks the end of a <emph>If...Then...Else</emph> block."
msgstr "End If:<emph>If...Then...Else</emph> ブロックの終了を宣言します。"
#: 03090404.xhp
+#, fuzzy
msgctxt ""
"03090404.xhp\n"
"par_id3148451\n"
-"11\n"
"help.text"
msgid "End Select: Marks the end of a <emph>Select Case</emph> block."
msgstr "End Select:<emph>Select Case</emph> ブロックの終了を宣言します。"
#: 03090404.xhp
+#, fuzzy
msgctxt ""
"03090404.xhp\n"
"par_id3155131\n"
-"12\n"
"help.text"
msgid "End Sub: Ends a <emph>Sub</emph> statement."
msgstr "End Sub:<emph>Sub</emph> ステートメントの終了を宣言します。"
#: 03090404.xhp
+#, fuzzy
msgctxt ""
"03090404.xhp\n"
"hd_id3146120\n"
-"13\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03090404.xhp
+#, fuzzy
msgctxt ""
"03090404.xhp\n"
"par_id3152887\n"
-"19\n"
"help.text"
msgid "Print \"Number from 1 to 5\""
msgstr "Print \"Number from 1 to 5\""
#: 03090404.xhp
+#, fuzzy
msgctxt ""
"03090404.xhp\n"
"par_id3148618\n"
-"21\n"
"help.text"
msgid "Print \"Number from 6 to 8\""
msgstr "Print \"Number from 6 to 8\""
#: 03090404.xhp
+#, fuzzy
msgctxt ""
"03090404.xhp\n"
"par_id3147436\n"
-"23\n"
"help.text"
msgid "Print \"Greater than 8\""
msgstr "Print \"Greater than 8\""
#: 03090404.xhp
+#, fuzzy
msgctxt ""
"03090404.xhp\n"
"par_id3150418\n"
-"25\n"
"help.text"
msgid "Print \"Outside range 1 to 10\""
msgstr "Print \"Outside range 1 to 10\""
@@ -23376,73 +23375,73 @@ msgid "<bookmark_value>FreeLibrary function</bookmark_value>"
msgstr "<bookmark_value>FreeLibrary 関数</bookmark_value>"
#: 03090405.xhp
+#, fuzzy
msgctxt ""
"03090405.xhp\n"
"hd_id3143270\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary Function [Runtime]\">FreeLibrary Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary 関数 [実行時]\">FreeLibrary 関数 [実行時]</link>"
#: 03090405.xhp
+#, fuzzy
msgctxt ""
"03090405.xhp\n"
"par_id3147559\n"
-"2\n"
"help.text"
msgid "Releases DLLs that were loaded by a Declare statement. A released DLL is automatically reloaded if one of its functions is called. See also: <link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare\">Declare</link>"
msgstr "Declare ステートメントで読み込んだ DLL を解放します。解放後の DLL は、その中の関数が呼び出された場合、自動的に再読み込みされます。次も参照してください:<link href=\"text/sbasic/shared/03090403.xhp\" name=\"Declare\">Declare</link>"
#: 03090405.xhp
+#, fuzzy
msgctxt ""
"03090405.xhp\n"
"hd_id3148550\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03090405.xhp
+#, fuzzy
msgctxt ""
"03090405.xhp\n"
"par_id3153361\n"
-"4\n"
"help.text"
msgid "FreeLibrary (LibName As String)"
msgstr "FreeLibrary (LibName As String)"
#: 03090405.xhp
+#, fuzzy
msgctxt ""
"03090405.xhp\n"
"hd_id3153380\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03090405.xhp
+#, fuzzy
msgctxt ""
"03090405.xhp\n"
"par_id3154138\n"
-"6\n"
"help.text"
msgid "<emph>LibName:</emph> String expression that specifies the name of the DLL."
msgstr "LibName:DLL 名を指定する文字列。"
#: 03090405.xhp
+#, fuzzy
msgctxt ""
"03090405.xhp\n"
"par_id3146923\n"
-"7\n"
"help.text"
msgid "FreeLibrary can only release DLLs that are loaded during Basic runtime."
msgstr "FreeLibrary で解放できる DLL は、Basic の実行時に読み込んだものだけです。"
#: 03090405.xhp
+#, fuzzy
msgctxt ""
"03090405.xhp\n"
"hd_id3153363\n"
-"8\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -23464,181 +23463,181 @@ msgid "<bookmark_value>Function statement</bookmark_value>"
msgstr "<bookmark_value>Function ステートメント</bookmark_value>"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"hd_id3153346\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement [Runtime]\">Function Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function ステートメント [実行時]\">Function ステートメント [実行時]</link>"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"par_id3159158\n"
-"2\n"
"help.text"
msgid "Defines a subroutine that can be used as an expression to determine a return type."
msgstr "処理結果を戻り値として返すサブルーチンを定義します。"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"hd_id3145316\n"
-"3\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"par_id3148944\n"
-"4\n"
"help.text"
msgid "see Parameter"
msgstr "パラメーターを参照"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"hd_id3154760\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"par_id3156344\n"
-"6\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"par_id3149457\n"
-"7\n"
"help.text"
msgid "Function Name[(VarName1 [As Type][, VarName2 [As Type][,...]]]) [As Type]"
msgstr "Function Name[(VarName1 [As Type][, VarName2 [As Type][,...]]])[As Type]"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"par_id3153360\n"
-"8\n"
"help.text"
msgid "statement block"
msgstr "ステートメントブロック"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"par_id3148797\n"
-"9\n"
"help.text"
msgid "[Exit Function]"
msgstr "[Exit Function]"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"par_id3145419\n"
-"10\n"
"help.text"
msgid "statement block"
msgstr "ステートメントブロック"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"par_id3150449\n"
-"11\n"
"help.text"
msgid "End Function"
msgstr "End Function"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"par_id3156281\n"
-"12\n"
"help.text"
msgid "Parameter"
msgstr "パラメーター"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"par_id3153193\n"
-"13\n"
"help.text"
msgid "<emph>Name:</emph> Name of the subroutine to contain the value returned by the function."
msgstr "<emph>Name:</emph> 関数が返す値を格納しておくサブルーチン名。"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"par_id3147229\n"
-"14\n"
"help.text"
msgid "<emph>VarName:</emph> Parameter to be passed to the subroutine."
msgstr "<emph>VarName:</emph> サブルーチンに渡すパラメーター。"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"par_id3147287\n"
-"15\n"
"help.text"
msgid "<emph>Type:</emph> Type-declaration keyword."
msgstr "<emph>Type:</emph> 型宣言用のキーワード。"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"hd_id3163710\n"
-"16\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"par_id3152939\n"
-"21\n"
"help.text"
msgid "For siStep = 0 To 10 ' Fill array with test data"
msgstr "For siStep = 0 to 10 REM 配列にテスト用データを代入"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"par_id3154943\n"
-"32\n"
"help.text"
msgid "' Linsearch searches a TextArray:sList() for a TextEntry:"
msgstr "REM LinSearch はテキスト配列 sList( ) 内に指定文字列を検索"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"par_id3155601\n"
-"33\n"
"help.text"
msgid "' Return value Is the index of the entry Or 0 (Null)"
msgstr "REM 戻り値は、該当するインデックス値ないしゼロ (Null)"
#: 03090406.xhp
+#, fuzzy
msgctxt ""
"03090406.xhp\n"
"par_id3153707\n"
-"36\n"
"help.text"
msgid "Exit For ' sItem found"
msgstr "Exit for REM 検索で sItem がヒット"
@@ -23652,72 +23651,73 @@ msgid "Rem Statement [Runtime]"
msgstr "Rem ステートメント [実行時]"
#: 03090407.xhp
+#, fuzzy
msgctxt ""
"03090407.xhp\n"
"bm_id3154347\n"
"help.text"
-msgid "<bookmark_value>Rem statement</bookmark_value><bookmark_value>comments;Rem statement</bookmark_value>"
+msgid "<bookmark_value>Rem statement</bookmark_value> <bookmark_value>comments;Rem statement</bookmark_value>"
msgstr "<bookmark_value>Rem ステートメント</bookmark_value><bookmark_value>コメント Rem</bookmark_value>"
#: 03090407.xhp
+#, fuzzy
msgctxt ""
"03090407.xhp\n"
"hd_id3154347\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090407.xhp\" name=\"Rem Statement [Runtime]\">Rem Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03090407.xhp\" name=\"Rem ステートメント [実行時]\">Rem ステートメント [実行時]</link>"
#: 03090407.xhp
+#, fuzzy
msgctxt ""
"03090407.xhp\n"
"par_id3153525\n"
-"2\n"
"help.text"
msgid "Specifies that a program line is a comment."
msgstr "プログラム行中のコメント文を指定します。"
#: 03090407.xhp
+#, fuzzy
msgctxt ""
"03090407.xhp\n"
"hd_id3153360\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03090407.xhp
+#, fuzzy
msgctxt ""
"03090407.xhp\n"
"par_id3154141\n"
-"4\n"
"help.text"
msgid "Rem Text"
msgstr "Rem Text"
#: 03090407.xhp
+#, fuzzy
msgctxt ""
"03090407.xhp\n"
"hd_id3151042\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03090407.xhp
+#, fuzzy
msgctxt ""
"03090407.xhp\n"
"par_id3150869\n"
-"6\n"
"help.text"
msgid "<emph>Text:</emph> Any text that serves as a comment."
msgstr "<emph>Text:</emph> コメント文として記入する任意のテキスト"
#: 03090407.xhp
+#, fuzzy
msgctxt ""
"03090407.xhp\n"
"par_id3147318\n"
-"7\n"
"help.text"
msgid "You can use the single quotation mark instead of the Rem keyword to indicate that the text on a line is comments. This symbol can be inserted directly to the right of the program code, followed by a comment."
msgstr "コメント行の指定は、Rem キーワードの代わりに単一引用符 (シングルクオート) 記号を使うこともできます。このキーワードは、通常のプログラムコードの右側に置くこともでき、それ以降の記述はコメント文と見なされます。"
@@ -23731,19 +23731,19 @@ msgid "You can use a space followed by the underline character _ as the last two
msgstr "空白に続くアンダーライン文字 _ を行の最後の 2 文字として使用して、次の行で論理行を継続することができます。 コメント行を継続するには、同じ Basic モジュールに \"Option Compatible\" と入力する必要があります。"
#: 03090407.xhp
+#, fuzzy
msgctxt ""
"03090407.xhp\n"
"hd_id3150012\n"
-"8\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03090407.xhp
+#, fuzzy
msgctxt ""
"03090407.xhp\n"
"par_id3153140\n"
-"13\n"
"help.text"
msgid "' Nothing occurs here"
msgstr "REM ここでは何の処理も行われません"
@@ -23765,46 +23765,46 @@ msgid "<bookmark_value>Stop statement</bookmark_value>"
msgstr "<bookmark_value>Stop ステートメント</bookmark_value>"
#: 03090408.xhp
+#, fuzzy
msgctxt ""
"03090408.xhp\n"
"hd_id3153311\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090408.xhp\" name=\"Stop Statement [Runtime]\">Stop Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03090408.xhp\" name=\"Stop ステートメント [実行時]\">Stop ステートメント [実行時]</link>"
#: 03090408.xhp
+#, fuzzy
msgctxt ""
"03090408.xhp\n"
"par_id3154142\n"
-"2\n"
"help.text"
msgid "Stops the execution of the Basic program."
msgstr "Basic プログラムの実行を停止させます。"
#: 03090408.xhp
+#, fuzzy
msgctxt ""
"03090408.xhp\n"
"hd_id3153126\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03090408.xhp
+#, fuzzy
msgctxt ""
"03090408.xhp\n"
"par_id3156023\n"
-"4\n"
"help.text"
msgid "Stop"
msgstr "Stop"
#: 03090408.xhp
+#, fuzzy
msgctxt ""
"03090408.xhp\n"
"hd_id3156344\n"
-"5\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -23826,82 +23826,82 @@ msgid "<bookmark_value>Sub statement</bookmark_value>"
msgstr "<bookmark_value>Sub ステートメント</bookmark_value>"
#: 03090409.xhp
+#, fuzzy
msgctxt ""
"03090409.xhp\n"
"hd_id3147226\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub Statement [Runtime]\">Sub Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub ステートメント [実行時]\">Sub ステートメント [実行時]</link>"
#: 03090409.xhp
+#, fuzzy
msgctxt ""
"03090409.xhp\n"
"par_id3153311\n"
-"2\n"
"help.text"
msgid "Defines a subroutine."
msgstr "サブルーチンを定義します。"
#: 03090409.xhp
+#, fuzzy
msgctxt ""
"03090409.xhp\n"
"hd_id3149416\n"
-"3\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 03090409.xhp
+#, fuzzy
msgctxt ""
"03090409.xhp\n"
"par_id3147530\n"
-"5\n"
"help.text"
msgid "statement block"
msgstr "ステートメントブロック"
#: 03090409.xhp
+#, fuzzy
msgctxt ""
"03090409.xhp\n"
"hd_id3153525\n"
-"9\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03090409.xhp
+#, fuzzy
msgctxt ""
"03090409.xhp\n"
"par_id3150792\n"
-"10\n"
"help.text"
msgid "<emph>Name:</emph> Name of the subroutine ."
msgstr "<emph>Name:</emph> サブルーチンの名前。"
#: 03090409.xhp
+#, fuzzy
msgctxt ""
"03090409.xhp\n"
"par_id3154138\n"
-"11\n"
"help.text"
msgid "<emph>VarName: </emph>Parameter that you want to pass to the subroutine."
msgstr "<emph>VarName:</emph>サブルーチンに渡すパラメーター。"
#: 03090409.xhp
+#, fuzzy
msgctxt ""
"03090409.xhp\n"
"par_id3154908\n"
-"12\n"
"help.text"
msgid "<emph>Type:</emph> Type-declaration key word."
msgstr "<emph>Type:</emph> 型宣言キーワード"
#: 03090409.xhp
+#, fuzzy
msgctxt ""
"03090409.xhp\n"
"hd_id3153770\n"
-"16\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -23931,109 +23931,109 @@ msgid "<bookmark_value>Switch function</bookmark_value>"
msgstr "<bookmark_value>Switch 関数</bookmark_value>"
#: 03090410.xhp
+#, fuzzy
msgctxt ""
"03090410.xhp\n"
"hd_id3148554\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function [Runtime]\">Switch Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch 関数 [実行時]\">Switch 関数 [実行時]</link>"
#: 03090410.xhp
+#, fuzzy
msgctxt ""
"03090410.xhp\n"
"par_id3148522\n"
-"2\n"
"help.text"
msgid "Evaluates a list of arguments, consisting of an expression followed by a value. The Switch function returns a value that is associated with the expression that is passed by this function."
msgstr "表式と値のペアを引数として、これら引数のリストを対象とした判定処理を行います。Switch 関数は、与えられた表式がどの引数に該当するかを判定して、対応する値を返します。"
#: 03090410.xhp
+#, fuzzy
msgctxt ""
"03090410.xhp\n"
"hd_id3154863\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03090410.xhp
+#, fuzzy
msgctxt ""
"03090410.xhp\n"
"par_id3155934\n"
-"4\n"
"help.text"
msgid "Switch (Expression1, Value1[, Expression2, Value2[..., Expression_n, Value_n]])"
msgstr "Switch (Expression1, Value1[, Expression2, Value2[..., Expression_n, Value_n]])"
#: 03090410.xhp
+#, fuzzy
msgctxt ""
"03090410.xhp\n"
"hd_id3149119\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03090410.xhp
+#, fuzzy
msgctxt ""
"03090410.xhp\n"
"par_id3153894\n"
-"6\n"
"help.text"
msgid "The <emph>Switch</emph> function evaluates the expressions from left to right, and then returns the value that is assigned to the function expression. If expression and value are not given as a pair, a runtime error occurs."
msgstr "<emph>Switch</emph> 関数は、表式を左から右の順番で判定してゆき、関数に与えられた表式に該当する値を返します。表式と値がペアとして指定されていない場合は、実行時エラーが発生します。"
#: 03090410.xhp
+#, fuzzy
msgctxt ""
"03090410.xhp\n"
"par_id3153990\n"
-"7\n"
"help.text"
msgid "<emph>Expression:</emph> The expression that you want to evaluate."
msgstr "<emph>Expression:</emph> 評価の対象となる表式。"
#: 03090410.xhp
+#, fuzzy
msgctxt ""
"03090410.xhp\n"
"par_id3153394\n"
-"8\n"
"help.text"
msgid "<emph>Value:</emph> The value that you want to return if the expression is True."
msgstr "<emph>Value:</emph> 表式が該当した場合に返す値。"
#: 03090410.xhp
+#, fuzzy
msgctxt ""
"03090410.xhp\n"
"par_id3153346\n"
-"9\n"
"help.text"
msgid "In the following example, the <emph>Switch</emph> function assigns the appropriate gender to the name that is passed to the function:"
msgstr "下記の例では、<emph>Switch</emph> 関数により、与えられた名前の性別を判定させています。"
#: 03090410.xhp
+#, fuzzy
msgctxt ""
"03090410.xhp\n"
"hd_id3159157\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03090410.xhp
+#, fuzzy
msgctxt ""
"03090410.xhp\n"
"par_id3149579\n"
-"13\n"
"help.text"
msgid "sGender = GetGenderIndex( \"John\" )"
msgstr "sGender = GetGenderIndex( \"John\" )"
#: 03090410.xhp
+#, fuzzy
msgctxt ""
"03090410.xhp\n"
"par_id3153361\n"
-"18\n"
"help.text"
msgid "GetGenderIndex = Switch(sName = \"Jane\", \"female\", sName = \"John\", \"male\")"
msgstr "GetGenderIndex = Switch(sName = \"Jane\", \"female\", sName = \"John\", \"male\")"
@@ -24125,172 +24125,172 @@ msgid "<bookmark_value>Exit statement</bookmark_value>"
msgstr "<bookmark_value>Exit ステートメント</bookmark_value>"
#: 03090412.xhp
+#, fuzzy
msgctxt ""
"03090412.xhp\n"
"hd_id3152924\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit Statement [Runtime]\">Exit Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit ステートメント [実行時]\">Exit ステートメント [実行時]</link>"
#: 03090412.xhp
+#, fuzzy
msgctxt ""
"03090412.xhp\n"
"par_id3153394\n"
-"2\n"
"help.text"
msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, or a subroutine."
msgstr "<emph>Do...Loop</emph>、<emph>For...Next</emph>、関数、サブルーチンなどを強制的に終了させます。"
#: 03090412.xhp
+#, fuzzy
msgctxt ""
"03090412.xhp\n"
"hd_id3149763\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03090412.xhp
+#, fuzzy
msgctxt ""
"03090412.xhp\n"
"par_id3159157\n"
-"4\n"
"help.text"
msgid "see Parameters"
msgstr "パラメーターを参照"
#: 03090412.xhp
+#, fuzzy
msgctxt ""
"03090412.xhp\n"
"hd_id3148943\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03090412.xhp
+#, fuzzy
msgctxt ""
"03090412.xhp\n"
"par_id3154760\n"
-"6\n"
"help.text"
msgid "<emph>Exit Do</emph>"
msgstr "<emph>Exit Do</emph>"
#: 03090412.xhp
+#, fuzzy
msgctxt ""
"03090412.xhp\n"
"par_id3147559\n"
-"7\n"
"help.text"
msgid "Only valid within a <emph>Do...Loop</emph> statement to exit the loop. Program execution continues with the statement that follows the Loop statement. If <emph>Do...Loop</emph> statements are nested, the control is transferred to the loop in the next higher level."
msgstr "<emph>Do...Loop</emph> ステートメント内部でのみ使用可能で、ループを強制的に終了させます。プログラムの処理は、終了したループステートメント以降のコードを続行します。<emph>Do...Loop</emph> ステートメントがネストされている場合、プログラムの処理は、より上位レベルのループに移されます。"
#: 03090412.xhp
+#, fuzzy
msgctxt ""
"03090412.xhp\n"
"par_id3150398\n"
-"8\n"
"help.text"
msgid "<emph>Exit For</emph>"
msgstr "<emph>Exit For</emph>"
#: 03090412.xhp
+#, fuzzy
msgctxt ""
"03090412.xhp\n"
"par_id3148797\n"
-"9\n"
"help.text"
msgid "Only valid within a <emph>For...Next</emph> loop to exit the loop. Program execution continues with the first statement that follows the <emph>Next</emph> statement. In nested statements, the control is transferred to the loop in the next higher level."
msgstr "<emph>For...Next</emph> ステートメント内部でのみ使用可能で、ループを強制的に終了させます。プログラムの処理は、終了した <emph>Next</emph> ステートメント以降のコードを続行します。ステートメントがネストされている場合、プログラムの処理は、より上位レベルのループに移されます。"
#: 03090412.xhp
+#, fuzzy
msgctxt ""
"03090412.xhp\n"
"par_id3147229\n"
-"10\n"
"help.text"
msgid "<emph>Exit Function</emph>"
msgstr "<emph>Exit Function</emph>"
#: 03090412.xhp
+#, fuzzy
msgctxt ""
"03090412.xhp\n"
"par_id3154685\n"
-"11\n"
"help.text"
msgid "Exits the <emph>Function</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Function</emph> call."
msgstr "<emph>Function</emph> プロシージャーを強制的に終了させます。プログラムの処理は、該当する <emph>Function</emph> を呼び出したコードの次にあるステートメントから続行されます。"
#: 03090412.xhp
+#, fuzzy
msgctxt ""
"03090412.xhp\n"
"par_id3155132\n"
-"12\n"
"help.text"
msgid "<emph>Exit Sub</emph>"
msgstr "<emph>Exit Sub</emph>"
#: 03090412.xhp
+#, fuzzy
msgctxt ""
"03090412.xhp\n"
"par_id3149561\n"
-"13\n"
"help.text"
msgid "Exits the subroutine immediately. Program execution continues with the statement that follows the <emph>Sub</emph> call."
msgstr "サブルーチンを強制的に終了させます。プログラムの処理は、該当する <emph>Sub</emph> を呼び出したコードの次にあるステートメントから続行されます。"
#: 03090412.xhp
+#, fuzzy
msgctxt ""
"03090412.xhp\n"
"par_id3153143\n"
-"14\n"
"help.text"
msgid "The Exit statement does not define the end of a structure, and must not be confused with the End statement."
msgstr "この Exit ステートメントは、End ステートメントとは異なり、サブルーチンなどのブロックの終了部を宣言するものではないので注意が必要です。"
#: 03090412.xhp
+#, fuzzy
msgctxt ""
"03090412.xhp\n"
"hd_id3147348\n"
-"15\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03090412.xhp
+#, fuzzy
msgctxt ""
"03090412.xhp\n"
"par_id3153158\n"
-"20\n"
"help.text"
msgid "For siStep = 0 To 10 ' Fill array with test data"
msgstr "For siStep = 0 to 10 REM 配列にテスト用データを代入"
#: 03090412.xhp
+#, fuzzy
msgctxt ""
"03090412.xhp\n"
"par_id3153764\n"
-"31\n"
"help.text"
msgid "' LinSearch searches a TextArray:sList() for a TextEntry:"
msgstr "REM LinSearch はテキスト配列: sList() 内に指定文字列を検索:"
#: 03090412.xhp
+#, fuzzy
msgctxt ""
"03090412.xhp\n"
"par_id3148995\n"
-"32\n"
"help.text"
msgid "' Returns the index of the entry or 0 (Null)"
msgstr "REM 戻り値は、該当するインデックス値ないしゼロ (Null)"
#: 03090412.xhp
+#, fuzzy
msgctxt ""
"03090412.xhp\n"
"par_id3149567\n"
-"35\n"
"help.text"
msgid "Exit For ' sItem found"
msgstr "Exit for REM 検索で sItem がヒット"
@@ -24658,163 +24658,163 @@ msgid "<bookmark_value>CBool function</bookmark_value>"
msgstr "<bookmark_value>CBool 関数</bookmark_value>"
#: 03100100.xhp
+#, fuzzy
msgctxt ""
"03100100.xhp\n"
"hd_id3150616\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03100100.xhp\" name=\"CBool Function [Runtime]\">CBool Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03100100.xhp\" name=\"CBool 関数 [実行時]\">CBool 関数 [実行時]</link>"
#: 03100100.xhp
+#, fuzzy
msgctxt ""
"03100100.xhp\n"
"par_id3145136\n"
-"2\n"
"help.text"
msgid "Converts a string comparison or numeric comparison to a Boolean expression, or converts a single numeric expression to a Boolean expression."
msgstr "文字列や数値の比較演算結果、および単独の数値表式をブール型の表式に変換します。"
#: 03100100.xhp
+#, fuzzy
msgctxt ""
"03100100.xhp\n"
"hd_id3153345\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03100100.xhp
+#, fuzzy
msgctxt ""
"03100100.xhp\n"
"par_id3149514\n"
-"4\n"
"help.text"
msgid "CBool (Expression1 {= | <> | < | > | <= | >=} Expression2) or CBool (Number)"
msgstr "CBool (Expression1 {= | <> | < | > | <= | >=} Expression2) あるいは CBool (Number)"
#: 03100100.xhp
+#, fuzzy
msgctxt ""
"03100100.xhp\n"
"hd_id3156152\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03100100.xhp
+#, fuzzy
msgctxt ""
"03100100.xhp\n"
"par_id3155419\n"
-"6\n"
"help.text"
msgid "Bool"
msgstr "ブール型"
#: 03100100.xhp
+#, fuzzy
msgctxt ""
"03100100.xhp\n"
"hd_id3147530\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03100100.xhp
+#, fuzzy
msgctxt ""
"03100100.xhp\n"
"par_id3156344\n"
-"8\n"
"help.text"
msgid "<emph>Expression1, Expression2:</emph> Any string or numeric expressions that you want to compare. If the expressions match, the <emph>CBool</emph> function returns <emph>True</emph>, otherwise <emph>False</emph> is returned."
msgstr "<emph>Expression1, Expression2:</emph> 比較する文字列および数値の表式。<emph>CBool</emph> 関数は、2 つの表式が一致すれば <emph>True</emph> を返し、それ以外の場合は <emph>False</emph> を返します。"
#: 03100100.xhp
+#, fuzzy
msgctxt ""
"03100100.xhp\n"
"par_id3149655\n"
-"9\n"
"help.text"
msgid "<emph>Number:</emph> Any numeric expression that you want to convert. If the expression equals 0, <emph>False</emph> is returned, otherwise <emph>True</emph> is returned."
msgstr "<emph>Number:</emph> 変換させる数値表式。表式が 0 に等しい場合は <emph>False</emph> を返し、それ以外の場合は <emph>True</emph> を返します。"
#: 03100100.xhp
+#, fuzzy
msgctxt ""
"03100100.xhp\n"
"par_id3145171\n"
-"10\n"
"help.text"
msgid "The following example uses the <emph>CBool</emph> function to evaluate the value that is returned by the <emph>Instr</emph> function. The function checks if the word \"and\" is found in the sentence that was entered by the user."
msgstr "下記の例は、<emph>Instr</emph> 関数から返される値を、<emph>CBool</emph> 関数を使って評価させています。この関数は、ユーザーの入力する文字列の中に「and」という単語が含まれているかを判定します。"
#: 03100100.xhp
+#, fuzzy
msgctxt ""
"03100100.xhp\n"
"hd_id3156212\n"
-"11\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03100100.xhp
+#, fuzzy
msgctxt ""
"03100100.xhp\n"
"par_id3155132\n"
-"14\n"
"help.text"
msgid "sText = InputBox(\"Please enter a short sentence:\")"
msgstr "sText = InputBox(\"Please enter a short sentence:\")"
#: 03100100.xhp
+#, fuzzy
msgctxt ""
"03100100.xhp\n"
"par_id3155855\n"
-"15\n"
"help.text"
msgid "' Proof if the word »and« appears in the sentence."
msgstr "REM 入力した文字列中に「and」があるかを調べます。"
#: 03100100.xhp
+#, fuzzy
msgctxt ""
"03100100.xhp\n"
"par_id3146984\n"
-"16\n"
"help.text"
msgid "' Instead of the command line"
msgstr "REM 通常こうした判定には下記のような IF 文を使います。"
#: 03100100.xhp
+#, fuzzy
msgctxt ""
"03100100.xhp\n"
"par_id3148576\n"
-"17\n"
"help.text"
msgid "' If Instr(Input, \"and\")<>0 Then..."
msgstr "REM If Instr(Input, \"and\")<>0 Then..."
#: 03100100.xhp
+#, fuzzy
msgctxt ""
"03100100.xhp\n"
"par_id3154014\n"
-"18\n"
"help.text"
msgid "' the CBool function is applied as follows:"
msgstr "REM ここではその代わりに CBool 関数を使って判定をしています。"
#: 03100100.xhp
+#, fuzzy
msgctxt ""
"03100100.xhp\n"
"par_id3155413\n"
-"19\n"
"help.text"
msgid "If CBool(Instr(sText, \"and\")) Then"
msgstr "If CBool(Instr(sText, \"and\")) Then"
#: 03100100.xhp
+#, fuzzy
msgctxt ""
"03100100.xhp\n"
"par_id3152940\n"
-"20\n"
"help.text"
msgid "MsgBox \"The word »and« appears in the sentence you entered!\""
msgstr "MsgBox \"入力した文字列中に「and」があります。"
@@ -24836,91 +24836,91 @@ msgid "<bookmark_value>CDate function</bookmark_value>"
msgstr "<bookmark_value>CDate 関数</bookmark_value>"
#: 03100300.xhp
+#, fuzzy
msgctxt ""
"03100300.xhp\n"
"hd_id3150772\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03100300.xhp\" name=\"CDate Function [Runtime]\">CDate Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03100300.xhp\" name=\"CDate 関数 [実行時]\">CDate 関数 [実行時]</link>"
#: 03100300.xhp
+#, fuzzy
msgctxt ""
"03100300.xhp\n"
"par_id3150986\n"
-"2\n"
"help.text"
msgid "Converts any string or numeric expression to a date value."
msgstr "文字列および数値表式を、日付データに変換します。"
#: 03100300.xhp
+#, fuzzy
msgctxt ""
"03100300.xhp\n"
"hd_id3148944\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03100300.xhp
+#, fuzzy
msgctxt ""
"03100300.xhp\n"
"par_id3148947\n"
-"4\n"
"help.text"
msgid "CDate (Expression)"
msgstr "CDate (Expression)"
#: 03100300.xhp
+#, fuzzy
msgctxt ""
"03100300.xhp\n"
"hd_id3148552\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03100300.xhp
+#, fuzzy
msgctxt ""
"03100300.xhp\n"
"par_id3159414\n"
-"6\n"
"help.text"
msgid "Date"
msgstr "日付"
#: 03100300.xhp
+#, fuzzy
msgctxt ""
"03100300.xhp\n"
"hd_id3153525\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03100300.xhp
+#, fuzzy
msgctxt ""
"03100300.xhp\n"
"par_id3150359\n"
-"8\n"
"help.text"
msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert."
msgstr "<emph>Expression:</emph> 日付データに変換する文字列および数値表式。"
#: 03100300.xhp
+#, fuzzy
msgctxt ""
"03100300.xhp\n"
"par_id3125864\n"
-"9\n"
"help.text"
msgid "When you convert a string expression, the date and time must be entered in the format MM.DD.YYYY HH.MM.SS, as defined by the <emph>DateValue</emph> and <emph>TimeValue</emph> function conventions. In numeric expressions, values to the left of the decimal represent the date, beginning from December 31, 1899. Values to the right of the decimal represent the time."
msgstr "文字列を変換する場合、その日付と時刻の表記は、<emph>DateValue</emph> および <emph>TimeValue</emph> 関数で使われる MM.DD.YYYY HH.MM.SS の形式で与える必要があります。数値表記を変換する場合、左側の数値が 1899 年 12 月 31 日から始まる日付を表し、数値の右側が時刻を表します。"
#: 03100300.xhp
+#, fuzzy
msgctxt ""
"03100300.xhp\n"
"hd_id3156422\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -24942,82 +24942,82 @@ msgid "<bookmark_value>CDbl function</bookmark_value>"
msgstr "<bookmark_value>CDbl 関数</bookmark_value>"
#: 03100400.xhp
+#, fuzzy
msgctxt ""
"03100400.xhp\n"
"hd_id3153750\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03100400.xhp\" name=\"CDbl Function [Runtime]\">CDbl Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03100400.xhp\" name=\"CDbl 関数 [実行時]\">CDbl 関数 [実行時]</link>"
#: 03100400.xhp
+#, fuzzy
msgctxt ""
"03100400.xhp\n"
"par_id3149233\n"
-"2\n"
"help.text"
msgid "Converts any numerical expression or string expression to a double type."
msgstr "文字列および数値表式を、倍精度の数値データに変換します。"
#: 03100400.xhp
+#, fuzzy
msgctxt ""
"03100400.xhp\n"
"hd_id3149516\n"
-"3\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 03100400.xhp
+#, fuzzy
msgctxt ""
"03100400.xhp\n"
"par_id3156152\n"
-"4\n"
"help.text"
msgid "CDbl (Expression)"
msgstr "CDbl (Expression)"
#: 03100400.xhp
+#, fuzzy
msgctxt ""
"03100400.xhp\n"
"hd_id3153061\n"
-"5\n"
"help.text"
msgid "Return value"
msgstr "戻り値"
#: 03100400.xhp
+#, fuzzy
msgctxt ""
"03100400.xhp\n"
"par_id3145068\n"
-"6\n"
"help.text"
msgid "Double"
msgstr "倍精度"
#: 03100400.xhp
+#, fuzzy
msgctxt ""
"03100400.xhp\n"
"hd_id3154760\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03100400.xhp
+#, fuzzy
msgctxt ""
"03100400.xhp\n"
"par_id3153897\n"
-"8\n"
"help.text"
msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
msgstr "<emph>Expression:</emph> 日付データに変換する文字列および数値表式。また文字列を変換する場合は、オペレーティングシステムが標準で使用する数の書式 (「123.5」など) でテキストを指定する必要があります。"
#: 03100400.xhp
+#, fuzzy
msgctxt ""
"03100400.xhp\n"
"hd_id3148797\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -25039,91 +25039,91 @@ msgid "<bookmark_value>CInt function</bookmark_value>"
msgstr "<bookmark_value>CInt 関数</bookmark_value>"
#: 03100500.xhp
+#, fuzzy
msgctxt ""
"03100500.xhp\n"
"hd_id3149346\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03100500.xhp\" name=\"CInt Function [Runtime]\">CInt Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03100500.xhp\" name=\"CInt 関数 [実行時]\">CInt 関数 [実行時]</link>"
#: 03100500.xhp
+#, fuzzy
msgctxt ""
"03100500.xhp\n"
"par_id3155419\n"
-"2\n"
"help.text"
msgid "Converts any string or numeric expression to an integer."
msgstr "文字列および数値表式を、整数値に変換します。"
#: 03100500.xhp
+#, fuzzy
msgctxt ""
"03100500.xhp\n"
"hd_id3147573\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03100500.xhp
+#, fuzzy
msgctxt ""
"03100500.xhp\n"
"par_id3154142\n"
-"4\n"
"help.text"
msgid "CInt (Expression)"
msgstr "CInt (Expression)"
#: 03100500.xhp
+#, fuzzy
msgctxt ""
"03100500.xhp\n"
"hd_id3147531\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03100500.xhp
+#, fuzzy
msgctxt ""
"03100500.xhp\n"
"par_id3147560\n"
-"6\n"
"help.text"
msgid "Integer"
msgstr "整数"
#: 03100500.xhp
+#, fuzzy
msgctxt ""
"03100500.xhp\n"
"hd_id3145069\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03100500.xhp
+#, fuzzy
msgctxt ""
"03100500.xhp\n"
"par_id3159414\n"
-"8\n"
"help.text"
msgid "<emph>Expression:</emph> Any numeric expression that you want to convert. If the <emph>Expression</emph> exceeds the value range between -32768 and 32767, $[officename] Basic reports an overflow error. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
msgstr "<emph>Expression:</emph> 変換させる数値表式。<emph>Expression</emph> の値が -32768 から 32767 の範囲に収まらない場合、$[officename] Basic はオーバーフローエラーを出します。また文字列を変換する場合は、オペレーティングシステムが標準で使用する数の書式 (「123.5」など) でテキストを指定する必要があります。"
#: 03100500.xhp
+#, fuzzy
msgctxt ""
"03100500.xhp\n"
"par_id3150358\n"
-"9\n"
"help.text"
msgid "This function always rounds the fractional part of a number to the nearest integer."
msgstr "この関数で小数を変換すると、常に数値の小数部を丸めた整数値が返されます。"
#: 03100500.xhp
+#, fuzzy
msgctxt ""
"03100500.xhp\n"
"hd_id3145419\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -25145,91 +25145,91 @@ msgid "<bookmark_value>CLng function</bookmark_value>"
msgstr "<bookmark_value>CLng 関数</bookmark_value>"
#: 03100600.xhp
+#, fuzzy
msgctxt ""
"03100600.xhp\n"
"hd_id3153311\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03100600.xhp\" name=\"CLng Function [Runtime]\">CLng Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03100600.xhp\" name=\"CLng 関数 [実行時]\">CLng 関数 [実行時]</link>"
#: 03100600.xhp
+#, fuzzy
msgctxt ""
"03100600.xhp\n"
"par_id3148686\n"
-"2\n"
"help.text"
msgid "Converts any string or numeric expression to a long integer."
msgstr "文字列および数値表式を、ロング整数の数値データに変換します。"
#: 03100600.xhp
+#, fuzzy
msgctxt ""
"03100600.xhp\n"
"hd_id3145315\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03100600.xhp
+#, fuzzy
msgctxt ""
"03100600.xhp\n"
"par_id3147573\n"
-"4\n"
"help.text"
msgid "CLng (Expression)"
msgstr "CLng (Expression)"
#: 03100600.xhp
+#, fuzzy
msgctxt ""
"03100600.xhp\n"
"hd_id3145610\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03100600.xhp
+#, fuzzy
msgctxt ""
"03100600.xhp\n"
"par_id3153897\n"
-"6\n"
"help.text"
msgid "Long"
msgstr "ロング整数"
#: 03100600.xhp
+#, fuzzy
msgctxt ""
"03100600.xhp\n"
"hd_id3154760\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03100600.xhp
+#, fuzzy
msgctxt ""
"03100600.xhp\n"
"par_id3159414\n"
-"8\n"
"help.text"
msgid "<emph>Expression:</emph> Any numerical expression that you want to convert. If the <emph>Expression</emph> lies outside the valid long integer range between -2.147.483.648 and 2.147.483.647, $[officename] Basic returns an overflow error. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
msgstr "<emph>Expression:</emph> 変換させる数値表式。<emph>Expression</emph> がロング整数で扱える -2,147,483,648 から 2,147,483,647 の範囲に収まらない場合、$[officename] Basic はオーバーフローエラーを出します。また文字列を変換する場合は、オペレーティングシステムが標準で使用する数の書式 (「123.5」など) でテキストを指定する必要があります。"
#: 03100600.xhp
+#, fuzzy
msgctxt ""
"03100600.xhp\n"
"par_id3150358\n"
-"9\n"
"help.text"
msgid "This function always rounds the fractional part of a number to the nearest integer."
msgstr "この関数で小数を変換すると、常に数値の小数部を丸めた整数値が返されます。"
#: 03100600.xhp
+#, fuzzy
msgctxt ""
"03100600.xhp\n"
"hd_id3154216\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -25251,100 +25251,100 @@ msgid "<bookmark_value>Const statement</bookmark_value>"
msgstr "<bookmark_value>Const ステートメント</bookmark_value>"
#: 03100700.xhp
+#, fuzzy
msgctxt ""
"03100700.xhp\n"
"hd_id3146958\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03100700.xhp\" name=\"Const Statement [Runtime]\">Const Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03100700.xhp\" name=\"Const ステートメント [実行時]\">Const ステートメント [実行時]</link>"
#: 03100700.xhp
+#, fuzzy
msgctxt ""
"03100700.xhp\n"
"par_id3154143\n"
-"2\n"
"help.text"
msgid "Defines a string as a constant."
msgstr "文字列を定数として定義します。"
#: 03100700.xhp
+#, fuzzy
msgctxt ""
"03100700.xhp\n"
"hd_id3150670\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03100700.xhp
+#, fuzzy
msgctxt ""
"03100700.xhp\n"
"par_id3150984\n"
-"4\n"
"help.text"
msgid "Const Text = Expression"
msgstr "Const Text = Expression"
#: 03100700.xhp
+#, fuzzy
msgctxt ""
"03100700.xhp\n"
"hd_id3147530\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03100700.xhp
+#, fuzzy
msgctxt ""
"03100700.xhp\n"
"par_id3153897\n"
-"6\n"
"help.text"
msgid "<emph>Text:</emph> Any constant name that follows the standard variable naming conventions."
msgstr "<emph>Text:</emph> 定数名。命名規則は変数名のものと同じ。"
#: 03100700.xhp
+#, fuzzy
msgctxt ""
"03100700.xhp\n"
"par_id3147264\n"
-"7\n"
"help.text"
msgid "A constant is a variable that helps to improve the readability of a program. Constants are not defined as a specific type of variable, but rather are used as placeholders in the code. You can only define a constant once and it cannot be modified. Use the following statement to define a constant:"
msgstr "定数は変数の一種であり、プログラムの可読性を向上させるために使用します。定数は、特定の型の変数として定義されるわけではなく、コード中に存在する一種のプレースホルダーとして使用されます。各定数の定義は 1 度だけが可能で、定義後に変更することはできません。定数の定義は、下記のステートメントで行います。"
#: 03100700.xhp
+#, fuzzy
msgctxt ""
"03100700.xhp\n"
"par_id3150542\n"
-"8\n"
"help.text"
msgid "CONST ConstName=Expression"
msgstr "CONST ConstName=Expression"
#: 03100700.xhp
+#, fuzzy
msgctxt ""
"03100700.xhp\n"
"par_id3150400\n"
-"9\n"
"help.text"
msgid "The type of expression is irrelevant. If a program is started, $[officename] Basic converts the program code internally so that each time a constant is used, the defined expression replaces it."
msgstr "型宣言は不要です。 型宣言は不要です。プログラムを実行すると、定数が使われているコード行を読み込むごとに、$[officename] Basic が内部的な変換処理を行い、定義部で指定した表式に個々の定数を置き換えます。"
#: 03100700.xhp
+#, fuzzy
msgctxt ""
"03100700.xhp\n"
"hd_id3154366\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03100700.xhp
+#, fuzzy
msgctxt ""
"03100700.xhp\n"
"par_id3153969\n"
-"14\n"
"help.text"
msgid "Const sVar = \"Program\", dVar As Double = 1.00"
msgstr "Const sVar = \"Program\", dVar As Double = 1.00"
@@ -25366,82 +25366,82 @@ msgid "<bookmark_value>CSng function</bookmark_value>"
msgstr "<bookmark_value>CSng 関数</bookmark_value>"
#: 03100900.xhp
+#, fuzzy
msgctxt ""
"03100900.xhp\n"
"hd_id3153753\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03100900.xhp\" name=\"CSng Function[Runtime]\">CSng Function[Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03100900.xhp\" name=\"CSng 関数 [実行時]\">CSng 関数 [実行時]</link>"
#: 03100900.xhp
+#, fuzzy
msgctxt ""
"03100900.xhp\n"
"par_id3149748\n"
-"2\n"
"help.text"
msgid "Converts any string or numeric expression to data type Single."
msgstr "文字列および数値表式を、単精度の数値データに変換します。"
#: 03100900.xhp
+#, fuzzy
msgctxt ""
"03100900.xhp\n"
"hd_id3153255\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03100900.xhp
+#, fuzzy
msgctxt ""
"03100900.xhp\n"
"par_id3148983\n"
-"4\n"
"help.text"
msgid "CSng (Expression)"
msgstr "CSng (Expression)"
#: 03100900.xhp
+#, fuzzy
msgctxt ""
"03100900.xhp\n"
"hd_id3152347\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03100900.xhp
+#, fuzzy
msgctxt ""
"03100900.xhp\n"
"par_id3153750\n"
-"6\n"
"help.text"
msgid "Single"
msgstr "単精度"
#: 03100900.xhp
+#, fuzzy
msgctxt ""
"03100900.xhp\n"
"hd_id3146957\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03100900.xhp
+#, fuzzy
msgctxt ""
"03100900.xhp\n"
"par_id3153345\n"
-"8\n"
"help.text"
msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
msgstr "<emph>Expression:</emph> 日付データに変換する文字列および数値表式。また文字列を変換する場合は、オペレーティングシステムが標準で使用する数の書式 (「123.5」など) でテキストを指定する必要があります。"
#: 03100900.xhp
+#, fuzzy
msgctxt ""
"03100900.xhp\n"
"hd_id3149514\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -25463,190 +25463,190 @@ msgid "<bookmark_value>CStr function</bookmark_value>"
msgstr "<bookmark_value>CStr 関数</bookmark_value>"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"hd_id3146958\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03101000.xhp\" name=\"CStr Function [Runtime]\">CStr Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03101000.xhp\" name=\"CStr 関数 [実行時]\">CStr 関数 [実行時]</link>"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"par_id3147574\n"
-"2\n"
"help.text"
msgid "Converts any numeric expression to a string expression."
msgstr "数値表式を、文字列に変換します。"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"hd_id3148473\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"par_id3145315\n"
-"4\n"
"help.text"
msgid "CStr (Expression)"
msgstr "CStr (Expression)"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"hd_id3153062\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"par_id3153897\n"
-"6\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"hd_id3154760\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"par_id3149457\n"
-"8\n"
"help.text"
msgid "<emph>Expression:</emph> Any valid string or numeric expression that you want to convert."
msgstr "<emph>Expression:</emph> 変換させる文字列および数値表式。"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"hd_id3150358\n"
-"9\n"
"help.text"
msgid "Expression Types and Conversion Returns"
msgstr "変換させる表式のデータ型と得られる戻り値"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"par_id3153192\n"
-"10\n"
"help.text"
msgid "Boolean :"
msgstr "ブール型:"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"par_id3156422\n"
-"11\n"
"help.text"
msgid "String that evaluates to either <emph>True</emph> or <emph>False</emph>."
msgstr "<emph>True</emph> または <emph>False</emph> としての評価結果の文字列。"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"par_id3147287\n"
-"12\n"
"help.text"
msgid "Date :"
msgstr "日付:"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"par_id3155411\n"
-"13\n"
"help.text"
msgid "String that contains the date and time."
msgstr "該当する日付と時刻を表す文字列。"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"par_id3147428\n"
-"14\n"
"help.text"
msgid "Null :"
msgstr "Null:"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"par_id3150486\n"
-"15\n"
"help.text"
msgid "Run-time error."
msgstr "実行時エラー。"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"par_id3153953\n"
-"16\n"
"help.text"
msgid "Empty :"
msgstr "空白:"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"par_id3155306\n"
-"17\n"
"help.text"
msgid "String without any characters."
msgstr "文字長ゼロの空白文字列。"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"par_id3149260\n"
-"18\n"
"help.text"
msgid "Any :"
msgstr "その他:"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"par_id3152938\n"
-"19\n"
"help.text"
msgid "Corresponding number as string."
msgstr "該当する数値を文字列化したもの。"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"par_id3155738\n"
-"20\n"
"help.text"
msgid "Zeros at the end of a floating-point number are not included in the returned string."
msgstr "浮動小数点の末尾にくるゼロは、返される文字列には含まれません。"
#: 03101000.xhp
+#, fuzzy
msgctxt ""
"03101000.xhp\n"
"hd_id3154729\n"
-"21\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -25668,109 +25668,109 @@ msgid "<bookmark_value>DefBool statement</bookmark_value>"
msgstr "<bookmark_value>DefBool ステートメント</bookmark_value>"
#: 03101100.xhp
+#, fuzzy
msgctxt ""
"03101100.xhp\n"
"hd_id3145759\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03101100.xhp\" name=\"DefBool Statement [Runtime]\">DefBool Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03101100.xhp\" name=\"DefBool ステートメント [実行時]\">DefBool ステートメント [実行時]</link>"
#: 03101100.xhp
+#, fuzzy
msgctxt ""
"03101100.xhp\n"
"par_id3153089\n"
-"2\n"
"help.text"
msgid "If no type-declaration character or keyword is specified, the DefBool statement sets the default data type for variables, according to a letter range."
msgstr "DefBool ステートメントでは、型宣言子やキーワードが指定されない場合にデフォルトの変数型を適用する、変数名の文字範囲を指定します。"
#: 03101100.xhp
+#, fuzzy
msgctxt ""
"03101100.xhp\n"
"hd_id3149495\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03101100.xhp
+#, fuzzy
msgctxt ""
"03101100.xhp\n"
"par_id3150682\n"
-"4\n"
"help.text"
msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
#: 03101100.xhp
+#, fuzzy
msgctxt ""
"03101100.xhp\n"
"hd_id3159201\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03101100.xhp
+#, fuzzy
msgctxt ""
"03101100.xhp\n"
"par_id3147226\n"
-"6\n"
"help.text"
msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
msgstr "<emph>Characterrange:</emph> デフォルトのデータ型の設定対象である変数の範囲を指定する文字。"
#: 03101100.xhp
+#, fuzzy
msgctxt ""
"03101100.xhp\n"
"par_id3149178\n"
-"7\n"
"help.text"
msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr "<emph>xxx:</emph> デフォルトの変数型を定義するキーワード。"
#: 03101100.xhp
+#, fuzzy
msgctxt ""
"03101100.xhp\n"
"par_id3150669\n"
-"8\n"
"help.text"
msgid "<emph>Keyword: </emph>Default variable type"
msgstr "<emph>キーワード:</emph>デフォルトの変数型"
#: 03101100.xhp
+#, fuzzy
msgctxt ""
"03101100.xhp\n"
"par_id3149233\n"
-"9\n"
"help.text"
msgid "<emph>DefBool:</emph> Boolean"
msgstr "<emph>DefBool:</emph> ブール型"
#: 03101100.xhp
+#, fuzzy
msgctxt ""
"03101100.xhp\n"
"hd_id3149762\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03101100.xhp
+#, fuzzy
msgctxt ""
"03101100.xhp\n"
"par_id3156152\n"
-"12\n"
"help.text"
msgid "' Prefix definition for variable types:"
msgstr "REM 各変数型に定義されているプレフィックス"
#: 03101100.xhp
+#, fuzzy
msgctxt ""
"03101100.xhp\n"
"par_id3151381\n"
-"22\n"
"help.text"
msgid "bOK=TRUE ' bOK is an implicit boolean variable"
msgstr "bOK=TRUE REM ここで bOKはブール型変数として解釈されます"
@@ -26240,109 +26240,109 @@ msgid "<bookmark_value>DefDate statement</bookmark_value>"
msgstr "<bookmark_value>DefDate ステートメント</bookmark_value>"
#: 03101300.xhp
+#, fuzzy
msgctxt ""
"03101300.xhp\n"
"hd_id3150504\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03101300.xhp\" name=\"DefDate Statement [Runtime]\">DefDate Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03101300.xhp\" name=\"DefDate ステートメント [実行時]\">DefDate ステートメント [実行時]</link>"
#: 03101300.xhp
+#, fuzzy
msgctxt ""
"03101300.xhp\n"
"par_id3145069\n"
-"2\n"
"help.text"
msgid "If no type-declaration character or keyword is specified, the DefDate statement sets the default variable type, according to a letter range."
msgstr "DefDate ステートメントでは、型宣言子やキーワードが指定されない場合にデフォルトの変数型を適用する、変数名の文字範囲を指定します。"
#: 03101300.xhp
+#, fuzzy
msgctxt ""
"03101300.xhp\n"
"hd_id3154758\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03101300.xhp
+#, fuzzy
msgctxt ""
"03101300.xhp\n"
"par_id3148664\n"
-"4\n"
"help.text"
msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
#: 03101300.xhp
+#, fuzzy
msgctxt ""
"03101300.xhp\n"
"hd_id3150541\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03101300.xhp
+#, fuzzy
msgctxt ""
"03101300.xhp\n"
"par_id3156709\n"
-"6\n"
"help.text"
msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
msgstr "<emph>Characterrange:</emph> デフォルトのデータ型の設定対象である変数の範囲を指定する文字。"
#: 03101300.xhp
+#, fuzzy
msgctxt ""
"03101300.xhp\n"
"par_id3150869\n"
-"7\n"
"help.text"
msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr "<emph>xxx:</emph> デフォルトの変数型を定義するキーワード。"
#: 03101300.xhp
+#, fuzzy
msgctxt ""
"03101300.xhp\n"
"par_id3145171\n"
-"8\n"
"help.text"
msgid "<emph>Keyword:</emph> Default variable type"
msgstr "<emph>Keyword:</emph> デフォルトの変数型"
#: 03101300.xhp
+#, fuzzy
msgctxt ""
"03101300.xhp\n"
"par_id3150767\n"
-"9\n"
"help.text"
msgid "<emph>DefDate:</emph> Date"
msgstr "<emph>DefDate:</emph> 日付"
#: 03101300.xhp
+#, fuzzy
msgctxt ""
"03101300.xhp\n"
"hd_id3153768\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03101300.xhp
+#, fuzzy
msgctxt ""
"03101300.xhp\n"
"par_id3145785\n"
-"12\n"
"help.text"
msgid "' Prefix definitions for variable types:"
msgstr "REM 変数型のプレフィックスの定義:"
#: 03101300.xhp
+#, fuzzy
msgctxt ""
"03101300.xhp\n"
"par_id3152462\n"
-"22\n"
"help.text"
msgid "tDate=Date ' tDate is an implicit date variable"
msgstr "tDate=Date REM ここで tDate は日付変数として解釈されます"
@@ -26364,109 +26364,109 @@ msgid "<bookmark_value>DefDbl statement</bookmark_value>"
msgstr "<bookmark_value>DefDblステートメント</bookmark_value>"
#: 03101400.xhp
+#, fuzzy
msgctxt ""
"03101400.xhp\n"
"hd_id3147242\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03101400.xhp\" name=\"DefDbl Statement [Runtime]\">DefDbl Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03101400.xhp\" name=\"DefDbl ステートメント [実行時]\">DefDbl ステートメント [実行時]</link>"
#: 03101400.xhp
+#, fuzzy
msgctxt ""
"03101400.xhp\n"
"par_id3153126\n"
-"2\n"
"help.text"
msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr "型宣言子や型宣言キーワードが指定されていない変数に対して、変数名に応じて適用するデフォルトの変数型を設定します。"
#: 03101400.xhp
+#, fuzzy
msgctxt ""
"03101400.xhp\n"
"hd_id3155420\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03101400.xhp
+#, fuzzy
msgctxt ""
"03101400.xhp\n"
"par_id3147530\n"
-"4\n"
"help.text"
msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
#: 03101400.xhp
+#, fuzzy
msgctxt ""
"03101400.xhp\n"
"hd_id3145069\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03101400.xhp
+#, fuzzy
msgctxt ""
"03101400.xhp\n"
"par_id3147560\n"
-"6\n"
"help.text"
msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
msgstr "<emph>Characterrange:</emph> デフォルトのデータ型の設定対象である変数の範囲を指定する文字。"
#: 03101400.xhp
+#, fuzzy
msgctxt ""
"03101400.xhp\n"
"par_id3150791\n"
-"7\n"
"help.text"
msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr "<emph>xxx:</emph> デフォルトの変数型を定義するキーワード。"
#: 03101400.xhp
+#, fuzzy
msgctxt ""
"03101400.xhp\n"
"par_id3151210\n"
-"8\n"
"help.text"
msgid "<emph>Keyword:</emph> Default variable type"
msgstr "<emph>Keyword:</emph> デフォルトの変数型"
#: 03101400.xhp
+#, fuzzy
msgctxt ""
"03101400.xhp\n"
"par_id3154123\n"
-"9\n"
"help.text"
msgid "<emph>DefDbl:</emph> Double"
msgstr "<emph>DefDbl:</emph> 倍精度"
#: 03101400.xhp
+#, fuzzy
msgctxt ""
"03101400.xhp\n"
"hd_id3153192\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03101400.xhp
+#, fuzzy
msgctxt ""
"03101400.xhp\n"
"par_id3156281\n"
-"12\n"
"help.text"
msgid "' Prefix definitions for variable types:"
msgstr "REM 変数型のプレフィックスの定義:"
#: 03101400.xhp
+#, fuzzy
msgctxt ""
"03101400.xhp\n"
"par_id3153144\n"
-"22\n"
"help.text"
msgid "dValue=1.23e43 ' dValue is an implicit double variable type"
msgstr "dValue=1.23e43 REM ここで dValue は倍精度変数として解釈されます"
@@ -26488,109 +26488,109 @@ msgid "<bookmark_value>DefInt statement</bookmark_value>"
msgstr "<bookmark_value>DefInt ステートメント</bookmark_value>"
#: 03101500.xhp
+#, fuzzy
msgctxt ""
"03101500.xhp\n"
"hd_id3149811\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03101500.xhp\" name=\"DefInt Statement [Runtime]\">DefInt Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03101500.xhp\" name=\"DefInt ステートメント [実行時]\">DefInt ステートメント [実行時]</link>"
#: 03101500.xhp
+#, fuzzy
msgctxt ""
"03101500.xhp\n"
"par_id3149762\n"
-"2\n"
"help.text"
msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr "型宣言子や型宣言キーワードが指定されていない変数に対して、変数名に応じて適用するデフォルトの変数型を設定します。"
#: 03101500.xhp
+#, fuzzy
msgctxt ""
"03101500.xhp\n"
"hd_id3148686\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03101500.xhp
+#, fuzzy
msgctxt ""
"03101500.xhp\n"
"par_id3156023\n"
-"4\n"
"help.text"
msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
#: 03101500.xhp
+#, fuzzy
msgctxt ""
"03101500.xhp\n"
"hd_id3156344\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03101500.xhp
+#, fuzzy
msgctxt ""
"03101500.xhp\n"
"par_id3147560\n"
-"6\n"
"help.text"
msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
msgstr "<emph>Characterrange:</emph> デフォルトのデータ型の設定対象である変数の範囲を指定する文字。"
#: 03101500.xhp
+#, fuzzy
msgctxt ""
"03101500.xhp\n"
"par_id3150398\n"
-"7\n"
"help.text"
msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr "<emph>xxx:</emph> デフォルトの変数型を定義するキーワード。"
#: 03101500.xhp
+#, fuzzy
msgctxt ""
"03101500.xhp\n"
"par_id3154365\n"
-"8\n"
"help.text"
msgid "<emph>Keyword:</emph> Default variable type"
msgstr "<emph>Keyword:</emph> デフォルトの変数型"
#: 03101500.xhp
+#, fuzzy
msgctxt ""
"03101500.xhp\n"
"par_id3125863\n"
-"9\n"
"help.text"
msgid "<emph>DefInt:</emph> Integer"
msgstr "<emph>DefInt:</emph> 整数"
#: 03101500.xhp
+#, fuzzy
msgctxt ""
"03101500.xhp\n"
"hd_id3154123\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03101500.xhp
+#, fuzzy
msgctxt ""
"03101500.xhp\n"
"par_id3151042\n"
-"12\n"
"help.text"
msgid "' Prefix definitions for variable types"
msgstr "REM 変数型のプレフィックスの定義"
#: 03101500.xhp
+#, fuzzy
msgctxt ""
"03101500.xhp\n"
"par_id3153728\n"
-"22\n"
"help.text"
msgid "iCount=200 ' iCount is an implicit integer variable"
msgstr "iCount=200 REM ここで iCount は整数変数として解釈されます"
@@ -26612,109 +26612,109 @@ msgid "<bookmark_value>DefLng statement</bookmark_value>"
msgstr "<bookmark_value>DefLng; ステートメント</bookmark_value>"
#: 03101600.xhp
+#, fuzzy
msgctxt ""
"03101600.xhp\n"
"hd_id3148538\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03101600.xhp\" name=\"DefLng Statement [Runtime]\">DefLng Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03101600.xhp\" name=\"DefLng ステートメント [実行時]\">DefLng ステートメント [実行時]</link>"
#: 03101600.xhp
+#, fuzzy
msgctxt ""
"03101600.xhp\n"
"par_id3149514\n"
-"2\n"
"help.text"
msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr "型宣言子や型宣言キーワードが指定されていない変数に対して、変数名に応じて適用するデフォルトの変数型を設定します。"
#: 03101600.xhp
+#, fuzzy
msgctxt ""
"03101600.xhp\n"
"hd_id3150504\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03101600.xhp
+#, fuzzy
msgctxt ""
"03101600.xhp\n"
"par_id3145609\n"
-"4\n"
"help.text"
msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
#: 03101600.xhp
+#, fuzzy
msgctxt ""
"03101600.xhp\n"
"hd_id3154760\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03101600.xhp
+#, fuzzy
msgctxt ""
"03101600.xhp\n"
"par_id3145069\n"
-"6\n"
"help.text"
msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
msgstr "<emph>Characterrange:</emph> デフォルトのデータ型の設定対象である変数の範囲を指定する文字。"
#: 03101600.xhp
+#, fuzzy
msgctxt ""
"03101600.xhp\n"
"par_id3150791\n"
-"7\n"
"help.text"
msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr "<emph>xxx:</emph> デフォルトの変数型を定義するキーワード。"
#: 03101600.xhp
+#, fuzzy
msgctxt ""
"03101600.xhp\n"
"par_id3148798\n"
-"8\n"
"help.text"
msgid "<emph>Keyword: </emph>Default variable type"
msgstr "<emph>キーワード:</emph>デフォルトの変数型"
#: 03101600.xhp
+#, fuzzy
msgctxt ""
"03101600.xhp\n"
"par_id3154686\n"
-"9\n"
"help.text"
msgid "<emph>DefLng:</emph> Long"
msgstr "<emph>DefLng:</emph> ロング整数"
#: 03101600.xhp
+#, fuzzy
msgctxt ""
"03101600.xhp\n"
"hd_id3153192\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03101600.xhp
+#, fuzzy
msgctxt ""
"03101600.xhp\n"
"par_id3154124\n"
-"12\n"
"help.text"
msgid "' Prefix definitions for variable types:"
msgstr "REM 変数型のプレフィックスの定義:"
#: 03101600.xhp
+#, fuzzy
msgctxt ""
"03101600.xhp\n"
"par_id3145273\n"
-"22\n"
"help.text"
msgid "lCount=123456789 ' lCount is an implicit long integer variable"
msgstr "lCount=123456789 REM ここで lCount はロング整数変数として解釈されます"
@@ -26914,118 +26914,118 @@ msgid "<bookmark_value>DefVar statement</bookmark_value>"
msgstr "<bookmark_value>DefVar; ステートメント</bookmark_value>"
#: 03102000.xhp
+#, fuzzy
msgctxt ""
"03102000.xhp\n"
"hd_id3143267\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03102000.xhp\" name=\"DefVar Statement [Runtime]\">DefVar Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03102000.xhp\" name=\"DefVar ステートメント [実行時]\">DefVar ステートメント [実行時]</link>"
#: 03102000.xhp
+#, fuzzy
msgctxt ""
"03102000.xhp\n"
"par_id3153825\n"
-"2\n"
"help.text"
msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr "型宣言子や型宣言キーワードが指定されていない変数に対して、変数名に応じて適用するデフォルトの変数型を設定します。"
#: 03102000.xhp
+#, fuzzy
msgctxt ""
"03102000.xhp\n"
"hd_id3154143\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03102000.xhp
+#, fuzzy
msgctxt ""
"03102000.xhp\n"
"par_id3149514\n"
-"4\n"
"help.text"
msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr "Defxxx Characterrange1[, Characterrange2[,...]]"
#: 03102000.xhp
+#, fuzzy
msgctxt ""
"03102000.xhp\n"
"hd_id3156024\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03102000.xhp
+#, fuzzy
msgctxt ""
"03102000.xhp\n"
"par_id3147560\n"
-"6\n"
"help.text"
msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
msgstr "<emph>Characterrange:</emph> デフォルトのデータ型の設定対象である変数の範囲を指定する文字。"
#: 03102000.xhp
+#, fuzzy
msgctxt ""
"03102000.xhp\n"
"par_id3148552\n"
-"7\n"
"help.text"
msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr "<emph>xxx:</emph> デフォルトの変数型を定義するキーワード。"
#: 03102000.xhp
+#, fuzzy
msgctxt ""
"03102000.xhp\n"
"par_id3153524\n"
-"8\n"
"help.text"
msgid "<emph>Keyword: </emph>Default variable type"
msgstr "<emph>キーワード:</emph>デフォルトの変数型"
#: 03102000.xhp
+#, fuzzy
msgctxt ""
"03102000.xhp\n"
"par_id3150767\n"
-"9\n"
"help.text"
msgid "<emph>DefVar:</emph> Variant"
msgstr "<emph>DefVar:</emph> バリアント型"
#: 03102000.xhp
+#, fuzzy
msgctxt ""
"03102000.xhp\n"
"hd_id3151041\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03102000.xhp
+#, fuzzy
msgctxt ""
"03102000.xhp\n"
"par_id3156214\n"
-"11\n"
"help.text"
msgid "' Prefix definitions for variable types:"
msgstr "REM 変数型のプレフィックスの定義:"
#: 03102000.xhp
+#, fuzzy
msgctxt ""
"03102000.xhp\n"
"par_id3154012\n"
-"21\n"
"help.text"
msgid "vDiv=99 ' vDiv is an implicit variant"
msgstr "vDiv=99 REM ここで vDiv はバリアント型変数として解釈されます"
#: 03102000.xhp
+#, fuzzy
msgctxt ""
"03102000.xhp\n"
"par_id3146121\n"
-"22\n"
"help.text"
msgid "vDiv=\"Hello world\""
msgstr "vDiv=\"Hello world\""
@@ -27039,333 +27039,334 @@ msgid "Dim Statement [Runtime]"
msgstr "Dim ステートメント [実行時]"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"bm_id3149812\n"
"help.text"
-msgid "<bookmark_value>Dim statement</bookmark_value><bookmark_value>arrays; dimensioning</bookmark_value><bookmark_value>dimensioning arrays</bookmark_value>"
+msgid "<bookmark_value>Dim statement</bookmark_value> <bookmark_value>arrays; dimensioning</bookmark_value> <bookmark_value>dimensioning arrays</bookmark_value>"
msgstr "<bookmark_value>Dim ステートメント</bookmark_value><bookmark_value>配列 次元</bookmark_value><bookmark_value>次元 配列</bookmark_value>"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"hd_id3149812\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim Statement [Runtime]\">Dim Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03102100.xhp\" name=\"Dim ステートメント [実行時]\">Dim ステートメント [実行時]</link>"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3143271\n"
-"2\n"
"help.text"
msgid "Declares a variable or an array."
msgstr "変数や配列を宣言します。"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3154686\n"
-"3\n"
"help.text"
msgid "If the variables are separated by commas (for example, DIM sPar1, sPar2, sPar3 AS STRING), only Variant variables can be defined. Use a separate definition line for each variable."
msgstr "複数の変数名をコンマで区切って 1 度に宣言した場合 (たとえば DIM sPar1, sPar2, sPar3 AS STRING)、変数はすべてバリアント型として定義されます。これを回避するには、変数ごとに分けて定義する必要があります。"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3152576\n"
-"7\n"
"help.text"
msgid "Dim declares local variables within subroutines. Global variables are declared with the PUBLIC or the PRIVATE statement."
msgstr "Dim ステートメントで宣言される変数は、サブルーチン内部でのみ有効な局所変数です。大域変数を宣言するには、PUBLIC ないし PRIVATE ステートメントを使用する必要があります。"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"hd_id3156443\n"
-"8\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3149412\n"
-"9\n"
"help.text"
msgid "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
msgstr "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"hd_id3147397\n"
-"10\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3154730\n"
-"11\n"
"help.text"
msgid "<emph>VarName:</emph> Any variable or array name."
msgstr "<emph>VarName:</emph> 変数ないし配列の名前。"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3147125\n"
-"12\n"
"help.text"
msgid "<emph>Start, End:</emph> Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range."
msgstr "<emph>Start, End:</emph>要素数 (要素の数 = (end-start)+1) とインデックス範囲を定義する数値または定数。"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3153877\n"
-"13\n"
"help.text"
msgid "Start and End can be numerical expressions if ReDim is applied at the procedure level."
msgstr "プロシージャーのレベルで ReDim を適用する場合、Start と End には数値表式を使えます。"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3153510\n"
-"14\n"
"help.text"
msgid "<emph>VarType:</emph> Key word that declares the data type of a variable."
msgstr "<emph>VarType:</emph> 変数型を指定するキーワード。"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3154015\n"
-"15\n"
"help.text"
msgid "<emph>Keyword:</emph> Variable type"
msgstr "<emph>キーワード:</emph> 変数型"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3153949\n"
-"16\n"
"help.text"
msgid "<emph>Bool:</emph> Boolean variable (True, False)"
msgstr "<emph>Bool:</emph> ブール型変数 (True、False)"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3156275\n"
-"17\n"
"help.text"
msgid "<emph>Currency:</emph> Currency-Variable (Currency with 4 Decimal places)"
msgstr "<emph>Currency:</emph> 通貨変数 (金額を示す小数点以下 4 桁の数値)"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3156057\n"
-"18\n"
"help.text"
msgid "<emph>Date:</emph> Date variable"
msgstr "<emph>Date:</emph> 日付変数"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3148405\n"
-"19\n"
"help.text"
msgid "<emph>Double:</emph> Double-precision floating-point variable (1,79769313486232 x 10E308 - 4,94065645841247 x 10E-324)"
msgstr "<emph>Double:</emph> 倍精度型の浮動小数点変数 (1.79769313486232 × 10E308 から 4.94065645841247 × 10E-324)"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3148916\n"
-"20\n"
"help.text"
msgid "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
msgstr "<emph>Integer:</emph> 整数変数 (-32768 から 32767)"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3150045\n"
-"21\n"
"help.text"
msgid "<emph>Long:</emph> Long integer variable (-2.147.483.648 - 2.147.483.647)"
msgstr "<emph>Long:</emph> ロング整数変数 (-2,147,483,648 から 2,147,483,647)"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3149255\n"
-"22\n"
"help.text"
msgid "<emph>Object:</emph> Object variable (Note: this variable can only subsequently be defined with Set!)"
msgstr "<emph>Object:</emph> オブジェクト変数 (注意:この変数を定義する場合は、Set ステートメントを使用する必要があります)"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3155937\n"
-"23\n"
"help.text"
msgid "<emph>Single:</emph> Single-precision floating-point variable (3,402823 x 10E38 - 1,401298 x 10E-45)."
msgstr "<emph>Single:</emph> 単精度型の浮動小数点変数 (3.402823 × 10E38 から 1.401298 × 10E-45)。"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3151251\n"
-"24\n"
"help.text"
msgid "<emph>String:</emph> String variable consisting of a maximum of 64,000 ASCII characters."
msgstr "<emph>String:</emph> 最大 64,000 文字からなる文字列変数。"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3154704\n"
-"25\n"
"help.text"
msgid "<emph>[Variant]:</emph> Variant variable type (contains all types, specified by definition). If a key word is not specified, variables are automatically defined as Variant Type, unless a statement from DefBool to DefVar is used."
msgstr "<emph>[Variant]:</emph> バリアント型変数 (定義によりすべてのデータ型を代入できる変数)。キーワードを省略した場合、DefBool や DefVar などのステートメントを使用していない限り、すべての変数は自動的にバリアント型とされます。"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3146316\n"
-"26\n"
"help.text"
msgid "In $[officename] Basic, you do not need to declare variables explicitly. However, you need to declare an array before you can use them. You can declare a variable with the Dim statement, using commas to separate multiple declarations. To declare a variable type, enter a type-declaration character following the name or use a corresponding key word."
msgstr "$[officename] Basic では、変数を明示的に宣言する必要はありません。 ただし、配列はあらかじめ定義をしておく必要があります。 Dim ステートメントで変数を宣言する場合、コンマで区切ることで複数の宣言を 1 度に行うことができます。 変数のデータ型は、変数名の後に型宣言子またはキーワードを付けることで指定します。"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3149924\n"
-"27\n"
"help.text"
msgid "$[officename] Basic supports single or multi-dimensional arrays that are defined by a specified variable type. Arrays are suitable if the program contains lists or tables that you want to edit. The advantage of arrays is that it is possible to address individual elements according to indexes, which can be formulated as numeric expressions or variables."
msgstr "$[officename] Basic では 1 次元および多次元配列を使用することができ、変数宣言をする際に変数型を指定します。配列は、プログラム中でリストやテーブルを操作する場合に適しています。配列を使用するメリットとして、インデックスを指定することで配列中の各要素にアクセスできる点がありますが、これらのインデックス指定には数値表式や変数が使えます。"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3148488\n"
-"28\n"
"help.text"
msgid "Arrays are declared with the Dim statement. There are two methods to define the index range:"
msgstr "配列の宣言は、Dim ステートメントで行います。インデックス範囲の指定法には2通りあります。"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3154662\n"
-"29\n"
"help.text"
msgid "DIM text(20) as String REM 21 elements numbered from 0 to 20"
msgstr "DIM text(20) as String REM 0 から 20 までの計 21 個の要素を定義"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3155604\n"
-"30\n"
"help.text"
msgid "DIM text(5 to 25) as String REM 21 elements numbered from 5 to 25"
msgstr "DIM text(5 to 25) as String REM 5 から 25 までの計 21 個の要素を定義"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3151274\n"
-"31\n"
"help.text"
msgid "DIM text(-15 to 5) as String REM 21 elements (including 0)"
msgstr "DIM text(-15 to 5) as String REM (0 も含めた) 計 21 個の要素を定義"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3152774\n"
-"32\n"
"help.text"
msgid "REM numbered from -15 to 5"
msgstr "REM インデックスの範囲は -15 から 5 まで"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3150829\n"
-"33\n"
"help.text"
msgid "Two-dimensional data field"
msgstr "2 次元のデータフィールド"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3149529\n"
-"34\n"
"help.text"
msgid "DIM text(20,2) as String REM 63 elements; form 0 to 20 level 1, from 0 to 20 level 2 and from 0 to 20 level 3."
msgstr "DIM text(20,2) as String REM 計 63 要素 (それぞれ 0 から 20 までの要素が3レベル分)"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3159239\n"
-"35\n"
"help.text"
msgid "You can declare an array types as dynamic if a ReDim statement defines the number of dimensions in the subroutine or the function that contains the array. Generally, you can only define an array dimension once, and you cannot modify it. Within a subroutine, you can declare an array with ReDim. You can only define dimensions with numeric expressions. This ensures that the fields are only as large as necessary."
msgstr "配列を使用する関数やサブルーチン内で、ReDim ステートメントにより配列の次元を定義すると、動的な配列を宣言できます。通常、いったん定義をした配列の次元は変更することができません。サブルーチン内では、ReDim ステートメントを使って配列の次元を定義できます。次元の定義には数値表式のみを使用できます。これは、必要最小限のフィールドのみを確保するためです。"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"hd_id3150344\n"
-"36\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3154657\n"
-"40\n"
"help.text"
msgid "sVar = \"Office\""
msgstr "sVar = \"Star Suite\""
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3149036\n"
-"44\n"
"help.text"
msgid "' Two-dimensional data field"
msgstr "2 次元のデータフィールド"
#: 03102100.xhp
+#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3153782\n"
-"46\n"
"help.text"
msgid "Const sDim As String = \" Dimension:\""
msgstr "Const sDim as String = \" Dimension:\""
@@ -27387,37 +27388,37 @@ msgid "<bookmark_value>ReDim statement</bookmark_value>"
msgstr "<bookmark_value>ReDim ステートメント</bookmark_value>"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"hd_id3150398\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03102101.xhp\" name=\"ReDim Statement [Runtime]\">ReDim Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03102101.xhp\" name=\"ReDim ステートメント [実行時]\">ReDim ステートメント [実行時]</link>"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3154685\n"
-"2\n"
"help.text"
msgid "Declares a variable or an array."
msgstr "変数や配列を宣言します。"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"hd_id3154218\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3156214\n"
-"4\n"
"help.text"
msgid "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
msgstr "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
@@ -27431,217 +27432,217 @@ msgid "Optionally, you can add the <emph>Preserve</emph> keyword as a parameter
msgstr "オプションとして <emph>Preserve</emph> キーワードをパラメーターとして使えば、再宣言される配列の内容を保持することが出来ます。"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"hd_id3148451\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3156423\n"
-"6\n"
"help.text"
msgid "<emph>VarName:</emph> Any variable or array name."
msgstr "<emph>VarName:</emph> 変数ないし配列の名前。"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3149562\n"
-"7\n"
"help.text"
msgid "<emph>Start, End:</emph> Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range."
msgstr "<emph>Start, End:</emph>要素数 (要素の数 = (end-start)+1) とインデックス範囲を定義する数値または定数。"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3155307\n"
-"8\n"
"help.text"
msgid "Start and End can be numeric expressions if ReDim is used at the procedure level."
msgstr "プロシージャーレベルで ReDim を記述する場合は、開始および終了値に数値表式を使用できます。"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3153951\n"
-"9\n"
"help.text"
msgid "<emph>VarType:</emph> Keyword that declares the data type of a variable."
msgstr "<emph>VarType: </emph> 変数型を指定するキーワード。"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3147317\n"
-"10\n"
"help.text"
msgid "<emph>Keyword:</emph> Variable type"
msgstr "<emph>キーワード:</emph> 変数型"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3153728\n"
-"11\n"
"help.text"
msgid "<emph>Bool: </emph>Boolean variable (True, False)"
msgstr "<emph>Bool:</emph>ブール型変数 (True、False)"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3146121\n"
-"12\n"
"help.text"
msgid "<emph>Date:</emph> Date variable"
msgstr "<emph>Date:</emph> 日付変数"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3159156\n"
-"13\n"
"help.text"
msgid "<emph>Double:</emph> Double floating point variable (1.79769313486232x10E308 - 4.94065645841247x10E-324)"
msgstr "<emph>Double: </emph> 倍精度型の浮動小数点変数 (1.79769313486232 × 10E308 から 4.94065645841247 × 10E-324)"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3148616\n"
-"14\n"
"help.text"
msgid "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
msgstr "<emph>Integer:</emph> 整数変数 (-32768 から 32767)"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3147348\n"
-"15\n"
"help.text"
msgid "<emph>Long:</emph> Long integer variable (-2,147,483,648 - 2,147,483,647)"
msgstr "<emph>Long:</emph> ロング整数変数 (-2,147,483,648 から 2,147,483,647)"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3149412\n"
-"16\n"
"help.text"
msgid "<emph>Object:</emph> Object variable (can only be subsequently defined by Set!)"
msgstr "<emph>Object:</emph> オブジェクト変数 (この変数を定義する場合は、Set ステートメントを使用する必要があります)"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3154729\n"
-"17\n"
"help.text"
msgid "<emph>[Single]:</emph> Single floating-point variable (3.402823x10E38 - 1.401298x10E-45). If no key word is specified, a variable is defined as Single, unless a statement from DefBool to DefVar is used."
msgstr "<emph>[Single]: </emph>単精度型の浮動小数点変数 (3.402823 × 10E38 から 1.401298 × 10E-45)。 キーワードを省略した場合、DefBool から DefVar までのステートメントを使用していないかぎり、すべての変数は自動的に単精度型とされます。"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3148458\n"
-"18\n"
"help.text"
msgid "<emph>String:</emph> String variable containing a maximum of 64,000 ASCII characters."
msgstr "<emph>String:</emph> 最大 64,000 テキストからなる文字列変数。"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3149581\n"
-"19\n"
"help.text"
msgid "<emph>Variant: </emph>Variant variable type (can contain all types and is set by definition)."
msgstr "<emph>Variant:</emph> バリアント型変数 (定義によりすべてのデータ型を代入できる変数)。"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3155601\n"
-"20\n"
"help.text"
msgid "In $[officename] Basic, you do not need to declare variables explicitly. However, you need to declare an array before you can use them. You can declare a variable with the Dim statement, using commas to separate multiple declarations. To declare a variable type, enter a type-declaration character following the name or use a corresponding key word."
msgstr "$[officename] Basic では、変数を明示的に宣言する必要はありません。 ただし、配列はあらかじめ定義をしておく必要があります。 Dim ステートメントで変数を宣言する場合、コンマで区切ることで複数の宣言を 1 度に行うことができます。 変数のデータ型は、変数名の後に型宣言子またはキーワードを付けることで指定します。"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3153415\n"
-"21\n"
"help.text"
msgid "$[officename] Basic supports single or multi-dimensional arrays that are defined by a specified variable type. Arrays are suitable if the program contains lists or tables that you want to edit. The advantage of arrays is that it is possible to address individual elements according to indexes, which can be formulated as numeric expressions or variables."
msgstr "$[officename] Basic では 1 次元および多次元配列を使用することができ、変数宣言をする際に変数型を指定します。配列は、プログラム中でリストやテーブルを操作する場合に適しています。配列を使用するメリットとして、インデックスを指定することで配列中の各要素にアクセスできる点がありますが、これらのインデックス指定には数値表式や変数が使えます。"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3146971\n"
-"22\n"
"help.text"
msgid "There are two ways to set the range of indices for arrays declared with the Dim statement:"
msgstr "Dim ステートメントで宣言する際に、配列の長さ (インデックスの範囲) は下記の2通りの方法で指定できます。"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3153950\n"
-"23\n"
"help.text"
msgid "DIM text(20) As String REM 21 elements numbered from 0 to 20"
msgstr "DIM text(20) As String REM 0から 20 の 21 要素"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3146912\n"
-"24\n"
"help.text"
msgid "DIM text(5 to 25) As String REM 21 elements numbered from 5 to 25"
msgstr "DIM text(5 to 25) As String REM 5から 25 の 21 要素"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3153709\n"
-"25\n"
"help.text"
msgid "DIM text$(-15 to 5) As String REM 21 elements (0 inclusive),"
msgstr "DIM text$(-15 to 5) As String REM 21 要素 (0 を含む)"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3150321\n"
-"26\n"
"help.text"
msgid "rem numbered from -15 to 5"
msgstr "rem 範囲は -15 から 5 まで"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id3149018\n"
-"27\n"
"help.text"
msgid "Variable fields, regardless of type, can be made dynamic if they are dimensioned by ReDim at the procedure level in subroutines or functions. Normally, you can only set the range of an array once and you cannot modify it. Within a procedure, you can declare an array using the ReDim statement with numeric expressions to define the range of the field sizes."
msgstr "サブルーチンや関数のプロシージャーレベルでReDimにより次元を指定する場合、変数フィールドはそのタイプにかかわらず動的に作成できます。 通常、配列の範囲は1度設定したら、その後変更することはできません。 プロシージャー内部では、ReDim ステートメントを使って配列を宣言する際に、フィールドサイズの範囲指定に数式を使用できます。"
#: 03102101.xhp
+#, fuzzy
msgctxt ""
"03102101.xhp\n"
"hd_id3148405\n"
-"28\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -27663,82 +27664,82 @@ msgid "<bookmark_value>IsArray function</bookmark_value>"
msgstr "<bookmark_value>IsArray 関数</bookmark_value>"
#: 03102200.xhp
+#, fuzzy
msgctxt ""
"03102200.xhp\n"
"hd_id3154346\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03102200.xhp\" name=\"IsArray Function [Runtime]\">IsArray Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03102200.xhp\" name=\"IsArray 関数 [実行時]\">IsArray 関数 [実行時]</link>"
#: 03102200.xhp
+#, fuzzy
msgctxt ""
"03102200.xhp\n"
"par_id3159413\n"
-"2\n"
"help.text"
msgid "Determines if a variable is a data field in an array."
msgstr "与えられた変数が、配列内のデータフィールドであるかを判定します。"
#: 03102200.xhp
+#, fuzzy
msgctxt ""
"03102200.xhp\n"
"hd_id3150792\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03102200.xhp
+#, fuzzy
msgctxt ""
"03102200.xhp\n"
"par_id3153379\n"
-"4\n"
"help.text"
msgid "IsArray (Var)"
msgstr "IsArray (Var)"
#: 03102200.xhp
+#, fuzzy
msgctxt ""
"03102200.xhp\n"
"hd_id3154365\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03102200.xhp
+#, fuzzy
msgctxt ""
"03102200.xhp\n"
"par_id3154685\n"
-"6\n"
"help.text"
msgid "Bool"
msgstr "ブール型"
#: 03102200.xhp
+#, fuzzy
msgctxt ""
"03102200.xhp\n"
"hd_id3153969\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03102200.xhp
+#, fuzzy
msgctxt ""
"03102200.xhp\n"
"par_id3145172\n"
-"8\n"
"help.text"
msgid "<emph>Var:</emph> Any variable that you want to test if it is declared as an array. If the variable is an array, then the function returns <emph>True</emph>, otherwise <emph>False </emph>is returned."
msgstr "<emph>Var:</emph> 配列として宣言されたものであるかを判定する変数。与えられた変数が配列であれば、この関数は <emph>True</emph> を返し、そうでない場合は <emph>False</emph> を返します。"
#: 03102200.xhp
+#, fuzzy
msgctxt ""
"03102200.xhp\n"
"hd_id3155131\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -27760,100 +27761,100 @@ msgid "<bookmark_value>IsDate function</bookmark_value>"
msgstr "<bookmark_value>IsDate 関数</bookmark_value>"
#: 03102300.xhp
+#, fuzzy
msgctxt ""
"03102300.xhp\n"
"hd_id3145090\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03102300.xhp\" name=\"IsDate Function [Runtime]\">IsDate Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03102300.xhp\" name=\"IsDate 関数 [実行時]\">IsDate 関数 [実行時]</link>"
#: 03102300.xhp
+#, fuzzy
msgctxt ""
"03102300.xhp\n"
"par_id3153311\n"
-"2\n"
"help.text"
msgid "Tests if a numeric or string expression can be converted to a <emph>Date</emph> variable."
msgstr "数値ないし文字列表式が <emph>日付</emph> 変数に変換できるかを判定します。"
#: 03102300.xhp
+#, fuzzy
msgctxt ""
"03102300.xhp\n"
"hd_id3153824\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03102300.xhp
+#, fuzzy
msgctxt ""
"03102300.xhp\n"
"par_id3147573\n"
-"4\n"
"help.text"
msgid "IsDate (Expression)"
msgstr "IsDate (Expression)"
#: 03102300.xhp
+#, fuzzy
msgctxt ""
"03102300.xhp\n"
"hd_id3143270\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03102300.xhp
+#, fuzzy
msgctxt ""
"03102300.xhp\n"
"par_id3147560\n"
-"6\n"
"help.text"
msgid "Bool"
msgstr "ブール型"
#: 03102300.xhp
+#, fuzzy
msgctxt ""
"03102300.xhp\n"
"hd_id3148947\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03102300.xhp
+#, fuzzy
msgctxt ""
"03102300.xhp\n"
"par_id3145069\n"
-"8\n"
"help.text"
msgid "<emph>Expression:</emph> Any numeric or string expression that you want to test. If the expression can be converted to a date, the function returns <emph>True</emph>, otherwise the function returns <emph>False</emph>."
msgstr "<emph>Expression:</emph> 評価する数値ないし文字列表式。この関数は、与えられた表式が日付データに変換できる場合に <emph>True</emph> を返し、それ以外の場合は <emph>False</emph> を返します。"
#: 03102300.xhp
+#, fuzzy
msgctxt ""
"03102300.xhp\n"
"hd_id3150447\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03102300.xhp
+#, fuzzy
msgctxt ""
"03102300.xhp\n"
"par_id3150869\n"
-"13\n"
"help.text"
msgid "Print IsDate(sDateVar) ' Returns True"
msgstr "print IsDate(sDateVar) REM 戻り値は True"
#: 03102300.xhp
+#, fuzzy
msgctxt ""
"03102300.xhp\n"
"par_id3147288\n"
-"15\n"
"help.text"
msgid "Print IsDate(sDateVar) ' Returns False"
msgstr "print IsDate(sDateVar) REM 戻り値は False"
@@ -27875,91 +27876,91 @@ msgid "<bookmark_value>IsEmpty function</bookmark_value>"
msgstr "<bookmark_value>IsEmpty 関数</bookmark_value>"
#: 03102400.xhp
+#, fuzzy
msgctxt ""
"03102400.xhp\n"
"hd_id3153394\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03102400.xhp\" name=\"IsEmpty Function [Runtime]\">IsEmpty Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03102400.xhp\" name=\"IsEmpty 関数 [実行時]\">IsEmpty 関数 [実行時]</link>"
#: 03102400.xhp
+#, fuzzy
msgctxt ""
"03102400.xhp\n"
"par_id3163045\n"
-"2\n"
"help.text"
msgid "Tests if a Variant variable contains the Empty value. The Empty value indicates that the variable is not initialized."
msgstr "バリアント型変数の値が、空 (Empty) であるかを判定します。値が空 (Empty) である変数は、初期化前であることを意味します。"
#: 03102400.xhp
+#, fuzzy
msgctxt ""
"03102400.xhp\n"
"hd_id3159158\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03102400.xhp
+#, fuzzy
msgctxt ""
"03102400.xhp\n"
"par_id3153126\n"
-"4\n"
"help.text"
msgid "IsEmpty (Var)"
msgstr "IsEmpty (Var)"
#: 03102400.xhp
+#, fuzzy
msgctxt ""
"03102400.xhp\n"
"hd_id3148685\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03102400.xhp
+#, fuzzy
msgctxt ""
"03102400.xhp\n"
"par_id3156344\n"
-"6\n"
"help.text"
msgid "Bool"
msgstr "ブール型"
#: 03102400.xhp
+#, fuzzy
msgctxt ""
"03102400.xhp\n"
"hd_id3148947\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03102400.xhp
+#, fuzzy
msgctxt ""
"03102400.xhp\n"
"par_id3154347\n"
-"8\n"
"help.text"
msgid "<emph>Var:</emph> Any variable that you want to test. If the Variant contains the Empty value, the function returns True, otherwise the function returns False."
msgstr "<emph>Var:</emph> 判定する変数。関数の戻り値は、バリアント型変数の値が空 (Empty) であれば True を返し、そうでない場合は False を返します。"
#: 03102400.xhp
+#, fuzzy
msgctxt ""
"03102400.xhp\n"
"hd_id3154138\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03102400.xhp
+#, fuzzy
msgctxt ""
"03102400.xhp\n"
"par_id3154863\n"
-"13\n"
"help.text"
msgid "Print IsEmpty(sVar) ' Returns True"
msgstr "Print IsEmpty(sVar) REM この場合は True が返されます"
@@ -28053,81 +28054,82 @@ msgid "IsNull Function [Runtime]"
msgstr "IsNull 関数[実行時]"
#: 03102600.xhp
+#, fuzzy
msgctxt ""
"03102600.xhp\n"
"bm_id3155555\n"
"help.text"
-msgid "<bookmark_value>IsNull function</bookmark_value><bookmark_value>Null value</bookmark_value>"
+msgid "<bookmark_value>IsNull function</bookmark_value> <bookmark_value>Null value</bookmark_value>"
msgstr "<bookmark_value>IsNull 関数</bookmark_value><bookmark_value>Null 値</bookmark_value>"
#: 03102600.xhp
+#, fuzzy
msgctxt ""
"03102600.xhp\n"
"hd_id3155555\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03102600.xhp\" name=\"IsNull Function [Runtime]\">IsNull Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03102600.xhp\" name=\"IsNull 関数 [実行時]\">IsNull 関数 [実行時]</link>"
#: 03102600.xhp
+#, fuzzy
msgctxt ""
"03102600.xhp\n"
"par_id3146957\n"
-"2\n"
"help.text"
msgid "Tests if a Variant contains the special Null value, indicating that the variable does not contain data."
msgstr "バリアント型変数が、変数値にデータがないことを示す Null という特殊な値であるかを判定します。"
#: 03102600.xhp
+#, fuzzy
msgctxt ""
"03102600.xhp\n"
"hd_id3150670\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03102600.xhp
+#, fuzzy
msgctxt ""
"03102600.xhp\n"
"par_id3150984\n"
-"4\n"
"help.text"
msgid "IsNull (Var)"
msgstr "IsNull (Var)"
#: 03102600.xhp
+#, fuzzy
msgctxt ""
"03102600.xhp\n"
"hd_id3149514\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03102600.xhp
+#, fuzzy
msgctxt ""
"03102600.xhp\n"
"par_id3145609\n"
-"6\n"
"help.text"
msgid "Bool"
msgstr "ブール型"
#: 03102600.xhp
+#, fuzzy
msgctxt ""
"03102600.xhp\n"
"hd_id3149669\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03102600.xhp
+#, fuzzy
msgctxt ""
"03102600.xhp\n"
"par_id3159414\n"
-"8\n"
"help.text"
msgid "<emph>Var:</emph> Any variable that you want to test. This function returns True if the Variant contains the Null value, or False if the Variant does not contain the Null value."
msgstr "<emph>Var:</emph> 判定する変数。この関数は、バリアント型変数の内容が Null 値である場合に True を返し、Null 値でない場合は False を返します。"
@@ -28141,10 +28143,10 @@ msgid "<emph>Null</emph> - This value is used for a variant data sub type withou
msgstr "<emph>Null</emph> - この値は、有効なコンテンツのないバリエーションデータサブタイプに使用します。"
#: 03102600.xhp
+#, fuzzy
msgctxt ""
"03102600.xhp\n"
"hd_id3153381\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -28166,100 +28168,100 @@ msgid "<bookmark_value>IsNumeric function</bookmark_value>"
msgstr "<bookmark_value>IsNumeric 関数</bookmark_value>"
#: 03102700.xhp
+#, fuzzy
msgctxt ""
"03102700.xhp\n"
"hd_id3145136\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric Function [Runtime]\">IsNumeric Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric 関数 [実行時]\">IsNumeric 関数 [実行時]</link>"
#: 03102700.xhp
+#, fuzzy
msgctxt ""
"03102700.xhp\n"
"par_id3149177\n"
-"2\n"
"help.text"
msgid "Tests if an expression is a number. If the expression is a <link href=\"text/sbasic/shared/00000002.xhp#dezimal\" name=\"number\">number</link>, the function returns True, otherwise the function returns False."
msgstr "与えられた表式が数値であるかを判定します。この関数は、与えられた表式が<link href=\"text/sbasic/shared/00000002.xhp#dezimal\" name=\"数値\">数値</link>である場合に True を返し、そうでない場合は False を返します。"
#: 03102700.xhp
+#, fuzzy
msgctxt ""
"03102700.xhp\n"
"hd_id3149415\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03102700.xhp
+#, fuzzy
msgctxt ""
"03102700.xhp\n"
"par_id3150771\n"
-"4\n"
"help.text"
msgid "IsNumeric (Var)"
msgstr "IsNumeric (Var)"
#: 03102700.xhp
+#, fuzzy
msgctxt ""
"03102700.xhp\n"
"hd_id3148685\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03102700.xhp
+#, fuzzy
msgctxt ""
"03102700.xhp\n"
"par_id3148944\n"
-"6\n"
"help.text"
msgid "Bool"
msgstr "ブール型"
#: 03102700.xhp
+#, fuzzy
msgctxt ""
"03102700.xhp\n"
"hd_id3148947\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03102700.xhp
+#, fuzzy
msgctxt ""
"03102700.xhp\n"
"par_id3154760\n"
-"8\n"
"help.text"
msgid "<emph>Var:</emph> Any expression that you want to test."
msgstr "<emph>Var:</emph> 判定する表式。"
#: 03102700.xhp
+#, fuzzy
msgctxt ""
"03102700.xhp\n"
"hd_id3149656\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03102700.xhp
+#, fuzzy
msgctxt ""
"03102700.xhp\n"
"par_id3147230\n"
-"13\n"
"help.text"
msgid "Print IsNumeric(vVar) ' Returns False"
msgstr "Print IsNumeric(vVar) REM 戻り値は False"
#: 03102700.xhp
+#, fuzzy
msgctxt ""
"03102700.xhp\n"
"par_id3154910\n"
-"15\n"
"help.text"
msgid "Print IsNumeric(vVar) ' Returns True"
msgstr "Print IsNumeric(vVar) REM 戻り値は True"
@@ -28369,127 +28371,127 @@ msgid "<bookmark_value>LBound function</bookmark_value>"
msgstr "<bookmark_value>LBound 関数</bookmark_value>"
#: 03102900.xhp
+#, fuzzy
msgctxt ""
"03102900.xhp\n"
"hd_id3156027\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03102900.xhp\" name=\"LBound Function [Runtime]\">LBound Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03102900.xhp\" name=\"LBound 関数 [実行時]\">LBound 関数 [実行時]</link>"
#: 03102900.xhp
+#, fuzzy
msgctxt ""
"03102900.xhp\n"
"par_id3147226\n"
-"2\n"
"help.text"
msgid "Returns the lower boundary of an array."
msgstr "配列のインデックス範囲の下限値を返します。"
#: 03102900.xhp
+#, fuzzy
msgctxt ""
"03102900.xhp\n"
"hd_id3148538\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03102900.xhp
+#, fuzzy
msgctxt ""
"03102900.xhp\n"
"par_id3150503\n"
-"4\n"
"help.text"
msgid "LBound (ArrayName [, Dimension])"
msgstr "LBound (ArrayName [, Dimension])"
#: 03102900.xhp
+#, fuzzy
msgctxt ""
"03102900.xhp\n"
"hd_id3150984\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03102900.xhp
+#, fuzzy
msgctxt ""
"03102900.xhp\n"
"par_id3153126\n"
-"6\n"
"help.text"
msgid "Integer"
msgstr "整数"
#: 03102900.xhp
+#, fuzzy
msgctxt ""
"03102900.xhp\n"
"hd_id3144500\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03102900.xhp
+#, fuzzy
msgctxt ""
"03102900.xhp\n"
"par_id3145069\n"
-"8\n"
"help.text"
msgid "<emph>ArrayName:</emph> Name of the array for which you want to return the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary of the array dimension."
msgstr "<emph>ArrayName:</emph> インデックス範囲の最大値 (<emph>Ubound</emph>) ないし最小値 (<emph>LBound</emph>) を確認する配列の名前。"
#: 03102900.xhp
+#, fuzzy
msgctxt ""
"03102900.xhp\n"
"par_id3149457\n"
-"9\n"
"help.text"
msgid "<emph>[Dimension]:</emph> Integer that specifies which dimension to return the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary for. If a value is not specified, the first dimension is assumed."
msgstr "<emph>[Dimension]:</emph> インデックス範囲の最大値 (<emph>Ubound</emph>) ないし最小値 (<emph>LBound</emph>) を確認する次元を示す整数値。この値を指定しない場合は、最初の次元が適用されます。"
#: 03102900.xhp
+#, fuzzy
msgctxt ""
"03102900.xhp\n"
"hd_id3145171\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03102900.xhp
+#, fuzzy
msgctxt ""
"03102900.xhp\n"
"par_id3145365\n"
-"18\n"
"help.text"
msgid "Print LBound(sVar()) ' Returns 10"
msgstr "Print LBound(sVar()) REM 戻り値は 10"
#: 03102900.xhp
+#, fuzzy
msgctxt ""
"03102900.xhp\n"
"par_id3150486\n"
-"19\n"
"help.text"
msgid "Print UBound(sVar()) ' Returns 20"
msgstr "UBound(sVar()) REM 戻り値は 20"
#: 03102900.xhp
+#, fuzzy
msgctxt ""
"03102900.xhp\n"
"par_id3149665\n"
-"20\n"
"help.text"
msgid "Print LBound(sVar(),2) ' Returns 5"
msgstr "Print LBound(sVar(),2) REM 戻り値は 5"
#: 03102900.xhp
+#, fuzzy
msgctxt ""
"03102900.xhp\n"
"par_id3159154\n"
-"21\n"
"help.text"
msgid "Print UBound(sVar(),2) ' Returns 70"
msgstr "Print UBound(sVar(),2) REM 戻り値は 70"
@@ -28511,127 +28513,127 @@ msgid "<bookmark_value>UBound function</bookmark_value>"
msgstr "<bookmark_value>UBound 関数</bookmark_value>"
#: 03103000.xhp
+#, fuzzy
msgctxt ""
"03103000.xhp\n"
"hd_id3148538\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03103000.xhp\" name=\"UBound Function [Runtime]\">UBound Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03103000.xhp\" name=\"UBound 関数 [実行時]\">UBound 関数 [実行時]</link>"
#: 03103000.xhp
+#, fuzzy
msgctxt ""
"03103000.xhp\n"
"par_id3147573\n"
-"2\n"
"help.text"
msgid "Returns the upper boundary of an array."
msgstr "配列のインデックス範囲の最大値を返します。"
#: 03103000.xhp
+#, fuzzy
msgctxt ""
"03103000.xhp\n"
"hd_id3150984\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03103000.xhp
+#, fuzzy
msgctxt ""
"03103000.xhp\n"
"par_id3149415\n"
-"4\n"
"help.text"
msgid "UBound (ArrayName [, Dimension])"
msgstr "UBound (ArrayName [, Dimension])"
#: 03103000.xhp
+#, fuzzy
msgctxt ""
"03103000.xhp\n"
"hd_id3153897\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03103000.xhp
+#, fuzzy
msgctxt ""
"03103000.xhp\n"
"par_id3149670\n"
-"6\n"
"help.text"
msgid "Integer"
msgstr "整数"
#: 03103000.xhp
+#, fuzzy
msgctxt ""
"03103000.xhp\n"
"hd_id3154347\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03103000.xhp
+#, fuzzy
msgctxt ""
"03103000.xhp\n"
"par_id3153381\n"
-"8\n"
"help.text"
msgid "<emph>ArrayName:</emph> Name of the array for which you want to determine the upper (<emph>Ubound</emph>) or the lower (<emph>LBound</emph>) boundary."
msgstr "<emph>ArrayName:</emph> インデックス範囲の最大値 (<emph>Ubound</emph>) ないし最小値 (<emph>LBound</emph>) を確認する配列の名前。"
#: 03103000.xhp
+#, fuzzy
msgctxt ""
"03103000.xhp\n"
"par_id3148797\n"
-"9\n"
"help.text"
msgid "<emph>[Dimension]:</emph> Integer that specifies which dimension to return the upper(<emph>Ubound</emph>) or lower (<emph>LBound</emph>) boundary for. If no value is specified, the boundary of the first dimension is returned."
msgstr "<emph>[Dimension]:</emph> インデックス範囲の最大値 (<emph>Ubound</emph>) ないし最小値 (<emph>LBound</emph>) を確認する次元を示す整数値。この値を指定しない場合は、最初の次元のインデックス範囲が返されます。"
#: 03103000.xhp
+#, fuzzy
msgctxt ""
"03103000.xhp\n"
"hd_id3153192\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03103000.xhp
+#, fuzzy
msgctxt ""
"03103000.xhp\n"
"par_id3152596\n"
-"18\n"
"help.text"
msgid "Print LBound(sVar()) ' Returns 10"
msgstr "Print LBound(sVar()) REM 戻り値は 10"
#: 03103000.xhp
+#, fuzzy
msgctxt ""
"03103000.xhp\n"
"par_id3153138\n"
-"19\n"
"help.text"
msgid "Print UBound(sVar()) ' Returns 20"
msgstr "UBound(sVar()) REM 戻り値は 20"
#: 03103000.xhp
+#, fuzzy
msgctxt ""
"03103000.xhp\n"
"par_id3149665\n"
-"20\n"
"help.text"
msgid "Print LBound(sVar(),2) ' Returns 5"
msgstr "Print LBound(sVar(),2) REM 戻り値は 5"
#: 03103000.xhp
+#, fuzzy
msgctxt ""
"03103000.xhp\n"
"par_id3147214\n"
-"21\n"
"help.text"
msgid "Print UBound(sVar(),2) ' Returns 70"
msgstr "Print UBound(sVar(),2) REM 戻り値は 70"
@@ -28653,82 +28655,82 @@ msgid "<bookmark_value>Let statement</bookmark_value>"
msgstr "<bookmark_value>Let; ステートメント</bookmark_value>"
#: 03103100.xhp
+#, fuzzy
msgctxt ""
"03103100.xhp\n"
"hd_id3147242\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03103100.xhp\" name=\"Let Statement [Runtime]\">Let Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03103100.xhp\" name=\"Let ステートメント [実行時]\">Let ステートメント [実行時]</link>"
#: 03103100.xhp
+#, fuzzy
msgctxt ""
"03103100.xhp\n"
"par_id3149233\n"
-"2\n"
"help.text"
msgid "Assigns a value to a variable."
msgstr "変数に値を代入します。"
#: 03103100.xhp
+#, fuzzy
msgctxt ""
"03103100.xhp\n"
"hd_id3153127\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03103100.xhp
+#, fuzzy
msgctxt ""
"03103100.xhp\n"
"par_id3154285\n"
-"4\n"
"help.text"
msgid "[Let] VarName=Expression"
msgstr "[Let] VarName=Expression"
#: 03103100.xhp
+#, fuzzy
msgctxt ""
"03103100.xhp\n"
"hd_id3148944\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03103100.xhp
+#, fuzzy
msgctxt ""
"03103100.xhp\n"
"par_id3147560\n"
-"6\n"
"help.text"
msgid "<emph>VarName:</emph> Variable that you want to assign a value to. Value and variable type must be compatible."
msgstr "<emph>VarName:</emph> 値を代入する変数。変数と代入する値は、データ型が一致している必要があります。"
#: 03103100.xhp
+#, fuzzy
msgctxt ""
"03103100.xhp\n"
"par_id3148451\n"
-"7\n"
"help.text"
msgid "As in most BASIC dialects, the keyword <emph>Let</emph> is optional."
msgstr "大部分の BASIC 言語でそうであるように、キーワード <emph>Let</emph> は省略可能です。"
#: 03103100.xhp
+#, fuzzy
msgctxt ""
"03103100.xhp\n"
"hd_id3145785\n"
-"8\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03103100.xhp
+#, fuzzy
msgctxt ""
"03103100.xhp\n"
"par_id3152939\n"
-"12\n"
"help.text"
msgid "MsgBox Len(sText) ' returns 9"
msgstr "MsgBox Len(sText) REM 戻り値は 9"
@@ -28750,64 +28752,64 @@ msgid "<bookmark_value>Option Base statement</bookmark_value>"
msgstr "<bookmark_value>Option Base ステートメント</bookmark_value>"
#: 03103200.xhp
+#, fuzzy
msgctxt ""
"03103200.xhp\n"
"hd_id3155805\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03103200.xhp\" name=\"Option Base Statement [Runtime]\">Option Base Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03103200.xhp\" name=\"Option Base ステートメント [実行時]\">Option Base ステートメント [実行時]</link>"
#: 03103200.xhp
+#, fuzzy
msgctxt ""
"03103200.xhp\n"
"par_id3147242\n"
-"2\n"
"help.text"
msgid "Defines the default lower boundary for arrays as 0 or 1."
msgstr "配列のインデックス範囲について、デフォルトで適用される下限値を 0 ないし 1 のいずれかに設定します。"
#: 03103200.xhp
+#, fuzzy
msgctxt ""
"03103200.xhp\n"
"hd_id3150771\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03103200.xhp
+#, fuzzy
msgctxt ""
"03103200.xhp\n"
"par_id3147573\n"
-"4\n"
"help.text"
msgid "Option Base { 0 | 1}"
msgstr "Option Base { 0 | 1}"
#: 03103200.xhp
+#, fuzzy
msgctxt ""
"03103200.xhp\n"
"hd_id3145315\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03103200.xhp
+#, fuzzy
msgctxt ""
"03103200.xhp\n"
"par_id3147229\n"
-"6\n"
"help.text"
msgid "This statement must be added before the executable program code in a module."
msgstr "このステートメントを記述するプログラム中の位置は、モジュール内のすべての実行コードよりも前にする必要があります。"
#: 03103200.xhp
+#, fuzzy
msgctxt ""
"03103200.xhp\n"
"hd_id3150870\n"
-"7\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -28829,73 +28831,73 @@ msgid "<bookmark_value>Option Explicit statement</bookmark_value>"
msgstr "<bookmark_value>Option Explicit ステートメント</bookmark_value>"
#: 03103300.xhp
+#, fuzzy
msgctxt ""
"03103300.xhp\n"
"hd_id3145090\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03103300.xhp\" name=\"Option Explicit Statement [Runtime]\">Option Explicit Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03103300.xhp\" name=\"Option Explicit ステートメント [実行時]\">Option Explicit ステートメント [実行時]</link>"
#: 03103300.xhp
+#, fuzzy
msgctxt ""
"03103300.xhp\n"
"par_id3148538\n"
-"2\n"
"help.text"
msgid "Specifies that every variable in the program code must be explicitly declared with the Dim statement."
msgstr "プログラムコード中で使用するすべての変数を、Dim ステートメントを使って明示的に宣言する必要があるようにします。"
#: 03103300.xhp
+#, fuzzy
msgctxt ""
"03103300.xhp\n"
"hd_id3149763\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03103300.xhp
+#, fuzzy
msgctxt ""
"03103300.xhp\n"
"par_id3149514\n"
-"4\n"
"help.text"
msgid "Option Explicit"
msgstr "Option Explicit"
#: 03103300.xhp
+#, fuzzy
msgctxt ""
"03103300.xhp\n"
"hd_id3145315\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03103300.xhp
+#, fuzzy
msgctxt ""
"03103300.xhp\n"
"par_id3145172\n"
-"6\n"
"help.text"
msgid "This statement must be added before the executable program code in a module."
msgstr "このステートメントを記述するプログラム中の位置は、モジュール内のすべての実行コードよりも前にする必要があります。"
#: 03103300.xhp
+#, fuzzy
msgctxt ""
"03103300.xhp\n"
"hd_id3125864\n"
-"7\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03103300.xhp
+#, fuzzy
msgctxt ""
"03103300.xhp\n"
"par_id3145787\n"
-"12\n"
"help.text"
msgid "For i% = 1 To 10 ' This results in a run-time error"
msgstr "For i% = 1 to 10 REM これは実行時エラーとなります"
@@ -28917,46 +28919,46 @@ msgid "<bookmark_value>Public statement</bookmark_value>"
msgstr "<bookmark_value>Public ステートメント</bookmark_value>"
#: 03103400.xhp
+#, fuzzy
msgctxt ""
"03103400.xhp\n"
"hd_id3153311\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03103400.xhp\" name=\"Public Statement [Runtime]\">Public Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03103400.xhp\" name=\"Public ステートメント [実行時]\">Public ステートメント [実行時]</link>"
#: 03103400.xhp
+#, fuzzy
msgctxt ""
"03103400.xhp\n"
"par_id3150669\n"
-"2\n"
"help.text"
msgid "Dimensions a variable or an array at the module level (that is, not within a subroutine or function), so that the variable and the array are valid in all libraries and modules."
msgstr "変数や配列を (有効範囲を関数やサブルーチン内に限定するのではなく) モジュールレベルで定義し、すべてのライブラリやモジュールを通じて利用できるようにします。"
#: 03103400.xhp
+#, fuzzy
msgctxt ""
"03103400.xhp\n"
"hd_id3150772\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03103400.xhp
+#, fuzzy
msgctxt ""
"03103400.xhp\n"
"par_id3155341\n"
-"4\n"
"help.text"
msgid "Public VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
msgstr "Public VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
#: 03103400.xhp
+#, fuzzy
msgctxt ""
"03103400.xhp\n"
"hd_id3145315\n"
-"5\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -28978,46 +28980,46 @@ msgid "<bookmark_value>Global statement</bookmark_value>"
msgstr "<bookmark_value>Global ステートメント</bookmark_value>"
#: 03103450.xhp
+#, fuzzy
msgctxt ""
"03103450.xhp\n"
"hd_id3159201\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03103450.xhp\" name=\"Global Statement [Runtime]\">Global Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03103450.xhp\" name=\"Global ステートメント [実行時]\">Global ステートメント [実行時]</link>"
#: 03103450.xhp
+#, fuzzy
msgctxt ""
"03103450.xhp\n"
"par_id3149177\n"
-"2\n"
"help.text"
msgid "Dimensions a variable or an array at the global level (that is, not within a subroutine or function), so that the variable and the array are valid in all libraries and modules for the current session."
msgstr "変数や配列を (1 つのサブルーチンや関数内部に限定するのではなく) 大域レベルで定義し、現在のセッションにおけるすべてのライブラリやモジュールで使用可能にします。"
#: 03103450.xhp
+#, fuzzy
msgctxt ""
"03103450.xhp\n"
"hd_id3143270\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03103450.xhp
+#, fuzzy
msgctxt ""
"03103450.xhp\n"
"par_id3150771\n"
-"4\n"
"help.text"
msgid "Global VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
msgstr "Global VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
#: 03103450.xhp
+#, fuzzy
msgctxt ""
"03103450.xhp\n"
"hd_id3156152\n"
-"5\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -29039,73 +29041,73 @@ msgid "<bookmark_value>Static statement</bookmark_value>"
msgstr "<bookmark_value>Static ステートメント</bookmark_value>"
#: 03103500.xhp
+#, fuzzy
msgctxt ""
"03103500.xhp\n"
"hd_id3149798\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03103500.xhp\" name=\"Static Statement [Runtime]\">Static Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03103500.xhp\" name=\"Static ステートメント [実行時]\">Static ステートメント [実行時]</link>"
#: 03103500.xhp
+#, fuzzy
msgctxt ""
"03103500.xhp\n"
"par_id3153311\n"
-"2\n"
"help.text"
msgid "Declares a variable or an array at the procedure level within a subroutine or a function, so that the values of the variable or the array are retained after exiting the subroutine or function. Dim statement conventions are also valid."
msgstr "関数およびサブルーチン内で変数や配列を定義する際に、これらをプロシージャーレベルで再利用することを宣言して、該当する関数およびサブルーチンが終了しても、こうした変数や配列に代入した値を保持するようにします。ここでは Dim ステートメントと同様の規約が適用されます。"
#: 03103500.xhp
+#, fuzzy
msgctxt ""
"03103500.xhp\n"
"par_id3147264\n"
-"3\n"
"help.text"
msgid "The <emph>Static statement</emph> cannot be used to define variable arrays. Arrays must be specified according to a fixed size."
msgstr "<emph>Static ステートメント</emph> は、配列変数の定義には使用できません。配列は固定サイズで定義する必要があります。"
#: 03103500.xhp
+#, fuzzy
msgctxt ""
"03103500.xhp\n"
"hd_id3149657\n"
-"4\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03103500.xhp
+#, fuzzy
msgctxt ""
"03103500.xhp\n"
"par_id3150400\n"
-"5\n"
"help.text"
msgid "Static VarName[(start To end)] [As VarType], VarName2[(start To end)] [As VarType], ..."
msgstr "Static VarName[(start To end)] [As VarType], VarName2[(start To end)] [As VarType], ..."
#: 03103500.xhp
+#, fuzzy
msgctxt ""
"03103500.xhp\n"
"hd_id3148452\n"
-"6\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03103500.xhp
+#, fuzzy
msgctxt ""
"03103500.xhp\n"
"par_id3150870\n"
-"11\n"
"help.text"
msgid "MsgBox iResult,0,\"The answer is\""
msgstr "MsgBox iResult,0,\"The answer is\""
#: 03103500.xhp
+#, fuzzy
msgctxt ""
"03103500.xhp\n"
"par_id3151115\n"
-"15\n"
"help.text"
msgid "' Function for initialization of the static variable"
msgstr "REM スタティック変数の初期化用関数"
@@ -29135,144 +29137,145 @@ msgid "TypeName Function; VarType Function[Runtime]"
msgstr "TypeName 関数; VarType 関数 [実行時]"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"bm_id3143267\n"
"help.text"
-msgid "<bookmark_value>TypeName function</bookmark_value><bookmark_value>VarType function</bookmark_value>"
+msgid "<bookmark_value>TypeName function</bookmark_value> <bookmark_value>VarType function</bookmark_value>"
msgstr "<bookmark_value>TypeName 関数</bookmark_value><bookmark_value>VarType 関数</bookmark_value>"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"hd_id3143267\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03103600.xhp\" name=\"TypeName Function; VarType Function[Runtime]\">TypeName Function; VarType Function[Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03103600.xhp\" name=\"TypeName 関数; VarType 関数 [実行時]\">TypeName 関数; VarType 関数 [実行時]</link>"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3159157\n"
-"2\n"
"help.text"
msgid "Returns a string (TypeName) or a numeric value (VarType) that contains information for a variable."
msgstr "与えられた変数のデータ型を示す文字列 (TypeName) および数値 (VarType) を返します。"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"hd_id3153825\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3155341\n"
-"4\n"
"help.text"
msgid "TypeName (Variable)VarType (Variable)"
msgstr "TypeName (Variable)VarType (Variable)"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"hd_id3145610\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3148947\n"
-"6\n"
"help.text"
msgid "String; Integer"
msgstr "String; Integer"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"hd_id3146795\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3148664\n"
-"8\n"
"help.text"
msgid "<emph>Variable:</emph> The variable that you want to determine the type of. You can use the following values:"
msgstr "<emph>Variable:</emph> データ型を判定する変数。ここで扱えるのは、下記の値です。"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3145171\n"
-"9\n"
"help.text"
msgid "key word"
msgstr "キーワード"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3156212\n"
-"10\n"
"help.text"
msgid "VarType"
msgstr "VarType"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3154684\n"
-"11\n"
"help.text"
msgid "Variable type"
msgstr "変数型"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3151041\n"
-"12\n"
"help.text"
msgid "Boolean"
msgstr "Boolean"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3153367\n"
-"13\n"
"help.text"
msgid "11"
msgstr "11"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3148645\n"
-"14\n"
"help.text"
msgid "Boolean variable"
msgstr "ブール型変数"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3153138\n"
-"15\n"
"help.text"
msgid "Date"
msgstr "日付"
@@ -29281,25 +29284,24 @@ msgstr "日付"
msgctxt ""
"03103600.xhp\n"
"par_id3153363\n"
-"16\n"
"help.text"
msgid "7"
-msgstr "7"
+msgstr ""
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3155411\n"
-"17\n"
"help.text"
msgid "Date variable"
msgstr "日付変数"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3146975\n"
-"18\n"
"help.text"
msgid "Double"
msgstr "倍精度"
@@ -29308,25 +29310,24 @@ msgstr "倍精度"
msgctxt ""
"03103600.xhp\n"
"par_id3150486\n"
-"19\n"
"help.text"
msgid "5"
-msgstr "5"
+msgstr ""
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3148616\n"
-"20\n"
"help.text"
msgid "Double floating point variable"
msgstr "倍精度型の浮動小数点変数"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3148457\n"
-"21\n"
"help.text"
msgid "Integer"
msgstr "整数"
@@ -29335,25 +29336,24 @@ msgstr "整数"
msgctxt ""
"03103600.xhp\n"
"par_id3145647\n"
-"22\n"
"help.text"
msgid "2"
-msgstr "2"
+msgstr ""
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3154490\n"
-"23\n"
"help.text"
msgid "Integer variable"
msgstr "整数変数"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3149960\n"
-"24\n"
"help.text"
msgid "Long"
msgstr "ロング整数"
@@ -29362,25 +29362,24 @@ msgstr "ロング整数"
msgctxt ""
"03103600.xhp\n"
"par_id3154513\n"
-"25\n"
"help.text"
msgid "3"
-msgstr "3"
+msgstr ""
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3151318\n"
-"26\n"
"help.text"
msgid "Long integer variable"
msgstr "ロング整数変数"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3146972\n"
-"27\n"
"help.text"
msgid "Object"
msgstr "Object"
@@ -29389,25 +29388,24 @@ msgstr "Object"
msgctxt ""
"03103600.xhp\n"
"par_id3154482\n"
-"28\n"
"help.text"
msgid "9"
-msgstr "9"
+msgstr ""
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3150323\n"
-"29\n"
"help.text"
msgid "Object variable"
msgstr "オブジェクト変数"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3148405\n"
-"30\n"
"help.text"
msgid "Single"
msgstr "単精度"
@@ -29416,25 +29414,24 @@ msgstr "単精度"
msgctxt ""
"03103600.xhp\n"
"par_id3149020\n"
-"31\n"
"help.text"
msgid "4"
-msgstr "4"
+msgstr ""
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3147341\n"
-"32\n"
"help.text"
msgid "Single floating-point variable"
msgstr "単精度型の浮動小数点変数"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3155901\n"
-"33\n"
"help.text"
msgid "String"
msgstr "文字列"
@@ -29443,52 +29440,51 @@ msgstr "文字列"
msgctxt ""
"03103600.xhp\n"
"par_id3155960\n"
-"34\n"
"help.text"
msgid "8"
-msgstr "8"
+msgstr ""
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3146313\n"
-"35\n"
"help.text"
msgid "String variable"
msgstr "文字列変数"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3145149\n"
-"36\n"
"help.text"
msgid "Variant"
msgstr "Variant"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3154021\n"
-"37\n"
"help.text"
msgid "12"
msgstr "12"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3145789\n"
-"38\n"
"help.text"
msgid "Variant variable (can contain all types specified by the definition)"
msgstr "バリアント型変数 (すべてのデータ型を代入できる変数)"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3148630\n"
-"39\n"
"help.text"
msgid "Empty"
msgstr "Empty"
@@ -29497,25 +29493,24 @@ msgstr "Empty"
msgctxt ""
"03103600.xhp\n"
"par_id3152584\n"
-"40\n"
"help.text"
msgid "0"
-msgstr "0"
+msgstr ""
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3151278\n"
-"41\n"
"help.text"
msgid "Variable is not initialized"
msgstr "初期化前の変数に代入される値"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3154576\n"
-"42\n"
"help.text"
msgid "Null"
msgstr "Null"
@@ -29524,34 +29519,33 @@ msgstr "Null"
msgctxt ""
"03103600.xhp\n"
"par_id3166424\n"
-"43\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3145131\n"
-"44\n"
"help.text"
msgid "No valid data"
msgstr "有効なデータが格納されていないことを示す値"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"hd_id3149338\n"
-"45\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03103600.xhp
+#, fuzzy
msgctxt ""
"03103600.xhp\n"
"par_id3148817\n"
-"58\n"
"help.text"
msgid "TypeName(lVar) & \" \" & VarType(lVar),0,\"Some types In $[officename] Basic\""
msgstr "TypeName(lVar) & \" \" & VarType(lVar),0,\"Some types in $[officename] Basic\""
@@ -29565,72 +29559,73 @@ msgid "Set Statement[Runtime]"
msgstr "Set ステートメント [実行時]"
#: 03103700.xhp
+#, fuzzy
msgctxt ""
"03103700.xhp\n"
"bm_id3154422\n"
"help.text"
-msgid "<bookmark_value>Set statement</bookmark_value><bookmark_value>Nothing object</bookmark_value>"
+msgid "<bookmark_value>Set statement</bookmark_value> <bookmark_value>Nothing object</bookmark_value>"
msgstr "<bookmark_value>Set ステートメント</bookmark_value><bookmark_value>Nothing オブジェクト</bookmark_value>"
#: 03103700.xhp
+#, fuzzy
msgctxt ""
"03103700.xhp\n"
"hd_id3154422\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement[Runtime]\">Set Statement[Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set ステートメント [実行時]\">Set ステートメント [実行時]</link>"
#: 03103700.xhp
+#, fuzzy
msgctxt ""
"03103700.xhp\n"
"par_id3159149\n"
-"2\n"
"help.text"
msgid "Sets an object reference on a variable or a Property."
msgstr "変数や属性へのオブジェクト参照を設定します。"
#: 03103700.xhp
+#, fuzzy
msgctxt ""
"03103700.xhp\n"
"hd_id3153105\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03103700.xhp
+#, fuzzy
msgctxt ""
"03103700.xhp\n"
"par_id3154217\n"
-"4\n"
"help.text"
msgid "Set ObjectVar = Object"
msgstr "Set ObjectVar = Object"
#: 03103700.xhp
+#, fuzzy
msgctxt ""
"03103700.xhp\n"
"hd_id3154685\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03103700.xhp
+#, fuzzy
msgctxt ""
"03103700.xhp\n"
"par_id3156281\n"
-"6\n"
"help.text"
msgid "<emph>ObjectVar:</emph> a variable or a property that requires an object reference."
msgstr "<emph>ObjectVar:</emph> オブジェクト参照を設定する変数ないし属性。"
#: 03103700.xhp
+#, fuzzy
msgctxt ""
"03103700.xhp\n"
"par_id3159252\n"
-"7\n"
"help.text"
msgid "<emph>Object:</emph> Object that the variable or the property refers to."
msgstr "<emph>Object: </emph> 変数や属性への参照を設定するオブジェクト。"
@@ -29644,10 +29639,10 @@ msgid "<emph>Nothing</emph> - Assign the <emph>Nothing</emph> object to a variab
msgstr "<emph>Nothing</emph> - 変数に <emph>Nothing</emph> オブジェクトを割り当て、以前の割り当てを削除します。"
#: 03103700.xhp
+#, fuzzy
msgctxt ""
"03103700.xhp\n"
"hd_id3159153\n"
-"8\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -30591,82 +30586,82 @@ msgid "<bookmark_value>IsUnoStruct function</bookmark_value>"
msgstr "<bookmark_value>IsUnoStruct 関数</bookmark_value>"
#: 03104500.xhp
+#, fuzzy
msgctxt ""
"03104500.xhp\n"
"hd_id3146117\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03104500.xhp\" name=\"IsUnoStruct Function [Runtime]\">IsUnoStruct Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03104500.xhp\" name=\"IsUnoStruct 関数 [実行時]\">IsUnoStruct 関数 [実行時]</link>"
#: 03104500.xhp
+#, fuzzy
msgctxt ""
"03104500.xhp\n"
"par_id3146957\n"
-"2\n"
"help.text"
msgid "Returns True if the given object is a Uno struct."
msgstr "与えられたオブジェクトが Uno 構造型であれば True を返します。"
#: 03104500.xhp
+#, fuzzy
msgctxt ""
"03104500.xhp\n"
"hd_id3148538\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03104500.xhp
+#, fuzzy
msgctxt ""
"03104500.xhp\n"
"par_id3155341\n"
-"4\n"
"help.text"
msgid "IsUnoStruct( Uno type )"
msgstr "IsUnoStruct( Uno type name )"
#: 03104500.xhp
+#, fuzzy
msgctxt ""
"03104500.xhp\n"
"hd_id3148473\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03104500.xhp
+#, fuzzy
msgctxt ""
"03104500.xhp\n"
"par_id3145315\n"
-"6\n"
"help.text"
msgid "Bool"
msgstr "ブール型"
#: 03104500.xhp
+#, fuzzy
msgctxt ""
"03104500.xhp\n"
"hd_id3145609\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03104500.xhp
+#, fuzzy
msgctxt ""
"03104500.xhp\n"
"par_id3148947\n"
-"8\n"
"help.text"
msgid "Uno type : A UnoObject"
msgstr "Uno type name:Uno タイプの名前"
#: 03104500.xhp
+#, fuzzy
msgctxt ""
"03104500.xhp\n"
"hd_id3156343\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -30961,153 +30956,154 @@ msgid "Comparison Operators [Runtime]"
msgstr "比較演算子 [実行時]"
#: 03110100.xhp
+#, fuzzy
msgctxt ""
"03110100.xhp\n"
"bm_id3150682\n"
"help.text"
-msgid "<bookmark_value>comparison operators;%PRODUCTNAME Basic</bookmark_value><bookmark_value>operators;comparisons</bookmark_value>"
+msgid "<bookmark_value>comparison operators;%PRODUCTNAME Basic</bookmark_value> <bookmark_value>operators;comparisons</bookmark_value>"
msgstr "<bookmark_value>比較演算子;%PRODUCTNAME Basic</bookmark_value><bookmark_value>演算子;比較</bookmark_value>"
#: 03110100.xhp
+#, fuzzy
msgctxt ""
"03110100.xhp\n"
"hd_id3150682\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03110100.xhp\" name=\"Comparison Operators [Runtime]\">Comparison Operators [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03110100.xhp\" name=\"比較演算子 [実行時]\">比較演算子 [実行時]</link>"
#: 03110100.xhp
+#, fuzzy
msgctxt ""
"03110100.xhp\n"
"par_id3156042\n"
-"2\n"
"help.text"
msgid "Comparison operators compare two expressions. The result is returned as a Boolean expression that determines if the comparison is True (-1) or False (0)."
msgstr "比較演算子は、2 つの表式の比較を行う際に使用します。比較の結果は、True (-1) ないし False (0) で表されるブール型表式として返されます。"
#: 03110100.xhp
+#, fuzzy
msgctxt ""
"03110100.xhp\n"
"hd_id3147291\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03110100.xhp
+#, fuzzy
msgctxt ""
"03110100.xhp\n"
"par_id3149177\n"
-"4\n"
"help.text"
msgid "Result = Expression1 { = | < | > | <= | >= } Expression2"
msgstr "Result = Expression1 { = | < | > | <= | >= } Expression2"
#: 03110100.xhp
+#, fuzzy
msgctxt ""
"03110100.xhp\n"
"hd_id3145316\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03110100.xhp
+#, fuzzy
msgctxt ""
"03110100.xhp\n"
"par_id3147573\n"
-"6\n"
"help.text"
msgid "<emph>Result:</emph> Boolean expression that specifies the result of the comparison (True, or False)"
msgstr "<emph>Result:</emph> 比較結果 (True ないし False) を格納するブール型表式。"
#: 03110100.xhp
+#, fuzzy
msgctxt ""
"03110100.xhp\n"
"par_id3148686\n"
-"7\n"
"help.text"
msgid "<emph>Expression1, Expression2:</emph> Any numeric values or strings that you want to compare."
msgstr "<emph>Expression1、Expression2:</emph> 比較する数値ないし文字列。"
#: 03110100.xhp
+#, fuzzy
msgctxt ""
"03110100.xhp\n"
"hd_id3147531\n"
-"8\n"
"help.text"
msgid "Comparison operators"
msgstr "比較演算子"
#: 03110100.xhp
+#, fuzzy
msgctxt ""
"03110100.xhp\n"
"par_id3147265\n"
-"9\n"
"help.text"
msgid "= : Equal to"
msgstr "= : 等しい"
#: 03110100.xhp
+#, fuzzy
msgctxt ""
"03110100.xhp\n"
"par_id3154924\n"
-"10\n"
"help.text"
msgid "< : Less than"
msgstr "< : より小さい"
#: 03110100.xhp
+#, fuzzy
msgctxt ""
"03110100.xhp\n"
"par_id3146795\n"
-"11\n"
"help.text"
msgid "> : Greater than"
msgstr "> : より大きい"
#: 03110100.xhp
+#, fuzzy
msgctxt ""
"03110100.xhp\n"
"par_id3150541\n"
-"12\n"
"help.text"
msgid "<= : Less than or equal to"
msgstr "<= : 以下"
#: 03110100.xhp
+#, fuzzy
msgctxt ""
"03110100.xhp\n"
"par_id3150400\n"
-"13\n"
"help.text"
msgid ">= : Greater than or equal to"
msgstr ">= : 以上"
#: 03110100.xhp
+#, fuzzy
msgctxt ""
"03110100.xhp\n"
"par_id3148797\n"
-"14\n"
"help.text"
msgid "<> : Not equal to"
msgstr "<> : 等しくない"
#: 03110100.xhp
+#, fuzzy
msgctxt ""
"03110100.xhp\n"
"hd_id3154686\n"
-"15\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03110100.xhp
+#, fuzzy
msgctxt ""
"03110100.xhp\n"
"par_id3154909\n"
-"18\n"
"help.text"
msgid "Dim sRoot As String ' Root directory for file in and output"
msgstr "DIM sRoot As String REM 入出力ファイルのルートディレクトリ"
@@ -31190,118 +31186,118 @@ msgid "<bookmark_value>Asc function</bookmark_value>"
msgstr "<bookmark_value>Asc 関数</bookmark_value>"
#: 03120101.xhp
+#, fuzzy
msgctxt ""
"03120101.xhp\n"
"hd_id3150499\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc Function [Runtime]\">Asc Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120101.xhp\" name=\"Asc 関数 [実行時]\">Asc 関数 [実行時]</link>"
#: 03120101.xhp
+#, fuzzy
msgctxt ""
"03120101.xhp\n"
"par_id3151384\n"
-"2\n"
"help.text"
msgid "Returns the ASCII (American Standard Code for Information Interchange) value of the first character in a string expression."
msgstr "与えられた文字列表式の最初の文字について、該当する ASCII (American Standard Code for Information Interchange) コードを返します。"
#: 03120101.xhp
+#, fuzzy
msgctxt ""
"03120101.xhp\n"
"hd_id3155555\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03120101.xhp
+#, fuzzy
msgctxt ""
"03120101.xhp\n"
"par_id3143267\n"
-"4\n"
"help.text"
msgid "Asc (Text As String)"
msgstr "Asc (Text As String)"
#: 03120101.xhp
+#, fuzzy
msgctxt ""
"03120101.xhp\n"
"hd_id3147242\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03120101.xhp
+#, fuzzy
msgctxt ""
"03120101.xhp\n"
"par_id3150669\n"
-"6\n"
"help.text"
msgid "Integer"
msgstr "整数"
#: 03120101.xhp
+#, fuzzy
msgctxt ""
"03120101.xhp\n"
"hd_id3148473\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03120101.xhp
+#, fuzzy
msgctxt ""
"03120101.xhp\n"
"par_id3149415\n"
-"8\n"
"help.text"
msgid "<emph>Text:</emph> Any valid string expression. Only the first character in the string is relevant."
msgstr "<emph>Text:</emph> 変換させる文字列表式。変換対象は、文字列の最初の文字だけです。"
#: 03120101.xhp
+#, fuzzy
msgctxt ""
"03120101.xhp\n"
"par_id3145609\n"
-"9\n"
"help.text"
msgid "Use the Asc function to replace keys with values. If the Asc function encounters a blank string, $[officename] Basic reports a run-time error. In addition to 7 bit ASCII characters (Codes 0-127), the ASCII function can also detect non-printable key codes in ASCII code. This function can also handle 16 bit unicode characters."
msgstr "Asc 関数は、キーを値に置換する際に使用します。Asc 関数が空白文字列を検出すると、$[officename] Basic は実行時エラーを返します。ASCII 関数は、7 ビットの ASCII 文字 (コード 0 から 127) だけでなく、ASCII コード中に含まれる非印刷用のキーコードも検出できます。またこの関数は、16 ビット unicode 文字も処理できます。"
#: 03120101.xhp
+#, fuzzy
msgctxt ""
"03120101.xhp\n"
"hd_id3159413\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03120101.xhp
+#, fuzzy
msgctxt ""
"03120101.xhp\n"
"par_id3150792\n"
-"12\n"
"help.text"
msgid "Print ASC(\"A\") ' returns 65"
msgstr "Print ASC(\"A\") REM 戻り値は 65"
#: 03120101.xhp
+#, fuzzy
msgctxt ""
"03120101.xhp\n"
"par_id3148797\n"
-"13\n"
"help.text"
msgid "Print ASC(\"Z\") ' returns 90"
msgstr "Print ASC(\"Z\") REM 戻り値は 90"
#: 03120101.xhp
+#, fuzzy
msgctxt ""
"03120101.xhp\n"
"par_id3163800\n"
-"14\n"
"help.text"
msgid "Print ASC(\"Las Vegas\") ' returns 76, since only the first character is taken into account"
msgstr "Print ASC(\"Las Vegas\") REM 認識されるのは最初の文字だけなので、戻り値は 76"
@@ -31331,118 +31327,118 @@ msgid "<bookmark_value>Chr function</bookmark_value>"
msgstr "<bookmark_value>Chr 関数</bookmark_value>"
#: 03120102.xhp
+#, fuzzy
msgctxt ""
"03120102.xhp\n"
"hd_id3149205\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120102.xhp\" name=\"Chr Function [Runtime]\">Chr Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120102.xhp\" name=\"Chr 関数 [実行時]\">Chr 関数 [実行時]</link>"
#: 03120102.xhp
+#, fuzzy
msgctxt ""
"03120102.xhp\n"
"par_id3153311\n"
-"2\n"
"help.text"
msgid "Returns the character that corresponds to the specified character code."
msgstr "指定された文字コードに対応する文字を返します。"
#: 03120102.xhp
+#, fuzzy
msgctxt ""
"03120102.xhp\n"
"hd_id3149514\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03120102.xhp
+#, fuzzy
msgctxt ""
"03120102.xhp\n"
"par_id3150669\n"
-"4\n"
"help.text"
msgid "Chr(Expression As Integer)"
msgstr "Chr(Expression As Integer)"
#: 03120102.xhp
+#, fuzzy
msgctxt ""
"03120102.xhp\n"
"hd_id3143228\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03120102.xhp
+#, fuzzy
msgctxt ""
"03120102.xhp\n"
"par_id3153824\n"
-"6\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03120102.xhp
+#, fuzzy
msgctxt ""
"03120102.xhp\n"
"hd_id3148944\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03120102.xhp
+#, fuzzy
msgctxt ""
"03120102.xhp\n"
"par_id3149295\n"
-"8\n"
"help.text"
msgid "<emph>Expression:</emph> Numeric variables that represent a valid 8 bit ASCII value (0-255) or a 16 bit Unicode value."
msgstr "<emph>Expression:</emph> 8 ビットの ASCII 値 (0-255) ないしは 16 ビットの Unicode 値を示す数値変数を指定します。"
#: 03120102.xhp
+#, fuzzy
msgctxt ""
"03120102.xhp\n"
"par_id3159414\n"
-"9\n"
"help.text"
msgid "Use the <emph>Chr$</emph> function to send special control sequences to a printer or to another output source. You can also use it to insert quotation marks in a string expression."
msgstr "<emph>Chr$</emph> 関数は、プリンターなどの出力装置に対して、制御用の特殊なシーケンスを送信する際に使用します。また文字列中に引用符を挿入する場合にも使用できます。"
#: 03120102.xhp
+#, fuzzy
msgctxt ""
"03120102.xhp\n"
"hd_id3154366\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03120102.xhp
+#, fuzzy
msgctxt ""
"03120102.xhp\n"
"par_id3154909\n"
-"12\n"
"help.text"
msgid "' This example inserts quotation marks (ASCII value 34) in a string."
msgstr "REM このサンプルは、引用符 (ASCII 値 34) を文字列中に挿入します。"
#: 03120102.xhp
+#, fuzzy
msgctxt ""
"03120102.xhp\n"
"par_id3151380\n"
-"13\n"
"help.text"
msgid "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr$(34)+\" trip.\""
msgstr "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr$(34)+\" trip.\""
#: 03120102.xhp
+#, fuzzy
msgctxt ""
"03120102.xhp\n"
"par_id3145174\n"
-"14\n"
"help.text"
msgid "' The printout appears in the dialog as: A \"short\" trip."
msgstr "REM ダイアログには A \"short\" trip. と表示されます。"
@@ -31472,91 +31468,91 @@ msgid "<bookmark_value>Str function</bookmark_value>"
msgstr "<bookmark_value>Str 関数</bookmark_value>"
#: 03120103.xhp
+#, fuzzy
msgctxt ""
"03120103.xhp\n"
"hd_id3143272\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120103.xhp\" name=\"Str Function [Runtime]\">Str Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120103.xhp\" name=\"Str 関数 [実行時]\">Str 関数 [実行時]</link>"
#: 03120103.xhp
+#, fuzzy
msgctxt ""
"03120103.xhp\n"
"par_id3155100\n"
-"2\n"
"help.text"
msgid "Converts a numeric expression into a string."
msgstr "数値表式を文字列に変換します。"
#: 03120103.xhp
+#, fuzzy
msgctxt ""
"03120103.xhp\n"
"hd_id3109850\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03120103.xhp
+#, fuzzy
msgctxt ""
"03120103.xhp\n"
"par_id3149497\n"
-"4\n"
"help.text"
msgid "Str (Expression)"
msgstr "Str (Expression)"
#: 03120103.xhp
+#, fuzzy
msgctxt ""
"03120103.xhp\n"
"hd_id3150040\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03120103.xhp
+#, fuzzy
msgctxt ""
"03120103.xhp\n"
"par_id3146117\n"
-"6\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03120103.xhp
+#, fuzzy
msgctxt ""
"03120103.xhp\n"
"hd_id3155805\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03120103.xhp
+#, fuzzy
msgctxt ""
"03120103.xhp\n"
"par_id3149178\n"
-"8\n"
"help.text"
msgid "<emph>Expression: </emph>Any numeric expression."
msgstr "<emph>Expression:</emph>任意の数値表式。"
#: 03120103.xhp
+#, fuzzy
msgctxt ""
"03120103.xhp\n"
"par_id3146958\n"
-"9\n"
"help.text"
msgid "The <emph>Str</emph> function converts a numeric variable, or the result of a calculation into a string. Negative numbers are preceded by a minus sign. Positive numbers are preceded by a space (instead of the plus sign)."
msgstr "<emph>Str</emph> 関数は、数値変数および数値演算の結果を、文字列に変換します。負の値にはマイナス記号が付きます。正の値にはスペース記号が付きます (プラス記号は付きません)。"
#: 03120103.xhp
+#, fuzzy
msgctxt ""
"03120103.xhp\n"
"hd_id3155419\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -31578,91 +31574,91 @@ msgid "<bookmark_value>Val function</bookmark_value>"
msgstr "<bookmark_value>Val 関数</bookmark_value>"
#: 03120104.xhp
+#, fuzzy
msgctxt ""
"03120104.xhp\n"
"hd_id3149205\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120104.xhp\" name=\"Val Function [Runtime]\">Val Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120104.xhp\" name=\"Val 関数 [実行時]\">Val 関数 [実行時]</link>"
#: 03120104.xhp
+#, fuzzy
msgctxt ""
"03120104.xhp\n"
"par_id3153345\n"
-"2\n"
"help.text"
msgid "Converts a string to a numeric expression."
msgstr "文字列を数式に変換します。"
#: 03120104.xhp
+#, fuzzy
msgctxt ""
"03120104.xhp\n"
"hd_id3159157\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03120104.xhp
+#, fuzzy
msgctxt ""
"03120104.xhp\n"
"par_id3149514\n"
-"4\n"
"help.text"
msgid "Val (Text As String)"
msgstr "Val (Text As String)"
#: 03120104.xhp
+#, fuzzy
msgctxt ""
"03120104.xhp\n"
"hd_id3150669\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03120104.xhp
+#, fuzzy
msgctxt ""
"03120104.xhp\n"
"par_id3143228\n"
-"6\n"
"help.text"
msgid "Double"
msgstr "倍精度"
#: 03120104.xhp
+#, fuzzy
msgctxt ""
"03120104.xhp\n"
"hd_id3156024\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03120104.xhp
+#, fuzzy
msgctxt ""
"03120104.xhp\n"
"par_id3154348\n"
-"8\n"
"help.text"
msgid "<emph>Text:</emph> String that represents a number."
msgstr "<emph>Text:</emph> 数値を示す文字列。"
#: 03120104.xhp
+#, fuzzy
msgctxt ""
"03120104.xhp\n"
"par_id3149670\n"
-"9\n"
"help.text"
msgid "Using the Val function, you can convert a string that represents numbers into numeric expressions. This is the inverse of the <emph>Str</emph> function. If only part of the string contains numbers, only the first appropriate characters of the string are converted. If the string does not contain any numbers, the <emph>Val</emph> function returns the value 0."
msgstr "Val 関数を使うことで、数値を示す文字列を数値に変換できます。これは、<emph>Str</emph> 関数の逆の操作を行います。文字列の一部だけが数字である場合、最初の該当部分だけが変換されます。文字列に数字がまったく含まれない場合、<emph>Val</emph> 関数は0を返します。"
#: 03120104.xhp
+#, fuzzy
msgctxt ""
"03120104.xhp\n"
"hd_id3154365\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -31798,91 +31794,91 @@ msgid "<bookmark_value>Space function</bookmark_value>"
msgstr "<bookmark_value>Space 関数</bookmark_value>"
#: 03120201.xhp
+#, fuzzy
msgctxt ""
"03120201.xhp\n"
"hd_id3150499\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120201.xhp\" name=\"Space Function [Runtime]\">Space Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120201.xhp\" name=\"Space 関数 [実行時]\">Space 関数 [実行時]</link>"
#: 03120201.xhp
+#, fuzzy
msgctxt ""
"03120201.xhp\n"
"par_id3154927\n"
-"2\n"
"help.text"
msgid "Returns a string that consists of a specified amount of spaces."
msgstr "スペース記号を指定された数繰り返した文字列を返します。"
#: 03120201.xhp
+#, fuzzy
msgctxt ""
"03120201.xhp\n"
"hd_id3153394\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03120201.xhp
+#, fuzzy
msgctxt ""
"03120201.xhp\n"
"par_id3143267\n"
-"4\n"
"help.text"
msgid "Space (n As Long)"
msgstr "Space (n As Integer)"
#: 03120201.xhp
+#, fuzzy
msgctxt ""
"03120201.xhp\n"
"hd_id3147242\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03120201.xhp
+#, fuzzy
msgctxt ""
"03120201.xhp\n"
"par_id3149233\n"
-"6\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03120201.xhp
+#, fuzzy
msgctxt ""
"03120201.xhp\n"
"hd_id3156152\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03120201.xhp
+#, fuzzy
msgctxt ""
"03120201.xhp\n"
"par_id3143228\n"
-"8\n"
"help.text"
msgid "<emph>n:</emph> Numeric expression that defines the number of spaces in the string. The maximum allowed value of n is 65535."
msgstr "n:スペース記号の繰り返し数を指定するための数値表式。"
#: 03120201.xhp
+#, fuzzy
msgctxt ""
"03120201.xhp\n"
"hd_id3154760\n"
-"9\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03120201.xhp
+#, fuzzy
msgctxt ""
"03120201.xhp\n"
"par_id3154216\n"
-"18\n"
"help.text"
msgid "MsgBox sOut,0,\"Info:\""
msgstr "msgBox sOut,0,\"Info:\""
@@ -31904,100 +31900,100 @@ msgid "<bookmark_value>String function</bookmark_value>"
msgstr "<bookmark_value>String 関数</bookmark_value>"
#: 03120202.xhp
+#, fuzzy
msgctxt ""
"03120202.xhp\n"
"hd_id3147291\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function [Runtime]\">String Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String 関数 [実行時]\">String 関数 [実行時]</link>"
#: 03120202.xhp
+#, fuzzy
msgctxt ""
"03120202.xhp\n"
"par_id3147242\n"
-"2\n"
"help.text"
msgid "Creates a string according to the specified character, or the first character of a string expression that is passed to the function."
msgstr "与えられた 1 キャラクター (ないしは文字列表式の最初の 1 文字) を指定回数分繰り返した文字列を作成します。"
#: 03120202.xhp
+#, fuzzy
msgctxt ""
"03120202.xhp\n"
"hd_id3149516\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03120202.xhp
+#, fuzzy
msgctxt ""
"03120202.xhp\n"
"par_id3149233\n"
-"4\n"
"help.text"
msgid "String (n As Long, {expression As Integer | character As String})"
msgstr "String (n As Integer, {expression As Integer | character As String})"
#: 03120202.xhp
+#, fuzzy
msgctxt ""
"03120202.xhp\n"
"hd_id3143270\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03120202.xhp
+#, fuzzy
msgctxt ""
"03120202.xhp\n"
"par_id3147530\n"
-"6\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03120202.xhp
+#, fuzzy
msgctxt ""
"03120202.xhp\n"
"hd_id3154923\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03120202.xhp
+#, fuzzy
msgctxt ""
"03120202.xhp\n"
"par_id3154347\n"
-"8\n"
"help.text"
msgid "<emph>n:</emph> Numeric expression that indicates the number of characters to return in the string. The maximum allowed value of n is 65535."
msgstr "<emph>n:</emph> キャラクターを繰り返す回数を示す数値表式。"
#: 03120202.xhp
+#, fuzzy
msgctxt ""
"03120202.xhp\n"
"par_id3148664\n"
-"9\n"
"help.text"
msgid "<emph>Expression:</emph> Numeric expression that defines the ASCII code for the character."
msgstr "<emph>Expression:</emph> キャラクターの ASCII コードを示す数値表式。"
#: 03120202.xhp
+#, fuzzy
msgctxt ""
"03120202.xhp\n"
"par_id3150359\n"
-"10\n"
"help.text"
msgid "<emph>Character:</emph> Any single character used to build the return string, or any string of which only the first character will be used."
msgstr "<emph>Character:</emph> 繰り返し文字列を作成するための 1 キャラクター。複数キャラクターからなる文字列を指定した場合は、最初の 1 キャラクターが適用されます。"
#: 03120202.xhp
+#, fuzzy
msgctxt ""
"03120202.xhp\n"
"hd_id3152920\n"
-"11\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -32053,352 +32049,352 @@ msgid "<bookmark_value>Format function</bookmark_value>"
msgstr "<bookmark_value>Format 関数</bookmark_value>"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"hd_id3153539\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Format Function [Runtime]\">Format Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120301.xhp\" name=\"Format 関数 [実行時]\">Format 関数 [実行時]</link>"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3156042\n"
-"2\n"
"help.text"
msgid "Converts a number to a string, and then formats it according to the format that you specify."
msgstr "与えられた数値を文字列に変換してから、指定の書式にフォーマットします。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"hd_id3145090\n"
-"4\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3153527\n"
-"5\n"
"help.text"
msgid "Format (Number [, Format As String])"
msgstr "Format (Number [, Format As String])"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"hd_id3149178\n"
-"6\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3148474\n"
-"7\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"hd_id3159176\n"
-"8\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3149415\n"
-"9\n"
"help.text"
msgid "<emph>Number:</emph> Numeric expression that you want to convert to a formatted string."
msgstr "<emph>Number:</emph> 書式設定された文字列にフォーマットさせる数値表式。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3147531\n"
-"10\n"
"help.text"
msgid "<emph>Format:</emph> String that specifies the format code for the number. If <emph>Format</emph> is omitted, the Format function works like the <emph>Str</emph> function."
msgstr "<emph>Format:</emph> 数値の書式コードを指定する文字列Format 関数でこの <emph>Format</emph> 指定を省略すると、得られる結果は <emph>Str</emph> 関数の場合と同様のものとなります。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"hd_id3147561\n"
-"47\n"
"help.text"
msgid "Formatting Codes"
msgstr "書式コード"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3147265\n"
-"11\n"
"help.text"
msgid "The following list describes the codes that you can use for formatting a number:"
msgstr "下記の一覧は、数値を書式化する際のコードをまとめたものです。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3153380\n"
-"12\n"
"help.text"
msgid "<emph>0:</emph> If <emph>Number</emph> has a digit at the position of the 0 in the format code, the digit is displayed, otherwise a zero is displayed."
msgstr "<emph>0:</emph> 書式コード中の 0 は、<emph>Number</emph> の該当桁の数字を表示させるよう指定する記号で、該当桁に数値が無い場合は 0 を表示させます。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3151210\n"
-"13\n"
"help.text"
msgid "If <emph>Number</emph> has fewer digits than the number of zeros in the format code, (on either side of the decimal), leading or trailing zeros are displayed. If the number has more digits to the left of the decimal separator than the amount of zeros in the format code, the additional digits are displayed without formatting."
msgstr "書式コードに指定した0の桁数よりも <emph>Number</emph> の数値の桁が小さい場合 (整数部および小数部) は、先頭側および末尾側に 0 が追加表示されます。書式コード中の 0 の桁数よりも数値の整数部の桁が大きい場合は、不足分の桁が補われる形で、整数部がそのまま表示されます。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3151176\n"
-"14\n"
"help.text"
msgid "Decimal places in the number are rounded according to the number of zeros that appear after the decimal separator in the <emph>Format </emph>code."
msgstr "数値の小数部は、<emph>Format</emph> コードの小数部に指定する 0 の桁数に合わせて丸められます。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3154123\n"
-"15\n"
"help.text"
msgid "<emph>#:</emph> If <emph>Number</emph> contains a digit at the position of the # placeholder in the <emph>Format</emph> code, the digit is displayed, otherwise nothing is displayed at this position."
msgstr "<emph>#:</emph> <emph>Format</emph> コード中の # プレースホルダーは、<emph>Number</emph> の該当桁の数字を表示させるよう指定する記号で、該当桁に数値が無い場合は何も表示させません。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3148452\n"
-"16\n"
"help.text"
msgid "This symbol works like the 0, except that leading or trailing zeroes are not displayed if there are more # characters in the format code than digits in the number. Only the relevant digits of the number are displayed."
msgstr "この書式コードは 0 と同様の機能を担っていますが、書式コード側の # の桁数より数値側の桁が小さくても、先頭側および末尾側に 0 が追加表示されない点が異なります。表示されるのは、数値側に実在する桁の数字だけです。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3159150\n"
-"17\n"
"help.text"
msgid "<emph>.:</emph> The decimal placeholder determines the number of decimal places to the left and right of the decimal separator."
msgstr "<emph>.:</emph> 小数点プレースホルダーは、小数点の位置を指定する記号で、この位置に応じて整数部および小数部の桁数も規定されます。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3159252\n"
-"18\n"
"help.text"
msgid "If the format code contains only # placeholders to the left of this symbol, numbers less than 1 begin with a decimal separator. To always display a leading zero with fractional numbers, use 0 as a placeholder for the first digit to the left of the decimal separator."
msgstr "この記号の左側を # プレースホルダーだけで埋めた書式コードを使用すると、1 よりも小さい数値は、先頭が小数点で始まる書式で表示されます。このような場合の整数部に 0 を表示させるのであれば、書式コードの 1 の位の桁のプレースホルダーとして0を指定します。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3153368\n"
-"19\n"
"help.text"
msgid "<emph>%:</emph> Multiplies the number by 100 and inserts the percent sign (%) where the number appears in the format code."
msgstr "<emph>%:</emph> 数値を 100 倍して、書式コード中の該当箇所にパーセント記号 (%) を表示させます。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3149481\n"
-"20\n"
"help.text"
msgid "<emph>E- E+ e- e+ :</emph> If the format code contains at least one digit placeholder (0 or #) to the right of the symbol E-, E+, e-, or e+, the number is formatted in the scientific or exponential format. The letter E or e is inserted between the number and the exponent. The number of placeholders for digits to the right of the symbol determines the number of digits in the exponent."
msgstr "E- E+ e- e+ :書式コード中で、E-、E+、e-、e+ のいずれかの記号の右側に数値プレースホルダー (0 ないし #) が 1 つでもあれば、数値を指数形式 (科学書式) で表示させます。この場合得られる結果では、数値と指数部の間に E ないし e が表示されます。この記号の右側にくる数値プレースホルダーの数で、指数表示の桁数が決まります。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3149262\n"
-"21\n"
"help.text"
msgid "If the exponent is negative, a minus sign is displayed directly before an exponent with E-, E+, e-, e+. If the exponent is positive, a plus sign is only displayed before exponents with E+ or e+."
msgstr "負の指数の場合は、E-、E+、e-、e+ による指数表示の直前にマイナス記号が表示されます。正の指数の場合は、E+ および e+ による指数表示にのみ、直前にプラス記号が表示されます。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3148617\n"
-"23\n"
"help.text"
msgid "The thousands delimiter is displayed if the format code contains the delimiter enclosed by digit placeholders (0 or #)."
msgstr "千単位の桁区切りを示す記号を表示させるには、書式コード中の数値プレースホルダーの該当位置に区切り記号を指定しておく必要があります。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3163713\n"
-"29\n"
"help.text"
msgid "The use of a period as a thousands and decimal separator is dependent on the regional setting. When you enter a number directly in Basic source code, always use a period as decimal delimiter. The actual character displayed as a decimal separator depends on the number format in your system settings."
msgstr "ピリオド記号が小数点と千単位の桁区切りのどちらに使われるかは、ロケール設定により決まります。 BASICのソースコード内で数値を直接記述するときは、常にピリオド記号を小数点の記号として使います。 小数点としてどの記号が実際に表示されるかは、システムの数値表式設定により決まります。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3152887\n"
-"24\n"
"help.text"
msgid "<emph>- + $ ( ) space:</emph> A plus (+), minus (-), dollar ($), space, or brackets entered directly in the format code is displayed as a literal character."
msgstr "- + $ ( ) スペース記号 :書式コード中に、プラス記号 (+)、マイナス記号 (-)、ドル記号 ($)、スペース記号、かっこなどの記号を直接記入した場合は、そのままの記号として表示されます。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3148576\n"
-"25\n"
"help.text"
msgid "To display characters other than the ones listed here, you must precede it by a backslash (\\), or enclose it in quotation marks (\" \")."
msgstr "ここで説明したプレースホルダなどの記号を、本来の記号そのものとして表記させるには、バックスラッシュ記号 (\\) を直前に付けるか、引用符 (\" \") で囲む必要があります。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3153139\n"
-"26\n"
"help.text"
msgid "\\ : The backslash displays the next character in the format code."
msgstr "\\ : 書式コード中のバックスラッシュ記号は、次に続く記号をそのまま表示させます。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3153366\n"
-"27\n"
"help.text"
msgid "Characters in the format code that have a special meaning can only be displayed as literal characters if they are preceded by a backslash. The backslash itself is not displayed, unless you enter a double backslash (\\\\) in the format code."
msgstr "書式コード用に特定の機能を担っている文字の場合、本来の記号そのものとして表記させるには、バックスラッシュ記号を直前に付ける必要があります。同様に、バックスラッシュ記号そのものを表示させるには、書式コード中でバックスラッシュ記号を2つ続けて記入します (\\\\)。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3155411\n"
-"28\n"
"help.text"
msgid "Characters that must be preceded by a backslash in the format code in order to be displayed as literal characters are date- and time-formatting characters (a, c, d, h, m, n, p, q, s, t, w, y, /, :), numeric-formatting characters (#, 0, %, E, e, comma, period), and string-formatting characters (@, &, <, >, !)."
msgstr "バックスラッシュ記号を付けないと本来の記号として表示されない書式コード用文字には、日付および時刻の書式設定用文字 (a、c、d、h、m、n、p、q、s、t、w、y、/、:)、数値の書式設定用文字2(#、0、%、E、e、コンマ、ピリオド)、文字列の書式設定用文字 (@、&、<、>、!) が該当します。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3145749\n"
-"30\n"
"help.text"
msgid "You can also use the following predefined number formats. Except for \"General Number\", all of the predefined format codes return the number as a decimal number with two decimal places."
msgstr "数値の書式設定には、事前定義された下記の書式コードも使用できます。「General Number」を除くこれらの書式コードは、どれも有効数字 2 桁の数値を返します。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3150113\n"
-"31\n"
"help.text"
msgid "If you use predefined formats, the name of the format must be enclosed in quotation marks."
msgstr "こうした事前定義された書式コードは、書式コード名を引用符で囲んで使用します。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"hd_id3149377\n"
-"32\n"
"help.text"
msgid "Predefined format"
msgstr "事前定義された書式コード"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3154730\n"
-"33\n"
"help.text"
msgid "<emph>General Number:</emph> Numbers are displayed as entered."
msgstr "<emph>General Number:</emph> 与えられた数値をそのまま表示します。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3153158\n"
-"34\n"
"help.text"
msgid "<emph>Currency:</emph> Inserts a dollar sign in front of the number and encloses negative numbers in brackets."
msgstr "<emph>Currency:</emph> 数値の前に通貨記号を挿入し、負の値の場合はかっこで囲みます。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3154490\n"
-"35\n"
"help.text"
msgid "<emph>Fixed:</emph> Displays at least one digit in front of the decimal separator."
msgstr "<emph>Fixed:</emph> 1 より小さい小数の場合に 1 の位の桁の0を表示させます。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3153415\n"
-"36\n"
"help.text"
msgid "<emph>Standard:</emph> Displays numbers with a thousands separator."
msgstr "<emph>Standard:</emph> 千単位の桁区切り記号を表示させます"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3150715\n"
-"37\n"
"help.text"
msgid "<emph>Percent:</emph> Multiplies the number by 100 and appends a percent sign to the number."
msgstr "<emph>Percent:</emph> 数値を 100 倍して、パーセント記号 (%) を表示させます。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3153836\n"
-"38\n"
"help.text"
msgid "<emph>Scientific:</emph> Displays numbers in scientific format (for example, 1.00E+03 for 1000)."
msgstr "<emph>科学: </emph> 数字を指数表現で表します (例;1000は1.00E+03 と表示されます )。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3153707\n"
-"39\n"
"help.text"
msgid "A format code can be divided into three sections that are separated by semicolons. The first part defines the format for positive values, the second part for negative values, and the third part for zero. If you only specify one format code, it applies to all numbers."
msgstr "書式コードには、セミコロンを区切り記号として、3つのセクションを指定できます。1 番目のセクションは正の値に対する書式指定、2 番目のセクションは負の値に対する書式指定、3 番目のセクションはゼロに対する書式指定です。書式コードを 1 つだけ指定した場合は、これらすべての数値に対して適用されます。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"hd_id3149019\n"
-"40\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -32412,10 +32408,10 @@ msgid "' always use a period as decimal delimiter when you enter numbers in Basi
msgstr "REM BASICのソースコード内で数値を直接記述するときは、常にピリオド記号を小数点の記号として使います。"
#: 03120301.xhp
+#, fuzzy
msgctxt ""
"03120301.xhp\n"
"par_id3147339\n"
-"46\n"
"help.text"
msgid "' displays for example 6,328.20 in English locale, 6.328,20 in German locale."
msgstr "REM ロケール設定が英語であれば 6,328.20 と表示し、ドイツ語であれば 6.328,20 と表示します。"
@@ -32437,109 +32433,109 @@ msgid "<bookmark_value>LCase function</bookmark_value>"
msgstr "<bookmark_value>LCase 関数</bookmark_value>"
#: 03120302.xhp
+#, fuzzy
msgctxt ""
"03120302.xhp\n"
"hd_id3152363\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function [Runtime]\">LCase Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase 関数 [実行時]\">LCase 関数 [実行時]</link>"
#: 03120302.xhp
+#, fuzzy
msgctxt ""
"03120302.xhp\n"
"par_id3145609\n"
-"2\n"
"help.text"
msgid "Converts all uppercase letters in a string to lowercase."
msgstr "文字列中のすべての大文字を小文字に変換します。"
#: 03120302.xhp
+#, fuzzy
msgctxt ""
"03120302.xhp\n"
"par_id3154347\n"
-"3\n"
"help.text"
msgid "See also: <link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase\">UCase</link> Function"
msgstr "次も参照してください:<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase\">UCase</link> 関数"
#: 03120302.xhp
+#, fuzzy
msgctxt ""
"03120302.xhp\n"
"hd_id3149456\n"
-"4\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03120302.xhp
+#, fuzzy
msgctxt ""
"03120302.xhp\n"
"par_id3150791\n"
-"5\n"
"help.text"
msgid "LCase (Text As String)"
msgstr "LCase (Text As String)"
#: 03120302.xhp
+#, fuzzy
msgctxt ""
"03120302.xhp\n"
"hd_id3154940\n"
-"6\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03120302.xhp
+#, fuzzy
msgctxt ""
"03120302.xhp\n"
"par_id3144760\n"
-"7\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03120302.xhp
+#, fuzzy
msgctxt ""
"03120302.xhp\n"
"hd_id3151043\n"
-"8\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03120302.xhp
+#, fuzzy
msgctxt ""
"03120302.xhp\n"
"par_id3153193\n"
-"9\n"
"help.text"
msgid "<emph>Text:</emph> Any string expression that you want to convert."
msgstr "<emph>Text:</emph> 変換する文字列表式。"
#: 03120302.xhp
+#, fuzzy
msgctxt ""
"03120302.xhp\n"
"hd_id3148451\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03120302.xhp
+#, fuzzy
msgctxt ""
"03120302.xhp\n"
"par_id3146121\n"
-"14\n"
"help.text"
msgid "Print LCase(sVar) ' Returns \"las vegas\""
msgstr "Print LCase(sVar) REM 戻り値は「las vegas」"
#: 03120302.xhp
+#, fuzzy
msgctxt ""
"03120302.xhp\n"
"par_id3146986\n"
-"15\n"
"help.text"
msgid "Print UCase(sVar) ' Returns \"LAS VEGAS\""
msgstr "Print UCase(sVar) REM 戻り値は「LAS VEGAS」"
@@ -32561,109 +32557,109 @@ msgid "<bookmark_value>Left function</bookmark_value>"
msgstr "<bookmark_value>Left 関数</bookmark_value>"
#: 03120303.xhp
+#, fuzzy
msgctxt ""
"03120303.xhp\n"
"hd_id3149346\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function [Runtime]\">Left Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left 関数 [実行時]\">Left 関数 [実行時]</link>"
#: 03120303.xhp
+#, fuzzy
msgctxt ""
"03120303.xhp\n"
"par_id3147242\n"
-"2\n"
"help.text"
msgid "Returns the number of leftmost characters that you specify of a string expression."
msgstr "与えられた文字列表式の左側から、指定分の文字を取得して返します。"
#: 03120303.xhp
+#, fuzzy
msgctxt ""
"03120303.xhp\n"
"hd_id3156153\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03120303.xhp
+#, fuzzy
msgctxt ""
"03120303.xhp\n"
"par_id3150771\n"
-"4\n"
"help.text"
msgid "Left (Text As String, n As Long)"
msgstr "Left (Text As String, n As Integer)"
#: 03120303.xhp
+#, fuzzy
msgctxt ""
"03120303.xhp\n"
"hd_id3153824\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03120303.xhp
+#, fuzzy
msgctxt ""
"03120303.xhp\n"
"par_id3147530\n"
-"6\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03120303.xhp
+#, fuzzy
msgctxt ""
"03120303.xhp\n"
"hd_id3148946\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03120303.xhp
+#, fuzzy
msgctxt ""
"03120303.xhp\n"
"par_id3148552\n"
-"8\n"
"help.text"
msgid "<emph>Text:</emph> Any string expression that you want to return the leftmost characters from."
msgstr "<emph>Text:</emph> 左側の文字を取得する文字列表式。"
#: 03120303.xhp
+#, fuzzy
msgctxt ""
"03120303.xhp\n"
"par_id3149456\n"
-"9\n"
"help.text"
msgid "<emph>n:</emph> Numeric expression that specifies the number of characters that you want to return. If <emph>n</emph> = 0, a zero-length string is returned. The maximum allowed value is 65535."
msgstr "<emph>n:</emph> 取得する文字の数を指定する整数表式。<emph>n</emph> にゼロを指定すると、文字長ゼロの空白文字列が返されます。"
#: 03120303.xhp
+#, fuzzy
msgctxt ""
"03120303.xhp\n"
"par_id3150791\n"
-"10\n"
"help.text"
msgid "The following example converts a date in YYYY.MM.DD format to MM/DD/YYYY format."
msgstr "下記の例では、YYYY.MM.DD 形式の日付を MM/DD/YYYY 形式に変換しています。"
#: 03120303.xhp
+#, fuzzy
msgctxt ""
"03120303.xhp\n"
"hd_id3125863\n"
-"11\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03120303.xhp
+#, fuzzy
msgctxt ""
"03120303.xhp\n"
"par_id3150448\n"
-"15\n"
"help.text"
msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
msgstr "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
@@ -32685,127 +32681,127 @@ msgid "<bookmark_value>LSet statement</bookmark_value>"
msgstr "<bookmark_value>LSet ステートメント</bookmark_value>"
#: 03120304.xhp
+#, fuzzy
msgctxt ""
"03120304.xhp\n"
"hd_id3143268\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120304.xhp\" name=\"LSet Statement [Runtime]\">LSet Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120304.xhp\" name=\"LSet ステートメント [実行時]\">LSet ステートメント [実行時]</link>"
#: 03120304.xhp
+#, fuzzy
msgctxt ""
"03120304.xhp\n"
"par_id3155419\n"
-"2\n"
"help.text"
msgid "Aligns a string to the left of a string variable, or copies a variable of a user-defined type to another variable of a different user-defined type."
msgstr "文字列変数の指定に従い文字列を左側に揃えるか、ユーザー定義型の変数を他のユーザー定義型の変数にコピーします。"
#: 03120304.xhp
+#, fuzzy
msgctxt ""
"03120304.xhp\n"
"hd_id3145317\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03120304.xhp
+#, fuzzy
msgctxt ""
"03120304.xhp\n"
"par_id3150984\n"
-"4\n"
"help.text"
msgid "LSet Var As String = Text or LSet Var1 = Var2"
msgstr "LSet Var As String = Text ないし LSet Var1 = Var2"
#: 03120304.xhp
+#, fuzzy
msgctxt ""
"03120304.xhp\n"
"hd_id3143271\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03120304.xhp
+#, fuzzy
msgctxt ""
"03120304.xhp\n"
"par_id3145610\n"
-"6\n"
"help.text"
msgid "<emph>Var:</emph> Any String variable that contains the string that you want align to the left."
msgstr "<emph>Var:</emph> 文字列を左揃えにして格納する文字列変数。"
#: 03120304.xhp
+#, fuzzy
msgctxt ""
"03120304.xhp\n"
"par_id3154346\n"
-"7\n"
"help.text"
msgid "<emph>Text:</emph> String that you want to align to the left of the string variable."
msgstr "<emph>Text:</emph> 文字列変数中に左揃えで格納する文字列。"
#: 03120304.xhp
+#, fuzzy
msgctxt ""
"03120304.xhp\n"
"par_id3151054\n"
-"8\n"
"help.text"
msgid "<emph>Var1:</emph> Name of the user-defined type variable that you want to copy to."
msgstr "<emph>Var1:</emph> コピー先となるユーザー定義型の変数の名前。"
#: 03120304.xhp
+#, fuzzy
msgctxt ""
"03120304.xhp\n"
"par_id3153361\n"
-"9\n"
"help.text"
msgid "<emph>Var2:</emph> Name of the user-defined type variable that you want to copy from."
msgstr "<emph>Var2:</emph> コピー元となるユーザー定義型の変数の名前。"
#: 03120304.xhp
+#, fuzzy
msgctxt ""
"03120304.xhp\n"
"par_id3154686\n"
-"10\n"
"help.text"
msgid "If the string is shorter than the string variable, <emph>LSet</emph> left-aligns the string within the string variable. Any remaining positions in the string variable are replaced by spaces. If the string is longer than the string variable, only the leftmost characters up to the length of the string variable are copied. With the <emph>LSet</emph> statement, you can also copy a user-defined type variable to another variable of the same type."
msgstr "文字列が文字列変数よりも短い場合、<emph>LSet</emph> は、該当文字列だけを文字列変数中に左揃えで格納します。文字列変数の残りの部分は、スペース記号が挿入されます。文字列が文字列変数よりも長い場合、左側から文字列変数の長さの分だけがコピーされます。<emph>LSet</emph> ステートメントでは、ユーザー定義型の変数を、同じ型の他の変数にコピーすることもできます。"
#: 03120304.xhp
+#, fuzzy
msgctxt ""
"03120304.xhp\n"
"hd_id3156282\n"
-"11\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03120304.xhp
+#, fuzzy
msgctxt ""
"03120304.xhp\n"
"par_id3152940\n"
-"18\n"
"help.text"
msgid "' Align \"SBX\" within the 40-character reference string"
msgstr "REM \"SBX\"を40文字の参照文字列に配置をする"
#: 03120304.xhp
+#, fuzzy
msgctxt ""
"03120304.xhp\n"
"par_id3148647\n"
-"19\n"
"help.text"
msgid "' Replace asterisks with spaces"
msgstr "REM アスタリスク記号は、スペース記号で置き換えられます"
#: 03120304.xhp
+#, fuzzy
msgctxt ""
"03120304.xhp\n"
"par_id3151075\n"
-"30\n"
"help.text"
msgid "' Left-align \"SBX\" within the 40-character reference string"
msgstr "REM 40 文字長の文字列変数中に「SBX」を左揃えで格納します"
@@ -32827,91 +32823,91 @@ msgid "<bookmark_value>LTrim function</bookmark_value>"
msgstr "<bookmark_value>LTrim 関数</bookmark_value>"
#: 03120305.xhp
+#, fuzzy
msgctxt ""
"03120305.xhp\n"
"hd_id3147574\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function [Runtime]\">LTrim Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim 関数 [実行時]\">LTrim 関数 [実行時]</link>"
#: 03120305.xhp
+#, fuzzy
msgctxt ""
"03120305.xhp\n"
"par_id3145316\n"
-"2\n"
"help.text"
msgid "Removes all leading spaces at the start of a string expression."
msgstr "文字列表式の先頭部にあるスペース記号を、すべて削除します。"
#: 03120305.xhp
+#, fuzzy
msgctxt ""
"03120305.xhp\n"
"hd_id3154924\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03120305.xhp
+#, fuzzy
msgctxt ""
"03120305.xhp\n"
"par_id3148552\n"
-"4\n"
"help.text"
msgid "LTrim (Text As String)"
msgstr "LTrim (Text As String)"
#: 03120305.xhp
+#, fuzzy
msgctxt ""
"03120305.xhp\n"
"hd_id3156344\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03120305.xhp
+#, fuzzy
msgctxt ""
"03120305.xhp\n"
"par_id3151056\n"
-"6\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03120305.xhp
+#, fuzzy
msgctxt ""
"03120305.xhp\n"
"hd_id3150543\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03120305.xhp
+#, fuzzy
msgctxt ""
"03120305.xhp\n"
"par_id3150792\n"
-"8\n"
"help.text"
msgid "<emph>Text:</emph> Any string expression."
msgstr "<emph>Text:</emph> 処理をする文字列表現。"
#: 03120305.xhp
+#, fuzzy
msgctxt ""
"03120305.xhp\n"
"par_id3125863\n"
-"9\n"
"help.text"
msgid "Use this function to remove spaces at the beginning of a string expression."
msgstr "この関数は、文字列表式の先頭部にあるスペース記号を削除します。"
#: 03120305.xhp
+#, fuzzy
msgctxt ""
"03120305.xhp\n"
"hd_id3145419\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -32925,144 +32921,145 @@ msgid "Mid Function, Mid Statement [Runtime]"
msgstr "Mid 関数, Mid ステートメント [実行時]"
#: 03120306.xhp
+#, fuzzy
msgctxt ""
"03120306.xhp\n"
"bm_id3143268\n"
"help.text"
-msgid "<bookmark_value>Mid function</bookmark_value><bookmark_value>Mid statement</bookmark_value>"
+msgid "<bookmark_value>Mid function</bookmark_value> <bookmark_value>Mid statement</bookmark_value>"
msgstr "<bookmark_value>Mid 関数</bookmark_value><bookmark_value>Mid ステートメント</bookmark_value>"
#: 03120306.xhp
+#, fuzzy
msgctxt ""
"03120306.xhp\n"
"hd_id3143268\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120306.xhp\" name=\"Mid Function, Mid Statement [Runtime]\">Mid Function, Mid Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120306.xhp\" name=\"Mid 関数、Mid ステートメント [実行時]\">Mid 関数、Mid ステートメント [実行時]</link>"
#: 03120306.xhp
+#, fuzzy
msgctxt ""
"03120306.xhp\n"
"par_id3148473\n"
-"2\n"
"help.text"
msgid "Returns the specified portion of a string expression (<emph>Mid function</emph>), or replaces the portion of a string expression with another string (<emph>Mid statement</emph>)."
msgstr "文字列表式の中から指定部分を取得して返す (<emph>Mid 関数</emph>) か、該当部分を他の文字列に置き換えます (<emph>Mid ステートメント</emph>)。"
#: 03120306.xhp
+#, fuzzy
msgctxt ""
"03120306.xhp\n"
"hd_id3154285\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03120306.xhp
+#, fuzzy
msgctxt ""
"03120306.xhp\n"
"par_id3147530\n"
-"4\n"
"help.text"
msgid "Mid (Text As String, Start As Long [, Length As Long]) or Mid (Text As String, Start As Long , Length As Long, Text As String)"
msgstr "Mid (Text As String, Start As Integer [, Length As Integer]) または Mid (Text As String, Start As Integer , Length As Integer, Text As String)"
#: 03120306.xhp
+#, fuzzy
msgctxt ""
"03120306.xhp\n"
"hd_id3145068\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03120306.xhp
+#, fuzzy
msgctxt ""
"03120306.xhp\n"
"par_id3149295\n"
-"6\n"
"help.text"
msgid "String (only by Function)"
msgstr "文字列 (関数のみ)"
#: 03120306.xhp
+#, fuzzy
msgctxt ""
"03120306.xhp\n"
"hd_id3154347\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03120306.xhp
+#, fuzzy
msgctxt ""
"03120306.xhp\n"
"par_id3148664\n"
-"8\n"
"help.text"
msgid "<emph>Text:</emph> Any string expression that you want to modify."
msgstr "<emph>Text:</emph> 操作対象とする文字列表式。"
#: 03120306.xhp
+#, fuzzy
msgctxt ""
"03120306.xhp\n"
"par_id3150359\n"
-"9\n"
"help.text"
msgid "<emph>Start: </emph>Numeric expression that indicates the character position within the string where the string portion that you want to replace or to return begins. The maximum allowed value is 65535."
msgstr "<emph>Start: </emph>指定文字列中での、取得ないし置換の開始文字位置を示す整数表式。使用できる最大値は 65535 です。"
#: 03120306.xhp
+#, fuzzy
msgctxt ""
"03120306.xhp\n"
"par_id3148451\n"
-"10\n"
"help.text"
msgid "<emph>Length:</emph> Numeric expression that returns the number of characters that you want to replace or return. The maximum allowed value is 65535."
msgstr "<emph>Length:</emph> 取得ないし置換する文字の長さを示す整数表式。"
#: 03120306.xhp
+#, fuzzy
msgctxt ""
"03120306.xhp\n"
"par_id3125864\n"
-"11\n"
"help.text"
msgid "If the Length parameter in the <emph>Mid function</emph> is omitted, all characters in the string expression from the start position to the end of the string are returned."
msgstr "<emph>Mid 関数</emph> の場合、Length パラメーターを指定しないと、指定文字列の開始位置から末尾までが返されます。"
#: 03120306.xhp
+#, fuzzy
msgctxt ""
"03120306.xhp\n"
"par_id3144762\n"
-"12\n"
"help.text"
msgid "If the Length parameter in the <emph>Mid statement</emph> is less than the length of the text that you want to replace, the text is reduced to the specified length."
msgstr "<emph>Mid ステートメント</emph> の場合、Length パラメーターの値が置き換えるテキストよりも短いと、この長さにテキストが切りつめられます。"
#: 03120306.xhp
+#, fuzzy
msgctxt ""
"03120306.xhp\n"
"par_id3150769\n"
-"13\n"
"help.text"
msgid "<emph>Text:</emph> The string to replace the string expression (<emph>Mid statement</emph>)."
msgstr "<emph>Text:</emph> 文字列表式を置き換える文字列 (<emph>Mid ステートメント</emph>)。"
#: 03120306.xhp
+#, fuzzy
msgctxt ""
"03120306.xhp\n"
"hd_id3149560\n"
-"14\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03120306.xhp
+#, fuzzy
msgctxt ""
"03120306.xhp\n"
"par_id3153189\n"
-"18\n"
"help.text"
msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
msgstr "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
@@ -33084,118 +33081,118 @@ msgid "<bookmark_value>Right function</bookmark_value>"
msgstr "<bookmark_value>Right 関数</bookmark_value>"
#: 03120307.xhp
+#, fuzzy
msgctxt ""
"03120307.xhp\n"
"hd_id3153311\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120307.xhp\" name=\"Right Function [Runtime]\">Right Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120307.xhp\" name=\"Right 関数 [実行時]\">Right 関数 [実行時]</link>"
#: 03120307.xhp
+#, fuzzy
msgctxt ""
"03120307.xhp\n"
"par_id3150984\n"
-"2\n"
"help.text"
msgid "Returns the rightmost \"n\" characters of a string expression."
msgstr "文字列表式の右側「n」文字を取得して返します。"
#: 03120307.xhp
+#, fuzzy
msgctxt ""
"03120307.xhp\n"
"par_id3149763\n"
-"3\n"
"help.text"
msgid "See also: <link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function\">Left Function</link>."
msgstr "次も参照してください:<link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left 関数\">Left 関数</link>。"
#: 03120307.xhp
+#, fuzzy
msgctxt ""
"03120307.xhp\n"
"hd_id3145315\n"
-"4\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03120307.xhp
+#, fuzzy
msgctxt ""
"03120307.xhp\n"
"par_id3153061\n"
-"5\n"
"help.text"
msgid "Right (Text As String, n As Long)"
msgstr "Right (Text As String, n As Integer)"
#: 03120307.xhp
+#, fuzzy
msgctxt ""
"03120307.xhp\n"
"hd_id3145068\n"
-"6\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03120307.xhp
+#, fuzzy
msgctxt ""
"03120307.xhp\n"
"par_id3156344\n"
-"7\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03120307.xhp
+#, fuzzy
msgctxt ""
"03120307.xhp\n"
"hd_id3146795\n"
-"8\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03120307.xhp
+#, fuzzy
msgctxt ""
"03120307.xhp\n"
"par_id3153526\n"
-"9\n"
"help.text"
msgid "<emph>Text:</emph> Any string expression that you want to return the rightmost characters of."
msgstr "<emph>Text:</emph> 右側の文字を取得する文字列表式。"
#: 03120307.xhp
+#, fuzzy
msgctxt ""
"03120307.xhp\n"
"par_id3151211\n"
-"10\n"
"help.text"
msgid "<emph>n:</emph> Numeric expression that defines the number of characters that you want to return. If <emph>n</emph> = 0, a zero-length string is returned. The maximum allowed value is 65535."
msgstr "<emph>n:</emph> 取得する文字の数を指定する整数表式。<emph>n</emph> にゼロを指定すると、文字長ゼロの空白文字列が返されます。"
#: 03120307.xhp
+#, fuzzy
msgctxt ""
"03120307.xhp\n"
"par_id3158410\n"
-"11\n"
"help.text"
msgid "The following example converts a date in YYYY-MM-DD format to the US date format (MM/DD/YYYY)."
msgstr "下記の例では YYYY-MM-DD 形式の日付を、アメリカで用いられている形式 (MM/DD/YYYY) に変換します。"
#: 03120307.xhp
+#, fuzzy
msgctxt ""
"03120307.xhp\n"
"hd_id3156212\n"
-"12\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03120307.xhp
+#, fuzzy
msgctxt ""
"03120307.xhp\n"
"par_id3159252\n"
-"16\n"
"help.text"
msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
msgstr "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
@@ -33217,145 +33214,145 @@ msgid "<bookmark_value>RSet statement</bookmark_value>"
msgstr "<bookmark_value>RSet ステートメント</bookmark_value>"
#: 03120308.xhp
+#, fuzzy
msgctxt ""
"03120308.xhp\n"
"hd_id3153345\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet Statement [Runtime]\">RSet Statement [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120308.xhp\" name=\"RSet ステートメント [実行時]\">RSet ステートメント [実行時]</link>"
#: 03120308.xhp
+#, fuzzy
msgctxt ""
"03120308.xhp\n"
"par_id3150503\n"
-"2\n"
"help.text"
msgid "Right-aligns a string within a string variable, or copies a user-defined variable type into another."
msgstr "文字列変数中に右揃えで文字列を格納するか、ユーザー定義型の変数を他のユーザー定義型の変数にコピーします。"
#: 03120308.xhp
+#, fuzzy
msgctxt ""
"03120308.xhp\n"
"hd_id3149234\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03120308.xhp
+#, fuzzy
msgctxt ""
"03120308.xhp\n"
"par_id3150669\n"
-"4\n"
"help.text"
msgid "RSet Text As String = Text or RSet Variable1 = Variable2"
msgstr "RSet Text As String = Text ないし RSet Variable1 = Variable2"
#: 03120308.xhp
+#, fuzzy
msgctxt ""
"03120308.xhp\n"
"hd_id3156024\n"
-"5\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03120308.xhp
+#, fuzzy
msgctxt ""
"03120308.xhp\n"
"par_id3148552\n"
-"6\n"
"help.text"
msgid "<emph>Text:</emph> Any string variable."
msgstr "<emph>Text:</emph> 文字列変数。"
#: 03120308.xhp
+#, fuzzy
msgctxt ""
"03120308.xhp\n"
"par_id3154924\n"
-"7\n"
"help.text"
msgid "<emph>Text</emph>: String that you want to right-align in the string variable."
msgstr "<emph>Text</emph>:文字列変数中に右揃えで格納する文字列。"
#: 03120308.xhp
+#, fuzzy
msgctxt ""
"03120308.xhp\n"
"par_id3149456\n"
-"8\n"
"help.text"
msgid "<emph>Variable1:</emph> User-defined variable that is the target for the copied variable."
msgstr "<emph>Variable1:</emph> コピーする変数のターゲットとなるユーザー定義型の変数。"
#: 03120308.xhp
+#, fuzzy
msgctxt ""
"03120308.xhp\n"
"par_id3153381\n"
-"9\n"
"help.text"
msgid "<emph>Variable2:</emph> User-defined variable that you want to copy to another variable."
msgstr "<emph>Variable2:</emph> 他の変数へコピーするユーザー定義型の変数。"
#: 03120308.xhp
+#, fuzzy
msgctxt ""
"03120308.xhp\n"
"par_id3154140\n"
-"10\n"
"help.text"
msgid "If the string is shorter than the string variable, <emph>RSet</emph> aligns the string to the right within the string variable. Any remaining characters in the string variable are replaced with spaces. If the string is longer than the string variable, characters exceeding the length of the variable are truncated, and only the remaining characters are right-aligned within the string variable."
msgstr "文字列が文字列変数よりも短い場合、<emph>RSet</emph> は、該当文字列だけを文字列変数中に右揃えで格納します。文字列変数の残りの部分は、スペース記号が挿入されます。文字列が文字列変数よりも長い場合、文字列中の超過分の文字は切り捨てられ、残りの部分が文字列中に右揃えで収められます。"
#: 03120308.xhp
+#, fuzzy
msgctxt ""
"03120308.xhp\n"
"par_id3149202\n"
-"11\n"
"help.text"
msgid "You can also use the <emph>RSet statement</emph> to assign variables of one user-defined type to another."
msgstr "<emph>RSet ステートメント</emph> では、ユーザー定義型の変数を他の変数にコピーすることもできます。"
#: 03120308.xhp
+#, fuzzy
msgctxt ""
"03120308.xhp\n"
"par_id3151042\n"
-"12\n"
"help.text"
msgid "The following example uses the <emph>RSet</emph> and <emph>LSet</emph> statements to modify the left and right alignment of a string."
msgstr "下記の例では、<emph>RSet</emph> および <emph>LSet</emph> ステートメントを使って、文字列の右および左揃え処理を行っています。"
#: 03120308.xhp
+#, fuzzy
msgctxt ""
"03120308.xhp\n"
"hd_id3154909\n"
-"13\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03120308.xhp
+#, fuzzy
msgctxt ""
"03120308.xhp\n"
"par_id3155856\n"
-"20\n"
"help.text"
msgid "' Right-align \"SBX\" in a 40-character string"
msgstr "REM 40 文字長の文字列変数中に「SBX」を右揃えで格納します"
#: 03120308.xhp
+#, fuzzy
msgctxt ""
"03120308.xhp\n"
"par_id3152577\n"
-"21\n"
"help.text"
msgid "' Replace asterisks with spaces"
msgstr "REM アスタリスク記号は、スペース記号で置き換えられます"
#: 03120308.xhp
+#, fuzzy
msgctxt ""
"03120308.xhp\n"
"par_id3145801\n"
-"32\n"
"help.text"
msgid "' Left-align \"SBX\" in a 40-character string"
msgstr "REM 40 文字長の文字列変数中に「SBX」を左揃えで格納します"
@@ -33377,91 +33374,91 @@ msgid "<bookmark_value>RTrim function</bookmark_value>"
msgstr "<bookmark_value>RTrim 関数</bookmark_value>"
#: 03120309.xhp
+#, fuzzy
msgctxt ""
"03120309.xhp\n"
"hd_id3154286\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120309.xhp\" name=\"RTrim Function [Runtime]\">RTrim Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120309.xhp\" name=\"RTrim 関数 [実行時]\">RTrim 関数 [実行時]</link>"
#: 03120309.xhp
+#, fuzzy
msgctxt ""
"03120309.xhp\n"
"par_id3153127\n"
-"2\n"
"help.text"
msgid "Deletes the spaces at the end of a string expression."
msgstr "文字列表式の末尾にあるスペース記号を削除します。"
#: 03120309.xhp
+#, fuzzy
msgctxt ""
"03120309.xhp\n"
"par_id3153062\n"
-"3\n"
"help.text"
msgid "See also: <link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function\">LTrim Function</link>"
msgstr "次も参照してください:<link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim 関数\">LTrim 関数</link>"
#: 03120309.xhp
+#, fuzzy
msgctxt ""
"03120309.xhp\n"
"hd_id3154924\n"
-"4\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03120309.xhp
+#, fuzzy
msgctxt ""
"03120309.xhp\n"
"par_id3154347\n"
-"5\n"
"help.text"
msgid "RTrim (Text As String)"
msgstr "RTrim (Text As String)"
#: 03120309.xhp
+#, fuzzy
msgctxt ""
"03120309.xhp\n"
"hd_id3149457\n"
-"6\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03120309.xhp
+#, fuzzy
msgctxt ""
"03120309.xhp\n"
"par_id3153381\n"
-"7\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03120309.xhp
+#, fuzzy
msgctxt ""
"03120309.xhp\n"
"hd_id3148798\n"
-"8\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03120309.xhp
+#, fuzzy
msgctxt ""
"03120309.xhp\n"
"par_id3151380\n"
-"9\n"
"help.text"
msgid "<emph>Text: </emph>Any string expression."
msgstr "<emph>Text: </emph>処理をする文字列表現。"
#: 03120309.xhp
+#, fuzzy
msgctxt ""
"03120309.xhp\n"
"hd_id3151041\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -33483,109 +33480,109 @@ msgid "<bookmark_value>UCase function</bookmark_value>"
msgstr "<bookmark_value>UCase 関数</bookmark_value>"
#: 03120310.xhp
+#, fuzzy
msgctxt ""
"03120310.xhp\n"
"hd_id3153527\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase Function [Runtime]\">UCase Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase 関数 [実行時]\">UCase 関数 [実行時]</link>"
#: 03120310.xhp
+#, fuzzy
msgctxt ""
"03120310.xhp\n"
"par_id3155420\n"
-"2\n"
"help.text"
msgid "Converts lowercase characters in a string to uppercase."
msgstr "文字列中のすべての小文字を大文字に変換します。"
#: 03120310.xhp
+#, fuzzy
msgctxt ""
"03120310.xhp\n"
"par_id3150771\n"
-"3\n"
"help.text"
msgid "See also: <link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase Function\">LCase Function</link>"
msgstr "次も参照してください:<link href=\"text/sbasic/shared/03120302.xhp\" name=\"LCase 関数\">LCase 関数</link>"
#: 03120310.xhp
+#, fuzzy
msgctxt ""
"03120310.xhp\n"
"par_id3149233\n"
-"4\n"
"help.text"
msgid "<emph>Syntax</emph>:"
msgstr "<emph>構文</emph>:"
#: 03120310.xhp
+#, fuzzy
msgctxt ""
"03120310.xhp\n"
"par_id3153061\n"
-"5\n"
"help.text"
msgid "UCase (Text As String)"
msgstr "UCase (Text As String)"
#: 03120310.xhp
+#, fuzzy
msgctxt ""
"03120310.xhp\n"
"par_id3159414\n"
-"6\n"
"help.text"
msgid "<emph>Return value</emph>:"
msgstr "<emph>戻り値</emph>:"
#: 03120310.xhp
+#, fuzzy
msgctxt ""
"03120310.xhp\n"
"par_id3146795\n"
-"7\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03120310.xhp
+#, fuzzy
msgctxt ""
"03120310.xhp\n"
"hd_id3149457\n"
-"8\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03120310.xhp
+#, fuzzy
msgctxt ""
"03120310.xhp\n"
"par_id3150791\n"
-"9\n"
"help.text"
msgid "<emph>Text:</emph> Any string expression that you want to convert."
msgstr "<emph>Text:</emph> 変換する文字列表式。"
#: 03120310.xhp
+#, fuzzy
msgctxt ""
"03120310.xhp\n"
"hd_id3154125\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03120310.xhp
+#, fuzzy
msgctxt ""
"03120310.xhp\n"
"par_id3149204\n"
-"14\n"
"help.text"
msgid "Print LCase(sVar) ' returns \"las vegas\""
msgstr "Print LCase(sVar) REM 戻り値は「las vegas」"
#: 03120310.xhp
+#, fuzzy
msgctxt ""
"03120310.xhp\n"
"par_id3156280\n"
-"15\n"
"help.text"
msgid "Print UCase(sVar) ' returns \"LAS VEGAS\""
msgstr "Print UCase(sVar) REM 戻り値は「LAS VEGAS」"
@@ -33607,82 +33604,82 @@ msgid "<bookmark_value>Trim function</bookmark_value>"
msgstr "<bookmark_value>Trim 関数</bookmark_value>"
#: 03120311.xhp
+#, fuzzy
msgctxt ""
"03120311.xhp\n"
"hd_id3150616\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120311.xhp\" name=\"Trim Function [Runtime]\">Trim Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120311.xhp\" name=\"Trim 関数 [実行時]\">Trim 関数 [実行時]</link>"
#: 03120311.xhp
+#, fuzzy
msgctxt ""
"03120311.xhp\n"
"par_id3149177\n"
-"2\n"
"help.text"
msgid "Removes all leading and trailing spaces from a string expression."
msgstr "文字列表式の末尾および先頭にあるスペース記号を、すべて削除します。"
#: 03120311.xhp
+#, fuzzy
msgctxt ""
"03120311.xhp\n"
"hd_id3159157\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03120311.xhp
+#, fuzzy
msgctxt ""
"03120311.xhp\n"
"par_id3155341\n"
-"4\n"
"help.text"
msgid "Trim( Text As String )"
msgstr "Trim( Text As String )"
#: 03120311.xhp
+#, fuzzy
msgctxt ""
"03120311.xhp\n"
"hd_id3155388\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03120311.xhp
+#, fuzzy
msgctxt ""
"03120311.xhp\n"
"par_id3143228\n"
-"6\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03120311.xhp
+#, fuzzy
msgctxt ""
"03120311.xhp\n"
"hd_id3145609\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03120311.xhp
+#, fuzzy
msgctxt ""
"03120311.xhp\n"
"par_id3159414\n"
-"8\n"
"help.text"
msgid "<emph>Text:</emph> Any string expression."
msgstr "<emph>Text:</emph> 処理をする文字列表現。"
#: 03120311.xhp
+#, fuzzy
msgctxt ""
"03120311.xhp\n"
"hd_id3148663\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -33988,100 +33985,100 @@ msgid "<bookmark_value>Split function</bookmark_value>"
msgstr "<bookmark_value>Split 関数</bookmark_value>"
#: 03120314.xhp
+#, fuzzy
msgctxt ""
"03120314.xhp\n"
"hd_id3156027\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120314.xhp\" name=\"Split Function [Runtime]\">Split Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120314.xhp\" name=\"Split 関数 [実行時]\">Split 関数 [実行時]</link>"
#: 03120314.xhp
+#, fuzzy
msgctxt ""
"03120314.xhp\n"
"par_id3155805\n"
-"2\n"
"help.text"
msgid "Returns an array of substrings from a string expression."
msgstr "与えられた文字列表式を分割し、これらのサブストリング (文字列) を要素とする配列を作成して返します。"
#: 03120314.xhp
+#, fuzzy
msgctxt ""
"03120314.xhp\n"
"hd_id3149177\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03120314.xhp
+#, fuzzy
msgctxt ""
"03120314.xhp\n"
"par_id3153824\n"
-"4\n"
"help.text"
msgid "Split (Text As String, delimiter, number)"
msgstr "Split (Text As String, delimiter, number)"
#: 03120314.xhp
+#, fuzzy
msgctxt ""
"03120314.xhp\n"
"hd_id3149763\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03120314.xhp
+#, fuzzy
msgctxt ""
"03120314.xhp\n"
"par_id3154285\n"
-"6\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03120314.xhp
+#, fuzzy
msgctxt ""
"03120314.xhp\n"
"hd_id3145315\n"
-"7\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03120314.xhp
+#, fuzzy
msgctxt ""
"03120314.xhp\n"
"par_id3156023\n"
-"8\n"
"help.text"
msgid "<emph>Text:</emph> Any string expression."
msgstr "<emph>Text:</emph> 処理をする文字列表現。"
#: 03120314.xhp
+#, fuzzy
msgctxt ""
"03120314.xhp\n"
"par_id3147560\n"
-"9\n"
"help.text"
msgid "<emph>delimiter (optional):</emph> A string of one or more characters length that is used to delimit the Text. The default is the space character."
msgstr "<emph>delimiter (省略可能):</emph> Text 中で区切り記号とする文字。デフォルト設定ではスペース記号が使用されます。"
#: 03120314.xhp
+#, fuzzy
msgctxt ""
"03120314.xhp\n"
"par_id3145069\n"
-"12\n"
"help.text"
msgid "<emph>number (optional):</emph> The number of substrings that you want to return."
msgstr "<emph>number (省略可能):</emph> 取得するサブストリングの数。"
#: 03120314.xhp
+#, fuzzy
msgctxt ""
"03120314.xhp\n"
"hd_id3150398\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -34235,145 +34232,145 @@ msgid "<bookmark_value>InStr function</bookmark_value>"
msgstr "<bookmark_value>InStr 関数</bookmark_value>"
#: 03120401.xhp
+#, fuzzy
msgctxt ""
"03120401.xhp\n"
"hd_id3155934\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120401.xhp\" name=\"InStr Function [Runtime]\">InStr Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120401.xhp\" name=\"InStr 関数 [実行時]\">InStr 関数 [実行時]</link>"
#: 03120401.xhp
+#, fuzzy
msgctxt ""
"03120401.xhp\n"
"par_id3153990\n"
-"2\n"
"help.text"
msgid "Returns the position of a string within another string."
msgstr "2 つの文字列の一方が、他方の文字列中のどの位置にあるかを返します。"
#: 03120401.xhp
+#, fuzzy
msgctxt ""
"03120401.xhp\n"
"par_id3147303\n"
-"3\n"
"help.text"
msgid "The Instr function returns the position at which the match was found. If the string was not found, the function returns 0."
msgstr "Instr 関数からは、文字列の一致した位置が返されます。一致する部分がない場合は、0 が返されます。"
#: 03120401.xhp
+#, fuzzy
msgctxt ""
"03120401.xhp\n"
"hd_id3145090\n"
-"4\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03120401.xhp
+#, fuzzy
msgctxt ""
"03120401.xhp\n"
"par_id3146957\n"
-"5\n"
"help.text"
msgid "InStr ([Start As Long,] Text1 As String, Text2 As String[, Compare])"
msgstr "InStr ([Start As Integer,] Text1 As String, Text2 As String[, Compare])"
#: 03120401.xhp
+#, fuzzy
msgctxt ""
"03120401.xhp\n"
"hd_id3148538\n"
-"6\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03120401.xhp
+#, fuzzy
msgctxt ""
"03120401.xhp\n"
"par_id3149763\n"
-"7\n"
"help.text"
msgid "Integer"
msgstr "整数"
#: 03120401.xhp
+#, fuzzy
msgctxt ""
"03120401.xhp\n"
"hd_id3148473\n"
-"8\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03120401.xhp
+#, fuzzy
msgctxt ""
"03120401.xhp\n"
"par_id3153126\n"
-"9\n"
"help.text"
msgid "<emph>Start: </emph>A numeric expression that marks the position in a string where the search for the specified substring starts. If you omit this parameter, the search starts at the first character of the string. The maximum allowed value is 65535."
msgstr "<emph>Start:</emph> 検索対象の文字列のどの位置から検索文字列のマッチングを開始するかを指定します。このパラメーター指定を省略すると、文字列の最初の文字から検索が始まります。使用できる最大値は 65535 です。"
#: 03120401.xhp
+#, fuzzy
msgctxt ""
"03120401.xhp\n"
"par_id3145609\n"
-"10\n"
"help.text"
msgid "<emph>Text1:</emph> The string expression that you want to search."
msgstr "<emph>Text1:</emph> 検索対象とする文字列の表式。"
#: 03120401.xhp
+#, fuzzy
msgctxt ""
"03120401.xhp\n"
"par_id3147559\n"
-"11\n"
"help.text"
msgid "<emph>Text2:</emph> The string expression that you want to search for."
msgstr "<emph>Text2:</emph> 検索文字列の表式。"
#: 03120401.xhp
+#, fuzzy
msgctxt ""
"03120401.xhp\n"
"par_id3154758\n"
-"12\n"
"help.text"
msgid "<emph>Compare:</emph> Optional numeric expression that defines the type of comparison. The value of this parameter can be 0 or 1. The default value of 1 specifies a text comparison that is not case-sensitive. The value of 0 specifies a binary comparison that is case-sensitive."
msgstr "<emph>Compare:</emph>比較の種類を指定する数値表式 (省略可)。このパラメーターの値には 0 または 1 を指定できます。デフォルト値は 1 は、大文字と小文字の区別がないテキスト比較を指定します。値 0 は、大文字と小文字を区別するバイナリ比較を指定します。"
#: 03120401.xhp
+#, fuzzy
msgctxt ""
"03120401.xhp\n"
"par_id3153361\n"
-"13\n"
"help.text"
msgid "To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted."
msgstr "最初のパラメーターを省略した場合に Compare パラメータを指定すると、実行時エラーが発生することがあります。"
#: 03120401.xhp
+#, fuzzy
msgctxt ""
"03120401.xhp\n"
"hd_id3154366\n"
-"14\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03120401.xhp
+#, fuzzy
msgctxt ""
"03120401.xhp\n"
"par_id3144760\n"
-"19\n"
"help.text"
msgid "sInput = \"Office\""
msgstr "sInput = \"Star Suite\""
#: 03120401.xhp
+#, fuzzy
msgctxt ""
"03120401.xhp\n"
"par_id3154125\n"
-"20\n"
"help.text"
msgid "iPos = Instr(sInput,\"c\")"
msgstr "iPos = Instr(sInput,\"v\")"
@@ -34501,136 +34498,136 @@ msgid "<bookmark_value>StrComp function</bookmark_value>"
msgstr "<bookmark_value>StrComp 関数</bookmark_value>"
#: 03120403.xhp
+#, fuzzy
msgctxt ""
"03120403.xhp\n"
"hd_id3156027\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120403.xhp\" name=\"StrComp Function [Runtime]\">StrComp Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03120403.xhp\" name=\"StrComp 関数 [関数]\">StrComp 関数 [関数]</link>"
#: 03120403.xhp
+#, fuzzy
msgctxt ""
"03120403.xhp\n"
"par_id3155805\n"
-"2\n"
"help.text"
msgid "Compares two strings and returns an integer value that represents the result of the comparison."
msgstr "2 つの文字列を比較して、その結果を示す数値を返します。"
#: 03120403.xhp
+#, fuzzy
msgctxt ""
"03120403.xhp\n"
"hd_id3153345\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03120403.xhp
+#, fuzzy
msgctxt ""
"03120403.xhp\n"
"par_id3150503\n"
-"4\n"
"help.text"
msgid "StrComp (Text1 As String, Text2 As String[, Compare])"
msgstr "StrComp (Text1 As String, Text2 As String[, Compare])"
#: 03120403.xhp
+#, fuzzy
msgctxt ""
"03120403.xhp\n"
"hd_id3147574\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03120403.xhp
+#, fuzzy
msgctxt ""
"03120403.xhp\n"
"par_id3156152\n"
-"6\n"
"help.text"
msgid "Integer"
msgstr "整数"
#: 03120403.xhp
+#, fuzzy
msgctxt ""
"03120403.xhp\n"
"hd_id3150984\n"
-"7\n"
"help.text"
msgid "Parameter:"
msgstr "パラメーター:"
#: 03120403.xhp
+#, fuzzy
msgctxt ""
"03120403.xhp\n"
"par_id3153061\n"
-"8\n"
"help.text"
msgid "<emph>Text1:</emph> Any string expression"
msgstr "<emph>Text1:</emph> 任意の文字列表式。"
#: 03120403.xhp
+#, fuzzy
msgctxt ""
"03120403.xhp\n"
"par_id3147560\n"
-"9\n"
"help.text"
msgid "<emph>Text2:</emph> Any string expression"
msgstr "<emph>Text2:</emph> 任意の文字列表式。"
#: 03120403.xhp
+#, fuzzy
msgctxt ""
"03120403.xhp\n"
"par_id3146796\n"
-"10\n"
"help.text"
msgid "<emph>Compare:</emph> This optional parameter sets the comparison method. If Compare = 1, the string comparison is case-sensitive. If Compare = 0, no distinction is made between uppercase and lowercase letters."
msgstr "<emph>Compare:</emph> 比較モードを指定する数値表式 (省略可)。Compare に 1 を指定すると、大文字と小文字を区別した比較が行われます。Compare に 0 を指定すると、大文字と小文字を区別せずに比較が行われます。"
#: 03120403.xhp
+#, fuzzy
msgctxt ""
"03120403.xhp\n"
"hd_id3154940\n"
-"13\n"
"help.text"
msgid "Return value"
msgstr "戻り値"
#: 03120403.xhp
+#, fuzzy
msgctxt ""
"03120403.xhp\n"
"par_id3150358\n"
-"27\n"
"help.text"
msgid "If Text1 < Text2 the function returns -1"
msgstr "Text1 < Text2 の場合、関数の戻り値には -1 が返されます。"
#: 03120403.xhp
+#, fuzzy
msgctxt ""
"03120403.xhp\n"
"par_id3151043\n"
-"28\n"
"help.text"
msgid "If Text1 = Text2 the function returns 0"
msgstr "Text1 = Text2 の場合、関数の戻り値には 0 が返されます。"
#: 03120403.xhp
+#, fuzzy
msgctxt ""
"03120403.xhp\n"
"par_id3158410\n"
-"29\n"
"help.text"
msgid "If Text1 > Text2 the function returns 1"
msgstr "Text1 > Text2 の場合、関数の戻り値には 1 が返されます。"
#: 03120403.xhp
+#, fuzzy
msgctxt ""
"03120403.xhp\n"
"hd_id3153968\n"
-"18\n"
"help.text"
msgid "Example:"
msgstr "例:"
@@ -34739,82 +34736,82 @@ msgid "<bookmark_value>Shell function</bookmark_value>"
msgstr "<bookmark_value>Shell 関数</bookmark_value>"
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"hd_id3150040\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03130500.xhp\" name=\"Shell Function [Runtime]\">Shell Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03130500.xhp\" name=\"Shell 関数 [実行時]\">Shell 関数 [実行時]</link>"
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"par_id3153394\n"
-"2\n"
"help.text"
msgid "Starts another application and defines the respective window style, if necessary."
msgstr "他のアプリケーションを起動し、必要であれば表示ウィンドウのスタイル設定なども行います。"
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"hd_id3153345\n"
-"4\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"par_id3147576\n"
-"5\n"
"help.text"
msgid "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync])"
msgstr "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync])"
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"hd_id3149235\n"
-"6\n"
"help.text"
msgid "Parameter"
msgstr "パラメーター"
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"hd_id3154306\n"
-"23\n"
"help.text"
msgid "Pathname"
msgstr "Pathname"
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"par_id3155419\n"
-"7\n"
"help.text"
msgid "Complete path and program name of the program that you want to start."
msgstr "実行するプログラムの名前と絶対パス。"
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"hd_id3150771\n"
-"24\n"
"help.text"
msgid "Windowstyle"
msgstr "Windowstyle"
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"par_id3145609\n"
-"8\n"
"help.text"
msgid "Optional integer expression that specifies the style of the window that the program is executed in. The following values are possible:"
msgstr "オプション設定として、プログラムの実行ウィンドウのスタイルを指定する整数表式。ここには下記の値を指定できます。"
@@ -34823,16 +34820,15 @@ msgstr "オプション設定として、プログラムの実行ウィンドウ
msgctxt ""
"03130500.xhp\n"
"par_id3148663\n"
-"25\n"
"help.text"
msgid "0"
-msgstr "0"
+msgstr ""
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"par_id3153360\n"
-"10\n"
"help.text"
msgid "The focus is on the hidden program window."
msgstr "プログラムウィンドウを非表示にして、フォーカスを移動します。"
@@ -34841,16 +34837,15 @@ msgstr "プログラムウィンドウを非表示にして、フォーカスを
msgctxt ""
"03130500.xhp\n"
"par_id3154123\n"
-"26\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"par_id3144760\n"
-"11\n"
"help.text"
msgid "The focus is on the program window in standard size."
msgstr "プログラムウィンドウを標準サイズにして、フォーカスを移動します。"
@@ -34859,16 +34854,15 @@ msgstr "プログラムウィンドウを標準サイズにして、フォーカ
msgctxt ""
"03130500.xhp\n"
"par_id3156422\n"
-"27\n"
"help.text"
msgid "2"
-msgstr "2"
+msgstr ""
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"par_id3148451\n"
-"12\n"
"help.text"
msgid "The focus is on the minimized program window."
msgstr "プログラムウィンドウを最小化 (アイコン化) して、フォーカスを移動します。"
@@ -34877,16 +34871,15 @@ msgstr "プログラムウィンドウを最小化 (アイコン化) して、
msgctxt ""
"03130500.xhp\n"
"par_id3149561\n"
-"28\n"
"help.text"
msgid "3"
-msgstr "3"
+msgstr ""
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"par_id3146921\n"
-"13\n"
"help.text"
msgid "focus is on the maximized program window."
msgstr "プログラムウィンドウを最大表示にして、フォーカスを移動します。"
@@ -34895,16 +34888,15 @@ msgstr "プログラムウィンドウを最大表示にして、フォーカス
msgctxt ""
"03130500.xhp\n"
"par_id3149481\n"
-"29\n"
"help.text"
msgid "4"
-msgstr "4"
+msgstr ""
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"par_id3155854\n"
-"14\n"
"help.text"
msgid "Standard size program window, without focus."
msgstr "プログラムウィンドウを標準サイズにしますが、フォーカスは移動しません。"
@@ -34913,79 +34905,78 @@ msgstr "プログラムウィンドウを標準サイズにしますが、フォ
msgctxt ""
"03130500.xhp\n"
"par_id3145271\n"
-"30\n"
"help.text"
msgid "6"
-msgstr "6"
+msgstr ""
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"par_id3152938\n"
-"15\n"
"help.text"
msgid "Minimized program window, focus remains on the active window."
msgstr "プログラムウィンドウを最小化しますが、フォーカスはアクティブウィンドウにとどめておきます。"
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"par_id3146119\n"
-"31\n"
"help.text"
msgid "10"
msgstr "10"
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"par_id3151112\n"
-"16\n"
"help.text"
msgid "Full-screen display."
msgstr "全画面表示にします。"
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"hd_id3150419\n"
-"33\n"
"help.text"
msgid "Param"
msgstr "Param"
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"par_id3149412\n"
-"17\n"
"help.text"
msgid "Any string expression that specifies the command line that want to pass."
msgstr "実行するアプリケーションに渡すコマンド行パラメータを示す文字列表式。"
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"hd_id3148456\n"
-"32\n"
"help.text"
msgid "bSync"
msgstr "BSync"
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"par_id3154096\n"
-"18\n"
"help.text"
msgid "If this value is set to <emph>true</emph>, the <emph>Shell</emph> command and all $[officename] tasks wait until the shell process completes. If the value is set to <emph>false</emph>, the shell returns directly. The default value is <emph>false</emph>."
msgstr "この値に <emph>True</emph> を指定すると、シェルプロセスの実行が完了するまで、<emph>Shell</emph> コマンドを含めたすべての $[officename] のタスクが待機します。この値に <emph>False</emph> を指定すると、実行直後にシェル制御が戻ります。デフォルト値は <emph>False</emph> です。"
#: 03130500.xhp
+#, fuzzy
msgctxt ""
"03130500.xhp\n"
"hd_id3154270\n"
-"19\n"
"help.text"
msgid "Example"
msgstr "例"
@@ -35095,73 +35086,73 @@ msgid "<bookmark_value>GetSystemTicks function</bookmark_value>"
msgstr "<bookmark_value>GetSystemTicks 関数</bookmark_value>"
#: 03130700.xhp
+#, fuzzy
msgctxt ""
"03130700.xhp\n"
"hd_id3147143\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03130700.xhp\" name=\"GetSystemTicks Function [Runtime]\">GetSystemTicks Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03130700.xhp\" name=\"GetSystemTicks 関数 [実行時]\">GetSystemTicks 関数 [実行時]</link>"
#: 03130700.xhp
+#, fuzzy
msgctxt ""
"03130700.xhp\n"
"par_id3153750\n"
-"2\n"
"help.text"
msgid "Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes."
msgstr "オペレーティングシステムから現在の実行時間 (チック数) を取得して返します。この関数は、プロセスの最適化をする際などに利用できます。"
#: 03130700.xhp
+#, fuzzy
msgctxt ""
"03130700.xhp\n"
"hd_id3153311\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03130700.xhp
+#, fuzzy
msgctxt ""
"03130700.xhp\n"
"par_id3147242\n"
-"4\n"
"help.text"
msgid "GetSystemTicks()"
msgstr "GetSystemTicks()"
#: 03130700.xhp
+#, fuzzy
msgctxt ""
"03130700.xhp\n"
"hd_id3149233\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03130700.xhp
+#, fuzzy
msgctxt ""
"03130700.xhp\n"
"par_id3149762\n"
-"6\n"
"help.text"
msgid "Long"
msgstr "ロング整数"
#: 03130700.xhp
+#, fuzzy
msgctxt ""
"03130700.xhp\n"
"hd_id3156152\n"
-"7\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03130700.xhp
+#, fuzzy
msgctxt ""
"03130700.xhp\n"
"par_id3154938\n"
-"13\n"
"help.text"
msgid "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
msgstr "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
@@ -35183,91 +35174,91 @@ msgid "<bookmark_value>Environ function</bookmark_value>"
msgstr "<bookmark_value>Environ 関数 </bookmark_value>"
#: 03130800.xhp
+#, fuzzy
msgctxt ""
"03130800.xhp\n"
"hd_id3155364\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03130800.xhp\" name=\"Environ Function [Runtime]\">Environ Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03130800.xhp\" name=\"Environ 関数 [実行時]\">Environ 関数 [実行時]</link>"
#: 03130800.xhp
+#, fuzzy
msgctxt ""
"03130800.xhp\n"
"par_id3145090\n"
-"2\n"
"help.text"
msgid "Returns the value of an environment variable as a string. Environment variables are dependent on the type of operating system that you have."
msgstr "環境変数の値を取得して、文字列として返します。どのような環境変数が存在するかは、使用するオペレーティングシステムに依存します。"
#: 03130800.xhp
+#, fuzzy
msgctxt ""
"03130800.xhp\n"
"hd_id3150670\n"
-"4\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03130800.xhp
+#, fuzzy
msgctxt ""
"03130800.xhp\n"
"par_id3159176\n"
-"5\n"
"help.text"
msgid "Environ (Environment As String)"
msgstr "Environ (Environment As String)"
#: 03130800.xhp
+#, fuzzy
msgctxt ""
"03130800.xhp\n"
"hd_id3159157\n"
-"6\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03130800.xhp
+#, fuzzy
msgctxt ""
"03130800.xhp\n"
"par_id3148473\n"
-"7\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03130800.xhp
+#, fuzzy
msgctxt ""
"03130800.xhp\n"
"hd_id3145609\n"
-"8\n"
"help.text"
msgid "Parameters:"
msgstr "パラメーター:"
#: 03130800.xhp
+#, fuzzy
msgctxt ""
"03130800.xhp\n"
"par_id3159414\n"
-"9\n"
"help.text"
msgid "Environment: Environment variable that you want to return the value for."
msgstr "Environment:値を取得する環境変数。"
#: 03130800.xhp
+#, fuzzy
msgctxt ""
"03130800.xhp\n"
"hd_id3148663\n"
-"10\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03130800.xhp
+#, fuzzy
msgctxt ""
"03130800.xhp\n"
"par_id3145419\n"
-"15\n"
"help.text"
msgid "MsgBox \"'\" & sTemp & \"'\" ,64,\"Directory of temporary files:\""
msgstr "MsgBox \"'\" & sTemp & \"'\" ,64,\"Directory of temporary files:\""
@@ -35289,73 +35280,73 @@ msgid "<bookmark_value>GetSolarVersion function</bookmark_value>"
msgstr "<bookmark_value>GetSolarVersion 関数</bookmark_value>"
#: 03131000.xhp
+#, fuzzy
msgctxt ""
"03131000.xhp\n"
"hd_id3157898\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03131000.xhp\" name=\"GetSolarVersion Function [Runtime]\">GetSolarVersion Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03131000.xhp\" name=\"GetSolarVersion 関数 [実行時]\">GetSolarVersion 関数 [実行時]</link>"
#: 03131000.xhp
+#, fuzzy
msgctxt ""
"03131000.xhp\n"
"par_id3152801\n"
-"2\n"
"help.text"
msgid "Returns the internal number of the current $[officename] version."
msgstr "現行バージョンの $[officename] について、そのインターナルナンバーを返します。"
#: 03131000.xhp
+#, fuzzy
msgctxt ""
"03131000.xhp\n"
"hd_id3153311\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03131000.xhp
+#, fuzzy
msgctxt ""
"03131000.xhp\n"
"par_id3155388\n"
-"4\n"
"help.text"
msgid "s = GetSolarVersion"
msgstr "s = GetSolarVersion"
#: 03131000.xhp
+#, fuzzy
msgctxt ""
"03131000.xhp\n"
"hd_id3149514\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03131000.xhp
+#, fuzzy
msgctxt ""
"03131000.xhp\n"
"par_id3148685\n"
-"6\n"
"help.text"
msgid "String"
msgstr "文字列"
#: 03131000.xhp
+#, fuzzy
msgctxt ""
"03131000.xhp\n"
"hd_id3143270\n"
-"7\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03131000.xhp
+#, fuzzy
msgctxt ""
"03131000.xhp\n"
"par_id3148947\n"
-"11\n"
"help.text"
msgid "MsgBox sSep,64,\"Version number of the solar technology\""
msgstr "MsgBox sSep,64,\"Version number of the solar technology\""
@@ -35377,73 +35368,73 @@ msgid "<bookmark_value>TwipsPerPixelX function</bookmark_value>"
msgstr "<bookmark_value>TwipsPerPixelX 関数</bookmark_value>"
#: 03131300.xhp
+#, fuzzy
msgctxt ""
"03131300.xhp\n"
"hd_id3153539\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03131300.xhp\" name=\"TwipsPerPixelX Function [Runtime]\">TwipsPerPixelX Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03131300.xhp\" name=\"TwipsPerPixelX 関数 [実行時]\">TwipsPerPixelX 関数 [実行時]</link>"
#: 03131300.xhp
+#, fuzzy
msgctxt ""
"03131300.xhp\n"
"par_id3153394\n"
-"2\n"
"help.text"
msgid "Returns the number of twips that represent the width of a pixel."
msgstr "ピクセルの幅を示す twip 数を返します。"
#: 03131300.xhp
+#, fuzzy
msgctxt ""
"03131300.xhp\n"
"hd_id3153527\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03131300.xhp
+#, fuzzy
msgctxt ""
"03131300.xhp\n"
"par_id3151110\n"
-"4\n"
"help.text"
msgid "n = TwipsPerPixelX"
msgstr "n = TwipsPerPixelX"
#: 03131300.xhp
+#, fuzzy
msgctxt ""
"03131300.xhp\n"
"hd_id3150669\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03131300.xhp
+#, fuzzy
msgctxt ""
"03131300.xhp\n"
"par_id3150503\n"
-"6\n"
"help.text"
msgid "Integer"
msgstr "整数"
#: 03131300.xhp
+#, fuzzy
msgctxt ""
"03131300.xhp\n"
"hd_id3159176\n"
-"7\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03131300.xhp
+#, fuzzy
msgctxt ""
"03131300.xhp\n"
"par_id3153061\n"
-"9\n"
"help.text"
msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
msgstr "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
@@ -35465,73 +35456,73 @@ msgid "<bookmark_value>TwipsPerPixelY function</bookmark_value>"
msgstr "<bookmark_value>TwipsPerPixelY 関数</bookmark_value>"
#: 03131400.xhp
+#, fuzzy
msgctxt ""
"03131400.xhp\n"
"hd_id3150040\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03131400.xhp\" name=\"TwipsPerPixelY Function [Runtime]\">TwipsPerPixelY Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03131400.xhp\" name=\"TwipsPerPixelY 関数 [実行時]\">TwipsPerPixelY 関数 [実行時]</link>"
#: 03131400.xhp
+#, fuzzy
msgctxt ""
"03131400.xhp\n"
"par_id3154186\n"
-"2\n"
"help.text"
msgid "Returns the number of twips that represent the height of a pixel."
msgstr "ピクセルの高さを示す twip 数を返します。"
#: 03131400.xhp
+#, fuzzy
msgctxt ""
"03131400.xhp\n"
"hd_id3145090\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03131400.xhp
+#, fuzzy
msgctxt ""
"03131400.xhp\n"
"par_id3153681\n"
-"4\n"
"help.text"
msgid "n = TwipsPerPixelY"
msgstr "n = TwipsPerPixelY"
#: 03131400.xhp
+#, fuzzy
msgctxt ""
"03131400.xhp\n"
"hd_id3148473\n"
-"5\n"
"help.text"
msgid "Return value:"
msgstr "戻り値:"
#: 03131400.xhp
+#, fuzzy
msgctxt ""
"03131400.xhp\n"
"par_id3154306\n"
-"6\n"
"help.text"
msgid "Integer"
msgstr "整数"
#: 03131400.xhp
+#, fuzzy
msgctxt ""
"03131400.xhp\n"
"hd_id3149235\n"
-"7\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03131400.xhp
+#, fuzzy
msgctxt ""
"03131400.xhp\n"
"par_id3154142\n"
-"9\n"
"help.text"
msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
msgstr "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
@@ -35641,37 +35632,37 @@ msgid "<bookmark_value>CreateUnoService function</bookmark_value>"
msgstr "<bookmark_value>CreateUnoService 関数</bookmark_value>"
#: 03131600.xhp
+#, fuzzy
msgctxt ""
"03131600.xhp\n"
"hd_id3150682\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function [Runtime]\">CreateUnoService Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService 関数 [実行時]\">CreateUnoService 関数 [実行時]</link>"
#: 03131600.xhp
+#, fuzzy
msgctxt ""
"03131600.xhp\n"
"par_id3152924\n"
-"2\n"
"help.text"
msgid "Instantiates a Uno service with the ProcessServiceManager."
msgstr "ProcessServiceManager で Uno サービスのインスタンスを作成します。"
#: 03131600.xhp
+#, fuzzy
msgctxt ""
"03131600.xhp\n"
"hd_id3152801\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03131600.xhp
+#, fuzzy
msgctxt ""
"03131600.xhp\n"
"par_id3153346\n"
-"4\n"
"help.text"
msgid "oService = CreateUnoService( Uno service name )"
msgstr "oService = CreateUnoService( Uno service name )"
@@ -35681,23 +35672,23 @@ msgctxt ""
"03131600.xhp\n"
"par_idN1060F\n"
"help.text"
-msgid "For a list of available services, go to: http://api.libreoffice.org/docs/common/ref/com/sun/star/module-ix.html"
-msgstr "利用できるサービスの一覧はここにあります: http://api.libreoffice.org/docs/common/ref/com/sun/star/module-ix.html"
+msgid "For a list of available services, go to: http://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html"
+msgstr ""
#: 03131600.xhp
+#, fuzzy
msgctxt ""
"03131600.xhp\n"
"hd_id3151111\n"
-"5\n"
"help.text"
msgid "Examples:"
msgstr "例:"
#: 03131600.xhp
+#, fuzzy
msgctxt ""
"03131600.xhp\n"
"par_id3154046\n"
-"6\n"
"help.text"
msgid "oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
msgstr "oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
@@ -36159,316 +36150,316 @@ msgid "<bookmark_value>CreateUnoListener function</bookmark_value>"
msgstr "<bookmark_value>CreateUnoListener 関数</bookmark_value>"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"hd_id3155150\n"
-"53\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03132000.xhp\" name=\"CreateUnoListener Function [Runtime]\">CreateUnoListener Function [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03132000.xhp\" name=\"CreateUnoListener 関数 [実行時]\">CreateUnoListener 関数 [実行時]</link>"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3149346\n"
-"52\n"
"help.text"
msgid "Creates a Listener instance."
msgstr "リスナーインスタンスを作成します。"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3153681\n"
-"51\n"
"help.text"
msgid "Many Uno interfaces let you register listeners on a special listener interface. This allows you to listen for specific events and call up the appropriate listener method. The CreateUnoListener function waits for the called listener interface and then passes the interface an object that the interface supports. This object is then passed to the method to register the listener."
msgstr "Uno インタフェースの多くでは、リスナーを特殊なリスナーインタフェースに登録することができます。これにより、特定のイベントの発生を監視して、必要なリスナーメソッドを呼び出すことができます。CreateUnoListener 関数は、呼び出されたリスナーインタフェースの到着を待ち、そのインタフェースのサポートするオブジェクトへ、インタフェースを引き渡します。次にこのオブジェクトはメソッドへ引き渡されてリスナーが登録されます。"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"hd_id3148685\n"
-"50\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3143228\n"
-"49\n"
"help.text"
msgid "oListener = CreateUnoListener( Prefixname, ListenerInterfaceName )"
msgstr "oListener = CreateUnoListener( Prefixname, ListenerInterfaceName )"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"hd_id3147574\n"
-"48\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3154046\n"
-"47\n"
"help.text"
msgid "The following example is based on a Basic library object."
msgstr "下記の例は、Basic ライブラリオブジェクトをベースにしています。"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3149294\n"
-"44\n"
"help.text"
msgid "The CreateUnoListener method requires two parameters. The first is a prefix and is explained in detail below. The second parameter is the fully qualified name of the Listener interface that you want to use."
msgstr "CreateUnoListener メソッドは、2 つのパラメーターを使用します。1 番目のパラメーターはプレフィックスで、詳細は後述します。2 番目のパラメーターは、使用する Listener インタフェースの完全な名前です。"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3149670\n"
-"43\n"
"help.text"
msgid "The Listener must then be added to the Broadcaster Object. This is done by calling the appropriate method for adding a Listener. These methods always follow the pattern \"addFooListener\", where \"Foo\" is the Listener Interface Type, without the 'X'. In this example, the addContainerListener method is called to register the XContainerListener:"
msgstr "Listener は Broadcaster Object に追加する必要があります。この処理は、Listener 追加用のメソッドを呼び出すことで実行します。通常こうしたメソッドの取るパターンは「addFooListener」という形式で、ここで「Foo」が Listener Interface Type で「X」は付きません。ここでの例では、addContainerListener メソッドを呼び出して XContainerListener を登録しています。"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3154940\n"
-"41\n"
"help.text"
msgid "oLib = BasicLibraries.Library1 ' Library1 must exist!"
msgstr "oLib = BasicLibraries.Library1 ' Library1 の存在が必要"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3150359\n"
-"40\n"
"help.text"
msgid "oLib.addContainerListener( oListener ) ' Register the listener"
msgstr "oLib.addContainerListener( oListener ) ' リスナーの登録"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3154138\n"
-"39\n"
"help.text"
msgid "The Listener is now registered. When an event occurs, the corresponding Listener calls the appropriate method from the com.sun.star.container.XContainerListener Interface."
msgstr "これで Listener が登録されます。イベントが発生すると、該当する Listener が com.sun.star.container.XContainerListener Interface から呼び出されます。"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3148922\n"
-"38\n"
"help.text"
msgid "The prefix calls registered Listeners from Basic-subroutines. The Basic run-time system searches for Basic-subroutines or functions that have the name \"PrefixListenerMethode\" and calls them when found. Otherwise, a run-time error occurs."
msgstr "プレフィックスは、登録した Listener を Basic サブルーチンから呼び出します。Basic の実行時システムは、「PrefixListenerMethod」という名前の Basic サブルーチンや関数を検索して、該当するものを発見した段階でこれらを呼び出します。該当するものが存在しないと、実行時エラーが発生します。"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3150768\n"
-"37\n"
"help.text"
msgid "In this example, the Listener-Interface uses the following methods:"
msgstr "ここでの例では、Listener-Interface は下記のメソッドを利用しています。"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3151176\n"
-"36\n"
"help.text"
msgid "disposing:"
msgstr "disposing:"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3145173\n"
-"35\n"
"help.text"
msgid "Listener base interface (com.sun.star.lang.XEventListener): base interface for all Listener Interfaces"
msgstr "リスナーのベースインタフェース (com.sun.star.lang.XEventListener):すべての Listener Interface のベースインタフェース"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3156212\n"
-"34\n"
"help.text"
msgid "elementInserted:"
msgstr "elementInserted:"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3159254\n"
-"33\n"
"help.text"
msgid "Method of the com.sun.star.container.XContainerListener interface"
msgstr "com.sun.star.container.XContainerListener インタフェースのメソッド"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3147287\n"
-"32\n"
"help.text"
msgid "elementRemoved:"
msgstr "elementRemoved:"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3146119\n"
-"31\n"
"help.text"
msgid "Method of the com.sun.star.container.XContainerListener interface"
msgstr "com.sun.star.container.XContainerListener インタフェースのメソッド"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3153951\n"
-"30\n"
"help.text"
msgid "elementReplaced:"
msgstr "elementReplaced:"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3154013\n"
-"29\n"
"help.text"
msgid "Method of the com.sun.star.container.XContainerListener interface"
msgstr "com.sun.star.container.XContainerListener インタフェースのメソッド"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3147435\n"
-"28\n"
"help.text"
msgid "In this example, the prefix is ContListener_. The following subroutines must therefore be implemented in Basic:"
msgstr "ここでの例では、プレフィックスを ContListener_ としています。このため下記のサブルーチン群を Basic に実装しておく必要があります。"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3155411\n"
-"27\n"
"help.text"
msgid "ContListener_disposing"
msgstr "ContListener_disposing"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3146923\n"
-"26\n"
"help.text"
msgid "ContListener_elementInserted"
msgstr "ContListener_elementInserted"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3147318\n"
-"25\n"
"help.text"
msgid "ContListener_elementRemoved"
msgstr "ContListener_elementRemoved"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3152578\n"
-"24\n"
"help.text"
msgid "ContListener_elementReplaced"
msgstr "ContListener_elementReplaced"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3150592\n"
-"23\n"
"help.text"
msgid "An event structure type that contains information about an event exists for every Listener type. When a Listener method is called, an instance of this event is passed to the method as a parameter. Basic Listener methods can also call these event objects, so long as the appropriate parameter is passed in the Sub declaration. For example:"
msgstr "Listener の種類ごとに、イベント情報を格納するイベント構造型が存在します。Listener メソッドが呼び出されると、このイベントのインスタンスがメソッドにパラメーターとして渡されます。Basic の Listener メソッドは、該当するパラメーターが Sub 宣言部で渡される限り、これらのイベントオブジェクトを呼び出すこともできます。たとえば、"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3153876\n"
-"21\n"
"help.text"
msgid "MsgBox \"disposing\""
msgstr "MsgBox \"disposing\""
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3154098\n"
-"17\n"
"help.text"
msgid "MsgBox \"elementInserted\""
msgstr "MsgBox \"elementInserted\""
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3153947\n"
-"13\n"
"help.text"
msgid "MsgBox \"elementRemoved\""
msgstr "MsgBox \"elementRemoved\""
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3148915\n"
-"9\n"
"help.text"
msgid "MsgBox \"elementReplaced\""
msgstr "MsgBox \"elementReplaced\""
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3156056\n"
-"6\n"
"help.text"
msgid "You do not need to include the parameter of an event object if the object is not used:"
msgstr "使用しないオブジェクトについては、イベントオブジェクトのパラメーターを省略できます。"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3150042\n"
-"5\n"
"help.text"
msgid "' Minimal implementation of Sub disposing"
msgstr "' disposing 用 Sub の最小構成"
#: 03132000.xhp
+#, fuzzy
msgctxt ""
"03132000.xhp\n"
"par_id3150940\n"
-"2\n"
"help.text"
msgid "Listener methods must <emph>always</emph> be implemented to avoid Basic run-time errors."
msgstr "Basic の実行時エラーを回避するため、Listener メソッドは <emph>常に</emph> 実装しておく必要があります。"
@@ -36597,81 +36588,82 @@ msgid "ThisComponent Statement [Runtime]"
msgstr "ThisComponent ステートメント[実行時]"
#: 03132200.xhp
+#, fuzzy
msgctxt ""
"03132200.xhp\n"
"bm_id3155342\n"
"help.text"
-msgid "<bookmark_value>ThisComponent property</bookmark_value><bookmark_value>components;addressing</bookmark_value>"
+msgid "<bookmark_value>ThisComponent property</bookmark_value> <bookmark_value>components;addressing</bookmark_value>"
msgstr "<bookmark_value>ThisComponent 属性</bookmark_value><bookmark_value>コンポーネント;アドレス指定</bookmark_value>"
#: 03132200.xhp
+#, fuzzy
msgctxt ""
"03132200.xhp\n"
"hd_id3155342\n"
-"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent [Runtime]\">ThisComponent [Runtime]</link>"
msgstr "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent [Runtime]\">ThisComponent [実行時]</link>"
#: 03132200.xhp
+#, fuzzy
msgctxt ""
"03132200.xhp\n"
"par_id3154923\n"
-"2\n"
"help.text"
msgid "Addresses the active component so that its properties can be read and set. ThisComponent is used from document Basic, where it represents the document the Basic belongs to. The type of object accessed by ThisComponent depends on the document type."
msgstr "属性の読み取りおよび設定ができるように、アクティブなコンポーネントのアドレスを指定します。 ThisComponent は、Basic が属するドキュメントを表すドキュメント Basic から使用します。 ThisComponent がアクセスするオブジェクトの種類は、ドキュメントの種類によって異なります。"
#: 03132200.xhp
+#, fuzzy
msgctxt ""
"03132200.xhp\n"
"hd_id3154346\n"
-"3\n"
"help.text"
msgid "Syntax:"
msgstr "構文:"
#: 03132200.xhp
+#, fuzzy
msgctxt ""
"03132200.xhp\n"
"par_id3151056\n"
-"4\n"
"help.text"
msgid "ThisComponent"
msgstr "ThisComponent"
#: 03132200.xhp
+#, fuzzy
msgctxt ""
"03132200.xhp\n"
"hd_id3154940\n"
-"5\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 03132200.xhp
+#, fuzzy
msgctxt ""
"03132200.xhp\n"
"par_id3154123\n"
-"7\n"
"help.text"
msgid "' updates the \"Table of Contents\" in a text doc"
msgstr "REM 文章ドキュメント上の「目次」の更新"
#: 03132200.xhp
+#, fuzzy
msgctxt ""
"03132200.xhp\n"
"par_id3153194\n"
-"10\n"
"help.text"
msgid "index = allindexes.getByName(\"Table of Contents1\")"
msgstr "index = allindexes.getByName(\"目次1\")"
#: 03132200.xhp
+#, fuzzy
msgctxt ""
"03132200.xhp\n"
"par_id3156422\n"
-"11\n"
"help.text"
msgid "' use the default name for Table of Contents and a 1"
msgstr "REM 目次のデフォルト名を使用"
diff --git a/source/ja/helpcontent2/source/text/scalc.po b/source/ja/helpcontent2/source/text/scalc.po
index c6b01c9dbe9..0ecf6c95e0d 100644
--- a/source/ja/helpcontent2/source/text/scalc.po
+++ b/source/ja/helpcontent2/source/text/scalc.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-11-10 19:33+0100\n"
-"PO-Revision-Date: 2015-12-23 12:49+0000\n"
-"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2016-02-28 07:45+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: 1450874960.000000\n"
+"X-POOTLE-MTIME: 1456645545.000000\n"
#: main0000.xhp
msgctxt ""
@@ -209,11 +209,12 @@ msgid "<ahelp hid=\".\">Displays the normal layout view of the sheet.</ahelp>"
msgstr "<ahelp hid=\".\">シートの標準ビューを表示します。</ahelp>"
#: main0103.xhp
+#, fuzzy
msgctxt ""
"main0103.xhp\n"
"hd_id102720151109097115\n"
"help.text"
-msgid "<link href=\"text/shared/01/03100000.xhp\">Page Break</link>"
+msgid "<link href=\"text/scalc/01/03100000.xhp\">Page Break</link>"
msgstr "<link href=\"text/shared/01/03100000.xhp\">改ページ</link>"
#: main0103.xhp
@@ -668,12 +669,31 @@ msgid "<ahelp hid=\".\">This menu contains commands to modify and manage a sheet
msgstr ""
#: main0116.xhp
+#, fuzzy
+msgctxt ""
+"main0116.xhp\n"
+"par_id0906201507414191\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04030000.xhp\" name=\"Insert Rows\">Insert Rows</link>"
+msgstr "<link href=\"text/scalc/01/06050000.xhp\" name=\"シナリオ...\">シナリオ...</link>"
+
+#: main0116.xhp
+#, fuzzy
+msgctxt ""
+"main0116.xhp\n"
+"par_id0906201507414192\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04040000.xhp\" name=\"Insert Columns\">Insert Columns</link>"
+msgstr "<link href=\"text/scalc/01/02150000.xhp\" name=\"内容の削除...\">内容の削除...</link>"
+
+#: main0116.xhp
+#, fuzzy
msgctxt ""
"main0116.xhp\n"
"hd_id3150792\n"
"help.text"
msgid "<link href=\"text/scalc/01/02180000.xhp\" name=\"Move/Copy\">Move or Copy Sheet</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/02160000.xhp\" name=\"セルの削除...\">セルの削除...</link>"
#: main0116.xhp
#, fuzzy
@@ -681,7 +701,7 @@ msgctxt ""
"main0116.xhp\n"
"hd_id3153968\n"
"help.text"
-msgid "<link href=\"text/scalc/01/02210000.xhp\" name=\"Select\">Show Sheet</link>"
+msgid "<link href=\"text/scalc/01/05050300.xhp\" name=\"Show\">Show Sheet</link>"
msgstr "<link href=\"text/scalc/01/04050000.xhp\" name=\"シート...\">シート...</link>"
#: main0116.xhp
@@ -694,6 +714,14 @@ msgid "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Delete Sheet</l
msgstr "<link href=\"text/scalc/01/02160000.xhp\" name=\"セルの削除...\">セルの削除...</link>"
#: main0116.xhp
+msgctxt ""
+"main0116.xhp\n"
+"hd_id3163735308\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#: main0116.xhp
#, fuzzy
msgctxt ""
"main0116.xhp\n"
@@ -1254,11 +1282,12 @@ msgid "Full Screen"
msgstr "フルスクリーン"
#: main0210.xhp
+#, fuzzy
msgctxt ""
"main0210.xhp\n"
"par_id460828\n"
"help.text"
-msgid "Hides the menus and toolbars. To exit the full screen mode, click the <emph>Full Screen On/Off</emph> button."
+msgid "Hides the menus and toolbars. To exit the full screen mode, click the <emph>Full Screen</emph> button."
msgstr "メニューとツールバーを隠します。フルスクリーンモードを解除するには、<emph>フルスクリーン On/Off</emph>ボタンをクリックします。"
#: main0210.xhp
diff --git a/source/ja/helpcontent2/source/text/scalc/00.po b/source/ja/helpcontent2/source/text/scalc/00.po
index 01039267090..c73a95105e6 100644
--- a/source/ja/helpcontent2/source/text/scalc/00.po
+++ b/source/ja/helpcontent2/source/text/scalc/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-11-10 19:33+0100\n"
-"PO-Revision-Date: 2015-11-02 01:33+0000\n"
-"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2016-01-14 08:34+0000\n"
+"Last-Translator: naoki.iwakami <naoki.iwakami@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: 1446427984.000000\n"
+"X-POOTLE-MTIME: 1452760491.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -156,12 +156,13 @@ msgid "<variable id=\"bausreihe\">Choose <emph>Sheet - Fill Cells - Series</emph
msgstr "<variable id=\"bausreihe\">メニュー <emph>編集 → 連続データ → 連続データの作成...</emph> を選択します。</variable>"
#: 00000402.xhp
+#, fuzzy
msgctxt ""
"00000402.xhp\n"
"par_id3154123\n"
"help.text"
msgid "Choose <emph>Sheet - Clear Cells</emph>"
-msgstr ""
+msgstr "メニュー <emph>編集 → 内容の削除...</emph> を選択します。"
#: 00000402.xhp
#, fuzzy
@@ -200,12 +201,13 @@ msgid "Open context menu for a sheet tab"
msgstr "シート見出しのコンテキストメニューを開きます。"
#: 00000402.xhp
+#, fuzzy
msgctxt ""
"00000402.xhp\n"
"par_id3146119\n"
"help.text"
msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>"
-msgstr ""
+msgstr "メニュー <emph>編集 → 内容の削除...</emph> を選択します。"
#: 00000402.xhp
#, fuzzy
@@ -445,24 +447,6 @@ msgstr "列の挿入"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
-"par_id3148485\n"
-"11\n"
-"help.text"
-msgid "<variable id=\"eizei\">Choose <emph>Insert - Rows</emph></variable>"
-msgstr "<variable id=\"eizei\">メニュー <emph>挿入 → 行</emph> を選択します。</variable>"
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3153200\n"
-"12\n"
-"help.text"
-msgid "<variable id=\"eispa\">Choose <emph>Insert - Columns</emph></variable>"
-msgstr "<variable id=\"eispa\">メニュー <emph>挿入 → 列</emph> を選択します。</variable>"
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
"par_id3149033\n"
"13\n"
"help.text"
@@ -1408,21 +1392,21 @@ msgid "<variable id=\"dnfspz\">Choose <emph>Data - Filter - Advanced Filter</emp
msgstr "<variable id=\"dnfspz\">メニュー <emph>データ → フィルター → 特殊フィルター...</emph> を選択します。</variable>"
#: 00000412.xhp
+#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3153764\n"
-"18\n"
"help.text"
-msgid "Choose <emph>Data - Filter - Standard Filter - More>></emph> button"
+msgid "Choose <emph>Data - Filter - Standard Filter - Options</emph> label"
msgstr "<emph>データ - フィルター - 標準フィルター - 詳細>></emph>ボタンを選択します"
#: 00000412.xhp
+#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3155444\n"
-"19\n"
"help.text"
-msgid "Choose <emph>Data - Filter - Advanced Filter - More>></emph> button"
+msgid "Choose <emph>Data - Filter - Advanced Filter - Options</emph> label"
msgstr "<emph>データ - フィルター - 特殊フィルター - 詳細>></emph>ボタンを選択します"
#: 00000412.xhp
@@ -1701,39 +1685,43 @@ msgid "<variable id=\"dndtpt\">Choose <emph>Data - Pivot Table</emph></variable>
msgstr "<variable id=\"dndtpt\">メニュー <emph>データ → ピボットテーブル</emph>を選択します。</variable>"
#: 00000412.xhp
+#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3154625\n"
"43\n"
"help.text"
-msgid "<variable id=\"dndpa\">Choose <emph>Data - Pivot Table - Create</emph></variable>"
-msgstr "<variable id=\"dndpa\">メニュー <emph>データ → ピボットテーブル → 作成</emph>を選択します。</variable>"
+msgid "<variable id=\"dndpa\">Choose <emph>Insert - Pivot Table</emph></variable>"
+msgstr "<variable id=\"dndtpt\">メニュー <emph>データ → ピボットテーブル</emph>を選択します。</variable>"
#: 00000412.xhp
+#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3147558\n"
"53\n"
"help.text"
-msgid "<variable id=\"dndq\">Choose <emph>Data - Pivot Table - Create</emph>, in the Select Source dialog choose the option <emph>Data source registered in $[officename]</emph>.</variable>"
+msgid "<variable id=\"dndq\">Choose <emph>Insert - Pivot Table</emph>, in the Select Source dialog choose the option <emph>Data source registered in $[officename]</emph>.</variable>"
msgstr "<variable id=\"dndq\">メニュー <emph>データ → ピボットテーブル → 作成</emph> を選択します。 「ソースの選択」ダイアログでオプション「<emph>$[officename] に登録したデータソース</emph>」を選択します。</variable>"
#: 00000412.xhp
+#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3153297\n"
"50\n"
"help.text"
-msgid "Choose <emph>Data - Pivot Table - Create</emph>, in the Select Source dialog choose the option <emph>Current selection</emph>."
+msgid "Choose <emph>Insert - Pivot Table</emph>, in the Select Source dialog choose the option <emph>Current selection</emph>."
msgstr "メニュー <emph>データ → ピボットテーブル → 作成</emph> を選択します。「ソースの選択」ダイアログで「<emph>現在の選択範囲</emph>」を選択します。"
#: 00000412.xhp
+#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3145118\n"
"54\n"
"help.text"
-msgid "Choose <emph>Data - Pivot Table - Create</emph>, in the Select Source dialog choose the option <emph>Data source registered in $[officename]</emph>, click <emph>OK</emph> to see <emph>Select Data Source</emph> dialog."
+msgid "Choose <emph>Insert - Pivot Table</emph>, in the Select Source dialog choose the option <emph>Data source registered in $[officename]</emph>, click <emph>OK</emph> to see <emph>Select Data Source</emph> dialog."
msgstr "メニュー <emph>データ → ピボットテーブル → 作成</emph>を選択します。ソースの選択ダイアログで、<emph>$[officename] に登録したデータソース</emph>を選択し、<emph>OK</emph> をクリックすると、<emph>データソースの選択</emph>ダイアログが表示されます。"
#: 00000412.xhp
@@ -1770,3 +1758,51 @@ msgctxt ""
"help.text"
msgid "<variable id=\"grouping\">Choose <emph>Data - Group and Outline - Group</emph></variable>"
msgstr "<variable id=\"grouping\"><emph>データ → グループ化およびアウトライン → グループ化</emph></variable> を選択します。"
+
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Menu"
+msgstr ""
+
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"hd_id160220162108024368\n"
+"help.text"
+msgid "Sheet Menu"
+msgstr ""
+
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id160220162106567373\n"
+"help.text"
+msgid "<variable id=\"insert_rows_above\">Choose <emph>Sheet - Insert Rows - Rows Above</emph> </variable>"
+msgstr ""
+
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id160220162109048207\n"
+"help.text"
+msgid "<variable id=\"insert_rows_below\">Choose <emph>Sheet - Insert Rows - Rows Below</emph></variable>"
+msgstr ""
+
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id160220162107055028\n"
+"help.text"
+msgid "<variable id=\"insert_columns_left\">Choose <emph>Sheet - Insert Columns - Columns Left</emph></variable>"
+msgstr ""
+
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id160220162109126013\n"
+"help.text"
+msgid "<variable id=\"insert_columns_right\">Choose <emph>Sheet - Insert Columns - Columns Right</emph></variable>"
+msgstr ""
diff --git a/source/ja/helpcontent2/source/text/scalc/01.po b/source/ja/helpcontent2/source/text/scalc/01.po
index ee9c75ad914..6ba4a8608d7 100644
--- a/source/ja/helpcontent2/source/text/scalc/01.po
+++ b/source/ja/helpcontent2/source/text/scalc/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: 2016-01-12 13:40+0100\n"
-"PO-Revision-Date: 2016-01-10 08:20+0000\n"
-"Last-Translator: junichi matsukawa <jr4air@kagaku.xii.jp>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2016-02-15 01:11+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: 1452414014.000000\n"
+"X-POOTLE-MTIME: 1455498693.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -1468,12 +1468,13 @@ msgid "AutoFill"
msgstr "オートコンプリート"
#: 02140600.xhp
+#, fuzzy
msgctxt ""
"02140600.xhp\n"
"par_id3156288\n"
"23\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/filldlg/autofill\">Forms a series directly in the sheet.</ahelp> The AutoFill function takes account of customized lists. For example, by entering <emph>January</emph> in the first cell, the series is completed using the list defined under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph>."
+msgid "<ahelp hid=\"modules/scalc/ui/filldlg/autofill\">Forms a series directly in the sheet.</ahelp> The AutoFill function takes account of customized lists. For example, by entering <emph>January</emph> in the first cell, the series is completed using the list defined under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Sort Lists</emph>."
msgstr "<ahelp hid=\"modules/scalc/ui/filldlg/autofill\">シートに連続データを直接作成します。</ahelp>オートコンプリート機能はカスタマイズされたリストを考慮します。例として <emph>January</emph> を先頭のセルに入力します。連続データは <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 順序リスト</emph> で定義されたリストを使用して完成します。"
#: 02140600.xhp
@@ -2026,14 +2027,6 @@ msgctxt ""
msgid "Number of decimal places of the numbers generated."
msgstr "生成された数値の小数点以下の桁数"
-#: 02140700.xhp
-msgctxt ""
-"02140700.xhp\n"
-"par_id230820141705438801\n"
-"help.text"
-msgid "For more information on the distributions, see the Wikipedia"
-msgstr "分布関数の情報をさらに得るには、ウィキペディアを見て下さい。"
-
#: 02150000.xhp
msgctxt ""
"02150000.xhp\n"
@@ -2796,7 +2789,7 @@ msgctxt ""
"03070000.xhp\n"
"par_id3156441\n"
"help.text"
-msgid "You can also set the view of the column and row headers in <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><emph> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link></emph>."
+msgid "You can also set the view of the column and row headers in <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"Spreadsheet - View\"><emph>%PRODUCTNAME Calc - View</emph></link>."
msgstr "行と列のヘッダーの表示は <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01060100.xhp\" name=\"表計算ドキュメント → 表示\">%PRODUCTNAME Calc → 表示</link></emph> からも設定できます。"
#: 03080000.xhp
@@ -3239,68 +3232,132 @@ msgctxt ""
"04030000.xhp\n"
"tit\n"
"help.text"
-msgid "Rows"
-msgstr "行"
+msgid "Insert Rows"
+msgstr ""
#: 04030000.xhp
+#, fuzzy
msgctxt ""
"04030000.xhp\n"
"bm_id3150541\n"
"help.text"
-msgid "<bookmark_value>spreadsheets; inserting rows</bookmark_value><bookmark_value>rows; inserting</bookmark_value><bookmark_value>inserting; rows</bookmark_value>"
+msgid "<bookmark_value>spreadsheets; inserting rows</bookmark_value> <bookmark_value>rows; inserting</bookmark_value> <bookmark_value>inserting; rows</bookmark_value>"
msgstr "<bookmark_value>表計算ドキュメント; 行を挿入する</bookmark_value><bookmark_value>行; 挿入する</bookmark_value><bookmark_value>挿入; 行</bookmark_value>"
#: 04030000.xhp
+#, fuzzy
msgctxt ""
"04030000.xhp\n"
"hd_id3150541\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/scalc/01/04030000.xhp\" name=\"Rows\">Rows</link>"
-msgstr "<link href=\"text/scalc/01/04030000.xhp\" name=\"行\">行</link>"
+msgid "<link href=\"text/scalc/01/04030000.xhp\" name=\"Insert Rows\">Insert Rows</link>"
+msgstr "<link href=\"text/scalc/01/04070200.xhp\" name=\"挿入...\">挿入...</link>"
+
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id160220162210581072\n"
+"help.text"
+msgid "<variable id=\"sheet_insert_rows\">Insert rows above or below the active cell.</variable> The number of rows inserted corresponds to the number of rows selected. If no row is selected, one row is inserted. The existing rows are moved downward."
+msgstr ""
+
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id160220162131439740\n"
+"help.text"
+msgid "Rows Above"
+msgstr ""
#: 04030000.xhp
msgctxt ""
"04030000.xhp\n"
"par_id3150767\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\".uno:InsertRows\" visibility=\"visible\">Inserts a new row above the active cell.</ahelp> The number of rows inserted correspond to the number of rows selected. The existing rows are moved downward."
-msgstr "<ahelp hid=\".uno:InsertRows\" visibility=\"visible\">現在のセルの上に新しい行を挿入します。</ahelp>選択している行数と同じ数の行が挿入されます。既存の行は下に移動します。"
+msgid "<ahelp hid=\".uno:InsertRowsBefore\">Inserts a new row above the active cell.</ahelp>"
+msgstr ""
+
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"hd_id160220162133372726\n"
+"help.text"
+msgid "Rows Below"
+msgstr ""
+
+#: 04030000.xhp
+msgctxt ""
+"04030000.xhp\n"
+"par_id3150768\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertRowsAfter\">Inserts a new row below the active cell.</ahelp>"
+msgstr ""
#: 04040000.xhp
msgctxt ""
"04040000.xhp\n"
"tit\n"
"help.text"
-msgid "Columns"
-msgstr "列"
+msgid "Insert Columns"
+msgstr ""
#: 04040000.xhp
+#, fuzzy
msgctxt ""
"04040000.xhp\n"
"bm_id3155628\n"
"help.text"
-msgid "<bookmark_value>spreadsheets; inserting columns</bookmark_value><bookmark_value>inserting; columns</bookmark_value><bookmark_value>columns; inserting</bookmark_value>"
+msgid "<bookmark_value>spreadsheets; inserting columns</bookmark_value> <bookmark_value>inserting; columns</bookmark_value> <bookmark_value>columns; inserting</bookmark_value>"
msgstr "<bookmark_value>表計算ドキュメント; 列を挿入する</bookmark_value><bookmark_value>挿入; 列</bookmark_value><bookmark_value>列; 挿入する</bookmark_value>"
#: 04040000.xhp
+#, fuzzy
msgctxt ""
"04040000.xhp\n"
"hd_id3155628\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/scalc/01/04040000.xhp\" name=\"Columns\">Columns</link>"
+msgid "<link href=\"text/scalc/01/04040000.xhp\" name=\"Insert Columns\">Insert Columns</link>"
msgstr "<link href=\"text/scalc/01/04040000.xhp\" name=\"列\">列</link>"
#: 04040000.xhp
msgctxt ""
"04040000.xhp\n"
+"par_id160220162214111932\n"
+"help.text"
+msgid "<variable id=\"sheet_insert_columns\">Inserts columns to the left or to the right of the active cell.</variable> The number of columns inserted corresponds to the number of columns selected. If no column is selected, one column is inserted. The existing columns are moved to the right."
+msgstr ""
+
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id160220162139258865\n"
+"help.text"
+msgid "Columns Left"
+msgstr ""
+
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
"par_id3150791\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\".uno:InsertColumns\">Inserts a new column to the left of the active cell.</ahelp> The number of columns inserted corresponds to the number of columns selected. The existing columns are moved to the right."
-msgstr "<ahelp hid=\".uno:InsertColumns\">現在のセルの左側に新しい列を挿入します。</ahelp>新しい列は選択した列の数だけ挿入されます。既存の列は右に移動します。"
+msgid "<ahelp hid=\".uno:InsertColumnsBefore\">Inserts a new column to the left of the active cell.</ahelp>"
+msgstr ""
+
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id160220162139252941\n"
+"help.text"
+msgid "Columns Right"
+msgstr ""
+
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"par_id160220162138041164\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertColumnsAfter\">Inserts a new column to the right of the active cell.</ahelp>"
+msgstr ""
#: 04050000.xhp
msgctxt ""
@@ -4592,13 +4649,14 @@ msgid "7"
msgstr "7"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3145826\n"
"46\n"
"help.text"
-msgid "<item type=\"input\">F</item><item type=\"input\">rank</item>"
-msgstr "<item type=\"input\">Frank</item>"
+msgid "<item type=\"input\">Frank</item>"
+msgstr "<item type=\"input\">学年</item>"
#: 04060101.xhp
msgctxt ""
@@ -4619,22 +4677,24 @@ msgid "<item type=\"input\">7</item>"
msgstr "<item type=\"input\">7</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3148435\n"
"49\n"
"help.text"
-msgid "<item type=\"input\">3</item><item type=\"input\">00</item>"
-msgstr "<item type=\"input\">3</item><item type=\"input\">00</item>"
+msgid "<item type=\"input\">300</item>"
+msgstr "<item type=\"input\">300</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3148882\n"
"50\n"
"help.text"
-msgid "<item type=\"input\">4</item><item type=\"input\">2</item>"
-msgstr "<item type=\"input\">4</item><item type=\"input\">2</item>"
+msgid "<item type=\"input\">42</item>"
+msgstr "<item type=\"input\">42</item>"
#: 04060101.xhp
msgctxt ""
@@ -6087,11 +6147,12 @@ msgid "(used in Apple software)"
msgstr "(Apple ソフトウェアで使用される)"
#: 04060102.xhp
+#, fuzzy
msgctxt ""
"04060102.xhp\n"
"par_id791039\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph> to select the date base."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Calculate</emph> to select the date base."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 計算式</emph> で、日付ベースを選択します。"
#: 04060102.xhp
@@ -6111,12 +6172,13 @@ msgid "Two digits years"
msgstr "2 桁の年"
#: 04060102.xhp
+#, fuzzy
msgctxt ""
"04060102.xhp\n"
"par_id3149720\n"
"183\n"
"help.text"
-msgid "In <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General</emph> you find the area <emph>Year (two digits)</emph>. This sets the period for which two-digit information applies. Note that changes made here have an effect on some of the following functions."
+msgid "In <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - General</emph> you find the area <emph>Year (two digits)</emph>. This sets the period for which two-digit information applies. Note that changes made here have an effect on some of the following functions."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → 全般</emph> にある <emph>年(2桁)</emph> で、 2 桁の年を解釈する期間を設定します。この変更が以下の関数のいくつかに影響を及ぼすので注意してください。"
#: 04060102.xhp
@@ -6162,12 +6224,13 @@ msgid "Financial Functions Part One"
msgstr "財務関数 1"
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3149095\n"
"2\n"
"help.text"
-msgid "<variable id=\"finanztext\">This category contains the mathematical finance functions of <item type=\"productname\">%PRODUCTNAME</item> Calc. </variable>"
+msgid "<variable id=\"finanztext\">This category contains the mathematical finance functions of <item type=\"productname\">%PRODUCTNAME</item> Calc.</variable>"
msgstr "<variable id=\"finanztext\">ここには、<item type=\"productname\">%PRODUCTNAME</item> Calc の財務に関する関数があります。</variable>"
#: 04060103.xhp
@@ -6419,57 +6482,63 @@ msgid "ACCRINT(Issue; FirstInterest; Settlement; Rate; Par; Frequency; Basis)"
msgstr "ACCRINT(発行; 最初の利息支払日; 受領日; 利率; 額面; 利息支払回数; 基準)"
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3150519\n"
"339\n"
"help.text"
-msgid "<emph>Issue</emph> is the issue date of the security."
+msgid "<emph>Issue</emph> (required) is the issue date of the security."
msgstr "<emph>発行</emph> は、証券の発行日です。"
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3155376\n"
"340\n"
"help.text"
-msgid "<emph>FirstInterest</emph> is the first interest date of the security."
+msgid "<emph>FirstInterest</emph> (required) is the first interest date of the security."
msgstr "<emph>最初の利払日</emph> は、証券の利息が最初に支払われる日付です。"
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3166431\n"
"341\n"
"help.text"
-msgid "<emph>Settlement</emph> is the date at which the interest accrued up until then is to be calculated."
+msgid "<emph>Settlement</emph> (required) is the date at which the interest accrued up until then is to be calculated."
msgstr "<emph>受領日</emph> は、それまでの利息を計算する日付です。"
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3154486\n"
"342\n"
"help.text"
-msgid "<emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)"
+msgid "<emph>Rate</emph> (required) is the annual nominal rate of interest (coupon interest rate)"
msgstr "<emph>利率</emph> は、名目年利率 (利札利率) です"
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3156445\n"
"343\n"
"help.text"
-msgid "<emph>Par</emph> is the par value of the security."
+msgid "<emph>Par</emph> (optional) is the par value of the security."
msgstr "<emph>額面</emph> は、証券の額面金額です。"
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3149406\n"
"344\n"
"help.text"
-msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgid "<emph>Frequency</emph> (required) is the number of interest payments per year (1, 2 or 4)."
msgstr "<emph>利息支払回数</emph> は、年間の利息支払回数です。1、2、または 4 になります。"
#: 04060103.xhp
@@ -6544,39 +6613,43 @@ msgid "ACCRINTM(Issue; Settlement; Rate; Par; Basis)"
msgstr "ACCRINTM(発行; 受領日; 利率; 額面; 基準)"
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3144773\n"
"352\n"
"help.text"
-msgid "<emph>Issue</emph> is the issue date of the security."
+msgid "<emph>Issue</emph> (required) is the issue date of the security."
msgstr "<emph>発行</emph> は、証券の発行日です。"
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3154956\n"
"353\n"
"help.text"
-msgid "<emph>Settlement</emph> is the date at which the interest accrued up until then is to be calculated."
+msgid "<emph>Settlement</emph> (required) is the date at which the interest accrued up until then is to be calculated."
msgstr "<emph>受領日</emph> は、それまでの利息を計算する日付です。"
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3153972\n"
"354\n"
"help.text"
-msgid "<emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)."
+msgid "<emph>Rate</emph> (required) is the annual nominal rate of interest (coupon interest rate)."
msgstr "<emph>利率</emph> は、名目年利率 (利札利率) です。"
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3159204\n"
"355\n"
"help.text"
-msgid "<emph>Par</emph> is the par value of the security."
+msgid "<emph>Par</emph> (optional) is the par value of the security."
msgstr "<emph>額面</emph> は、証券の額面金額です。"
#: 04060103.xhp
@@ -8333,18 +8406,19 @@ msgid "Information Functions"
msgstr "情報関数"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3147247\n"
"help.text"
-msgid "<bookmark_value>information functions</bookmark_value><bookmark_value>Function Wizard; information</bookmark_value><bookmark_value>functions; information functions</bookmark_value>"
+msgid "<bookmark_value>information functions</bookmark_value> <bookmark_value>Function Wizard; information</bookmark_value> <bookmark_value>functions; information functions</bookmark_value>"
msgstr "<bookmark_value>情報関数</bookmark_value><bookmark_value>関数ウィザード; 情報</bookmark_value><bookmark_value>関数; 情報関数</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3147247\n"
-"1\n"
"help.text"
msgid "Information Functions"
msgstr "情報関数"
@@ -8354,16 +8428,15 @@ msgstr "情報関数"
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 "<variable id=\"statistiktext\">この分類項目には <emph>統計</emph> 関数が含まれています。</variable>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3159128\n"
-"3\n"
"help.text"
msgid "The data in the following table serves as the basis for some of the examples in the function descriptions:"
msgstr "いくつかの関数の説明では、次の表を例として使用します。"
@@ -8372,232 +8445,230 @@ msgstr "いくつかの関数の説明では、次の表を例として使用し
msgctxt ""
"04060104.xhp\n"
"par_id3146885\n"
-"4\n"
"help.text"
msgid "C"
-msgstr "C"
+msgstr ""
#: 04060104.xhp
msgctxt ""
"04060104.xhp\n"
"par_id3149944\n"
-"5\n"
"help.text"
msgid "D"
-msgstr "D"
+msgstr ""
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150457\n"
-"6\n"
"help.text"
msgid "<emph>2</emph>"
msgstr "<emph>2</emph>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150024\n"
-"7\n"
"help.text"
msgid "x <item type=\"input\">value</item>"
msgstr "X <item type=\"input\">値</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3148725\n"
-"8\n"
"help.text"
msgid "y <item type=\"input\">value</item>"
msgstr "y <item type=\"input\">値</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150480\n"
-"9\n"
"help.text"
msgid "<emph>3</emph>"
msgstr "<emph>3</emph>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3148440\n"
-"10\n"
"help.text"
msgid "<item type=\"input\">-5</item>"
msgstr "<item type=\"input\">-5</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3148888\n"
-"11\n"
"help.text"
msgid "<item type=\"input\">-3</item>"
msgstr "<item type=\"input\">-3</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153034\n"
-"12\n"
"help.text"
msgid "<emph>4</emph>"
msgstr "<emph>4</emph>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150139\n"
-"13\n"
"help.text"
msgid "<item type=\"input\">-2</item>"
msgstr "<item type=\"input\">-2</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3149542\n"
-"14\n"
"help.text"
msgid "<item type=\"input\">0</item>"
msgstr "<item type=\"input\">0</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3149188\n"
-"15\n"
"help.text"
msgid "<emph>5</emph>"
msgstr "<emph>5</emph>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153329\n"
-"16\n"
"help.text"
msgid "<item type=\"input\">-1</item>"
msgstr "<item type=\"input\">-1</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3155257\n"
-"17\n"
"help.text"
msgid "<item type=\"input\">1</item>"
msgstr "<item type=\"input\">1</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3145142\n"
-"18\n"
"help.text"
msgid "<emph>6</emph>"
msgstr "<emph>6</emph>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3149956\n"
-"19\n"
"help.text"
msgid "<item type=\"input\">0</item>"
msgstr "<item type=\"input\">0</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3145594\n"
-"20\n"
"help.text"
msgid "<item type=\"input\">3</item>"
msgstr "<item type=\"input\">3</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153113\n"
-"21\n"
"help.text"
msgid "<emph>7</emph>"
msgstr "<emph>7</emph>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3148573\n"
-"22\n"
"help.text"
msgid "<item type=\"input\">2</item>"
msgstr "<item type=\"input\">2</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3145166\n"
-"23\n"
"help.text"
msgid "<item type=\"input\">4</item>"
msgstr "<item type=\"input\">4</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3157998\n"
-"24\n"
"help.text"
msgid "<emph>8</emph>"
msgstr "<emph>8</emph>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150018\n"
-"25\n"
"help.text"
msgid "<item type=\"input\">4</item>"
msgstr "<item type=\"input\">4</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150129\n"
-"26\n"
"help.text"
msgid "<item type=\"input\">6</item>"
msgstr "<item type=\"input\">6</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3145245\n"
-"27\n"
"help.text"
msgid "<emph>9</emph>"
msgstr "<emph>9</emph>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3148389\n"
-"28\n"
"help.text"
msgid "<item type=\"input\">6</item>"
msgstr "<item type=\"input\">6</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3156068\n"
-"29\n"
"help.text"
msgid "<item type=\"input\">8</item>"
msgstr "<item type=\"input\">8</item>"
@@ -8787,46 +8858,46 @@ msgid "<bookmark_value>CURRENT function</bookmark_value>"
msgstr "<bookmark_value>CURRENT 関数</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3155625\n"
-"30\n"
"help.text"
msgid "CURRENT"
msgstr "CURRENT"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3157975\n"
-"31\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_AKTUELL\">This function returns the result to date of evaluating the formula of which it is a part (in other words the result as far as that evaluation has got). Its main use is together with the STYLE() function to apply selected styles to a cell depending on the cell contents.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_AKTUELL\">この関数は、この関数が一部となっている数式を評価する日付に対して、結果 (つまり、評価で取得した部分の結果) を返します。主に、セルの内容によって選択したスタイルをセルに適用する STYLE() 関数とともに使用されます。</ahelp>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3148880\n"
-"32\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150930\n"
-"33\n"
"help.text"
msgid "CURRENT()"
msgstr "CURRENT()"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3145629\n"
-"34\n"
"help.text"
msgid "Example"
msgstr "例"
@@ -8880,45 +8951,46 @@ msgid "The example returns choochoo."
msgstr "この例は、choochoo を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3150688\n"
"help.text"
-msgid "<bookmark_value>FORMULA function</bookmark_value><bookmark_value>formula cells;displaying formulas in other cells</bookmark_value><bookmark_value>displaying;formulas at any position</bookmark_value>"
+msgid "<bookmark_value>FORMULA function</bookmark_value> <bookmark_value>formula cells;displaying formulas in other cells</bookmark_value> <bookmark_value>displaying;formulas at any position</bookmark_value>"
msgstr "<bookmark_value>FORMULA 関数</bookmark_value><bookmark_value>数式が入ったセル;ほかのセルの数式を表示する</bookmark_value><bookmark_value>表示;任意の位置の数式</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3150688\n"
-"147\n"
"help.text"
msgid "FORMULA"
msgstr "FORMULA"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3158417\n"
-"148\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_FORMEL\">Displays the formula of a formula cell as a text string.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_FORMEL\">数式セルの数式を文字列として表示します。</ahelp>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3154954\n"
-"149\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3147535\n"
-"150\n"
"help.text"
msgid "FORMULA(Reference)"
msgstr "FORMULA(参照)"
@@ -8940,99 +9012,100 @@ msgid "An invalid reference or a reference to a cell with no formula results in
msgstr "無効な参照や数式のないセルへの参照の場合、エラー値「#N/A」が返されます。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3152820\n"
-"151\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153179\n"
-"152\n"
"help.text"
msgid "If cell A8 contains the formula <item type=\"input\">=SUM(1;2;3)</item> then"
msgstr "セル A8 が数式 <item type=\"input\">=SUM(1;2;3)</item> を含む場合は、次のようになります。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153923\n"
-"153\n"
"help.text"
msgid "<item type=\"input\">=FORMULA(A8)</item> returns the text =SUM(1;2;3)."
msgstr "<item type=\"input\">=FORMULA(A8)</item> は、テキスト =SUM(1;2;3) を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3155409\n"
"help.text"
-msgid "<bookmark_value>ISREF function</bookmark_value><bookmark_value>references;testing cell contents</bookmark_value><bookmark_value>cell contents;testing for references</bookmark_value>"
+msgid "<bookmark_value>ISREF function</bookmark_value> <bookmark_value>references;testing cell contents</bookmark_value> <bookmark_value>cell contents;testing for references</bookmark_value>"
msgstr "<bookmark_value>ISREF 関数</bookmark_value><bookmark_value>参照;セルの内容をテストする</bookmark_value><bookmark_value>セルの内容;参照であるかテストする</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3155409\n"
-"37\n"
"help.text"
msgid "ISREF"
msgstr "ISREF"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153723\n"
-"38\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ISTBEZUG\">Tests if the argument is a reference.</ahelp> Returns TRUE if the argument is a reference, returns FALSE otherwise. When given a reference this function does not examine the value being referenced."
msgstr "<ahelp hid=\"HID_FUNC_ISTBEZUG\">引数が参照であるかどうかをテストします。</ahelp> 引数が参照の場合は TRUE を返し、それ以外の場合は FALSE を返します。 参照が提供されている場合、この関数は参照される値を調べません。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3147175\n"
-"39\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3149821\n"
-"40\n"
"help.text"
msgid "ISREF(Value)"
msgstr "ISREF(値)"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3146152\n"
-"41\n"
"help.text"
msgid "<emph>Value</emph> is the value to be tested, to determine whether it is a reference."
msgstr "<emph>値</emph> は参照かどうかを検査する値です。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3083448\n"
-"42\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154317\n"
-"43\n"
"help.text"
msgid "<item type=\"input\">=ISREF(C5)</item> returns the result TRUE because C5 is a valid reference."
msgstr "C5 は有効な参照なので、<item type=\"input\">=ISREF(C5)</item> は結果 TRUE を返します。"
@@ -9070,72 +9143,73 @@ msgid "<item type=\"input\">=ISREF(ADDRESS(1; 1; 2;\"Sheet2\"))</item> returns F
msgstr "ADDRESS は参照のように見えますが、テキストを返す関数なので、<item type=\"input\">=ISREF(ADDRESS(1; 1; 2;\"Sheet2\"))</item> は FALSE を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3154812\n"
"help.text"
-msgid "<bookmark_value>ISERR function</bookmark_value><bookmark_value>error codes;controlling</bookmark_value>"
+msgid "<bookmark_value>ISERR function</bookmark_value> <bookmark_value>error codes;controlling</bookmark_value>"
msgstr "<bookmark_value>ISERR 関数</bookmark_value><bookmark_value>エラーコード;制御する</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3154812\n"
-"45\n"
"help.text"
msgid "ISERR"
msgstr "ISERR"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3149282\n"
-"46\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ISTFEHL\">Tests for error conditions, except the #N/A error value, and returns TRUE or FALSE.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ISTFEHL\">#N/A エラー値を除くエラー状態をテストし、TRUE または FALSE を返します。</ahelp>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3149450\n"
-"47\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3156312\n"
-"48\n"
"help.text"
msgid "ISERR(Value)"
msgstr "ISERR(値)"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3146857\n"
-"49\n"
"help.text"
msgid "<emph>Value</emph> is any value or expression which is tested to see whether an error value other than #N/A is present."
msgstr "<emph>値</emph> は #N/A 以外のエラー値があるかどうかをテストされる値または数式です。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3153212\n"
-"50\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153276\n"
-"51\n"
"help.text"
msgid "<item type=\"input\">=ISERR(C8)</item> where cell C8 contains <item type=\"input\">=1/0</item> returns TRUE, because 1/0 is an error."
msgstr "1/0 はエラーなので、セル C8 に <item type=\"input\">=1/0</item> が含まれる <item type=\"input\">=ISERR(C8)</item> は、TRUE を返します。"
@@ -9149,72 +9223,73 @@ msgid "<item type=\"input\">=ISERR(C9)</item> where cell C9 contains <item type=
msgstr "ISERR() は #N/A エラーを無視するので、セル C9 に <item type=\"input\">=NA()</item> が含まれる <item type=\"input\">=ISERROR(C9)</item> は、FALSE を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3147081\n"
"help.text"
-msgid "<bookmark_value>ISERROR function</bookmark_value><bookmark_value>recognizing;general errors</bookmark_value>"
+msgid "<bookmark_value>ISERROR function</bookmark_value> <bookmark_value>recognizing;general errors</bookmark_value>"
msgstr "<bookmark_value>ISERROR 関数</bookmark_value><bookmark_value>認識;一般的なエラー</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3147081\n"
-"53\n"
"help.text"
msgid "ISERROR"
msgstr "ISERROR"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3156316\n"
-"54\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ISTFEHLER\">Tests for error conditions, including the #N/A error value, and returns TRUE or FALSE.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ISTFEHLER\">#N/A エラー値を含むエラー状態をテストし、TRUE または FALSE を返します。</ahelp>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3147569\n"
-"55\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153155\n"
-"56\n"
"help.text"
msgid "ISERROR(Value)"
msgstr "ISERROR(値)"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154047\n"
-"57\n"
"help.text"
msgid "<emph>Value</emph> is or refers to the value to be tested. ISERROR() returns TRUE if there is an error and FALSE if not."
msgstr "<emph>値</emph> は、テストする値自体であるか、テストする値を参照します。ISERROR() は、エラーがある場合は TRUE、ない場合は FALSE を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3155994\n"
-"58\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150256\n"
-"59\n"
"help.text"
msgid "<item type=\"input\">=ISERROR(C8)</item> where cell C8 contains <item type=\"input\">=1/0</item> returns TRUE, because 1/0 is an error."
msgstr "1/0 はエラーなので、セル C8 に <item type=\"input\">=1/0</item> が含まれる <item type=\"input\">=ISERROR(C8)</item> は、TRUE を返します。"
@@ -9233,14 +9308,14 @@ msgctxt ""
"04060104.xhp\n"
"bm_id31470811\n"
"help.text"
-msgid "<bookmark_value>IFERROR function</bookmark_value><bookmark_value>testing;general errors</bookmark_value>"
+msgid "<bookmark_value>IFERROR function</bookmark_value> <bookmark_value>testing;general errors</bookmark_value>"
msgstr "<bookmark_value>ISERROR 関数</bookmark_value><bookmark_value>認識;一般的なエラー</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id31470811\n"
-"53\n"
"help.text"
msgid "IFERROR"
msgstr "IFERROR"
@@ -9249,16 +9324,15 @@ msgstr "IFERROR"
msgctxt ""
"04060104.xhp\n"
"par_id31563161\n"
-"54\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_IFERROR\">Returns the value if the cell does not contains an error value, or the alternative value if it does.</ahelp>"
msgstr ""
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id31475691\n"
-"55\n"
"help.text"
msgid "Syntax"
msgstr "構文"
@@ -9267,7 +9341,6 @@ msgstr "構文"
msgctxt ""
"04060104.xhp\n"
"par_id31531551\n"
-"56\n"
"help.text"
msgid "IFERROR(Value;Alternate_value)"
msgstr ""
@@ -9276,7 +9349,6 @@ msgstr ""
msgctxt ""
"04060104.xhp\n"
"par_id31540471\n"
-"57\n"
"help.text"
msgid "<emph>Value</emph> is the value or expression to be returned if it is not equal or results in an error."
msgstr ""
@@ -9285,16 +9357,15 @@ msgstr ""
msgctxt ""
"04060104.xhp\n"
"par_id31540472\n"
-"57\n"
"help.text"
msgid "<emph>Alternate_value</emph> is the value or expression to be returned if the expression or value of <emph>Value</emph> is equal or results in an error."
msgstr ""
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id31559941\n"
-"58\n"
"help.text"
msgid "Example"
msgstr "例"
@@ -9304,7 +9375,6 @@ msgstr "例"
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 "1/0 はエラーなので、セル C8 に <item type=\"input\">=1/0</item> が含まれる <item type=\"input\">=ISERROR(C8)</item> は、TRUE を返します。"
@@ -9319,72 +9389,73 @@ msgid "<item type=\"input\">=IFERROR(C8;C9)</item> where cell C8 contains <item
msgstr "1/0 はエラーなので、セル C8 に <item type=\"input\">=1/0</item> が含まれる <item type=\"input\">=ISERROR(C8)</item> は、TRUE を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3153618\n"
"help.text"
-msgid "<bookmark_value>ISFORMULA function</bookmark_value><bookmark_value>recognizing formula cells</bookmark_value><bookmark_value>formula cells;recognizing</bookmark_value>"
+msgid "<bookmark_value>ISFORMULA function</bookmark_value> <bookmark_value>recognizing formula cells</bookmark_value> <bookmark_value>formula cells;recognizing</bookmark_value>"
msgstr "<bookmark_value>ISFORMULA 関数</bookmark_value><bookmark_value>数式が入ったセルの認識</bookmark_value><bookmark_value>数式が入ったセル;認識する</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3153618\n"
-"61\n"
"help.text"
msgid "ISFORMULA"
msgstr "ISFORMULA"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3149138\n"
-"62\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ISTFORMEL\">Returns TRUE if a cell is a formula cell.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ISTFORMEL\">この関数は、セルに数式が含まれている場合に TRUE を返します。</ahelp>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3155100\n"
-"63\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3143230\n"
-"64\n"
"help.text"
msgid "ISFORMULA(Reference)"
msgstr "ISFORMULA(参照)"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150150\n"
-"65\n"
"help.text"
msgid "<emph>Reference</emph> indicates the reference to a cell in which a test will be performed to determine if it contains a formula."
msgstr "<emph>参照</emph> は、数式が含まれるかどうかを判断するためにテストが行われるセルへの参照を示します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3147491\n"
-"66\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3159182\n"
-"67\n"
"help.text"
msgid "<item type=\"input\">=ISFORMULA(C4)</item> returns FALSE if the cell C4 contains the number <item type=\"input\">5</item>."
msgstr "セル C4 が数字 <item type=\"input\">5</item> を含む場合、<item type=\"input\">=ISFORMULA(C4)</item> は FALSE を返します。"
@@ -9395,7 +9466,7 @@ msgctxt ""
"04060104.xhp\n"
"bm_id3156048\n"
"help.text"
-msgid "<bookmark_value>ISEVEN function</bookmark_value><bookmark_value>even integers</bookmark_value>"
+msgid "<bookmark_value>ISEVEN function</bookmark_value> <bookmark_value>even integers</bookmark_value>"
msgstr "<bookmark_value>ISEVEN 関数</bookmark_value><bookmark_value>偶数</bookmark_value>"
#: 04060104.xhp
@@ -9505,64 +9576,64 @@ msgid "<bookmark_value>ISEVEN_ADD function</bookmark_value>"
msgstr "<bookmark_value>ISEVEN_ADD 関数</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3149760\n"
-"229\n"
"help.text"
msgid "ISEVEN_ADD"
msgstr "ISEVEN_ADD"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3147253\n"
-"230\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_ISEVEN\">Tests for even numbers. Returns 1 if the number divided by 2 returns a whole number.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_ISEVEN\">偶数のテスト。2 で割った数字が整数を返す場合、1 を返します。</ahelp>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3152799\n"
-"231\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3149202\n"
-"232\n"
"help.text"
msgid "ISEVEN_ADD(Number)"
msgstr "ISEVEN_ADD(数値)"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3151168\n"
-"233\n"
"help.text"
msgid "<emph>Number</emph> is the number to be tested."
msgstr "<emph>数値</emph> は、評価する数字です。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3150115\n"
-"234\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153904\n"
-"235\n"
"help.text"
msgid "<item type=\"input\">=ISEVEN_ADD(5)</item> returns 0."
msgstr "<item type=\"input\">=ISEVEN_ADD(5)</item> は、0 を返します。"
@@ -9576,27 +9647,28 @@ msgid "<item type=\"input\">=ISEVEN_ADD(A1)</item> returns 1 if cell A1 contains
msgstr "セル A1 が数字 <item type=\"input\">2</item> を含む場合、<item type=\"input\">=ISEVEN_ADD(A1)</item> は 1 を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3154692\n"
"help.text"
-msgid "<bookmark_value>ISNONTEXT function</bookmark_value><bookmark_value>cell contents;no text</bookmark_value>"
+msgid "<bookmark_value>ISNONTEXT function</bookmark_value> <bookmark_value>cell contents;no text</bookmark_value>"
msgstr "<bookmark_value>ISNONTEXT 関数</bookmark_value><bookmark_value>セルの内容;テキストなし</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3154692\n"
-"68\n"
"help.text"
msgid "ISNONTEXT"
msgstr "ISNONTEXT"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3155330\n"
-"69\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ISTKTEXT\">Tests if the cell contents are text or numbers, and returns FALSE if the contents are text.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ISTKTEXT\">セルの内容がテキストまたは数値のどちらであるかを検査します。そして、セルの内容がテキストの場合に FALSE を返します。</ahelp>"
@@ -9610,152 +9682,154 @@ msgid "If an error occurs, the function returns TRUE."
msgstr "エラーが発生した場合、この関数は TRUE を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3154931\n"
-"70\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3148829\n"
-"71\n"
"help.text"
msgid "ISNONTEXT(Value)"
msgstr "ISNONTEXT(値)"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3146992\n"
-"72\n"
"help.text"
msgid "<emph>Value</emph> is any value or expression where a test is performed to determine whether it is a text or numbers or a Boolean value."
msgstr "<emph>値</emph> は、文字列または数値 (論理値) であるかどうかを検査する値または式です。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3150525\n"
-"73\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3149906\n"
-"74\n"
"help.text"
msgid "<item type=\"input\">=ISNONTEXT(D2)</item> returns FALSE if cell D2 contains the text <item type=\"input\">abcdef</item>."
msgstr "セル D2 がテキスト <item type=\"input\">abcdef</item> を含む場合、<item type=\"input\">=ISNONTEXT(D2</item> は FALSE を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150777\n"
-"75\n"
"help.text"
msgid "<item type=\"input\">=ISNONTEXT(D9)</item> returns TRUE if cell D9 contains the number <item type=\"input\">8</item>."
msgstr "セル D9 が数字 <item type=\"input\">8</item> を含む場合、<item type=\"input\">=ISNONTEXT(D9)</item> は TRUE を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3159148\n"
"help.text"
-msgid "<bookmark_value>ISBLANK function</bookmark_value><bookmark_value>blank cell contents</bookmark_value><bookmark_value>empty cells; recognizing</bookmark_value>"
+msgid "<bookmark_value>ISBLANK function</bookmark_value> <bookmark_value>blank cell contents</bookmark_value> <bookmark_value>empty cells; recognizing</bookmark_value>"
msgstr "<bookmark_value>ISBLANK 関数</bookmark_value><bookmark_value>空のセル内容</bookmark_value><bookmark_value>空のセル; 認識</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3159148\n"
-"77\n"
"help.text"
msgid "ISBLANK"
msgstr "ISBLANK"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3148800\n"
-"78\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ISTLEER\">Returns TRUE if the reference to a cell is blank.</ahelp> This function is used to determine if the content of a cell is empty. A cell with a formula inside is not empty."
msgstr "<ahelp hid=\"HID_FUNC_ISTLEER\">セルの内容が空の場合に TRUE を返します。</ahelp>この関数は、セルの内容が空であるかどうかを検査します。数式が入っているセルは空ではありません。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3159162\n"
-"79\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3158406\n"
-"80\n"
"help.text"
msgid "ISBLANK(Value)"
msgstr "ISBLANK(値)"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154212\n"
-"81\n"
"help.text"
msgid "<emph>Value</emph> is the content to be tested."
msgstr "<emph>値</emph> は、空であるかどうかを検査する値です。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3147508\n"
-"82\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3147234\n"
-"83\n"
"help.text"
msgid "<item type=\"input\">=ISBLANK(D2)</item> returns FALSE as a result."
msgstr "<item type=\"input\">=ISBLANK(D2)</item> は、結果として FALSE を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3155356\n"
"help.text"
-msgid "<bookmark_value>ISLOGICAL function</bookmark_value><bookmark_value>number formats;logical</bookmark_value><bookmark_value>logical number formats</bookmark_value>"
+msgid "<bookmark_value>ISLOGICAL function</bookmark_value> <bookmark_value>number formats;logical</bookmark_value> <bookmark_value>logical number formats</bookmark_value>"
msgstr "<bookmark_value>ISLOGICAL 関数</bookmark_value><bookmark_value>数値書式;論理</bookmark_value><bookmark_value>論理値書式</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3155356\n"
-"85\n"
"help.text"
msgid "ISLOGICAL"
msgstr "ISLOGICAL"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3148926\n"
-"86\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ISTLOG\">Tests for a logical value (TRUE or FALSE).</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ISTLOG\">TRUE または FALSE の論理値テストを行います。</ahelp>"
@@ -9769,46 +9843,46 @@ msgid "If an error occurs, the function returns FALSE."
msgstr "エラーが発生した場合、この関数は FALSE を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3149162\n"
-"87\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3148918\n"
-"88\n"
"help.text"
msgid "ISLOGICAL(Value)"
msgstr "ISLOGICAL(値)"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3146946\n"
-"89\n"
"help.text"
msgid "Returns TRUE if <emph>Value</emph> is a logical value (TRUE or FALSE), and returns FALSE otherwise."
msgstr "<emph>値</emph> が TRUE または FALSE の論理値の場合は TRUE、その他の場合は FALSE を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3150709\n"
-"90\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3166442\n"
-"91\n"
"help.text"
msgid "<item type=\"input\">=ISLOGICAL(99)</item> returns FALSE, because 99 is a number, not a logical value."
msgstr "99 は数字で論理値ではないので、<item type=\"input\">=ISLOGICAL(99)</item> は FALSE を返します。"
@@ -9822,27 +9896,28 @@ msgid "<item type=\"input\">=ISLOGICAL(ISNA(D4))</item> returns TRUE whatever th
msgstr "ISNA() は論理値を返すので、<item type=\"input\">=ISLOGICAL(ISNA(D4))</item> は、セル D4 の内容にかかわらず TRUE を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3153685\n"
"help.text"
-msgid "<bookmark_value>ISNA function</bookmark_value><bookmark_value>#N/A error;recognizing</bookmark_value>"
+msgid "<bookmark_value>ISNA function</bookmark_value> <bookmark_value>#N/A error;recognizing</bookmark_value>"
msgstr "<bookmark_value>ISNA 関数</bookmark_value><bookmark_value>#N/A エラー;認識する</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3153685\n"
-"93\n"
"help.text"
msgid "ISNA"
msgstr "ISNA"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3149105\n"
-"94\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ISTNV\">Returns TRUE if a cell contains the #N/A (value not available) error value.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ISTNV\">この関数は、セルにエラー値 #N/A (使用できない値) が含まれている場合に TRUE を返します。</ahelp>"
@@ -9856,46 +9931,46 @@ msgid "If an error occurs, the function returns FALSE."
msgstr "エラーが発生した場合、この関数は FALSE を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3152947\n"
-"95\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153748\n"
-"96\n"
"help.text"
msgid "ISNA(Value)"
msgstr "ISNA(値)"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3152884\n"
-"97\n"
"help.text"
msgid "<emph>Value</emph> is the value or expression to be tested."
msgstr "<emph>値</emph> は、検査する値または式です。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3149964\n"
-"98\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154852\n"
-"99\n"
"help.text"
msgid "<item type=\"input\">=ISNA(D3)</item> returns FALSE as a result."
msgstr "<item type=\"input\">=ISNA(D3)</item> は、結果として FALSE を返します。"
@@ -9906,14 +9981,14 @@ msgctxt ""
"04060104.xhp\n"
"bm_id31536851\n"
"help.text"
-msgid "<bookmark_value>IFNA function</bookmark_value><bookmark_value>#N/A error;testing</bookmark_value>"
+msgid "<bookmark_value>IFNA function</bookmark_value> <bookmark_value>#N/A error;testing</bookmark_value>"
msgstr "<bookmark_value>ISNA 関数</bookmark_value><bookmark_value>#N/A エラー;認識する</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id31536851\n"
-"93\n"
"help.text"
msgid "IFNA"
msgstr "IFNA"
@@ -9922,16 +9997,15 @@ msgstr "IFNA"
msgctxt ""
"04060104.xhp\n"
"par_id31491051\n"
-"94\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_IFNA\">Returns the value if the cell does not contains the #N/A (value not available) error value, or the alternative value if it does.</ahelp>"
msgstr ""
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id31529471\n"
-"95\n"
"help.text"
msgid "Syntax"
msgstr "構文"
@@ -9940,7 +10014,6 @@ msgstr "構文"
msgctxt ""
"04060104.xhp\n"
"par_id31537481\n"
-"96\n"
"help.text"
msgid "IFNA(Value;Alternate_value)"
msgstr ""
@@ -9949,7 +10022,6 @@ msgstr ""
msgctxt ""
"04060104.xhp\n"
"par_id31528841\n"
-"97\n"
"help.text"
msgid "<emph>Value</emph> is the value or expression to be returned if it is not equal or results in an #N/A error."
msgstr ""
@@ -9958,16 +10030,15 @@ msgstr ""
msgctxt ""
"04060104.xhp\n"
"par_id31528842\n"
-"97\n"
"help.text"
msgid "<emph>Alternate_value</emph> is the value or expression to be returned if the expression or value of <emph>Value</emph> is equal or results in an #N/A error."
msgstr ""
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id31499641\n"
-"98\n"
"help.text"
msgid "Example"
msgstr "例"
@@ -9976,33 +10047,33 @@ msgstr "例"
msgctxt ""
"04060104.xhp\n"
"par_id31548521\n"
-"99\n"
"help.text"
msgid "<item type=\"input\">=IFNA(D3;D4)</item> returns the value of D3 if D3 does not result in an #N/A error, or D4 if it does."
msgstr ""
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3149426\n"
"help.text"
-msgid "<bookmark_value>ISTEXT function</bookmark_value><bookmark_value>cell contents;text</bookmark_value>"
+msgid "<bookmark_value>ISTEXT function</bookmark_value> <bookmark_value>cell contents;text</bookmark_value>"
msgstr "<bookmark_value>ISTEXT 関数</bookmark_value><bookmark_value>セルの内容;テキスト</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3149426\n"
-"101\n"
"help.text"
msgid "ISTEXT"
msgstr "ISTEXT"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3145368\n"
-"102\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ISTTEXT\">Returns TRUE if the cell contents refer to text.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ISTTEXT\">セル内容がテキストの場合、TRUE が返ります。</ahelp>"
@@ -10016,55 +10087,55 @@ msgid "If an error occurs, the function returns FALSE."
msgstr "エラーが発生した場合、この関数は FALSE を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3154332\n"
-"103\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3148649\n"
-"104\n"
"help.text"
msgid "ISTEXT(Value)"
msgstr "ISTEXT(値)"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150417\n"
-"105\n"
"help.text"
msgid "<emph>Value</emph> is a value, number, Boolean value, or an error value to be tested."
msgstr "<emph>値</emph> は、文字列か数値かを検査する値です。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3149239\n"
-"106\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3144756\n"
-"107\n"
"help.text"
msgid "<item type=\"input\">=ISTEXT(D9)</item> returns TRUE if cell D9 contains the text <item type=\"input\">abcdef</item>."
msgstr "セル D9 がテキスト <item type=\"input\">abcdef</item> を含む場合、<item type=\"input\">=ISTEXT(D9)</item> は TRUE を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3148416\n"
-"108\n"
"help.text"
msgid "<item type=\"input\">=ISTEXT(C3)</item> returns FALSE if cell C3 contains the number <item type=\"input\">3</item>."
msgstr "セル C3 が数字 <item type=\"input\">3</item> を含む場合、<item type=\"input\">=ISTEXT(C3)</item> は FALSE を返します。"
@@ -10075,7 +10146,7 @@ msgctxt ""
"04060104.xhp\n"
"bm_id3156034\n"
"help.text"
-msgid "<bookmark_value>ISODD function</bookmark_value><bookmark_value>odd integers</bookmark_value>"
+msgid "<bookmark_value>ISODD function</bookmark_value> <bookmark_value>odd integers</bookmark_value>"
msgstr "<bookmark_value>ISODD 関数</bookmark_value><bookmark_value>奇数</bookmark_value>"
#: 04060104.xhp
@@ -10177,144 +10248,145 @@ msgid "<bookmark_value>ISODD_ADD function</bookmark_value>"
msgstr "<bookmark_value>ISODD_ADD 関数</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3153939\n"
-"236\n"
"help.text"
msgid "ISODD_ADD"
msgstr "ISODD_ADD"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153538\n"
-"237\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_ISODD\">Returns TRUE (1) if the number does not return a whole number when divided by 2.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_ISODD\">数値を 2 で割った結果が自然数にならない場合に 1 を返します。</ahelp>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3145601\n"
-"238\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3149485\n"
-"239\n"
"help.text"
msgid "ISODD_ADD(Number)"
msgstr "ISODD_ADD(数値)"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153315\n"
-"240\n"
"help.text"
msgid "<emph>Number</emph> is the number to be tested."
msgstr "<emph>数値</emph> は、評価する数字です。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3143274\n"
-"241\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154793\n"
-"242\n"
"help.text"
msgid "<item type=\"input\">=ISODD_ADD(5)</item> returns 1."
msgstr "<item type=\"input\">=ISODD_ADD(5)</item> は、1 を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3148688\n"
"help.text"
-msgid "<bookmark_value>ISNUMBER function</bookmark_value><bookmark_value>cell contents;numbers</bookmark_value>"
+msgid "<bookmark_value>ISNUMBER function</bookmark_value> <bookmark_value>cell contents;numbers</bookmark_value>"
msgstr "<bookmark_value>ISNUMBER 関数</bookmark_value><bookmark_value>セルの内容;数値</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3148688\n"
-"110\n"
"help.text"
msgid "ISNUMBER"
msgstr "ISNUMBER"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154618\n"
-"111\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ISTZAHL\">Returns TRUE if the value refers to a number.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ISTZAHL\" visibility=\"visible\">この関数は、検査値が数値の場合に TRUE を返します。</ahelp>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3152769\n"
-"112\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150595\n"
-"113\n"
"help.text"
msgid "ISNUMBER(Value)"
msgstr "ISNUMBER(値)"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150351\n"
-"114\n"
"help.text"
msgid "<emph>Value</emph> is any expression to be tested to determine whether it is a number or text."
msgstr "<emph>値</emph> は、数値またはテキストのどちらであるかを検査する値です。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3146793\n"
-"115\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3155614\n"
-"116\n"
"help.text"
msgid "<item type=\"input\">=ISNUMBER(C3)</item> returns TRUE if the cell C3 contains the number <item type=\"input\">4</item>."
msgstr "セル C3 が数字 <item type=\"input\">4</item> を含む場合、<item type=\"input\">=ISNUMBER(C3)</item> は TRUE を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154417\n"
-"117\n"
"help.text"
msgid "<item type=\"input\">=ISNUMBER(C2)</item> returns FALSE if the cell C2 contains the text <item type=\"input\">abcdef</item>."
msgstr "セル C2 がテキスト <item type=\"input\">abcdef</item> を含む場合、<item type=\"input\">=ISNUMBER(C2)</item> は FALSE を返します。"
@@ -10331,16 +10403,15 @@ msgstr "<bookmark_value>N 関数</bookmark_value>"
msgctxt ""
"04060104.xhp\n"
"hd_id3153694\n"
-"119\n"
"help.text"
msgid "N"
-msgstr "N"
+msgstr ""
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150405\n"
-"120\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_N\">Returns the numeric value of the given parameter. Returns 0 if parameter is text or FALSE.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_N\">与えられたパラメーターに対して数値を返します。パラメーターが文字列や不正な値である場合は0を返します。</ahelp>"
@@ -10354,46 +10425,46 @@ msgid "If an error occurs the function returns the error value."
msgstr "エラーが発生した場合、この関数はエラー値を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3145774\n"
-"121\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153883\n"
-"122\n"
"help.text"
msgid "N(Value)"
msgstr "N(値)"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3151101\n"
-"123\n"
"help.text"
msgid "<emph>Value</emph> is the parameter to be converted into a number. N() returns the numeric value if it can. It returns the logical values TRUE and FALSE as 1 and 0 respectively. It returns text as 0."
msgstr "<emph>値</emph>は数値に変換されるパラメータです。N()は変換可能な値であれば数値を返します。論理値TRUEとFALSEはそれぞれ1と0として返します。文字列は0が返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3147097\n"
-"124\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154117\n"
-"125\n"
"help.text"
msgid "<item type=\"input\">=N(123)</item> returns 123"
msgstr "<item type=\"input\">=N(123)</item> は、123 を返します。"
@@ -10407,19 +10478,19 @@ msgid "<item type=\"input\">=N(TRUE)</item> returns 1"
msgstr "<item type=\"input\">=N(TRUE)</item> は、1 を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153781\n"
-"126\n"
"help.text"
msgid "<item type=\"input\">=N(FALSE)</item> returns 0"
msgstr "<item type=\"input\">=N(FALSE)</item> は、0 を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154670\n"
-"243\n"
"help.text"
msgid "<item type=\"input\">=N(\"abc\")</item> returns 0"
msgstr "<item type=\"input\">=N(\"abc\")</item> は、0 を返します。"
@@ -10433,63 +10504,64 @@ msgid "=N(1/0) returns #DIV/0!"
msgstr "=N(1/0) は、#DIV/0! を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3156275\n"
"help.text"
-msgid "<bookmark_value>NA function</bookmark_value><bookmark_value>#N/A error;assigning to a cell</bookmark_value>"
+msgid "<bookmark_value>NA function</bookmark_value> <bookmark_value>#N/A error;assigning to a cell</bookmark_value>"
msgstr "<bookmark_value>NA 関数</bookmark_value><bookmark_value>#N/A エラー;セルに割り当てる</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3156275\n"
-"129\n"
"help.text"
msgid "NA"
msgstr "NA"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3156161\n"
-"130\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_NV\">Returns the error value #N/A.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_NV\">この関数は、セルにエラー値 #N/A を入力します。</ahelp>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3147532\n"
-"131\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3149563\n"
-"132\n"
"help.text"
msgid "NA()"
msgstr "NA()"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3155128\n"
-"133\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154481\n"
-"134\n"
"help.text"
msgid "<item type=\"input\">=NA()</item> converts the contents of the cell into #N/A."
msgstr "<item type=\"input\">=NA()</item> は。セルの内容を #N/A に変換します。"
@@ -10503,10 +10575,10 @@ msgid "<bookmark_value>TYPE function</bookmark_value>"
msgstr "<bookmark_value>TYPE 関数</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3151255\n"
-"136\n"
"help.text"
msgid "TYPE"
msgstr "TYPE"
@@ -10515,25 +10587,24 @@ msgstr "TYPE"
msgctxt ""
"04060104.xhp\n"
"par_id3155900\n"
-"137\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_TYP\">Returns the type of value, where 1 = number, 2 = text, 4 = Boolean value, 8 = formula, 16 = error value, 64 = array.</ahelp>"
msgstr ""
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3149992\n"
-"138\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3148400\n"
-"139\n"
"help.text"
msgid "TYPE(Value)"
msgstr "TYPE(値)"
@@ -10542,699 +10613,699 @@ msgstr "TYPE(値)"
msgctxt ""
"04060104.xhp\n"
"par_id3150830\n"
-"140\n"
"help.text"
msgid "<emph>Value</emph> is a specific value for which the data type is determined."
msgstr ""
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3154363\n"
-"141\n"
"help.text"
msgid "Example (see example table above)"
msgstr "例 (上の表を参照)"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153357\n"
-"142\n"
"help.text"
msgid "<item type=\"input\">=TYPE(C2)</item> returns 2 as a result."
msgstr "<item type=\"input\">=TYPE(C2)</item> は、結果として 2 を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3148980\n"
-"143\n"
"help.text"
msgid "<item type=\"input\">=TYPE(D9)</item> returns 1 as a result."
msgstr "<item type=\"input\">=TYPE(D9)</item> は、結果として 1 を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3155509\n"
"help.text"
-msgid "<bookmark_value>CELL function</bookmark_value><bookmark_value>cell information</bookmark_value><bookmark_value>information on cells</bookmark_value>"
+msgid "<bookmark_value>CELL function</bookmark_value> <bookmark_value>cell information</bookmark_value> <bookmark_value>information on cells</bookmark_value>"
msgstr "<bookmark_value>CELL 関数</bookmark_value><bookmark_value>セル情報</bookmark_value><bookmark_value>セル上の情報</bookmark_value>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3155509\n"
-"154\n"
"help.text"
msgid "CELL"
msgstr "CELL"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153196\n"
-"155\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ZELLE\">Returns information on address, formatting or contents of a cell.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ZELLE\">セルのアドレス、書式設定、または内容についての情報を返します。</ahelp>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"hd_id3149323\n"
-"156\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3147355\n"
-"157\n"
"help.text"
msgid "CELL(\"InfoType\"; Reference)"
msgstr "CELL(\"InfoType\"; 参照)"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154716\n"
-"158\n"
"help.text"
msgid "<emph>InfoType</emph> is the character string that specifies the type of information. The character string is always in English. Upper or lower case is optional."
msgstr "<emph>情報の種類</emph> は、情報の種類を表す文字列です。この文字列は常に英語です。大文字または小文字は任意です。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150636\n"
-"165\n"
"help.text"
msgid "InfoType"
msgstr "InfoType"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3149344\n"
-"166\n"
"help.text"
msgid "Meaning"
msgstr "<emph>説明</emph>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153266\n"
-"167\n"
"help.text"
msgid "COL"
msgstr "COL"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3156204\n"
-"168\n"
"help.text"
msgid "Returns the number of the referenced column."
msgstr "参照列の番号を数で返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150094\n"
-"162\n"
"help.text"
msgid "<item type=\"input\">=CELL(\"COL\";D2)</item> returns 4."
msgstr "<item type=\"input\">=CELL(\"COL\";D2)</item> は、4 を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3151276\n"
-"169\n"
"help.text"
msgid "ROW"
msgstr "ROW"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3147583\n"
-"170\n"
"help.text"
msgid "Returns the number of the referenced row."
msgstr "参照行の番号を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3151222\n"
-"163\n"
"help.text"
msgid "<item type=\"input\">=CELL(\"ROW\";D2)</item> returns 2."
msgstr "<item type=\"input\">=CELL(\"ROW\";D2)</item> は、2 を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3159217\n"
-"171\n"
"help.text"
msgid "SHEET"
msgstr "SHEET"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3151201\n"
-"172\n"
"help.text"
msgid "Returns the number of the referenced sheet."
msgstr "参照シートの番号を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3149169\n"
-"164\n"
"help.text"
msgid "<item type=\"input\">=CELL(\"Sheet\";Sheet3.D2)</item> returns 3."
msgstr "<item type=\"input\">=CELL(\"Sheet\";Sheet3.D2)</item> は、3 を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3149431\n"
-"173\n"
"help.text"
msgid "ADDRESS"
msgstr "ADDRESS"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3156054\n"
-"174\n"
"help.text"
msgid "Returns the absolute address of the referenced cell."
msgstr "参照セルの絶対参照を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154136\n"
-"175\n"
"help.text"
msgid "<item type=\"input\">=CELL(\"ADDRESS\";D2)</item> returns $D$2."
msgstr "<item type=\"input\">=CELL(\"ADDRESS\";D2)</item> は、$D$2 を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3159198\n"
-"176\n"
"help.text"
msgid "<item type=\"input\">=CELL(\"ADDRESS\";Sheet3.D2)</item> returns $Sheet3.$D$2."
msgstr "<item type=\"input\">=CELL(\"ADDRESS\";Sheet3.D2)</item> は、$Sheet3.$D$2 を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150245\n"
-"177\n"
"help.text"
msgid "<item type=\"input\">=CELL(\"ADDRESS\";'X:\\dr\\test.sxc'#$Sheet1.D2)</item> returns 'file:///X:/dr/test.sxc'#$Sheet1.$D$2."
msgstr "<item type=\"input\">=CELL(\"ADDRESS\";'X:\\dr\\test.sxc'#$Sheet1.D2)</item> は、'file:///X:/dr/test.sxc'#$Sheet1.$D$2 を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3146811\n"
-"178\n"
"help.text"
msgid "FILENAME"
msgstr "FILENAME"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3151328\n"
-"179\n"
"help.text"
msgid "Returns the file name and the sheet number of the referenced cell."
msgstr "参照セルのファイル名と表名を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3148896\n"
-"180\n"
"help.text"
msgid "<item type=\"input\">=CELL(\"FILENAME\";D2)</item> returns 'file:///X:/dr/own.sxc'#$Sheet1, if the formula in the current document X:\\dr\\own.sxc is located in Sheet1."
msgstr "現在のドキュメント X:\\dr\\own.sxc の数式が Sheet1 にある場合、<item type=\"input\">=CELL(\"FILENAME\";D2)</item> は 'file:///X:/dr/own.sxc'#$Sheet1 を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3155144\n"
-"181\n"
"help.text"
msgid "<item type=\"input\">=CELL(\"FILENAME\";'X:\\dr\\test.sxc'#$Sheet1.D2)</item> returns 'file:///X:/dr/test.sxc'#$Sheet1."
msgstr "<item type=\"input\">=CELL(\"FILENAME\";'X:\\dr\\test.sxc'#$Sheet1.D2)</item> は、'file:///X:/dr/test.sxc'#$Sheet1 を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3151381\n"
-"182\n"
"help.text"
msgid "COORD"
msgstr "COORD"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3151004\n"
-"183\n"
"help.text"
msgid "Returns the complete cell address in Lotus(TM) notation."
msgstr "Lotus(TM)表記でセルの完全な参照を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3159104\n"
-"184\n"
"help.text"
msgid "<item type=\"input\">=CELL(\"COORD\"; D2)</item> returns $A:$D$2."
msgstr "<item type=\"input\">=CELL(\"COORD\"; D2)</item> は、$A:$D$2 を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3163720\n"
-"185\n"
"help.text"
msgid "<item type=\"input\">=CELL(\"COORD\"; Sheet3.D2)</item> returns $C:$D$2."
msgstr "<item type=\"input\">=CELL(\"COORD\"; Sheet3.D2)</item> は、$C:$D$2 を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3155910\n"
-"186\n"
"help.text"
msgid "CONTENTS"
msgstr "CONTENTS"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3156041\n"
-"187\n"
"help.text"
msgid "Returns the contents of the referenced cell, without any formatting."
msgstr "参照セルの内容を書式なしで返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3151069\n"
-"188\n"
"help.text"
msgid "TYPE"
msgstr "TYPE"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3155344\n"
-"189\n"
"help.text"
msgid "Returns the type of cell contents."
msgstr "セル内容の種類を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3145217\n"
-"190\n"
"help.text"
msgid "b = blank. empty cell"
msgstr "b = blank. 空白セル"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3155176\n"
-"191\n"
"help.text"
msgid "l = label. Text, result of a formula as text"
msgstr "l = label. 文字列、結果が文字列の数式"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3147280\n"
-"192\n"
"help.text"
msgid "v = value. Value, result of a formula as a number"
msgstr "v = value. 値、結果が数字の数式"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3156348\n"
-"193\n"
"help.text"
msgid "WIDTH"
msgstr "WIDTH"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154920\n"
-"194\n"
"help.text"
msgid "Returns the width of the referenced column. The unit is the number of zeros (0) that fit into the column in the default text and the default size."
msgstr "参照列の幅を返します。標準フォントの標準サイズで入力できるゼロ (0) の数で幅を表します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3152355\n"
-"195\n"
"help.text"
msgid "PREFIX"
msgstr "PREFIX"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154230\n"
-"196\n"
"help.text"
msgid "Returns the alignment of the referenced cell."
msgstr "参照セルの文字配置の種類を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3155946\n"
-"197\n"
"help.text"
msgid "' = align left or left-justified"
msgstr "' = 左揃えまたは両端揃え"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3147220\n"
-"198\n"
"help.text"
msgid "\" = align right"
msgstr "\" = 右揃え"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3149038\n"
-"199\n"
"help.text"
msgid "^ = centered"
msgstr "^ = 中央揃え"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153129\n"
-"200\n"
"help.text"
msgid "\\ = repeating (currently inactive)"
msgstr "\\ = 繰り返し (現在はオフ)"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154406\n"
-"201\n"
"help.text"
msgid "PROTECT"
msgstr "PROTECT"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3145127\n"
-"202\n"
"help.text"
msgid "Returns the status of the cell protection for the cell."
msgstr "セルが保護されているかどうかを返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3155794\n"
-"203\n"
"help.text"
msgid "1 = cell is protected"
msgstr "1 = 保護付きのセル"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3155072\n"
-"204\n"
"help.text"
msgid "0 = cell is not protected"
msgstr "0 = 保護なしのセル"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3156178\n"
-"205\n"
"help.text"
msgid "FORMAT"
msgstr "FORMAT"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150220\n"
-"206\n"
"help.text"
msgid "Returns a character string that indicates the number format."
msgstr "数の書式が付いた文字列を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153824\n"
-"207\n"
"help.text"
msgid ", = number with thousands separator"
msgstr ", = 三桁区切りつきの数"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153837\n"
-"208\n"
"help.text"
msgid "F = number without thousands separator"
msgstr "F = 三桁区切りなしの数"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150318\n"
-"209\n"
"help.text"
msgid "C = currency format"
msgstr "C = 通貨書式"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153168\n"
-"210\n"
"help.text"
msgid "S = exponential representation, for example, 1.234+E56"
msgstr "S = 指数表示 (例 1.234+E56)"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153515\n"
-"211\n"
"help.text"
msgid "P = percentage"
msgstr "P = パーセント値"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154375\n"
-"212\n"
"help.text"
msgid "In the above formats, the number of decimal places after the decimal separator is given as a number. Example: the number format #,##0.0 returns ,1 and the number format 00.000% returns P3"
msgstr "上記書式では、小数点以下の桁数が数字で返されます。例:数の書式 #,##0.0 は ,1 を返し、数の 00.000% は P3 を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150575\n"
-"213\n"
"help.text"
msgid "D1 = MMM-D-YY, MM-D-YY and similar formats"
msgstr "D1 = D-MMM-YY, D-MM-YY またはこれに類似する書式"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150589\n"
-"214\n"
"help.text"
msgid "D2 = DD-MM"
msgstr "D2 = DD-MM"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3151034\n"
-"215\n"
"help.text"
msgid "D3 = MM-YY"
msgstr "D3 = MM-YY"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3156371\n"
-"216\n"
"help.text"
msgid "D4 = DD-MM-YYYY HH:MM:SS"
msgstr "D4 = DD-MM-YYYY HH:MM:SS"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3157881\n"
-"217\n"
"help.text"
msgid "D5 = MM-DD"
msgstr "D5 = MM-DD"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3157894\n"
-"218\n"
"help.text"
msgid "D6 = HH:MM:SS AM/PM"
msgstr "D6 = HH:MM:SS AM/PM"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154068\n"
-"219\n"
"help.text"
msgid "D7 = HH:MM AM/PM"
msgstr "D7 = HH:MM AM/PM"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150286\n"
-"220\n"
"help.text"
msgid "D8 = HH:MM:SS"
msgstr "D8 = HH:MM:SS"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3145756\n"
-"221\n"
"help.text"
msgid "D9 = HH:MM"
msgstr "D9 = HH:MM"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3145768\n"
-"222\n"
"help.text"
msgid "G = All other formats"
msgstr "G = その他の書式"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153375\n"
-"223\n"
"help.text"
msgid "- (Minus) at the end = negative numbers are formatted in color"
msgstr "- (マイナス) 付き = 負の数は色付き表示"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3155545\n"
-"224\n"
"help.text"
msgid "() (brackets) at the end = there is an opening bracket in the format code"
msgstr "() (左右かっこ) 付き = 書式コードに左かっこを含む"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154594\n"
-"225\n"
"help.text"
msgid "COLOR"
msgstr "COLOR"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3152922\n"
-"226\n"
"help.text"
msgid "Returns 1, if negative values have been formatted in color, otherwise 0."
msgstr "負の数が色付きに設定されている場合は 1、それ以外は 0 を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3145563\n"
-"227\n"
"help.text"
msgid "PARENTHESES"
msgstr "PARENTHESES"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3156072\n"
-"228\n"
"help.text"
msgid "Returns 1 if the format code contains an opening bracket (, otherwise 0."
msgstr "書式コードに左かっこ ( が含まれている場合は 1、それ以外は 0 を返します。"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3156090\n"
-"159\n"
"help.text"
msgid "<emph>Reference</emph> (list of options) is the position of the cell to be examined. If <emph>Reference</emph> is a range, the cell moves to the top left of the range. If <emph>Reference</emph> is missing, $[officename] Calc uses the position of the cell in which this formula is located. Microsoft Excel uses the reference of the cell in which the cursor is positioned."
msgstr "<emph>対象範囲</emph> (オプション) は検査を行うセルの位置です。<emph>対象範囲</emph> が範囲の場合は、左上のセル参照を入力します。<emph>対象範囲</emph> が空白の場合、$[officename] Calc はこの数式のあるセルを対象とみなします。Microsoft Excel は、カーソルが置かれたセルを対象とみなしています。"
@@ -11879,107 +11950,109 @@ msgid "Mathematical Functions"
msgstr "数学関数"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3147124\n"
"help.text"
-msgid "<bookmark_value>mathematical functions</bookmark_value><bookmark_value>Function Wizard; mathematical</bookmark_value><bookmark_value>functions; mathematical functions</bookmark_value><bookmark_value>trigonometric functions</bookmark_value>"
+msgid "<bookmark_value>mathematical functions</bookmark_value> <bookmark_value>Function Wizard; mathematical</bookmark_value> <bookmark_value>functions; mathematical functions</bookmark_value> <bookmark_value>trigonometric functions</bookmark_value>"
msgstr "<bookmark_value>数学関数</bookmark_value><bookmark_value>関数ウィザード; 数学</bookmark_value><bookmark_value>関数; 数学関数</bookmark_value><bookmark_value>三角関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3147124\n"
-"1\n"
"help.text"
msgid "Mathematical Functions"
msgstr "数学関数"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154943\n"
-"2\n"
"help.text"
msgid "<variable id=\"mathematiktext\">This category contains the <emph>Mathematical</emph> functions for Calc.</variable> To open the <emph>Function Wizard</emph>, choose <link href=\"text/scalc/01/04060000.xhp\" name=\"Insert - Function\"><emph>Insert - Function</emph></link>."
msgstr "<variable id=\"mathematiktext\">このカテゴリは、Calc の<emph>数学</emph>関数を含みます。</variable><emph>関数ウィザード</emph>を開くには、<link href=\"text/scalc/01/04060000.xhp\" name=\"挿入 → 関数\"><emph>挿入 → 関数</emph></link>選択します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3146944\n"
"help.text"
-msgid "<bookmark_value>ABS function</bookmark_value><bookmark_value>absolute values</bookmark_value><bookmark_value>values;absolute</bookmark_value>"
+msgid "<bookmark_value>ABS function</bookmark_value> <bookmark_value>absolute values</bookmark_value> <bookmark_value>values;absolute</bookmark_value>"
msgstr "<bookmark_value>ABS 関数</bookmark_value><bookmark_value>絶対値</bookmark_value><bookmark_value>値;絶対</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3146944\n"
-"33\n"
"help.text"
msgid "ABS"
msgstr "ABS"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154546\n"
-"34\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ABS\">Returns the absolute value of a number.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ABS\">この関数は、数値の絶対値を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3154843\n"
-"35\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3147475\n"
-"36\n"
"help.text"
msgid "ABS(Number)"
msgstr "ABS(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3148438\n"
-"37\n"
"help.text"
msgid "<emph>Number</emph> is the number whose absolute value is to be calculated. The absolute value of a number is its value without the +/- sign."
msgstr "<emph>数</emph> は、絶対値を求める数です。 絶対値とは、+/- 符号なしの値です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3155823\n"
-"38\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152787\n"
-"39\n"
"help.text"
msgid "<item type=\"input\">=ABS(-56)</item> returns 56."
msgstr "<item type=\"input\">=ABS(-56)</item> は、56 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3148752\n"
-"40\n"
"help.text"
msgid "<item type=\"input\">=ABS(12)</item> returns 12."
msgstr "<item type=\"input\">=ABS(12)</item> は、12 を返します。"
@@ -12001,46 +12074,46 @@ msgid "<bookmark_value>ACOS function</bookmark_value>"
msgstr "<bookmark_value>ACOS 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3153114\n"
-"50\n"
"help.text"
msgid "ACOS"
msgstr "ACOS"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3145163\n"
-"51\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ARCCOS\">Returns the inverse trigonometric cosine of a number.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ARCCOS\">数値のアークコサインを返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3153565\n"
-"52\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3150020\n"
-"53\n"
"help.text"
msgid "ACOS(Number)"
msgstr "ACOS(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3159134\n"
-"54\n"
"help.text"
msgid "This function returns the inverse trigonometric cosine of <emph>Number</emph>, that is the angle (in radians) whose cosine is Number. The angle returned is between 0 and PI."
msgstr "この関数は、<emph>数値</emph> のアークコサインを返します。これは、コサインが <emph>数値</emph> のラジアン単位の角度です。0 以上で PI より小さい角度が返されます。"
@@ -12054,19 +12127,19 @@ msgid "To return the angle in degrees, use the DEGREES function."
msgstr "角度を度数で返すには、DEGREES 関数を使用します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3149882\n"
-"55\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3150128\n"
-"56\n"
"help.text"
msgid "<item type=\"input\">=ACOS(-1)</item> returns 3.14159265358979 (PI radians)"
msgstr "<item type=\"input\">=ACOS(-1)</item> は、3.14159265358979 (PI ラジアン) を返します。"
@@ -12088,46 +12161,46 @@ msgid "<bookmark_value>ACOSH function</bookmark_value>"
msgstr "<bookmark_value>ACOSH 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3145355\n"
-"60\n"
"help.text"
msgid "ACOSH"
msgstr "ACOSH"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3157993\n"
-"61\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ARCOSHYP\">Returns the inverse hyperbolic cosine of a number.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ARCOSHYP\">逆双曲線コサイン</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3145295\n"
-"62\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3151017\n"
-"63\n"
"help.text"
msgid "ACOSH(Number)"
msgstr "ACOSH(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3149000\n"
-"64\n"
"help.text"
msgid "This function returns the inverse hyperbolic cosine of <emph>Number</emph>, that is the number whose hyperbolic cosine is Number."
msgstr "この関数は、<emph>数値</emph> の双曲線逆コサインを返します。これは、双曲線コサインが <emph>数値</emph> の数です。"
@@ -12141,19 +12214,19 @@ msgid "Number must be greater than or equal to 1."
msgstr "1 以上の数字を入力してください。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3150566\n"
-"65\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3145629\n"
-"66\n"
"help.text"
msgid "<item type=\"input\">=ACOSH(1)</item> returns 0."
msgstr "<item type=\"input\">=ACOSH(1)</item> は、0 を返します。"
@@ -12175,46 +12248,46 @@ msgid "<bookmark_value>ACOT function</bookmark_value>"
msgstr "<bookmark_value>ACOT 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3149027\n"
-"70\n"
"help.text"
msgid "ACOT"
msgstr "ACOT"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3155818\n"
-"71\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ARCCOT\">Returns the inverse cotangent (the arccotangent) of the given number.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ARCCOT\">数値の逆コタンジェント (アークコタンジェント) を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3153225\n"
-"72\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3158419\n"
-"73\n"
"help.text"
msgid "ACOT(Number)"
msgstr "ACOT(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154948\n"
-"74\n"
"help.text"
msgid "This function returns the inverse trigonometric cotangent of <emph>Number</emph>, that is the angle (in radians) whose cotangent is Number. The angle returned is between 0 and PI."
msgstr "この関数は、<emph>数値</emph> のアークコタンジェントを返します。これは、コタンジェントが <emph>数値</emph> のラジアン単位の角度です。0 以上で PI より小さい角度が返されます。"
@@ -12228,19 +12301,19 @@ msgid "To return the angle in degrees, use the DEGREES function."
msgstr "角度を度数で返すには、DEGREES 関数を使用します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3147538\n"
-"75\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3155375\n"
-"76\n"
"help.text"
msgid "<item type=\"input\">=ACOT(1)</item> returns 0.785398163397448 (PI/4 radians)."
msgstr "<item type=\"input\">=ACOT(1)</item> は、0.785398163397448 (PI/4 ラジアン) を返します。"
@@ -12262,46 +12335,46 @@ msgid "<bookmark_value>ACOTH function</bookmark_value>"
msgstr "<bookmark_value>ACOTH 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3148426\n"
-"80\n"
"help.text"
msgid "ACOTH"
msgstr "ACOTH"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3147478\n"
-"81\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ARCOTHYP\">Returns the inverse hyperbolic cotangent of the given number.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ARCOTHYP\"><emph>数値</emph> の双曲線逆コタンジェントを返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3152585\n"
-"82\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3147172\n"
-"83\n"
"help.text"
msgid "ACOTH(Number)"
msgstr "ACOTH(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3146155\n"
-"84\n"
"help.text"
msgid "This function returns the inverse hyperbolic cotangent of <emph>Number</emph>, that is the number whose hyperbolic cotangent is Number."
msgstr "この関数は、<emph>数値</emph> の双曲線逆コタンジェントを返します。これは、双曲線コタンジェントがその数値となる値です。"
@@ -12315,19 +12388,19 @@ msgid "An error results if Number is between -1 and 1 inclusive."
msgstr "数字が -1 以上、1 以下の場合はエラーになります。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3083452\n"
-"85\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3150608\n"
-"86\n"
"help.text"
msgid "<item type=\"input\">=ACOTH(1.1)</item> returns inverse hyperbolic cotangent of 1.1, approximately 1.52226."
msgstr "<item type=\"input\">=ACOTH(1.1)</item> は、1.1 の双曲線逆コタンジェント (約 1.52226) を返します。"
@@ -12341,46 +12414,46 @@ msgid "<bookmark_value>ASIN function</bookmark_value>"
msgstr "<bookmark_value>ASIN 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3145084\n"
-"90\n"
"help.text"
msgid "ASIN"
msgstr "ASIN"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3156296\n"
-"91\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ARCSIN\">Returns the inverse trigonometric sine of a number.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ARCSIN\">数値のアークサインを返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3149716\n"
-"92\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3156305\n"
-"93\n"
"help.text"
msgid "ASIN(Number)"
msgstr "ASIN(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3150964\n"
-"94\n"
"help.text"
msgid "This function returns the inverse trigonometric sine of <emph>Number</emph>, that is the angle (in radians) whose sine is Number. The angle returned is between -PI/2 and +PI/2."
msgstr "この関数は、<emph>数値</emph> のアークサインを返します。これは、サインが <emph>数値</emph> のラジアン単位の角度です。-PI/2 以上で +PI/2 より小さい角度が返されます。"
@@ -12394,19 +12467,19 @@ msgid "To return the angle in degrees, use the DEGREES function."
msgstr "角度を度数で返すには、DEGREES 関数を使用します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3149448\n"
-"95\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3156100\n"
-"96\n"
"help.text"
msgid "<item type=\"input\">=ASIN(0)</item> returns 0."
msgstr "<item type=\"input\">=ASIN(0)</item> は、0 を返します。"
@@ -12436,64 +12509,64 @@ msgid "<bookmark_value>ASINH function</bookmark_value>"
msgstr "<bookmark_value>ASINH 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3151266\n"
-"100\n"
"help.text"
msgid "ASINH"
msgstr "ASINH"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3147077\n"
-"101\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ARSINHYP\">Returns the inverse hyperbolic sine of a number.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ARSINHYP\">数値の双曲線逆サインを返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3150763\n"
-"102\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3150882\n"
-"103\n"
"help.text"
msgid "ASINH(Number)"
msgstr "ASINH(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3147621\n"
-"104\n"
"help.text"
msgid "This function returns the inverse hyperbolic sine of <emph>Number</emph>, that is the number whose hyperbolic sine is Number."
msgstr "この関数は、<emph>数値</emph> の双曲線逆サインを返します。これは、双曲線サインが <emph>数値</emph> の数です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3153212\n"
-"105\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3156120\n"
-"106\n"
"help.text"
msgid "<item type=\"input\">=ASINH(-90)</item> returns approximately -5.1929877."
msgstr "<item type=\"input\">ASINH(-90)</item> は、約 -5.1929877 を返します。"
@@ -12515,46 +12588,46 @@ msgid "<bookmark_value>ATAN function</bookmark_value>"
msgstr "<bookmark_value>ATAN 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3155996\n"
-"110\n"
"help.text"
msgid "ATAN"
msgstr "ATAN"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3149985\n"
-"111\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ARCTAN\">Returns the inverse trigonometric tangent of a number.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ARCTAN\">数値のアークタンジェントを返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3151294\n"
-"112\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3150261\n"
-"113\n"
"help.text"
msgid "ATAN(Number)"
msgstr "ATAN(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3147267\n"
-"114\n"
"help.text"
msgid "This function returns the inverse trigonometric tangent of <emph>Number</emph>, that is the angle (in radians) whose tangent is Number. The angle returned is between -PI/2 and PI/2."
msgstr "この関数は、<emph>数値</emph> のアークタンジェントを返します。これは、タンジェントが <emph>数値</emph> のラジアン単位の角度です。-PI/2 以上で PI/2 より小さい角度が返されます。"
@@ -12568,19 +12641,19 @@ msgid "To return the angle in degrees, use the DEGREES function."
msgstr "角度を度数で返すには、DEGREES 関数を使用します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3154054\n"
-"115\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143229\n"
-"116\n"
"help.text"
msgid "<item type=\"input\">=ATAN(1)</item> returns 0.785398163397448 (PI/4 radians)."
msgstr "<item type=\"input\">=ATAN(1)</item> は、0.785398163397448 (PI/4 ラジアン) を返します。"
@@ -12602,55 +12675,55 @@ msgid "<bookmark_value>ATAN2 function</bookmark_value>"
msgstr "<bookmark_value>ATAN2 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3153983\n"
-"120\n"
"help.text"
msgid "ATAN2"
msgstr "ATAN2"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154297\n"
-"121\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ARCTAN2\">Returns the inverse trigonometric tangent of the specified x and y coordinates.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ARCTAN2\">指定の x および y 座標のアークタンジェントを返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3149758\n"
-"122\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3156013\n"
-"123\n"
"help.text"
msgid "ATAN2(NumberX; NumberY)"
msgstr "ATAN2(数値 X; 数値 Y)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3151168\n"
-"124\n"
"help.text"
msgid "<emph>NumberX</emph> is the value of the x coordinate."
msgstr "<emph>数値 X</emph> は、x 座標の値です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152798\n"
-"125\n"
"help.text"
msgid "<emph>NumberY</emph> is the value of the y coordinate."
msgstr "<emph>数値 Y</emph> は、y 座標の値です。"
@@ -12672,19 +12745,19 @@ msgid "To return the angle in degrees, use the DEGREES function."
msgstr "角度を度数で返すには、DEGREES 関数を使用します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3145663\n"
-"126\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154692\n"
-"127\n"
"help.text"
msgid "<item type=\"input\">=ATAN2(20;20)</item> returns 0.785398163397448 (PI/4 radians)."
msgstr "<item type=\"input\">=ATAN2(20;20)</item> は、0.785398163397448 (PI/4 ラジアン) を返します。"
@@ -12706,46 +12779,46 @@ msgid "<bookmark_value>ATANH function</bookmark_value>"
msgstr "<bookmark_value>ATANH 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3155398\n"
-"130\n"
"help.text"
msgid "ATANH"
msgstr "ATANH"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3148829\n"
-"131\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ARTANHYP\">Returns the inverse hyperbolic tangent of a number.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ARTANHYP\">数値の双曲線逆タンジェントを返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3146997\n"
-"132\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3149912\n"
-"133\n"
"help.text"
msgid "ATANH(Number)"
msgstr "ATANH(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3150521\n"
-"134\n"
"help.text"
msgid "This function returns the inverse hyperbolic tangent of <emph>Number</emph>, that is the number whose hyperbolic tangent is Number."
msgstr "この関数は、<emph>数値</emph> の双曲線逆タンジェントを返します。これは、双曲線タンジェントが <emph>数値</emph> の数です。"
@@ -12759,19 +12832,19 @@ msgid "Number must obey the condition -1 < number < 1."
msgstr "数字は、-1 より大きく、1 未満という条件に従う必要があります。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3148450\n"
-"135\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3145419\n"
-"136\n"
"help.text"
msgid "<item type=\"input\">=ATANH(0)</item> returns 0."
msgstr "<item type=\"input\">=ATANH(0)</item> は、0 を返します。"
@@ -12785,46 +12858,46 @@ msgid "<bookmark_value>COS function</bookmark_value>"
msgstr "<bookmark_value>COS 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3153062\n"
-"149\n"
"help.text"
msgid "COS"
msgstr "COS"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3148803\n"
-"150\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_COS\">Returns the cosine of the given angle (in radians).</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_COS\">ラジアン単位で指定された角度のコサインを返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3150779\n"
-"151\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154213\n"
-"152\n"
"help.text"
msgid "COS(Number)"
msgstr "COS(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154285\n"
-"153\n"
"help.text"
msgid "Returns the (trigonometric) cosine of <emph>Number</emph>, the angle in radians."
msgstr "<emph>Number</emph> のコサイン、ラジアン単位の角度を返します。"
@@ -12838,28 +12911,28 @@ msgid "To return the cosine of an angle in degrees, use the RADIANS function."
msgstr "角度のコサインを度数で返すには、RADIANS 関数を使用します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3153579\n"
-"154\n"
"help.text"
msgid "Examples"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3147240\n"
-"155\n"
"help.text"
msgid "<item type=\"input\">=COS(PI()/2)</item> returns 0, the cosine of PI/2 radians."
msgstr "<item type=\"input\">=COS(PI()/2)</item> は、PI/2 ラジアンのコサインを表す 0 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3147516\n"
-"156\n"
"help.text"
msgid "<item type=\"input\">=COS(RADIANS(60))</item> returns 0.5, the cosine of 60 degrees."
msgstr "<item type=\"input\">=COS(RADIANS(60))</item> は、60 度のコサインを表す 0.5 を返します。"
@@ -12873,64 +12946,64 @@ msgid "<bookmark_value>COSH function</bookmark_value>"
msgstr "<bookmark_value>COSH 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3154277\n"
-"159\n"
"help.text"
msgid "COSH"
msgstr "COSH"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3146946\n"
-"160\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_COSHYP\">Returns the hyperbolic cosine of a number.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_COSHYP\">数値の双曲線コサインを返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3149792\n"
-"161\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3166440\n"
-"162\n"
"help.text"
msgid "COSH(Number)"
msgstr "COSH(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3150710\n"
-"163\n"
"help.text"
msgid "Returns the hyperbolic cosine of <emph>Number</emph>."
msgstr "<emph>Number</emph> の双曲線コサインを返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3153234\n"
-"164\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154099\n"
-"165\n"
"help.text"
msgid "<item type=\"input\">=COSH(0)</item> returns 1, the hyperbolic cosine of 0."
msgstr "<item type=\"input\">=COSH(0)</item> は、0 の双曲線コサインを表す 1 を返します。"
@@ -12944,46 +13017,46 @@ msgid "<bookmark_value>COT function</bookmark_value>"
msgstr "<bookmark_value>COT 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3152888\n"
-"169\n"
"help.text"
msgid "COT"
msgstr "COT"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3153679\n"
-"170\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_COT\">Returns the cotangent of the given angle (in radians).</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_COT\">ラジアン単位で指定された角度のコタンジェントを返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3152943\n"
-"171\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154856\n"
-"172\n"
"help.text"
msgid "COT(Number)"
msgstr "COT(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3149969\n"
-"173\n"
"help.text"
msgid "Returns the (trigonometric) cotangent of <emph>Number</emph>, the angle in radians."
msgstr "<emph>Number</emph> のコタンジェント、ラジアン単位の角度を返します。"
@@ -13005,28 +13078,28 @@ msgid "The cotangent of an angle is equivalent to 1 divided by the tangent of th
msgstr "角度のコタンジェントは、この角度のタンジェントで 1 を割った数と同じです。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3149800\n"
-"174\n"
"help.text"
msgid "Examples:"
msgstr "例:"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3148616\n"
-"175\n"
"help.text"
msgid "<item type=\"input\">=COT(PI()/4)</item> returns 1, the cotangent of PI/4 radians."
msgstr "<item type=\"input\">=COT(PI()/4)</item> は、PI/4 ラジアンのコタンジェントを表す 1 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3148986\n"
-"176\n"
"help.text"
msgid "<item type=\"input\">=COT(RADIANS(45))</item> returns 1, the cotangent of 45 degrees."
msgstr "<item type=\"input\">=COT(RADIANS(45))</item> は、45 度のコタンジェントを表す 1 を返します。"
@@ -13040,64 +13113,64 @@ msgid "<bookmark_value>COTH function</bookmark_value>"
msgstr "<bookmark_value>COTH 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3154337\n"
-"178\n"
"help.text"
msgid "COTH"
msgstr "COTH"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3149419\n"
-"179\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_COTHYP\">Returns the hyperbolic cotangent of a given number (angle).</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_COTHYP\">数値 (角度) の双曲線コタンジェントを返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3149242\n"
-"180\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143280\n"
-"181\n"
"help.text"
msgid "COTH(Number)"
msgstr "COTH(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154799\n"
-"182\n"
"help.text"
msgid "Returns the hyperbolic cotangent of <emph>Number</emph>."
msgstr "<emph>数値</emph> の双曲線コタンジェントを返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3155422\n"
-"183\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144754\n"
-"184\n"
"help.text"
msgid "<item type=\"input\">=COTH(1)</item> returns the hyperbolic cotangent of 1, approximately 1.3130."
msgstr "<item type=\"input\">=COTH(1)</item> は、1 の双曲線コタンジェント (約 1.3130) を返します。"
@@ -13111,46 +13184,46 @@ msgid "<bookmark_value>CSC function</bookmark_value>"
msgstr "<bookmark_value>CSC 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id9523234\n"
-"149\n"
"help.text"
msgid "CSC"
msgstr "CSC"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id4896433\n"
-"150\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_COSECANT\">Returns the cosecant of the given angle (in radians). The cosecant of an angle is equivalent to 1 divided by the sine of that angle</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_COSECANT\">(ラジアン表記で)与えられた角度のコセカントを返します。ある角度のコセカントは1をその角度のサインで割ったものに等しいです</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3534032\n"
-"151\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id4571344\n"
-"152\n"
"help.text"
msgid "CSC(Number)"
msgstr "CSC(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id9859164\n"
-"153\n"
"help.text"
msgid "Returns the (trigonometric) cosecant of <emph>Number</emph>, the angle in radians."
msgstr "<emph>数値</emph>の(三角関数の)コセカントを返します、角度はラジアンで表されます。"
@@ -13164,28 +13237,28 @@ msgid "To return the cosecant of an angle in degrees, use the RADIANS function."
msgstr "度数で表された角度のコセカントを返すには、RADIANS 関数を使用してください。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id2577161\n"
-"154\n"
"help.text"
msgid "Examples"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3736803\n"
-"155\n"
"help.text"
msgid "<item type=\"input\">=CSC(PI()/4)</item> returns approximately 1.4142135624, the inverse of the sine of PI/4 radians."
msgstr "<item type=\"input\">=CSC(PI()/4)</item> は、PI/4ラジアンの正弦の逆数である約 1.4142135624を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id6016818\n"
-"156\n"
"help.text"
msgid "<item type=\"input\">=CSC(RADIANS(30))</item> returns 2, the cosecant of 30 degrees."
msgstr "<item type=\"input\">=CSC(RADIANS(30))</item>30度のコセカントの2を返します。"
@@ -13199,117 +13272,118 @@ msgid "<bookmark_value>CSCH function</bookmark_value>"
msgstr "<bookmark_value>CSCH 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id4325650\n"
-"159\n"
"help.text"
msgid "CSCH"
msgstr "CSCH"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id579916\n"
-"160\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_COSECANTHYP\">Returns the hyperbolic cosecant of a number.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_COSECANTHYP\">ある数値の双曲線コセカントを返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id5336768\n"
-"161\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3108851\n"
-"162\n"
"help.text"
msgid "CSCH(Number)"
msgstr "CSCH(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id1394188\n"
-"163\n"
"help.text"
msgid "Returns the hyperbolic cosecant of <emph>Number</emph>."
msgstr "<emph>Number</emph> の双曲線コセカントを返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id6037477\n"
-"164\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id5426085\n"
-"165\n"
"help.text"
msgid "<item type=\"input\">=CSCH(1)</item> returns approximately 0.8509181282, the hyperbolic cosecant of 1."
msgstr "<item type=\"input\">=CSCH(1)</item>は近似的に0.8509181282(1の双曲線コセカント)を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3145314\n"
"help.text"
-msgid "<bookmark_value>DEGREES function</bookmark_value><bookmark_value>converting;radians, into degrees</bookmark_value>"
+msgid "<bookmark_value>DEGREES function</bookmark_value> <bookmark_value>converting;radians, into degrees</bookmark_value>"
msgstr "<bookmark_value>DEGREES 関数</bookmark_value><bookmark_value>変換; ラジアン、度数に</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3145314\n"
-"188\n"
"help.text"
msgid "DEGREES"
msgstr "DEGREES"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3149939\n"
-"189\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_DEG\">Converts radians into degrees.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_DEG\">ラジアンを度に変換します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3150623\n"
-"190\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3145600\n"
-"191\n"
"help.text"
msgid "DEGREES(Number)"
msgstr "DEGREES(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3149484\n"
-"192\n"
"help.text"
msgid "<emph>Number</emph> is the angle in radians to be converted to degrees."
msgstr "<emph>Number</emph> は、度数に変換されるラジアン単位の角度です。"
@@ -13339,117 +13413,118 @@ msgid "<bookmark_value>EXP function</bookmark_value>"
msgstr "<bookmark_value>EXP 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3148698\n"
-"198\n"
"help.text"
msgid "EXP"
msgstr "EXP"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3150592\n"
-"199\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_EXP\">Returns e raised to the power of a number.</ahelp> The constant e has a value of approximately 2.71828182845904."
msgstr "<ahelp hid=\"HID_FUNC_EXP\">e を底とする数値のべき乗を返します。</ahelp>定数 e の値は約 2.71828182845904 です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3150351\n"
-"200\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3146786\n"
-"201\n"
"help.text"
msgid "EXP(Number)"
msgstr "EXP(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3155608\n"
-"202\n"
"help.text"
msgid "<emph>Number</emph> is the power to which e is to be raised."
msgstr "<emph>数値</emph> は、e を底とするべき乗の指数です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3154418\n"
-"203\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3156340\n"
-"204\n"
"help.text"
msgid "<item type=\"input\">=EXP(1)</item> returns 2.71828182845904, the mathematical constant e to Calc's accuracy."
msgstr "<item type=\"input\">=EXP(1)</item> は、Calc の精度の数学定数 e、つまり 2.71828182845904 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3145781\n"
"help.text"
-msgid "<bookmark_value>FACT function</bookmark_value><bookmark_value>factorials;numbers</bookmark_value>"
+msgid "<bookmark_value>FACT function</bookmark_value> <bookmark_value>factorials;numbers</bookmark_value>"
msgstr "<bookmark_value>FACT 関数</bookmark_value><bookmark_value>階乗、数値</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3145781\n"
-"208\n"
"help.text"
msgid "FACT"
msgstr "FACT"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3151109\n"
-"209\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_FAKULTAET\">Returns the factorial of a number.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_FAKULTAET\">数値の階乗を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3146902\n"
-"210\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154661\n"
-"211\n"
"help.text"
msgid "FACT(Number)"
msgstr "FACT(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152952\n"
-"212\n"
"help.text"
msgid "Returns Number!, the factorial of <emph>Number</emph>, calculated as 1*2*3*4* ... * Number."
msgstr "1*2*3*4* ... * <emph>数値</emph> として計算される <emph>数値</emph> の階乗、Number! を返します。"
@@ -13471,81 +13546,82 @@ msgid "The factorial of a negative number returns the \"invalid argument\" error
msgstr "負の数の乗数は、「無効な引数」エラーを返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3154569\n"
-"213\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154476\n"
-"216\n"
"help.text"
msgid "<item type=\"input\">=FACT(3)</item> returns 6."
msgstr "<item type=\"input\">=FACT(3)</item> は、6 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3147525\n"
-"214\n"
"help.text"
msgid "<item type=\"input\">=FACT(0)</item> returns 1."
msgstr "<item type=\"input\">=FACT(0)</item> は、1 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3159084\n"
"help.text"
-msgid "<bookmark_value>INT function</bookmark_value><bookmark_value>numbers;rounding down to next integer</bookmark_value><bookmark_value>rounding;down to next integer</bookmark_value>"
+msgid "<bookmark_value>INT function</bookmark_value> <bookmark_value>numbers;rounding down to next integer</bookmark_value> <bookmark_value>rounding;down to next integer</bookmark_value>"
msgstr "<bookmark_value>INT 関数</bookmark_value><bookmark_value>数値;次の整数に切り下げる</bookmark_value><bookmark_value>丸め;次の整数に切り下げる</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3159084\n"
-"218\n"
"help.text"
msgid "INT"
msgstr "INT"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3158441\n"
-"219\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_GANZZAHL\">Rounds a number down to the nearest integer.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_GANZZAHL\">数値を四捨五入して整数にします。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3146132\n"
-"220\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3156146\n"
-"221\n"
"help.text"
msgid "INT(Number)"
msgstr "INT(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154117\n"
-"222\n"
"help.text"
msgid "Returns <emph>Number</emph> rounded down to the nearest integer."
msgstr "小数点以下を切り捨てた <emph>数値</emph> を返します。"
@@ -13559,99 +13635,100 @@ msgid "Negative numbers round down to the integer below."
msgstr "負の数は次の整数に切り下げられます。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3155118\n"
-"223\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3156267\n"
-"224\n"
"help.text"
msgid "<item type=\"input\">=INT(5.7)</item> returns 5."
msgstr "<item type=\"input\">=INT(5.7)</item> は、5 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3147323\n"
-"225\n"
"help.text"
msgid "<item type=\"input\">=INT(-1.3)</item> returns -2."
msgstr "<item type=\"input\">=INT(-1.3)</item> は、-2 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3150938\n"
"help.text"
-msgid "<bookmark_value>EVEN function</bookmark_value><bookmark_value>numbers;rounding up/down to even integers</bookmark_value><bookmark_value>rounding;up/down to even integers</bookmark_value>"
+msgid "<bookmark_value>EVEN function</bookmark_value> <bookmark_value>numbers;rounding up/down to even integers</bookmark_value> <bookmark_value>rounding;up/down to even integers</bookmark_value>"
msgstr "<bookmark_value>EVEN 関数</bookmark_value><bookmark_value>数値;偶数に切り下げる/切り上げる</bookmark_value><bookmark_value>丸め;偶数に切り上げる/切り下げる</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3150938\n"
-"227\n"
"help.text"
msgid "EVEN"
msgstr "EVEN"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3149988\n"
-"228\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_GERADE\">Rounds a positive number up to the next even integer and a negative number down to the next even integer.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_GERADE\">正の数を次の偶数に切り上げ、負の数を次の偶数に切り下げます。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3148401\n"
-"229\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3150830\n"
-"230\n"
"help.text"
msgid "EVEN(Number)"
msgstr "EVEN(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3153350\n"
-"231\n"
"help.text"
msgid "Returns <emph>Number</emph> rounded to the next even integer up, away from zero."
msgstr "ゼロとは逆方向の次の偶数に丸めた <emph>数値</emph> を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3155508\n"
-"232\n"
"help.text"
msgid "Examples"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154361\n"
-"233\n"
"help.text"
msgid "<item type=\"input\">=EVEN(2.3)</item> returns 4."
msgstr "<item type=\"input\">=EVEN(2.3)</item> は、4 を返します。"
@@ -13681,27 +13758,28 @@ msgid "<item type=\"input\">=EVEN(-0.5)</item> returns -2."
msgstr "<item type=\"input\">=EVEN(-0.5)</item> は、-2 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3147356\n"
"help.text"
-msgid "<bookmark_value>GCD function</bookmark_value><bookmark_value>greatest common divisor</bookmark_value>"
+msgid "<bookmark_value>GCD function</bookmark_value> <bookmark_value>greatest common divisor</bookmark_value>"
msgstr "<bookmark_value>GCD 関数</bookmark_value><bookmark_value>最大公約数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3147356\n"
-"237\n"
"help.text"
msgid "GCD"
msgstr "GCD"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152465\n"
-"238\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_GGT\">Returns the greatest common divisor of two or more integers.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_GGT\">複数の整数の最大公約数を返します。</ahelp>"
@@ -13715,46 +13793,46 @@ msgid "The greatest common divisor is the positive largest integer which will di
msgstr "最大公約数は、指定された各整数を余りが出ることなく割り切れる正の最大整数です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3150643\n"
-"239\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154524\n"
-"240\n"
"help.text"
msgid "GCD(Integer1; Integer2; ...; Integer30)"
msgstr "GCD(整数 1; 整数 2; ...; 整数 30)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3149340\n"
-"241\n"
"help.text"
msgid "<emph>Integer1 To 30</emph> are up to 30 integers whose greatest common divisor is to be calculated."
msgstr "<emph>整数 1 から 30</emph> は、最大公約数を計算する最高 30 個の整数です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3147317\n"
-"242\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3151285\n"
-"243\n"
"help.text"
msgid "<item type=\"input\">=GCD(16;32;24) </item>gives the result 8, because 8 is the largest number that can divide 16, 24 and 32 without a remainder."
msgstr "16、24、32 を割り切れる最大数は 8 なので、<item type=\"input\">=GCD(16;32;24)</item> は 8 を返します。"
@@ -13776,135 +13854,136 @@ msgid "<bookmark_value>GCD_ADD function</bookmark_value>"
msgstr "<bookmark_value>GCD_ADD 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3151221\n"
-"677\n"
"help.text"
msgid "GCD_ADD"
msgstr "GCD_ADD"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3153257\n"
-"678\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_GCD\"> The result is the greatest common divisor of a list of numbers.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_GCD\">複数の数値の最大公約数を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3147548\n"
-"679\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3156205\n"
-"680\n"
"help.text"
msgid "GCD_ADD(Number(s))"
msgstr "GCD_ADD(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3145150\n"
-"681\n"
"help.text"
msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
msgstr "<emph>数値</emph> は、最高 30 個の数字のリストです。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3150239\n"
-"682\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3159192\n"
-"683\n"
"help.text"
msgid "<item type=\"input\">=GCD_ADD(5;15;25)</item> returns 5."
msgstr "<item type=\"input\">=GCD_ADD(5;15;25)</item> は、5 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3145213\n"
"help.text"
-msgid "<bookmark_value>LCM function</bookmark_value><bookmark_value>least common multiples</bookmark_value><bookmark_value>lowest common multiples</bookmark_value>"
+msgid "<bookmark_value>LCM function</bookmark_value> <bookmark_value>least common multiples</bookmark_value> <bookmark_value>lowest common multiples</bookmark_value>"
msgstr "<bookmark_value>LCM 関数</bookmark_value><bookmark_value>最小公倍数</bookmark_value><bookmark_value>最小公倍数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3145213\n"
-"265\n"
"help.text"
msgid "LCM"
msgstr "LCM"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3146814\n"
-"266\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_KGV\">Returns the least common multiple of one or more integers.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_KGV\">複数の整数の最小公倍数を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3148632\n"
-"267\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3147279\n"
-"268\n"
"help.text"
msgid "LCM(Integer1; Integer2; ...; Integer30)"
msgstr "LCM(整数 1; 整数 2; ...; 整数 30)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3156348\n"
-"269\n"
"help.text"
msgid "<emph>Integer1 to 30</emph> are up to 30 integers whose lowest common multiple is to be calculated."
msgstr "<emph>整数 1 から 30</emph> は、最小公倍数を計算する最高 30 個の整数です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3156431\n"
-"270\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154914\n"
-"271\n"
"help.text"
msgid "If you enter the numbers <item type=\"input\">512</item>;<item type=\"input\">1024</item> and <item type=\"input\">2000</item> in the Integer 1;2 and 3 text boxes, 128000 will be returned as the result."
msgstr "整数 1、2、および 3 テキストボックスに数字 <item type=\"input\">512</item>、<item type=\"input\">1024</item>、および <item type=\"input\">2000</item> を入力すると、結果として 128000 が返されます。"
@@ -13918,126 +13997,127 @@ msgid "<bookmark_value>LCM_ADD function</bookmark_value>"
msgstr "<bookmark_value>LCM_ADD 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3154230\n"
-"684\n"
"help.text"
msgid "LCM_ADD"
msgstr "LCM_ADD"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3149036\n"
-"685\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_LCM\"> The result is the lowest common multiple of a list of numbers.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_LCM\">複数の数値の最小公倍数を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3153132\n"
-"686\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154395\n"
-"687\n"
"help.text"
msgid "LCM_ADD(Number(s))"
msgstr "LCM_ADD(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3147377\n"
-"688\n"
"help.text"
msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
msgstr "<emph>数値</emph> は、最高 30 個の数字のリストです。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3145122\n"
-"689\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3145135\n"
-"690\n"
"help.text"
msgid "<item type=\"input\">=LCM_ADD(5;15;25)</item> returns 75."
msgstr "<item type=\"input\">=LCM_ADD(5;15;25)</item> は、75 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3155802\n"
"help.text"
-msgid "<bookmark_value>COMBIN function</bookmark_value><bookmark_value>number of combinations</bookmark_value>"
+msgid "<bookmark_value>COMBIN function</bookmark_value> <bookmark_value>number of combinations</bookmark_value>"
msgstr "<bookmark_value>COMBIN 関数</bookmark_value><bookmark_value>組み合わせの数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3155802\n"
-"273\n"
"help.text"
msgid "COMBIN"
msgstr "COMBIN"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3156172\n"
-"274\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_KOMBINATIONEN\">Returns the number of combinations for elements without repetition.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_KOMBINATIONEN\">繰り返しを含まない要素の組み合わせの数を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3156193\n"
-"275\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3150223\n"
-"276\n"
"help.text"
msgid "COMBIN(Count1; Count2)"
msgstr "COMBIN(カウント 1; カウント 2)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3150313\n"
-"277\n"
"help.text"
msgid "<emph>Count1</emph> is the number of items in the set."
msgstr "<emph>カウント 1</emph> は、セット内の項目の数です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3153830\n"
-"278\n"
"help.text"
msgid "<emph>Count2</emph> is the number of items to choose from the set."
msgstr "<emph>カウント 2</emph> は、セットから選択する項目の数です。"
@@ -14059,81 +14139,82 @@ msgid "COMBIN implements the formula: Count1!/(Count2!*(Count1-Count2)!)"
msgstr "COMBIN は、数式 Count1!/(Count2!*(Count1-Count2)!) を実行します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3153171\n"
-"279\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3153517\n"
-"280\n"
"help.text"
msgid "<item type=\"input\">=COMBIN(3;2)</item> returns 3."
msgstr "<item type=\"input\">=COMBIN(3;2)</item> は、3 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3150284\n"
"help.text"
-msgid "<bookmark_value>COMBINA function</bookmark_value><bookmark_value>number of combinations with repetitions</bookmark_value>"
+msgid "<bookmark_value>COMBINA function</bookmark_value> <bookmark_value>number of combinations with repetitions</bookmark_value>"
msgstr "<bookmark_value>COMBINA 関数</bookmark_value><bookmark_value>組み合わせ (繰り返しも含む) の数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3150284\n"
-"282\n"
"help.text"
msgid "COMBINA"
msgstr "COMBINA"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3157894\n"
-"283\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_KOMBINATIONEN2\">Returns the number of combinations of a subset of items including repetitions.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_KOMBINATIONEN2\">繰り返しを含む項目のサブセットの組み合わせの数を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3145752\n"
-"284\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3145765\n"
-"285\n"
"help.text"
msgid "COMBINA(Count1; Count2)"
msgstr "COMBINA(カウント 1; カウント 2)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3153372\n"
-"286\n"
"help.text"
msgid "<emph>Count1</emph> is the number of items in the set."
msgstr "<emph>カウント 1</emph> は、セット内の項目の数です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3155544\n"
-"287\n"
"help.text"
msgid "<emph>Count2</emph> is the number of items to choose from the set."
msgstr "<emph>カウント 2</emph> は、セットから選択する項目の数です。"
@@ -14155,108 +14236,109 @@ msgid "COMBINA implements the formula: (Count1+Count2-1)! / (Count2!(Count1-1)!)
msgstr "COMBIN は、数式 Count1!/(Count2!*(Count1-Count2)!) を実行します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3154584\n"
-"288\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152904\n"
-"289\n"
"help.text"
msgid "<item type=\"input\">=COMBINA(3;2)</item> returns 6."
msgstr "<item type=\"input\">=COMBINA(3;2)</item> は、6 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3156086\n"
"help.text"
-msgid "<bookmark_value>TRUNC function</bookmark_value><bookmark_value>decimal places;cutting off</bookmark_value>"
+msgid "<bookmark_value>TRUNC function</bookmark_value> <bookmark_value>decimal places;cutting off</bookmark_value>"
msgstr "<bookmark_value>TRUNC 関数</bookmark_value><bookmark_value>小数位;切り捨てる</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3156086\n"
-"291\n"
"help.text"
msgid "TRUNC"
msgstr "TRUNC"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3157866\n"
-"292\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_KUERZEN\">Truncates a number by removing decimal places.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_KUERZEN\">小数点以下を削除して数を切り捨てます。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3148499\n"
-"293\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3148511\n"
-"294\n"
"help.text"
msgid "TRUNC(Number; Count)"
msgstr "TRUNC(数値; カウント)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3150796\n"
-"295\n"
"help.text"
msgid "Returns <emph>Number</emph> with at most <emph>Count</emph> decimal places. Excess decimal places are simply removed, irrespective of sign."
msgstr "<emph>カウント</emph> が最大で小数位の <emph>数値</emph> を返します。余分な小数位は、符号にかかわらず単に削除されます。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3150816\n"
-"296\n"
"help.text"
msgid "<item type=\"literal\">TRUNC(Number; 0)</item> behaves as <item type=\"literal\">INT(Number)</item> for positive numbers, but effectively rounds towards zero for negative numbers."
msgstr "<item type=\"literal\">TRUNC(数値; 0)</item> は正の数では <item type=\"literal\">INT(数値)</item> として動作し、負の数ではゼロに向かう効率的な丸めです。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3148548\n"
-"557\n"
"help.text"
msgid "The <emph>visible</emph> decimal places of the result are specified in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\">%PRODUCTNAME Calc - Calculate</link>."
msgstr "結果の小数点第何位までを<emph>表示</emph>するのかは <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01060500.xhp\">%PRODUCTNAME Calc - 計算式</link> で設定します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3152555\n"
-"297\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152569\n"
-"298\n"
"help.text"
msgid "<item type=\"input\">=TRUNC(1.239;2)</item> returns 1.23. The 9 is lost."
msgstr "<item type=\"input\">=TRUNC(1.239;2)</item> は、1.23 を返します。9 は失われます。"
@@ -14270,72 +14352,73 @@ msgid "<item type=\"input\">=TRUNC(-1.234999;3)</item> returns -1.234. All the 9
msgstr "<item type=\"input\">=TRUNC(-1.234999;3)</item> は、-1.234 を返します。すべての 9 が失われます。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3153601\n"
"help.text"
-msgid "<bookmark_value>LN function</bookmark_value><bookmark_value>natural logarithm</bookmark_value>"
+msgid "<bookmark_value>LN function</bookmark_value> <bookmark_value>natural logarithm</bookmark_value>"
msgstr "<bookmark_value>LN 関数</bookmark_value><bookmark_value>自然対数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3153601\n"
-"301\n"
"help.text"
msgid "LN"
msgstr "LN"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154974\n"
-"302\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_LN\">Returns the natural logarithm based on the constant e of a number.</ahelp> The constant e has a value of approximately 2.71828182845904."
msgstr "<ahelp hid=\"HID_FUNC_LN\">数値の自然対数に基づく定数 e を返します。</ahelp> 定数 e の値は約 2.71828182845904 です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3154993\n"
-"303\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3155284\n"
-"304\n"
"help.text"
msgid "LN(Number)"
msgstr "LN(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3155297\n"
-"305\n"
"help.text"
msgid "<emph>Number</emph> is the value whose natural logarithm is to be calculated."
msgstr "<emph>数値</emph> は、自然対数を求める値です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3153852\n"
-"306\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3153866\n"
-"307\n"
"help.text"
msgid "<item type=\"input\">=LN(3)</item> returns the natural logarithm of 3 (approximately 1.0986)."
msgstr "<item type=\"input\">=LN(3)</item> は、3 の自然対数 (約 1.0986) を返します。"
@@ -14349,81 +14432,82 @@ msgid "<item type=\"input\">=LN(EXP(321))</item> returns 321."
msgstr "<item type=\"input\">=LN(EXP(321))</item> は、321 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3109813\n"
"help.text"
-msgid "<bookmark_value>LOG function</bookmark_value><bookmark_value>logarithms</bookmark_value>"
+msgid "<bookmark_value>LOG function</bookmark_value> <bookmark_value>logarithms</bookmark_value>"
msgstr "<bookmark_value>LOG 関数</bookmark_value><bookmark_value>対数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3109813\n"
-"311\n"
"help.text"
msgid "LOG"
msgstr "LOG"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3109841\n"
-"312\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_LOG\">Returns the logarithm of a number to the specified base.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_LOG\">指定の底に対し、数値の対数を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3144719\n"
-"313\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144732\n"
-"314\n"
"help.text"
msgid "LOG(Number; Base)"
msgstr "LOG(数値; 底)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144746\n"
-"315\n"
"help.text"
msgid "<emph>Number</emph> is the value whose logarithm is to be calculated."
msgstr "<emph>数値</emph> は、対数を求める値です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152840\n"
-"316\n"
"help.text"
msgid "<emph>Base</emph> (optional) is the base for the logarithm calculation. If omitted, Base 10 is assumed."
msgstr "<emph>底</emph>(オプション) は対数計算の底です。省略した場合は底に10を使用します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3152860\n"
-"317\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154429\n"
-"318\n"
"help.text"
msgid "<item type=\"input\">=LOG(10;3)</item> returns the logarithm to base 3 of 10 (approximately 2.0959)."
msgstr "<item type=\"input\">=LOG(10;3)</item> は、3 を底とする 10 の対数 (約 2.0959) を返します。"
@@ -14437,188 +14521,190 @@ msgid "<item type=\"input\">=LOG(7^4;7)</item> returns 4."
msgstr "<item type=\"input\">=LOG(7^4;7)</item> は、4 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3154187\n"
"help.text"
-msgid "<bookmark_value>LOG10 function</bookmark_value><bookmark_value>base-10 logarithm</bookmark_value>"
+msgid "<bookmark_value>LOG10 function</bookmark_value> <bookmark_value>base-10 logarithm</bookmark_value>"
msgstr "<bookmark_value>LOG10 関数</bookmark_value><bookmark_value>10 を底とする対数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3154187\n"
-"322\n"
"help.text"
msgid "LOG10"
msgstr "LOG10"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3155476\n"
-"323\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_LOG10\">Returns the base-10 logarithm of a number.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_LOG10\">数値の 10 を底とする対数を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3155494\n"
-"324\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3159294\n"
-"325\n"
"help.text"
msgid "LOG10(Number)"
msgstr "LOG10(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3159308\n"
-"326\n"
"help.text"
msgid "Returns the logarithm to base 10 of <emph>Number</emph>."
msgstr "<emph>数値</emph> の 10 を底とする対数を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3159328\n"
-"327\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3157916\n"
-"328\n"
"help.text"
msgid "<item type=\"input\">=LOG10(5)</item> returns the base-10 logarithm of 5 (approximately 0.69897)."
msgstr "<item type=\"input\">=LOG10(5)</item> は、底が 10 の場合の 5 の対数 (約 0.69897) を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3152518\n"
"help.text"
-msgid "<bookmark_value>CEILING function</bookmark_value><bookmark_value>rounding;up to multiples of significance</bookmark_value>"
+msgid "<bookmark_value>CEILING function</bookmark_value> <bookmark_value>rounding;up to multiples of significance</bookmark_value>"
msgstr "<bookmark_value>CEILING 関数</bookmark_value><bookmark_value>丸め;基準値の倍数に切り上げる</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3152518\n"
-"332\n"
"help.text"
msgid "CEILING"
msgstr "CEILING"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3153422\n"
-"558\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_OBERGRENZE\">Rounds a number up to the nearest multiple of Significance.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_OBERGRENZE\">数値を挟む基準値の倍数のうち、大きい方の値を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3153440\n"
-"334\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3153454\n"
-"335\n"
"help.text"
msgid "CEILING(Number; Significance; Mode)"
msgstr "CEILING(数値; 基準値; モード)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3153467\n"
-"336\n"
"help.text"
msgid "<emph>Number</emph> is the number that is to be rounded up."
msgstr "<emph>数値</emph> は、切り上げの対象となる数値です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3155000\n"
-"337\n"
"help.text"
msgid "<emph>Significance</emph> is the number to whose multiple the value is to be rounded up."
msgstr "<emph>基準値</emph> は、切り上げられる値がその倍数となる値です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3155020\n"
-"559\n"
"help.text"
msgid "<emph>Mode</emph> is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of Number. This parameter is ignored when exporting to MS Excel as Excel does not know any third parameter."
msgstr "<emph>モード</emph> はオプション値です。モードの値が指定されておりゼロではなく、かつ数値と基準値が負の場合、丸め処理は数値の絶対値に基づいて行われます。Excel は第 3 パラメータを認識しないので、MS Excel にエクスポートする場合、このパラメーターは無視されます。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163792\n"
-"629\n"
"help.text"
msgid "If both parameters Number and Significance are negative and the Mode value is equal to zero or is not given, the results in $[officename] and Excel will differ after the import has been completed. If you export the spreadsheet to Excel, use Mode=1 to see the same results in Excel as in Calc."
msgstr "パラメーターの数値と基準値の両方が負で、モードの値がゼロまたは指定されていない場合、インポート後の $[officename] と Excel の結果は異なります。スプレッドシートを Excel にエクスポートする場合は、Excel でも Calc と同じ結果を表示するために、モード = 1 を使用してください。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3145697\n"
-"338\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3145710\n"
-"339\n"
"help.text"
msgid "<item type=\"input\">=CEILING(-11;-2)</item> returns -10"
msgstr "<item type=\"input\">=CEILING(-11;-2)</item> は、-10 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3145725\n"
-"340\n"
"help.text"
msgid "<item type=\"input\">=CEILING(-11;-2;0)</item> returns -10"
msgstr "<item type=\"input\">=CEILING(-11;-2;0)</item> は、-10 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3145740\n"
-"341\n"
"help.text"
msgid "<item type=\"input\">=CEILING(-11;-2;1)</item> returns -12"
msgstr "<item type=\"input\">=CEILING(-11;-2;1)</item> は、-12 を返します。"
@@ -14629,14 +14715,14 @@ 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>"
+msgid "<bookmark_value>CEILING.PRECISE function</bookmark_value> <bookmark_value>rounding;up to multiples of significance</bookmark_value>"
msgstr "<bookmark_value>CEILING 関数</bookmark_value><bookmark_value>丸め;基準値の倍数に切り上げる</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id2952518\n"
-"332\n"
"help.text"
msgid "CEILING.PRECISE"
msgstr "CEILING.PRECISE関数"
@@ -14645,16 +14731,15 @@ msgstr "CEILING.PRECISE関数"
msgctxt ""
"04060106.xhp\n"
"par_id2953422\n"
-"558\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_CEIL_MS\">Rounds a number up to the nearest multiple of Significance, regardless of sign of Significance</ahelp>"
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id2953440\n"
-"334\n"
"help.text"
msgid "Syntax"
msgstr "構文"
@@ -14663,7 +14748,6 @@ msgstr "構文"
msgctxt ""
"04060106.xhp\n"
"par_id2953454\n"
-"335\n"
"help.text"
msgid "CEILING.PRECISE(Number; Significance)"
msgstr ""
@@ -14673,7 +14757,6 @@ msgstr ""
msgctxt ""
"04060106.xhp\n"
"par_id2953467\n"
-"336\n"
"help.text"
msgid "<emph>Number</emph> (required) is the number that is to be rounded up."
msgstr "<emph>数値</emph> は、切り上げの対象となる数値です。"
@@ -14683,25 +14766,24 @@ msgstr "<emph>数値</emph> は、切り上げの対象となる数値です。"
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 "<emph>基準値</emph> は、切り上げられる値がその倍数となる値です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id2945697\n"
-"338\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id2945710\n"
-"339\n"
"help.text"
msgid "<item type=\"input\">=CEILING.PRECISE(-11;-2)</item> returns -10"
msgstr "<item type=\"input\">=CEILING.PRECISE(-11;-2)</item> は、-10 を返します。"
@@ -14712,14 +14794,14 @@ 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>"
+msgid "<bookmark_value>ISO.CEILING function</bookmark_value> <bookmark_value>rounding;up to multiples of significance</bookmark_value>"
msgstr "<bookmark_value>CEILING 関数</bookmark_value><bookmark_value>丸め;基準値の倍数に切り上げる</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id8952518\n"
-"332\n"
"help.text"
msgid "ISO.CEILING"
msgstr "ISO.CEILING 関数"
@@ -14728,16 +14810,15 @@ msgstr "ISO.CEILING 関数"
msgctxt ""
"04060106.xhp\n"
"par_id8953422\n"
-"558\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_CEIL_ISO\">Rounds a number up to the nearest multiple of Significance, regardless of sign of Significance</ahelp>"
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id8953440\n"
-"334\n"
"help.text"
msgid "Syntax"
msgstr "構文"
@@ -14746,7 +14827,6 @@ msgstr "構文"
msgctxt ""
"04060106.xhp\n"
"par_id8953454\n"
-"335\n"
"help.text"
msgid "ISO.CEILING(Number; Significance)"
msgstr ""
@@ -14756,7 +14836,6 @@ msgstr ""
msgctxt ""
"04060106.xhp\n"
"par_id8953467\n"
-"336\n"
"help.text"
msgid "<emph>Number</emph> (required) is the number that is to be rounded up."
msgstr "<emph>数値</emph> は、切り上げの対象となる数値です。"
@@ -14766,16 +14845,15 @@ msgstr "<emph>数値</emph> は、切り上げの対象となる数値です。"
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 "<emph>基準値</emph> は、切り上げられる値がその倍数となる値です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id8945697\n"
-"338\n"
"help.text"
msgid "Example"
msgstr "例"
@@ -14785,7 +14863,6 @@ msgstr "例"
msgctxt ""
"04060106.xhp\n"
"par_id8945710\n"
-"339\n"
"help.text"
msgid "<item type=\"input\">=ISO.CEILING(-11;-2)</item> returns -10"
msgstr "<item type=\"input\">=CEILING(-11;-2)</item> は、-10 を返します。"
@@ -14799,55 +14876,55 @@ msgid "<bookmark_value>PI function</bookmark_value>"
msgstr "<bookmark_value>PI 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3157762\n"
-"343\n"
"help.text"
msgid "PI"
msgstr "PI"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3157790\n"
-"344\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_PI\">Returns 3.14159265358979, the value of the mathematical constant PI to 14 decimal places.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_PI\">小数点以下 14 桁の数学定数 PI、3.14159265358979 を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3157809\n"
-"345\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3157822\n"
-"346\n"
"help.text"
msgid "PI()"
msgstr "PI()"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3157836\n"
-"347\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152370\n"
-"348\n"
"help.text"
msgid "<item type=\"input\">=PI()</item> returns 3.14159265358979."
msgstr "<item type=\"input\">=PI()</item> は、3.14159265358979 を返します。"
@@ -14861,64 +14938,64 @@ msgid "<bookmark_value>MULTINOMIAL function</bookmark_value>"
msgstr "<bookmark_value>MULTINOMIAL 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3152418\n"
-"635\n"
"help.text"
msgid "MULTINOMIAL"
msgstr "MULTINOMIAL"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152454\n"
-"636\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_MULTINOMIAL\"> Returns the factorial of the sum of the arguments divided by the product of the factorials of the arguments.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_MULTINOMIAL\">指定された数値の和の階乗と、指定された数値の階乗の積との比を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3155646\n"
-"637\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3155660\n"
-"638\n"
"help.text"
msgid "MULTINOMIAL(Number(s))"
msgstr "MULTINOMIAL(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3155673\n"
-"639\n"
"help.text"
msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
msgstr "<emph>数値</emph> は、最高 30 個の数字のリストです。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3155687\n"
-"640\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3155701\n"
-"641\n"
"help.text"
msgid "<item type=\"input\">=MULTINOMIAL(F11:H11)</item> returns 1260, if F11 to H11 contain the values <item type=\"input\">2</item>, <item type=\"input\">3</item> and <item type=\"input\">4</item>. This corresponds to the formula =(2+3+4)! / (2!*3!*4!)"
msgstr "F11 から H11 に値 <item type=\"input\">2</item>、<item type=\"input\">3</item>、<item type=\"input\">4</item> が含まれる場合、<item type=\"input\">=MULTINOMIAL(F11:H11)</item> は 1260 を返します。これは、数式 =(2+3+4)! / (2!*3!*4!) に対応します。"
@@ -14932,46 +15009,46 @@ msgid "<bookmark_value>POWER function</bookmark_value>"
msgstr "<bookmark_value>POWER 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3155717\n"
-"350\n"
"help.text"
msgid "POWER"
msgstr "POWER"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3159495\n"
-"351\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_POTENZ\">Returns a number raised to another number.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_POTENZ\">他の数のべき乗にした数を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3159513\n"
-"352\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3159526\n"
-"353\n"
"help.text"
msgid "POWER(Base; Exponent)"
msgstr "POWER(底; 指数)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3159540\n"
-"354\n"
"help.text"
msgid "Returns <emph>Base</emph> raised to the power of <emph>Exponent</emph>."
msgstr "<emph>底</emph> を <emph>指数</emph> でべき乗した値を返します。"
@@ -14993,19 +15070,19 @@ msgid "<item type=\"literal\">Base^Exponent</item>"
msgstr "<item type=\"literal\">底^指数</item>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3159580\n"
-"356\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3159594\n"
-"357\n"
"help.text"
msgid "<item type=\"input\">=POWER(4;3)</item> returns 64, which is 4 to the power of 3."
msgstr "<item type=\"input\">=POWER(4;3)</item> は、4 を 3 乗した 64 を返します。"
@@ -15027,37 +15104,37 @@ msgid "<bookmark_value>SERIESSUM function</bookmark_value>"
msgstr "<bookmark_value>SERIESSUM 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3152651\n"
-"642\n"
"help.text"
msgid "SERIESSUM"
msgstr "SERIESSUM"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152688\n"
-"643\n"
"help.text"
msgid "<ahelp hid=\".\">Sums the first terms of a power series.</ahelp>"
msgstr "<ahelp hid=\".\">べき級数の最初の項を合計します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152708\n"
-"644\n"
"help.text"
msgid "SERIESSUM(x;n;m;coefficients) = coefficient_1*x^n + coefficient_2*x^(n+m) + coefficient_3*x^(n+2m) +...+ coefficient_i*x^(n+(i-1)m)"
msgstr "SERIESSUM(x;n;m;係数) = 係数1*x^n + 係数2*x^(n+m) + 係数3*x^(n+2m) +...+ 係数i*x^(n+(i-1)m)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3152724\n"
-"645\n"
"help.text"
msgid "Syntax"
msgstr "構文"
@@ -15071,90 +15148,91 @@ msgid "SERIESSUM(X; N; M; Coefficients)"
msgstr "SERIESSUM(X; N; M; 係数)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152737\n"
-"646\n"
"help.text"
msgid "<emph>X</emph> is the input value for the power series."
msgstr "<emph>X</emph> は、べき級数の入力値です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144344\n"
-"647\n"
"help.text"
msgid "<emph>N</emph> is the initial power"
msgstr "<emph>N</emph> はべき乗の初期値です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144357\n"
-"648\n"
"help.text"
msgid "<emph>M</emph> is the increment to increase N"
msgstr "<emph>M</emph> は、N を増加させる増加分です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144370\n"
-"649\n"
"help.text"
msgid "<emph>Coefficients</emph> is a series of coefficients. For each coefficient the series sum is extended by one section."
msgstr "<emph>係数</emph> は、一連の係数です。係数ごとに、級数の和が 1 セクション延長されます。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3144386\n"
"help.text"
-msgid "<bookmark_value>PRODUCT function</bookmark_value><bookmark_value>numbers;multiplying</bookmark_value><bookmark_value>multiplying;numbers</bookmark_value>"
+msgid "<bookmark_value>PRODUCT function</bookmark_value> <bookmark_value>numbers;multiplying</bookmark_value> <bookmark_value>multiplying;numbers</bookmark_value>"
msgstr "<bookmark_value>PRODUCT 関数</bookmark_value><bookmark_value>数値;乗算</bookmark_value><bookmark_value>乗算;数値</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3144386\n"
-"361\n"
"help.text"
msgid "PRODUCT"
msgstr "PRODUCT"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144414\n"
-"362\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_PRODUKT\">Multiplies all the numbers given as arguments and returns the product.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_PRODUKT\">引数として指定された数値をすべて乗算し、その積を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3144433\n"
-"363\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144446\n"
-"364\n"
"help.text"
msgid "PRODUCT(Number1; Number2; ...; Number30)"
msgstr "PRODUCT(数値 1; 数値 2; ...; 数値 30)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144460\n"
-"365\n"
"help.text"
msgid "<emph>Number1 to 30</emph> are up to 30 arguments whose product is to be calculated."
msgstr "<emph>数値1 から 30</emph> は、積を計算する最高 30 個の引数です。"
@@ -15168,170 +15246,172 @@ msgid "PRODUCT returns number1 * number2 * number3 * ..."
msgstr "PRODUCT は number1 * number2 * number3 * ... を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3144480\n"
-"366\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144494\n"
-"367\n"
"help.text"
msgid "<item type=\"input\">=PRODUCT(2;3;4)</item> returns 24."
msgstr "<item type=\"input\">=PRODUCT(2;3;4)</item> は、24 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3160340\n"
"help.text"
-msgid "<bookmark_value>SUMSQ function</bookmark_value><bookmark_value>square number additions</bookmark_value><bookmark_value>sums;of square numbers</bookmark_value>"
+msgid "<bookmark_value>SUMSQ function</bookmark_value> <bookmark_value>square number additions</bookmark_value> <bookmark_value>sums;of square numbers</bookmark_value>"
msgstr "<bookmark_value>SUMSQ 関数</bookmark_value><bookmark_value>平方値の加算</bookmark_value><bookmark_value>合計;平方値</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3160340\n"
-"369\n"
"help.text"
msgid "SUMSQ"
msgstr "SUMSQ"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3160368\n"
-"370\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_QUADRATESUMME\">If you want to calculate the sum of the squares of numbers (totaling up of the squares of the arguments), enter these into the text fields.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_QUADRATESUMME\">数値の平方和 (引数の二乗を加算したもの) を計算するには、これらをテキストフィールドに入力します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3160388\n"
-"371\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3160402\n"
-"372\n"
"help.text"
msgid "SUMSQ(Number1; Number2; ...; Number30)"
msgstr "SUMSQ(数値 1; 数値 2; ...; 数値 30)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3160415\n"
-"373\n"
"help.text"
msgid "<emph>Number1 to 30</emph> are up to 30 arguments the sum of whose squares is to be calculated."
msgstr "<emph>数値 1 から 30</emph> は、平方の合計を計算する最高 30 個の引数です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3160436\n"
-"374\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3160449\n"
-"375\n"
"help.text"
msgid "If you enter the numbers <item type=\"input\">2</item>; <item type=\"input\">3</item> and <item type=\"input\">4</item> in the Number 1; 2 and 3 text boxes, 29 is returned as the result."
msgstr "数字 1、2、および 3 テキストボックスに数字 <item type=\"input\">2</item>、<item type=\"input\">3</item>、および <item type=\"input\">4</item> を入力すると、結果として 29 が返されます。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3158247\n"
"help.text"
-msgid "<bookmark_value>MOD function</bookmark_value><bookmark_value>remainders of divisions</bookmark_value>"
+msgid "<bookmark_value>MOD function</bookmark_value> <bookmark_value>remainders of divisions</bookmark_value>"
msgstr "<bookmark_value>MOD 関数</bookmark_value><bookmark_value>除算の余り</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3158247\n"
-"387\n"
"help.text"
msgid "MOD"
msgstr "MOD"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3158276\n"
-"388\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_REST\">Returns the remainder when one integer is divided by another.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_REST\">ある整数を別の整数で割ったときの余りを返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3158294\n"
-"389\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3158308\n"
-"390\n"
"help.text"
msgid "MOD(Dividend; Divisor)"
msgstr "MOD(被除数;除数)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3158321\n"
-"391\n"
"help.text"
msgid "For integer arguments this function returns Dividend modulo Divisor, that is the remainder when <emph>Dividend</emph> is divided by <emph>Divisor</emph>."
msgstr "整数の引数では、この関数は Dividend modulo Divisor、つまり <emph>被除数</emph> を <emph>除数</emph> で割ったときの余りを返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3158341\n"
-"392\n"
"help.text"
msgid "This function is implemented as <item type=\"literal\">Dividend - Divisor * INT(Dividend/Divisor)</item> , and this formula gives the result if the arguments are not integer."
msgstr "この関数は <item type=\"literal\">Dividend - Divisor * INT(Dividend/Divisor)</item> として実行されます。引数が整数でない場合、この数式は結果を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3158361\n"
-"393\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3158374\n"
-"394\n"
"help.text"
msgid "<item type=\"input\">=MOD(22;3)</item> returns 1, the remainder when 22 is divided by 3."
msgstr "<item type=\"input\">=MOD(22;3)</item> は、22 を 3 で割った余り、1 を返します。"
@@ -15345,45 +15425,46 @@ msgid "<item type=\"input\">=MOD(11.25;2.5)</item> returns 1.25."
msgstr "<item type=\"input\">=MOD(11.25;2.5)</item> は、1.25 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3144592\n"
"help.text"
-msgid "<bookmark_value>QUOTIENT function</bookmark_value><bookmark_value>divisions</bookmark_value>"
+msgid "<bookmark_value>QUOTIENT function</bookmark_value> <bookmark_value>divisions</bookmark_value>"
msgstr "<bookmark_value>QUOTIENT 関数</bookmark_value><bookmark_value>商</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3144592\n"
-"652\n"
"help.text"
msgid "QUOTIENT"
msgstr "QUOTIENT"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144627\n"
-"653\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_QUOTIENT\">Returns the integer part of a division operation.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_QUOTIENT\">除算演算の商の整数部を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3144646\n"
-"654\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144659\n"
-"655\n"
"help.text"
msgid "QUOTIENT(Numerator; Denominator)"
msgstr "QUOTIENT(分子; 分母)"
@@ -15405,72 +15486,73 @@ msgid "QUOTIENT is equivalent to <item type=\"literal\">INT(numerator/denominato
msgstr "QUOTIENT は、異なるエラーコードでエラーを報告する場合があることを除き、<item type=\"literal\">INT(numerator/denominator)</item> と同じです。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3144674\n"
-"656\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144687\n"
-"657\n"
"help.text"
msgid "<item type=\"input\">=QUOTIENT(11;3)</item> returns 3. The remainder of 2 is lost."
msgstr "<item type=\"input\">=QUOTIENT(11;3)</item> は、3 を返します。余りの 2 は失われます。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3144702\n"
"help.text"
-msgid "<bookmark_value>RADIANS function</bookmark_value><bookmark_value>converting;degrees, into radians</bookmark_value>"
+msgid "<bookmark_value>RADIANS function</bookmark_value> <bookmark_value>converting;degrees, into radians</bookmark_value>"
msgstr "<bookmark_value>RADIANS 関数</bookmark_value><bookmark_value>変換; 度数、ラジアンに</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3144702\n"
-"377\n"
"help.text"
msgid "RADIANS"
msgstr "RADIANS"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3158025\n"
-"378\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_RAD\">Converts degrees to radians.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_RAD\">度で表した角度をラジアンに変換します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3158042\n"
-"379\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3158055\n"
-"380\n"
"help.text"
msgid "RADIANS(Number)"
msgstr "RADIANS(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3158069\n"
-"381\n"
"help.text"
msgid "<emph>Number</emph> is the angle in degrees to be converted to radians."
msgstr "<emph>数値</emph> は、ラジアンに変換される角度です。"
@@ -15500,46 +15582,46 @@ msgid "<bookmark_value>ROUND function</bookmark_value>"
msgstr "<bookmark_value>ROUND 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3158121\n"
-"398\n"
"help.text"
msgid "ROUND"
msgstr "ROUND"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3158150\n"
-"399\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_RUNDEN\">Rounds a number to a certain number of decimal places.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_RUNDEN\">指定の桁数 (小数位) に数値を四捨五入します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3158169\n"
-"400\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3158182\n"
-"401\n"
"help.text"
msgid "ROUND(Number; Count)"
msgstr "ROUND(数値; カウント)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3158196\n"
-"402\n"
"help.text"
msgid "Returns <emph>Number</emph> rounded to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds to the nearest integer. If Count is negative, the function rounds to the nearest 10, 100, 1000, etc."
msgstr "<emph>カウント</emph> の小数位に丸めた <emph>数値</emph> を返します。カウントが省略されている場合やゼロの場合、関数はもっとも近い整数に切り上げます。カウントが負の数の場合、関数はもっとも近い 10、100、1000 などに切り上げます。"
@@ -15553,28 +15635,28 @@ msgid "This function rounds to the nearest number. See ROUNDDOWN and ROUNDUP for
msgstr "この関数はもっとも近い数に切り上げます。 代わりに使用できる関数については、ROUNDDOWN と ROUNDUP を参照してください。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3145863\n"
-"404\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3145876\n"
-"405\n"
"help.text"
msgid "<item type=\"input\">=ROUND(2.348;2)</item> returns 2.35"
msgstr "<item type=\"input\">=ROUND(2.348;2)</item> は、2.35 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3145899\n"
-"406\n"
"help.text"
msgid "<item type=\"input\">=ROUND(-32.4834;3)</item> returns -32.483. Change the cell format to see all decimals."
msgstr "<item type=\"input\">=ROUND(-32.4834;3)</item> は、-32.483 を返します。すべての小数を表示するには、セル書式を変更します。"
@@ -15612,46 +15694,46 @@ msgid "<bookmark_value>ROUNDDOWN function</bookmark_value>"
msgstr "<bookmark_value>ROUNDDOWN 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3145991\n"
-"24\n"
"help.text"
msgid "ROUNDDOWN"
msgstr "ROUNDDOWN"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3146020\n"
-"25\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ABRUNDEN\">Rounds a number down, toward zero, to a certain precision.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ABRUNDEN\">数をゼロに向かって特定の精度に切り下げます。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3146037\n"
-"26\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3146051\n"
-"27\n"
"help.text"
msgid "ROUNDDOWN(Number; Count)"
msgstr "ROUNDDOWN(数値; カウント)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3146064\n"
-"28\n"
"help.text"
msgid "Returns <emph>Number</emph> rounded down (towards zero) to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds down to an integer. If Count is negative, the function rounds down to the next 10, 100, 1000, etc."
msgstr "<emph>カウント</emph> の小数位にゼロに向けて切り下げた <emph>数値</emph> を返します。カウントが省略されている場合やゼロの場合、関数は整数に切り下げられます。カウントが負の数の場合、関数は次の 10、100、1000 などに切り下げられます。"
@@ -15665,19 +15747,19 @@ msgid "This function rounds towards zero. See ROUNDUP and ROUND for alternatives
msgstr "この関数はゼロに向かって四捨五入します。 代わりに使用できる関数については、ROUNDUP と ROUND を参照してください。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3163164\n"
-"30\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163178\n"
-"31\n"
"help.text"
msgid "<item type=\"input\">=ROUNDDOWN(1.234;2)</item> returns 1.23."
msgstr "<item type=\"input\">=ROUNDDOWN(1.234;2)</item> は、1.23 を返します。"
@@ -15715,46 +15797,46 @@ msgid "<bookmark_value>ROUNDUP function</bookmark_value>"
msgstr "<bookmark_value>ROUNDUP 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3163268\n"
-"140\n"
"help.text"
msgid "ROUNDUP"
msgstr "ROUNDUP"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163297\n"
-"141\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_AUFRUNDEN\">Rounds a number up, away from zero, to a certain precision.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_AUFRUNDEN\">数をゼロから特定の精度に切り上げます。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3163315\n"
-"142\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163328\n"
-"143\n"
"help.text"
msgid "ROUNDUP(Number; Count)"
msgstr "ROUNDUP(数値; カウント)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163342\n"
-"144\n"
"help.text"
msgid "Returns <emph>Number</emph> rounded up (away from zero) to <emph>Count</emph> decimal places. If Count is omitted or zero, the function rounds up to an integer. If Count is negative, the function rounds up to the next 10, 100, 1000, etc."
msgstr "<emph>カウント</emph> の小数位にゼロとは逆方向に向けて切り上げた <emph>数値</emph> を返します。カウントが省略されている場合やゼロの場合、関数は整数に切り上げられます。カウントが負の数の場合、関数は次の 10、100、1000 などに切り上げられます。"
@@ -15768,19 +15850,19 @@ msgid "This function rounds away from zero. See ROUNDDOWN and ROUND for alternat
msgstr "この関数はゼロから離れるように四捨五入します。 代わりに使用できる関数については、ROUNDDOWN と ROUNDUP を参照してください。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3163381\n"
-"146\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144786\n"
-"147\n"
"help.text"
msgid "<item type=\"input\">=ROUNDUP(1.1111;2)</item> returns 1.12."
msgstr "<item type=\"input\">=ROUNDUP(1.1111;2)</item> は、1.12 を返します。"
@@ -15826,46 +15908,46 @@ msgid "<bookmark_value>SEC function</bookmark_value>"
msgstr "<bookmark_value>SEC 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id5187204\n"
-"149\n"
"help.text"
msgid "SEC"
msgstr "SEC"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id9954962\n"
-"150\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_SECANT\">Returns the secant of the given angle (in radians). The secant of an angle is equivalent to 1 divided by the cosine of that angle</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_SECANT\">与えられた(ラジアンでの)角度のセカントを返します。ある角度のセカントはコサインの逆数に等しいです</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id422243\n"
-"151\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id2055913\n"
-"152\n"
"help.text"
msgid "SEC(Number)"
msgstr "SEC(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id9568170\n"
-"153\n"
"help.text"
msgid "Returns the (trigonometric) secant of <emph>Number</emph>, the angle in radians."
msgstr "ラジアンでの角度<emph>Number</emph>の(三角関数の)セカントを返します"
@@ -15879,28 +15961,28 @@ msgid "To return the secant of an angle in degrees, use the RADIANS function."
msgstr "度数で表わされた角度のサインを返すには、RADIANS 関数を使用します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id9878918\n"
-"154\n"
"help.text"
msgid "Examples"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id6935513\n"
-"155\n"
"help.text"
msgid "<item type=\"input\">=SEC(PI()/4)</item> returns approximately 1.4142135624, the inverse of the cosine of PI/4 radians."
msgstr "<item type=\"input\">=SEC(PI()/4</item>は近似的に1.4142135624(PI/4ラジアンのコサインの逆数)を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3954287\n"
-"156\n"
"help.text"
msgid "<item type=\"input\">=SEC(RADIANS(60))</item> returns 2, the secant of 60 degrees."
msgstr "<item type=\"input\">=SEC(RADIANS(60))</item>は2(60度のセカント)を返します。"
@@ -15914,64 +15996,64 @@ msgid "<bookmark_value>SECH function</bookmark_value>"
msgstr "<bookmark_value>SECH 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id8661934\n"
-"159\n"
"help.text"
msgid "SECH"
msgstr "SECH"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id408174\n"
-"160\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_SECANTHYP\">Returns the hyperbolic secant of a number.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_SECANTHYP\">ある数値の双曲線セカントを返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id875988\n"
-"161\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id4985391\n"
-"162\n"
"help.text"
msgid "SECH(Number)"
msgstr "SECH(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id1952124\n"
-"163\n"
"help.text"
msgid "Returns the hyperbolic secant of <emph>Number</emph>."
msgstr "<emph>Number</emph> の双曲線セカントを返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id9838764\n"
-"164\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id1187764\n"
-"165\n"
"help.text"
msgid "<item type=\"input\">=SECH(0)</item> returns 1, the hyperbolic secant of 0."
msgstr "<item type=\"input\">=SECH(0)</item>は1(0の双曲線セカント)を返します。"
@@ -15985,46 +16067,46 @@ msgid "<bookmark_value>SIN function</bookmark_value>"
msgstr "<bookmark_value>SIN 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3144877\n"
-"408\n"
"help.text"
msgid "SIN"
msgstr "SIN"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144906\n"
-"409\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_SIN\">Returns the sine of the given angle (in radians).</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_SIN\">ラジアン単位で指定された値のサインを返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3144923\n"
-"410\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144937\n"
-"411\n"
"help.text"
msgid "SIN(Number)"
msgstr "SIN(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144950\n"
-"412\n"
"help.text"
msgid "Returns the (trigonometric) sine of <emph>Number</emph>, the angle in radians."
msgstr "<emph>数値</emph> のサイン、ラジアン単位の角度を返します。"
@@ -16038,19 +16120,19 @@ msgid "To return the sine of an angle in degrees, use the RADIANS function."
msgstr "角度のサインを度数で返すには、RADIANS 関数を使用します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3144969\n"
-"413\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144983\n"
-"414\n"
"help.text"
msgid "<item type=\"input\">=SIN(PI()/2)</item> returns 1, the sine of PI/2 radians."
msgstr "<item type=\"input\">=SIN(PI()/2)</item> は、PI/2 ラジアンのサインを表す 1 を返します。"
@@ -16072,278 +16154,280 @@ msgid "<bookmark_value>SINH function</bookmark_value>"
msgstr "<bookmark_value>SINH 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3163397\n"
-"418\n"
"help.text"
msgid "SINH"
msgstr "SINH"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163426\n"
-"419\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_SINHYP\">Returns the hyperbolic sine of a number.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_SINHYP\">数値の双曲線サインを返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3163444\n"
-"420\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163457\n"
-"421\n"
"help.text"
msgid "SINH(Number)"
msgstr "SINH(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163471\n"
-"422\n"
"help.text"
msgid "Returns the hyperbolic sine of <emph>Number</emph>."
msgstr "<emph>数値</emph> の双曲線サインを返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3163491\n"
-"423\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163504\n"
-"424\n"
"help.text"
msgid "<item type=\"input\">=SINH(0)</item> returns 0, the hyperbolic sine of 0."
msgstr "<item type=\"input\">=SINH(0)</item> は、0 の双曲線サインを表す 0 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3163596\n"
"help.text"
-msgid "<bookmark_value>SUM function</bookmark_value><bookmark_value>adding;numbers in cell ranges</bookmark_value>"
+msgid "<bookmark_value>SUM function</bookmark_value> <bookmark_value>adding;numbers in cell ranges</bookmark_value>"
msgstr "<bookmark_value>SUM 関数</bookmark_value><bookmark_value>加算;一定範囲のセルに存在する数値</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3163596\n"
-"428\n"
"help.text"
msgid "SUM"
msgstr "SUM"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163625\n"
-"429\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_SUMME\">Adds all the numbers in a range of cells.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_SUMME\">指定されたセル範囲にあるすべての数値を加算します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3163643\n"
-"430\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163656\n"
-"431\n"
"help.text"
msgid "SUM(Number1; Number2; ...; Number30)"
msgstr "SUM(数値 1; 数値 2; ...; 数値 30)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163671\n"
-"432\n"
"help.text"
msgid "<emph>Number 1 to Number 30</emph> are up to 30 arguments whose sum is to be calculated."
msgstr "<emph>数値 1 から 30</emph> は、合計を計算する最高 30 個の引数です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3163690\n"
-"433\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163704\n"
-"434\n"
"help.text"
msgid "If you enter the numbers <item type=\"input\">2</item>; <item type=\"input\">3 </item>and <item type=\"input\">4</item> in the Number 1; 2 and 3 text boxes, 9 will be returned as the result."
msgstr "数字 1、2、および 3 テキストボックスに数字 <item type=\"input\">2</item>、<item type=\"input\">3</item>、および <item type=\"input\">4</item> を入力すると、結果として 9 が返されます。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3151740\n"
-"556\n"
"help.text"
msgid "<item type=\"input\">=SUM(A1;A3;B5)</item> calculates the sum of the three cells. <item type=\"input\">=SUM (A1:E10)</item> calculates the sum of all cells in the A1 to E10 cell range."
msgstr "<item type=\"input\">=SUM(A1;A3;B5)</item> は、3 つのセルの合計を計算します。<item type=\"input\">=SUM (A1:E10)</item> は、A1 から E10 のセル範囲のすべてのセルの合計を計算します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3151756\n"
-"619\n"
"help.text"
msgid "Conditions linked by AND can be used with the function SUM() in the following manner:"
msgstr "SUM() 関数で条件に論理積を適用する場合、次のような方法を使用します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3151774\n"
-"620\n"
"help.text"
msgid "Example assumption: You have entered invoices into a table. Column A contains the date value of the invoice, column B the amounts. You want to find a formula that you can use to return the total of all amounts only for a specific month, e.g. only the amount for the period >=2008-01-01 to <2008-02-01. The range with the date values covers A1:A40, the range containing the amounts to be totaled is B1:B40. C1 contains the start date, 2008<item type=\"input\">-01-01</item>, of the invoices to be included and C2 the date, 2008<item type=\"input\">-02-01</item>, that is no longer included."
msgstr "例の前提条件:表に請求書を入力しています。列 A には請求書の日付、列 B には金額が含まれています。たとえば、2008-01-01 から 2008-02-01 より前までの期間の金額のように、特定の月だけの合計金額を返すために使用できる数式を調べます。日付値の範囲は A1:A40 で、合計する金額が含まれている範囲は B1:B40 です。C1 には、対象となる請求書の開始日 2008<item type=\"input\">-01-01</item> が含まれ、C2 には日付 2008<item type=\"input\">-02-01</item> が含まれます。C2 の日付は範囲外になります。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3151799\n"
-"621\n"
"help.text"
msgid "Enter the following formula as an array formula:"
msgstr "次の数式を行列式として入力します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3151813\n"
-"622\n"
"help.text"
msgid "<item type=\"input\">=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)</item>"
msgstr "<item type=\"input\">=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)</item>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3151828\n"
-"623\n"
"help.text"
-msgid "In order to enter this as an array formula, you must press the Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command </caseinline><defaultinline>+ Ctrl</defaultinline></switchinline>+ Enter keys instead of simply pressing the Enter key to close the formula. The formula will then be shown in the <emph>Formula</emph> bar enclosed in braces."
+msgid "In order to enter this as an array formula, you must press the Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command</caseinline><defaultinline>+ Ctrl</defaultinline></switchinline>+ Enter keys instead of simply pressing the Enter key to close the formula. The formula will then be shown in the <emph>Formula</emph> bar enclosed in braces."
msgstr "この数式を行列式として入力するには、数式を閉じるときに、Enter キーだけを押すのではなく、Shift <switchinline select=\"sys\"><caseinline select=\"MAC\">+ Command</caseinline><defaultinline> + Ctrl</defaultinline></switchinline> + Enter キーを一緒に押す必要があります。その結果、この数式は <emph>数式</emph>バーに、中かっこに囲まれて表示されます。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3151869\n"
-"624\n"
"help.text"
msgid "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}"
msgstr "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3151884\n"
-"625\n"
"help.text"
msgid "The formula is based on the fact that the result of a comparison is 1 if the criterion is met and 0 if it is not met. The individual comparison results will be treated as an array and used in matrix multiplication, and at the end the individual values will be totaled to give the result matrix."
msgstr "数式は、比較結果が条件を満たす場合は 1、満たさない場合は 0 という事実に基づいています。個々の比較結果は行列として扱われ、行列乗算で使用されます。最後に個々の値が合計され、結果行列が計算されます。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3151957\n"
"help.text"
-msgid "<bookmark_value>SUMIF function</bookmark_value><bookmark_value>adding;specified numbers</bookmark_value>"
+msgid "<bookmark_value>SUMIF function</bookmark_value> <bookmark_value>adding;specified numbers</bookmark_value>"
msgstr "<bookmark_value>SUMIF 関数</bookmark_value><bookmark_value>合計;指定された数値</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3151957\n"
-"436\n"
"help.text"
msgid "SUMIF"
msgstr "SUMIF"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3151986\n"
-"437\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criteria.</ahelp> This function is used to browse a range when you search for a certain value."
msgstr "<ahelp hid=\"HID_FUNC_SUMMEWENN\">条件を満たすセルの合計を返します。</ahelp>この関数を使うと、範囲内で特定の値が検索できます。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3152015\n"
-"438\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152028\n"
-"439\n"
"help.text"
msgid "SUMIF(Range; Criteria; SumRange)"
msgstr "SUMIF(範囲; 条件; 合計範囲)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152043\n"
-"440\n"
"help.text"
msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
msgstr "<emph>範囲</emph> は、条件を適用する範囲です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152062\n"
-"441\n"
"help.text"
msgid "<emph>Criteria</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes."
msgstr "<emph>条件</emph> は、検索条件が表示されているセル、または検索条件そのものです。条件を数式中に書く場合は、二重引用符で囲む必要があります。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152083\n"
-"442\n"
"help.text"
msgid "<emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed."
msgstr "<emph>合計範囲</emph> は、値を合計する範囲です。このパラメーターが指定されていない場合は、範囲の値を合計します。"
@@ -16357,19 +16441,19 @@ msgid "SUMIF supports the reference concatenation operator (~) only in the Crite
msgstr "SUMIF は、オプションの合計範囲パラメーターが指定されていない場合だけ、条件パラメーターでのみ参照連結演算子 (~) をサポートしています。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3152110\n"
-"443\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152148\n"
-"626\n"
"help.text"
msgid "To sum up only negative numbers: <item type=\"input\">=SUMIF(A1:A10;\"<0\")</item>"
msgstr "負の数だけを合計するには: <item type=\"input\">=SUMIF(A1:A10;\"<0\")</item>"
@@ -16399,46 +16483,46 @@ msgid "<bookmark_value>TAN function</bookmark_value>"
msgstr "<bookmark_value>TAN 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3152195\n"
-"446\n"
"help.text"
msgid "TAN"
msgstr "TAN"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152224\n"
-"447\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_TAN\">Returns the tangent of the given angle (in radians).</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_TAN\">ラジアン単位で指定された値のタンジェントを返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3152242\n"
-"448\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152255\n"
-"449\n"
"help.text"
msgid "TAN(Number)"
msgstr "TAN(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152269\n"
-"450\n"
"help.text"
msgid "Returns the (trigonometric) tangent of <emph>Number</emph>, the angle in radians."
msgstr "<emph>数値</emph> のタンジェント、ラジアン単位の角度を返します。"
@@ -16452,19 +16536,19 @@ msgid "To return the tangent of an angle in degrees, use the RADIANS function."
msgstr "角度のタンジェントを度数で返すには、RADIANS 関数を使用します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3152287\n"
-"451\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152301\n"
-"452\n"
"help.text"
msgid "<item type=\"input\">=TAN(PI()/4) </item>returns 1, the tangent of PI/4 radians."
msgstr "<item type=\"input\">=TAN(PI()/4)</item> は、PI/4 ラジアンのタンジェントを表す 1 を返します。"
@@ -16486,135 +16570,136 @@ msgid "<bookmark_value>TANH function</bookmark_value>"
msgstr "<bookmark_value>TANH 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3165434\n"
-"456\n"
"help.text"
msgid "TANH"
msgstr "TANH"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3165462\n"
-"457\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_TANHYP\">Returns the hyperbolic tangent of a number.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_TANHYP\">数値の双曲線タンジェントを返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3165480\n"
-"458\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3165494\n"
-"459\n"
"help.text"
msgid "TANH(Number)"
msgstr "TANH(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3165508\n"
-"460\n"
"help.text"
msgid "Returns the hyperbolic tangent of <emph>Number</emph>."
msgstr "<emph>数値</emph> の双曲線タンジェントを返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3165527\n"
-"461\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3165541\n"
-"462\n"
"help.text"
msgid "<item type=\"input\">=TANH(0)</item> returns 0, the hyperbolic tangent of 0."
msgstr "<item type=\"input\">=TANH(0)</item> は、0 の双曲線タンジェントを表す 0 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3165633\n"
"help.text"
-msgid "<bookmark_value>AutoFilter function; subtotals</bookmark_value><bookmark_value>sums;of filtered data</bookmark_value><bookmark_value>filtered data; sums</bookmark_value><bookmark_value>SUBTOTAL function</bookmark_value>"
+msgid "<bookmark_value>AutoFilter function; subtotals</bookmark_value> <bookmark_value>sums;of filtered data</bookmark_value> <bookmark_value>filtered data; sums</bookmark_value> <bookmark_value>SUBTOTAL function</bookmark_value>"
msgstr "<bookmark_value>オートフィルター機能; 小計</bookmark_value><bookmark_value>合計;フィルタリングされたデータ</bookmark_value><bookmark_value>フィルタリングされたデータ; 合計</bookmark_value><bookmark_value>SUBTOTAL 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3165633\n"
-"466\n"
"help.text"
msgid "SUBTOTAL"
msgstr "SUBTOTAL"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3165682\n"
-"467\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_TEILERGEBNIS\">Calculates subtotals.</ahelp> If a range already contains subtotals, these are not used for further calculations. Use this function with the AutoFilters to take only the filtered records into account."
msgstr "<ahelp hid=\"HID_FUNC_TEILERGEBNIS\">小計を求めます。</ahelp>範囲に別の小計が含まれている場合、その小計は以降の計算では使用されません。この関数と一緒にオートフィルターを使用すると、レコードにフィルターを掛けることができます。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3165704\n"
-"495\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3165717\n"
-"496\n"
"help.text"
msgid "SUBTOTAL(Function; Range)"
msgstr "SUBTOTAL(関数; 範囲)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3165731\n"
-"497\n"
"help.text"
msgid "<emph>Function</emph> is a number that stands for one of the following functions:"
msgstr "<emph>関数</emph> は次の関数のひとつを表す数値です:"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3165782\n"
-"469\n"
"help.text"
msgid "Function index"
msgstr "<emph>関数インデックス</emph>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3165806\n"
-"470\n"
"help.text"
msgid "Function"
msgstr "関数"
@@ -16623,16 +16708,15 @@ msgstr "関数"
msgctxt ""
"04060106.xhp\n"
"par_id3165833\n"
-"471\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3165856\n"
-"472\n"
"help.text"
msgid "AVERAGE"
msgstr "AVERAGE"
@@ -16641,16 +16725,15 @@ msgstr "AVERAGE"
msgctxt ""
"04060106.xhp\n"
"par_id3165883\n"
-"473\n"
"help.text"
msgid "2"
-msgstr "2"
+msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3165906\n"
-"474\n"
"help.text"
msgid "COUNT"
msgstr "COUNT"
@@ -16659,16 +16742,15 @@ msgstr "COUNT"
msgctxt ""
"04060106.xhp\n"
"par_id3165933\n"
-"475\n"
"help.text"
msgid "3"
-msgstr "3"
+msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3165956\n"
-"476\n"
"help.text"
msgid "COUNTA"
msgstr "COUNTA"
@@ -16677,16 +16759,15 @@ msgstr "COUNTA"
msgctxt ""
"04060106.xhp\n"
"par_id3165983\n"
-"477\n"
"help.text"
msgid "4"
-msgstr "4"
+msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3166006\n"
-"478\n"
"help.text"
msgid "MAX"
msgstr "MAX"
@@ -16695,16 +16776,15 @@ msgstr "MAX"
msgctxt ""
"04060106.xhp\n"
"par_id3166033\n"
-"479\n"
"help.text"
msgid "5"
-msgstr "5"
+msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3166056\n"
-"480\n"
"help.text"
msgid "MIN"
msgstr "MIN"
@@ -16713,16 +16793,15 @@ msgstr "MIN"
msgctxt ""
"04060106.xhp\n"
"par_id3143316\n"
-"481\n"
"help.text"
msgid "6"
-msgstr "6"
+msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143339\n"
-"482\n"
"help.text"
msgid "PRODUCT"
msgstr "PRODUCT"
@@ -16731,16 +16810,15 @@ msgstr "PRODUCT"
msgctxt ""
"04060106.xhp\n"
"par_id3143366\n"
-"483\n"
"help.text"
msgid "7"
-msgstr "7"
+msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143389\n"
-"484\n"
"help.text"
msgid "STDEV"
msgstr "STDEV"
@@ -16749,16 +16827,15 @@ msgstr "STDEV"
msgctxt ""
"04060106.xhp\n"
"par_id3143416\n"
-"485\n"
"help.text"
msgid "8"
-msgstr "8"
+msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143439\n"
-"486\n"
"help.text"
msgid "STDEVP"
msgstr "STDEVP"
@@ -16767,150 +16844,150 @@ msgstr "STDEVP"
msgctxt ""
"04060106.xhp\n"
"par_id3143466\n"
-"487\n"
"help.text"
msgid "9"
-msgstr "9"
+msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143489\n"
-"488\n"
"help.text"
msgid "SUM"
msgstr "SUM"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143516\n"
-"489\n"
"help.text"
msgid "10"
msgstr "10"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143539\n"
-"490\n"
"help.text"
msgid "VAR"
msgstr "VAR"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143566\n"
-"491\n"
"help.text"
msgid "11"
msgstr "11"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143589\n"
-"492\n"
"help.text"
msgid "VARP"
msgstr "VARP"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143606\n"
-"498\n"
"help.text"
msgid "<emph>Range</emph> is the range whose cells are included."
msgstr "<emph>範囲</emph> は、計算の対象範囲です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3143625\n"
-"499\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143638\n"
-"562\n"
"help.text"
msgid "You have a table in the cell range A1:B5 containing cities in column A and accompanying figures in column B. You have used an AutoFilter so that you only see rows containing the city Hamburg. You want to see the sum of the figures that are displayed; that is, just the subtotal for the filtered rows. In this case the correct formula would be:"
msgstr "セル範囲 A1:B5 の表があります。列 A には地名が、列 B には数値が入力されています。オートフィルターを使用して、地名が「Hamburg」の行だけを表示しました。ここで表示されている数値だけの合計を求めます。つまり、フィルターに掛けた行だけの小計を求めます。この場合、正しい数式は次のようになります:"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143658\n"
-"563\n"
"help.text"
msgid "<item type=\"input\">=SUBTOTAL(9;B2:B5)</item>"
msgstr "<item type=\"input\">=SUBTOTAL(9;B2:B5)</item>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3143672\n"
"help.text"
-msgid "<bookmark_value>Euro; converting</bookmark_value><bookmark_value>EUROCONVERT function</bookmark_value>"
+msgid "<bookmark_value>Euro; converting</bookmark_value> <bookmark_value>EUROCONVERT function</bookmark_value>"
msgstr "<bookmark_value>ユーロ; 換算する</bookmark_value><bookmark_value>EUROCONVERT 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3143672\n"
-"564\n"
"help.text"
msgid "EUROCONVERT"
msgstr "EUROCONVERT"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143708\n"
-"565\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_UMRECHNEN\">Converts between old European national currency and to and from Euros.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_UMRECHNEN\">ヨーロッパ各国の古い通貨とユーロの間で換算を行います。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143731\n"
-"566\n"
"help.text"
msgid "<emph>Syntax</emph>"
msgstr "<emph>構文</emph>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143748\n"
-"567\n"
"help.text"
msgid "EUROCONVERT(Value; \"From_currency\"; \"To_currency\", full_precision, triangulation_precision)"
msgstr "EUROCONVERT(値; \"元通貨\"; \"変換通貨\", 完全な精度, 三角形精度)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143763\n"
-"568\n"
"help.text"
msgid "<emph>Value</emph> is the amount of the currency to be converted."
msgstr "<emph>値</emph> は、変換される通貨の額です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143782\n"
-"569\n"
"help.text"
msgid "<emph>From_currency</emph> and <emph>To_currency</emph> are the currency units to convert from and to respectively. These must be text, the official abbreviation for the currency (for example, \"EUR\"). The rates (shown per Euro) were set by the European Commission."
msgstr "<emph>元通貨</emph> と <emph>変換通貨</emph> は、それぞれ換算元と換算先の通貨単位です。これらは、「EUR」のように、通貨の公式略称のテキストとします。ユーロで示されるレートは、欧州委員会によって設定されました。"
@@ -16932,28 +17009,28 @@ msgid "<emph>Triangulation_precision</emph> is optional. If Triangulation_precis
msgstr "<emph>三角精度</emph>はオプションです。もし三角精度が与えられ、>=3 ならば、三角変換(通貨1,EUR,通貨2) の中間結果はその精度に丸められます。もし<emph>三角精度</emph>が省略されたなら、中間値は丸められません。さらに、通貨が「EUR」ならば、あたかも三角精度が必要かのように使用され、EUR から EUR の変換が適用されます。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143819\n"
-"570\n"
"help.text"
msgid "<emph>Examples</emph>"
msgstr "<emph>例</emph>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143837\n"
-"571\n"
"help.text"
msgid "<item type=\"input\">=EUROCONVERT(100;\"ATS\";\"EUR\")</item> converts 100 Austrian Schillings into Euros."
msgstr "<item type=\"input\">=EUROCONVERT(100;\"ATS\";\"EUR\")</item> は、100 オーストリアシリングをユーロに換算します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143853\n"
-"572\n"
"help.text"
msgid "<item type=\"input\">=EUROCONVERT(100;\"EUR\";\"DEM\")</item> converts 100 Euros into German Marks."
msgstr "<item type=\"input\">=EUROCONVERT(100;\"EUR\";\"DEM\")</item> は、100 ユーロをドイツマルクに換算します。"
@@ -17031,72 +17108,73 @@ msgid "=CONVERT(100;\"EUR\";\"DEM\") converts 100 Euros into German Marks."
msgstr "=CONVERT(100;\"EUR\";\"DEM\") は 100 ユーロをドイツマルクに変換します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3157177\n"
"help.text"
-msgid "<bookmark_value>ODD function</bookmark_value><bookmark_value>rounding;up/down to nearest odd integer</bookmark_value>"
+msgid "<bookmark_value>ODD function</bookmark_value> <bookmark_value>rounding;up/down to nearest odd integer</bookmark_value>"
msgstr "<bookmark_value>ODD 関数</bookmark_value><bookmark_value>丸め;もっとも近い奇数の整数に切り上げる/切り下げる</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3157177\n"
-"502\n"
"help.text"
msgid "ODD"
msgstr "ODD"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3157205\n"
-"503\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_UNGERADE\">Rounds a positive number up to the nearest odd integer and a negative number down to the nearest odd integer.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_UNGERADE\">最も近い奇数の整数に切り上げた数値および最も近い奇数の整数に切り下げた負の数を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3157223\n"
-"504\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3157237\n"
-"505\n"
"help.text"
msgid "ODD(Number)"
msgstr "ODD(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3157250\n"
-"506\n"
"help.text"
msgid "Returns <emph>Number</emph> rounded to the next odd integer up, away from zero."
msgstr "ゼロとは逆方向の次の奇数に丸めた <emph>数値</emph> を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3157270\n"
-"507\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3157283\n"
-"508\n"
"help.text"
msgid "<item type=\"input\">=ODD(1.2)</item> returns 3."
msgstr "<item type=\"input\">=ODD(1.2)</item> は、3 を返します。"
@@ -17131,14 +17209,13 @@ 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>"
+msgid "<bookmark_value>FLOOR.PRECISE function</bookmark_value> <bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>"
msgstr "<bookmark_value>FLOOR 関数</bookmark_value><bookmark_value>丸め;もっとも近い基準値の倍数に切り下げる</bookmark_value>"
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"hd_id2957404\n"
-"512\n"
"help.text"
msgid "FLOOR.PRECISE"
msgstr ""
@@ -17147,16 +17224,15 @@ msgstr ""
msgctxt ""
"04060106.xhp\n"
"par_id2957432\n"
-"513\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_FLOOR_MS\">Rounds a number down to the nearest multiple of Significance, regardless of sign of Significance</ahelp>"
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id2957451\n"
-"514\n"
"help.text"
msgid "Syntax"
msgstr "構文"
@@ -17165,16 +17241,15 @@ msgstr "構文"
msgctxt ""
"04060106.xhp\n"
"par_id2957464\n"
-"515\n"
"help.text"
msgid "FLOOR.PRECISE(Number; Significance)"
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id2957478\n"
-"516\n"
"help.text"
msgid "<emph>Number</emph> is the number that is to be rounded down."
msgstr "<emph>数値</emph> は、切り下げられる値です。"
@@ -17184,16 +17259,15 @@ msgstr "<emph>数値</emph> は、切り下げられる値です。"
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 "<emph>基準値</emph> は、切り下げられる値がその倍数となる値です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id2963932\n"
-"518\n"
"help.text"
msgid "Example"
msgstr "例"
@@ -17203,247 +17277,249 @@ msgstr "例"
msgctxt ""
"04060106.xhp\n"
"par_id2963945\n"
-"519\n"
"help.text"
msgid "<item type=\"input\">=FLOOR.PRECISE( -11;-2)</item> returns -12"
msgstr "<item type=\"input\">=FLOOR( -11;-2)</item> は、-12 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3157404\n"
"help.text"
-msgid "<bookmark_value>FLOOR function</bookmark_value><bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>"
+msgid "<bookmark_value>FLOOR function</bookmark_value> <bookmark_value>rounding;down to nearest multiple of significance</bookmark_value>"
msgstr "<bookmark_value>FLOOR 関数</bookmark_value><bookmark_value>丸め;もっとも近い基準値の倍数に切り下げる</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3157404\n"
-"512\n"
"help.text"
msgid "FLOOR"
msgstr "FLOOR"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3157432\n"
-"513\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_UNTERGRENZE\">Rounds a number down to the nearest multiple of Significance.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_UNTERGRENZE\">最も近い基準値の倍数に切り下げた数を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3157451\n"
-"514\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3157464\n"
-"515\n"
"help.text"
msgid "FLOOR(Number; Significance; Mode)"
msgstr "FLOOR(数値; 基準値; モード)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3157478\n"
-"516\n"
"help.text"
msgid "<emph>Number</emph> is the number that is to be rounded down."
msgstr "<emph>数値</emph> は、切り下げられる値です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3157497\n"
-"517\n"
"help.text"
msgid "<emph>Significance</emph> is the value to whose multiple the number is to be rounded down."
msgstr "<emph>基準値</emph> は、切り下げられる値がその倍数となる値です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3157517\n"
-"561\n"
"help.text"
msgid "<emph>Mode</emph> is an optional value. If the Mode value is given and not equal to zero, and if Number and Significance are negative, then rounding is done based on the absolute value of the number. This parameter is ignored when exporting to MS Excel as Excel does not know any third parameter."
msgstr "<emph>モード</emph> はオプション値です。モードの値が指定されておりゼロではなく、かつ数値と基準値が負の場合、丸め処理は数値の絶対値に基づいて行われます。Excel は第 3 パラメータを認識しないので、MS Excel にエクスポートする場合、このパラメーターは無視されます。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163894\n"
-"630\n"
"help.text"
msgid "If both parameters Number and Significance are negative, and if the Mode value is equal to zero or is not specified, then the results in $[officename] Calc and Excel will differ after exporting. If you export the spreadsheet to Excel, use Mode=1 to see the same results in Excel as in Calc."
msgstr "パラメーターの数値と基準値の両方が負で、モードの値がゼロまたは指定されていない場合、エクスポート後の $[officename] Calc と Excel の結果は異なります。スプレッドシートを Excel にエクスポートする場合は、Excel でも Calc と同じ結果を表示するために、モード = 1 を使用してください。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3163932\n"
-"518\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163945\n"
-"519\n"
"help.text"
msgid "<item type=\"input\">=FLOOR( -11;-2)</item> returns -12"
msgstr "<item type=\"input\">=FLOOR( -11;-2)</item> は、-12 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163966\n"
-"520\n"
"help.text"
msgid "<item type=\"input\">=FLOOR( -11;-2;0)</item> returns -12"
msgstr "<item type=\"input\">=FLOOR( -11;-2;0)</item> は、-12 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163988\n"
-"521\n"
"help.text"
msgid "<item type=\"input\">=FLOOR( -11;-2;1)</item> returns -10"
msgstr "<item type=\"input\">=FLOOR( -11;-2;1)</item> は、-10 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3164086\n"
"help.text"
-msgid "<bookmark_value>SIGN function</bookmark_value><bookmark_value>algebraic signs</bookmark_value>"
+msgid "<bookmark_value>SIGN function</bookmark_value> <bookmark_value>algebraic signs</bookmark_value>"
msgstr "<bookmark_value>SIGN 関数</bookmark_value><bookmark_value>算術符号</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3164086\n"
-"523\n"
"help.text"
msgid "SIGN"
msgstr "SIGN"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164115\n"
-"524\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_VORZEICHEN\">Returns the sign of a number. Returns 1 if the number is positive, -1 if negative and 0 if zero.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_VORZEICHEN\">数値の符号を返します。 数が正の場合は 1、負の場合は -1、ゼロの場合は 0 を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3164136\n"
-"525\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164150\n"
-"526\n"
"help.text"
msgid "SIGN(Number)"
msgstr "SIGN(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164164\n"
-"527\n"
"help.text"
msgid "<emph>Number</emph> is the number whose sign is to be determined."
msgstr "<emph>数値</emph> は、正負を検査する数値です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3164183\n"
-"528\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164197\n"
-"529\n"
"help.text"
msgid "<item type=\"input\">=SIGN(3.4)</item> returns 1."
msgstr "<item type=\"input\">=SIGN(3.4)</item> は、1 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164212\n"
-"530\n"
"help.text"
msgid "<item type=\"input\">=SIGN(-4.5)</item> returns -1."
msgstr "<item type=\"input\">=SIGN(-4.5)</item> は、-1 を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3164252\n"
"help.text"
-msgid "<bookmark_value>MROUND function</bookmark_value><bookmark_value>nearest multiple</bookmark_value>"
+msgid "<bookmark_value>MROUND function</bookmark_value> <bookmark_value>nearest multiple</bookmark_value>"
msgstr "<bookmark_value>MROUND 関数</bookmark_value><bookmark_value>もっとも近い倍数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3164252\n"
-"658\n"
"help.text"
msgid "MROUND"
msgstr "MROUND"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164288\n"
-"659\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_MROUND\">Returns a number rounded to the nearest multiple of another number.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_MROUND\">別の数のもっとも近い倍数に四捨五入された数を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3164306\n"
-"660\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164320\n"
-"661\n"
"help.text"
msgid "MROUND(Number; Multiple)"
msgstr "MROUND(数値; 倍数)"
@@ -17465,19 +17541,19 @@ msgid "An alternative implementation would be <item type=\"literal\">Multiple *
msgstr "代表的な実装は <item type=\"literal\">Multiple * ROUND(Number/Multiple)</item> です。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3164333\n"
-"662\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164347\n"
-"663\n"
"help.text"
msgid "<item type=\"input\">=MROUND(15.5;3)</item> returns 15, as 15.5 is closer to 15 (= 3*5) than to 18 (= 3*6)."
msgstr "15.5 は 18 (= 3*6) より 15 (= 3*5) に近いので、<item type=\"input\">=MROUND(15.5;3)</item> は 15 を返します。"
@@ -17491,54 +17567,55 @@ msgid "<item type=\"input\">=MROUND(1.4;0.5)</item> returns 1.5 (= 0.5*3)."
msgstr "<item type=\"input\">=MROUND(1.4;0.5)</item> は、1.5 (= 0.5*3) を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3164375\n"
"help.text"
-msgid "<bookmark_value>SQRT function</bookmark_value><bookmark_value>square roots;positive numbers</bookmark_value>"
+msgid "<bookmark_value>SQRT function</bookmark_value> <bookmark_value>square roots;positive numbers</bookmark_value>"
msgstr "<bookmark_value>SQRT 関数</bookmark_value><bookmark_value>平方根;正の数値</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3164375\n"
-"532\n"
"help.text"
msgid "SQRT"
msgstr "SQRT"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164404\n"
-"533\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_WURZEL\">Returns the positive square root of a number.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_WURZEL\">数値の正の平方根を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3164424\n"
-"534\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164437\n"
-"535\n"
"help.text"
msgid "SQRT(Number)"
msgstr "SQRT(数値)"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164451\n"
-"536\n"
"help.text"
msgid "Returns the positive square root of <emph>Number</emph>."
msgstr "<emph>数値</emph> の正の平方根を返します。"
@@ -17552,19 +17629,19 @@ msgid "Number must be positive."
msgstr "数字は正の数にします。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3164471\n"
-"537\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164484\n"
-"538\n"
"help.text"
msgid "<item type=\"input\">=SQRT(16)</item> returns 4."
msgstr "<item type=\"input\">=SQRT(16)</item> は、4 を返します。"
@@ -17578,45 +17655,46 @@ msgid "<item type=\"input\">=SQRT(-16)</item> returns an <item type=\"literal\">
msgstr "<item type=\"input\">=SQRT(-16)</item> は、<item type=\"literal\">invalid argument</item> エラーを返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3164560\n"
"help.text"
-msgid "<bookmark_value>SQRTPI function</bookmark_value><bookmark_value>square roots;products of Pi</bookmark_value>"
+msgid "<bookmark_value>SQRTPI function</bookmark_value> <bookmark_value>square roots;products of Pi</bookmark_value>"
msgstr "<bookmark_value>SQRTPI 関数</bookmark_value><bookmark_value>平方根;円周率 (π) の積</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3164560\n"
-"665\n"
"help.text"
msgid "SQRTPI"
msgstr "SQRTPI"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164596\n"
-"666\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_SQRTPI\">Returns the square root of (PI times a number).</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_SQRTPI\">(PI x 数) の平方根を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3164614\n"
-"667\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164627\n"
-"668\n"
"help.text"
msgid "SQRTPI(Number)"
msgstr "SQRTPI(Number)"
@@ -17638,63 +17716,64 @@ msgid "This is equivalent to <item type=\"literal\">SQRT(PI()*Number)</item>."
msgstr "これは、<item type=\"literal\">SQRT(PI()*数値)</item> と同じです。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3164641\n"
-"669\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164654\n"
-"670\n"
"help.text"
msgid "<item type=\"input\">=SQRTPI(2)</item> returns the squareroot of (2PI), approximately 2.506628."
msgstr "<item type=\"input\">=SQRTPI(2)</item> は、(2PI) の平方根 (約 2.506628) を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3164669\n"
"help.text"
-msgid "<bookmark_value>random numbers; between limits</bookmark_value><bookmark_value>RANDBETWEEN function</bookmark_value>"
+msgid "<bookmark_value>random numbers; between limits</bookmark_value> <bookmark_value>RANDBETWEEN function</bookmark_value>"
msgstr "<bookmark_value>乱数; 上限と下限間</bookmark_value><bookmark_value>RANDBETWEEN 関数</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3164669\n"
-"671\n"
"help.text"
msgid "RANDBETWEEN"
msgstr "RANDBETWEEN"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164711\n"
-"672\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_RANDBETWEEN\">Returns an integer random number in a specified range.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_RANDBETWEEN\">指定された範囲の整数の乱数を返します。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3164745\n"
-"673\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164758\n"
-"674\n"
"help.text"
msgid "RANDBETWEEN(Bottom; Top)"
msgstr "RANDBETWEEN(Bottom; Top)"
@@ -17708,11 +17787,12 @@ msgid "Returns an integer random number between integers <emph>Bottom</emph> and
msgstr "整数 <emph>下限</emph> 以上、<emph>上限</emph> 以下の整数の乱数を返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id2855616\n"
"help.text"
-msgid "This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
+msgid "This function produces a new random number each time Calc recalculates. To force Calc to recalculate manually press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9."
msgstr "この関数は Calc が再計算をするたびに新しい乱数を作成します。手動で強制的に再計算させるには Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F9 を押します。"
#: 04060106.xhp
@@ -17724,63 +17804,64 @@ msgid "To generate random numbers which never recalculate, copy cells containing
msgstr "絶対に再計算されない乱数を生成するには、この関数を含むセルをコピーし、<item type=\"menuitem\">「Paste All」</item>と<item type=\"menuitem\">「Formulas」</item>がマークされず、<item type=\"menuitem\">「Numbers」</item>がマークされている状態で、<item type=\"menuitem\">「編集」 → 「Paste Special」</item>を使用します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3164772\n"
-"675\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164785\n"
-"676\n"
"help.text"
msgid "<item type=\"input\">=RANDBETWEEN(20;30)</item> returns an integer of between 20 and 30."
msgstr "<item type=\"input\">=RANDBETWEEN(20;30)</item> は、20 から 30 の間の整数ひとつを返します。"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3164800\n"
"help.text"
-msgid "<bookmark_value>RAND function</bookmark_value><bookmark_value>random numbers;between 0 and 1</bookmark_value>"
+msgid "<bookmark_value>RAND function</bookmark_value> <bookmark_value>random numbers;between 0 and 1</bookmark_value>"
msgstr "<bookmark_value>RAND 関数</bookmark_value><bookmark_value>乱数;0 と 1 の間</bookmark_value>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3164800\n"
-"542\n"
"help.text"
msgid "RAND"
msgstr "RAND"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164829\n"
-"543\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ZUFALLSZAHL\">Returns a random number between 0 and 1.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ZUFALLSZAHL\">この関数は、0 から 1 までの間で乱数を発生させます。</ahelp>"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"hd_id3164870\n"
-"545\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164884\n"
-"546\n"
"help.text"
msgid "RAND()"
msgstr "RAND()"
@@ -17826,108 +17907,105 @@ msgid "Array Functions"
msgstr "行列関数"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"bm_id3147273\n"
"help.text"
-msgid "<bookmark_value>matrices; functions</bookmark_value><bookmark_value>Function Wizard; arrays</bookmark_value><bookmark_value>array formulas</bookmark_value><bookmark_value>inline array constants</bookmark_value><bookmark_value>formulas;arrays</bookmark_value><bookmark_value>functions;array functions</bookmark_value><bookmark_value>editing; array formulas</bookmark_value><bookmark_value>copying; array formulas</bookmark_value><bookmark_value>adjusting array ranges</bookmark_value><bookmark_value>calculating;conditional calculations</bookmark_value><bookmark_value>matrices; calculations</bookmark_value><bookmark_value>conditional calculations with arrays</bookmark_value><bookmark_value>implicit array handling</bookmark_value><bookmark_value>forced array handling</bookmark_value>"
+msgid "<bookmark_value>matrices; functions</bookmark_value> <bookmark_value>Function Wizard; arrays</bookmark_value> <bookmark_value>array formulas</bookmark_value> <bookmark_value>inline array constants</bookmark_value> <bookmark_value>formulas;arrays</bookmark_value> <bookmark_value>functions;array functions</bookmark_value> <bookmark_value>editing; array formulas</bookmark_value> <bookmark_value>copying; array formulas</bookmark_value> <bookmark_value>adjusting array ranges</bookmark_value> <bookmark_value>calculating;conditional calculations</bookmark_value> <bookmark_value>matrices; calculations</bookmark_value> <bookmark_value>conditional calculations with arrays</bookmark_value> <bookmark_value>implicit array handling</bookmark_value> <bookmark_value>forced array handling</bookmark_value>"
msgstr "<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>コピー; 行列式</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>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3147273\n"
-"1\n"
"help.text"
msgid "Array Functions"
msgstr "行列関数"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3154744\n"
-"2\n"
"help.text"
-msgid "<variable id=\"matrixtext\">This category contains the array functions. </variable>"
+msgid "<variable id=\"matrixtext\">This category contains the array functions.</variable>"
msgstr "<variable id=\"matrixtext\">この分類項目には、行列関数が含まれます。</variable>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3146084\n"
-"257\n"
"help.text"
msgid "What is an Array?"
msgstr "行列とは"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3154298\n"
-"258\n"
"help.text"
-msgid "<variable id=\"wasmatrix\">An array is a linked range of cells on a spreadsheet containing values. </variable> A square range of 3 rows and 3 columns is a 3 x 3 array:"
+msgid "<variable id=\"wasmatrix\">An array is a linked range of cells on a spreadsheet containing values.</variable> A square range of 3 rows and 3 columns is a 3 x 3 array:"
msgstr "<variable id=\"wasmatrix\">行列は、表計算ドキュメント内で連結された、値を含むセル範囲です。</variable>3 行と 3 列の範囲は 3 x 3 行列です。"
#: 04060107.xhp
msgctxt ""
"04060107.xhp\n"
"par_id3154692\n"
-"260\n"
"help.text"
msgid "A"
-msgstr "A"
+msgstr ""
#: 04060107.xhp
msgctxt ""
"04060107.xhp\n"
"par_id3150117\n"
-"261\n"
"help.text"
msgid "B"
-msgstr "B"
+msgstr ""
#: 04060107.xhp
msgctxt ""
"04060107.xhp\n"
"par_id3155325\n"
-"262\n"
"help.text"
msgid "C"
-msgstr "C"
+msgstr ""
#: 04060107.xhp
msgctxt ""
"04060107.xhp\n"
"par_id3153104\n"
-"263\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3146996\n"
-"264\n"
"help.text"
msgid "<item type=\"input\">7</item>"
msgstr "<item type=\"input\">7</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3150529\n"
-"265\n"
"help.text"
msgid "<item type=\"input\">31</item>"
msgstr "<item type=\"input\">31</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3148831\n"
-"266\n"
"help.text"
msgid "<item type=\"input\">33</item>"
msgstr "<item type=\"input\">33</item>"
@@ -17936,34 +18014,33 @@ msgstr "<item type=\"input\">33</item>"
msgctxt ""
"04060107.xhp\n"
"par_id3148943\n"
-"267\n"
"help.text"
msgid "2"
-msgstr "2"
+msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3149771\n"
-"268\n"
"help.text"
msgid "<item type=\"input\">95</item>"
msgstr "<item type=\"input\">95</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158407\n"
-"269\n"
"help.text"
msgid "<item type=\"input\">17</item>"
msgstr "<item type=\"input\">17</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3148806\n"
-"270\n"
"help.text"
msgid "<item type=\"input\">2</item>"
msgstr "<item type=\"input\">2</item>"
@@ -17972,187 +18049,186 @@ msgstr "<item type=\"input\">2</item>"
msgctxt ""
"04060107.xhp\n"
"par_id3154904\n"
-"271\n"
"help.text"
msgid "3"
-msgstr "3"
+msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3150779\n"
-"272\n"
"help.text"
msgid "<item type=\"input\">5</item>"
msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3148449\n"
-"273\n"
"help.text"
msgid "<item type=\"input\">10</item>"
msgstr "<item type=\"input\">10</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3147238\n"
-"274\n"
"help.text"
msgid "<item type=\"input\">50</item>"
msgstr "<item type=\"input\">50</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3153583\n"
-"277\n"
"help.text"
msgid "The smallest possible array is a 1 x 2 or 2 x 1 array with two adjacent cells."
msgstr "最小の行列は 1 x 2 または 2 つの隣接セルを持つ 2 x 1 行列です。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3148474\n"
-"275\n"
"help.text"
msgid "What is an array formula?"
msgstr "行列式とは"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155355\n"
-"276\n"
"help.text"
msgid "A formula in which the individual values in a cell range are evaluated is referred to as an array formula. The difference between an array formula and other formulas is that the array formula deals with several values simultaneously instead of just one."
msgstr "セル範囲内の個々の値が考慮される数式を、行列式と呼びます。行列式とほかの数式との違いは、前者は一度に複数の値を処理するのに対し、後者は一度に 1 つの値しか処理しない点です。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3151052\n"
-"278\n"
"help.text"
msgid "Not only can an array formula process several values, but it can also return several values. The results of an array formula is also an array."
msgstr "行列式は、複数の値を処理できるだけではなく、複数の値を返すこともできます。行列式の結果も行列です。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158432\n"
-"279\n"
"help.text"
msgid "To multiply the values in the individual cells by 10 in the above array, you do not need to apply a formula to each individual cell or value. Instead you just need to use a single array formula. Select a range of 3 x 3 cells on another part of the spreadsheet, enter the formula <item type=\"input\">=10*A1:C3</item> and confirm this entry using the key combination <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter. The result is a 3 x 3 array in which the individual values in the cell range (A1:C3) are multiplied by a factor of 10."
msgstr "上記の行列で個々のセルの値を 10 倍する場合、各セルや値に数式を適用する必要はありません。その代わりに使用する必要があるのは、1 つの行列式だけです。スプレッドシートの別の部分に 3 x 3 セルの範囲を選択し、数式 <item type=\"input\">=10*A1:C3</item> を入力し、キーの組み合わせ <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Shift + Enter でこの入力を確定します。結果は、セル範囲 (A1:C3) の個々の値に因数 10 が掛けられる 3 x 3 の行列です。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3149156\n"
-"280\n"
"help.text"
msgid "In addition to multiplication, you can also use other operators on the reference range (an array). With $[officename] Calc, you can add (+), subtract (-), multiply (*), divide (/), use exponents (^), concatenation (&) and comparisons (=, <>, <, >, <=, >=). The operators can be used on each individual value in the cell range and return the result as an array if the array formula was entered."
msgstr "乗算に加え、参照範囲 (行列) ではほかの演算子を使用することもできます。$[officename] Calc では、加算 (+)、減算 (-)、乗算 (*)、除算 (/)、指数 (^)、連結 (&)、および比較 (=、<>、<、>、<=、>=) を行えます。演算子はセル範囲内の個々の値に対して使用でき、行列式が入力されている場合は結果を行列として返します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3166456\n"
-"326\n"
"help.text"
msgid "Comparison operators in an array formula treat empty cells in the same way as in a normal formula, that is, either as zero or as an empty string. For example, if cells A1 and A2 are empty the array formulas <item type=\"input\">{=A1:A2=\"\"}</item> and <item type=\"input\">{=A1:A2=0}</item> will both return a 1 column 2 row array of cells containing TRUE."
msgstr "行列式の比較演算子は、通常の数式と同じように、つまり、ゼロまたは空の文字列として、空白セルを扱います。たとえば、セル A1 と A2 が空白の場合、行列式 <item type=\"input\">{=A1:A2=\"\"}</item> と <item type=\"input\">{=A1:A2=0}</item> は、両方 TRUE を含むセルの 1 列 2 行の行列を返します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3150713\n"
-"281\n"
"help.text"
msgid "When do you use array formulas?"
msgstr "行列式をいつ使用するか"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3149787\n"
-"282\n"
"help.text"
msgid "Use array formulas if you have to repeat calculations using different values. If you decide to change the calculation method later, you only have to update the array formula. To add an array formula, select the entire array range and then <link href=\"text/scalc/01/04060107.xhp\" name=\"make the required change to the array formula\">make the required change to the array formula</link>."
msgstr "異なる値を使用して計算を繰り返す必要がある場合は、行列式を使用します。行列式を使用すると、後から計算方法を変える場合でも、行列式を更新するだけで済みます。行列式を追加するには、行列範囲全体を選択し、<link href=\"text/scalc/01/04060107.xhp\" name=\"必要に応じて行列式に変更を加えます\">必要に応じて行列式に変更を加えます</link>。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3149798\n"
-"283\n"
"help.text"
msgid "Array formulas are also a space saving option when several values must be calculated, since they are not very memory-intensive. In addition, arrays are an essential tool for carrying out complex calculations, because you can have several cell ranges included in your calculations. $[officename] has different math functions for arrays, such as the MMULT function for multiplying two arrays or the SUMPRODUCT function for calculating the scalar products of two arrays."
msgstr "行列式は、メモリーを大量に消費するわけではないので、いくつかの値を計算するときに容量を節約することもできます。さらに、行列は複雑な計算を行う場合に不可欠となるツールでもあります。これは、複数のセル範囲を計算の中に含めることができるためです。$[officename] は、2 つの行列を乗算する MMULT 関数や、2 つの行列のスカラー積を計算する SUMPRODUCT 関数など、さまざまな数学関数を提供します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3155588\n"
-"284\n"
"help.text"
msgid "Using Array Formulas in $[officename] Calc"
msgstr "$[officename] Calc で行列式を使用する"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152876\n"
-"285\n"
"help.text"
msgid "You can also create a \"normal\" formula in which the reference range, such as parameters, indicate an array formula. The result is obtained from the intersection of the reference range and the rows or columns in which the formula is found. If there is no intersection or if the range at the intersection covers several rows or columns, a #VALUE! error message appears. The following example illustrates this concept:"
msgstr "また、パラメーターなどの参照範囲で行列式を示す「通常の」数式を作成することもできます。その結果は、参照範囲と、数式が含まれる行または列の共通部分から返されます。共通部分がない場合、または、共通部分の範囲に複数の行または列が含まれる場合は、#VALUE! エラーメッセージが表示されます。この概念を次の例で説明します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3151271\n"
-"313\n"
"help.text"
msgid "Creating Array Formulas"
msgstr "行列式の作成"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3149102\n"
-"314\n"
"help.text"
msgid "If you create an array formula using the <emph>Function Wizard</emph>, you must mark the <emph>Array</emph> check box each time so that the results are returned in an array. Otherwise, only the value in the upper-left cell of the array being calculated is returned."
msgstr "<emph>関数ウィザード</emph> を使用して行列式を作成する場合、作成するたびに <emph>行列</emph> チェックボックスをオンにして結果が行列に返されるようにする必要があります。チェックボックスをオンにしないと、計算される行列の左上のセルの値のみが返されます。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3153392\n"
-"4\n"
"help.text"
msgid "If you enter the array formula directly into the cell, you must use the key combination Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter instead of the Enter key. Only then does the formula become an array formula."
msgstr "セルに直接行列式を入力する場合は、Enter キーだけではなく、(Shift) + <switchinline select=\"sys\"><caseinline select=\"MAC\">(Command)</caseinline><defaultinline>(Ctrl)</defaultinline></switchinline> + (Enter) のキーの組み合わせを使用する必要があります。このキーの組み合わせを使用した場合だけ、数式は行列式にはなります。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3151120\n"
-"315\n"
"help.text"
msgid "Array formulas appear in braces in $[officename] Calc. You cannot create array formulas by manually entering the braces."
msgstr "$[officename] Calc では、行列式は中かっこに囲まれて表示されます。中かっこを手入力しても行列式は作成できません。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3154342\n"
-"5\n"
"help.text"
msgid "The cells in a results array are automatically protected against changes. However, you can edit or copy the array formula by selecting the entire array cell range."
msgstr "結果行列のセルは、変更されないよう自動的に保護されます。ただし、行列のセル範囲全体を選択すると、行列式を編集またはコピーできます。"
@@ -18270,145 +18346,145 @@ msgid "Entered as a matrix formula, delivers the result of three SIN calculation
msgstr "これは、行列式として入力されたものであり、引数 1、2、3 で 3 つの SIN 計算の結果を提供します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3148660\n"
-"316\n"
"help.text"
msgid "Editing Array Formulas"
msgstr "行列式の編集"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3149241\n"
-"317\n"
"help.text"
msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+/, where / is the Division key on the numeric keypad."
msgstr "行列関数を含むセル範囲や行列を選択します。行列全体を選択するには、行列範囲内のセルにカーソルを置き、<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+/(テンキーで/が割り当てられたキー)を押します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3143274\n"
-"318\n"
"help.text"
msgid "Either press F2 or position the cursor in the input line. Both of these actions let you edit the formula."
msgstr "F2 キーを押すか、数式入力ボックスにカーソルを移動します。どちらかのアクションにより、数式を編集します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3154798\n"
-"319\n"
"help.text"
msgid "After you have made changes, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter."
msgstr "変更を終了したら、<switchinline select=\"sys\"><caseinline select=\"MAC\">(Command)</caseinline><defaultinline>(Ctrl)</defaultinline></switchinline> + (Shift) + (Enter) キーを押します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3150628\n"
-"334\n"
"help.text"
msgid "You can format the separate parts of an array. For example, you can change the font color. Select a cell range and then change the attribute you want."
msgstr "行列の個別部分を設定できます。たとえば、フォント色を変更できます。セル範囲を選択し、希望の属性を変更します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3145608\n"
-"320\n"
"help.text"
msgid "Copying Array Formulas"
msgstr "行列式のコピー"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3149585\n"
-"321\n"
"help.text"
msgid "Select the cell range or array containing the array formula."
msgstr "行列式を含むセル範囲または行列を選択します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3154619\n"
-"322\n"
"help.text"
msgid "Either press F2 or position the cursor in the input line."
msgstr "F2 キーを押すか、数式入力ボックスにカーソルを移動します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3150994\n"
-"323\n"
"help.text"
msgid "Copy the formula into the input line by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C."
msgstr "数式入力ボックスに数式をコピーするには、<switchinline select=\"sys\"><caseinline select=\"MAC\">(Command)</caseinline><defaultinline>(Ctrl)</defaultinline></switchinline> + (C) キーを押します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3146787\n"
-"324\n"
"help.text"
msgid "Select a range of cells where you want to insert the array formula and either press F2 or position the cursor in the input line."
msgstr "行列式を挿入するセル範囲を選択し、F2 キーを押すか、数式入力ボックスにカーソルを移動します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3154419\n"
-"325\n"
"help.text"
msgid "Paste the formula by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V in the selected space and confirm it by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter. The selected range now contains the array formula."
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">(Command)</caseinline><defaultinline>(Ctrl)</defaultinline></switchinline> + (V) キー押して選択範囲内に数式を貼り付け、<switchinline select=\"sys\"><caseinline select=\"MAC\">(Command)</caseinline><defaultinline>(Ctrl)</defaultinline></switchinline> + (Shift) + (Enter) キーを押して確定します。すると、選択範囲内に行列式が入力されます。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3154834\n"
-"328\n"
"help.text"
msgid "Adjusting an Array Range"
msgstr "行列範囲の調整"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3148679\n"
-"329\n"
"help.text"
msgid "If you want to edit the output array, do the following:"
msgstr "出力行列を編集する場合は、次を行います。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3151102\n"
-"330\n"
"help.text"
msgid "Select the cell range or array containing the array formula."
msgstr "行列式を含むセル範囲または行列を選択します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3147096\n"
-"331\n"
"help.text"
msgid "Below the selection, to the right, you will see a small icon with which you can zoom in or out on the range using your mouse."
msgstr "選択したセルの右下に、マウスで拡大縮小するための小さなアイコンがあります。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3150974\n"
-"332\n"
"help.text"
msgid "When you adjust the array range, the array formula will not automatically be adjusted. You are only changing the range in which the result will appear."
msgstr "行列範囲を調整した場合、行列式は自動的に調整されません。この場合は、結果が表示される範囲を変更しているだけです。"
@@ -18417,7 +18493,6 @@ msgstr "行列範囲を調整した場合、行列式は自動的に調整され
msgctxt ""
"04060107.xhp\n"
"par_id3146080\n"
-"333\n"
"help.text"
msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, you can create a copy of the array formula in the given range."
msgstr ""
@@ -18759,46 +18834,46 @@ msgid "<bookmark_value>MUNIT function</bookmark_value>"
msgstr "<bookmark_value>MUNIT 関数</bookmark_value>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3158446\n"
-"12\n"
"help.text"
msgid "MUNIT"
msgstr "MUNIT"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3154121\n"
-"13\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_EINHEITSMATRIX\">Returns the unitary square array of a certain size.</ahelp> The unitary array is a square array where the main diagonal elements equal 1 and all other array elements are equal to 0."
msgstr "<ahelp hid=\"HID_FUNC_EINHEITSMATRIX\">一定サイズの単位平方行列を返します。</ahelp>単位行列とは、主要対角要素が 1、その他の行列要素が 0 になる平方行列です。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3155123\n"
-"14\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3156271\n"
-"15\n"
"help.text"
msgid "MUNIT(Dimensions)"
msgstr "MUNIT(寸法)"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3159390\n"
-"16\n"
"help.text"
msgid "<emph>Dimensions</emph> refers to the size of the array unit."
msgstr "<emph>寸法</emph> とは、行列の単位のサイズです。"
@@ -18812,46 +18887,46 @@ msgid "You can find a general introduction to Array functions at the top of this
msgstr "このページの一番上から、行列関数に関する一般情報を探せます。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3156162\n"
-"17\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3150949\n"
-"18\n"
"help.text"
msgid "Select a square range within the spreadsheet, for example, from A1 to E5."
msgstr "A1 ~ E5 など、表計算ドキュメント内で範囲を選択します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3151260\n"
-"19\n"
"help.text"
msgid "Without deselecting the range, select the MUNIT function. Mark the <emph>Array</emph> check box. Enter the desired dimensions for the array unit, in this case <item type=\"input\">5</item>, and click <emph>OK</emph>."
msgstr "範囲の選択を解除せずに、MUNIT 関数を選択します。<emph>「行列」</emph> チェックボックスをマークします。使用する行列単位の次数を入力します。この場合は、<item type=\"input\">5</item> を入力します。<emph>「OK」</emph> をクリックします。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3150403\n"
-"20\n"
"help.text"
msgid "You can also enter the <item type=\"input\">=Munit(5)</item> formula in the last cell of the selected range (E5), and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Shift+Command+Enter</caseinline><defaultinline>Shift+Ctrl+Enter</defaultinline></switchinline>."
msgstr "選択した範囲 (E5) の最後のセルに数式 <item type=\"input\">=Munit(5)</item> を入力し、<switchinline select=\"sys\"><caseinline select=\"MAC\">Shift + Command + Enter</caseinline><defaultinline>Shift + Ctrl + Enter</defaultinline></switchinline> を押すこともできます。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3156143\n"
-"21\n"
"help.text"
msgid "You now see a unit array with a range of A1:E5."
msgstr "範囲が A1:E5 の単位行列が示されます。"
@@ -18865,55 +18940,55 @@ msgid "<bookmark_value>FREQUENCY function</bookmark_value>"
msgstr "<bookmark_value>FREQUENCY 関数</bookmark_value>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3159084\n"
-"22\n"
"help.text"
msgid "FREQUENCY"
msgstr "FREQUENCY"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3145777\n"
-"23\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_HAEUFIGKEIT\">Indicates the frequency distribution in a one-column-array.</ahelp> The function counts the number of values in the Data array that are within the values given by the Classes array."
msgstr "<ahelp hid=\"HID_FUNC_HAEUFIGKEIT\">1 列で構成される行列の度数分布を示します。</ahelp>クラス行列の値の範囲にあるデータ行列の値の数を数えます。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3153347\n"
-"24\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155498\n"
-"25\n"
"help.text"
msgid "FREQUENCY(Data; Classes)"
msgstr "FREQUENCY(データ; クラス)"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3154352\n"
-"26\n"
"help.text"
msgid "<emph>Data</emph> represents the reference to the values to be counted."
msgstr "<emph>データ</emph> とは、数える対象となる値の参照です。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3148402\n"
-"27\n"
"help.text"
msgid "<emph>Classes</emph> represents the array of the limit values."
msgstr "<emph>クラス</emph> とは、限界値の行列です。"
@@ -18927,64 +19002,64 @@ msgid "You can find a general introduction to Array functions at the top of this
msgstr "このページの一番上から、行列関数に関する一般情報を探せます。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3148981\n"
-"28\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155904\n"
-"219\n"
"help.text"
msgid "In the following table, column A lists unsorted measurement values. Column B contains the upper limit you entered for the classes into which you want to divide the data in column A. According to the limit entered in B1, the FREQUENCY function returns the number of measured values less than or equal to 5. As the limit in B2 is 10, the FREQUENCY function returns the second result as the number of measured values that are greater than 5 and less than or equal to 10. The text you entered in B6, \">25\", is only for reference purposes."
msgstr "次の表では、列 A には並べ替えられていない測定値がリストされています。列 B には列 A のデータを分割するクラスの上限値が含まれます。B1 に入力された限界値に基づき、FREQUENCY 関数は 5 以下の測定値の数を返します。B2 の限界値が 10 であれば、FREQUENCY 関数は 2 つめの結果として 5 より大きく 10 以下の測定値を返します。B6 に入力したテキスト「>25」は、参照用としてのみ使用されます。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155869\n"
-"220\n"
"help.text"
msgid "<emph>A</emph>"
msgstr "<emph>A</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3149328\n"
-"221\n"
"help.text"
msgid "<emph>B</emph>"
msgstr "<emph>B</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152467\n"
-"222\n"
"help.text"
msgid "<emph>C</emph>"
msgstr "<emph>C</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3154528\n"
-"223\n"
"help.text"
msgid "<emph>1</emph>"
msgstr "<emph>1</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3149744\n"
-"224\n"
"help.text"
msgid "12"
msgstr "12"
@@ -18993,25 +19068,23 @@ msgstr "12"
msgctxt ""
"04060107.xhp\n"
"par_id3147309\n"
-"225\n"
"help.text"
msgid "5"
-msgstr "5"
+msgstr ""
#: 04060107.xhp
msgctxt ""
"04060107.xhp\n"
"par_id3154199\n"
-"226\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3159218\n"
-"227\n"
"help.text"
msgid "<emph>2</emph>"
msgstr "<emph>2</emph>"
@@ -19020,16 +19093,15 @@ msgstr "<emph>2</emph>"
msgctxt ""
"04060107.xhp\n"
"par_id3153263\n"
-"228\n"
"help.text"
msgid "8"
-msgstr "8"
+msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3156201\n"
-"229\n"
"help.text"
msgid "10"
msgstr "10"
@@ -19038,34 +19110,33 @@ msgstr "10"
msgctxt ""
"04060107.xhp\n"
"par_id3147552\n"
-"230\n"
"help.text"
msgid "3"
-msgstr "3"
+msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3149174\n"
-"231\n"
"help.text"
msgid "<emph>3</emph>"
msgstr "<emph>3</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3151201\n"
-"232\n"
"help.text"
msgid "24"
msgstr "24"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3150245\n"
-"233\n"
"help.text"
msgid "15"
msgstr "15"
@@ -19074,34 +19145,33 @@ msgstr "15"
msgctxt ""
"04060107.xhp\n"
"par_id3159194\n"
-"234\n"
"help.text"
msgid "2"
-msgstr "2"
+msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3146925\n"
-"235\n"
"help.text"
msgid "<emph>4</emph>"
msgstr "<emph>4</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3154128\n"
-"236\n"
"help.text"
msgid "11"
msgstr "11"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3151067\n"
-"237\n"
"help.text"
msgid "20"
msgstr "20"
@@ -19110,16 +19180,15 @@ msgstr "20"
msgctxt ""
"04060107.xhp\n"
"par_id3156033\n"
-"238\n"
"help.text"
msgid "3"
-msgstr "3"
+msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3149298\n"
-"239\n"
"help.text"
msgid "<emph>5</emph>"
msgstr "<emph>5</emph>"
@@ -19128,16 +19197,15 @@ msgstr "<emph>5</emph>"
msgctxt ""
"04060107.xhp\n"
"par_id3151382\n"
-"240\n"
"help.text"
msgid "5"
-msgstr "5"
+msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155141\n"
-"241\n"
"help.text"
msgid "25"
msgstr "25"
@@ -19146,34 +19214,33 @@ msgstr "25"
msgctxt ""
"04060107.xhp\n"
"par_id3145213\n"
-"242\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3145268\n"
-"243\n"
"help.text"
msgid "<emph>6</emph>"
msgstr "<emph>6</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163724\n"
-"244\n"
"help.text"
msgid "20"
msgstr "20"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3147132\n"
-"245\n"
"help.text"
msgid ">25"
msgstr ">25"
@@ -19182,34 +19249,33 @@ msgstr ">25"
msgctxt ""
"04060107.xhp\n"
"par_id3148903\n"
-"246\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3151007\n"
-"247\n"
"help.text"
msgid "<emph>7</emph>"
msgstr "<emph>7</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3153294\n"
-"248\n"
"help.text"
msgid "16"
msgstr "16"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3147284\n"
-"249\n"
"help.text"
msgid "<emph>8</emph>"
msgstr "<emph>8</emph>"
@@ -19218,16 +19284,15 @@ msgstr "<emph>8</emph>"
msgctxt ""
"04060107.xhp\n"
"par_id3154914\n"
-"250\n"
"help.text"
msgid "9"
-msgstr "9"
+msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3154218\n"
-"251\n"
"help.text"
msgid "<emph>9</emph>"
msgstr "<emph>9</emph>"
@@ -19236,105 +19301,105 @@ msgstr "<emph>9</emph>"
msgctxt ""
"04060107.xhp\n"
"par_id3147226\n"
-"252\n"
"help.text"
msgid "7"
-msgstr "7"
+msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3149045\n"
-"253\n"
"help.text"
msgid "<emph>10</emph>"
msgstr "<emph>10</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155799\n"
-"254\n"
"help.text"
msgid "16"
msgstr "16"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155076\n"
-"255\n"
"help.text"
msgid "<emph>11</emph>"
msgstr "<emph>11</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3150217\n"
-"256\n"
"help.text"
msgid "33"
msgstr "33"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3150312\n"
-"29\n"
"help.text"
msgid "Select a single column range in which to enter the frequency according to the class limits. You must select one field more than the class ceiling. In this example, select the range C1:C6. Call up the FREQUENCY function in the <emph>Function Wizard</emph>. Select the <emph>Data</emph> range in (A1:A11), and then the <emph>Classes</emph> range in which you entered the class limits (B1:B6). Select the <emph>Array</emph> check box and click <emph>OK</emph>. You will see the frequency count in the range C1:C6."
msgstr "クラスの上限値よりも大きい値の頻度を入力する、単独のセル範囲を選択します。クラスの上限値よりも 1 フィールド多く選択しなければなりません。ここでは、C1:C6 を選択します。<emph>関数ウィザード</emph> で FREQUENCY 関数を呼び出します。<emph>データ</emph> の測定範囲を (A1:A11) で選択し、次にクラス限界 (B1:B6) を入力する <emph>クラス</emph> の列を選びます。<emph>行列</emph> チェックボックスをオンにし、<emph>OK</emph> をクリックします。最初に選択された範囲 C1:C6 に頻度が表示されます。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"bm_id3151030\n"
"help.text"
-msgid "<bookmark_value>MDETERM function</bookmark_value><bookmark_value>determinants</bookmark_value>"
+msgid "<bookmark_value>MDETERM function</bookmark_value> <bookmark_value>determinants</bookmark_value>"
msgstr "<bookmark_value>MDETERM 関数</bookmark_value><bookmark_value>判断</bookmark_value>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3151030\n"
-"31\n"
"help.text"
msgid "MDETERM"
msgstr "MDETERM"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3154073\n"
-"32\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_MDET\">Returns the array determinant of an array.</ahelp> This function returns a value in the current cell; it is not necessary to define a range for the results."
msgstr "<ahelp hid=\"HID_FUNC_MDET\">行列の行列式を返します。</ahelp>この関数は、現在のセルの値を返します。結果を返すために範囲を指定する必要はありません。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3156366\n"
-"33\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3156380\n"
-"34\n"
"help.text"
msgid "MDETERM(Array)"
msgstr "MDETERM(行列)"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3150290\n"
-"35\n"
"help.text"
msgid "<emph>Array</emph> represents a square array in which the determinants are defined."
msgstr "<emph>行列</emph> とは、行列式が指定される平方行列です。"
@@ -19348,72 +19413,73 @@ msgid "You can find a general introduction to using Array functions on top of th
msgstr "このページの一番上から、行列関数の使用に関する一般情報を探せます。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"bm_id3151348\n"
"help.text"
-msgid "<bookmark_value>MINVERSE function</bookmark_value><bookmark_value>inverse arrays</bookmark_value>"
+msgid "<bookmark_value>MINVERSE function</bookmark_value> <bookmark_value>inverse arrays</bookmark_value>"
msgstr "<bookmark_value>MINVERSE 関数</bookmark_value><bookmark_value>逆行列</bookmark_value>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3151348\n"
-"39\n"
"help.text"
msgid "MINVERSE"
msgstr "MINVERSE"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3145569\n"
-"40\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_MINV\">Returns the inverse array.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_MINV\">逆行列を返します。</ahelp>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3156072\n"
-"41\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3156085\n"
-"42\n"
"help.text"
msgid "MINVERSE(Array)"
msgstr "MINVERSE(行列)"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3157849\n"
-"43\n"
"help.text"
msgid "<emph>Array</emph> represents a square array that is to be inverted."
msgstr "<emph>行列</emph> とは、逆転させる平方行列です。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3157868\n"
-"44\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3149638\n"
-"45\n"
"help.text"
msgid "Select a square range and select MINVERSE. Select the output array, select the <emph>Array</emph> field and click <emph>OK</emph>."
msgstr "範囲を選択してから、MINVERSE を選択します。次に、出力行列を選択し、<emph>行列</emph> フィールドを選んでから <emph>OK</emph> をクリックします。"
@@ -19427,73 +19493,73 @@ msgid "<bookmark_value>MMULT function</bookmark_value>"
msgstr "<bookmark_value>MMULT 関数</bookmark_value>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3148546\n"
-"47\n"
"help.text"
msgid "MMULT"
msgstr "MMULT"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3148518\n"
-"48\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_MMULT\">Calculates the array product of two arrays.</ahelp> The number of columns for array 1 must match the number of rows for array 2. The square array has an equal number of rows and columns."
msgstr "<ahelp hid=\"HID_FUNC_MMULT\">2 つの行列の行列積を計算します。</ahelp>行列 1 の列数は、行列 2 の行数と一致しなければなりません。平方行列は、同数の行と列を持ちます。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3146767\n"
-"49\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3150798\n"
-"50\n"
"help.text"
msgid "MMULT(Array; Array)"
msgstr "MMULT(行列; 行列)"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3150812\n"
-"51\n"
"help.text"
msgid "<emph>Array</emph> at first place represents the first array used in the array product."
msgstr "最初の位置にある <emph>行列</emph> は、行列積で使用される最初の行列です。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152553\n"
-"52\n"
"help.text"
msgid "<emph>Array</emph> at second place represents the second array with the same number of rows."
msgstr "2 つめの <emph>行列</emph> とは、行数が同じの 2 つめの行列です。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3152574\n"
-"53\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3146826\n"
-"54\n"
"help.text"
msgid "Select a square range. Choose the MMULT function. Select the first <emph>Array</emph>, then select the second <emph>Array</emph>. Using <emph>Function Wizard</emph>, mark the <emph>Array</emph> check box. Click <emph>OK</emph>. The output array will appear in the first selected range."
msgstr "範囲を選択します。MMULT 関数を選びます。最初の <emph>行列</emph> を選択し、次に 2 つめの <emph>行列</emph> を選択します。<emph>関数ウィザード</emph> を使用し、<emph>行列</emph> チェックボックスをオンにし、<emph>OK</emph> をクリックします。出力行列が、最初に選択された範囲に表示されます。"
@@ -19507,64 +19573,64 @@ msgid "<bookmark_value>TRANSPOSE function</bookmark_value>"
msgstr "<bookmark_value>TRANSPOSE 関数</bookmark_value>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3154970\n"
-"56\n"
"help.text"
msgid "TRANSPOSE"
msgstr "TRANSPOSE"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155276\n"
-"57\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_MTRANS\">Transposes the rows and columns of an array.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_MTRANS\">行列の行と列を入れ替えます。</ahelp>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3155294\n"
-"58\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3153843\n"
-"59\n"
"help.text"
msgid "TRANSPOSE(Array)"
msgstr "TRANSPOSE(行列)"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3153857\n"
-"60\n"
"help.text"
msgid "<emph>Array</emph> represents the array in the spreadsheet that is to be transposed."
msgstr "<emph>行列</emph> とは、表計算ドキュメントの行列の中で行と列を入れ替えるものを指します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3159352\n"
-"61\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3159366\n"
-"62\n"
"help.text"
msgid "In the spreadsheet, select the range in which the transposed array can appear. If the original array has n rows and m columns, your selected range must have at least m rows and n columns. Then enter the formula directly, select the original array and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Shift+Command+Enter</caseinline><defaultinline>Shift+Ctrl+Enter</defaultinline></switchinline>. Or, if you are using the <emph>Function Wizard</emph>, mark the <emph>Array</emph> check box. The transposed array appears in the selected target range and is protected automatically against changes."
msgstr "表計算ドキュメントで、行と列を入れ替えた行列を表示する範囲を選択します。元の行列が n 行と m 列で構成されている場合は、選択された範囲には少なくとも m 行と n 列なければなりません。次に、数式を直接入力してから元の行列を選択し、<switchinline select=\"sys\"><caseinline select=\"MAC\">(Shift) + (Command) + (Enter)</caseinline><defaultinline>(Shift) + (Ctrl) + (Enter)</defaultinline></switchinline> キーを押します。<emph>関数ウィザード</emph> を使用する場合は、<emph>行列</emph> チェックボックスをオンにします。行と列を入れ替えた行列が選択した範囲に表示され、変更されないよう自動的に保護されます。"
@@ -19578,55 +19644,55 @@ msgid "<bookmark_value>LINEST function</bookmark_value>"
msgstr "<bookmark_value>LINEST 関数</bookmark_value>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3109846\n"
-"64\n"
"help.text"
msgid "LINEST"
msgstr "LINEST"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144733\n"
-"65\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_RGP\">Returns a table of statistics for a straight line that best fits a data set.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_RGP\">データグループにもっとも適合した直線の統計値のテーブル (表) を返します。</ahelp>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3152825\n"
-"66\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152839\n"
-"67\n"
"help.text"
msgid "LINEST(data_Y; data_X; linearType; stats)"
msgstr "LINEST(データ Y; データ X; 線形タイプ; 統計)"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152853\n"
-"68\n"
"help.text"
msgid "<emph>data_Y</emph> is a single row or column range specifying the y coordinates in a set of data points."
msgstr "<emph>data_Y</emph> はデータポイントグループの中で Y 座標を示す 1 行または列の範囲です。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3154428\n"
-"69\n"
"help.text"
msgid "<emph>data_X</emph> is a corresponding single row or column range specifying the x coordinates. If <emph>data_X</emph> is omitted it defaults to <item type=\"literal\">1, 2, 3, ..., n</item>. If there is more than one set of variables <emph>data_X</emph> may be a range with corresponding multiple rows or columns."
msgstr "<emph>data_X</emph> は、対応する 1 つの行、または、X 座標群を記述したカラム範囲です。もし、data_x が省略された場合、デフォルトは <item type=\"literal\">1, 2, 3, ..., n</item> になります。1 つ以上の変数のセットがある場合、<emph>data_X</emph>は対応する複数の行または列の範囲になるかもしれません。"
@@ -19640,19 +19706,19 @@ msgid "LINEST finds a straight line <item type=\"literal\">y = a + bx</item> tha
msgstr "LINEST は、線形回帰 (最小二乗法) を使って、もっともデータに適合する直線 <item type=\"literal\">y = a + bx</item> を見つけます。1 つ以上の変数がある場合、その直線は <item type=\"literal\">y = a + b1x1 + b2x2 ... + bnxn</item> という形式のものになります。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3154448\n"
-"70\n"
"help.text"
msgid "if<emph>linearType</emph> is FALSE the straight line found is forced to pass through the origin (the constant a is zero; y = bx). If omitted, <emph>linearType</emph> defaults to TRUE (the line is not forced through the origin)."
msgstr "もし <emph>linearType</emph> が FALSE であれば、見つかった直線は原点を通過するように強制されます (定数部 0、すなわち y = bx です)。省略した場合、<emph>linearType</emph> は TRUE です (直線は原点を通過するように強制されません)。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3154142\n"
-"71\n"
"help.text"
msgid "if<emph>stats</emph> is omitted or FALSE only the top line of the statistics table is returned. If TRUE the entire table is returned."
msgstr "<emph>stats</emph> が省略されるか、または FALSE の場合、統計テーブルの最上位行のみが返されます。もし TRUE であれば、テーブル全体が返されます。"
@@ -19666,46 +19732,46 @@ msgid "LINEST returns a table (array) of statistics as below and must be entered
msgstr "LINEST は以下のように統計テーブル (行列) を返します。また、行列式として入力されなければなりません (つまり、単なる Return ではなく <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Return を使用します)。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3154162\n"
-"72\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3154176\n"
-"73\n"
"help.text"
msgid "This function returns an array and is handled in the same way as the other array functions. Select a range for the answers and then the function. Select <emph>data_Y</emph>. If you want, you can enter other parameters. Select <emph>Array</emph> and click <emph>OK</emph>."
msgstr "この関数は行列を返し、ほかの行列関数と同じように処理されます。回答範囲と関数を選択します。データ Y を選択します。必要な場合は、ほかのパラメーターを入力します。<emph>「行列」</emph> を選択し、<emph>「OK」</emph> をクリックします。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155468\n"
-"74\n"
"help.text"
msgid "The results returned by the system (if <emph>stats</emph> = 0), will at least show the slope of the regression line and its intersection with the Y axis. If <emph>stats</emph> does not equal 0, other results are to be displayed."
msgstr "(<emph>統計</emph>が 0 の場合に) システムによって返される結果は、少なくとも回帰直線と回帰直線と Y 軸の交差を示します。<emph>統計</emph>が 0 でない場合は、ほかの結果が表示されます。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3155491\n"
-"75\n"
"help.text"
msgid "Other LINEST Results:"
msgstr "その他の LINEST の結果は以下のとおりです。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3159291\n"
-"76\n"
"help.text"
msgid "Examine the following examples:"
msgstr "以下の例を検証します。"
@@ -19714,582 +19780,576 @@ msgstr "以下の例を検証します。"
msgctxt ""
"04060107.xhp\n"
"par_id3157922\n"
-"77\n"
"help.text"
msgid "A"
-msgstr "A"
+msgstr ""
#: 04060107.xhp
msgctxt ""
"04060107.xhp\n"
"par_id3157945\n"
-"78\n"
"help.text"
msgid "B"
-msgstr "B"
+msgstr ""
#: 04060107.xhp
msgctxt ""
"04060107.xhp\n"
"par_id3152486\n"
-"79\n"
"help.text"
msgid "C"
-msgstr "C"
+msgstr ""
#: 04060107.xhp
msgctxt ""
"04060107.xhp\n"
"par_id3152509\n"
-"80\n"
"help.text"
msgid "D"
-msgstr "D"
+msgstr ""
#: 04060107.xhp
msgctxt ""
"04060107.xhp\n"
"par_id3152532\n"
-"81\n"
"help.text"
msgid "E"
-msgstr "E"
+msgstr ""
#: 04060107.xhp
msgctxt ""
"04060107.xhp\n"
"par_id3153431\n"
-"82\n"
"help.text"
msgid "F"
-msgstr "F"
+msgstr ""
#: 04060107.xhp
msgctxt ""
"04060107.xhp\n"
"par_id3153454\n"
-"83\n"
"help.text"
msgid "G"
-msgstr "G"
+msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3154995\n"
-"84\n"
"help.text"
msgid "<emph>1</emph>"
msgstr "<emph>1</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155021\n"
-"85\n"
"help.text"
msgid "<item type=\"input\">x1</item>"
msgstr "<item type=\"input\">x1</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155044\n"
-"86\n"
"help.text"
msgid "<item type=\"input\">x2</item>"
msgstr "<item type=\"input\">x2</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163734\n"
-"87\n"
"help.text"
msgid "<item type=\"input\">y</item>"
msgstr "<item type=\"input\">y</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163766\n"
-"88\n"
"help.text"
-msgid "<item type=\"input\">LIN</item><item type=\"input\">EST value</item>"
-msgstr "<item type=\"input\">LIN</item><item type=\"input\">EST 値</item>"
+msgid "<item type=\"input\">LINEST value</item>"
+msgstr "<item type=\"input\">残存価額</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3145686\n"
-"89\n"
"help.text"
msgid "<emph>2</emph>"
msgstr "<emph>2</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3145713\n"
-"90\n"
"help.text"
msgid "<item type=\"input\">4</item>"
msgstr "<item type=\"input\">4</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3145736\n"
-"91\n"
"help.text"
msgid "<item type=\"input\">7</item>"
msgstr "<item type=\"input\">7</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3159427\n"
-"92\n"
"help.text"
msgid "<item type=\"input\">100</item>"
msgstr "<item type=\"input\">100</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3159460\n"
-"93\n"
"help.text"
msgid "<item type=\"input\">4,17</item>"
msgstr "<item type=\"input\">4,17</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3159483\n"
-"94\n"
"help.text"
msgid "-<item type=\"input\">3,48</item>"
msgstr "-<item type=\"input\">3,48</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152381\n"
-"95\n"
"help.text"
msgid "<item type=\"input\">82,33</item>"
msgstr "<item type=\"input\">82,33</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152408\n"
-"96\n"
"help.text"
msgid "<emph>3</emph>"
msgstr "<emph>3</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152435\n"
-"97\n"
"help.text"
msgid "<item type=\"input\">5</item>"
msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152458\n"
-"98\n"
"help.text"
msgid "<item type=\"input\">9</item>"
msgstr "<item type=\"input\">9</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155652\n"
-"99\n"
"help.text"
msgid "<item type=\"input\">105</item>"
msgstr "<item type=\"input\">105</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155684\n"
-"100\n"
"help.text"
msgid "<item type=\"input\">5,46</item>"
msgstr "<item type=\"input\">5,46</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155707\n"
-"101\n"
"help.text"
msgid "<item type=\"input\">10,96</item>"
msgstr "<item type=\"input\">10,96</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155730\n"
-"102\n"
"help.text"
msgid "<item type=\"input\">9,35</item>"
msgstr "<item type=\"input\">9,35</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3159506\n"
-"103\n"
"help.text"
msgid "<emph>4</emph>"
msgstr "<emph>4</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3159533\n"
-"104\n"
"help.text"
msgid "<item type=\"input\">6</item>"
msgstr "<item type=\"input\">6</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3159556\n"
-"105\n"
"help.text"
msgid "<item type=\"input\">11</item>"
msgstr "<item type=\"input\">11</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3159579\n"
-"106\n"
"help.text"
msgid "<item type=\"input\">104</item>"
msgstr "<item type=\"input\">104</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3159611\n"
-"107\n"
"help.text"
msgid "<item type=\"input\">0,87</item>"
msgstr "<item type=\"input\">0,87</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152606\n"
-"108\n"
"help.text"
msgid "<item type=\"input\">5,06</item>"
msgstr "<item type=\"input\">5,06</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152629\n"
-"109\n"
"help.text"
msgid "<item type=\"input\">#NA</item>"
msgstr "<item type=\"input\">#NA</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152655\n"
-"110\n"
"help.text"
msgid "<emph>5</emph>"
msgstr "<emph>5</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152682\n"
-"111\n"
"help.text"
msgid "<item type=\"input\">7</item>"
msgstr "<item type=\"input\">7</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152705\n"
-"112\n"
"help.text"
msgid "<item type=\"input\">12</item>"
msgstr "<item type=\"input\">12</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152728\n"
-"113\n"
"help.text"
msgid "<item type=\"input\">108</item>"
msgstr "<item type=\"input\">108</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144352\n"
-"114\n"
"help.text"
msgid "<item type=\"input\">13,21</item>"
msgstr "<item type=\"input\">13,21</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144375\n"
-"115\n"
"help.text"
msgid "<item type=\"input\">4</item>"
msgstr "<item type=\"input\">4</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144398\n"
-"116\n"
"help.text"
msgid "<item type=\"input\">#NA</item>"
msgstr "<item type=\"input\">#NA</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144425\n"
-"117\n"
"help.text"
msgid "<emph>6</emph>"
msgstr "<emph>6</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144452\n"
-"118\n"
"help.text"
msgid "<item type=\"input\">8</item>"
msgstr "<item type=\"input\">8</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144475\n"
-"119\n"
"help.text"
msgid "<item type=\"input\">15</item>"
msgstr "<item type=\"input\">15</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144498\n"
-"120\n"
"help.text"
msgid "<item type=\"input\">111</item>"
msgstr "<item type=\"input\">111</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158233\n"
-"121\n"
"help.text"
msgid "<item type=\"input\">675,45</item>"
msgstr "<item type=\"input\">675,45</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158256\n"
-"122\n"
"help.text"
msgid "<item type=\"input\">102,26</item>"
msgstr "<item type=\"input\">102,26</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158279\n"
-"123\n"
"help.text"
msgid "<item type=\"input\">#NA</item>"
msgstr "<item type=\"input\">#NA</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158306\n"
-"124\n"
"help.text"
msgid "<emph>7</emph>"
msgstr "<emph>7</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158333\n"
-"125\n"
"help.text"
msgid "<item type=\"input\">9</item>"
msgstr "<item type=\"input\">9</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158356\n"
-"126\n"
"help.text"
msgid "<item type=\"input\">17</item>"
msgstr "<item type=\"input\">17</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158379\n"
-"127\n"
"help.text"
msgid "<item type=\"input\">120</item>"
msgstr "<item type=\"input\">120</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144560\n"
-"128\n"
"help.text"
msgid "<emph>8</emph>"
msgstr "<emph>8</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144586\n"
-"129\n"
"help.text"
msgid "<item type=\"input\">10</item>"
msgstr "<item type=\"input\">10</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144609\n"
-"130\n"
"help.text"
msgid "<item type=\"input\">19</item>"
msgstr "<item type=\"input\">19</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144632\n"
-"131\n"
"help.text"
msgid "<item type=\"input\">133</item>"
msgstr "<item type=\"input\">133</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144687\n"
-"132\n"
"help.text"
msgid "Column A contains several X1 values, column B several X2 values and column C the Y values. You have already entered these values in your spreadsheet. You have now set up E2:G6 in the spreadsheet and activated the <emph>Function Wizard</emph>. For the LINEST function to work, you must have marked the <emph>Array</emph> check box in the <emph>Function Wizard</emph>. Next, select the following values in the spreadsheet (or enter them using the keyboard):"
msgstr "列 A にはいくつかの X1 値が、列 B にはいくつかの X2 値が、そして列 C には Y 値が含まれています。これらの値は、表計算ドキュメントにすでに入力されています。ここで、表計算ドキュメントに E2:G6 が設定され、<emph>関数ウィザード</emph> がオンになっています。LINEST 関数を実行するには、<emph>関数ウィザード</emph> の <emph>行列</emph> チェックボックスをオンにする必要があります。次に、表計算ドキュメントで以下の値を選択します (または、値をキーボードから入力します)。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158020\n"
-"133\n"
"help.text"
msgid "<emph>data_Y</emph> is C2:C8"
msgstr "<emph>データ Y</emph> は C2:C8 です。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158039\n"
-"134\n"
"help.text"
msgid "<emph>data_X</emph> is A2:B8"
msgstr "<emph>データ X</emph> は A2:B8 です。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158058\n"
-"135\n"
"help.text"
msgid "<emph>linearType</emph> and <emph>stats</emph> are both set to 1."
msgstr "<emph>線形タイプ</emph> と <emph>統計情報</emph> の両方に 1 が設定されます。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158084\n"
-"136\n"
"help.text"
msgid "As soon as you click <emph>OK</emph>, $[officename] Calc will fill the above example with the LINEST values as shown in the example."
msgstr "<emph>OK</emph> をクリックすると、$[officename] Calc は上の例に LINEST 値を入力します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158106\n"
-"137\n"
"help.text"
msgid "The formula in the <emph>Formula</emph> Bar corresponds to each cell of the LINEST array <item type=\"input\">{=LINEST(C2:C8;A2:B8;1;1)}</item>"
msgstr "<emph>数式</emph> バーの数式は、LINEST 行列 <item type=\"input\">{=LINEST(C2:C8;A2:B8;1;1)}</item> の各セルに対応します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158128\n"
-"138\n"
"help.text"
msgid "<emph>This represents the calculated LINEST values:</emph>"
msgstr "<emph>これは計算結果である LINEST 値です:</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"bm_id3158146\n"
"help.text"
-msgid "<bookmark_value>slopes, see also regression lines</bookmark_value><bookmark_value>regression lines;LINEST function</bookmark_value>"
+msgid "<bookmark_value>slopes, see also regression lines</bookmark_value> <bookmark_value>regression lines;LINEST function</bookmark_value>"
msgstr "<bookmark_value>傾き、回帰線を参照</bookmark_value><bookmark_value>回帰線; LINEST 関数</bookmark_value>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158146\n"
-"139\n"
"help.text"
msgid "E2 and F2: Slope m of the regression line y=b+m*x for the x1 and x2 values. The values are given in reverse order; that is, the slope for x2 in E2 and the slope for x1 in F2."
msgstr "E2 と* F2:x1 と x2 の値に対する回帰直線 y=b+m*x の傾き m。値は逆方向に指定されます。つまり、x2 の傾きは E2、x1 の傾きは F2 に指定されます。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158184\n"
-"140\n"
"help.text"
msgid "G2: Intersection b with the y axis."
msgstr "G2: y 軸との交差 b"
@@ -20303,19 +20363,19 @@ msgid "<bookmark_value>standard errors;array functions</bookmark_value>"
msgstr "<bookmark_value>標準誤差;行列関数</bookmark_value>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158204\n"
-"141\n"
"help.text"
msgid "E3 and F3: The standard error of the slope value."
msgstr "E3 および F3: 傾き値の標準誤差"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3145845\n"
-"142\n"
"help.text"
msgid "G3: The standard error of the intercept"
msgstr "G3: 切片の標準誤差"
@@ -20329,55 +20389,55 @@ msgid "<bookmark_value>RSQ calculations</bookmark_value>"
msgstr "<bookmark_value>RSQ の計算</bookmark_value>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3145859\n"
-"143\n"
"help.text"
msgid "E4: RSQ"
msgstr "E4: RSQ"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3145880\n"
-"144\n"
"help.text"
msgid "F4: The standard error of the regression calculated for the Y value."
msgstr "F4: Y 値の回帰の標準誤差"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3145894\n"
-"145\n"
"help.text"
msgid "E5: The F value from the variance analysis."
msgstr "E5: 差異分析から得られる F 値"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3145915\n"
-"146\n"
"help.text"
msgid "F5: The degrees of freedom from the variance analysis."
msgstr "F5: 差異分析から得られる自由度"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3145937\n"
-"147\n"
"help.text"
msgid "E6: The sum of the squared deviation of the estimated Y values from their linear mean."
msgstr "E6: 線形平均から導いた、Y の予測値の平方偏差の和"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3145952\n"
-"148\n"
"help.text"
msgid "F6: The sum of the squared deviation of the estimated Y value from the given Y values."
msgstr "F6: 一定の Y 値から導いた、Y の予測値の平方偏差の和"
@@ -20391,144 +20451,145 @@ msgid "<bookmark_value>LOGEST function</bookmark_value>"
msgstr "<bookmark_value>LOGEST 関数</bookmark_value>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3146009\n"
-"150\n"
"help.text"
msgid "LOGEST"
msgstr "LOGEST"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3146037\n"
-"151\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_RKP\">This function calculates the adjustment of the entered data as an exponential regression curve (y=b*m^x).</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_RKP\">この関数は、入力され、調整されたデータを指数回帰曲積 (y=b*m^x) として計算します。</ahelp>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3146056\n"
-"152\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163123\n"
-"153\n"
"help.text"
msgid "LOGEST(DataY; DataX; FunctionType; Stats)"
msgstr "LOGEST(データ Y; データ X; 関数タイプ; 統計)"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163137\n"
-"154\n"
"help.text"
msgid "<emph>DataY</emph> represents the Y Data array."
msgstr "<emph>データ Y</emph> は、Y データ行列を表します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163155\n"
-"155\n"
"help.text"
msgid "<emph>DataX</emph> (optional) represents the X Data array."
msgstr "<emph>データ X</emph> (オプション) は、X データ行列を表します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163174\n"
-"156\n"
"help.text"
msgid "<emph>FunctionType</emph> (optional). If Function_Type = 0, functions in the form y = m^x will be calculated. Otherwise, y = b*m^x functions will be calculated."
msgstr "<emph>関数タイプ</emph> (オプション)。関数タイプ = 0 の場合は、y = m^x という形式の関数が計算されます。その他の場合は、y = b*m^x という関数が計算されます。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163196\n"
-"157\n"
"help.text"
msgid "<emph>Stats</emph> (optional). If Stats=0, only the regression coefficient is calculated."
msgstr "<emph>統計値</emph> (オプション)。統計値=0 であれば、回帰係数のみが計算されます。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3163216\n"
-"158\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163230\n"
-"159\n"
"help.text"
msgid "See LINEST. However, no square sum will be returned."
msgstr "LINEST を参照してください。ただし、平方和は返されません。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"bm_id3163286\n"
"help.text"
-msgid "<bookmark_value>SUMPRODUCT function</bookmark_value><bookmark_value>scalar products</bookmark_value><bookmark_value>dot products</bookmark_value><bookmark_value>inner products</bookmark_value>"
+msgid "<bookmark_value>SUMPRODUCT function</bookmark_value> <bookmark_value>scalar products</bookmark_value> <bookmark_value>dot products</bookmark_value> <bookmark_value>inner products</bookmark_value>"
msgstr "<bookmark_value>SUMPRODUCT 関数</bookmark_value><bookmark_value>スカラー積</bookmark_value><bookmark_value>ドット積</bookmark_value><bookmark_value>内積</bookmark_value>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3163286\n"
-"161\n"
"help.text"
msgid "SUMPRODUCT"
msgstr "SUMPRODUCT"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163314\n"
-"162\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_SUMMENPRODUKT\">Multiplies corresponding elements in the given arrays, and returns the sum of those products.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_SUMMENPRODUKT\">指定の行列内において一致する要素を乗算し、それらの積の和を返します。</ahelp>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3163334\n"
-"163\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163347\n"
-"164\n"
"help.text"
msgid "SUMPRODUCT(Array1; Array2...Array30)"
msgstr "SUMPRODUCT(行列 1; 行列 2...行列 30)"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163362\n"
-"165\n"
"help.text"
msgid "<emph>Array1, Array2...Array30</emph> represent arrays whose corresponding elements are to be multiplied."
msgstr "<emph>行列 1、行列 2...行列 30</emph> は、対応する要素が乗算される行列を表します。"
@@ -20742,55 +20803,55 @@ msgid "<bookmark_value>SUMX2MY2 function</bookmark_value>"
msgstr "<bookmark_value>SUMX2MY2 関数</bookmark_value>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3144842\n"
-"169\n"
"help.text"
msgid "SUMX2MY2"
msgstr "SUMX2MY2"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144871\n"
-"170\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_SUMMEX2MY2\">Returns the sum of the difference of squares of corresponding values in two arrays.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_SUMMEX2MY2\">2 つの行列において一致する値の平方差の和を返します。</ahelp>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3144889\n"
-"171\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144903\n"
-"172\n"
"help.text"
msgid "SUMX2MY2(ArrayX; ArrayY)"
msgstr "SUMX2MY2(行列 X; 行列 Y)"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144916\n"
-"173\n"
"help.text"
msgid "<emph>ArrayX</emph> represents the first array whose elements are to be squared and added."
msgstr "<emph>行列 X</emph> は、要素が平方されて加算される最初の行列を表します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144936\n"
-"174\n"
"help.text"
msgid "<emph>ArrayY</emph> represents the second array whose elements are to be squared and subtracted."
msgstr "<emph>行列 Y</emph> は、要素が平方されて減算される 2 番目の行列を表します。"
@@ -20804,55 +20865,55 @@ msgid "<bookmark_value>SUMX2PY2 function</bookmark_value>"
msgstr "<bookmark_value>SUMX2PY2 関数</bookmark_value>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3145026\n"
-"178\n"
"help.text"
msgid "SUMX2PY2"
msgstr "SUMX2PY2"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3145055\n"
-"179\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_SUMMEX2PY2\">Returns the sum of the sum of squares of corresponding values in two arrays.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_SUMMEX2PY2\">2 つの行列において一致する値の平方和の和を返します。</ahelp>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3163390\n"
-"180\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163404\n"
-"181\n"
"help.text"
msgid "SUMX2PY2(ArrayX; ArrayY)"
msgstr "SUMX2PY2(行列 X; 行列 Y)"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163417\n"
-"182\n"
"help.text"
msgid "<emph>ArrayX</emph> represents the first array whose elements are to be squared and added."
msgstr "<emph>行列 X</emph> は、要素が平方されて加算される最初の行列を表します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163437\n"
-"183\n"
"help.text"
msgid "<emph>ArrayY</emph> represents the second array, whose elements are to be squared and added."
msgstr "<emph>行列 Y</emph> は、要素が平方されて加算される 2 番目の行列を表します。"
@@ -20866,55 +20927,55 @@ msgid "<bookmark_value>SUMXMY2 function</bookmark_value>"
msgstr "<bookmark_value>SUMXMY2 関数</bookmark_value>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3163527\n"
-"187\n"
"help.text"
msgid "SUMXMY2"
msgstr "SUMXMY2"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163556\n"
-"188\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_SUMMEXMY2\">Adds the squares of the variance between corresponding values in two arrays.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_SUMMEXMY2\">2 つの行列で一致する値の偏差の平方を加算します。</ahelp>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3163574\n"
-"189\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163588\n"
-"190\n"
"help.text"
msgid "SUMXMY2(ArrayX; ArrayY)"
msgstr "SUMXMY2(行列 X; 行列 Y)"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163601\n"
-"191\n"
"help.text"
msgid "<emph>ArrayX</emph> represents the first array whose elements are to be subtracted and squared."
msgstr "<emph>行列 X</emph> は、要素が減算されて平方される最初の行列を表します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163621\n"
-"192\n"
"help.text"
msgid "<emph>ArrayY</emph> represents the second array, whose elements are to be subtracted and squared."
msgstr "<emph>行列 Y</emph> は、要素が減算されて平方される 2 番目の行列を表します。"
@@ -20928,189 +20989,190 @@ msgid "<bookmark_value>TREND function</bookmark_value>"
msgstr "<bookmark_value>TREND 関数</bookmark_value>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3166062\n"
-"196\n"
"help.text"
msgid "TREND"
msgstr "TREND"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3166091\n"
-"197\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_TREND\">Returns values along a linear trend.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_TREND\">線形トレンド上の値を返します。</ahelp>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3166109\n"
-"198\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3166122\n"
-"199\n"
"help.text"
msgid "TREND(DataY; DataX; NewDataX; LinearType)"
msgstr "TREND(データ Y; データ X; 新しいデータ X; 線形タイプ)"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3166137\n"
-"200\n"
"help.text"
msgid "<emph>DataY</emph> represents the Y Data array."
msgstr "<emph>データ Y</emph> は、Y データ行列を表します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3166156\n"
-"201\n"
"help.text"
msgid "<emph>DataX</emph> (optional) represents the X Data array."
msgstr "<emph>データ X</emph> (オプション) は、X データ行列を表します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3166176\n"
-"202\n"
"help.text"
msgid "<emph>NewDataX</emph> (optional) represents the array of the X data, which are used for recalculating values."
msgstr "<emph>新しいデータ X</emph> (オプション) は、値の再計算に使用される X データの行列を表します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3166196\n"
-"203\n"
"help.text"
msgid "<emph>LinearType</emph>(Optional). If LinearType = 0, then lines will be calculated through the zero point. Otherwise, offset lines will also be calculated. The default is LinearType <> 0."
msgstr "<emph>線形タイプ</emph> (オプション)。線形タイプ = 0 にすると、線はゼロ点を通るように計算されます。その他の場合は、オフセット線も計算されます。標準値は 線形タイプ <> 0です。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3166231\n"
-"204\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3166245\n"
-"205\n"
"help.text"
msgid "Select a spreadsheet range in which the trend data will appear. Select the function. Enter the output data or select it with the mouse. Mark the <emph>Array</emph> field. click <emph>OK</emph>. The trend data calculated from the output data is displayed."
msgstr "トレンドデータを表示する表計算ドキュメント内の範囲を選択します。まず、関数を選択します。出力データを入力するか、出力データをマウスで選択します。<emph>行列</emph> フィールドをマークし、<emph>OK</emph> をクリックします。すると、出力データから計算されたトレンドデータが示されます。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"bm_id3166317\n"
"help.text"
-msgid "<bookmark_value>GROWTH function</bookmark_value><bookmark_value>exponential trends in arrays</bookmark_value>"
+msgid "<bookmark_value>GROWTH function</bookmark_value> <bookmark_value>exponential trends in arrays</bookmark_value>"
msgstr "<bookmark_value>GROWTH 関数</bookmark_value><bookmark_value>行列内の指数トレンド</bookmark_value>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3166317\n"
-"207\n"
"help.text"
msgid "GROWTH"
msgstr "GROWTH"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3166346\n"
-"208\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_VARIATION\">Calculates the points of an exponential trend in an array.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_VARIATION\">行列内の指数トレンドのポイントを計算します。</ahelp>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3166364\n"
-"209\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3166377\n"
-"210\n"
"help.text"
msgid "GROWTH(DataY; DataX; NewDataX; FunctionType)"
msgstr "GROWTH(データ Y; データ X; 新しいデータ X; 関数タイプ)"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3166392\n"
-"211\n"
"help.text"
msgid "<emph>DataY</emph> represents the Y Data array."
msgstr "<emph>データ Y</emph> は、Y データ行列を表します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3166411\n"
-"212\n"
"help.text"
msgid "<emph>DataX</emph> (optional) represents the X Data array."
msgstr "<emph>データ X</emph> (オプション) は、X データ行列を表します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3173797\n"
-"213\n"
"help.text"
msgid "<emph>NewDataX</emph> (optional) represents the X data array, in which the values are recalculated."
msgstr "<emph>新しいデータ X</emph> (オプション) は、値を再計算する X データの行列を表します。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3173817\n"
-"214\n"
"help.text"
msgid "<emph>FunctionType</emph>(optional). If FunctionType = 0, functions in the form y = m^x will be calculated. Otherwise, y = b*m^x functions will be calculated."
msgstr "<emph>関数タイプ</emph> (オプション)。関数タイプ = 0 の場合は、y = m^x という形式の関数が計算されます。その他の場合は、y = b*m^x という関数が計算されます。"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"hd_id3173839\n"
-"215\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3173852\n"
-"216\n"
"help.text"
msgid "This function returns an array and is handled in the same way as the other array functions. Select a range where you want the answers to appear and select the function. Select DataY. Enter any other parameters, mark <emph>Array</emph> and click <emph>OK</emph>."
msgstr "この関数は行列を返し、ほかの行列関数と同じように処理されます。回答を表示する範囲と関数を選択します。データ Y を選択します。何らかのほかのパラメーターを入力し、<emph>「行列」</emph> をマークして、<emph>「OK」</emph> をクリックします。"
@@ -22817,8 +22879,8 @@ msgctxt ""
"par_id3154265\n"
"231\n"
"help.text"
-msgid "If Type = 0, only exact matches are found. If the search criterion is found more than once, the function returns the index of the first matching value. Only if Type = 0 can you search for regular expressions."
-msgstr "タイプ = 0 の場合、完全一致だけが検出されます。検索条件が複数回検出された場合、関数は最初に一致した値のインデックスを返します。タイプ = 0 の場合だけ、正規表現を検索できます。"
+msgid "If Type = 0, only exact matches are found. If the search criterion is found more than once, the function returns the index of the first matching value. Only if Type = 0 can you search for regular expressions (if enabled in calculation options) or wildcards (if enabled in calculation options)."
+msgstr ""
#: 04060109.xhp
msgctxt ""
@@ -22901,22 +22963,24 @@ msgid "<emph>Reference</emph> is the reference from which the function searches
msgstr "<emph>参照</emph> は、関数が新しい参照を検索する参照元です。"
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"par_id3156032\n"
"116\n"
"help.text"
-msgid "<emph>Rows</emph> is the number of rows by which the reference was corrected up (negative value) or down."
+msgid "<emph>Rows</emph> is the number of rows by which the reference was corrected up (negative value) or down. Use 0 to stay in the same row."
msgstr "<emph>行</emph> は、参照を上 (負の値) または下に修正した行の番号です。"
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"par_id3166458\n"
"117\n"
"help.text"
-msgid "<emph>Columns</emph> (optional) is the number of columns by which the reference was corrected to the left (negative value) or to the right."
-msgstr "<emph>列</emph> (オプション) は、参照を左 (負の値) または右に修正した列の数です。"
+msgid "<emph>Columns</emph> is the number of columns by which the reference was corrected to the left (negative value) or to the right. Use 0 to stay in the same column"
+msgstr "<emph>行</emph> は、参照を上 (負の値) または下に修正した行の番号です。"
#: 04060109.xhp
msgctxt ""
@@ -23015,6 +23079,14 @@ msgstr "<item type=\"input\">=SUM(OFFSET(A1;2;2;5;6))</item> はセル C3 から
#: 04060109.xhp
msgctxt ""
"04060109.xhp\n"
+"par_id3153740\n"
+"help.text"
+msgid "If the width or height is included, the OFFSET function returns a range and thus must be entered as an <link href=\"text/scalc/01/04060107.xhp\">array formula</link>. If both the width and height are missing, a cell reference is returned."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
"bm_id3159273\n"
"help.text"
msgid "<bookmark_value>LOOKUP function</bookmark_value>"
@@ -33343,126 +33415,127 @@ msgid "Financial Functions Part Three"
msgstr "財務関数 3"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3146780\n"
-"1\n"
"help.text"
msgid "Financial Functions Part Three"
msgstr "財務関数 3"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3145112\n"
"help.text"
-msgid "<bookmark_value>ODDFPRICE function</bookmark_value><bookmark_value>prices;securities with irregular first interest date</bookmark_value>"
+msgid "<bookmark_value>ODDFPRICE function</bookmark_value> <bookmark_value>prices;securities with irregular first interest date</bookmark_value>"
msgstr "<bookmark_value>ODDFPRICE 関数</bookmark_value><bookmark_value>価格;1 期目の日数が半端な証券</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3145112\n"
-"71\n"
"help.text"
msgid "ODDFPRICE"
msgstr "ODDFPRICE"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3147250\n"
-"72\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_ODDFPRICE\">Calculates the price per 100 currency units par value of a security, if the first interest date falls irregularly.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_ODDFPRICE\">1 期目の日数が半端な証券に対して、額面 100 貨幣単位当たりの価格を返します。</ahelp>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3153074\n"
-"73\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3146098\n"
-"74\n"
"help.text"
msgid "ODDFPRICE(Settlement; Maturity; Issue; FirstCoupon; Rate; Yield; Redemption; Frequency; Basis)"
msgstr "ODDFPRICE(受領日; 満期; 発行; 最初の利札; 利率; 利回り; 償還価額; 利息支払回数; 基準)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3153337\n"
-"75\n"
"help.text"
msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr "<emph>受領日</emph> は、証券の購入日です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149051\n"
-"76\n"
"help.text"
msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
msgstr "<emph>満期日</emph> は、証券が満期になる (満了する) 日付です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3147297\n"
-"77\n"
"help.text"
msgid "<emph>Issue</emph> is the date of issue of the security."
msgstr "<emph>発行</emph> は、証券の発行日です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150393\n"
-"78\n"
"help.text"
msgid "<emph>FirstCoupon</emph> is the first interest date of the security."
msgstr "<emph>最初の利札</emph> は、証券の利息が最初に支払われる日付です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3147402\n"
-"79\n"
"help.text"
msgid "<emph>Rate</emph> is the annual rate of interest."
msgstr "<emph>利率</emph> は、年利率です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3151387\n"
-"80\n"
"help.text"
msgid "<emph>Yield</emph> is the annual yield of the security."
msgstr "<emph>利回り</emph> は、証券の年利回りです。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3153023\n"
-"81\n"
"help.text"
msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
msgstr "<emph>償還価額</emph> は、額面の 100 通貨単位あたりの償還価値です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150539\n"
-"82\n"
"help.text"
msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
msgstr "<emph>利息支払回数</emph> は、年間の利息支払回数です。1、2、または 4 になります。"
@@ -33476,109 +33549,109 @@ msgid "<bookmark_value>ODDFYIELD function</bookmark_value>"
msgstr "<bookmark_value>ODDFYIELD 関数</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3157871\n"
-"87\n"
"help.text"
msgid "ODDFYIELD"
msgstr "ODDFYIELD"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3147414\n"
-"88\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_ODDFYIELD\">Calculates the yield of a security if the first interest date falls irregularly.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_ODDFYIELD\">1 期目の日数が半端な証券の利回りを返します。</ahelp>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3150651\n"
-"89\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3152982\n"
-"90\n"
"help.text"
msgid "ODDFYIELD(Settlement; Maturity; Issue; FirstCoupon; Rate; Price; Redemption; Frequency; Basis)"
msgstr "ODDFYIELD(受領日; 満期; 発行; 最初の利札; 利率; 取得価額; 償還価額; 利息支払回数; 基準)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3157906\n"
-"91\n"
"help.text"
msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr "<emph>受領日</emph> は、証券の購入日です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150026\n"
-"92\n"
"help.text"
msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
msgstr "<emph>満期日</emph> は、証券が満期になる (満了する) 日付です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149012\n"
-"93\n"
"help.text"
msgid "<emph>Issue</emph> is the date of issue of the security."
msgstr "<emph>発行</emph> は、証券の発行日です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3148725\n"
-"94\n"
"help.text"
msgid "<emph>FirstCoupon</emph> is the first interest period of the security."
msgstr "<emph>最初の利札</emph> は、証券の利息が最初に支払われる期間です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150465\n"
-"95\n"
"help.text"
msgid "<emph>Rate</emph> is the annual rate of interest."
msgstr "<emph>利率</emph> は、年利率です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3146940\n"
-"96\n"
"help.text"
msgid "<emph>Price</emph> is the price of the security."
msgstr "<emph>取得価額</emph> は、証券の取得価額です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149893\n"
-"97\n"
"help.text"
msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
msgstr "<emph>償還価額</emph> は、額面の 100 通貨単位あたりの償還価値です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3148888\n"
-"98\n"
"help.text"
msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
msgstr "<emph>利息支払回数</emph> は、年間の利息支払回数です。1、2、または 4 になります。"
@@ -33592,136 +33665,136 @@ msgid "<bookmark_value>ODDLPRICE function</bookmark_value>"
msgstr "<bookmark_value>ODDLPRICE 関数</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3153933\n"
-"103\n"
"help.text"
msgid "ODDLPRICE"
msgstr "ODDLPRICE"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3145145\n"
-"104\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_ODDLPRICE\">Calculates the price per 100 currency units par value of a security, if the last interest date falls irregularly.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_ODDLPRICE\">最終期の日数が半端な証券に対して、額面 100 貨幣単位当たりの価格を返します。</ahelp>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3152784\n"
-"105\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3155262\n"
-"106\n"
"help.text"
msgid "ODDLPRICE(Settlement; Maturity; LastInterest; Rate; Yield; Redemption; Frequency; Basis)"
msgstr "ODDLPRICE(受領日; 満期; 最後の金利; 利率; 利回り; 償還価額; 利息支払回数; 基準)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149689\n"
-"107\n"
"help.text"
msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr "<emph>受領日</emph> は、証券の購入日です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3148753\n"
-"108\n"
"help.text"
msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
msgstr "<emph>満期日</emph> は、証券が満期になる (満了する) 日付です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150861\n"
-"109\n"
"help.text"
msgid "<emph>LastInterest</emph> is the last interest date of the security."
msgstr "<emph>最後の利払日</emph> は、証券の利息が最後に支払われる日付です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3155831\n"
-"110\n"
"help.text"
msgid "<emph>Rate</emph> is the annual rate of interest."
msgstr "<emph>利率</emph> は、年利率です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3153328\n"
-"111\n"
"help.text"
msgid "<emph>Yield</emph> is the annual yield of the security."
msgstr "<emph>利回り</emph> は、証券の年利回りです。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149186\n"
-"112\n"
"help.text"
msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
msgstr "<emph>償還価額</emph> は、額面の 100 通貨単位あたりの償還価値です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149726\n"
-"113\n"
"help.text"
msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
msgstr "<emph>利息支払回数</emph> は、年間の利息支払回数です。1、2、または 4 になります。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3153111\n"
-"114\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3152999\n"
-"115\n"
"help.text"
msgid "Settlement date: February 7 1999, maturity date: June 15 1999, last interest: October 15 1998. Interest rate: 3.75 per cent, yield: 4.05 per cent, redemption value: 100 currency units, frequency of payments: half-yearly = 2, basis: = 0"
msgstr "受領日: 1999年2月7日, 満期日: 1999年6月15日, 最後の利礼日: 1998年10月15日. 利率: 3.75 パーセント, 利回り: 4.05 パーセント, 償還価値: 100 貨幣単位, 頻度: 半年毎 = 2, 基準: = 0"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3148567\n"
-"116\n"
"help.text"
msgid "The price per 100 currency units per value of a security, which has an irregular last interest date, is calculated as follows:"
msgstr "1 期目の日数が半端な証券に対して、額面 100 通貨単位当たりの価格を返します:"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150332\n"
-"117\n"
"help.text"
msgid "=ODDLPRICE(\"1999-02-07\";\"1999-06-15\";\"1998-10-15\"; 0.0375; 0.0405;100;2;0) returns 99.87829."
msgstr "=ODDLPRICE(\"1999-02-07\";\"1999-06-15\";\"1998-10-15\"; 0.0375; 0.0405;100;2;0) は、99.87829 を返します。"
@@ -33735,296 +33808,298 @@ msgid "<bookmark_value>ODDLYIELD function</bookmark_value>"
msgstr "<bookmark_value>ODDLYIELD 関数</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3153564\n"
-"118\n"
"help.text"
msgid "ODDLYIELD"
msgstr "ODDLYIELD"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3158002\n"
-"119\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_ODDLYIELD\">Calculates the yield of a security if the last interest date falls irregularly.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_ODDLYIELD\">最終期の日数が半端な証券の利回りを返します。</ahelp>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3147366\n"
-"120\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150018\n"
-"121\n"
"help.text"
msgid "ODDLYIELD(Settlement; Maturity; LastInterest; Rate; Price; Redemption; Frequency; Basis)"
msgstr "ODDLYIELD(受領日; 満期; 最後の金利; 利率; 取得価額; 償還価額; 利息支払回数; 基準)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3159132\n"
-"122\n"
"help.text"
msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr "<emph>受領日</emph> は、証券の購入日です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150134\n"
-"123\n"
"help.text"
msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
msgstr "<emph>満期日</emph> は、証券が満期になる (満了する) 日付です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3145245\n"
-"124\n"
"help.text"
msgid "<emph>LastInterest</emph> is the last interest date of the security."
msgstr "<emph>最後の利払日</emph> は、証券の利息が最後に支払われる日付です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3151014\n"
-"125\n"
"help.text"
msgid "<emph>Rate</emph> is the annual rate of interest."
msgstr "<emph>利率</emph> は、年利率です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149003\n"
-"126\n"
"help.text"
msgid "<emph>Price</emph> is the price of the security."
msgstr "<emph>取得価額</emph> は、証券の取得価額です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3148880\n"
-"127\n"
"help.text"
msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
msgstr "<emph>償還価額</emph> は、額面の 100 通貨単位あたりの償還価値です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3155622\n"
-"128\n"
"help.text"
msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
msgstr "<emph>利息支払回数</emph> は、年間の利息支払回数です。1、2、または 4 になります。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3145303\n"
-"129\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3145350\n"
-"130\n"
"help.text"
msgid "Settlement date: April 20 1999, maturity date: June 15 1999, last interest: October 15 1998. Interest rate: 3.75 per cent, price: 99.875 currency units, redemption value: 100 currency units, frequency of payments: half-yearly = 2, basis: = 0"
msgstr "受領日: 1999年4月20日, 満期日: 1999年6月15日, 最後の利礼日: 1998年10月15日. 利率: 3.75 パーセント, 現在価値: 99.875 貨幣単位, 償還価値: 100 貨幣単位, 頻度: 半年毎 = 2, 基準: = 0"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3157990\n"
-"131\n"
"help.text"
msgid "The yield of the security, that has an irregular last interest date, is calculated as follows:"
msgstr "最終期の日数が半端な証券の、額面 100 円当たりの利回りは、次のように計算します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150572\n"
-"132\n"
"help.text"
msgid "=ODDLYIELD(\"1999-04-20\";\"1999-06-15\"; \"1998-10-15\"; 0.0375; 99.875; 100;2;0) returns 0.044873 or 4.4873%."
msgstr "=ODDLYIELD(\"1999-04-20\";\"1999-06-15\"; \"1998-10-15\"; 0.0375; 99.875; 100;2;0) は、0.044873、つまり 4.4873% を返します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3148768\n"
"help.text"
-msgid "<bookmark_value>calculating;variable declining depreciations</bookmark_value><bookmark_value>depreciations;variable declining</bookmark_value><bookmark_value>VDB function</bookmark_value>"
+msgid "<bookmark_value>calculating;variable declining depreciations</bookmark_value> <bookmark_value>depreciations;variable declining</bookmark_value> <bookmark_value>VDB function</bookmark_value>"
msgstr "<bookmark_value>計算する; 定率減価償却</bookmark_value><bookmark_value>減価償却; 定率</bookmark_value><bookmark_value>VDB 関数</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3148768\n"
-"222\n"
"help.text"
msgid "VDB"
msgstr "VDB"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154636\n"
-"223\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_VDB\">Returns the depreciation of an asset for a specified or partial period using a variable declining balance method.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_VDB\">特定の期間に対する減価償却費を定率法で計算します。</ahelp>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3155519\n"
-"224\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149025\n"
-"225\n"
"help.text"
msgid "VDB(Cost; Salvage; Life; S; End; Factor; Type)"
msgstr "VDB(取得価額; 残存; 耐用年数; S; 終了; 係数; タイプ)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150692\n"
-"226\n"
"help.text"
msgid "<emph>Cost</emph> is the initial value of an asset."
msgstr "<emph>取得価額</emph> は、資産を購入した時点での価値です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3155369\n"
-"227\n"
"help.text"
msgid "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
msgstr "<emph>残存価額</emph> は、減価償却後の資産の価格です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154954\n"
-"228\n"
"help.text"
msgid "<emph>Life</emph> is the depreciation duration of the asset."
msgstr "<emph>耐用年数</emph> は、資産の償却期間です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3152817\n"
-"229\n"
"help.text"
msgid "<emph>S</emph> is the start of the depreciation. A must be entered in the same date unit as the duration."
msgstr "<emph>S</emph> は、償還の開始です。期間として同じ日付単位で A を入力します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3153221\n"
-"230\n"
"help.text"
msgid "<emph>End</emph> is the end of the depreciation."
msgstr "<emph>終了</emph> は、償還の終了です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3147536\n"
-"231\n"
"help.text"
msgid "<emph>Factor</emph> (optional) is the depreciation factor. Factor = 2 is double rate depreciation."
msgstr "<emph>係数</emph> (オプション) は、減価償却係数です。係数 = 2 は、倍率逓減法です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154865\n"
-"232\n"
"help.text"
msgid "<emph>Type </emph>is an optional parameter. Type = 1 means a switch to linear depreciation. In Type = 0 no switch is made."
msgstr "<emph>タイプ</emph> はオプションパラメーターです。タイプ = 1 は、線形償還への切り替えを意味します。タイプ = 0 では、切り替えは行われません。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3148429\n"
-"233\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3153927\n"
-"234\n"
"help.text"
msgid "What is the declining-balance double-rate depreciation for a period if the initial cost is 35,000 currency units and the value at the end of the depreciation is 7,500 currency units. The depreciation period is 3 years. The depreciation from the 10th to the 20th period is calculated."
msgstr "取得価格が 35,000 貨幣単位で、残存価格が 7,500 貨幣単位である場合の、特定期間の定額減価償却費を定額逓減法で計算します。耐用年数は3年とし、第10期から第20期の減価償却費を求めます。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3155991\n"
-"235\n"
"help.text"
msgid "<item type=\"input\">=VDB(35000;7500;36;10;20;2)</item> = 8603.80 currency units. The depreciation during the period between the 10th and the 20th period is 8,603.80 currency units."
msgstr "<item type=\"input\">=VDB(35000;7500;36;10;20;2)</item> = 8603.80 通貨単位。10 期と 20 期の間の減価償却は、8,603.80 通貨単位です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3147485\n"
"help.text"
-msgid "<bookmark_value>calculating;internal rates of return, irregular payments</bookmark_value><bookmark_value>internal rates of return;irregular payments</bookmark_value><bookmark_value>XIRR function</bookmark_value>"
+msgid "<bookmark_value>calculating;internal rates of return, irregular payments</bookmark_value> <bookmark_value>internal rates of return;irregular payments</bookmark_value> <bookmark_value>XIRR function</bookmark_value>"
msgstr "<bookmark_value>計算;内部収益率、変則的な支払い</bookmark_value><bookmark_value>内部収益率;変則的な支払い</bookmark_value><bookmark_value>XIRR 関数</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3147485\n"
-"193\n"
"help.text"
msgid "XIRR"
msgstr "XIRR"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3145614\n"
-"194\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_XIRR\">Calculates the internal rate of return for a list of payments which take place on different dates.</ahelp> The calculation is based on a 365 days per year basis, ignoring leap years."
msgstr "<ahelp hid=\"HID_AAI_FUNC_XIRR\">別々の日付に行われた複数の支払いに対する内部利益率を計算します。</ahelp>計算は、1 年 365 日ベースで行われます。その際、閏年は無視します。"
@@ -34038,55 +34113,55 @@ msgid "If the payments take place at regular intervals, use the IRR function."
msgstr "支払が定期的に行われる場合は、IRR 関数を使用します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3146149\n"
-"195\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149826\n"
-"196\n"
"help.text"
msgid "XIRR(Values; Dates; Guess)"
msgstr "XIRR(値; 日付; 推定値)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3163821\n"
-"197\n"
"help.text"
msgid "<emph>Values</emph> and <emph>Dates</emph> refer to a series of payments and the series of associated date values. The first pair of dates defines the start of the payment plan. All other date values must be later, but need not be in any order. The series of values must contain at least one negative and one positive value (receipts and deposits)."
msgstr "<emph>値</emph> と <emph>日付</emph> は、一連の支払金とそれに関連した日付を指します。最初の日付は支払い計画の開始日を定義します。その他の日付はこの日以降の日付にする必要がありますが、任意の順序で構いません。一連の値は、少なくとも 1 つの負の値と 1 つの正の値を含む必要があります (引き出しと預け入れ)。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149708\n"
-"198\n"
"help.text"
msgid "<emph>Guess</emph> (optional) is a guess that can be input for the internal rate of return. The default is 10%."
msgstr "<emph>推定値</emph> (オプション) は、内部利益率の入力にできる推定値です。標準値は 10% です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3145085\n"
-"199\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149273\n"
-"200\n"
"help.text"
msgid "Calculation of the internal rate of return for the following five payments:"
msgstr "次の5回のキャッシュフローに対する内部利益率を計算します:"
@@ -34095,61 +34170,57 @@ msgstr "次の5回のキャッシュフローに対する内部利益率を計
msgctxt ""
"04060118.xhp\n"
"par_id3155838\n"
-"305\n"
"help.text"
msgid "A"
-msgstr "A"
+msgstr ""
#: 04060118.xhp
msgctxt ""
"04060118.xhp\n"
"par_id3152934\n"
-"306\n"
"help.text"
msgid "B"
-msgstr "B"
+msgstr ""
#: 04060118.xhp
msgctxt ""
"04060118.xhp\n"
"par_id3154638\n"
-"307\n"
"help.text"
msgid "C"
-msgstr "C"
+msgstr ""
#: 04060118.xhp
msgctxt ""
"04060118.xhp\n"
"par_id3147083\n"
-"308\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3151187\n"
-"309\n"
"help.text"
msgid "2001-01-01"
msgstr "2001-01-01"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3145212\n"
-"201\n"
"help.text"
msgid "-<item type=\"input\">10000</item>"
msgstr "-<item type=\"input\">10000</item>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3146856\n"
-"202\n"
"help.text"
msgid "<item type=\"input\">Received</item>"
msgstr "<item type=\"input\">受領</item>"
@@ -34158,34 +34229,33 @@ msgstr "<item type=\"input\">受領</item>"
msgctxt ""
"04060118.xhp\n"
"par_id3153277\n"
-"310\n"
"help.text"
msgid "2"
-msgstr "2"
+msgstr ""
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154052\n"
-"203\n"
"help.text"
msgid "2001-01-02"
msgstr "2001-01-02"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3151297\n"
-"204\n"
"help.text"
msgid "<item type=\"input\">2000</item>"
msgstr "<item type=\"input\">2000</item>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149985\n"
-"205\n"
"help.text"
msgid "<item type=\"input\">Deposited</item>"
msgstr "<item type=\"input\">預金</item>"
@@ -34194,25 +34264,24 @@ msgstr "<item type=\"input\">預金</item>"
msgctxt ""
"04060118.xhp\n"
"par_id3154744\n"
-"311\n"
"help.text"
msgid "3"
-msgstr "3"
+msgstr ""
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3153151\n"
-"206\n"
"help.text"
msgid "2001-03-15"
msgstr "2001-03-15"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3145657\n"
-"207\n"
"help.text"
msgid "2500"
msgstr "2500"
@@ -34221,25 +34290,24 @@ msgstr "2500"
msgctxt ""
"04060118.xhp\n"
"par_id3155101\n"
-"312\n"
"help.text"
msgid "4"
-msgstr "4"
+msgstr ""
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3146894\n"
-"208\n"
"help.text"
msgid "2001-05-12"
msgstr "2001-05-12"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3143231\n"
-"209\n"
"help.text"
msgid "5000"
msgstr "5000"
@@ -34248,34 +34316,33 @@ msgstr "5000"
msgctxt ""
"04060118.xhp\n"
"par_id3156012\n"
-"313\n"
"help.text"
msgid "5"
-msgstr "5"
+msgstr ""
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149758\n"
-"210\n"
"help.text"
msgid "2001-08-10"
msgstr "2001-08-10"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3147495\n"
-"211\n"
"help.text"
msgid "1000"
msgstr "1000"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3152793\n"
-"212\n"
"help.text"
msgid "=XIRR(B1:B5; A1:A5; 0.1) returns 0.1828."
msgstr "=XIRR(B1:B5; A1:A5; 0.1) は、0.1828 を返します。"
@@ -34289,19 +34356,19 @@ msgid "<bookmark_value>XNPV function</bookmark_value>"
msgstr "<bookmark_value>XNPV 関数</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3149198\n"
-"213\n"
"help.text"
msgid "XNPV"
msgstr "XNPV"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3153904\n"
-"214\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_XNPV\">Calculates the capital value (net present value)for a list of payments which take place on different dates.</ahelp> The calculation is based on a 365 days per year basis, ignoring leap years."
msgstr "<ahelp hid=\"HID_AAI_FUNC_XNPV\">別々の日付に行われた複数の支払いに対する資本価値 (正味現在価値) を計算します。</ahelp>計算は、1 年 365 日ベースで行われます。その際、閏年は無視します。"
@@ -34315,296 +34382,298 @@ msgid "If the payments take place at regular intervals, use the NPV function."
msgstr "支払が定期的に行われる場合は、NPV 関数を使用します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3155323\n"
-"215\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150117\n"
-"216\n"
"help.text"
msgid "XNPV(Rate; Values; Dates)"
msgstr "XNPV(利率; 値; 日付)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3153100\n"
-"217\n"
"help.text"
msgid "<emph>Rate</emph> is the internal rate of return for the payments."
msgstr "<emph>利率</emph> は、支払いの内部利益率です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3155395\n"
-"218\n"
"help.text"
msgid "<emph>Values</emph> and <emph>Dates</emph> refer to a series of payments and the series of associated date values. The first pair of dates defines the start of the payment plan. All other date values must be later, but need not be in any order. The series of values must contain at least one negative and one positive value (receipts and deposits)"
msgstr "<emph>値</emph> と <emph>日付</emph> は、一連の支払いと関連付けられた一連の日付の値を指します。日付の最初のペアは、支払い計画の開始を定義します。そのほかのすべての日付の値はそれ以降にする必要がありますが、任意の順序で構いません。一連の値は、少なくとも 1 つの負の値と 1 つの正の値を含む必要があります (引き出しと預け入れ)。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3148832\n"
-"219\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150525\n"
-"220\n"
"help.text"
msgid "Calculation of the net present value for the above-mentioned five payments for a notional internal rate of return of 6%."
msgstr "上記の5回のキャッシュフローに対する正味現在価値を、6% の割引率で計算します:"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149910\n"
-"221\n"
"help.text"
msgid "<item type=\"input\">=XNPV(0.06;B1:B5;A1:A5)</item> returns 323.02."
msgstr "<item type=\"input\">=XNPV(0.06;B1:B5;A1:A5)</item> は、323.02 を返します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3148822\n"
"help.text"
-msgid "<bookmark_value>calculating;rates of return</bookmark_value><bookmark_value>RRI function</bookmark_value>"
+msgid "<bookmark_value>calculating;rates of return</bookmark_value> <bookmark_value>RRI function</bookmark_value>"
msgstr "<bookmark_value>計算; 収益率</bookmark_value><bookmark_value>RRI 関数</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3148822\n"
-"237\n"
"help.text"
msgid "RRI"
msgstr "RRI"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154293\n"
-"238\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ZGZ\">Calculates the interest rate resulting from the profit (return) of an investment.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ZGZ\">この利息関数は、投資の収益 (利回り) に基づく利率を計算します。</ahelp>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3148444\n"
-"239\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3148804\n"
-"240\n"
"help.text"
msgid "RRI(P; PV; FV)"
msgstr "RRI(P; PV; FV)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154901\n"
-"241\n"
"help.text"
msgid "<emph>P</emph> is the number of periods needed for calculating the interest rate."
msgstr "<emph>P</emph> は、利率を計算するために必要な期数です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3159149\n"
-"242\n"
"help.text"
msgid "<emph>PV</emph> is the present (current) value. The cash value is the deposit of cash or the current cash value of an allowance in kind. As a deposit value a positive value must be entered; the deposit must not be 0 or <0."
msgstr "<emph>PV</emph> は、現在の価値です。現金値は、現金の預け入れまたは現物支給の現在の現金価値です。預金額として正の値を入力します。預金額は、0 未満にしないでください。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149771\n"
-"243\n"
"help.text"
msgid "<emph>FV</emph> determines what is desired as the cash value of the deposit."
msgstr "<emph>FV</emph> は、好ましい預金現金額を決定します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3148941\n"
-"244\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154212\n"
-"245\n"
"help.text"
msgid "For four periods (years) and a cash value of 7,500 currency units, the interest rate of the return is to be calculated if the future value is 10,000 currency units."
msgstr "期間 (P) が 4 年で価額 (PV) が 7,500 通貨単位の場合、将来価値 (FV) が 10,000 通貨単位になる場合の収益の利率が計算されます。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150775\n"
-"246\n"
"help.text"
msgid "<item type=\"input\">=RRI(4;7500;10000)</item> = 7.46 %"
msgstr "<item type=\"input\">=RRI(4;7500;10000)</item> = 7.46 %"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3145413\n"
-"247\n"
"help.text"
msgid "The interest rate must be 7.46 % so that 7,500 currency units will become 10,000 currency units."
msgstr "7,500 貨幣単位を 10,000 貨幣単位にするには 7.46% の利息が必要です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3154267\n"
"help.text"
-msgid "<bookmark_value>calculating;constant interest rates</bookmark_value><bookmark_value>constant interest rates</bookmark_value><bookmark_value>RATE function</bookmark_value>"
+msgid "<bookmark_value>calculating;constant interest rates</bookmark_value> <bookmark_value>constant interest rates</bookmark_value> <bookmark_value>RATE function</bookmark_value>"
msgstr "<bookmark_value>計算する; 一定利率</bookmark_value><bookmark_value>一定利率</bookmark_value><bookmark_value>RATE 関数</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3154267\n"
-"249\n"
"help.text"
msgid "RATE"
msgstr "RATE"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3151052\n"
-"250\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ZINS\">Returns the constant interest rate per period of an annuity.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ZINS\">定期的に支払いが行われる場合の、投資の一定利率を計算します。</ahelp>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3154272\n"
-"251\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3158423\n"
-"252\n"
"help.text"
msgid "RATE(NPer; Pmt; PV; FV; Type; Guess)"
msgstr "RATE(NPer; Pmt; PV; FV; タイプ; 推定値)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3148910\n"
-"253\n"
"help.text"
msgid "<emph>NPer</emph> is the total number of periods, during which payments are made (payment period)."
msgstr "<emph>NPer</emph> は、支払いが行われる期間の合計 (支払い期間) です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3148925\n"
-"254\n"
"help.text"
msgid "<emph>Pmt</emph> is the constant payment (annuity) paid during each period."
msgstr "<emph>Pmt</emph> は、期間ごとの定期支払い (年金) です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149160\n"
-"255\n"
"help.text"
msgid "<emph>PV</emph> is the cash value in the sequence of payments."
msgstr "<emph>PV</emph> は、一連の支払いの現金額です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3166456\n"
-"256\n"
"help.text"
msgid "<emph>FV</emph> (optional) is the future value, which is reached at the end of the periodic payments."
msgstr "<emph>FV</emph> (オプション) は、定期支払いの終了時に達成される将来価値です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3153243\n"
-"257\n"
"help.text"
msgid "<emph>Type</emph> (optional) is the due date of the periodic payment, either at the beginning or at the end of a period."
msgstr "<emph>タイプ</emph> (オプション) は、期間の最初または最後の定期支払い期日です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3146949\n"
-"258\n"
"help.text"
msgid "<emph>Guess</emph> (optional) determines the estimated value of the interest with iterative calculation."
msgstr "<emph>推定値</emph> (オプション) は、反復計算の利率の予想値を決定します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3149791\n"
-"259\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150706\n"
-"260\n"
"help.text"
msgid "What is the constant interest rate for a payment period of 3 periods if 10 currency units are paid regularly and the present cash value is 900 currency units."
msgstr "現在価値が 900 貨幣単位で毎回 10 貨幣単位を支払う場合の、3期間の定額利率を求めます。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3155586\n"
-"261\n"
"help.text"
msgid "<item type=\"input\">=RATE(3;10;900)</item> = -121% The interest rate is therefore 121%."
msgstr "<item type=\"input\">=RATE(3;10;900)</item> = -121%。したがって、利率は 121% です。"
@@ -34618,100 +34687,100 @@ msgid "<bookmark_value>INTRATE function</bookmark_value>"
msgstr "<bookmark_value>INTRATE 関数</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3149106\n"
-"60\n"
"help.text"
msgid "INTRATE"
msgstr "INTRATE"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149918\n"
-"61\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_INTRATE\">Calculates the annual interest rate that results when a security (or other item) is purchased at an investment value and sold at a redemption value. No interest is paid.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_INTRATE\">投資額で購入され、償還額で売却された証券 (など) の年利率を返します。利息は支払われません。</ahelp>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3149974\n"
-"62\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149800\n"
-"63\n"
"help.text"
msgid "INTRATE(Settlement; Maturity; Investment; Redemption; Basis)"
msgstr "INTRATE(受領日; 満期日; 投資; 償還価額; 基準)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3148618\n"
-"64\n"
"help.text"
msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr "<emph>受領日</emph> は、証券の購入日です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3148988\n"
-"65\n"
"help.text"
msgid "<emph>Maturity</emph> is the date on which the security is sold."
msgstr "<emph>満期日</emph> は、証券が販売される日付です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154604\n"
-"66\n"
"help.text"
msgid "<emph>Investment</emph> is the purchase price."
msgstr "<emph>投資</emph> は、購入価額です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154337\n"
-"67\n"
"help.text"
msgid "<emph>Redemption</emph> is the selling price."
msgstr "<emph>償還価額</emph> は、販売価額です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3145380\n"
-"68\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149426\n"
-"69\n"
"help.text"
msgid "A painting is bought on 1990-01-15 for 1 million and sold on 2002-05-05 for 2 million. The basis is daily balance calculation (basis = 3). What is the average annual level of interest?"
msgstr "ある絵画を 1990 年 1 月 15 日に 100 万で購入し、2002 年 5 月 5 日に 200 万で売却しました。基準は、日ごとに計算される償還価額 (基準 3) です。平均年利率を求めます。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3151125\n"
-"70\n"
"help.text"
msgid "=INTRATE(\"1990-01-15\"; \"2002-05-05\"; 1000000; 2000000; 3) returns 8.12%."
msgstr "=INTRATE(\"1990-01-15\"; \"2002-05-05\"; 1000000; 2000000; 3) は、8.12% を返します。"
@@ -34725,91 +34794,91 @@ msgid "<bookmark_value>COUPNCD function</bookmark_value>"
msgstr "<bookmark_value>COUPNCD 関数</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3148654\n"
-"163\n"
"help.text"
msgid "COUPNCD"
msgstr "COUPNCD"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149927\n"
-"164\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_COUPNCD\">Returns the date of the first interest date after the settlement date. Format the result as a date.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_COUPNCD\">決済日後の次回利息支払日を数値で返します。戻り値を日付書式に変更してください。</ahelp>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3153317\n"
-"165\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150423\n"
-"166\n"
"help.text"
msgid "COUPNCD(Settlement; Maturity; Frequency; Basis)"
msgstr "COUPNCD(受領日; 満期日; 利息支払回数; 基準)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150628\n"
-"167\n"
"help.text"
msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr "<emph>受領日</emph> は、証券の購入日です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3153536\n"
-"168\n"
"help.text"
msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
msgstr "<emph>満期日</emph> は、証券が満期になる (満了する) 日付です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3145313\n"
-"169\n"
"help.text"
msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
msgstr "<emph>利息支払回数</emph> は、年間の利息支払回数です。1、2、または 4 になります。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3155424\n"
-"170\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154794\n"
-"171\n"
"help.text"
msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) when is the next interest date?"
msgstr "証券を 2001 年 1 月 25 日に購入し、満期日は 2001 年 11 月 15 日です。利息は半年に一度支払われます (年間の利息支払回数は 2 回)。1 日単位の未払い利息計算 (基準 3) を使用して、次の利息支払日を求めます。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3159251\n"
-"172\n"
"help.text"
msgid "=COUPNCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2001-05-15."
msgstr "=COUPNCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) は、2001-05-15 を返します。"
@@ -34823,91 +34892,91 @@ msgid "<bookmark_value>COUPDAYS function</bookmark_value>"
msgstr "<bookmark_value>COUPDAYS 関数</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3143281\n"
-"143\n"
"help.text"
msgid "COUPDAYS"
msgstr "COUPDAYS"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149488\n"
-"144\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_COUPDAYS\">Returns the number of days in the current interest period in which the settlement date falls.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_COUPDAYS\">受領日を含む利札期の日数を返します。</ahelp>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3148685\n"
-"145\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149585\n"
-"146\n"
"help.text"
msgid "COUPDAYS(Settlement; Maturity; Frequency; Basis)"
msgstr "COUPDAYS(受領日; 満期日; 利息支払回数; 基準)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3152767\n"
-"147\n"
"help.text"
msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr "<emph>受領日</emph> は、証券の購入日です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3151250\n"
-"148\n"
"help.text"
msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
msgstr "<emph>満期日</emph> は、証券が満期になる (満了する) 日付です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3146126\n"
-"149\n"
"help.text"
msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
msgstr "<emph>利息支払回数</emph> は、年間の利息支払回数です。1、2、または 4 になります。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3153705\n"
-"150\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3147530\n"
-"151\n"
"help.text"
msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days are there in the interest period in which the settlement date falls?"
msgstr "証券を 2001 年 1 月 25 日に購入し、満期日は 2001 年 11 月 15 日です。利息は半年に一度支払われます (年間の利息支払回数は 2 回)。1 日単位の未払い利息計算 (基準 3) を使用して、受領日を含む利息計算期間は何日あるかを求めます。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3156338\n"
-"152\n"
"help.text"
msgid "=COUPDAYS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 181."
msgstr "=COUPDAYS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) は、181 を返します。"
@@ -34921,849 +34990,856 @@ msgid "<bookmark_value>COUPDAYSNC function</bookmark_value>"
msgstr "<bookmark_value>COUPDAYSNC 関数</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3154832\n"
-"153\n"
"help.text"
msgid "COUPDAYSNC"
msgstr "COUPDAYSNC"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3147100\n"
-"154\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_COUPDAYSNC\">Returns the number of days from the settlement date until the next interest date.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_COUPDAYSNC\">決済日から次の利息支払日までの日数を返します。</ahelp>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3151312\n"
-"155\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3155121\n"
-"156\n"
"help.text"
msgid "COUPDAYSNC(Settlement; Maturity; Frequency; Basis)"
msgstr "COUPDAYSNC(受領日; 満期日; 利息支払回数; 基準)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3158440\n"
-"157\n"
"help.text"
msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr "<emph>受領日</emph> は、証券の購入日です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3146075\n"
-"158\n"
"help.text"
msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
msgstr "<emph>満期日</emph> は、証券が満期になる (満了する) 日付です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154620\n"
-"159\n"
"help.text"
msgid "<emph>Frequency </emph>is number of interest payments per year (1, 2 or 4)."
msgstr "<emph>利息支払回数</emph> は、年間の利息支払回数です。1、2、または 4 になります。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3155604\n"
-"160\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3148671\n"
-"161\n"
"help.text"
msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days are there until the next interest payment?"
msgstr "証券を 2001 年 1 月 25 日に購入し、満期日は 2001 年 11 月 15 日です。利息は半年に一度支払われます (年間の利息支払回数は 2 回)。1 日単位の未払い利息計算 (基準 3) を使用して、次の金利支払いまでに何日あるかを求めます。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3156158\n"
-"162\n"
"help.text"
msgid "=COUPDAYSNC(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 110."
msgstr "=COUPDAYSNC(\"2001-01-25\"; \"2001-11-15\"; 2; 3) は、110 を返します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3150408\n"
"help.text"
-msgid "<bookmark_value>COUPDAYBS function</bookmark_value><bookmark_value>durations;first interest payment until settlement date</bookmark_value><bookmark_value>securities;first interest payment until settlement date</bookmark_value>"
+msgid "<bookmark_value>COUPDAYBS function</bookmark_value> <bookmark_value>durations;first interest payment until settlement date</bookmark_value> <bookmark_value>securities;first interest payment until settlement date</bookmark_value>"
msgstr "<bookmark_value>COUPDAYBS 関数</bookmark_value><bookmark_value>期間;決済日まで初回利回り</bookmark_value><bookmark_value>証券;決済日まで初回利回り</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3150408\n"
-"133\n"
"help.text"
msgid "COUPDAYBS"
msgstr "COUPDAYBS"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3146795\n"
-"134\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_COUPDAYBS\">Returns the number of days from the first day of interest payment on a security until the settlement date.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_COUPDAYBS\">利息支払の第 1 日目から決済日までの日数を返します。</ahelp>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3156142\n"
-"135\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3159083\n"
-"136\n"
"help.text"
msgid "COUPDAYBS(Settlement; Maturity; Frequency; Basis)"
msgstr "COUPDAYBS(受領日; 満期日; 利息支払回数; 基準)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3146907\n"
-"137\n"
"help.text"
msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr "<emph>受領日</emph> は、証券の購入日です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3159390\n"
-"138\n"
"help.text"
msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
msgstr "<emph>満期日</emph> は、証券が満期になる (満了する) 日付です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154414\n"
-"139\n"
"help.text"
msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
msgstr "<emph>利息支払回数</emph> は、年間の利息支払回数です。1、2、または 4 になります。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3153880\n"
-"140\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150592\n"
-"141\n"
"help.text"
msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many days is this?"
msgstr "証券を 2001 年 1 月 25 日に購入し、満期日は 2001 年 11 月 15 日です。利息は半年に一度支払われます (年間の利息支払回数は 2 回)。1 日単位の未払い利息計算 (基準 3) を使用して、何日間かを求めます。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3151103\n"
-"142\n"
"help.text"
msgid "=COUPDAYBS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 71."
msgstr "=COUPDAYBS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) は、71 を返します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3152957\n"
"help.text"
-msgid "<bookmark_value>COUPPCD function</bookmark_value><bookmark_value>dates;interest date prior to settlement date</bookmark_value>"
+msgid "<bookmark_value>COUPPCD function</bookmark_value> <bookmark_value>dates;interest date prior to settlement date</bookmark_value>"
msgstr "<bookmark_value>COUPPCD 関数</bookmark_value><bookmark_value>日付;決算日の直前の利息支払日</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3152957\n"
-"183\n"
"help.text"
msgid "COUPPCD"
msgstr "COUPPCD"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3153678\n"
-"184\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_COUPPCD\">Returns the date of the interest date prior to the settlement date. Format the result as a date.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_COUPPCD\">決算日の直前の利息支払日を返します。戻り値を日付書式に変更してください。</ahelp>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3156269\n"
-"185\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3153790\n"
-"186\n"
"help.text"
msgid "COUPPCD(Settlement; Maturity; Frequency; Basis)"
msgstr "COUPPCD(受領日; 満期日; 利息支払回数; 基準)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150989\n"
-"187\n"
"help.text"
msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr "<emph>受領日</emph> は、証券の購入日です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154667\n"
-"188\n"
"help.text"
msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
msgstr "<emph>満期日</emph> は、証券が満期になる (満了する) 日付です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154569\n"
-"189\n"
"help.text"
msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
msgstr "<emph>利息支払回数</emph> は、年間の利息支払回数です。1、2、または 4 になります。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3150826\n"
-"190\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3148968\n"
-"191\n"
"help.text"
msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) what was the interest date prior to purchase?"
msgstr "証券を 2001 年 1 月 25 日に購入し、満期日は 2001 年 11 月 15 日です。利息は半年に一度支払われます (年間の利息支払回数は 2 回)。1 日単位の未払い利息計算 (基準 3) を使用して、購入前の利息支払日はいつかを求めます。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149992\n"
-"192\n"
"help.text"
msgid "=COUPPCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2000-15-11."
msgstr "=COUPPCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) は、2000-15-11 を返します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3150673\n"
"help.text"
-msgid "<bookmark_value>COUPNUM function</bookmark_value><bookmark_value>number of coupons</bookmark_value>"
+msgid "<bookmark_value>COUPNUM function</bookmark_value> <bookmark_value>number of coupons</bookmark_value>"
msgstr "<bookmark_value>COUPNUM 関数</bookmark_value><bookmark_value>クーポン数</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3150673\n"
-"173\n"
"help.text"
msgid "COUPNUM"
msgstr "COUPNUM"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154350\n"
-"174\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_COUPNUM\">Returns the number of coupons (interest payments) between the settlement date and the maturity date.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_COUPNUM\">決済日と満期日の間のクーポン数 (利息が支払われる回数) を返します。</ahelp>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3148400\n"
-"175\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3153200\n"
-"176\n"
"help.text"
msgid "COUPNUM(Settlement; Maturity; Frequency; Basis)"
msgstr "COUPNUM(受領日; 満期日; 利息支払回数; 基準)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3159406\n"
-"177\n"
"help.text"
msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr "<emph>受領日</emph> は、証券の購入日です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3155864\n"
-"178\n"
"help.text"
msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
msgstr "<emph>満期日</emph> は、証券が満期になる (満了する) 日付です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154720\n"
-"179\n"
"help.text"
msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
msgstr "<emph>利息支払回数</emph> は、年間の利息支払回数です。1、2、または 4 になります。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3149319\n"
-"180\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3152460\n"
-"181\n"
"help.text"
msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15. Interest is paid half-yearly (frequency is 2). Using daily balance interest calculation (basis 3) how many interest dates are there?"
msgstr "証券を 2001 年 1 月 25 日に購入し、満期日は 2001 年 11 月 15 日です。利息は半年に一度支払われます (年間の利息支払回数は 2 回)。1 日単位の未払い利息計算 (基準 3) を使用して、利息支払日は何日あるかを求めます。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150640\n"
-"182\n"
"help.text"
msgid "=COUPNUM(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2."
msgstr "=COUPNUM(\"2001-01-25\"; \"2001-11-15\"; 2; 3) は、2 を返します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3149339\n"
"help.text"
-msgid "<bookmark_value>IPMT function</bookmark_value><bookmark_value>periodic amortizement rates</bookmark_value>"
+msgid "<bookmark_value>IPMT function</bookmark_value> <bookmark_value>periodic amortizement rates</bookmark_value>"
msgstr "<bookmark_value>IPMT 関数</bookmark_value><bookmark_value>定期償却の利率</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3149339\n"
-"263\n"
"help.text"
msgid "IPMT"
msgstr "IPMT"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154522\n"
-"264\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ZINSZ\">Calculates the periodic amortizement for an investment with regular payments and a constant interest rate.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ZINSZ\">支払いが定期的に行われ、利率が一定である投資の定期的な償却額を計算します。</ahelp>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3153266\n"
-"265\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3151283\n"
-"266\n"
"help.text"
msgid "IPMT(Rate; Period; NPer; PV; FV; Type)"
msgstr "IPMT(利率; 期間; NPer; PV; FV; タイプ)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3147313\n"
-"267\n"
"help.text"
msgid "<emph>Rate</emph> is the periodic interest rate."
msgstr "<emph>利率</emph> は期間の利率を指定します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3145158\n"
-"268\n"
"help.text"
msgid "<emph>Period</emph> is the period, for which the compound interest is calculated. Period=NPER if compound interest for the last period is calculated."
msgstr "<emph>期</emph> は、複利を計算する期間を指定します。最後の期間の複利を計算するには、期 = 全支払い期間とします。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3147577\n"
-"269\n"
"help.text"
msgid "<emph>NPer</emph> is the total number of periods, during which annuity is paid."
msgstr "<emph>NPer</emph> は、年金が支払われる期間の合計です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3156211\n"
-"270\n"
"help.text"
msgid "<emph>PV</emph> is the present cash value in sequence of payments."
msgstr "<emph>現在価値</emph> は、一連の支払いの中での現在の価額を指定します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3151213\n"
-"271\n"
"help.text"
msgid "<emph>FV</emph> (optional) is the desired value (future value) at the end of the periods."
msgstr "<emph>将来価値</emph> (オプション) は、定期的な支払いが終了した後の最終価値 (将来価値) を指定します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154195\n"
-"272\n"
"help.text"
msgid "<emph>Type</emph> is the due date for the periodic payments."
msgstr "<emph>支払期日</emph> (オプション) は、定期的に行われる支払いの期日を指定します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3150102\n"
-"273\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149438\n"
-"274\n"
"help.text"
msgid "What is the interest rate during the fifth period (year) if the constant interest rate is 5% and the cash value is 15,000 currency units? The periodic payment is seven years."
msgstr "現在価値が 15,000 貨幣単位で一定利率が 5% とします。7年間定期的に支払いが行われる場合の第5期 (年) の金利を求めます。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150496\n"
-"275\n"
"help.text"
msgid "<item type=\"input\">=IPMT(5%;5;7;15000)</item> = -352.97 currency units. The compound interest during the fifth period (year) is 352.97 currency units."
msgstr "<item type=\"input\">=IPMT(5%;5;7;15000)</item> = -352.97 通貨単位。5 期 (年) の複利は、352.97 通貨単位です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3151205\n"
"help.text"
-msgid "<bookmark_value>calculating;future values</bookmark_value><bookmark_value>future values;constant interest rates</bookmark_value><bookmark_value>FV function</bookmark_value>"
+msgid "<bookmark_value>calculating;future values</bookmark_value> <bookmark_value>future values;constant interest rates</bookmark_value> <bookmark_value>FV function</bookmark_value>"
msgstr "<bookmark_value>計算;将来の価値</bookmark_value><bookmark_value>将来の価値;一定利率</bookmark_value><bookmark_value>FV 関数</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3151205\n"
-"277\n"
"help.text"
msgid "FV"
msgstr "FV"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154140\n"
-"278\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ZW\">Returns the future value of an investment based on periodic, constant payments and a constant interest rate (Future Value).</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ZW\" visibility=\"visible\">一定利率で支払いが定期的に行われる場合の、投資の最終価値 (将来価値) を計算します。</ahelp>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3155178\n"
-"279\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3145215\n"
-"280\n"
"help.text"
msgid "FV(Rate; NPer; Pmt; PV; Type)"
msgstr "FV(利率; NPer; Pmt; PV; タイプ)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3155136\n"
-"281\n"
"help.text"
msgid "<emph>Rate</emph> is the periodic interest rate."
msgstr "<emph>利率</emph> は期間の利率を指定します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3156029\n"
-"282\n"
"help.text"
msgid "<emph>NPer</emph> is the total number of periods (payment period)."
msgstr "<emph>NPer</emph> は、期間の合計 (支払い期間) です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3151322\n"
-"283\n"
"help.text"
msgid "<emph>Pmt</emph> is the annuity paid regularly per period."
msgstr "<emph>Pmt</emph> は、期間ごとに定期的に支払われる年金です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3145256\n"
-"284\n"
"help.text"
msgid "<emph>PV</emph> (optional) is the (present) cash value of an investment."
msgstr "<emph>PV</emph> (オプション) は、投資している現在の現金額です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150999\n"
-"285\n"
"help.text"
msgid "<emph>Type</emph> (optional) defines whether the payment is due at the beginning or the end of a period."
msgstr "<emph>タイプ</emph> (オプション) は、期間の最初または最後に支払いが必要かどうかを定義します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3146800\n"
-"286\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3146813\n"
-"287\n"
"help.text"
msgid "What is the value at the end of an investment if the interest rate is 4% and the payment period is two years, with a periodic payment of 750 currency units. The investment has a present value of 2,500 currency units."
msgstr "2年間にわたり 4% の利率で定期的に 750 貨幣単位を分割払いする場合の、投資の最終価値を求めます。投資の現在価値は 2,500 貨幣単位です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149302\n"
-"288\n"
"help.text"
msgid "<item type=\"input\">=FV(4%;2;750;2500) </item>= -4234.00 currency units. The value at the end of the investment is 4234.00 currency units."
msgstr "<item type=\"input\">=FV(4%;2;750;2500)</item> = -4234.00 通貨単位。投資期間の最後の価額は、4234.00 通貨単位です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3155912\n"
"help.text"
-msgid "<bookmark_value>FVSCHEDULE function</bookmark_value><bookmark_value>future values;varying interest rates</bookmark_value>"
+msgid "<bookmark_value>FVSCHEDULE function</bookmark_value> <bookmark_value>future values;varying interest rates</bookmark_value>"
msgstr "<bookmark_value>FVSCHEDULE 関数</bookmark_value><bookmark_value>将来の価値;変動利率</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3155912\n"
-"51\n"
"help.text"
msgid "FVSCHEDULE"
msgstr "FVSCHEDULE"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3163726\n"
-"52\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_FVSCHEDULE\">Calculates the accumulated value of the starting capital for a series of periodically varying interest rates.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_FVSCHEDULE\">投資期間内の一連の金利を複利計算することにより、初期投資の元金の将来価値を返します。</ahelp>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3149571\n"
-"53\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3148891\n"
-"54\n"
"help.text"
msgid "FVSCHEDULE(Principal; Schedule)"
msgstr "FVSCHEDULE(元金; 利率配列)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3148904\n"
-"55\n"
"help.text"
msgid "<emph>Principal</emph> is the starting capital."
msgstr "<emph>元金</emph> は、最初の資金です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3148562\n"
-"56\n"
"help.text"
msgid "<emph>Schedule</emph> is a series of interest rates, for example, as a range H3:H5 or as a (List) (see example)."
msgstr "<emph>利率配列</emph> は、範囲 H3:H5 または (リスト) としての一連の金利です。例を参照してください。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3147288\n"
-"57\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3148638\n"
-"58\n"
"help.text"
msgid "1000 currency units have been invested in for three years. The interest rates were 3%, 4% and 5% per annum. What is the value after three years?"
msgstr "元金 1,000,000 円を 3 年間、3%、4%、5% の年利で 3 年間投資した場合の 3 年後の価値を求めます。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3156358\n"
-"59\n"
"help.text"
msgid "<item type=\"input\">=FVSCHEDULE(1000;{0.03;0.04;0.05})</item> returns 1124.76."
msgstr "<item type=\"input\">=FVSCHEDULE(1000;{0.03;0.04;0.05})</item> は、1124.76 を返します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3156435\n"
"help.text"
-msgid "<bookmark_value>calculating;number of payment periods</bookmark_value><bookmark_value>payment periods;number of</bookmark_value><bookmark_value>number of payment periods</bookmark_value><bookmark_value>NPER function</bookmark_value>"
+msgid "<bookmark_value>calculating;number of payment periods</bookmark_value> <bookmark_value>payment periods;number of</bookmark_value> <bookmark_value>number of payment periods</bookmark_value> <bookmark_value>NPER function</bookmark_value>"
msgstr "<bookmark_value>計算; 支払い期間の回数</bookmark_value><bookmark_value>支払い期間; 回数</bookmark_value><bookmark_value>支払い期間の回数</bookmark_value><bookmark_value>NPER 関数</bookmark_value>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3156435\n"
-"290\n"
"help.text"
msgid "NPER"
msgstr "NPER"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3152363\n"
-"291\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ZZR\">Returns the number of periods for an investment based on periodic, constant payments and a constant interest rate.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ZZR\">一定利率で支払いが定期的に行われる場合の、投資の支払期間の回数を計算します。</ahelp>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3147216\n"
-"292\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3155934\n"
-"293\n"
"help.text"
msgid "NPER(Rate; Pmt; PV; FV; Type)"
msgstr "NPER(利率; Pmt; PV; FV; タイプ)"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3155946\n"
-"294\n"
"help.text"
msgid "<emph>Rate</emph> is the periodic interest rate."
msgstr "<emph>利率</emph> は期間の利率を指定します。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149042\n"
-"295\n"
"help.text"
msgid "<emph>Pmt</emph> is the constant annuity paid in each period."
msgstr "<emph>Pmt</emph> は、期間ごとに支払われる一定額の年金です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3153134\n"
-"296\n"
"help.text"
msgid "<emph>PV</emph> is the present value (cash value) in a sequence of payments."
msgstr "<emph>PV</emph> は、一連の支払いの現在の価額 (現金額) です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3154398\n"
-"297\n"
"help.text"
msgid "<emph>FV</emph> (optional) is the future value, which is reached at the end of the last period."
msgstr "<emph>FV</emph> (オプション) は、最後の期間の終了時に達成される将来価値です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3145127\n"
-"298\n"
"help.text"
msgid "<emph>Type</emph> (optional) is the due date of the payment at the beginning or at the end of the period."
msgstr "<emph>タイプ</emph> (オプション) は、期間の最初または最後の支払い期日です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"hd_id3155795\n"
-"299\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3147378\n"
-"300\n"
"help.text"
msgid "How many payment periods does a payment period cover with a periodic interest rate of 6%, a periodic payment of 153.75 currency units and a present cash value of 2.600 currency units."
msgstr "期間利率が 6% で定期支払額が 153.75 貨幣単位、現在価値が 2,600 貨幣単位である場合の支払い回数を求めます。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3156171\n"
-"301\n"
"help.text"
msgid "<item type=\"input\">=NPER(6%;153.75;2600)</item> = -12,02. The payment period covers 12.02 periods."
msgstr "<item type=\"input\">=NPER(6%;153.75;2600)</item> = -12,02。支払い期間は、12.02 期です。"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150309\n"
-"314\n"
"help.text"
msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Back to Financial Functions Part One\">Back to Financial Functions Part One</link>"
msgstr "<link href=\"text/scalc/01/04060103.xhp\" name=\"財務関数 1 へ\">財務関数 1 へ</link>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3153163\n"
-"315\n"
"help.text"
msgid "<link href=\"text/scalc/01/04060119.xhp\" name=\"Back to Financial Functions Part Two\">Back to Financial Functions Part Two</link>"
msgstr "<link href=\"text/scalc/01/04060119.xhp\" name=\"財務関数 2 へ\">財務関数 2 へ</link>"
@@ -38887,268 +38963,271 @@ msgid "Statistical Functions Part One"
msgstr "統計関数 1"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3146320\n"
-"1\n"
"help.text"
msgid "<variable id=\"ae\"><link href=\"text/scalc/01/04060181.xhp\">Statistical Functions Part One</link></variable>"
msgstr "<variable id=\"ae\"><link href=\"text/scalc/01/04060181.xhp\">統計関数 1</link></variable>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"bm_id3145632\n"
"help.text"
-msgid "<bookmark_value>INTERCEPT function</bookmark_value> <bookmark_value>points of intersection</bookmark_value> <bookmark_value>intersections</bookmark_value>"
+msgid "<bookmark_value>INTERCEPT function</bookmark_value> <bookmark_value>points of intersection</bookmark_value> <bookmark_value>intersections</bookmark_value>"
msgstr "<bookmark_value>INTERCEPT 関数</bookmark_value><bookmark_value>交点</bookmark_value><bookmark_value>交差</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3145632\n"
-"2\n"
"help.text"
msgid "INTERCEPT"
msgstr "INTERCEPT"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3146887\n"
-"3\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ACHSENABSCHNITT\">Calculates the point at which a line will intersect the y-values by using known x-values and y-values.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ACHSENABSCHNITT\">既知の x 値と y 値を使用し、線が y 値と交わるポイントを返します。</ahelp>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3150374\n"
-"4\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149718\n"
-"5\n"
"help.text"
msgid "INTERCEPT(DataY; DataX)"
msgstr "INTERCEPT(データ Y; データ X)"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149947\n"
-"6\n"
"help.text"
msgid "<emph>DataY</emph> is the dependent set of observations or data."
msgstr "<emph>データ Y</emph> は、観察またはデータの依存集合です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3147412\n"
-"7\n"
"help.text"
msgid "<emph>DataX</emph> is the independent set of observations or data."
msgstr "<emph>データ X</emph> は、観察またはデータの独立集合です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3152983\n"
-"8\n"
"help.text"
msgid "Names, arrays or references containing numbers must be used here. Numbers can also be entered directly."
msgstr "ここには、名前、行列、または数値が入った参照を使用する必要があります。数値を直接入力することも可能です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3157906\n"
-"9\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3148728\n"
-"10\n"
"help.text"
msgid "To calculate the intercept, use cells D3:D9 as the y value and C3:C9 as the x value from the example spreadsheet. Input will be as follows:"
msgstr "サンプルの表を利用して切片を求めます。Y の値はセル範囲 D3:D9 に、X の値はセル範囲 C3:C9 に入力されています。関数は次のようになります:"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149013\n"
-"11\n"
"help.text"
msgid "<item type=\"input\">=INTERCEPT(D3:D9;C3:C9)</item> = 2.15."
msgstr "<item type=\"input\">=INTERCEPT(D3:D9;C3:C9)</item> = 2.15。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"bm_id3148437\n"
"help.text"
-msgid "<bookmark_value>COUNT function</bookmark_value> <bookmark_value>numbers;counting</bookmark_value>"
+msgid "<bookmark_value>COUNT function</bookmark_value> <bookmark_value>numbers;counting</bookmark_value>"
msgstr "<bookmark_value>COUNT 関数</bookmark_value><bookmark_value>数値;カウントする</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3148437\n"
-"13\n"
"help.text"
msgid "COUNT"
msgstr "COUNT"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3150700\n"
-"14\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ANZAHL\">Counts how many numbers are in the list of arguments.</ahelp> Text entries are ignored."
msgstr "<ahelp hid=\"HID_FUNC_ANZAHL\">引数のリストの中にある数値データの個数を返します。</ahelp>テキストのデータは無視されます。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3153930\n"
-"15\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3148585\n"
-"16\n"
"help.text"
msgid "COUNT(Value1; Value2; ... Value30)"
msgstr "COUNT(値 1; 値 2; ... 値 30)"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3155827\n"
-"17\n"
"help.text"
msgid "<emph>Value1; Value2, ...</emph> are 1 to 30 values or ranges representing the values to be counted."
msgstr "<emph>値 1; 値 2, ...</emph> は、数えられる値を表す 1 から 30 の値または範囲です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3149254\n"
-"18\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149953\n"
-"19\n"
"help.text"
msgid "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
msgstr "値 1 から 4 フィールドの入力 2, 4, 6, eight が数えられます。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3154558\n"
-"20\n"
"help.text"
msgid "<item type=\"input\">=COUNT(2;4;6;\"eight\")</item> = 3. The count of numbers is therefore 3."
msgstr "<item type=\"input\">=COUNT(2;4;6;\"eight\")</item> = 3。したがって、数値のカウントは 3 です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"bm_id3149729\n"
"help.text"
-msgid "<bookmark_value>COUNTA function</bookmark_value> <bookmark_value>number of entries</bookmark_value>"
+msgid "<bookmark_value>COUNTA function</bookmark_value> <bookmark_value>number of entries</bookmark_value>"
msgstr "<bookmark_value>COUNTA 関数</bookmark_value><bookmark_value>エントリ数</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3149729\n"
-"22\n"
"help.text"
msgid "COUNTA"
msgstr "COUNTA"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3150142\n"
-"23\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ANZAHL2\">Counts how many values are in the list of arguments.</ahelp> Text entries are also counted, even when they contain an empty string of length 0. If an argument is an array or reference, empty cells within the array or reference are ignored."
msgstr "<ahelp hid=\"HID_FUNC_ANZAHL2\">引数のリストにある値の個数をカウントします。</ahelp>長さが 0 である空の文字列が含まれる場合であっても、テキスト項目もカウントされます。引数が行列または参照である場合、行列または参照内の空のセルは無視されます。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3148573\n"
-"24\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3153111\n"
-"25\n"
"help.text"
msgid "COUNTA(Value1; Value2; ... Value30)"
msgstr "COUNTA(値 1; 値 2; ... 値 30)"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3150001\n"
-"26\n"
"help.text"
msgid "<emph>Value1; Value2, ...</emph> are 1 to 30 arguments representing the values to be counted."
msgstr "<emph>値 1; 値 2, ...</emph> は、数えられる値を表す 1 から 30 の引数です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3150334\n"
-"27\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3154508\n"
-"28\n"
"help.text"
msgid "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
msgstr "値 1 から 4 フィールドの入力 2, 4, 6, eight が数えられます。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3158000\n"
-"29\n"
"help.text"
msgid "<item type=\"input\">=COUNTA(2;4;6;\"eight\")</item> = 4. The count of values is therefore 4."
msgstr "<item type=\"input\">=COUNTA(2;4;6;\"eight\")</item> = 4。したがって、値のカウントは 4 です。"
@@ -39159,7 +39238,7 @@ 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>"
+msgid "<bookmark_value>COUNTBLANK function</bookmark_value> <bookmark_value>counting;empty cells</bookmark_value> <bookmark_value>empty cells;counting</bookmark_value>"
msgstr "<bookmark_value>COUNTBLANK 関数</bookmark_value><bookmark_value>カウント;空のセル</bookmark_value><bookmark_value>空のセル;カウント</bookmark_value>"
#: 04060181.xhp
@@ -39227,14 +39306,14 @@ msgctxt ""
"04060181.xhp\n"
"bm_id3164897\n"
"help.text"
-msgid "<bookmark_value>COUNTIF function</bookmark_value><bookmark_value>counting;specified cells</bookmark_value>"
+msgid "<bookmark_value>COUNTIF function</bookmark_value> <bookmark_value>counting;specified cells</bookmark_value>"
msgstr "<bookmark_value>COUNTIF 関数</bookmark_value><bookmark_value>カウント;条件指定されたセル</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3164897\n"
-"547\n"
"help.text"
msgid "COUNTIF"
msgstr "COUNTIF"
@@ -39274,13 +39353,12 @@ msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
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 "<emph>条件</emph>は、数字、式、または文字列形式の条件を示します。これらの条件は、数えあげられるセルを決定します。検索テキストは、正規表現の形式でも入力できます。たとえば、b.* は b で始まるすべての単語を表します。また、検索条件を含むセル範囲を指定することもできます。テキストそのものを検索する場合、二重引用符でテキストを囲みます。"
+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. If regular expressions are enabled in calculation options you may also enter a search text in the form of a regular expression, e.g. b.* for all cells that begin with b. If wildcards are enabled in calculation options you may enter a search text with wildcards, e.g. b* for all cells that begin with b. You may also indicate a cell address that contains the search criterion. If you search for literal text, enclose the text in double quotes."
+msgstr ""
#: 04060181.xhp
msgctxt ""
@@ -39351,295 +39429,297 @@ msgid "To count only negative numbers: <item type=\"input\">=COUNTIF(A1:A10;\"<0
msgstr "負の数だけを数え上げるには: <item type=\"input\">=COUNTIF(A1:A10;\"<0\")</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"bm_id3150267\n"
"help.text"
-msgid "<bookmark_value>B function</bookmark_value> <bookmark_value>probabilities of samples with binomial distribution</bookmark_value>"
+msgid "<bookmark_value>B function</bookmark_value> <bookmark_value>probabilities of samples with binomial distribution</bookmark_value>"
msgstr "<bookmark_value>B 関数</bookmark_value><bookmark_value>二項分布の試行が成功する確率</bookmark_value>"
#: 04060181.xhp
msgctxt ""
"04060181.xhp\n"
"hd_id3150267\n"
-"31\n"
"help.text"
msgid "B"
-msgstr "B"
+msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3156061\n"
-"32\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_B\">Returns the probability of a sample with binomial distribution.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_B\">二項分布でサンプルの確率を返します。</ahelp>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3150659\n"
-"33\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3148392\n"
-"34\n"
"help.text"
msgid "B(Trials; SP; T1; T2)"
msgstr "B(試行回数; SP; T1; T2)"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149002\n"
-"35\n"
"help.text"
msgid "<emph>Trials</emph> is the number of independent trials."
msgstr "<emph>試行回数</emph> は、試行する回数です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3148875\n"
-"36\n"
"help.text"
msgid "<emph>SP</emph> is the probability of success on each trial."
msgstr "<emph>確率</emph> は、1 回の試行が成功する確率です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3145352\n"
-"37\n"
"help.text"
msgid "<emph>T1</emph> defines the lower limit for the number of trials."
msgstr "<emph>T1</emph> は、試行が成功する回数の下限を定義します。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149538\n"
-"38\n"
"help.text"
msgid "<emph>T2</emph> (optional) defines the upper limit for the number of trials."
msgstr "<emph>T2</emph> (オプション) は、試行回数の上限を定義します。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3148768\n"
-"39\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3154633\n"
-"40\n"
"help.text"
msgid "What is the probability with ten throws of the dice, that a six will come up exactly twice? The probability of a six (or any other number) is 1/6. The following formula combines these factors:"
msgstr "1つのサイコロを10回投げて、6 が 2 回出る確率を求めます。6 (または任意の数) が出る確率は6分の1なので、数式は次のようになります:"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149393\n"
-"41\n"
"help.text"
msgid "<item type=\"input\">=B(10;1/6;2)</item> returns a probability of 29%."
msgstr "<item type=\"input\">=B(10;1/6;2)</item> は、29% という確率を返します。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"bm_id3158416\n"
"help.text"
-msgid "<bookmark_value>RSQ function</bookmark_value> <bookmark_value>determination coefficients</bookmark_value> <bookmark_value>regression analysis</bookmark_value>"
+msgid "<bookmark_value>RSQ function</bookmark_value> <bookmark_value>determination coefficients</bookmark_value> <bookmark_value>regression analysis</bookmark_value>"
msgstr "<bookmark_value>RSQ 関数</bookmark_value><bookmark_value>決定係数</bookmark_value><bookmark_value>回帰分析</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3158416\n"
-"43\n"
"help.text"
msgid "RSQ"
msgstr "RSQ"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3154949\n"
-"44\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_BESTIMMTHEITSMASS\">Returns the square of the Pearson correlation coefficient based on the given values.</ahelp> RSQ (also called determination coefficient) is a measure for the accuracy of an adjustment and can be used to produce a regression analysis."
msgstr "<ahelp hid=\"HID_FUNC_BESTIMMTHEITSMASS\">指定した値から、ピアソンの積率相関係数の 2 乗を返します。</ahelp>RSQ (決定係数とも呼ばれる) は調整の正確さを表す測定であり、回帰分析を行うためにも使用されます。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3152820\n"
-"45\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3155822\n"
-"46\n"
"help.text"
msgid "RSQ(DataY; DataX)"
msgstr "RSQ(データ Y; データ X)"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3150470\n"
-"47\n"
"help.text"
msgid "<emph>DataY</emph> is an array or range of data points."
msgstr "<emph>データ Y</emph> は、データポイントの行列または範囲です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3153181\n"
-"48\n"
"help.text"
msgid "<emph>DataX</emph> is an array or range of data points."
msgstr "<emph>データ X</emph> は、データポイントの行列または範囲です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3156258\n"
-"49\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3155991\n"
-"50\n"
"help.text"
msgid "<item type=\"input\">=RSQ(A1:A20;B1:B20)</item> calculates the determination coefficient for both data sets in columns A and B."
msgstr "<item type=\"input\">=RSQ(A1:A20;B1:B20)</item> は、列 A と B の両方のデータセットの相関係数を計算します。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"bm_id3145620\n"
"help.text"
-msgid "<bookmark_value>BETAINV function</bookmark_value> <bookmark_value>cumulative probability density function;inverse of</bookmark_value>"
+msgid "<bookmark_value>BETAINV function</bookmark_value> <bookmark_value>cumulative probability density function;inverse of</bookmark_value>"
msgstr "<bookmark_value>BETAINV 関数</bookmark_value><bookmark_value>累積確率密度関数;逆関数</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3145620\n"
-"52\n"
"help.text"
msgid "BETAINV"
msgstr "BETAINV"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149825\n"
-"53\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_BETAINV\">Returns the inverse of the cumulative beta probability density function.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_BETAINV\">ベータ確率密度分布の反転を返します。</ahelp>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3152479\n"
-"54\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3156300\n"
-"55\n"
"help.text"
msgid "BETAINV(Number; Alpha; Beta; Start; End)"
msgstr "BETAINV(数値; α; β; 開始; 終了)"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149266\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 "<emph>数値</emph> は <emph>下限</emph>から<emph>上限</emph>の間にある、関数を評価するのに用いられる値です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149710\n"
-"57\n"
"help.text"
msgid "<emph>Alpha</emph> is a parameter to the distribution."
msgstr "<emph>α</emph> は、分布のパラメーターです。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3156306\n"
-"58\n"
"help.text"
msgid "<emph>Beta</emph> is a parameter to the distribution."
msgstr "<emph>β</emph> は、分布のパラメーターです。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3150960\n"
-"59\n"
"help.text"
msgid "<emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
msgstr "<emph>開始</emph> (オプション) は、<emph>数値</emph> の下限です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3151268\n"
-"60\n"
"help.text"
msgid "<emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
msgstr "<emph>終了</emph> (オプション) は、<emph>数値</emph> の上限です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3147077\n"
-"61\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3146859\n"
-"62\n"
"help.text"
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 を返します。"
@@ -39650,14 +39730,14 @@ 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>"
+msgid "<bookmark_value>BETA.INV function</bookmark_value> <bookmark_value>cumulative probability density function;inverse of</bookmark_value>"
msgstr "<bookmark_value>BETAINV 関数</bookmark_value><bookmark_value>累積確率密度関数;逆関数</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2945620\n"
-"52\n"
"help.text"
msgid "BETA.INV"
msgstr "BETA.INV"
@@ -39667,25 +39747,24 @@ msgstr "BETA.INV"
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 "<ahelp hid=\"HID_FUNC_BETAINV\">ベータ確率密度分布の反転を返します。</ahelp>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2952479\n"
-"54\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2956300\n"
-"55\n"
"help.text"
msgid "BETA.INV(Number; Alpha; Beta; Start; End)"
msgstr "BETA.INV(数値; α; β; 開始; 終了)"
@@ -39695,25 +39774,24 @@ msgstr "BETA.INV(数値; α; β; 開始; 終了)"
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 "<emph>数値</emph> は <emph>下限</emph>から<emph>上限</emph>の間にある、関数を評価するのに用いられる値です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2949710\n"
-"57\n"
"help.text"
msgid "<emph>Alpha</emph> is a parameter to the distribution."
msgstr "<emph>α</emph> は、分布のパラメーターです。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2956306\n"
-"58\n"
"help.text"
msgid "<emph>Beta</emph> is a parameter to the distribution."
msgstr "<emph>β</emph> は、分布のパラメーターです。"
@@ -39723,7 +39801,6 @@ msgstr "<emph>β</emph> は、分布のパラメーターです。"
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 "<emph>開始</emph> (オプション) は、<emph>数値</emph> の下限です。"
@@ -39733,114 +39810,114 @@ msgstr "<emph>開始</emph> (オプション) は、<emph>数値</emph> の下
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 "<emph>終了</emph> (オプション) は、<emph>数値</emph> の上限です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2947077\n"
-"61\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2946859\n"
-"62\n"
"help.text"
msgid "<item type=\"input\">=BETA.INV(0.5;5;10)</item> returns the value 0.3257511553."
msgstr "<item type=\"input\">=BETA.INV(0.5;5;10)</item> は、値 0.3257511553 を返します。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"bm_id3156096\n"
"help.text"
-msgid "<bookmark_value>BETADIST function</bookmark_value> <bookmark_value>cumulative probability density function;calculating</bookmark_value>"
+msgid "<bookmark_value>BETADIST function</bookmark_value> <bookmark_value>cumulative probability density function;calculating</bookmark_value>"
msgstr "<bookmark_value>BETADIST 関数</bookmark_value><bookmark_value>累積確率密度関数;計算する</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3156096\n"
-"64\n"
"help.text"
msgid "BETADIST"
msgstr "BETADIST"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3150880\n"
-"65\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_BETAVERT\">Returns the beta function.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_BETAVERT\">β関数を返します。</ahelp>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3150762\n"
-"66\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3147571\n"
-"67\n"
"help.text"
msgid "BETADIST(Number; Alpha; Beta; Start; End; Cumulative)"
msgstr "BETADIST(数値; α; β; 開始; 終了)"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3156317\n"
-"68\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 "<emph>数値</emph> は <emph>下限</emph>から<emph>上限</emph>の間にある、関数を評価するのに用いられる値です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3156107\n"
-"69\n"
"help.text"
msgid "<emph>Alpha</emph> is a parameter to the distribution."
msgstr "<emph>α</emph> は、分布のパラメーターです。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3153619\n"
-"70\n"
"help.text"
msgid "<emph>Beta</emph> is a parameter to the distribution."
msgstr "<emph>β</emph> は、分布のパラメーターです。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3150254\n"
-"71\n"
"help.text"
msgid "<emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
msgstr "<emph>開始</emph> (オプション) は、<emph>数値</emph> の下限です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149138\n"
-"72\n"
"help.text"
msgid "<emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
msgstr "<emph>終了</emph> (オプション) は、<emph>数値</emph> の上限です。"
@@ -39854,19 +39931,19 @@ msgid "<emph>Cumulative</emph> (optional) can be 0 or False to calculate the pro
msgstr "<emph>累積</emph> (オプション) は、確率密度関数を計算するためには、0 もしくは False をとります。累積分布関数を計算するためには、その他の値もしくは省略します。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3145649\n"
-"73\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3156118\n"
-"74\n"
"help.text"
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 を返します。"
@@ -39877,32 +39954,32 @@ 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>"
+msgid "<bookmark_value>BETA.DIST function</bookmark_value> <bookmark_value>cumulative probability density function;calculating</bookmark_value>"
msgstr "<bookmark_value>BETADIST 関数</bookmark_value><bookmark_value>累積確率密度関数;計算する</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2956096\n"
-"64\n"
"help.text"
msgid "BETA.DIST"
msgstr "BETA.DIST"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2950880\n"
-"65\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_BETADIST_MS\">Returns the beta function.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_BETADIST_MS\">β関数を返します。</ahelp>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2950762\n"
-"66\n"
"help.text"
msgid "Syntax"
msgstr "構文"
@@ -39911,7 +39988,6 @@ msgstr "構文"
msgctxt ""
"04060181.xhp\n"
"par_id2947571\n"
-"67\n"
"help.text"
msgid "BETA.DIST(Number; Alpha; Beta; Cumulative; Start; End)"
msgstr ""
@@ -39921,7 +39997,6 @@ msgstr ""
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 "<emph>数値</emph> は <emph>下限</emph>から<emph>上限</emph>の間にある、関数を評価するのに用いられる値です。"
@@ -39931,7 +40006,6 @@ msgstr "<emph>数値</emph> は <emph>下限</emph>から<emph>上限</emph>の
msgctxt ""
"04060181.xhp\n"
"par_id2956107\n"
-"69\n"
"help.text"
msgid "<emph>Alpha</emph> (required) is a parameter to the distribution."
msgstr "<emph>α</emph> は、分布のパラメーターです。"
@@ -39941,7 +40015,6 @@ msgstr "<emph>α</emph> は、分布のパラメーターです。"
msgctxt ""
"04060181.xhp\n"
"par_id2953619\n"
-"70\n"
"help.text"
msgid "<emph>Beta</emph> (required) is a parameter to the distribution."
msgstr "<emph>β</emph> は、分布のパラメーターです。"
@@ -39960,7 +40033,6 @@ msgstr "<emph>累積</emph> (オプション) は、確率密度関数を計算
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 "<emph>開始</emph> (オプション) は、<emph>数値</emph> の下限です。"
@@ -39970,16 +40042,15 @@ msgstr "<emph>開始</emph> (オプション) は、<emph>数値</emph> の下
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 "<emph>終了</emph> (オプション) は、<emph>数値</emph> の上限です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2945649\n"
-"73\n"
"help.text"
msgid "Examples"
msgstr "例"
@@ -39989,7 +40060,6 @@ msgstr "例"
msgctxt ""
"04060181.xhp\n"
"par_id2956118\n"
-"74\n"
"help.text"
msgid "<item type=\"input\">=BETA.DIST(2;8;10;1;1;3)</item> returns the value 0.6854706"
msgstr "<item type=\"input\">=BETADIST(0.75;3;4)</item> は、値 0.96 を返します。"
@@ -39999,7 +40069,6 @@ msgstr "<item type=\"input\">=BETADIST(0.75;3;4)</item> は、値 0.96 を返し
msgctxt ""
"04060181.xhp\n"
"par_id2956119\n"
-"74\n"
"help.text"
msgid "<item type=\"input\">=BETA.DIST(2;8;10;0;1;3)</item> returns the value 1.4837646"
msgstr "<item type=\"input\">=BETADIST(0.75;3;4)</item> は、値 0.96 を返します。"
@@ -40013,100 +40082,100 @@ msgid "<bookmark_value>BINOMDIST function</bookmark_value>"
msgstr "<bookmark_value>BINOMDIST 関数</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3143228\n"
-"76\n"
"help.text"
msgid "BINOMDIST"
msgstr "BINOMDIST"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3146897\n"
-"77\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_BINOMVERT\">Returns the individual term binomial distribution probability.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_BINOMVERT\">二項分布の確率を返します。</ahelp>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3149289\n"
-"78\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3156009\n"
-"79\n"
"help.text"
msgid "BINOMDIST(X; Trials; SP; C)"
msgstr "BINOMDIST(X; 試行回数; SP; C)"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3154304\n"
-"80\n"
"help.text"
msgid "<emph>X</emph> is the number of successes in a set of trials."
msgstr "<emph>成功数</emph> は、試行が成功する回数です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3147492\n"
-"81\n"
"help.text"
msgid "<emph>Trials</emph> is the number of independent trials."
msgstr "<emph>試行回数</emph> は、試行する回数です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3146085\n"
-"82\n"
"help.text"
msgid "<emph>SP</emph> is the probability of success on each trial."
msgstr "<emph>確率</emph> は、1 回の試行が成功する確率です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149760\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 "<emph>関数形式</emph> に 0 を指定すると、単一事象の確率、<emph>関数形式</emph> に 1 を指定すると、累積確率を計算します。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3151171\n"
-"84\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3145666\n"
-"85\n"
"help.text"
msgid "<item type=\"input\">=BINOMDIST(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 "<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_id3150120\n"
-"86\n"
"help.text"
msgid "<item type=\"input\">=BINOMDIST(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 "<item type=\"input\">=BINOMDIST(A1;12;0.5;1)</item> は、同じ系列の累積確率を示します。たとえば A1 = <item type=\"input\">4</item> の場合、系列の累積確率は、<emph>表</emph> が 0、1、2、3、または 4 回です (非排他的論理和)。"
@@ -40120,10 +40189,10 @@ msgid "<bookmark_value>BINOM.DIST function</bookmark_value>"
msgstr "<bookmark_value>BINOM.DIST 関数</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2943228\n"
-"76\n"
"help.text"
msgid "BINOM.DIST"
msgstr "BINOM.DIST"
@@ -40133,16 +40202,15 @@ msgstr "BINOM.DIST"
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 "<ahelp hid=\"HID_FUNC_BINOMVERT\">二項分布の確率を返します。</ahelp>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2949289\n"
-"78\n"
"help.text"
msgid "Syntax"
msgstr "構文"
@@ -40152,34 +40220,33 @@ msgstr "構文"
msgctxt ""
"04060181.xhp\n"
"par_id2956009\n"
-"79\n"
"help.text"
msgid "BINOM.DIST(X; Trials; SP; C)"
msgstr "BINOMDIST(X; 試行回数; SP; C)"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2954304\n"
-"80\n"
"help.text"
msgid "<emph>X</emph> is the number of successes in a set of trials."
msgstr "<emph>成功数</emph> は、試行が成功する回数です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2947492\n"
-"81\n"
"help.text"
msgid "<emph>Trials</emph> is the number of independent trials."
msgstr "<emph>試行回数</emph> は、試行する回数です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2946085\n"
-"82\n"
"help.text"
msgid "<emph>SP</emph> is the probability of success on each trial."
msgstr "<emph>確率</emph> は、1 回の試行が成功する確率です。"
@@ -40189,16 +40256,15 @@ msgstr "<emph>確率</emph> は、1 回の試行が成功する確率です。"
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 "<emph>関数形式</emph> に 0 を指定すると、単一事象の確率、<emph>関数形式</emph> に 1 を指定すると、累積確率を計算します。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id291171\n"
-"84\n"
"help.text"
msgid "Example"
msgstr "例"
@@ -40208,7 +40274,6 @@ msgstr "例"
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 "<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 に入力された回数出る確率を示します。"
@@ -40218,7 +40283,6 @@ msgstr "<item type=\"input\">=BINOMDIST(A1;12;0.5;0)</item> は、(<item type=\"
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 "<item type=\"input\">=BINOMDIST(A1;12;0.5;1)</item> は、同じ系列の累積確率を示します。たとえば A1 = <item type=\"input\">4</item> の場合、系列の累積確率は、<emph>表</emph> が 0、1、2、3、または 4 回です (非排他的論理和)。"
@@ -40235,7 +40299,6 @@ msgstr "<bookmark_value>BINOM.INV 関数</bookmark_value>"
msgctxt ""
"04060181.xhp\n"
"hd_id2843228\n"
-"76\n"
"help.text"
msgid "BINOM.INV"
msgstr ""
@@ -40244,16 +40307,15 @@ msgstr ""
msgctxt ""
"04060181.xhp\n"
"par_id2846897\n"
-"77\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_BINOM_INV_MS\">Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value.</ahelp>"
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2849289\n"
-"78\n"
"help.text"
msgid "Syntax"
msgstr "構文"
@@ -40262,7 +40324,6 @@ msgstr "構文"
msgctxt ""
"04060181.xhp\n"
"par_id2856009\n"
-"79\n"
"help.text"
msgid "BINOM.INV(Trials; SP; Alpha)"
msgstr ""
@@ -40272,16 +40333,15 @@ msgstr ""
msgctxt ""
"04060181.xhp\n"
"par_id2847492\n"
-"81\n"
"help.text"
msgid "<emph>Trials</emph> The total number of trials."
msgstr "<emph>試行回数</emph> は、試行の総回数です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2846085\n"
-"82\n"
"help.text"
msgid "<emph>SP</emph> is the probability of success on each trial."
msgstr "<emph>確率</emph> は、1 回の試行が成功する確率です。"
@@ -40290,16 +40350,15 @@ msgstr "<emph>確率</emph> は、1 回の試行が成功する確率です。"
msgctxt ""
"04060181.xhp\n"
"par_id289760\n"
-"83\n"
"help.text"
msgid "<emph>Alpha</emph>The border probability that is attained or exceeded."
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id281171\n"
-"84\n"
"help.text"
msgid "Example"
msgstr "例"
@@ -40308,7 +40367,6 @@ msgstr "例"
msgctxt ""
"04060181.xhp\n"
"par_id285666\n"
-"85\n"
"help.text"
msgid "<item type=\"input\">=BINOM.INV(8;0.6;0.9)</item> returns 7, the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value."
msgstr ""
@@ -40398,7 +40456,6 @@ msgstr "構文"
msgctxt ""
"04060181.xhp\n"
"par_id1150504\n"
-"91\n"
"help.text"
msgid "CHISQ.INV(Probability; DegreesFreedom)"
msgstr ""
@@ -40422,10 +40479,10 @@ msgid "<emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-squ
msgstr "<emph>自由度</emph> は、実験の自由度です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id271171\n"
-"84\n"
"help.text"
msgid "Example"
msgstr "例"
@@ -40435,7 +40492,6 @@ msgstr "例"
msgctxt ""
"04060181.xhp\n"
"par_id275666\n"
-"85\n"
"help.text"
msgid "<item type=\"input\">=CHISQ.INV(0,5;1)</item> returns 0.4549364231."
msgstr "<item type=\"input\">=CHIINV(0.05;5)</item> は、11.07 を返します。"
@@ -40449,118 +40505,118 @@ msgid "<bookmark_value>CHIINV function</bookmark_value>"
msgstr "<bookmark_value>CHIINV 関数</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3148835\n"
-"88\n"
"help.text"
msgid "CHIINV"
msgstr "CHIINV"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149906\n"
-"89\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_CHIINV\">Returns the inverse of the one-tailed probability of the chi-squared distribution.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_CHIINV\">カイ二乗分布の片側確率のパーセント点を返します。</ahelp>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3159157\n"
-"90\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3150504\n"
-"91\n"
"help.text"
msgid "CHIINV(Number; DegreesFreedom)"
msgstr "CHIINV(数値; 自由度)"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3154898\n"
-"92\n"
"help.text"
msgid "<emph>Number</emph> is the value of the error probability."
msgstr "<emph>数値</emph>は、エラー確率の値です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3154294\n"
-"93\n"
"help.text"
msgid "<emph>DegreesFreedom</emph> is the degrees of freedom of the experiment."
msgstr "<emph>自由度</emph> は、実験の自由度です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3154208\n"
-"94\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3150777\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 "1つのサイコロを 1,020 回投げました。サイコロの目は、1 が 195 回、2 が 151 回、3 が 148 回、4 が 189 回、5 が 183 回、6 が 154 回実際に観察されました。「サイコロは偽者である」という帰無仮説を検定します。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3153062\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 "上記の数式を使って、標本のカイ二乗値を求めます。n 回サイコロを振った時に特定の目が出る期待値は n 掛ける 1/6、つまり 1020/6 = 170 です。観察されたカイ二乗値は 13.27 になります。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3148806\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 "観察されたカイ二乗値が、カイ二乗分布のパーセント点以上である場合は、観察値と理論値との偏差が大きすぎるため、仮説は棄却されます。観察されたカイ二乗値がカイ二乗分布のパーセント点を超えない場合は、仮説が指定の上側確率で成り立ちます。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149763\n"
-"95\n"
"help.text"
msgid "<item type=\"input\">=CHIINV(0.05;5)</item> returns 11.07."
msgstr "<item type=\"input\">=CHIINV(0.05;5)</item> は、11.07 を返します。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3159142\n"
-"133\n"
"help.text"
msgid "<item type=\"input\">=CHIINV(0.02;5)</item> returns 13.39."
msgstr "<item type=\"input\">=CHIINV(0.02;5)</item> は、13.39 を返します。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3158401\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 "「サイコロは偽物である」という帰無仮説は、上側確率が 5% の場合採択され、上側確率が 2% の場合棄却されます。"
@@ -40574,10 +40630,10 @@ msgid "<bookmark_value>CHISQ.INV.RT function</bookmark_value>"
msgstr "<bookmark_value>CHISQ.INV.RT 関数 function</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2948835\n"
-"88\n"
"help.text"
msgid "CHISQ.INV.RT"
msgstr "CHISQ.INV.RT"
@@ -40587,16 +40643,15 @@ msgstr "CHISQ.INV.RT"
msgctxt ""
"04060181.xhp\n"
"par_id2949906\n"
-"89\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_CHIINV_MS\">Returns the inverse of the one-tailed probability of the chi-squared distribution.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_CHIINV\">カイ二乗分布の片側確率のパーセント点を返します。</ahelp>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2959157\n"
-"90\n"
"help.text"
msgid "Syntax"
msgstr "構文"
@@ -40606,16 +40661,15 @@ msgstr "構文"
msgctxt ""
"04060181.xhp\n"
"par_id2950504\n"
-"91\n"
"help.text"
msgid "CHISQ.INV.RT(Number; DegreesFreedom)"
msgstr "CHIINV(数値; 自由度)"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2954898\n"
-"92\n"
"help.text"
msgid "<emph>Number</emph> is the value of the error probability."
msgstr "<emph>数値</emph>は、エラー確率の値です。"
@@ -40625,16 +40679,15 @@ msgstr "<emph>数値</emph>は、エラー確率の値です。"
msgctxt ""
"04060181.xhp\n"
"par_id2954294\n"
-"93\n"
"help.text"
msgid "<emph>DegreesFreedom</emph> is the degrees of freedom of the experiment."
msgstr "<emph>自由度</emph> は、実験の自由度です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2954208\n"
-"94\n"
"help.text"
msgid "Example"
msgstr "例"
@@ -40644,7 +40697,6 @@ msgstr "例"
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 "1つのサイコロを 1,020 回投げました。サイコロの目は、1 が 195 回、2 が 151 回、3 が 148 回、4 が 189 回、5 が 183 回、6 が 154 回実際に観察されました。「サイコロは偽者である」という帰無仮説を検定します。"
@@ -40654,7 +40706,6 @@ msgstr "1つのサイコロを 1,020 回投げました。サイコロの目
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 "上記の数式を使って、標本のカイ二乗値を求めます。n 回サイコロを振った時に特定の目が出る期待値は n 掛ける 1/6、つまり 1020/6 = 170 です。観察されたカイ二乗値は 13.27 になります。"
@@ -40664,7 +40715,6 @@ msgstr "上記の数式を使って、標本のカイ二乗値を求めます。
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 "観察されたカイ二乗値が、カイ二乗分布のパーセント点以上である場合は、観察値と理論値との偏差が大きすぎるため、仮説は棄却されます。観察されたカイ二乗値がカイ二乗分布のパーセント点を超えない場合は、仮説が指定の上側確率で成り立ちます。"
@@ -40674,7 +40724,6 @@ msgstr "観察されたカイ二乗値が、カイ二乗分布のパーセント
msgctxt ""
"04060181.xhp\n"
"par_id2949763\n"
-"95\n"
"help.text"
msgid "<item type=\"input\">=CHISQ.INV.RT(0.05;5)</item> returns 11.0704976935."
msgstr "<item type=\"input\">=CHIINV(0.05;5)</item> は、11.07 を返します。"
@@ -40684,7 +40733,6 @@ msgstr "<item type=\"input\">=CHIINV(0.05;5)</item> は、11.07 を返します
msgctxt ""
"04060181.xhp\n"
"par_id2959142\n"
-"133\n"
"help.text"
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 を返します。"
@@ -40694,7 +40742,6 @@ msgstr "<item type=\"input\">=CHIINV(0.02;5)</item> は、13.39 を返します
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 "「サイコロは偽物である」という帰無仮説は、上側確率が 5% の場合採択され、上側確率が 2% の場合棄却されます。"
@@ -40708,91 +40755,91 @@ msgid "<bookmark_value>CHITEST function</bookmark_value>"
msgstr "<bookmark_value>CHITEST 関数</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3154260\n"
-"97\n"
"help.text"
msgid "CHITEST"
msgstr "CHITEST"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3151052\n"
-"98\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_CHITEST\">Returns the probability of a deviance from a random distribution of two test series based on the chi-squared test for independence.</ahelp> CHITEST returns the chi-squared distribution of the data."
msgstr "<ahelp hid=\"HID_FUNC_CHITEST\">独立性のカイ二乗検定を行い、その有意確率 (P 値) を返します。</ahelp>CHITEST は、データのカイ二乗値分布を求めます。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3148925\n"
-"135\n"
"help.text"
msgid "The probability determined by CHITEST can also be determined with CHIDIST, in which case the Chi square of the random sample must then be passed as a parameter instead of the data row."
msgstr "CHITEST によって求められた確率は、CHIVERT で求めることもできます。その場合、データのかわりに標本のカイ二乗値をパラメーターに指定する必要があります。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3154280\n"
-"99\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149162\n"
-"100\n"
"help.text"
msgid "CHITEST(DataB; DataE)"
msgstr "CHITEST(データ B; データ E)"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3158421\n"
-"101\n"
"help.text"
msgid "<emph>DataB</emph> is the array of the observations."
msgstr "<emph>データ B</emph> は、観察の行列です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3166453\n"
-"102\n"
"help.text"
msgid "<emph>DataE</emph> is the range of the expected values."
msgstr "<emph>データ E</emph> は、予想値の範囲です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3146946\n"
-"103\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3154096\n"
-"136\n"
"help.text"
msgid "Data_B (observed)"
msgstr "A (実測値)"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3152948\n"
-"137\n"
"help.text"
msgid "Data_E (expected)"
msgstr "B (期待値)"
@@ -40801,25 +40848,24 @@ msgstr "B (期待値)"
msgctxt ""
"04060181.xhp\n"
"par_id3152876\n"
-"138\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3159279\n"
-"139\n"
"help.text"
msgid "<item type=\"input\">195</item>"
msgstr "<item type=\"input\">195</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149105\n"
-"140\n"
"help.text"
msgid "<item type=\"input\">170</item>"
msgstr "<item type=\"input\">170</item>"
@@ -40828,25 +40874,24 @@ msgstr "<item type=\"input\">170</item>"
msgctxt ""
"04060181.xhp\n"
"par_id3149922\n"
-"141\n"
"help.text"
msgid "2"
-msgstr "2"
+msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3148621\n"
-"142\n"
"help.text"
msgid "<item type=\"input\">151</item>"
msgstr "<item type=\"input\">151</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3148987\n"
-"143\n"
"help.text"
msgid "<item type=\"input\">170</item>"
msgstr "<item type=\"input\">170</item>"
@@ -40855,25 +40900,24 @@ msgstr "<item type=\"input\">170</item>"
msgctxt ""
"04060181.xhp\n"
"par_id3149417\n"
-"144\n"
"help.text"
msgid "3"
-msgstr "3"
+msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3148661\n"
-"145\n"
"help.text"
msgid "<item type=\"input\">148</item>"
msgstr "<item type=\"input\">148</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3151128\n"
-"146\n"
"help.text"
msgid "<item type=\"input\">170</item>"
msgstr "<item type=\"input\">170</item>"
@@ -40882,25 +40926,24 @@ msgstr "<item type=\"input\">170</item>"
msgctxt ""
"04060181.xhp\n"
"par_id3148467\n"
-"147\n"
"help.text"
msgid "4"
-msgstr "4"
+msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149237\n"
-"148\n"
"help.text"
msgid "<item type=\"input\">189</item>"
msgstr "<item type=\"input\">189</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3145304\n"
-"149\n"
"help.text"
msgid "<item type=\"input\">170</item>"
msgstr "<item type=\"input\">170</item>"
@@ -40909,25 +40952,24 @@ msgstr "<item type=\"input\">170</item>"
msgctxt ""
"04060181.xhp\n"
"par_id3149927\n"
-"150\n"
"help.text"
msgid "5"
-msgstr "5"
+msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3150630\n"
-"151\n"
"help.text"
msgid "<item type=\"input\">183</item>"
msgstr "<item type=\"input\">183</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3150423\n"
-"152\n"
"help.text"
msgid "<item type=\"input\">170</item>"
msgstr "<item type=\"input\">170</item>"
@@ -40936,34 +40978,33 @@ msgstr "<item type=\"input\">170</item>"
msgctxt ""
"04060181.xhp\n"
"par_id3143275\n"
-"153\n"
"help.text"
msgid "6"
-msgstr "6"
+msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3144750\n"
-"154\n"
"help.text"
msgid "<item type=\"input\">154</item>"
msgstr "<item type=\"input\">154</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3153947\n"
-"155\n"
"help.text"
msgid "<item type=\"input\">170</item>"
msgstr "<item type=\"input\">170</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149481\n"
-"104\n"
"help.text"
msgid "<item type=\"input\">=CHITEST(A1:A6;B1:B6)</item> equals 0.02. This is the probability which suffices the observed data of the theoretical Chi-square distribution."
msgstr "<item type=\"input\">=CHITEST(A1:A6;B1:B6)</item> は、0.02 です。これは、理論上のカイ二乗分布の観察データを満たす確率です。"
@@ -40977,10 +41018,10 @@ msgid "<bookmark_value>CHISQ.TEST function</bookmark_value>"
msgstr "<bookmark_value>CHISQ.TEST 関数</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2954260\n"
-"97\n"
"help.text"
msgid "CHISQ.TEST"
msgstr "CHISQ.TEST"
@@ -40990,7 +41031,6 @@ msgstr "CHISQ.TEST"
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 "<ahelp hid=\"HID_FUNC_CHITEST\">独立性のカイ二乗検定を行い、その有意確率 (P 値) を返します。</ahelp>CHITEST は、データのカイ二乗値分布を求めます。"
@@ -41000,16 +41040,15 @@ msgstr "<ahelp hid=\"HID_FUNC_CHITEST\">独立性のカイ二乗検定を行い
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 "CHITEST によって求められた確率は、CHIVERT で求めることもできます。その場合、データのかわりに標本のカイ二乗値をパラメーターに指定する必要があります。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2954280\n"
-"99\n"
"help.text"
msgid "Syntax"
msgstr "構文"
@@ -41019,52 +41058,51 @@ msgstr "構文"
msgctxt ""
"04060181.xhp\n"
"par_id2949162\n"
-"100\n"
"help.text"
msgid "CHISQ.TEST(DataB; DataE)"
msgstr "CHITEST(データ B; データ E)"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2958421\n"
-"101\n"
"help.text"
msgid "<emph>DataB</emph> is the array of the observations."
msgstr "<emph>データ B</emph> は、観察の行列です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2966453\n"
-"102\n"
"help.text"
msgid "<emph>DataE</emph> is the range of the expected values."
msgstr "<emph>データ E</emph> は、予想値の範囲です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2946946\n"
-"103\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2954096\n"
-"136\n"
"help.text"
msgid "Data_B (observed)"
msgstr "A (実測値)"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2952948\n"
-"137\n"
"help.text"
msgid "Data_E (expected)"
msgstr "B (期待値)"
@@ -41073,25 +41111,24 @@ msgstr "B (期待値)"
msgctxt ""
"04060181.xhp\n"
"par_id2952876\n"
-"138\n"
"help.text"
msgid "1"
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2959279\n"
-"139\n"
"help.text"
msgid "<item type=\"input\">195</item>"
msgstr "<item type=\"input\">195</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2949105\n"
-"140\n"
"help.text"
msgid "<item type=\"input\">170</item>"
msgstr "<item type=\"input\">170</item>"
@@ -41100,25 +41137,24 @@ msgstr "<item type=\"input\">170</item>"
msgctxt ""
"04060181.xhp\n"
"par_id2949922\n"
-"141\n"
"help.text"
msgid "2"
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2948621\n"
-"142\n"
"help.text"
msgid "<item type=\"input\">151</item>"
msgstr "<item type=\"input\">151</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2948987\n"
-"143\n"
"help.text"
msgid "<item type=\"input\">170</item>"
msgstr "<item type=\"input\">170</item>"
@@ -41127,25 +41163,24 @@ msgstr "<item type=\"input\">170</item>"
msgctxt ""
"04060181.xhp\n"
"par_id2949417\n"
-"144\n"
"help.text"
msgid "3"
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2948661\n"
-"145\n"
"help.text"
msgid "<item type=\"input\">148</item>"
msgstr "<item type=\"input\">148</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2951128\n"
-"146\n"
"help.text"
msgid "<item type=\"input\">170</item>"
msgstr "<item type=\"input\">170</item>"
@@ -41154,25 +41189,24 @@ msgstr "<item type=\"input\">170</item>"
msgctxt ""
"04060181.xhp\n"
"par_id2948467\n"
-"147\n"
"help.text"
msgid "4"
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2949237\n"
-"148\n"
"help.text"
msgid "<item type=\"input\">189</item>"
msgstr "<item type=\"input\">189</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2945304\n"
-"149\n"
"help.text"
msgid "<item type=\"input\">170</item>"
msgstr "<item type=\"input\">170</item>"
@@ -41181,25 +41215,24 @@ msgstr "<item type=\"input\">170</item>"
msgctxt ""
"04060181.xhp\n"
"par_id2949927\n"
-"150\n"
"help.text"
msgid "5"
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2950630\n"
-"151\n"
"help.text"
msgid "<item type=\"input\">183</item>"
msgstr "<item type=\"input\">183</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2950423\n"
-"152\n"
"help.text"
msgid "<item type=\"input\">170</item>"
msgstr "<item type=\"input\">170</item>"
@@ -41208,25 +41241,24 @@ msgstr "<item type=\"input\">170</item>"
msgctxt ""
"04060181.xhp\n"
"par_id2943275\n"
-"153\n"
"help.text"
msgid "6"
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2944750\n"
-"154\n"
"help.text"
msgid "<item type=\"input\">154</item>"
msgstr "<item type=\"input\">154</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2953947\n"
-"155\n"
"help.text"
msgid "<item type=\"input\">170</item>"
msgstr "<item type=\"input\">170</item>"
@@ -41236,7 +41268,6 @@ msgstr "<item type=\"input\">170</item>"
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 "<item type=\"input\">=CHITEST(A1:A6;B1:B6)</item> は、0.02 です。これは、理論上のカイ二乗分布の観察データを満たす確率です。"
@@ -41250,91 +41281,91 @@ msgid "<bookmark_value>CHIDIST function</bookmark_value>"
msgstr "<bookmark_value>CHIDIST 関数</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3148690\n"
-"106\n"
"help.text"
msgid "CHIDIST"
msgstr "CHIDIST"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3156338\n"
-"156\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_CHIVERT\">Returns the probability value from the indicated Chi square that a hypothesis is confirmed.</ahelp> CHIDIST 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 "<ahelp hid=\"HID_FUNC_CHIVERT\">仮定によって確認されたカイ二乗分布の確率を返します。</ahelp>CHIDIST は、標本のカイ二乗値を理論上のカイ二乗分布の値と比較し、検定する仮説の危険率を返します。標本のカイ二乗値は、すべての値の (測定値-期待値)^2/期待値で求められます。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3151316\n"
-"157\n"
"help.text"
msgid "The probability determined by CHIDIST can also be determined by CHITEST."
msgstr "CHIDIST で求められる確率は、CHITEST でも求めることができます。CHITEST ではパラメータに標本のカイ二乗ではなく、測定値と期待値を使用します。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3155123\n"
-"108\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3158439\n"
-"109\n"
"help.text"
msgid "CHIDIST(Number; DegreesFreedom)"
msgstr "CHIDIST(数値; 自由度)"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3148675\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 "<emph>数値</emph> は、エラー確率を決定するために使用される無作為標本のカイ二乗値です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3155615\n"
-"111\n"
"help.text"
msgid "<emph>DegreesFreedom</emph> are the degrees of freedom of the experiment."
msgstr "<emph>自由度</emph> は、実験の自由度です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3146787\n"
-"112\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3145774\n"
-"113\n"
"help.text"
msgid "<item type=\"input\">=CHIDIST(13.27; 5)</item> equals 0.02."
msgstr "<item type=\"input\">=CHIDIST(13.27; 5)</item> は、0.02 です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3156141\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 "自由度 5 のカイ二乗分布において、カイ二乗値が 13.27 より大きいときに対応する確率は 2% です。"
@@ -41348,10 +41379,10 @@ msgid "<bookmark_value>CHISQ.DIST function</bookmark_value>"
msgstr "<bookmark_value>CHISQ.DIST 関数</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2848690\n"
-"106\n"
"help.text"
msgid "CHISQ.DIST"
msgstr "CHISQ.DIST"
@@ -41361,16 +41392,15 @@ msgstr "CHISQ.DIST"
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 "<ahelp hid=\".\">カイ二乗分布の確率密度関数もしくは累積分散関数を返します。</ahelp>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2855123\n"
-"108\n"
"help.text"
msgid "Syntax"
msgstr "構文"
@@ -41380,7 +41410,6 @@ msgstr "構文"
msgctxt ""
"04060181.xhp\n"
"par_id2858439\n"
-"109\n"
"help.text"
msgid "CHISQ.DIST(Number; DegreesFreedom; Cumulative)"
msgstr "CHISQDIST(数値; 自由度; 累積)"
@@ -41390,7 +41419,6 @@ msgstr "CHISQDIST(数値; 自由度; 累積)"
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 "<emph>数値</emph> は、エラー確率を決定するために使用される無作為標本のカイ二乗値です。"
@@ -41400,7 +41428,6 @@ msgstr "<emph>数値</emph> は、エラー確率を決定するために使用
msgctxt ""
"04060181.xhp\n"
"par_id2855615\n"
-"111\n"
"help.text"
msgid "<emph>DegreesFreedom</emph> are the degrees of freedom of the experiment."
msgstr "<emph>自由度</emph> は、実験の自由度です。"
@@ -41415,10 +41442,10 @@ msgid "<emph>Cumulative</emph> can be 0 or False to calculate the probability de
msgstr "<emph>累積</emph> (オプション) は、確率密度関数を計算するためには、0 もしくは False をとります。累積分布関数を計算するためには、その他の値もしくは省略します。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2846787\n"
-"112\n"
"help.text"
msgid "Example"
msgstr "例"
@@ -41427,18 +41454,16 @@ msgstr "例"
msgctxt ""
"04060181.xhp\n"
"par_id2845774\n"
-"113\n"
"help.text"
-msgid "<item type=\"input\">=CHISQ.DIST(3; 2; 0) </item> equals 0.1115650801, the probability density function with 2 degrees of freedom, at x = 3."
+msgid "<item type=\"input\">=CHISQ.DIST(3; 2; 0) </item>equals 0.1115650801, the probability density function with 2 degrees of freedom, at x = 3."
msgstr ""
#: 04060181.xhp
msgctxt ""
"04060181.xhp\n"
"par_id2745774\n"
-"113\n"
"help.text"
-msgid "<item type=\"input\">=CHISQ.DIST(3; 2; 1) </item> equals 0.7768698399, the cumulative chi-square distribution with 2 degrees of freedom, at the value x = 3"
+msgid "<item type=\"input\">=CHISQ.DIST(3; 2; 1) </item>equals 0.7768698399, the cumulative chi-square distribution with 2 degrees of freedom, at the value x = 3"
msgstr ""
#: 04060181.xhp
@@ -41450,10 +41475,10 @@ msgid "<bookmark_value>CHISQ.DIST.RT function</bookmark_value>"
msgstr "<bookmark_value>CHISQ.DIST.RT 関数</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2948690\n"
-"106\n"
"help.text"
msgid "CHISQ.DIST.RT"
msgstr "CHISQ.DIST.RT"
@@ -41463,7 +41488,6 @@ msgstr "CHISQ.DIST.RT"
msgctxt ""
"04060181.xhp\n"
"par_id2956338\n"
-"156\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_CHIVERT_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 "<ahelp hid=\"HID_FUNC_CHIVERT\">仮定によって確認されたカイ二乗分布の確率を返します。</ahelp>CHIDIST は、標本のカイ二乗値を理論上のカイ二乗分布の値と比較し、検定する仮説の危険率を返します。標本のカイ二乗値は、すべての値の (測定値-期待値)^2/期待値で求められます。"
@@ -41473,16 +41497,15 @@ msgstr "<ahelp hid=\"HID_FUNC_CHIVERT\">仮定によって確認されたカイ
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 "CHIDIST で求められる確率は、CHITEST でも求めることができます。CHITEST ではパラメータに標本のカイ二乗ではなく、測定値と期待値を使用します。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2955123\n"
-"108\n"
"help.text"
msgid "Syntax"
msgstr "構文"
@@ -41492,7 +41515,6 @@ msgstr "構文"
msgctxt ""
"04060181.xhp\n"
"par_id2958439\n"
-"109\n"
"help.text"
msgid "CHISQ.DIST.RT(Number; DegreesFreedom)"
msgstr "CHIDIST(数値; 自由度)"
@@ -41502,7 +41524,6 @@ msgstr "CHIDIST(数値; 自由度)"
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 "<emph>数値</emph> は、エラー確率を決定するために使用される無作為標本のカイ二乗値です。"
@@ -41512,25 +41533,24 @@ msgstr "<emph>数値</emph> は、エラー確率を決定するために使用
msgctxt ""
"04060181.xhp\n"
"par_id2955615\n"
-"111\n"
"help.text"
msgid "<emph>DegreesFreedom</emph> are the degrees of freedom of the experiment."
msgstr "<emph>自由度</emph> は、実験の自由度です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2946787\n"
-"112\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2945774\n"
-"113\n"
"help.text"
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 です。"
@@ -41540,17 +41560,17 @@ msgstr "<item type=\"input\">=CHISQ.DIST.RT(13.27; 5)</item> は、0.0209757694
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 "自由度 5 のカイ二乗分布において、カイ二乗値が 13.27 より大きいときに対応する確率は 2% です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"bm_id0119200902231887\n"
"help.text"
-msgid "<bookmark_value>CHISQDIST function</bookmark_value><bookmark_value>chi-square distribution</bookmark_value>"
+msgid "<bookmark_value>CHISQDIST function</bookmark_value> <bookmark_value>chi-square distribution</bookmark_value>"
msgstr "<bookmark_value>CHISQDIST 関数</bookmark_value><bookmark_value>カイ二乗分布</bookmark_value>"
#: 04060181.xhp
@@ -41610,90 +41630,91 @@ msgid "<emph>Cumulative</emph> (optional): 0 or False calculates the probability
msgstr "<emph>累積</emph> (オプション): 0 または False は確率密度関数を計算します。他の値、True、省略は累積分布関数を計算します。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"bm_id3150603\n"
"help.text"
-msgid "<bookmark_value>EXPONDIST function</bookmark_value> <bookmark_value>exponential distributions</bookmark_value>"
+msgid "<bookmark_value>EXPONDIST function</bookmark_value> <bookmark_value>exponential distributions</bookmark_value>"
msgstr "<bookmark_value>EXPONDIST 関数</bookmark_value><bookmark_value>指数分布</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3150603\n"
-"115\n"
"help.text"
msgid "EXPONDIST"
msgstr "EXPONDIST"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149563\n"
-"116\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_EXPONVERT\">Returns the exponential distribution.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_EXPONVERT\">指数分布の値を返します。</ahelp>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3153789\n"
-"117\n"
"help.text"
msgid "Syntax"
msgstr "構文"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3150987\n"
-"118\n"
"help.text"
msgid "EXPONDIST(Number; Lambda; C)"
msgstr "EXPONDIST(数値; ラムダ; C)"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3154663\n"
-"119\n"
"help.text"
msgid "<emph>Number</emph> is the value of the function."
msgstr "<emph>数値</emph> は、関数の値です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3154569\n"
-"120\n"
"help.text"
msgid "<emph>Lambda</emph> is the parameter value."
msgstr "<emph>λ</emph> はパラメーター値です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3147332\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 "<emph>関数形式</emph> に 0 を指定すると密度関数、<emph>関数形式</emph> に 1 を指定すると分布関数の値が返ります。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id3146133\n"
-"122\n"
"help.text"
msgid "Example"
msgstr "例"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3150357\n"
-"123\n"
"help.text"
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 を返します。"
@@ -41704,14 +41725,14 @@ msgctxt ""
"04060181.xhp\n"
"bm_id2950603\n"
"help.text"
-msgid "<bookmark_value>EXPON.DIST function</bookmark_value> <bookmark_value>exponential distributions</bookmark_value>"
+msgid "<bookmark_value>EXPON.DIST function</bookmark_value> <bookmark_value>exponential distributions</bookmark_value>"
msgstr "<bookmark_value>EXPONDIST 関数</bookmark_value><bookmark_value>指数分布</bookmark_value>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2950603\n"
-"115\n"
"help.text"
msgid "EXPON.DIST"
msgstr "EXPON.DIST"
@@ -41721,16 +41742,15 @@ msgstr "EXPON.DIST"
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 "<ahelp hid=\"HID_FUNC_EXPONVERT\">指数分布の値を返します。</ahelp>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2953789\n"
-"117\n"
"help.text"
msgid "Syntax"
msgstr "構文"
@@ -41740,25 +41760,24 @@ msgstr "構文"
msgctxt ""
"04060181.xhp\n"
"par_id2950987\n"
-"118\n"
"help.text"
msgid "EXPON.DIST(Number; Lambda; C)"
msgstr "EXPONDIST(数値; ラムダ; C)"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2954663\n"
-"119\n"
"help.text"
msgid "<emph>Number</emph> is the value of the function."
msgstr "<emph>数値</emph> は、関数の値です。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id2954569\n"
-"120\n"
"help.text"
msgid "<emph>Lambda</emph> is the parameter value."
msgstr "<emph>λ</emph> はパラメーター値です。"
@@ -41768,16 +41787,15 @@ msgstr "<emph>λ</emph> はパラメーター値です。"
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 "<emph>関数形式</emph> に 0 を指定すると密度関数、<emph>関数形式</emph> に 1 を指定すると分布関数の値が返ります。"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"hd_id2946133\n"
-"122\n"
"help.text"
msgid "Example"
msgstr "例"
@@ -41787,7 +41805,6 @@ msgstr "例"
msgctxt ""
"04060181.xhp\n"
"par_id2950357\n"
-"123\n"
"help.text"
msgid "<item type=\"input\">=EXPON.DIST(3;0.5;1)</item> returns 0.7768698399."
msgstr "<item type=\"input\">=EXPONDIST(3;0.5;1)</item> は、0.78 を返します。"
@@ -48490,6 +48507,103 @@ msgid "<item type=\"input\">=FORECAST(50;A1:A50;B1;B50)</item> returns the Y val
msgstr "<item type=\"input\">=FORECAST(50;A1:A50;B1;B50)</item> は、両方の参照の X 値と Y 値が線形トレンドでリンクされている場合の X 値 50 に対して期待される Y 値を返します。"
#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"bm_id3149052\n"
+"help.text"
+msgid "<bookmark_value>regression lines;FORECAST.LINEAR function</bookmark_value> <bookmark_value>extrapolations</bookmark_value> <bookmark_value>FORECAST.LINEAR function</bookmark_value>"
+msgstr "<bookmark_value>回帰線; FORECAST 関数</bookmark_value><bookmark_value>外挿</bookmark_value><bookmark_value>FORECAST 関数</bookmark_value>"
+
+#: 04060185.xhp
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3149052\n"
+"help.text"
+msgid "FORECAST.LINEAR"
+msgstr ""
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3153291\n"
+"21\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_SCHAETZER\">Extrapolates future values based on existing x and y values.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SCHAETZER\">既存の x 値と y 値に基づき、将来値を予測します。</ahelp>"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3151344\n"
+"22\n"
+"help.text"
+msgid "Syntax"
+msgstr "構文"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3147405\n"
+"23\n"
+"help.text"
+msgid "FORECAST(Value; DataY; DataX)"
+msgstr "FORECAST(値; データ Y; データ X)"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3148744\n"
+"24\n"
+"help.text"
+msgid "<emph>Value</emph> is the x value, for which the y value on the linear regression is to be returned."
+msgstr "<emph>値</emph> は x 値で、その値に対応する線形回帰上の y 値が計算されます。"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3146326\n"
+"25\n"
+"help.text"
+msgid "<emph>DataY</emph> is the array or range of known y's."
+msgstr "<emph>データ Y</emph> は、既知の Y の行列または範囲です。"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3150537\n"
+"26\n"
+"help.text"
+msgid "<emph>DataX</emph> is the array or range of known x's."
+msgstr "<emph>データ X</emph> は、既知の X の行列または範囲です。"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"hd_id3147417\n"
+"27\n"
+"help.text"
+msgid "Example"
+msgstr "例"
+
+#: 04060185.xhp
+#, fuzzy
+msgctxt ""
+"04060185.xhp\n"
+"par_id3157875\n"
+"28\n"
+"help.text"
+msgid "<item type=\"input\">=FORECAST.LINEAR(50;A1:A50;B1;B50)</item> returns the Y value expected for the X value of 50 if the X and Y values in both references are linked by a linear trend."
+msgstr "<item type=\"input\">=FORECAST(50;A1:A50;B1;B50)</item> は、両方の参照の X 値と Y 値が線形トレンドでリンクされている場合の X 値 50 に対して期待される Y 値を返します。"
+
+#: 04060185.xhp
msgctxt ""
"04060185.xhp\n"
"bm_id3149143\n"
@@ -53589,12 +53703,12 @@ msgid "Show Sheet"
msgstr "シートを表示する"
#: 05050300.xhp
+#, fuzzy
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
-"2\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\"><emph>表示</emph> コマンドで隠れているシートを表示します。</ahelp></variable>コマンドを呼び出すには、シートを 1 つ選択します。現在のシートは常に選択されます。現在のシート以外のシートを選択するには、<switchinline select=\"sys\"><caseinline select=\"MAC\">(Command)</caseinline><defaultinline>(Ctrl)</defaultinline></switchinline> キーを押しながら、ウィンドウの下にあるそのシート見出しをクリックします。"
#: 05050300.xhp
@@ -53782,12 +53896,13 @@ msgid "Grid"
msgstr "表のグリッド線"
#: 05070500.xhp
+#, fuzzy
msgctxt ""
"05070500.xhp\n"
"par_id3147436\n"
"8\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/checkBTN_GRID\">Prints out the borders of the individual cells as a grid.</ahelp> For the view on screen, make your choice under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"View\"><emph>View</emph></link> - <emph>Grid lines</emph>."
+msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/checkBTN_GRID\">Prints out the borders of the individual cells as a grid.</ahelp> For the view on screen, make your choice under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc</emph> - <link href=\"text/shared/optionen/01060100.xhp\" name=\"View\"><emph>View</emph></link> - <emph>Grid lines</emph>."
msgstr "<ahelp hid=\"modules/scalc/ui/sheetprintpage/checkBTN_GRID\">個々のセルの境界をグリッドとして印刷します。</ahelp>画面上でもグリッドを表示するには <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc</emph> → <link href=\"text/shared/optionen/01060100.xhp\" name=\"View\"><emph>表示</emph></link> → <emph>グリッド線</emph> を選択してチェックボックスをオンにします。"
#: 05070500.xhp
@@ -54614,7 +54729,7 @@ msgctxt ""
"05100000.xhp\n"
"par_id3149438\n"
"help.text"
-msgid "Click the <emph>Fill Format Mode</emph> again to exit this mode."
+msgid "Click the <emph>Fill Format Mode</emph> icon again to exit this mode."
msgstr "このモードを終了するには、<emph>水やりモード</emph> ボタンをもう一度クリックします。"
#: 05100000.xhp
@@ -56677,16 +56792,16 @@ msgctxt ""
"06130000.xhp\n"
"par_idN1066D\n"
"help.text"
-msgid "To view more completions, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab</item> to scroll forward, or <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Tab</item> to scroll backward."
-msgstr "さらに候補を表示する方法として、 <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab</item> キーで次の候補へ、また <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Tab</item>キーで前の候補を表示します。"
+msgid "To view more completions, press <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Tab</item> to scroll forward, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Shift+Tab</item> to scroll backward."
+msgstr ""
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
"par_idN10679\n"
"help.text"
-msgid "To see a list of all available AutoInput text items for the current column, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow</item>."
-msgstr "現在の列で利用可能なすべての入力候補を表示するには、<item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+下矢印</item>を押下します。"
+msgid "To see a list of all available AutoInput text items for the current column, press <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Option</item></caseinline><defaultinline><item type=\"keycode\">Alt</item></defaultinline></switchinline><item type=\"keycode\">+Down Arrow</item>."
+msgstr ""
#: 06130000.xhp
msgctxt ""
@@ -57706,12 +57821,13 @@ msgid "<link href=\"text/shared/02/12090000.xhp\" name=\"Default filter\">Defaul
msgstr "<link href=\"text/shared/02/12090000.xhp\" name=\"標準フィルター\">標準フィルター</link>"
#: 12040201.xhp
+#, fuzzy
msgctxt ""
"12040201.xhp\n"
"tit\n"
"help.text"
-msgid "More"
-msgstr "詳細"
+msgid "Options"
+msgstr "オプション"
#: 12040201.xhp
msgctxt ""
@@ -57804,12 +57920,13 @@ msgid "Regular expression"
msgstr "正規表現"
#: 12040201.xhp
+#, fuzzy
msgctxt ""
"12040201.xhp\n"
"par_id3152576\n"
"12\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/advancedfilterdialog/regexp\">Allows you to use wildcards in the filter definition.</ahelp> For a list of the regular expressions that $[officename] supports, click <link href=\"text/shared/01/02100001.xhp\" name=\"here\">here</link>."
+msgid "<ahelp hid=\"modules/scalc/ui/advancedfilterdialog/regexp\">Allows you to use regular expressions in the filter definition.</ahelp> For a list of the regular expressions that $[officename] supports, click <link href=\"text/shared/01/02100001.xhp\" name=\"here\">here</link>."
msgstr "<ahelp hid=\"modules/scalc/ui/advancedfilterdialog/regexp\">フィルター定義中にワイルドカードを使用できます。</ahelp>$[officename] が支援する正規表現のリストについては、<link href=\"text/shared/01/02100001.xhp\" name=\"here\">ここ</link>をクリックしてください。"
#: 12040201.xhp
@@ -58577,13 +58694,13 @@ msgid "<ahelp hid=\"modules/scalc/ui/consolidatedialog/add\">Adds the cell range
msgstr "<ahelp hid=\"modules/scalc/ui/consolidatedialog/add\">入力ボックス <emph>ソースデータの範囲</emph> で指定したセル範囲を <emph>統合の範囲</emph> リストボックスに追加します。</ahelp>"
#: 12070000.xhp
+#, fuzzy
msgctxt ""
"12070000.xhp\n"
"hd_id3148630\n"
-"19\n"
"help.text"
-msgid "More >>"
-msgstr "詳細>>"
+msgid "Options"
+msgstr "オプション"
#: 12070000.xhp
msgctxt ""
@@ -58693,13 +58810,13 @@ msgid "<ahelp hid=\"modules/scalc/ui/consolidatedialog/refs\" visibility=\"visib
msgstr "<ahelp hid=\"modules/scalc/ui/consolidatedialog/refs\" visibility=\"visible\">統合した範囲のデータをソースデータにリンクします。すると、統合した範囲のデータはソースデータが変更されると自動的に更新されます。</ahelp>"
#: 12070100.xhp
+#, fuzzy
msgctxt ""
"12070100.xhp\n"
"hd_id3163708\n"
-"10\n"
"help.text"
-msgid "More <<"
-msgstr "詳細<<"
+msgid "Options"
+msgstr "オプション"
#: 12070100.xhp
msgctxt ""
@@ -59456,12 +59573,13 @@ msgid "Selection"
msgstr "選択"
#: 12090101.xhp
+#, fuzzy
msgctxt ""
"12090101.xhp\n"
"par_id3125863\n"
"4\n"
"help.text"
-msgid "<ahelp hid=\".\">You can only select databases that are registered in %PRODUCTNAME.</ahelp> To register a data source, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base - Databases</emph>."
+msgid "<ahelp hid=\".\">You can only select databases that are registered in %PRODUCTNAME.</ahelp> To register a data source, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Base - Databases</emph>."
msgstr "<ahelp hid=\".\">%PRODUCTNAME に登録したデータベースだけを選択できます。</ahelp>データソースを登録するには <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Base → データベース</emph> を選択します。"
#: 12090101.xhp
@@ -60182,7 +60300,7 @@ msgctxt ""
"par_id3151245\n"
"8\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"visible\">Allows you to use wildcards in the filter definition.</ahelp>"
+msgid "<ahelp hid=\".\" visibility=\"visible\">Allows you to use regular expressions in the filter definition.</ahelp>"
msgstr ""
#: 12090104.xhp
@@ -61919,14 +62037,6 @@ msgid "Examples Dataset for Statistical Functions"
msgstr ""
#: ex_data_stat_func.xhp
-msgctxt ""
-"ex_data_stat_func.xhp\n"
-"hd_id182061916311770\n"
-"help.text"
-msgid "Examples Dataset for a family of the AVERAGE"
-msgstr ""
-
-#: ex_data_stat_func.xhp
#, fuzzy
msgctxt ""
"ex_data_stat_func.xhp\n"
@@ -62023,6 +62133,368 @@ msgctxt ""
msgid "not"
msgstr ""
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"tit\n"
+"help.text"
+msgid "embedded text for exponential smoothing"
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0403201618694534\n"
+"help.text"
+msgid "Exponential Smoothing is a method to smooth real values in time series in order to forecast probable future values."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0403201618694535\n"
+"help.text"
+msgid "Exponential Triple Smoothing (ETS) is a set of algorithms in which both trend and periodical (seasonal) influences are processed. Exponential Double Smoothing (EDS) is an algorithm like ETS, but without the periodical influences. EDS produces linear forecasts."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0403201618694537\n"
+"help.text"
+msgid "See the <link href=\"http://en.wikipedia.org/wiki/Exponential_smoothing\">Wikipedia on Exponential smoothing algorithms</link> for more information."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0403201618594534\n"
+"help.text"
+msgid "<emph>target (mandatory):</emph> A date, time or numeric single value or range. The data point/range for which to calculate a forecast."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id040320161859459\n"
+"help.text"
+msgid "<emph>values (mandatory):</emph> A numeric array or range. <emph>values</emph> are the historical values, for which you want to forecast the next points."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0403201618594553\n"
+"help.text"
+msgid "<emph>timeline (mandatory):</emph> A numeric array or range. The time line (x-value) range for the historical values."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id040320161859450\n"
+"help.text"
+msgid "The time line doesn't have to to be sorted, the functions will sort it for calculations. <br/>The time line values must have a consistent step between them. <br/>If a constant step can't be identified in the sorted time line, the functions will return the #NUM! error. <br/>If the ranges of the time line and historical values aren't of same size, the functions will return the #N/A error.<br/>If the time line contains less than 2 periods of data, the functions will return the #VALUE! Error."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0403201618594513\n"
+"help.text"
+msgid "<emph>data_completion (optional):</emph> a logical value TRUE or FALSE, a numeric 1 or 0, default is 1 (TRUE). A value of 0 (FALSE) will add missing data points with zero as historical value. A value of 1 (TRUE) will add missing data points by interpolating between the neighboring data points."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0403201618594678\n"
+"help.text"
+msgid "Although the time line requires a constant step between data points, the function support up to 30% missing data points, and will add these data points."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0403201618594650\n"
+"help.text"
+msgid "<emph>aggregation (optional):</emph> A numeric value from 1 to 7, with default 1. The aggregation parameter is a numeric value indicating which method will be used:"
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0403201618594696\n"
+"help.text"
+msgid "Aggregation"
+msgstr ""
+
+#: exponsmooth_embd.xhp
+#, fuzzy
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id040320161859464\n"
+"help.text"
+msgid "Function"
+msgstr "関数"
+
+#: exponsmooth_embd.xhp
+#, fuzzy
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0403201618594636\n"
+"help.text"
+msgid "AVERAGE"
+msgstr "AVERAGE"
+
+#: exponsmooth_embd.xhp
+#, fuzzy
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0403201618594692\n"
+"help.text"
+msgid "COUNT"
+msgstr "COUNT"
+
+#: exponsmooth_embd.xhp
+#, fuzzy
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0403201618594633\n"
+"help.text"
+msgid "COUNTA"
+msgstr "COUNTA"
+
+#: exponsmooth_embd.xhp
+#, fuzzy
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id040320161859460\n"
+"help.text"
+msgid "MAX"
+msgstr "MAX"
+
+#: exponsmooth_embd.xhp
+#, fuzzy
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0403201618594658\n"
+"help.text"
+msgid "MEDIAN"
+msgstr "MEDIAN"
+
+#: exponsmooth_embd.xhp
+#, fuzzy
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0403201618594671\n"
+"help.text"
+msgid "MIN"
+msgstr "MIN"
+
+#: exponsmooth_embd.xhp
+#, fuzzy
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0403201618594639\n"
+"help.text"
+msgid "SUM"
+msgstr "SUM"
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0403201618595033\n"
+"help.text"
+msgid "Although the time line requires a constant step between data points, the functions will aggregate multiple points which have the same time stamp."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0503201619582693\n"
+"help.text"
+msgid "<emph>stat_type (mandatory)</emph>: A numerical value from 1 to 9. A value indicating which statistic will be returned for the given values and x-range."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0503201619582620\n"
+"help.text"
+msgid "The following statistics can be returned:"
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0503201619582666\n"
+"help.text"
+msgid "stat_type"
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id050320161958264\n"
+"help.text"
+msgid "Statistics"
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0503201619582658\n"
+"help.text"
+msgid "Alpha smoothing parameter of ETS algorithm (base)"
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0503201619582673\n"
+"help.text"
+msgid "Gamma smoothing parameter of ETS algorithm (trend)"
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0503201619582780\n"
+"help.text"
+msgid "Beta smoothing parameter of ETS algorithm (periodic deviation)"
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0503201619582795\n"
+"help.text"
+msgid "Mean absolute scaled error (MASE) - a measure of the accuracy of forecasts."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0503201619582749\n"
+"help.text"
+msgid "Symmetric mean absolute percentage error (SMAPE) - an accuracy measure based on percentage errors."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0503201619582725\n"
+"help.text"
+msgid "Mean absolute error (MAE) – a measure of the accuracy of forecasts."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0503201619582750\n"
+"help.text"
+msgid "Root mean squared error (RMSE) - a measure of the differences between predicted and observed values."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0503201619582771\n"
+"help.text"
+msgid "Step size detected time line (x-range). When a stepsize in months/quarters/years is detected, the stepsize is in months, otherwise the stepsize is in days in case of date(time) timeline and numeric in other cases."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0503201619582717\n"
+"help.text"
+msgid "Number of samples in period – this is the same as argument <emph>period_length</emph>, or the calculated number in case of argument <emph>period_length</emph> being 1."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0503201619582665\n"
+"help.text"
+msgid "<emph>confidence (mandatory)</emph>: A numeric value between 0 and 1 (exclusive), default is 0.95. A value indicating a confidence level for the calculated prediction interval."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0503201619582644\n"
+"help.text"
+msgid "With values <= 0 or >= 1, the functions will return the #NUM! Error."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0603201609412381\n"
+"help.text"
+msgid "<emph>period_length (optional)</emph>: A numeric value >= 0, the default is 1. A positive integer indicating the number of samples in a period."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0603201609412399\n"
+"help.text"
+msgid "A value of 1 indicates that Calc is to determine the number of samples in a period automatically. <br/>A value of 0 indicates no periodic effects, a forecast is calculated with EDS algorithms. <br/>For all other positive values, forecasts are calculated with ETS algorithms.<br/>For values that not being a positive whole number, the functions will return the #NUM! Error."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0603201608440579\n"
+"help.text"
+msgid "forecast = basevalue + trend * ∆x + periodical_abberation."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0603201608440675\n"
+"help.text"
+msgid "forecast = ( basevalue + trend * ∆x ) * periodical_abberation."
+msgstr ""
+
+#: exponsmooth_embd.xhp
+#, fuzzy
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"hd_id0603201610005796\n"
+"help.text"
+msgid "Examples"
+msgstr "例"
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"hd_id0603201610005723\n"
+"help.text"
+msgid "The table below contains a timeline and its associated values:"
+msgstr ""
+
+#: exponsmooth_embd.xhp
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0903201610312235\n"
+"help.text"
+msgid "Timeline"
+msgstr ""
+
+#: exponsmooth_embd.xhp
+#, fuzzy
+msgctxt ""
+"exponsmooth_embd.xhp\n"
+"par_id0903201610312228\n"
+"help.text"
+msgid "Values"
+msgstr "Value"
+
#: format_graphic.xhp
msgctxt ""
"format_graphic.xhp\n"
@@ -62618,7 +63090,7 @@ msgctxt ""
"func_aggregate.xhp\n"
"par_id2309201520064180\n"
"help.text"
-msgid "<item type=\"input\">=AGGREGATE(9;5;A5:C5)</item><br/>Returns sum for the range A5:C5 =29, even if the some of the columns are hidden."
+msgid "<item type=\"input\">=AGGREGATE(9;5;A5:C5)</item><br/>Returns sum for the range A5:C5 =29, even if some of the columns are hidden."
msgstr ""
#: func_aggregate.xhp
@@ -62741,7 +63213,7 @@ msgctxt ""
"func_averageif.xhp\n"
"par_id24499731228013\n"
"help.text"
-msgid "<emph>Criterion</emph> – required argument. A condition in the form of expression or a cell reference with expression that defines what cells should be used to calculate the mean. The expression can contain text, numbers or regular expressions."
+msgid "<emph>Criterion</emph> – required argument. A condition in the form of expression or a cell reference with expression that defines what cells should be used to calculate the mean. The expression can contain text, numbers, regular expressions (if enabled in calculation options) or wildcards (if enabled in calculation options)."
msgstr ""
#: func_averageif.xhp
@@ -62933,7 +63405,7 @@ msgctxt ""
"func_averageif.xhp\n"
"par_id26959239098104\n"
"help.text"
-msgid "The function searches what cells from the range A2:A6 begin with “pen” ending with any quantity of other symbols, and calculates the average of corresponding values from the B2:B6 range. Returns 27.5, because now also “pencil” satisfies the condition, and both, first and second rows participate in the calculation."
+msgid "The function searches what cells from the range A2:A6 begin with “pen” ending with any quantity of other characters, and calculates the average of corresponding values from the B2:B6 range. Returns 27.5, because now also “pencil” satisfies the condition, and both, first and second rows participate in the calculation."
msgstr ""
#: func_averageif.xhp
@@ -62950,7 +63422,7 @@ msgctxt ""
"func_averageif.xhp\n"
"par_id227041304619482\n"
"help.text"
-msgid "The function searches what cells from the range A2:A6 contain “book” starting and ending with any quantity of other symbols, and calculates the average of corresponding values from the B2:B6 range. Returns 18.5, because only third and fourth rows participate in the calculation."
+msgid "The function searches what cells from the range A2:A6 contain “book” starting and ending with any quantity of other characters, and calculates the average of corresponding values from the B2:B6 range. Returns 18.5, because only third and fourth rows participate in the calculation."
msgstr ""
#: func_averageif.xhp
@@ -62983,7 +63455,7 @@ msgctxt ""
"func_averageif.xhp\n"
"par_id172572288310247\n"
"help.text"
-msgid "The function searches what cells from the range A2:A6 contain a combination of symbols specified in E2 starting and ending with any quantity of other symbols, and calculates the average of corresponding values from the B2:B6 range. If E2 = book, the function returns 18.5."
+msgid "The function searches what cells from the range A2:A6 contain a combination of characters specified in E2 starting and ending with any quantity of other characters, and calculates the average of corresponding values from the B2:B6 range. If E2 = book, the function returns 18.5."
msgstr ""
#: func_averageif.xhp
@@ -62992,7 +63464,7 @@ msgctxt ""
"func_averageif.xhp\n"
"par_id316901523627285\n"
"help.text"
-msgid "<item type=\"input\">=AVERAGEIF(A2:A6;\"<\"&E2;B2:B6)</item>"
+msgid "<item type=\"input\">=AVERAGEIF(B2:B6;\"<\"&E2;C2:C6)</item>"
msgstr "<item type=\"input\">=AVERAGE(A1:A50)</item>"
#: func_averageif.xhp
@@ -63000,7 +63472,7 @@ msgctxt ""
"func_averageif.xhp\n"
"par_id302181300528607\n"
"help.text"
-msgid "The function searches what cells from the range A2:A6 are less than the value specified in E2, and calculates the average of corresponding values from the B2:B6 range. If E2 = 35, the function returns 145."
+msgid "The function searches what cells from the range B2:B6 are less than the value specified in E2, and calculates the average of corresponding values from the C2:C6 range. If E2 = 35, the function returns 145."
msgstr ""
#: func_averageif.xhp
@@ -63083,7 +63555,7 @@ msgctxt ""
"func_averageifs.xhp\n"
"par_id115612745015792\n"
"help.text"
-msgid "<emph>Criterion1</emph> – required argument. A condition in the form of expression or a cell reference to expression that defines what cells should be used to calculate the mean. The expression can contain text, numbers or regular expressions."
+msgid "<emph>Criterion1</emph> – required argument. A condition in the form of expression or a cell reference to expression that defines what cells should be used to calculate the mean. The expression can contain text, numbers, regular expressions (if enabled in calculation options) or wildcards (if enabled in calculation options)."
msgstr ""
#: func_averageifs.xhp
@@ -63248,6 +63720,95 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/04060184.xhp#average\">AVERAGE</link>, <link href=\"text/scalc/01/04060184.xhp#averagea\">AVERAGEA</link>, <embedvar href=\"text/scalc/01/func_averageif.xhp#averageif_head\"/>, <embedvar href=\"text/scalc/01/func_sumifs.xhp#sumifs_head\"/>, <embedvar href=\"text/scalc/01/func_countifs.xhp#countifs_head\"/> <link href=\"text/scalc/01/04060184.xhp#max\">MAX</link>, <link href=\"text/scalc/01/04060184.xhp#min\">MIN</link>"
msgstr ""
+#: func_color.xhp
+msgctxt ""
+"func_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "COLOR function"
+msgstr ""
+
+#: func_color.xhp
+msgctxt ""
+"func_color.xhp\n"
+"bm_id1102201617201921\n"
+"help.text"
+msgid "<bookmark_value>Color;numerical value</bookmark_value> <bookmark_value>Color;calculating in spreadsheet</bookmark_value> <bookmark_value>COLOR function</bookmark_value>"
+msgstr ""
+
+#: func_color.xhp
+#, fuzzy
+msgctxt ""
+"func_color.xhp\n"
+"hd_id456845684568\n"
+"help.text"
+msgid "<variable id=\"color_head\"><link href=\"text/scalc/01/func_color.xhp\">COLOR</link></variable>"
+msgstr "<variable id=\"hour\"><link href=\"text/scalc/01/func_hour.xhp\">HOUR</link></variable>"
+
+#: func_color.xhp
+msgctxt ""
+"func_color.xhp\n"
+"par_id1102201617001848\n"
+"help.text"
+msgid "<ahelp hid=\".\">Return a numeric value calculated by a combination of three colors (red, green and blue) and the alpha channel, in the RGBA color system.</ahelp>The result depends on the color system used by your computer."
+msgstr ""
+
+#: func_color.xhp
+msgctxt ""
+"func_color.xhp\n"
+"par_id27421466710275\n"
+"help.text"
+msgid "COLOR(Red; Green; Blue; Alpha)"
+msgstr ""
+
+#: func_color.xhp
+msgctxt ""
+"func_color.xhp\n"
+"par_id242131304318587\n"
+"help.text"
+msgid "<emph>Red, Green and Blue</emph> – required arguments. The value for the red, green and blue components of the color. The values must be between 0 and 255. Zero means no color component and 255 means full color component."
+msgstr ""
+
+#: func_color.xhp
+msgctxt ""
+"func_color.xhp\n"
+"par_id242131304315587\n"
+"help.text"
+msgid "<emph>Alpha</emph> – optional argument. The value for the alpha channel or alpha composite. Alpha is a integer value between 0 and 255. The value of zero for alpha means the color is fully transparent, whereas a value of 255 in the alpha channel gives a fully opaque color."
+msgstr ""
+
+#: func_color.xhp
+msgctxt ""
+"func_color.xhp\n"
+"par_id1102201617001888\n"
+"help.text"
+msgid "<item type=\"literal\">COLOR(255;255;255;1)</item> returns 33554431"
+msgstr ""
+
+#: func_color.xhp
+msgctxt ""
+"func_color.xhp\n"
+"par_id1102201618185378\n"
+"help.text"
+msgid "<item type=\"literal\">COLOR(0;0;255;0)</item> returns 255"
+msgstr ""
+
+#: func_color.xhp
+msgctxt ""
+"func_color.xhp\n"
+"par_id1102201618185326\n"
+"help.text"
+msgid "<item type=\"literal\">COLOR(0;0;255;255)</item> returns 4278190335"
+msgstr ""
+
+#: func_color.xhp
+msgctxt ""
+"func_color.xhp\n"
+"par_id1102201618188326\n"
+"help.text"
+msgid "<item type=\"literal\">COLOR(0;0;400;0)</item> returns Err:502 (Invalid argument) because the blue value is greater than 255."
+msgstr ""
+
#: func_countifs.xhp
msgctxt ""
"func_countifs.xhp\n"
@@ -63311,7 +63872,7 @@ msgctxt ""
"func_countifs.xhp\n"
"par_id23526994221948\n"
"help.text"
-msgid "<emph>Criterion1</emph> – required argument. A condition in the form of expression or a cell reference to expression that defines what cells should be used for counting. The expression can contain text, numbers or regular expressions."
+msgid "<emph>Criterion1</emph> – required argument. A condition in the form of expression or a cell reference to expression that defines what cells should be used for counting. The expression can contain text, numbers, regular expressions (if enabled in calculation options) or wildcards (if enabled in calculation options)."
msgstr ""
#: func_countifs.xhp
@@ -63343,7 +63904,7 @@ msgctxt ""
"func_countifs.xhp\n"
"par_id16654883224356\n"
"help.text"
-msgid "If a cell contains TRUE, it is treated as 1, if a cell contains FALSE – as 0 (zero).<br/>If ranges for arguments <emph>Range</emph> have unequal sizes, the function returns err:502."
+msgid "If a cell contains TRUE, it is treated as 1, if a cell contains FALSE – as 0 (zero).<br/>If ranges for arguments <emph>Range</emph> and <emph>Criterion</emph> have unequal sizes, the function returns err:502."
msgstr ""
#: func_countifs.xhp
@@ -63552,8 +64113,8 @@ msgctxt ""
"par_id3153222\n"
"174\n"
"help.text"
-msgid "In <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General </item>you can set from which year a two-digit number entry is recognized as 20xx."
-msgstr "<item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → 全般</item> で、 2 桁の数字入力が 20xx として認識される年を設定できます。"
+msgid "In <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - $[officename] - General </item>you can set from which year a two-digit number entry is recognized as 20xx."
+msgstr ""
#: func_date.xhp
msgctxt ""
@@ -64448,12 +65009,13 @@ msgid "<variable id=\"eomonth\"><link href=\"text/scalc/01/func_eomonth.xhp\">EO
msgstr "<variable id=\"eomonth\"><link href=\"text/scalc/01/func_eomonth.xhp\">EOMONTH</link></variable>"
#: func_eomonth.xhp
+#, fuzzy
msgctxt ""
"func_eomonth.xhp\n"
"par_id3152766\n"
"232\n"
"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_EOMONTH\">Returns the date of the last day of a month which falls m<emph>onths</emph> away from the s<emph>tart date</emph>.</ahelp>"
+msgid "<ahelp hid=\"HID_AAI_FUNC_EOMONTH\">Returns the date of the last day of a month which falls months away from the start date.</ahelp>"
msgstr "<ahelp hid=\"HID_AAI_FUNC_EOMONTH\"><emph>開始日</emph>から<emph>何か月</emph>も離れた月の最終日の日付を返します。</ahelp>"
#: func_eomonth.xhp
@@ -64775,6 +65337,724 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/04060104.xhp#iserror\">ISERROR</link>, <link href=\"text/scalc/01/04060104.xhp#na\">NA</link>, <link href=\"text/scalc/01/04060104.xhp#Section4\">IF</link>"
msgstr ""
+#: func_forecastetsadd.xhp
+msgctxt ""
+"func_forecastetsadd.xhp\n"
+"tit\n"
+"help.text"
+msgid "FORECAST.ETS.ADD"
+msgstr ""
+
+#: func_forecastetsadd.xhp
+#, fuzzy
+msgctxt ""
+"func_forecastetsadd.xhp\n"
+"bm_id976559765597655\n"
+"help.text"
+msgid "<bookmark_value>FORECAST.ETS.ADD function</bookmark_value>"
+msgstr "<bookmark_value>CONCATENATE 関数</bookmark_value>"
+
+#: func_forecastetsadd.xhp
+msgctxt ""
+"func_forecastetsadd.xhp\n"
+"hd_id0603201610022291\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/func_forecastetsadd.xhp\">FORECAST.ETS.ADD function</link>"
+msgstr ""
+
+#: func_forecastetsadd.xhp
+msgctxt ""
+"func_forecastetsadd.xhp\n"
+"par_id0603201610023949\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FORECAST_ETS_ADD\">Calculates forecast(s) (future values) based on the historical data using ETS or EDS algorithms</ahelp>. EDS is used when argument <emph>period_length</emph> is 0, otherwise ETS is used."
+msgstr ""
+
+#: func_forecastetsadd.xhp
+msgctxt ""
+"func_forecastetsadd.xhp\n"
+"par_id0603201608440530\n"
+"help.text"
+msgid "FORECAST.ETS.ADD calculates with the model"
+msgstr ""
+
+#: func_forecastetsadd.xhp
+#, fuzzy
+msgctxt ""
+"func_forecastetsadd.xhp\n"
+"hd_id0403201618594554\n"
+"help.text"
+msgid "Syntax"
+msgstr "構文"
+
+#: func_forecastetsadd.xhp
+msgctxt ""
+"func_forecastetsadd.xhp\n"
+"par_id0403201618594544\n"
+"help.text"
+msgid "FORECAST.ETS.ADD(targets, values, timeline, [period_length], [data_completion], [aggregation])"
+msgstr ""
+
+#: func_forecastetsadd.xhp
+msgctxt ""
+"func_forecastetsadd.xhp\n"
+"hd_id04032016185123\n"
+"help.text"
+msgid "=FORECAST.ETS.ADD(DATE(2014;1;1);Values;Timeline;1;TRUE();1)"
+msgstr ""
+
+#: func_forecastetsadd.xhp
+msgctxt ""
+"func_forecastetsadd.xhp\n"
+"hd_id04032016112394554\n"
+"help.text"
+msgid "Returns 157.166666666667, the additive forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with one sample per period, no missing data, and AVERAGE as aggregation."
+msgstr ""
+
+#: func_forecastetsadd.xhp
+msgctxt ""
+"func_forecastetsadd.xhp\n"
+"hd_id04032123185123\n"
+"help.text"
+msgid "=FORECAST.ETS.ADD(DATE(2014;1;1);Values;Timeline;4;TRUE();7)"
+msgstr ""
+
+#: func_forecastetsadd.xhp
+msgctxt ""
+"func_forecastetsadd.xhp\n"
+"hd_id040312316112394554\n"
+"help.text"
+msgid "Returns 113.251442038722, the additive forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with period length of 4, no missing data, and SUM as aggregation."
+msgstr ""
+
+#: func_forecastetsadd.xhp
+msgctxt ""
+"func_forecastetsadd.xhp\n"
+"par_id0603201619261276\n"
+"help.text"
+msgid "See also : <link href=\"text/scalc/01/func_forecastetsmult.xhp\">FORECAST.ETS.MULT</link>, <link href=\"text/scalc/01/func_forecastetsstatadd.xhp\">FORECAST.ETS.STAT.ADD</link>, <link href=\"text/scalc/01/func_forecastetsstatmult.xhp\">FORECAST.ETS.STAT.MULT</link>, <link href=\"text/scalc/01/func_forecastetspiadd.xhp\">FORECAST.ETS.PI.ADD</link>, <link href=\"text/scalc/01/func_forecastetspimult.xhp\">FORECAST.ETS.PI.MULT</link>, <link href=\"text/scalc/01/func_forecastetsseason.xhp\">FORECAST.ETS.SEASONALITY</link>, <link href=\"text/scalc/01/04060185.xhp#forecast\">FORECAST</link>, <link href=\"text/scalc/01/04060185.xhp#forecastlinear\">FORECAST.LINEAR</link>"
+msgstr ""
+
+#: func_forecastetsmult.xhp
+msgctxt ""
+"func_forecastetsmult.xhp\n"
+"tit\n"
+"help.text"
+msgid "FORECAST.ETS.MULT"
+msgstr ""
+
+#: func_forecastetsmult.xhp
+#, fuzzy
+msgctxt ""
+"func_forecastetsmult.xhp\n"
+"bm_id976559765597655\n"
+"help.text"
+msgid "<bookmark_value>FORECAST.ETS.MULT function</bookmark_value>"
+msgstr "<bookmark_value>EASTERSUNDAY 関数</bookmark_value>"
+
+#: func_forecastetsmult.xhp
+msgctxt ""
+"func_forecastetsmult.xhp\n"
+"hd_id0603201610022291\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/func_forecastetsmult.xhp\"> FORECAST.ETS.MULT Function</link>"
+msgstr ""
+
+#: func_forecastetsmult.xhp
+msgctxt ""
+"func_forecastetsmult.xhp\n"
+"par_id0603201610023949\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FORECAST_ETS_MULT\">Calculates additive forecast(s) (future values) based on the historical data using ETS or EDS algorithms</ahelp>. EDS is used when argument <emph>period_length</emph> is 0, otherwise ETS is used."
+msgstr ""
+
+#: func_forecastetsmult.xhp
+msgctxt ""
+"func_forecastetsmult.xhp\n"
+"par_id0603201608440530\n"
+"help.text"
+msgid "FORECAST.ETS.MULT calculates with the model"
+msgstr ""
+
+#: func_forecastetsmult.xhp
+#, fuzzy
+msgctxt ""
+"func_forecastetsmult.xhp\n"
+"hd_id0403201618594554\n"
+"help.text"
+msgid "Syntax"
+msgstr "構文"
+
+#: func_forecastetsmult.xhp
+msgctxt ""
+"func_forecastetsmult.xhp\n"
+"par_id0403201618594544\n"
+"help.text"
+msgid "FORECAST.ETS.MULT(targets, values, timeline, [period_length], [data_completion], [aggregation])"
+msgstr ""
+
+#: func_forecastetsmult.xhp
+msgctxt ""
+"func_forecastetsmult.xhp\n"
+"hd_id04032016185123\n"
+"help.text"
+msgid "=FORECAST.ETS.MULT(DATE(2014;1;1);Values;Timeline;1;TRUE();1)"
+msgstr ""
+
+#: func_forecastetsmult.xhp
+msgctxt ""
+"func_forecastetsmult.xhp\n"
+"hd_id04032016112394554\n"
+"help.text"
+msgid "Returns 131.71437427439, the multiplicative forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with one sample per period, no missing data, and AVERAGE as aggregation."
+msgstr ""
+
+#: func_forecastetsmult.xhp
+msgctxt ""
+"func_forecastetsmult.xhp\n"
+"hd_id04032123185123\n"
+"help.text"
+msgid "=FORECAST.ETS.MULT(DATE(2014;1;1);Values;Timeline;4;TRUE();7)"
+msgstr ""
+
+#: func_forecastetsmult.xhp
+msgctxt ""
+"func_forecastetsmult.xhp\n"
+"hd_id040312316112394554\n"
+"help.text"
+msgid "Returns 120.747806144882, the multiplicative forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with period length of 4, no missing data, and SUM as aggregation."
+msgstr ""
+
+#: func_forecastetsmult.xhp
+msgctxt ""
+"func_forecastetsmult.xhp\n"
+"par_id0603201619261276\n"
+"help.text"
+msgid "See also: <link href=\"text/scalc/01/func_forecastetsadd.xhp\">FORECAST.ETS.ADD</link>, <link href=\"text/scalc/01/func_forecastetsstatadd.xhp\">FORECAST.ETS.STAT.ADD</link>, <link href=\"text/scalc/01/func_forecastetsstatmult.xhp\">FORECAST.ETS.STAT.MULT</link>, <link href=\"text/scalc/01/func_forecastetspiadd.xhp\">FORECAST.ETS.PI.ADD</link>, <link href=\"text/scalc/01/func_forecastetspimult.xhp\">FORECAST.ETS.PI.MULT</link>, <link href=\"text/scalc/01/func_forecastetsseason.xhp\">FORECAST.ETS.SEASONALITY</link>, <link href=\"text/scalc/01/04060185.xhp#forecast\">FORECAST</link>, <link href=\"text/scalc/01/04060185.xhp#forecastlinear\">FORECAST.LINEAR</link>"
+msgstr ""
+
+#: func_forecastetspiadd.xhp
+msgctxt ""
+"func_forecastetspiadd.xhp\n"
+"tit\n"
+"help.text"
+msgid "FORECAST.ETS.PI.ADD"
+msgstr ""
+
+#: func_forecastetspiadd.xhp
+#, fuzzy
+msgctxt ""
+"func_forecastetspiadd.xhp\n"
+"bm_id976559765597655\n"
+"help.text"
+msgid "<bookmark_value>FORECAST.ETS.PI.ADD function</bookmark_value>"
+msgstr "<bookmark_value>EASTERSUNDAY 関数</bookmark_value>"
+
+#: func_forecastetspiadd.xhp
+msgctxt ""
+"func_forecastetspiadd.xhp\n"
+"hd_id0603201617134175\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/func_forecastetspiadd.xhp\">FORECAST.ETS.PI.ADD function</link>"
+msgstr ""
+
+#: func_forecastetspiadd.xhp
+msgctxt ""
+"func_forecastetspiadd.xhp\n"
+"par_id0603201617141750\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FORECAST_ETS_PIA\">Calculates Prediction Interval(s) based on the historical data using ETS or EDS algorithms.</ahelp>. EDS is used when argument <emph>period_length</emph> is 0, otherwise ETS is used."
+msgstr ""
+
+#: func_forecastetspiadd.xhp
+msgctxt ""
+"func_forecastetspiadd.xhp\n"
+"par_id0603201610005998\n"
+"help.text"
+msgid "FORECAST.ETS.PI.ADD calculates with the model"
+msgstr ""
+
+#: func_forecastetspiadd.xhp
+#, fuzzy
+msgctxt ""
+"func_forecastetspiadd.xhp\n"
+"hd_id0603201610005973\n"
+"help.text"
+msgid "Syntax"
+msgstr "構文"
+
+#: func_forecastetspiadd.xhp
+msgctxt ""
+"func_forecastetspiadd.xhp\n"
+"par_id0603201610010044\n"
+"help.text"
+msgid "FORECAST.ETS.PI.ADD(target, values, timeline, [confidence], [period_length], [completion], [aggregation])"
+msgstr ""
+
+#: func_forecastetspiadd.xhp
+msgctxt ""
+"func_forecastetspiadd.xhp\n"
+"par_id0403201618595126\n"
+"help.text"
+msgid "For example, with a 90% Confidence level, a 90% prediction interval will be computed (90% of future points are to fall within this radius from forecast)."
+msgstr ""
+
+#: func_forecastetspiadd.xhp
+msgctxt ""
+"func_forecastetspiadd.xhp\n"
+"par_id0403201618595143\n"
+"help.text"
+msgid "Note on Prediction Intervals: there is no exact mathematical way to calculate this for forecasts, there are various approximations. Prediction Intervals tend to be increasingly 'over-optimistic' with increasing distance of the forecast-X to the observation data set."
+msgstr ""
+
+#: func_forecastetspiadd.xhp
+msgctxt ""
+"func_forecastetspiadd.xhp\n"
+"par_id0403201618595150\n"
+"help.text"
+msgid "For ETS, Calc uses an approximation based on 1000 calculations with random variations within the standard deviation of the observation data set (the historical values)."
+msgstr ""
+
+#: func_forecastetspiadd.xhp
+msgctxt ""
+"func_forecastetspiadd.xhp\n"
+"hd_id04032016185123\n"
+"help.text"
+msgid "=FORECAST.ETS.PI.ADD(DATE(2014;1;1);Values;Timeline;0,9;1;TRUE();1)"
+msgstr ""
+
+#: func_forecastetspiadd.xhp
+msgctxt ""
+"func_forecastetspiadd.xhp\n"
+"hd_id04032016112394554\n"
+"help.text"
+msgid "Returns 18.8061295551355, the the additive prediction interval forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with one sample per period, no missing data, and AVERAGE as aggregation."
+msgstr ""
+
+#: func_forecastetspiadd.xhp
+msgctxt ""
+"func_forecastetspiadd.xhp\n"
+"hd_id04032123185123\n"
+"help.text"
+msgid "=FORECAST.ETS.PI.ADD(DATE(2014;1;1);Values;Timeline;0.8;4;TRUE();7)"
+msgstr ""
+
+#: func_forecastetspiadd.xhp
+msgctxt ""
+"func_forecastetspiadd.xhp\n"
+"hd_id040312316112394554\n"
+"help.text"
+msgid "Returns 23.4416821953741, the additive prediction interval forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with confidence level of 0.8, period length of 4, no missing data, and SUM as aggregation."
+msgstr ""
+
+#: func_forecastetspiadd.xhp
+msgctxt ""
+"func_forecastetspiadd.xhp\n"
+"par_id0603201619261276\n"
+"help.text"
+msgid "See also : <link href=\"text/scalc/01/func_forecastetsadd.xhp\">FORECAST.ETS.ADD</link>, <link href=\"text/scalc/01/func_forecastetsmult.xhp\">FORECAST.ETS.MULT</link>, <link href=\"text/scalc/01/func_forecastetsstatadd.xhp\">FORECAST.ETS.STAT.ADD</link>, <link href=\"text/scalc/01/func_forecastetsstatmult.xhp\">FORECAST.ETS.STAT.MULT</link>, <link href=\"text/scalc/01/func_forecastetspimult.xhp\">FORECAST.ETS.PI.MULT</link> <link href=\"text/scalc/01/func_forecastetsseason.xhp\">FORECAST.ETS.SEASONALITY</link>, <link href=\"text/scalc/01/04060185.xhp#forecast\">FORECAST</link>, <link href=\"text/scalc/01/04060185.xhp#forecastlinear\">FORECAST.LINEAR</link>"
+msgstr ""
+
+#: func_forecastetspimult.xhp
+msgctxt ""
+"func_forecastetspimult.xhp\n"
+"tit\n"
+"help.text"
+msgid "FORECAST.ETS.PI.MULT"
+msgstr ""
+
+#: func_forecastetspimult.xhp
+#, fuzzy
+msgctxt ""
+"func_forecastetspimult.xhp\n"
+"bm_id976559765597655\n"
+"help.text"
+msgid "<bookmark_value>FORECAST.ETS.PI.MULT function</bookmark_value>"
+msgstr "<bookmark_value>EASTERSUNDAY 関数</bookmark_value>"
+
+#: func_forecastetspimult.xhp
+msgctxt ""
+"func_forecastetspimult.xhp\n"
+"hd_id0603201617134175\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/func_forecastetspimult.xhp\">FORECAST.ETS.PI.MULT function</link>"
+msgstr ""
+
+#: func_forecastetspimult.xhp
+msgctxt ""
+"func_forecastetspimult.xhp\n"
+"par_id0603201617141750\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FORECAST_ETS_PIM\">Calculates Prediction Interval(s) based on the historical data using ETS or EDS algorithms.</ahelp>. EDS is used when argument <emph>period_length</emph> is 0, otherwise ETS is used."
+msgstr ""
+
+#: func_forecastetspimult.xhp
+msgctxt ""
+"func_forecastetspimult.xhp\n"
+"par_id0603201610005998\n"
+"help.text"
+msgid "FORECAST.ETS.PI.MULT calculates with the model"
+msgstr ""
+
+#: func_forecastetspimult.xhp
+#, fuzzy
+msgctxt ""
+"func_forecastetspimult.xhp\n"
+"hd_id0603201610005973\n"
+"help.text"
+msgid "Syntax"
+msgstr "構文"
+
+#: func_forecastetspimult.xhp
+msgctxt ""
+"func_forecastetspimult.xhp\n"
+"par_id0603201610010044\n"
+"help.text"
+msgid "FORECAST.ETS.PI.MULT(target, values, timeline, [confidence], [period_length], [completion], [aggregation])"
+msgstr ""
+
+#: func_forecastetspimult.xhp
+msgctxt ""
+"func_forecastetspimult.xhp\n"
+"par_id0403201618595126\n"
+"help.text"
+msgid "For example, with a 90% Confidence level, a 90% prediction interval will be computed (90% of future points are to fall within this radius from forecast)."
+msgstr ""
+
+#: func_forecastetspimult.xhp
+msgctxt ""
+"func_forecastetspimult.xhp\n"
+"par_id0403201618595143\n"
+"help.text"
+msgid "Note on Prediction Intervals: there is no exact mathematical way to calculate this for forecasts, there are various approximations. Prediction Intervals tend to be increasingly 'over-optimistic' with increasing distance of the forecast-X to the observation data set."
+msgstr ""
+
+#: func_forecastetspimult.xhp
+msgctxt ""
+"func_forecastetspimult.xhp\n"
+"par_id0403201618595150\n"
+"help.text"
+msgid "For ETS, Calc uses an approximation based on 1000 calculations with random variations within the standard deviation of the observation data set (the historical values)."
+msgstr ""
+
+#: func_forecastetspimult.xhp
+msgctxt ""
+"func_forecastetspimult.xhp\n"
+"hd_id04032016185123\n"
+"help.text"
+msgid "=FORECAST.ETS.PI.MULT(DATE(2014;1;1);Values;Timeline;0,9;1;TRUE();1)"
+msgstr ""
+
+#: func_forecastetspimult.xhp
+msgctxt ""
+"func_forecastetspimult.xhp\n"
+"hd_id04032016112394554\n"
+"help.text"
+msgid "Returns 20.1040952101013, the the multiplicative prediction interval forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with one sample per period, no missing data, and AVERAGE as aggregation."
+msgstr ""
+
+#: func_forecastetspimult.xhp
+msgctxt ""
+"func_forecastetspimult.xhp\n"
+"hd_id04032123185123\n"
+"help.text"
+msgid "=FORECAST.ETS.PI.MULT(DATE(2014;1;1);Values;Timeline;0.8;4;TRUE();7)"
+msgstr ""
+
+#: func_forecastetspimult.xhp
+msgctxt ""
+"func_forecastetspimult.xhp\n"
+"hd_id040312316112394554\n"
+"help.text"
+msgid "Returns 27.5285874381574, the multiplicative prediction interval forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with confidence level of 0.8, period length of 4, no missing data, and SUM as aggregation."
+msgstr ""
+
+#: func_forecastetspimult.xhp
+msgctxt ""
+"func_forecastetspimult.xhp\n"
+"par_id0603201619261276\n"
+"help.text"
+msgid "See also : <link href=\"text/scalc/01/func_forecastetsadd.xhp\">FORECAST.ETS.ADD</link>, <link href=\"text/scalc/01/func_forecastetsmult.xhp\">FORECAST.ETS.MULT</link>, <link href=\"text/scalc/01/func_forecastetsstatadd.xhp\">FORECAST.ETS.STAT.ADD</link>, <link href=\"text/scalc/01/func_forecastetsstatmult.xhp\">FORECAST.ETS.STAT.MULT</link>, <link href=\"text/scalc/01/func_forecastetspiadd.xhp\">FORECAST.ETS.PI.ADD</link>, <link href=\"text/scalc/01/func_forecastetsseason.xhp\">FORECAST.ETS.SEASONALITY</link>, <link href=\"text/scalc/01/04060185.xhp#forecast\">FORECAST</link>, <link href=\"text/scalc/01/04060185.xhp#forecastlinear\">FORECAST.LINEAR</link>"
+msgstr ""
+
+#: func_forecastetsseason.xhp
+msgctxt ""
+"func_forecastetsseason.xhp\n"
+"tit\n"
+"help.text"
+msgid "FORECAST.ETS.SEASONALITY"
+msgstr ""
+
+#: func_forecastetsseason.xhp
+#, fuzzy
+msgctxt ""
+"func_forecastetsseason.xhp\n"
+"bm_id976559765597655\n"
+"help.text"
+msgid "<bookmark_value>FORECAST.ETS.SEASONALITY function</bookmark_value>"
+msgstr "<bookmark_value>CONCATENATE 関数</bookmark_value>"
+
+#: func_forecastetsseason.xhp
+msgctxt ""
+"func_forecastetsseason.xhp\n"
+"hd_id0603201617435371\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/func_forecastetsseason.xhp\">FORECAST.ETS.SEASONALITY Function</link>"
+msgstr ""
+
+#: func_forecastetsseason.xhp
+msgctxt ""
+"func_forecastetsseason.xhp\n"
+"par_id0603201617510446\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FORECAST_ETS_SEA\">Returns the number of samples in period as calculated by Calc in case of FORECAST.ETS functions when argument <emph>period_length</emph> equals 1. </ahelp>"
+msgstr ""
+
+#: func_forecastetsseason.xhp
+msgctxt ""
+"func_forecastetsseason.xhp\n"
+"par_id0403201618595132\n"
+"help.text"
+msgid "The same result is returned with FORECAST.ETS.STAT functions when argument <emph>stat_type</emph> equals 9 (and <emph>period_length</emph> equals 1)."
+msgstr ""
+
+#: func_forecastetsseason.xhp
+#, fuzzy
+msgctxt ""
+"func_forecastetsseason.xhp\n"
+"hd_id0603201618013635\n"
+"help.text"
+msgid "Syntax"
+msgstr "構文"
+
+#: func_forecastetsseason.xhp
+msgctxt ""
+"func_forecastetsseason.xhp\n"
+"par_id0603201618013796\n"
+"help.text"
+msgid "FORECAST.ETS.SEASONALITY (values, timeline, [data_completion], [aggregation])"
+msgstr ""
+
+#: func_forecastetsseason.xhp
+msgctxt ""
+"func_forecastetsseason.xhp\n"
+"hd_id04032016185123\n"
+"help.text"
+msgid "=FORECAST.ETS.SEASONALITY(Values;Timeline;TRUE();1)"
+msgstr ""
+
+#: func_forecastetsseason.xhp
+msgctxt ""
+"func_forecastetsseason.xhp\n"
+"hd_id04032016112394554\n"
+"help.text"
+msgid "Returns 6, the number of samples in period based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, no missing data, and AVERAGE as aggregation."
+msgstr ""
+
+#: func_forecastetsseason.xhp
+msgctxt ""
+"func_forecastetsseason.xhp\n"
+"par_id0603201619261276\n"
+"help.text"
+msgid "See also : <link href=\"text/scalc/01/func_forecastetsadd.xhp\">FORECAST.ETS.ADD</link>, <link href=\"text/scalc/01/func_forecastetsmult.xhp\">FORECAST.ETS.MULT</link>, <link href=\"text/scalc/01/func_forecastetsstatadd.xhp\">FORECAST.ETS.STAT.ADD</link>, <link href=\"text/scalc/01/func_forecastetsstatmult.xhp\">FORECAST.ETS.STAT.MULT</link>, <link href=\"text/scalc/01/func_forecastetspiadd.xhp\">FORECAST.ETS.PI.ADD</link>, <link href=\"text/scalc/01/func_forecastetspimult.xhp\">FORECAST.ETS.PI.MULT</link>, <link href=\"text/scalc/01/04060185.xhp#forecast\">FORECAST</link>, <link href=\"text/scalc/01/04060185.xhp#forecastlinear\">FORECAST.LINEAR</link>"
+msgstr ""
+
+#: func_forecastetsstatadd.xhp
+msgctxt ""
+"func_forecastetsstatadd.xhp\n"
+"tit\n"
+"help.text"
+msgid "FORECAST.ETS.STAT.ADD"
+msgstr ""
+
+#: func_forecastetsstatadd.xhp
+#, fuzzy
+msgctxt ""
+"func_forecastetsstatadd.xhp\n"
+"bm_id976559765597655\n"
+"help.text"
+msgid "<bookmark_value>FORECAST.ETS.STAT.ADD function</bookmark_value>"
+msgstr "<bookmark_value>CONCATENATE 関数</bookmark_value>"
+
+#: func_forecastetsstatadd.xhp
+msgctxt ""
+"func_forecastetsstatadd.xhp\n"
+"hd_id0603201615483251\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/func_forecastetsstatadd.xhp\">FORECAST.ETS.STAT.ADD Function</link>"
+msgstr ""
+
+#: func_forecastetsstatadd.xhp
+msgctxt ""
+"func_forecastetsstatadd.xhp\n"
+"par_id0603201615485387\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FORECAST_ETS_STA\">Returns statistical value(s) that are results of the ETS/EDS algorithms.</ahelp>"
+msgstr ""
+
+#: func_forecastetsstatadd.xhp
+msgctxt ""
+"func_forecastetsstatadd.xhp\n"
+"par_id0603201608440530\n"
+"help.text"
+msgid "FORECAST.ETS.STAT.ADD calculates with the model"
+msgstr ""
+
+#: func_forecastetsstatadd.xhp
+#, fuzzy
+msgctxt ""
+"func_forecastetsstatadd.xhp\n"
+"par_id050320162122554\n"
+"help.text"
+msgid "Syntax"
+msgstr "構文"
+
+#: func_forecastetsstatadd.xhp
+msgctxt ""
+"func_forecastetsstatadd.xhp\n"
+"par_id0603201610005728\n"
+"help.text"
+msgid "FORECAST.ETS.STAT.ADD (values, timeline, stat_type, [period_length], [data_completion], [aggregation])"
+msgstr ""
+
+#: func_forecastetsstatadd.xhp
+msgctxt ""
+"func_forecastetsstatadd.xhp\n"
+"hd_id04032016185123\n"
+"help.text"
+msgid "=FORECAST.ETS.STAT.ADD(Values;Timeline;3;1;TRUE();1)"
+msgstr ""
+
+#: func_forecastetsstatadd.xhp
+msgctxt ""
+"func_forecastetsstatadd.xhp\n"
+"hd_id04032016112394554\n"
+"help.text"
+msgid "Returns 0.9990234375, the additive statistics based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with beta smoothing, one sample per period, no missing data, and AVERAGE as aggregation."
+msgstr ""
+
+#: func_forecastetsstatadd.xhp
+msgctxt ""
+"func_forecastetsstatadd.xhp\n"
+"hd_id04032123185123\n"
+"help.text"
+msgid "=FORECAST.ETS.STAT.ADD(Values;Timeline;2;1;TRUE();7)"
+msgstr ""
+
+#: func_forecastetsstatadd.xhp
+msgctxt ""
+"func_forecastetsstatadd.xhp\n"
+"hd_id040312316112394554\n"
+"help.text"
+msgid "Returns 0.0615234375, the additive statistics based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with gamma smoothing, no missing data, and SUM as aggregation."
+msgstr ""
+
+#: func_forecastetsstatadd.xhp
+msgctxt ""
+"func_forecastetsstatadd.xhp\n"
+"par_id0603201619261276\n"
+"help.text"
+msgid "See also : <link href=\"text/scalc/01/func_forecastetsadd.xhp\">FORECAST.ETS.ADD </link>, <link href=\"text/scalc/01/func_forecastetsmult.xhp\">FORECAST.ETS.MULT </link>, <link href=\"text/scalc/01/func_forecastetsstatmult.xhp\">FORECAST.ETS.STAT.MULT </link>, <link href=\"text/scalc/01/func_forecastetspiadd.xhp\">FORECAST.ETS.PI.ADD </link>, <link href=\"text/scalc/01/func_forecastetspimult.xhp\">FORECAST.ETS.PI.MULT</link>, <link href=\"text/scalc/01/func_forecastetsseason.xhp\">FORECAST.ETS.SEASONALITY</link>, <link href=\"text/scalc/01/04060185.xhp#forecast\">FORECAST</link>, <link href=\"text/scalc/01/04060185.xhp#forecastlinear\">FORECAST.LINEAR</link>"
+msgstr ""
+
+#: func_forecastetsstatmult.xhp
+msgctxt ""
+"func_forecastetsstatmult.xhp\n"
+"tit\n"
+"help.text"
+msgid "FORECAST.ETS.STAT.MULT"
+msgstr ""
+
+#: func_forecastetsstatmult.xhp
+#, fuzzy
+msgctxt ""
+"func_forecastetsstatmult.xhp\n"
+"bm_id976559765597655\n"
+"help.text"
+msgid "<bookmark_value>FORECAST.ETS.STAT.MULT function</bookmark_value>"
+msgstr "<bookmark_value>CONCATENATE 関数</bookmark_value>"
+
+#: func_forecastetsstatmult.xhp
+msgctxt ""
+"func_forecastetsstatmult.xhp\n"
+"hd_id0603201615483251\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/func_forecastetsstatmult.xhp\">FORECAST.ETS.STAT.MULT Function</link>"
+msgstr ""
+
+#: func_forecastetsstatmult.xhp
+msgctxt ""
+"func_forecastetsstatmult.xhp\n"
+"par_id0603201615485387\n"
+"help.text"
+msgid "<ahelp hid=\"HID_FUNC_FORECAST_ETS_STM\">Returns statistical value(s) that are results of the ETS/EDS algorithms.</ahelp>"
+msgstr ""
+
+#: func_forecastetsstatmult.xhp
+msgctxt ""
+"func_forecastetsstatmult.xhp\n"
+"par_id0603201608440530\n"
+"help.text"
+msgid "FORECAST.ETS.STAT.MULT calculates with the model"
+msgstr ""
+
+#: func_forecastetsstatmult.xhp
+#, fuzzy
+msgctxt ""
+"func_forecastetsstatmult.xhp\n"
+"par_id050320162122554\n"
+"help.text"
+msgid "Syntax"
+msgstr "構文"
+
+#: func_forecastetsstatmult.xhp
+msgctxt ""
+"func_forecastetsstatmult.xhp\n"
+"par_id0603201610005728\n"
+"help.text"
+msgid "FORECAST.ETS.STAT.MULT (values, timeline, stat_type, [period_length], [data_completion], [aggregation])"
+msgstr ""
+
+#: func_forecastetsstatmult.xhp
+msgctxt ""
+"func_forecastetsstatmult.xhp\n"
+"hd_id04032016185123\n"
+"help.text"
+msgid "=FORECAST.ETS.STAT.MULT(Values;Timeline;5;1;TRUE();1)"
+msgstr ""
+
+#: func_forecastetsstatmult.xhp
+msgctxt ""
+"func_forecastetsstatmult.xhp\n"
+"hd_id04032016112394554\n"
+"help.text"
+msgid "Returns 0.084073452803966, the multiplicative statistics based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with symmetric mean absolute percentage error (SMAPE), one sample per period, no missing data, and AVERAGE as aggregation."
+msgstr ""
+
+#: func_forecastetsstatmult.xhp
+msgctxt ""
+"func_forecastetsstatmult.xhp\n"
+"hd_id04032123185123\n"
+"help.text"
+msgid "=FORECAST.ETS.STAT.MULT(Values;Timeline;7;1;TRUE();7)"
+msgstr ""
+
+#: func_forecastetsstatmult.xhp
+msgctxt ""
+"func_forecastetsstatmult.xhp\n"
+"hd_id040312316112394554\n"
+"help.text"
+msgid "Returns 15.8372533480997, the multiplicative statistics based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with root mean squared error, no missing data, and SUM as aggregation."
+msgstr ""
+
+#: func_forecastetsstatmult.xhp
+msgctxt ""
+"func_forecastetsstatmult.xhp\n"
+"par_id0603201619261276\n"
+"help.text"
+msgid "See also : <link href=\"text/scalc/01/func_forecastetsadd.xhp\">FORECAST.ETS.ADD</link>, <link href=\"text/scalc/01/func_forecastetsmult.xhp\">FORECAST.ETS.MULT</link>, <link href=\"text/scalc/01/func_forecastetsstatadd.xhp\">FORECAST.ETS.STAT.ADD</link>, <link href=\"text/scalc/01/func_forecastetspiadd.xhp\">FORECAST.ETS.PI.ADD</link>, <link href=\"text/scalc/01/func_forecastetspimult.xhp\">FORECAST.ETS.PI.MULT</link>, <link href=\"text/scalc/01/func_forecastetsseason.xhp\">FORECAST.ETS.SEASONALITY</link>, <link href=\"text/scalc/01/04060185.xhp#forecast\">FORECAST</link>, <link href=\"text/scalc/01/04060185.xhp#forecastlinear\">FORECAST.LINEAR</link>"
+msgstr ""
+
#: func_hour.xhp
msgctxt ""
"func_hour.xhp\n"
@@ -64907,12 +66187,13 @@ msgid "<ahelp hid=\".\"><variable id=\"imcos_des\">Returns the cosine of a compl
msgstr ""
#: func_imcos.xhp
+#, fuzzy
msgctxt ""
"func_imcos.xhp\n"
"par_id164021484116762\n"
"help.text"
-msgid "<variable id=\"imcos\">IMCOS</variable>(Complex_number)"
-msgstr ""
+msgid "IMCOS(Complex_number)"
+msgstr "IMCOS(\"複素数\")"
#: func_imcos.xhp
msgctxt ""
@@ -64927,7 +66208,7 @@ msgctxt ""
"func_imcos.xhp\n"
"par_id4581301219753\n"
"help.text"
-msgid "<item type=\"input\">=<embedvar href=\"text/scalc/01/func_imcos.xhp#imcos\"/>(\"4-3i\")</item><br/> returns -6.58066304055116-7.58155274274654i."
+msgid "<item type=\"input\">=IMCOS(\"4-3i\")</item><br/> returns -6.58066304055116-7.58155274274654i."
msgstr ""
#: func_imcos.xhp
@@ -64935,7 +66216,7 @@ msgctxt ""
"func_imcos.xhp\n"
"par_id25412646522614\n"
"help.text"
-msgid "<item type=\"input\">=<embedvar href=\"text/scalc/01/func_imcos.xhp#imcos\"/>(2)</item><br/>returns -0.416146836547142 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
+msgid "<item type=\"input\">=IMCOS(2)</item><br/>returns -0.416146836547142 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
msgstr ""
#: func_imcosh.xhp
@@ -64973,12 +66254,13 @@ msgid "<ahelp hid=\".\"><variable id=\"imcosh_des\">Returns the hyperbolic cosin
msgstr ""
#: func_imcosh.xhp
+#, fuzzy
msgctxt ""
"func_imcosh.xhp\n"
"par_id16051131322110\n"
"help.text"
-msgid "<variable id=\"imcosh\">IMCOSH</variable>(Complex_number)"
-msgstr ""
+msgid "IMCOSH(Complex_number)"
+msgstr "IMCOS(\"複素数\")"
#: func_imcosh.xhp
msgctxt ""
@@ -64993,7 +66275,7 @@ msgctxt ""
"func_imcosh.xhp\n"
"par_id55891471962\n"
"help.text"
-msgid "<item type=\"input\">=<embedvar href=\"text/scalc/01/func_imcosh.xhp#imcosh\"/>(\"4-3i\")</item><br/>returns -27.0349456030742-3.85115333481178i."
+msgid "<item type=\"input\">=IMCOSH(\"4-3i\")</item><br/>returns -27.0349456030742-3.85115333481178i."
msgstr ""
#: func_imcosh.xhp
@@ -65001,7 +66283,7 @@ msgctxt ""
"func_imcosh.xhp\n"
"par_id152561887112896\n"
"help.text"
-msgid "<item type=\"input\">=<embedvar href=\"text/scalc/01/func_imcosh.xhp#imcosh\"/>(2)</item><br/>returns 3.76219569108363 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
+msgid "<item type=\"input\">=IMCOSH(2)</item><br/>returns 3.76219569108363 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
msgstr ""
#: func_imcot.xhp
@@ -65047,12 +66329,13 @@ msgid "<image id=\"img_id5988220084990\" src=\"res/helpimg/sc_func_imcot.png\"><
msgstr ""
#: func_imcot.xhp
+#, fuzzy
msgctxt ""
"func_imcot.xhp\n"
"par_id16051131322110\n"
"help.text"
-msgid "<variable id=\"imcot\">IMCOT</variable>(Complex_number)"
-msgstr ""
+msgid "IMCOT(Complex_number)"
+msgstr "IMCOS(\"複素数\")"
#: func_imcot.xhp
msgctxt ""
@@ -65067,7 +66350,7 @@ msgctxt ""
"func_imcot.xhp\n"
"par_id21183436423819\n"
"help.text"
-msgid "<item type=\"input\">=<embedvar href=\"text/scalc/01/func_imcot.xhp#imcot\"/>(\"4-3i\")</item><br/>returns 0.00490118239430447+0.999266927805902i."
+msgid "<item type=\"input\">=IMCOT(\"4-3i\")</item><br/>returns 0.00490118239430447+0.999266927805902i."
msgstr ""
#: func_imcot.xhp
@@ -65075,7 +66358,7 @@ msgctxt ""
"func_imcot.xhp\n"
"par_id18472284929530\n"
"help.text"
-msgid "<item type=\"input\">=<embedvar href=\"text/scalc/01/func_imcot.xhp#imcot\"/>(2)</item><br/>returns -0.457657554360286 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
+msgid "<item type=\"input\">=IMCOT(2)</item><br/>returns -0.457657554360286 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
msgstr ""
#: func_imcsc.xhp
@@ -65121,12 +66404,13 @@ msgid "<image id=\"img_id24404683532568\" src=\"res/helpimg/sc_func_imcsc.png\">
msgstr ""
#: func_imcsc.xhp
+#, fuzzy
msgctxt ""
"func_imcsc.xhp\n"
"par_id30461169611909\n"
"help.text"
-msgid "<variable id=\"imcsc\">IMCSC</variable>(Complex_number)"
-msgstr ""
+msgid "IMCSC(Complex_number)"
+msgstr "IMCOS(\"複素数\")"
#: func_imcsc.xhp
msgctxt ""
@@ -65141,7 +66425,7 @@ msgctxt ""
"func_imcsc.xhp\n"
"par_id25692477525537\n"
"help.text"
-msgid "<item type=\"input\">=<embedvar href=\"text/scalc/01/func_imcsc.xhp#imcsc\"/>(\"4-3i\")</item><br/>returns -0.0754898329158637-0.0648774713706355i."
+msgid "<item type=\"input\">=IMCSC(\"4-3i\")</item><br/>returns -0.0754898329158637-0.0648774713706355i."
msgstr ""
#: func_imcsc.xhp
@@ -65149,7 +66433,7 @@ msgctxt ""
"func_imcsc.xhp\n"
"par_id32572967420710\n"
"help.text"
-msgid "<item type=\"input\">=<embedvar href=\"text/scalc/01/func_imcsc.xhp#imcsc\"/>(2)</item><br/>returns 1.09975017029462 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
+msgid "<item type=\"input\">=IMCSC(2)</item><br/>returns 1.09975017029462 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
msgstr ""
#: func_imcsch.xhp
@@ -65195,12 +66479,13 @@ msgid "<image id=\"img_id23513691929169\" src=\"res/helpimg/sc_func_imcsch.png\"
msgstr ""
#: func_imcsch.xhp
+#, fuzzy
msgctxt ""
"func_imcsch.xhp\n"
"par_id30461169611909\n"
"help.text"
-msgid "<variable id=\"imcsch\">IMCSCH</variable>(Complex_number)"
-msgstr ""
+msgid "IMCSCH(Complex_number)"
+msgstr "IMCOS(\"複素数\")"
#: func_imcsch.xhp
msgctxt ""
@@ -65215,7 +66500,7 @@ msgctxt ""
"func_imcsch.xhp\n"
"par_id16814232201137\n"
"help.text"
-msgid "<item type=\"input\">=<embedvar href=\"text/scalc/01/func_imcsch.xhp#imcsch\"/>(\"4-3i\")</item><br/>returns -0.036275889628626+0.0051744731840194i."
+msgid "<item type=\"input\">=IMCSCH(\"4-3i\")</item><br/>returns -0.036275889628626+0.0051744731840194i."
msgstr ""
#: func_imcsch.xhp
@@ -65223,7 +66508,7 @@ msgctxt ""
"func_imcsch.xhp\n"
"par_id2395211576789\n"
"help.text"
-msgid "<item type=\"input\">=<embedvar href=\"text/scalc/01/func_imcsch.xhp#imcsch\"/>(2)</item><br/>returns 0.275720564771783 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
+msgid "<item type=\"input\">=IMCSCH(2)</item><br/>returns 0.275720564771783 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
msgstr ""
#: func_imsec.xhp
@@ -65269,12 +66554,13 @@ msgid "<image id=\"img_id112671346811327\" src=\"res/helpimg/sc_func_imsec.png\"
msgstr ""
#: func_imsec.xhp
+#, fuzzy
msgctxt ""
"func_imsec.xhp\n"
"par_id66061624115094\n"
"help.text"
-msgid "<variable id=\"imsec\">IMSEC</variable>(Complex_number)"
-msgstr ""
+msgid "IMSEC(Complex_number)"
+msgstr "IMSIN(\"複素数\")"
#: func_imsec.xhp
msgctxt ""
@@ -65289,7 +66575,7 @@ msgctxt ""
"func_imsec.xhp\n"
"par_id16814232201137\n"
"help.text"
-msgid "<item type=\"input\">=<embedvar href=\"text/scalc/01/func_imsec.xhp#imsec\"/>(\"4-3i\")</item><br/>returns -0.0652940278579471+0.0752249603027732i."
+msgid "<item type=\"input\">=IMSEC(\"4-3i\")</item><br/>returns -0.0652940278579471+0.0752249603027732i."
msgstr ""
#: func_imsec.xhp
@@ -65297,7 +66583,7 @@ msgctxt ""
"func_imsec.xhp\n"
"par_id2395211576789\n"
"help.text"
-msgid "<item type=\"input\">=<embedvar href=\"text/scalc/01/func_imsec.xhp#imsec\"/>(2)</item><br/>returns -2.40299796172238 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
+msgid "<item type=\"input\">=IMSEC(2)</item><br/>returns -2.40299796172238 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
msgstr ""
#: func_imsech.xhp
@@ -65343,12 +66629,13 @@ msgid "<image id=\"img_id8983315386682\" src=\"res/helpimg/sc_func_imsech.png\">
msgstr ""
#: func_imsech.xhp
+#, fuzzy
msgctxt ""
"func_imsech.xhp\n"
"par_id17253876723855\n"
"help.text"
-msgid "<variable id=\"imsech\">IMSECH</variable>(Complex_number)"
-msgstr ""
+msgid "IMSECH(Complex_number)"
+msgstr "IMSIN(\"複素数\")"
#: func_imsech.xhp
msgctxt ""
@@ -65363,7 +66650,7 @@ msgctxt ""
"func_imsech.xhp\n"
"par_id1906826088444\n"
"help.text"
-msgid "<item type=\"input\">=<embedvar href=\"text/scalc/01/func_imsech.xhp#imsech\"/>(\"4-3i\")</item><br/>returns -0.0362534969158689+0.00516434460775318i."
+msgid "<item type=\"input\">=IMSECH(\"4-3i\")</item><br/>returns -0.0362534969158689+0.00516434460775318i."
msgstr ""
#: func_imsech.xhp
@@ -65371,7 +66658,7 @@ msgctxt ""
"func_imsech.xhp\n"
"par_id247492030016627\n"
"help.text"
-msgid "<item type=\"input\">=<embedvar href=\"text/scalc/01/func_imsech.xhp#imsech\"/>(2)</item><br/>returns 0.26580222883408 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
+msgid "<item type=\"input\">=IMSECH(2)</item><br/>returns 0.26580222883408 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
msgstr ""
#: func_imsin.xhp
@@ -65417,12 +66704,13 @@ msgid "sin(a+bi)=sin(a)cosh(b)+cos(a)sinh(b)i"
msgstr ""
#: func_imsin.xhp
+#, fuzzy
msgctxt ""
"func_imsin.xhp\n"
"par_id284611113926520\n"
"help.text"
-msgid "<variable id=\"imsin\">IMSIN</variable>(Complex_number)"
-msgstr ""
+msgid "IMSIN(Complex_number)"
+msgstr "IMSIN(\"複素数\")"
#: func_imsin.xhp
msgctxt ""
@@ -65437,7 +66725,7 @@ msgctxt ""
"func_imsin.xhp\n"
"par_id5063188419467\n"
"help.text"
-msgid "<item type=\"input\">=<embedvar href=\"text/scalc/01/func_imsin.xhp#imsin\"/>(\"4-3i\")</item><br/>returns -7.61923172032141+6.548120040911i."
+msgid "<item type=\"input\">=IMSIN(\"4-3i\")</item><br/>returns -7.61923172032141+6.548120040911i."
msgstr ""
#: func_imsin.xhp
@@ -65445,7 +66733,7 @@ msgctxt ""
"func_imsin.xhp\n"
"par_id1527387141125\n"
"help.text"
-msgid "<item type=\"input\">=<embedvar href=\"text/scalc/01/func_imsin.xhp#imsin\"/>(2)</item><br/>returns 0.909297426825682 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
+msgid "<item type=\"input\">=IMSIN(2)</item><br/>returns 0.909297426825682 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
msgstr ""
#: func_imsinh.xhp
@@ -65491,12 +66779,13 @@ msgid "sinh(a+bi)=sinh(a)cos(b)+cosh(a)sin(b)i"
msgstr ""
#: func_imsinh.xhp
+#, fuzzy
msgctxt ""
"func_imsinh.xhp\n"
"par_id284611113926520\n"
"help.text"
-msgid "<variable id=\"imsinh\">IMSINH</variable>(Complex_number)"
-msgstr ""
+msgid "IMSINH(Complex_number)"
+msgstr "IMSIN(\"複素数\")"
#: func_imsinh.xhp
msgctxt ""
@@ -65511,7 +66800,7 @@ msgctxt ""
"func_imsinh.xhp\n"
"par_id5063188419467\n"
"help.text"
-msgid "<item type=\"input\">=<embedvar href=\"text/scalc/01/func_imsinh.xhp#imsinh\"/>(\"4-3i\")</item>returns -27.0168132580039-3.85373803791938i."
+msgid "<item type=\"input\">=IMSINH(\"4-3i\")</item><br/>returns -27.0168132580039-3.85373803791938i."
msgstr ""
#: func_imsinh.xhp
@@ -65519,7 +66808,7 @@ msgctxt ""
"func_imsinh.xhp\n"
"par_id1527387141125\n"
"help.text"
-msgid "<item type=\"input\"><br/>=<embedvar href=\"text/scalc/01/func_imsinh.xhp#imsinh\"/>(2)</item>returns 3.62686040784702 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
+msgid "<item type=\"input\">=IMSINH(2)</item><br/>returns 3.62686040784702 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
msgstr ""
#: func_imsinh.xhp
@@ -65574,12 +66863,13 @@ msgid "<image id=\"img_id16283275473700\" src=\"res/helpimg/sc_func_imtan.png\">
msgstr ""
#: func_imtan.xhp
+#, fuzzy
msgctxt ""
"func_imtan.xhp\n"
"par_id23219159944377\n"
"help.text"
-msgid "<variable id=\"imtan\">IMTAN</variable>(Complex_number)"
-msgstr ""
+msgid "IMTAN(Complex_number)"
+msgstr "IMSIN(\"複素数\")"
#: func_imtan.xhp
msgctxt ""
@@ -65594,7 +66884,7 @@ msgctxt ""
"func_imtan.xhp\n"
"par_id5063188419467\n"
"help.text"
-msgid "<item type=\"input\">=<embedvar href=\"text/scalc/01/func_imtan.xhp#imtan\"/>(\"4-3i\")</item><br/>returns 0.00490825806749606-1.00070953606723i."
+msgid "<item type=\"input\">=IMTAN(\"4-3i\")</item><br/>returns 0.00490825806749606-1.00070953606723i."
msgstr ""
#: func_imtan.xhp
@@ -65602,7 +66892,7 @@ msgctxt ""
"func_imtan.xhp\n"
"par_id1527387141125\n"
"help.text"
-msgid "<item type=\"input\">=<embedvar href=\"text/scalc/01/func_imtan.xhp#imtan\"/>(2)</item><br/>returns -2.18503986326152 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
+msgid "<item type=\"input\">=IMTAN(2)</item><br/>returns -2.18503986326152 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
msgstr ""
#: func_isoweeknum.xhp
@@ -66273,6 +67563,106 @@ msgctxt ""
msgid "<item type=\"input\">=SECOND(C4)</item> returns 17 if contents of C4 = <item type=\"input\">12:20:17</item>."
msgstr "C4 の内容が <item type=\"input\">12:20:17</item> の場合、<item type=\"input\">=SECOND(C4)</item> は 17 を返します。"
+#: func_skewp.xhp
+msgctxt ""
+"func_skewp.xhp\n"
+"tit\n"
+"help.text"
+msgid "SKEWP function"
+msgstr ""
+
+#: func_skewp.xhp
+#, fuzzy
+msgctxt ""
+"func_skewp.xhp\n"
+"bm_id1102201617201921\n"
+"help.text"
+msgid "<bookmark_value>skewness;population</bookmark_value> <bookmark_value>SKEWP function</bookmark_value>"
+msgstr "<bookmark_value>NORMDIST 関数</bookmark_value><bookmark_value>密度関数</bookmark_value>"
+
+#: func_skewp.xhp
+#, fuzzy
+msgctxt ""
+"func_skewp.xhp\n"
+"hd_id456845684568\n"
+"help.text"
+msgid "<variable id=\"skewp_head\"><link href=\"text/scalc/01/func_skewp.xhp\">SKEWP</link></variable>"
+msgstr "<variable id=\"year\"><link href=\"text/scalc/01/func_year.xhp\">YEAR</link></variable>"
+
+#: func_skewp.xhp
+msgctxt ""
+"func_skewp.xhp\n"
+"par_id1102201617001848\n"
+"help.text"
+msgid "<ahelp hid=\".\">Calculates the skewness of a distribution using the population of a random variable.</ahelp>"
+msgstr ""
+
+#: func_skewp.xhp
+#, fuzzy
+msgctxt ""
+"func_skewp.xhp\n"
+"par_id27421466710275\n"
+"help.text"
+msgid "SKEWP(Number1; Number2;..., Number30)"
+msgstr "SKEW(数値 1; 数値 2; ...数値 30)"
+
+#: func_skewp.xhp
+#, fuzzy
+msgctxt ""
+"func_skewp.xhp\n"
+"par_id242131304318587\n"
+"help.text"
+msgid "<emph>Number1, Number2, ..., Number30</emph> are up to 30 numerical values or ranges."
+msgstr "<emph>数値 1; 数値 2;...数値 30</emph> は数値または範囲です。"
+
+#: func_skewp.xhp
+msgctxt ""
+"func_skewp.xhp\n"
+"par_id242131304315587\n"
+"help.text"
+msgid "Calculates the skewness of a distribution using the population, i.e. the possible outcomes, of a random variable. The sequence shall contain three numbers at least."
+msgstr ""
+
+#: func_skewp.xhp
+msgctxt ""
+"func_skewp.xhp\n"
+"par_id1102201617001888\n"
+"help.text"
+msgid "<item type=\"literal\">SKEWP(2;3;1;6;8;5)</item> returns 0.2828158928"
+msgstr ""
+
+#: func_skewp.xhp
+msgctxt ""
+"func_skewp.xhp\n"
+"par_id1102201618185378\n"
+"help.text"
+msgid "<item type=\"literal\">SKEWP(A1:A6)</item> returns 0.2828158928, when the range A1:A6 contains {2;3;1;6;8;5}"
+msgstr ""
+
+#: func_skewp.xhp
+msgctxt ""
+"func_skewp.xhp\n"
+"par_id1102201618185326\n"
+"help.text"
+msgid "<item type=\"literal\">SKEWP(Number1;Number2)</item> returns zero always, if Number1 and Number2 results in two numbers."
+msgstr ""
+
+#: func_skewp.xhp
+msgctxt ""
+"func_skewp.xhp\n"
+"par_id1102201618188326\n"
+"help.text"
+msgid "<item type=\"literal\">SKEWP(Number1)</item> returns Err:502 (Invalid argument) if Number1 results in one number, because SKEWP cannot be calculated with one value."
+msgstr ""
+
+#: func_skewp.xhp
+msgctxt ""
+"func_skewp.xhp\n"
+"par_id14337286612130\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/04060185.xhp#skew\">SKEW</link>"
+msgstr ""
+
#: func_sumifs.xhp
msgctxt ""
"func_sumifs.xhp\n"
@@ -66345,7 +67735,7 @@ msgctxt ""
"func_sumifs.xhp\n"
"par_id24470258022447\n"
"help.text"
-msgid "<emph>Criterion1</emph> – required argument. A condition in the form of expression or a cell reference to expression that defines what cells should be used to calculate the sum. The expression can contain text, numbers or regular expressions."
+msgid "<emph>Criterion1</emph> – required argument. A condition in the form of expression or a cell reference to expression that defines what cells should be used to calculate the sum. The expression can contain text, numbers, regular expressions (if enabled in calculation options) or wildcards (if enabled in calculation options)."
msgstr ""
#: func_sumifs.xhp
@@ -66367,6 +67757,14 @@ msgstr ""
#: func_sumifs.xhp
msgctxt ""
"func_sumifs.xhp\n"
+"par_id14734320631377\n"
+"help.text"
+msgid "<emph>Sum_Range</emph> and <emph>Criterion_range1, Criterion_range2...</emph> must have the same size or the function returns err:502 - Invalid argument."
+msgstr ""
+
+#: func_sumifs.xhp
+msgctxt ""
+"func_sumifs.xhp\n"
"par_id94162948227556\n"
"help.text"
msgid "The logical relation between criteria can be defined as logical AND (conjunction). In other words, if and only if all given criteria are met, a value from the corresponding cell of the given <emph>Sum_Range</emph> is taken into calculation of the sum.<br/>The <emph>Criterion</emph> needs to be a string expression, in particular, the <emph>Criterion</emph> needs to be enclosed in quotation marks (\"Criterion\") with the exception of the names of functions, cell references and the operator of a string concatenation (&).<br/>The operators equal to (=), not equal to (<>), greater than (>), greater than or equal to (>=), less than (<), and less than or equal to (<=) can be used in criterion arguments for comparison of numbers.<br/>The function can have up to 255 arguments, meaning that you can specify 127 criteria ranges and criteria for them."
@@ -66377,7 +67775,7 @@ msgctxt ""
"func_sumifs.xhp\n"
"par_id175721789527973\n"
"help.text"
-msgid "If a cell contains TRUE, it is treated as 1, if a cell contains FALSE – as 0 (zero).<br/>If the range of values for calculating the sum and any range for finding criterion have unequal sizes, the function returns err:502."
+msgid "If a cell contains TRUE, it is treated as 1, if a cell contains FALSE – as 0 (zero)."
msgstr ""
#: func_sumifs.xhp
@@ -67046,12 +68444,13 @@ msgid "<emph>Type</emph> determines the type of calculation. For Type=1, the wee
msgstr "<emph>タイプ</emph> は、計算のタイプを決定します。タイプ = 1 の場合、曜日は日曜から数えられます。これは、タイプパラメーターがない場合のデフォルトです。タイプ = 2 の場合、曜日は月曜 = 1 から数えられます。タイプ = 3 の場合、曜日は月曜 = 0 から数えられます。"
#: func_weekday.xhp
+#, fuzzy
msgctxt ""
"func_weekday.xhp\n"
"par_id3156188\n"
"142\n"
"help.text"
-msgid "These values apply only to the standard date format that you select under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph>."
+msgid "These values apply only to the standard date format that you select under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Calculate</emph>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 計算式</emph> で、選択された標準の日付書式にのみ、これらの値が適用されます。"
#: func_weekday.xhp
@@ -67862,12 +69261,13 @@ msgid "<emph>StartDate</emph> and <emph>EndDate</emph> are two date values."
msgstr "<emph>開始日</emph> と <emph>終了日</emph> は、2 つの日付値です。"
#: func_yearfrac.xhp
+#, fuzzy
msgctxt ""
"func_yearfrac.xhp\n"
"par_id3149954\n"
"201\n"
"help.text"
-msgid "<emph>Basis</emph> is chosen from a list of options and indicates how the year is to be calculated."
+msgid "<emph>Basis</emph> (optional) is chosen from a list of options and indicates how the year is to be calculated."
msgstr "<emph>基準</emph> はオプションのリストから選択され、どのように年が計算されるかを示します。"
#: func_yearfrac.xhp
@@ -68399,6 +69799,23 @@ msgctxt ""
msgid "The following table has two data sets."
msgstr ""
+#: stat_data.xhp
+#, fuzzy
+msgctxt ""
+"stat_data.xhp\n"
+"hd_id1701201619425619\n"
+"help.text"
+msgid "Example"
+msgstr "例"
+
+#: stat_data.xhp
+msgctxt ""
+"stat_data.xhp\n"
+"par_id1701201619425624\n"
+"help.text"
+msgid "The following table has samples of a physical phenomenon taken in 1 second interval."
+msgstr ""
+
#: statistics.xhp
msgctxt ""
"statistics.xhp\n"
@@ -68584,7 +70001,7 @@ msgctxt ""
"statistics.xhp\n"
"par_id1000650\n"
"help.text"
-msgid "<variable id=\"sam01\">Menu <emph>Data - Statistics - Descriptive Statistics...</emph></variable>"
+msgid "<variable id=\"sam01\">Choose <emph>Data - Statistics - Descriptive Statistics</emph></variable>"
msgstr "<variable id=\"sam01\">メニュー <emph>データ - 統計 - 基本統計量...</emph></variable>"
#: statistics.xhp
@@ -68597,12 +70014,13 @@ msgid "The Descriptive Statistics analysis tool generates a report of univariate
msgstr "基本統計量は入力範囲で指定した一変量の、統計値のレポートを生成します。 出力される情報は、データの中心とばらつきの傾向です。"
#: statistics.xhp
+#, fuzzy
msgctxt ""
"statistics.xhp\n"
"par_id1000670\n"
"help.text"
-msgid "For more information, please visit the Wikipedia: <link href=\"http://en.wikipedia.org/wiki/Descriptive_statistics\">http://en.wikipedia.org/wiki/Descriptive_statistics</link>"
-msgstr ""
+msgid "For more information on descriptive statistics, refer to the <link href=\"http://en.wikipedia.org/wiki/Descriptive_statistics\">corresponding Wikipedia article</link>."
+msgstr "共分散についてより情報が欲しい場合は、 <link href=\"http://en.wikipedia.org/wiki/Covariance\">http://en.wikipedia.org/wiki/Covariance</link>を参照してください。"
#: statistics.xhp
#, fuzzy
@@ -68772,7 +70190,7 @@ msgctxt ""
"statistics.xhp\n"
"par_id1001250\n"
"help.text"
-msgid "<variable id=\"sam01\">Menu <emph>Data - Statistics - Analysis of Variance (ANOVA)...</emph></variable>"
+msgid "<variable id=\"sam01\">Choose <emph>Data - Statistics - Analysis of Variance (ANOVA)</emph></variable>"
msgstr "<variable id=\"sam01\">メニュー <emph>データ - 統計 - 分散分析 (ANOVA)...</emph></variable>"
#: statistics.xhp
@@ -68780,7 +70198,7 @@ msgctxt ""
"statistics.xhp\n"
"par_id1001260\n"
"help.text"
-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"
+msgid "ANOVA is the acronym for <emph>AN</emph>alysis <emph>O</emph>f <emph>VA</emph>riance. This tool produces the analysis of variance of a given data set"
msgstr ""
#: statistics.xhp
@@ -68789,8 +70207,8 @@ 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 "より詳しい情報は、Wikipedia を参照してください: <link href=\"http://en.wikipedia.org/wiki/ANOVA\">http://en.wikipedia.org/wiki/ANOVA</link>"
+msgid "For more information on ANOVA, refer to the <link href=\"http://en.wikipedia.org/wiki/ANOVA\">corresponding Wikipedia article</link>."
+msgstr "共分散についてより情報が欲しい場合は、 <link href=\"http://en.wikipedia.org/wiki/Covariance\">http://en.wikipedia.org/wiki/Covariance</link>を参照してください。"
#: statistics.xhp
msgctxt ""
@@ -69026,7 +70444,7 @@ msgctxt ""
"statistics.xhp\n"
"par_id1001750\n"
"help.text"
-msgid "<variable id=\"corr01\">Menu <emph>Data - Statistics - Correlation...</emph></variable>"
+msgid "<variable id=\"corr01\">Choose <emph>Data - Statistics - Correlation</emph></variable>"
msgstr "<variable id=\"corr01\">メニュー <emph>データ - 統計 - 相関...</emph></variable>"
#: statistics.xhp
@@ -69061,7 +70479,7 @@ 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>"
+msgid "For more information on statistical correlation, refer to the <link href=\"http://en.wikipedia.org/wiki/Correlation\">corresponding Wikipedia article</link>."
msgstr "より統計的相関に関する詳しい情報は、<link href=\"http://en.wikipedia.org/wiki/Correlation\">http://en.wikipedia.org/wiki/Correlation</link>を参照してください。"
#: statistics.xhp
@@ -69161,7 +70579,7 @@ msgctxt ""
"statistics.xhp\n"
"par_id1001950\n"
"help.text"
-msgid "<variable id=\"cov01\">Menu <emph>Data - Statistics - Covariance...</emph></variable>"
+msgid "<variable id=\"cov01\">Choose <emph>Data - Statistics - Covariance</emph></variable>"
msgstr "<variable id=\"cov01\">メニュー <emph>データ - 統計 - 共分散...</emph></variable>"
#: statistics.xhp
@@ -69178,7 +70596,7 @@ 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>"
+msgid "For more information on statistical covariance, refer to the <link href=\"http://en.wikipedia.org/wiki/Covariance\">corresponding Wikipedia article</link>."
msgstr "共分散についてより情報が欲しい場合は、 <link href=\"http://en.wikipedia.org/wiki/Covariance\">http://en.wikipedia.org/wiki/Covariance</link>を参照してください。"
#: statistics.xhp
@@ -69278,7 +70696,7 @@ msgctxt ""
"statistics.xhp\n"
"par_id1002130\n"
"help.text"
-msgid "<variable id=\"sam01\">Menu <emph>Data - Statistics - Exponential Smoothing...</emph></variable>"
+msgid "<variable id=\"sam01\">Choose <emph>Data - Statistics - Exponential Smoothing</emph></variable>"
msgstr "<variable id=\"sam01\">メニュー <emph>データ - 統計 - 指数平滑...</emph></variable>"
#: statistics.xhp
@@ -69295,8 +70713,8 @@ 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 "より <emph>指数平滑</emph>の情報が欲しい場合は、<link href=\"http://en.wikipedia.org/wiki/Exponential_smoothing\">http://en.wikipedia.org/wiki/Exponential_smoothing</link>を参照してください。"
+msgid "For more information on exponential smoothing, refer to the <link href=\"http://en.wikipedia.org/wiki/Exponential_smoothing\">corresponding Wikipedia article</link>."
+msgstr "共分散についてより情報が欲しい場合は、 <link href=\"http://en.wikipedia.org/wiki/Covariance\">http://en.wikipedia.org/wiki/Covariance</link>を参照してください。"
#: statistics.xhp
msgctxt ""
@@ -69379,7 +70797,7 @@ msgctxt ""
"statistics.xhp\n"
"par_id1002510\n"
"help.text"
-msgid "<variable id=\"sam01\">Menu <emph>Data - Statistics - Moving Average...</emph></variable>"
+msgid "<variable id=\"sam01\">Choose <emph>Data - Statistics - Moving Average</emph></variable>"
msgstr "<variable id=\"sam01\">メニュー <emph>データ - 統計 - 移動平均...</emph></variable>"
#: statistics.xhp
@@ -69388,8 +70806,8 @@ 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 "移動平均についての詳細は Wikipedia を参照してください: <link href=\"http://en.wikipedia.org/wiki/Moving_average\">http://en.wikipedia.org/wiki/Moving_average</link>"
+msgid "For more information on the moving average, refer to the <link href=\"http://en.wikipedia.org/wiki/Moving_average\">corresponding Wikipedia article</link>."
+msgstr "共分散についてより情報が欲しい場合は、 <link href=\"http://en.wikipedia.org/wiki/Covariance\">http://en.wikipedia.org/wiki/Covariance</link>を参照してください。"
#: statistics.xhp
msgctxt ""
@@ -69494,7 +70912,7 @@ msgctxt ""
"statistics.xhp\n"
"par_id1002830\n"
"help.text"
-msgid "<variable id=\"sam01\">Menu <emph>Data - Statistics - t-test...</emph></variable>"
+msgid "<variable id=\"sam01\">Choose <emph>Data - Statistics - t-test</emph></variable>"
msgstr "<variable id=\"sam01\">メニュー <emph>データ - 統計 - t 検定...</emph></variable>"
#: statistics.xhp
@@ -69511,8 +70929,8 @@ 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 "より詳しい情報は、Wikipedia を参照してください: <link href=\"http://en.wikipedia.org/wiki/ANOVA\">http://en.wikipedia.org/wiki/ANOVA</link>"
+msgid "For more information on t-tests, refer to the <link href=\"http://en.wikipedia.org/wiki/T-test\">corresponding Wikipedia article</link>."
+msgstr "より統計的相関に関する詳しい情報は、<link href=\"http://en.wikipedia.org/wiki/Correlation\">http://en.wikipedia.org/wiki/Correlation</link>を参照してください。"
#: statistics.xhp
msgctxt ""
@@ -69734,7 +71152,7 @@ msgctxt ""
"statistics.xhp\n"
"par_id1003250\n"
"help.text"
-msgid "<variable id=\"sam02\">Menu <emph>Data - Statistics - F-test...</emph></variable>"
+msgid "<variable id=\"sam02\">Choose <emph>Data - Statistics - F-test</emph></variable>"
msgstr "<variable id=\"sam02\">メニュー <emph>データ - 統計 - F 検定...</emph></variable>"
#: statistics.xhp
@@ -69751,8 +71169,8 @@ 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 "より詳しい情報は、Wikipedia を参照してください: <link href=\"http://en.wikipedia.org/wiki/ANOVA\">http://en.wikipedia.org/wiki/ANOVA</link>"
+msgid "For more information on F-tests, refer to the <link href=\"http://en.wikipedia.org/wiki/F-test\">corresponding Wikipedia article</link>."
+msgstr "より統計的相関に関する詳しい情報は、<link href=\"http://en.wikipedia.org/wiki/Correlation\">http://en.wikipedia.org/wiki/Correlation</link>を参照してください。"
#: statistics.xhp
msgctxt ""
@@ -69959,7 +71377,7 @@ msgctxt ""
"statistics.xhp\n"
"par_id1003650\n"
"help.text"
-msgid "<variable id=\"sam02\">Menu <emph>Data - Statistics - Z-test...</emph></variable>"
+msgid "<variable id=\"sam02\">Choose <emph>Data - Statistics - Z-test</emph></variable>"
msgstr "<variable id=\"sam02\">メニュー <emph>データ - 統計 - F 検定...</emph></variable>"
#: statistics.xhp
@@ -69968,8 +71386,8 @@ 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 "より詳しい情報は、Wikipedia を参照してください: <link href=\"http://en.wikipedia.org/wiki/ANOVA\">http://en.wikipedia.org/wiki/ANOVA</link>"
+msgid "For more information on Z-tests, refer to the <link href=\"http://en.wikipedia.org/wiki/Z-test\">corresponding Wikipedia article</link>."
+msgstr "より統計的相関に関する詳しい情報は、<link href=\"http://en.wikipedia.org/wiki/Correlation\">http://en.wikipedia.org/wiki/Correlation</link>を参照してください。"
#: statistics.xhp
msgctxt ""
@@ -70191,7 +71609,7 @@ msgctxt ""
"statistics.xhp\n"
"par_id1003990\n"
"help.text"
-msgid "<variable id=\"sam02\">Menu <emph>Data - Statistics - Chi-square Test...</emph></variable>"
+msgid "<variable id=\"sam02\">Choose <emph>Data - Statistics - Chi-square Test</emph></variable>"
msgstr "<variable id=\"sam02\">メニュー <emph>データ - 統計 - F 検定...</emph></variable>"
#: statistics.xhp
@@ -70200,8 +71618,8 @@ msgctxt ""
"statistics.xhp\n"
"par_id1004000\n"
"help.text"
-msgid "For more information on Chi-square tests, see the Wikipedia: <link href=\"http://en.wikipedia.org/wiki/Chi-square_test\">http://en.wikipedia.org/wiki/Chi-square_test</link>"
-msgstr "より詳しい情報は、Wikipedia を参照してください: <link href=\"http://en.wikipedia.org/wiki/ANOVA\">http://en.wikipedia.org/wiki/ANOVA</link>"
+msgid "For more information on chi-square tests, refer to the <link href=\"http://en.wikipedia.org/wiki/Chi-square_test\">corresponding Wikipedia article</link>."
+msgstr "より統計的相関に関する詳しい情報は、<link href=\"http://en.wikipedia.org/wiki/Correlation\">http://en.wikipedia.org/wiki/Correlation</link>を参照してください。"
#: statistics.xhp
msgctxt ""
@@ -70285,6 +71703,196 @@ msgctxt ""
msgid "Critical Value"
msgstr ""
+#: statistics.xhp
+msgctxt ""
+"statistics.xhp\n"
+"par_id1004140\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/statistics_regression.xhp#regressionanalysis\">Regression Analysis</link>"
+msgstr ""
+
+#: statistics_regression.xhp
+msgctxt ""
+"statistics_regression.xhp\n"
+"tit\n"
+"help.text"
+msgid "Regression Analysis"
+msgstr ""
+
+#: statistics_regression.xhp
+msgctxt ""
+"statistics_regression.xhp\n"
+"hd_id1701201615033510\n"
+"help.text"
+msgid "Regression Analysis"
+msgstr ""
+
+#: statistics_regression.xhp
+msgctxt ""
+"statistics_regression.xhp\n"
+"par_id1001240\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/regressiondialog/RegressionDialog\">Produces the regression analysis of a data set</ahelp>"
+msgstr ""
+
+#: statistics_regression.xhp
+#, fuzzy
+msgctxt ""
+"statistics_regression.xhp\n"
+"bm_id2764278\n"
+"help.text"
+msgid "<bookmark_value>Analysis toolpack;regression analysis</bookmark_value> <bookmark_value>regression analysis;Analysis toolpack</bookmark_value> <bookmark_value>Data statistics;regression analysis</bookmark_value>"
+msgstr "<bookmark_value>分析ツール;分散分析</bookmark_value> <bookmark_value>分散分析;分析ツール</bookmark_value> <bookmark_value>データ統計;分散分析</bookmark_value>"
+
+#: statistics_regression.xhp
+#, fuzzy
+msgctxt ""
+"statistics_regression.xhp\n"
+"par_id1000040\n"
+"help.text"
+msgid "<variable id=\"sam01\">Menu <emph>Data - Statistics - Regression...</emph></variable>"
+msgstr "<variable id=\"sam01\">メニュー <emph>データ - 統計 - t 検定...</emph></variable>"
+
+#: statistics_regression.xhp
+#, fuzzy
+msgctxt ""
+"statistics_regression.xhp\n"
+"par_id1001270\n"
+"help.text"
+msgid "For more information, please visit the Wikipedia: <link href=\"http://en.wikipedia.org/wiki/Regression_analysis\">http://en.wikipedia.org/wiki/Regression_analysis</link>"
+msgstr "より詳しい情報は、Wikipedia を参照してください: <link href=\"http://en.wikipedia.org/wiki/ANOVA\">http://en.wikipedia.org/wiki/ANOVA</link>"
+
+#: statistics_regression.xhp
+msgctxt ""
+"statistics_regression.xhp\n"
+"hd_id1000070\n"
+"help.text"
+msgid "Output Regression Type"
+msgstr ""
+
+#: statistics_regression.xhp
+msgctxt ""
+"statistics_regression.xhp\n"
+"par_id1001280\n"
+"help.text"
+msgid "Set the regression type. Three types are available:"
+msgstr ""
+
+#: statistics_regression.xhp
+msgctxt ""
+"statistics_regression.xhp\n"
+"par_id1701201620334364\n"
+"help.text"
+msgid "<emph>Linear Regression</emph>: find a strait line in the form of <item type=\"literal\">y = a.x + b</item>, where <item type=\"literal\">a</item> is the slope and <item type=\"literal\">b</item> is the intercept that best fits the data."
+msgstr ""
+
+#: statistics_regression.xhp
+msgctxt ""
+"statistics_regression.xhp\n"
+"par_id1701201620340168\n"
+"help.text"
+msgid "<emph>Logarithmic regression</emph>: find a logarithmic curve in the form of <item type=\"literal\">y = a.ln(x) + b</item>, where <item type=\"literal\">a</item> is the slope, <item type=\"literal\">b</item> is the intercept and <item type=\"literal\">ln(x)</item> is the natural logarithm of <item type=\"literal\">x</item>, that best fits the data."
+msgstr ""
+
+#: statistics_regression.xhp
+msgctxt ""
+"statistics_regression.xhp\n"
+"par_id1701201620340139\n"
+"help.text"
+msgid "<emph>Power regression</emph>: Find a power curve in the form of <item type=\"literal\">y = a.x^b</item>, where <item type=\"literal\">a</item> is the slope, <item type=\"literal\">b</item> is the intercept that best fits the data."
+msgstr ""
+
+#: statistics_regression.xhp
+msgctxt ""
+"statistics_regression.xhp\n"
+"par_id1001310\n"
+"help.text"
+msgid "The results of the three types of <emph>regression analysis</emph> of the measurements in the table above are shown below."
+msgstr ""
+
+#: statistics_regression.xhp
+msgctxt ""
+"statistics_regression.xhp\n"
+"par_id1701201618090526\n"
+"help.text"
+msgid "Regression"
+msgstr ""
+
+#: statistics_regression.xhp
+msgctxt ""
+"statistics_regression.xhp\n"
+"par_id1701201618090542\n"
+"help.text"
+msgid "Regression Model"
+msgstr ""
+
+#: statistics_regression.xhp
+#, fuzzy
+msgctxt ""
+"statistics_regression.xhp\n"
+"par_id1701201618090596\n"
+"help.text"
+msgid "Linear"
+msgstr "足し算"
+
+#: statistics_regression.xhp
+msgctxt ""
+"statistics_regression.xhp\n"
+"par_id1701201618090586\n"
+"help.text"
+msgid "Logarithmic"
+msgstr ""
+
+#: statistics_regression.xhp
+#, fuzzy
+msgctxt ""
+"statistics_regression.xhp\n"
+"par_id1701201618090555\n"
+"help.text"
+msgid "Power"
+msgstr "出力"
+
+#: statistics_regression.xhp
+msgctxt ""
+"statistics_regression.xhp\n"
+"par_id1701201618090553\n"
+"help.text"
+msgid "R^2"
+msgstr ""
+
+#: statistics_regression.xhp
+#, fuzzy
+msgctxt ""
+"statistics_regression.xhp\n"
+"par_id1701201618090595\n"
+"help.text"
+msgid "Standard Error"
+msgstr "標準誤差"
+
+#: statistics_regression.xhp
+msgctxt ""
+"statistics_regression.xhp\n"
+"par_id1701201618090563\n"
+"help.text"
+msgid "Slope"
+msgstr ""
+
+#: statistics_regression.xhp
+msgctxt ""
+"statistics_regression.xhp\n"
+"par_id1701201618090642\n"
+"help.text"
+msgid "Intercept"
+msgstr ""
+
+#: statistics_regression.xhp
+msgctxt ""
+"statistics_regression.xhp\n"
+"par_id14337286612130\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/statistics.xhp#datasampling\">Sampling</link>, <link href=\"text/scalc/01/statistics.xhp#descriptivestatistics\">Descriptive Statistics</link>, <link href=\"text/scalc/01/statistics.xhp#anova\">Analysis of Variance (ANOVA)</link>, <link href=\"text/scalc/01/statistics.xhp#correlation\">Correlation</link>, <link href=\"text/scalc/01/statistics.xhp#covariance\">Covariance</link>, <link href=\"text/scalc/01/statistics.xhp#exponentialsmoothing\">Exponential Smoothing</link>, <link href=\"text/scalc/01/statistics.xhp#movingaverage\">Moving Average</link>, <link href=\"text/scalc/01/statistics.xhp#ttest\">t-test</link>, <link href=\"text/scalc/01/statistics.xhp#ftest\">F-test</link>, <link href=\"text/scalc/01/statistics.xhp#ztest\">Z-test</link>, <link href=\"text/scalc/01/statistics.xhp#chisqtest\">Chi-square test</link>."
+msgstr ""
+
#: text2columns.xhp
msgctxt ""
"text2columns.xhp\n"
diff --git a/source/ja/helpcontent2/source/text/scalc/04.po b/source/ja/helpcontent2/source/text/scalc/04.po
index 266e17273eb..0164a52a9fc 100644
--- a/source/ja/helpcontent2/source/text/scalc/04.po
+++ b/source/ja/helpcontent2/source/text/scalc/04.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-04-22 23:39+0200\n"
-"PO-Revision-Date: 2015-08-24 05:38+0000\n"
+"POT-Creation-Date: 2016-03-09 20:48+0100\n"
+"PO-Revision-Date: 2015-12-11 12:28+0000\n"
"Last-Translator: system user <>\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: 1440394737.000000\n"
+"X-POOTLE-MTIME: 1449836895.000000\n"
#: 01020000.xhp
msgctxt ""
@@ -576,12 +576,13 @@ msgid "Enter (in a selected range)"
msgstr "(Enter) キー (選択範囲内)"
#: 01020000.xhp
+#, fuzzy
msgctxt ""
"01020000.xhp\n"
"par_id3153935\n"
"100\n"
"help.text"
-msgid "Moves the cursor down one cell in a selected range. To specify the direction that the cursor moves, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - General</emph>."
+msgid "Moves the cursor down one cell in a selected range. To specify the direction that the cursor moves, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - General</emph>."
msgstr "選択範囲内で1つ下のセルにカーソルを移動します。カーソルの移動方向を指定するには、 <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> - %PRODUCTNAME Calc - 全般</emph> で選択します。"
#: 01020000.xhp
diff --git a/source/ja/helpcontent2/source/text/scalc/guide.po b/source/ja/helpcontent2/source/text/scalc/guide.po
index 2be81c09e10..88ef8fe8313 100644
--- a/source/ja/helpcontent2/source/text/scalc/guide.po
+++ b/source/ja/helpcontent2/source/text/scalc/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-11-10 19:33+0100\n"
-"PO-Revision-Date: 2015-07-20 05:58+0000\n"
-"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2016-04-14 00:09+0000\n"
+"Last-Translator: junichi matsukawa <jr4air@kagaku.xii.jp>\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: 1437371891.000000\n"
+"X-POOTLE-MTIME: 1460592563.000000\n"
#: address_auto.xhp
msgctxt ""
@@ -25,62 +25,64 @@ msgid "Recognizing Names as Addressing"
msgstr "名前を参照として使う"
#: address_auto.xhp
+#, fuzzy
msgctxt ""
"address_auto.xhp\n"
"bm_id3148797\n"
"help.text"
-msgid "<bookmark_value>automatic addressing in tables</bookmark_value> <bookmark_value>natural language addressing</bookmark_value> <bookmark_value>formulas; using row/column labels</bookmark_value> <bookmark_value>text in cells; as addressing</bookmark_value> <bookmark_value>addressing; automatic</bookmark_value> <bookmark_value>name recognition on/off</bookmark_value> <bookmark_value>row headers;using in formulas</bookmark_value> <bookmark_value>column headers;using in formulas</bookmark_value> <bookmark_value>columns; finding labels automatically</bookmark_value> <bookmark_value>rows; finding labels automatically</bookmark_value> <bookmark_value>recognizing; column and row labels</bookmark_value>"
+msgid "<bookmark_value>automatic addressing in tables</bookmark_value> <bookmark_value>natural language addressing</bookmark_value> <bookmark_value>formulas; using row/column labels</bookmark_value> <bookmark_value>text in cells; as addressing</bookmark_value> <bookmark_value>addressing; automatic</bookmark_value> <bookmark_value>name recognition on/off</bookmark_value> <bookmark_value>row headers;using in formulas</bookmark_value> <bookmark_value>column headers;using in formulas</bookmark_value> <bookmark_value>columns; finding labels automatically</bookmark_value> <bookmark_value>rows; finding labels automatically</bookmark_value> <bookmark_value>recognizing; column and row labels</bookmark_value>"
msgstr "<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>列ヘッダー;数式で使用</bookmark_value><bookmark_value>列; ラベルを自動検索する</bookmark_value><bookmark_value>行; ラベルを自動検索する</bookmark_value><bookmark_value>認識; 列ラベルと行ラベル</bookmark_value>"
#: address_auto.xhp
+#, fuzzy
msgctxt ""
"address_auto.xhp\n"
"hd_id3148797\n"
-"20\n"
"help.text"
msgid "<variable id=\"address_auto\"><link href=\"text/scalc/guide/address_auto.xhp\" name=\"Recognizing Names as Addressing\">Recognizing Names as Addressing</link></variable>"
msgstr "<variable id=\"address_auto\"><link href=\"text/scalc/guide/address_auto.xhp\" name=\"名前を参照として使う\">名前を参照として使う</link></variable>"
#: address_auto.xhp
+#, fuzzy
msgctxt ""
"address_auto.xhp\n"
"par_id3152597\n"
-"21\n"
"help.text"
msgid "You can use cells with text to refer to the rows or to the columns that contain the cells."
msgstr "テキストを含むセルを、そのセルを含む行や列の参照用として使用できます。"
#: address_auto.xhp
+#, fuzzy
msgctxt ""
"address_auto.xhp\n"
"par_id3156283\n"
"help.text"
-msgid "<image id=\"img_id3154942\" src=\"res/helpimg/names_as_addressing.png\" width=\"2.1291in\" height=\"0.8709in\" localize=\"true\"><alt id=\"alt_id3154942\">Example spreadsheet</alt></image>"
+msgid "<image id=\"img_id3154942\" src=\"res/helpimg/names_as_addressing.png\" width=\"5.408cm\" height=\"2.212cm\" localize=\"true\"><alt id=\"alt_id3154942\">Example spreadsheet</alt></image>"
msgstr "<image id=\"img_id3154942\" src=\"res/helpimg/names_as_addressing.png\" width=\"2.1291in\" height=\"0.8709in\" localize=\"true\"><alt id=\"alt_id3154942\">表計算ドキュメントの例</alt></image>"
#: address_auto.xhp
+#, fuzzy
msgctxt ""
"address_auto.xhp\n"
"par_id3154512\n"
-"22\n"
"help.text"
msgid "In the example spreadsheet, you can use the string <item type=\"literal\">'Column One'</item> in a formula to refer to the cell range <item type=\"literal\">B3</item> to <item type=\"literal\">B5</item>, or <item type=\"literal\">'Column Two'</item> for the cell range <item type=\"literal\">C2</item> to <item type=\"literal\">C5</item>. You can also use <item type=\"literal\">'Row One'</item> for the cell range <item type=\"literal\">B3</item> to <item type=\"literal\">D3</item>, or <item type=\"literal\">'Row Two'</item> for the cell range <item type=\"literal\">B4</item> to <item type=\"literal\">D4</item>. The result of a formula that uses a cell name, for example, <item type=\"literal\">SUM('Column One')</item>, is 600."
msgstr "ここでは、数式で文字列<item type=\"literal\">'列 1'</item> をセル範囲 <item type=\"literal\">B3</item> ~ <item type=\"literal\">B5</item> に、<item type=\"literal\">'列 2'</item> をセル範囲 <item type=\"literal\">C2</item> ~ <item type=\"literal\">C5</item>、というように参照できます。また、セル範囲 <item type=\"literal\">B3</item> ~ <item type=\"literal\">D3</item> に対して <item type=\"literal\">'行 1'</item>、セル範囲 <item type=\"literal\">B4</item> ~ <item type=\"literal\">D4</item> に対して <item type=\"literal\">'行 2'</item> も使用できます。セル名を使用する数式 (<item type=\"literal\">SUM('列 1')</item> など) は、600 を返します。"
#: address_auto.xhp
+#, fuzzy
msgctxt ""
"address_auto.xhp\n"
"par_id3155443\n"
-"24\n"
"help.text"
-msgid "This function is active by default. To turn this function off, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph> and clear the <emph>Automatically find column and row labels</emph> check box."
+msgid "This function is active by default. To turn this function off, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Calculate</emph> and clear the <emph>Automatically find column and row labels</emph> check box."
msgstr "この機能は標準で有効になっています。この機能を無効にするには <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 計算式</emph> を選択して、<emph>行と列のラベルを自動的に検索</emph> のチェックボックスをオフにします。"
#: address_auto.xhp
+#, fuzzy
msgctxt ""
"address_auto.xhp\n"
"par_id3149210\n"
-"37\n"
"help.text"
msgid "If you want a name to be automatically recognized by Calc, the name must start with a letter and be composed of alphanumeric characters. If you enter the name in the formula yourself, enclose the name in single quotation marks ('). If a single quotation mark appears in a name, you must enter a backslash in front of the quotation mark, for example, <item type=\"literal\">'Harry\\'s Bar'.</item>"
msgstr "項目名を Calc に自動的に認識させるには、名前に英数字を使用し、一文字目をアルファベットにする必要があります。自分で数式に名前を入力する際には、一重引用符 (')を前後に付けます。名前に一重引用符がすでに使われている場合は、その前に記号「\\」を付け、<emph>'Harry\\'s Bar'</emph> などのようにします。"
@@ -192,12 +194,12 @@ msgid "Quotation Marks Replaced by Custom Quotes"
msgstr "ユーザー定義引用符による引用符の置き換え"
#: auto_off.xhp
+#, fuzzy
msgctxt ""
"auto_off.xhp\n"
"par_id3155333\n"
-"9\n"
"help.text"
-msgid "Choose <emph>Tools - AutoCorrect Options</emph>. Go to the <emph>Localized Options</emph> tab and unmark <emph>Replace</emph>."
+msgid "Choose <emph>Tools - AutoCorrect - AutoCorrect Options</emph>. Go to the <emph>Localized Options</emph> tab and unmark <emph>Replace</emph>."
msgstr "<emph>ツール → オートコレクトオプション</emph> を選択します。見出しページ <emph>言語固有のオプション</emph> を開いて、<emph>置換</emph> をオフにします。"
#: auto_off.xhp
@@ -210,12 +212,12 @@ msgid "Cell Content Always Begins With Uppercase"
msgstr "セル内容が常に大文字で始まる"
#: auto_off.xhp
+#, fuzzy
msgctxt ""
"auto_off.xhp\n"
"par_id3147001\n"
-"13\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect Options</item>. Go to the <item type=\"menuitem\">Options</item> tab. Unmark <item type=\"menuitem\">Capitalize first letter of every sentence</item>."
+msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options</item>. Go to the <item type=\"menuitem\">Options</item> tab. Unmark <item type=\"menuitem\">Capitalize first letter of every sentence</item>."
msgstr "<item type=\"menuitem\">ツール - オートコレクトオプション</item>を選択し、<item type=\"menuitem\">オプション</item>タブを開きます。 そして<item type=\"menuitem\">すべての文を大文字で始める</item>のチェックを外します。"
#: auto_off.xhp
@@ -228,12 +230,12 @@ msgid "Replace Word With Another Word"
msgstr "単語を別の単語に置換する"
#: auto_off.xhp
+#, fuzzy
msgctxt ""
"auto_off.xhp\n"
"par_id3166425\n"
-"17\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect Options</item>. Go to the <item type=\"menuitem\">Replace</item> tab. Select the word pair and click <item type=\"menuitem\">Delete</item>."
+msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options</item>. Go to the <item type=\"menuitem\">Replace</item> tab. Select the word pair and click <item type=\"menuitem\">Delete</item>."
msgstr "<item type=\"menuitem\">ツール - オートコレクトオプション</item>を選択し、<item type=\"menuitem\">置換</item>タブを開きます。 そしてリストを選択して<item type=\"menuitem\">削除</item>をクリックします。"
#: auto_off.xhp
@@ -246,12 +248,12 @@ msgid "<link href=\"text/scalc/01/06130000.xhp\" name=\"Tools - Cell Contents -
msgstr "<link href=\"text/scalc/01/06130000.xhp\" name=\"ツール → セルの内容 → オートインプット\">ツール → セルの内容 → オートインプット</link>"
#: auto_off.xhp
+#, fuzzy
msgctxt ""
"auto_off.xhp\n"
"par_id3154368\n"
-"20\n"
"help.text"
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"Tools - AutoCorrect\">Tools - AutoCorrect Options</link>"
+msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"Tools - AutoCorrect\">Tools - AutoCorrect - AutoCorrect Options</link>"
msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"ツール → オートコレクト\">ツール → オートコレクトオプション</link>"
#: autofilter.xhp
@@ -1166,101 +1168,102 @@ msgid "Calculating With Dates and Times"
msgstr "日付と時刻を計算する"
#: calc_date.xhp
+#, fuzzy
msgctxt ""
"calc_date.xhp\n"
"bm_id3146120\n"
"help.text"
-msgid "<bookmark_value>dates; in cells</bookmark_value> <bookmark_value>times; in cells</bookmark_value> <bookmark_value>cells;date and time formats</bookmark_value> <bookmark_value>current date and time values</bookmark_value>"
+msgid "<bookmark_value>dates; in cells</bookmark_value> <bookmark_value>times; in cells</bookmark_value> <bookmark_value>cells;date and time formats</bookmark_value> <bookmark_value>current date and time values</bookmark_value>"
msgstr "<bookmark_value>日付; セル</bookmark_value><bookmark_value>時刻; セル</bookmark_value><bookmark_value>セル;日付と時刻フォーマット</bookmark_value><bookmark_value>現在の日付と時刻の値</bookmark_value>"
#: calc_date.xhp
+#, fuzzy
msgctxt ""
"calc_date.xhp\n"
"hd_id3146120\n"
-"11\n"
"help.text"
msgid "<variable id=\"calc_date\"><link href=\"text/scalc/guide/calc_date.xhp\" name=\"Calculating With Dates and Times\">Calculating With Dates and Times</link></variable>"
msgstr "<variable id=\"calc_date\"><link href=\"text/scalc/guide/calc_date.xhp\" name=\"日付と時刻を計算する\">日付と時刻を計算する</link></variable>"
#: calc_date.xhp
+#, fuzzy
msgctxt ""
"calc_date.xhp\n"
"par_id3154320\n"
-"12\n"
"help.text"
msgid "In $[officename] Calc, you can perform calculations with current date and time values. As an example, to find out exactly how old you are in seconds or hours, follow the following steps:"
msgstr "$[officename] Calc では、日付と時刻 (両方ともコンピュータの内部クロックから取得される) を表示できるだけではありません。日付と時刻を計算することもできます。たとえば、自分の年齢が何歳と何時間何分何秒であるかを正確に計算するには、次のように行います。"
#: calc_date.xhp
+#, fuzzy
msgctxt ""
"calc_date.xhp\n"
"par_id3150750\n"
-"13\n"
"help.text"
msgid "In a spreadsheet, enter your birthday in cell A1."
msgstr "新しい白紙の表計算ドキュメントを開きます。セル A1 に誕生日を 66/4/26 のように入力します。"
#: calc_date.xhp
+#, fuzzy
msgctxt ""
"calc_date.xhp\n"
"par_id3145642\n"
-"14\n"
"help.text"
msgid "Enter the following formula in cell A3: <item type=\"literal\">=NOW()-A1</item>"
msgstr "セル A3 に次の数式を入力してください: <item type=\"literal\">=NOW()-A1</item>"
#: calc_date.xhp
+#, fuzzy
msgctxt ""
"calc_date.xhp\n"
"par_id3149020\n"
-"52\n"
"help.text"
-msgid "After pressing the <item type=\"keycode\">Enter</item> key you will see the result in date format. Since the result should show the difference between two dates as a number of days, you must format cell A3 as a number."
+msgid "After pressing the Enter key you will see the result in date format. Since the result should show the difference between two dates as a number of days, you must format cell A3 as a number."
msgstr "Enter キーを押すと、結果が日付書式で表示されます。2 つの日付間の差を求めるのが目的であるため、セル A3 を数値書式にする必要があります。"
#: calc_date.xhp
+#, fuzzy
msgctxt ""
"calc_date.xhp\n"
"par_id3155335\n"
-"53\n"
"help.text"
msgid "Place the cursor in cell A3, right-click to open a context menu and choose <emph>Format Cells</emph>."
msgstr "セルカーソルを A3 に置き、セルの書式を数値に変更します。そのためにはセル A3 からコンテキストメニューを(マウスの右クリックで)呼び出し、<emph>セルの書式設定...</emph> を選択します。"
#: calc_date.xhp
+#, fuzzy
msgctxt ""
"calc_date.xhp\n"
"par_id3147343\n"
-"54\n"
"help.text"
msgid "The <item type=\"menuitem\">Format Cells</item> dialog appears. On the <item type=\"menuitem\">Numbers</item> tab, the \"Number\" category will appear already highlighted. The format is set to \"General\", which causes the result of a calculation containing date entries to be displayed as a date. To display the result as a number, set the number format to \"-1,234\" and close the dialog with the <item type=\"menuitem\">OK</item> button."
msgstr "<emph>セルの書式設定</emph> ダイアログが開きます。<emph>数</emph> 見出しページではすでに、<emph>数値</emph> 分類が選択されています。書式が「標準」に設定されているため、日付を含む計算結果も日付として表示されます。結果を数値として表示する場合、たとえば、数値書式に「-1,234」を設定します。<emph>OK</emph> ボタンをクリックして、ダイアログを閉じます。"
#: calc_date.xhp
+#, fuzzy
msgctxt ""
"calc_date.xhp\n"
"par_id3147001\n"
-"15\n"
"help.text"
msgid "The number of days between today's date and the specified date is displayed in cell A3."
msgstr "セル A3 には、入力した日付から今日までの日数が表示されます。"
#: calc_date.xhp
+#, fuzzy
msgctxt ""
"calc_date.xhp\n"
"par_id3150304\n"
-"16\n"
"help.text"
-msgid "Experiment with some additional formulas: in A4 enter =A3*24 to calculate the hours, in A5 enter =A4*60 for the minutes, and in A6 enter =A5*60 for seconds. Press the <item type=\"keycode\">Enter</item> key after each formula."
+msgid "Experiment with some additional formulas: in A4 enter =A3*24 to calculate the hours, in A5 enter =A4*60 for the minutes, and in A6 enter =A5*60 for seconds. Press the Enter key after each formula."
msgstr "さらに希望に応じて次の数式が使用できます。時間の計算には数式 =A3*24 をセル A4 に、分の計算には数式 =A4*60 をセル A5 に、そして秒の計算には数式 =A5*60 をセル A6 に入力して確定します。"
#: calc_date.xhp
+#, fuzzy
msgctxt ""
"calc_date.xhp\n"
"par_id3149207\n"
-"17\n"
"help.text"
-msgid "The time since your date of birth will be calculated and displayed in the various units. The values are calculated as of the exact moment when you entered the last formula and pressed the <item type=\"keycode\">Enter</item> key. This value is not automatically updated, although \"Now\" continuously changes. In the <emph>Tools</emph> menu, the menu item <emph>Cell Contents - AutoCalculate</emph> is normally active; however, automatic calculation does not apply to the function NOW. This ensures that your computer is not solely occupied with updating the sheet."
+msgid "The time since your date of birth will be calculated and displayed in the various units. The values are calculated as of the exact moment when you entered the last formula and pressed the Enter key. This value is not automatically updated, although \"Now\" continuously changes. In the <emph>Tools</emph> menu, the menu item <emph>Cell Contents - AutoCalculate</emph> is normally active; however, automatic calculation does not apply to the function NOW. This ensures that your computer is not solely occupied with updating the sheet."
msgstr "これで、誕生日から今現在までの期間がさまざまな単位計算されて表示されました。計算の際、秒数はセル A6 に数式を入れて Enter キーを押して確定した時点の値が採用されます。NOW の値は刻々変わるものですが、この計算結果は更新されません。メニュー <emph>ツール</emph> の <emph>セルの内容 → 自動計算</emph> コマンドが標準設定ではオンになっていますが、それは関数 NOW には適用されません。それは、この値の更新のみにコンピュータが作動していないといけなくなるためです。"
#: calc_series.xhp
@@ -1364,12 +1367,13 @@ msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command
msgstr "同じ値をセルに入力したい場合は、<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> を押しながらドラッグします。"
#: calc_series.xhp
+#, fuzzy
msgctxt ""
"calc_series.xhp\n"
"par_id3154490\n"
"18\n"
"help.text"
-msgid "If you select two or more adjacent cells that contain different numbers, and drag, the remaining cells are filled with the arithmetic pattern that is recognized in the numbers. The AutoFill function also recognizes customized lists that are defined under <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</item>."
+msgid "If you select two or more adjacent cells that contain different numbers, and drag, the remaining cells are filled with the arithmetic pattern that is recognized in the numbers. The AutoFill function also recognizes customized lists that are defined under <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Calc - Sort Lists</item>."
msgstr "異なる数値が入力されている選択範囲を選択して同様の操作を行うと、セル間の数値関係を計算して残りのセルを埋めます。オートフィル機能は <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 順序リスト</item> で定義されたユーザー定義リストも認識します。"
#: calc_series.xhp
@@ -1398,12 +1402,13 @@ msgid "Select the cell range in the sheet that you want to fill."
msgstr "まず、連続入力を行うシートの範囲を選択します。"
#: calc_series.xhp
+#, fuzzy
msgctxt ""
"calc_series.xhp\n"
"par_id3154754\n"
"19\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Edit - Fill - Series</item>."
+msgid "Choose <item type=\"menuitem\">Sheet - Fill Cells - Series</item>."
msgstr "<item type=\"menuitem\">編集 → 連続データ → 連続データの作成</item>を選択します。"
#: calc_series.xhp
@@ -2483,120 +2488,121 @@ msgid "Assigning Formats by Formula"
msgstr "数式を使って書式を割り当てる"
#: cellstyle_by_formula.xhp
+#, fuzzy
msgctxt ""
"cellstyle_by_formula.xhp\n"
"bm_id3145673\n"
"help.text"
-msgid "<bookmark_value>formats; assigning by formulas</bookmark_value> <bookmark_value>cell formats; assigning by formulas</bookmark_value> <bookmark_value>STYLE function example</bookmark_value> <bookmark_value>cell styles;assigning by formulas</bookmark_value> <bookmark_value>formulas;assigning cell formats</bookmark_value>"
+msgid "<bookmark_value>formats; assigning by formulas</bookmark_value> <bookmark_value>cell formats; assigning by formulas</bookmark_value> <bookmark_value>STYLE function example</bookmark_value> <bookmark_value>cell styles;assigning by formulas</bookmark_value> <bookmark_value>formulas;assigning cell formats</bookmark_value>"
msgstr "<bookmark_value>書式; 数式を使って割り当てる</bookmark_value><bookmark_value>セルの書式; 数式を使って割り当てる</bookmark_value><bookmark_value>STYLE 関数の例</bookmark_value><bookmark_value>セルスタイル; 数式を使って割り当てる</bookmark_value><bookmark_value>数式; セルの書式を割り当てる</bookmark_value>"
#: cellstyle_by_formula.xhp
+#, fuzzy
msgctxt ""
"cellstyle_by_formula.xhp\n"
"hd_id3145673\n"
-"13\n"
"help.text"
-msgid "<variable id=\"cellstyle_by_formula\"><link href=\"text/scalc/guide/cellstyle_by_formula.xhp\" name=\"Assigning Formats by Formula\">Assigning Formats by Formula</link> </variable>"
+msgid "<variable id=\"cellstyle_by_formula\"><link href=\"text/scalc/guide/cellstyle_by_formula.xhp\" name=\"Assigning Formats by Formula\">Assigning Formats by Formula</link></variable>"
msgstr "<variable id=\"cellstyle_by_formula\"><link href=\"text/scalc/guide/cellstyle_by_formula.xhp\" name=\"数式を使って書式を割り当てる\">数式を使って書式を割り当てる</link> </variable>"
#: cellstyle_by_formula.xhp
+#, fuzzy
msgctxt ""
"cellstyle_by_formula.xhp\n"
"par_id3150275\n"
-"14\n"
"help.text"
msgid "The STYLE() function can be added to an existing formula in a cell. For example, together with the CURRENT function, you can color a cell depending on its value. The formula =...+STYLE(IF(CURRENT()>3; \"Red\"; \"Green\")) applies the cell style \"Red\" to cells if the value is greater than 3, otherwise the cell style \"Green\" is applied."
msgstr "STYLE() 関数は、セル内の既存の数式に追加することができます。 たとえば、CURRENT 関数と共に使用し、入っている値にもとづいてセルに色を付けることができます。 数式 =...+STYLE(IF(CURRENT()>3; \"Red\"; \"Green\")) は、値が 3 を超える場合はセルのスタイルとして \"Red (赤)\" を、値が 3 を超えない場合はセルスタイル \"Green (緑)\" をセルに適用することを意味します。"
#: cellstyle_by_formula.xhp
+#, fuzzy
msgctxt ""
"cellstyle_by_formula.xhp\n"
"par_id3151385\n"
-"15\n"
"help.text"
-msgid "If you would like to apply a formula to all cells in a selected area, you can use the <item type=\"menuitem\">Find & Replace</item> dialog."
+msgid "If you would like to apply a formula to all cells in a selected area, you can use the <item type=\"menuitem\">Find & Replace</item> dialog."
msgstr "選択したセル範囲のすべてのセルに数式を適用するには、ダイアログ <emph>検索と置換</emph> を使用します。"
#: cellstyle_by_formula.xhp
+#, fuzzy
msgctxt ""
"cellstyle_by_formula.xhp\n"
"par_id3149456\n"
-"16\n"
"help.text"
msgid "Select all the desired cells."
msgstr "該当するセルを全て選択します。"
#: cellstyle_by_formula.xhp
+#, fuzzy
msgctxt ""
"cellstyle_by_formula.xhp\n"
"par_id3148797\n"
-"17\n"
"help.text"
msgid "Select the menu command <emph>Edit - Find & Replace</emph>."
msgstr "メニューから<emph>編集 → 検索と置換</emph> を選択します。"
#: cellstyle_by_formula.xhp
+#, fuzzy
msgctxt ""
"cellstyle_by_formula.xhp\n"
"par_id3150767\n"
-"18\n"
"help.text"
msgid "For the <item type=\"menuitem\">Search for</item> term, enter: .<item type=\"literal\">*</item>"
msgstr "用語の検索を入力してください: .<item type=\"literal\">*</item>"
#: cellstyle_by_formula.xhp
+#, fuzzy
msgctxt ""
"cellstyle_by_formula.xhp\n"
"par_id3153770\n"
-"19\n"
"help.text"
msgid "\".*\" is a regular expression that designates the contents of the current cell."
msgstr "「.*」は、現在のセルの内容すべてを示す正規表現です。"
#: cellstyle_by_formula.xhp
+#, fuzzy
msgctxt ""
"cellstyle_by_formula.xhp\n"
"par_id3153143\n"
-"20\n"
"help.text"
msgid "Enter the following formula in the <item type=\"menuitem\">Replace with</item> field: <item type=\"literal\">=&+STYLE(IF(CURRENT()>3;\"Red\";\"Green\"))</item>"
msgstr "置換フィールドに次の数式を入力してください。<item type=\"literal\">=&+STYLE(IF(CURRENT()>3;\"Red\";\"Green\"))</item>"
#: cellstyle_by_formula.xhp
+#, fuzzy
msgctxt ""
"cellstyle_by_formula.xhp\n"
"par_id3146975\n"
-"21\n"
"help.text"
msgid "The \"&\" symbol designates the current contents of the <emph>Search for</emph> field. The line must begin with an equal sign, since it is a formula. It is assumed that the cell styles \"Red\" and \"Green\" already exist."
msgstr "記号「&」は、<emph>検索テキスト</emph> の現在の内容を示す正規表現です。行は数式であるため、イコール記号で始まる必要があります。ここては、「赤」と「緑」という名前のセルスタイルがすでに存在すると仮定します。"
#: cellstyle_by_formula.xhp
+#, fuzzy
msgctxt ""
"cellstyle_by_formula.xhp\n"
"par_id3149262\n"
-"22\n"
"help.text"
msgid "Mark the fields <link href=\"text/shared/01/02100000.xhp\" name=\"Regular expressions\"><emph>Regular expressions</emph></link> and <emph>Current selection only</emph>. Click <emph>Find All</emph>."
msgstr "<link href=\"text/shared/01/02100000.xhp\" name=\"正規表現\"><emph>正規表現</emph></link> と <emph>選択範囲のみ</emph> をオンにします。<emph>すべて検索</emph> をクリックします。"
#: cellstyle_by_formula.xhp
+#, fuzzy
msgctxt ""
"cellstyle_by_formula.xhp\n"
"par_id3144767\n"
-"24\n"
"help.text"
msgid "All cells with contents that were included in the selection are now highlighted."
msgstr "選択範囲内で内容が入力されているセルは、反転表示されます。"
#: cellstyle_by_formula.xhp
+#, fuzzy
msgctxt ""
"cellstyle_by_formula.xhp\n"
"par_id3147127\n"
-"23\n"
"help.text"
-msgid "Click <item type=\"menuitem\">Replace all</item>."
-msgstr "<item type=\"menuitem\">全て置換</item>をクリック。"
+msgid "Click <item type=\"menuitem\">Replace all</item>."
+msgstr "<item type=\"menuitem\">開く</item>をクリックします。"
#: cellstyle_conditional.xhp
msgctxt ""
@@ -3564,12 +3570,13 @@ msgid "You will see the <item type=\"menuitem\">Text Import</item> dialog. Click
msgstr "<item type=\"menuitem\">テキストインポート</item>ダイアログが表示されます。<item type=\"menuitem\">OK</item>をクリックします。"
#: csv_formula.xhp
+#, fuzzy
msgctxt ""
"csv_formula.xhp\n"
"par_id3149255\n"
"19\n"
"help.text"
-msgid "If the csv file contains formulas, but you want to import the results of those formulas, then choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph> and clear the <emph>Formulas</emph> check box."
+msgid "If the csv file contains formulas, but you want to import the results of those formulas, then choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - View</emph> and clear the <emph>Formulas</emph> check box."
msgstr "csv ファイルに数式が含まれているが、それらの数式の結果をインポートしたいときは <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 表示</emph> を選択して、 <emph>数式</emph> のチェックをオフにします。"
#: csv_formula.xhp
@@ -3600,12 +3607,13 @@ msgid "If you want to export the formulas as formulas, for example, in the form
msgstr "数式を数式の形式 (例えば =SUM(A1:B5)) のままエクスポートする場合は、次のように操作します:"
#: csv_formula.xhp
+#, fuzzy
msgctxt ""
"csv_formula.xhp\n"
"par_id3155111\n"
"6\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph>."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - View</emph>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール - オプション</defaultinline></switchinline> - %PRODUCTNAME Calc - 表示</emph> を選択します。"
#: csv_formula.xhp
@@ -3724,12 +3732,13 @@ msgid "<variable id=\"currency_format\"><link href=\"text/scalc/guide/currency_f
msgstr "<variable id=\"currency_format\"><link href=\"text/scalc/guide/currency_format.xhp\" name=\"通貨書式のセル\">通貨書式のセル</link></variable>"
#: currency_format.xhp
+#, fuzzy
msgctxt ""
"currency_format.xhp\n"
"par_id3153968\n"
"47\n"
"help.text"
-msgid "In <item type=\"productname\">%PRODUCTNAME</item> Calc you can give numbers any currency format. When you click the <item type=\"menuitem\">Currency</item> icon <image id=\"img_id3150791\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150791\">Icon</alt></image> in the <item type=\"menuitem\">Formatting</item> bar to format a number, the cell is given the default currency format set under <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</item>."
+msgid "In <item type=\"productname\">%PRODUCTNAME</item> Calc you can give numbers any currency format. When you click the <item type=\"menuitem\">Currency</item> icon <image id=\"img_id3150791\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150791\">Icon</alt></image> in the <item type=\"menuitem\">Formatting</item> bar to format a number, the cell is given the default currency format set under <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - Language Settings - Languages</item>."
msgstr "<item type=\"productname\">%PRODUCTNAME</item> Calc では、数値に任意の通貨書式を設定できます。 <emph>書式設定</emph> バーの <item type=\"menuitem\">通貨</item> アイコン <image id=\"img_id3150791\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150791\">アイコン</alt></image> をクリックして数値の書式設定を行なった場合、<item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → 言語</item> で設定された標準の通貨書式がセルに設定されます。"
#: currency_format.xhp
@@ -4233,12 +4242,13 @@ msgid "Position the cursor within a range of cells containing values, row and co
msgstr "行と列の項目欄を含めて、表のデータ範囲を選択します。"
#: datapilot_createtable.xhp
+#, fuzzy
msgctxt ""
"datapilot_createtable.xhp\n"
"par_id3147264\n"
"9\n"
"help.text"
-msgid "Choose <emph>Data - Pivot Table - Create</emph>. The <emph>Select Source</emph> dialog appears. Choose <emph>Current selection</emph> and confirm with <emph>OK</emph>. The table headings are shown as buttons in the <emph>Pivot Table</emph> dialog. Drag these buttons as required and drop them into the layout areas \"Page Fields\", \"Column Fields\", \"Row Fields\" and \"Data Fields\"."
+msgid "Choose <emph>Insert - Pivot Table</emph>. The <emph>Select Source</emph> dialog appears. Choose <emph>Current selection</emph> and confirm with <emph>OK</emph>. The table headings are shown as buttons in the <emph>Pivot Table</emph> dialog. Drag these buttons as required and drop them into the layout areas \"Page Fields\", \"Column Fields\", \"Row Fields\" and \"Data Fields\"."
msgstr "<emph>データ → ピボットテーブル → 呼び出す</emph> を選択します。開いた <emph>ソースの選択</emph> ダイアログから <emph>現在の選択</emph> を選択して <emph>OK</emph> ボタンをクリックします。<emph>ピボットテーブル</emph> ダイアログには、列の項目欄がボタンとして表示されます。このボタンは、レイアウト枠の「ページ」、「列」「行」または「データ」の範囲にドラッグ&ドロップで移動できます。"
#: datapilot_createtable.xhp
@@ -6187,12 +6197,13 @@ msgid "If you want to display the formulas in the cells, for example in the form
msgstr "数式をそのまま (たとえば、「=SUM(A1:B5)」のように) セルに表示するには、次のように操作します:"
#: formula_value.xhp
+#, fuzzy
msgctxt ""
"formula_value.xhp\n"
"par_id3151116\n"
"3\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph>."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - View</emph>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール - オプション</defaultinline></switchinline> - %PRODUCTNAME Calc - 表示</emph> を選択します。"
#: formula_value.xhp
@@ -6480,12 +6491,12 @@ msgid "Enter \"0 1/5\" in a cell (without the quotation marks) and press the inp
msgstr "セルに「0 1/5」と入力して、Enter キーを押します。表の上にある数式入力ボックスには、この値が小数で 0.2 と表示されます。この値は計算に使用できます。"
#: fraction_enter.xhp
+#, fuzzy
msgctxt ""
"fraction_enter.xhp\n"
"par_id3145750\n"
-"43\n"
"help.text"
-msgid "If you enter \"0 1/2\" AutoCorrect causes the three characters 1, / and 2 to be replaced by a single character. The same applies to 1/4 and 3/4. This replacement is defined in <emph>Tools - AutoCorrect Options - Options</emph> tab."
+msgid "If you enter “0 1/2” AutoCorrect causes the three characters 1, / and 2 to be replaced by a single character, ½. The same applies to 1/4 and 3/4. This replacement is defined in <emph>Tools - AutoCorrect - AutoCorrect Options - Options</emph> tab."
msgstr "「0 1/2」と入力すると、オートコレクト機能によって 1、/、2 の 3 文字が 1 文字に置換されます。1/4 と 3/4 を入力した場合も同様です。この置換は、<emph>ツール → オートコレクトオプション → オプション</emph>タブで定義されています。"
#: fraction_enter.xhp
@@ -6772,117 +6783,118 @@ msgid "Entering a Number with Leading Zeros"
msgstr "ゼロで始まる数を入力する"
#: integer_leading_zero.xhp
+#, fuzzy
msgctxt ""
"integer_leading_zero.xhp\n"
"bm_id3147560\n"
"help.text"
-msgid "<bookmark_value>zero values; entering leading zeros</bookmark_value> <bookmark_value>numbers; with leading zeros</bookmark_value> <bookmark_value>leading zeros</bookmark_value> <bookmark_value>integers with leading zeros</bookmark_value> <bookmark_value>cells; changing text/number formats</bookmark_value> <bookmark_value>formats; changing text/number</bookmark_value> <bookmark_value>text in cells; changing to numbers</bookmark_value> <bookmark_value>converting;text with leading zeros, into numbers</bookmark_value>"
+msgid "<bookmark_value>zero values; entering leading zeros</bookmark_value> <bookmark_value>numbers; with leading zeros</bookmark_value> <bookmark_value>leading zeros</bookmark_value> <bookmark_value>integers with leading zeros</bookmark_value> <bookmark_value>cells; changing text/number formats</bookmark_value> <bookmark_value>formats; changing text/number</bookmark_value> <bookmark_value>text in cells; changing to numbers</bookmark_value> <bookmark_value>converting;text with leading zeros, into numbers</bookmark_value>"
msgstr "<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>変換; 先頭がゼロのテキストから数値へ</bookmark_value>"
#: integer_leading_zero.xhp
+#, fuzzy
msgctxt ""
"integer_leading_zero.xhp\n"
"hd_id3147560\n"
-"67\n"
"help.text"
msgid "<variable id=\"integer_leading_zero\"><link href=\"text/scalc/guide/integer_leading_zero.xhp\" name=\"Entering a Number with Leading Zeros\">Entering a Number with Leading Zeros</link></variable>"
msgstr "<variable id=\"integer_leading_zero\"><link href=\"text/scalc/guide/integer_leading_zero.xhp\" name=\"ゼロで始まる数を入力する\">ゼロで始まる数を入力する</link></variable>"
#: integer_leading_zero.xhp
+#, fuzzy
msgctxt ""
"integer_leading_zero.xhp\n"
"par_id3153194\n"
-"55\n"
"help.text"
msgid "There are various ways to enter integers starting with a zero:"
msgstr "<emph>ゼロで始まる整数</emph> を入力するには、次の方法があります。"
#: integer_leading_zero.xhp
+#, fuzzy
msgctxt ""
"integer_leading_zero.xhp\n"
"par_id3146119\n"
-"56\n"
"help.text"
msgid "Enter the number as text. The easiest way is to enter the number starting with an apostrophe (for example, <item type=\"input\">'0987</item>). The apostrophe will not appear in the cell, and the number will be formatted as text. Because it is in text format, however, you cannot calculate with this number."
msgstr "数をテキストとして入力します。たとえば <item type=\"input\">'0987</item> のようにアポストロフィで始まる数を入力するのが、もっとも簡単な方法です。アポストロフィはセルには表示されず、数値はテキストとして書式設定されます。テキスト書式なので、この数値で計算することはできません。"
#: integer_leading_zero.xhp
+#, fuzzy
msgctxt ""
"integer_leading_zero.xhp\n"
"par_id3154013\n"
-"57\n"
"help.text"
msgid "Format a cell with a number format such as <item type=\"input\">\\0000</item>. This format can be assigned in the <emph>Format code</emph> field under the <emph>Format - Cells - Numbers</emph> tab, and defines the cell display as \"always put a zero first and then the integer, having at least three places, and filled with zeros at the left if less than three digits\"."
msgstr "<item type=\"input\">\\0000</item> などの数の書式でセルの書式を設定します。この書式は、<emph>書式 → セル → 数</emph> タブの <emph>書式コード</emph> フィールドで割り当てることができ、セル表示が「常に最初ゼロで次に整数を配置し、少なくとも 3 桁で、3 桁未満の場合は左にゼロを入力する」ことを定義します。"
#: integer_leading_zero.xhp
+#, fuzzy
msgctxt ""
"integer_leading_zero.xhp\n"
"par_id3153158\n"
-"58\n"
"help.text"
msgid "If you want to apply a numerical format to a column of numbers in text format (for example, text \"000123\" becomes number \"123\"), do the following:"
msgstr "テキスト書式で入力された数字の列に数値書式を適用するには (例えば、「000123」というテキストを「123」という数字に変更するには)、次のようにします。"
#: integer_leading_zero.xhp
+#, fuzzy
msgctxt ""
"integer_leading_zero.xhp\n"
"par_id3149377\n"
-"59\n"
"help.text"
msgid "Select the column in which the digits are found in text format. Set the cell format in that column as \"Number\"."
msgstr "「テキスト書式」に設定されている列全体を選択し、セルの書式を「数値」に変更します。"
#: integer_leading_zero.xhp
+#, fuzzy
msgctxt ""
"integer_leading_zero.xhp\n"
"par_id3154944\n"
-"60\n"
"help.text"
msgid "Choose <emph>Edit - Find & Replace</emph>"
msgstr "<emph>編集 → 検索と置換</emph> を選びます。"
#: integer_leading_zero.xhp
+#, fuzzy
msgctxt ""
"integer_leading_zero.xhp\n"
"par_id3154510\n"
-"61\n"
"help.text"
msgid "In the <emph>Search for</emph> box, enter <item type=\"input\">^[0-9]</item>"
msgstr "<emph>検索条件</emph> ボックスで <item type=\"input\">^[0-9]</item> を入力します。"
#: integer_leading_zero.xhp
+#, fuzzy
msgctxt ""
"integer_leading_zero.xhp\n"
"par_id3155068\n"
-"62\n"
"help.text"
msgid "In the <emph>Replace with</emph> box, enter <item type=\"input\">&</item>"
msgstr "<emph>置き換え</emph> ボックスで <item type=\"input\">&</item> を入力します。"
#: integer_leading_zero.xhp
+#, fuzzy
msgctxt ""
"integer_leading_zero.xhp\n"
"par_id3149018\n"
-"63\n"
"help.text"
msgid "Check <emph>Regular expressions</emph>"
msgstr "<emph>正規表現</emph> をオンにします。"
#: integer_leading_zero.xhp
+#, fuzzy
msgctxt ""
"integer_leading_zero.xhp\n"
"par_id3156382\n"
-"64\n"
"help.text"
msgid "Check <emph>Current selection only</emph>"
msgstr "<emph>現在の選択範囲のみ</emph> をオンにします。"
#: integer_leading_zero.xhp
+#, fuzzy
msgctxt ""
"integer_leading_zero.xhp\n"
"par_id3146916\n"
-"65\n"
"help.text"
msgid "Click <emph>Replace All</emph>"
msgstr "<emph>全て置換</emph> をクリックします。"
@@ -8286,8 +8298,8 @@ msgctxt ""
"multitables.xhp\n"
"par_id05092009140203523\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">言語をリストに追加するダイアログを開きます。</ahelp>"
+msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
+msgstr ""
#: multitables.xhp
msgctxt ""
@@ -8445,12 +8457,13 @@ msgid "Format each comment by specifying background color, transparency, border
msgstr "背景色、透過性、外枠スタイル、およびテキスト配置を指定することで、各コメントを書式設定します。コメントのコンテキストメニューからコマンドを選択します。"
#: note_insert.xhp
+#, fuzzy
msgctxt ""
"note_insert.xhp\n"
"par_id3144764\n"
"38\n"
"help.text"
-msgid "To show or hide the comment indicator, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph> and mark or unmark the <emph>Comment indicator</emph> check box."
+msgid "To show or hide the comment indicator, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - View</emph> and mark or unmark the <emph>Comment indicator</emph> check box."
msgstr "コメントの表示、非表示は <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 表示</emph> で <emph>コメントの目印</emph> チェックボックスのオン、オフで切り替えられます。"
#: note_insert.xhp
@@ -9852,12 +9865,13 @@ msgid "To change this everywhere"
msgstr "いたる所でこの変更行うには"
#: rounding_numbers.xhp
+#, fuzzy
msgctxt ""
"rounding_numbers.xhp\n"
"par_id3150715\n"
"9\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph>."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc</emph>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc</emph> を選びます。"
#: rounding_numbers.xhp
@@ -9879,12 +9893,13 @@ msgid "To calculate with the rounded off numbers instead of the internal exact v
msgstr "内部に記録されている正確な数値ではなく、表示されている四捨五入された数値で計算することはできる?"
#: rounding_numbers.xhp
+#, fuzzy
msgctxt ""
"rounding_numbers.xhp\n"
"par_id3150045\n"
"12\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph>."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc</emph>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc</emph> を選びます。"
#: rounding_numbers.xhp
@@ -10114,8 +10129,8 @@ msgctxt ""
"par_id3154020\n"
"17\n"
"help.text"
-msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline></item> key as you click each cell."
-msgstr "シナリオで変えたい値が含まれるセルを選択します。複数のセルを選択するには各セルをクリックする時<item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline></item>キーを押します。"
+msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\"/> key as you click each cell."
+msgstr ""
#: scenario.xhp
msgctxt ""
@@ -10282,12 +10297,13 @@ msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command
msgstr "同じ値をセルに入力したい場合は、<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> を押しながらドラッグします。"
#: sorted_list.xhp
+#, fuzzy
msgctxt ""
"sorted_list.xhp\n"
"par_id3152577\n"
"5\n"
"help.text"
-msgid "The predefined series can be found under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph>. You can also create your own lists of text strings tailored to your needs, such as a list of your company's branch offices. When you use the information in these lists later (for example, as headings), just enter the first name in the list and expand the entry by dragging it with your mouse."
+msgid "The predefined series can be found under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Sort Lists</emph>. You can also create your own lists of text strings tailored to your needs, such as a list of your company's branch offices. When you use the information in these lists later (for example, as headings), just enter the first name in the list and expand the entry by dragging it with your mouse."
msgstr "あらかじめ定義された連続データは <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 順序リスト</emph> で見ることができます。必要に応じて独自のリストも作成できます。例えば会社の視点リスト等です。ここで定義したリストを後で(例えば見出しとして)利用するには、リストの最初の項目を入力して、その項目をマウスでドラッグします。"
#: sorted_list.xhp
@@ -11073,12 +11089,13 @@ msgid "To hide column and line headers in a table:"
msgstr "列の項目欄と行の項目欄を画面上から消すには、次の操作を行ないます:"
#: table_view.xhp
+#, fuzzy
msgctxt ""
"table_view.xhp\n"
"par_id3153768\n"
"3\n"
"help.text"
-msgid "Under the menu item <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc,</emph> go to the <emph>View</emph> tab page. Unmark<emph> Column/row headers</emph>. Confirm with <emph>OK</emph>."
+msgid "Under the menu item <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc,</emph> go to the <emph>View</emph> tab page. Unmark<emph> Column/row headers</emph>. Confirm with <emph>OK</emph>."
msgstr "メニューにある <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc</emph> で <emph>表示</emph> タブページを選択します。 <emph>行と列の番号</emph> のチェックを外します。 <emph>OK</emph> をクリックします。"
#: table_view.xhp
@@ -11091,12 +11108,12 @@ msgid "To hide grid lines:"
msgstr "グリッド線を画面上から消すには、次の操作を行ないます:"
#: table_view.xhp
+#, fuzzy
msgctxt ""
"table_view.xhp\n"
"par_id3153726\n"
-"5\n"
"help.text"
-msgid "Under the menu item <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph><emph>,</emph> go to the <emph>View</emph> tab page. Unmark <emph>Grid lines</emph>. Confirm with <emph>OK</emph>."
+msgid "Under the menu item <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc</emph>, go to the <emph>View</emph> tab page. Choose <emph>Hide</emph> in the <emph>Grid lines</emph> dropdown. Confirm with <emph>OK</emph>."
msgstr "メニューにある <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc</emph> で <emph>表示</emph> タブページを選択します。 <emph>行と列の番号</emph> のチェックを外します。 <emph>OK</emph> をクリックします。"
#: text_numbers.xhp
@@ -12032,12 +12049,12 @@ msgid "Choose <emph>Insert - Link to External Data</emph>. This opens the <link
msgstr "<emph>挿入 → 外部データ</emph> を選択して<link href=\"text/scalc/01/04090000.xhp\">外部データ</link>ダイアログを開きます。"
#: webquery.xhp
+#, fuzzy
msgctxt ""
"webquery.xhp\n"
"par_id3149958\n"
-"9\n"
"help.text"
-msgid "Enter the URL of the HTML document or the name of the spreadsheet. Press Enter when finished. Click the <emph>...</emph> button to open a file selection dialog."
+msgid "Enter the URL of the HTML document or the name of the spreadsheet. Press Enter when finished. Click the <emph>Browse</emph> button to open a file selection dialog."
msgstr "HTML ドキュメントの URL または表計算ドキュメントの名前を入力します。終了したら、Enter キーを押します。<emph>...</emph> ボタンをクリックすると、ファイル選択ダイアログが開きます。"
#: webquery.xhp
@@ -12210,12 +12227,13 @@ msgid "The year in a date entry is often entered as two digits. Internally, the
msgstr "日付の年数は西暦の下 2 桁で表されることが多くあります。$[officename] は内部的に年数を 4 桁で管理しています。したがって、99 年 1 月 1 日と 01 年 1 月 1 日の差は正しく 2 年と計算できます。"
#: year2000.xhp
+#, fuzzy
msgctxt ""
"year2000.xhp\n"
"par_id3154011\n"
"19\n"
"help.text"
-msgid "Under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General</emph> you can define the century that is used when you enter a year with only two digits. The default is 1930 to 2029."
+msgid "Under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - General</emph> you can define the century that is used when you enter a year with only two digits. The default is 1930 to 2029."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] - 全般</emph> で、入力された下 2 桁の年を 4 桁の年として使用する期間を設定できます。標準設定は 1930 年から 2029 年までです。"
#: year2000.xhp
diff --git a/source/ja/helpcontent2/source/text/schart/01.po b/source/ja/helpcontent2/source/text/schart/01.po
index ff512001e81..0a1cf6d2b56 100644
--- a/source/ja/helpcontent2/source/text/schart/01.po
+++ b/source/ja/helpcontent2/source/text/schart/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-11-10 19:33+0100\n"
-"PO-Revision-Date: 2015-11-11 08:18+0000\n"
-"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n"
+"POT-Creation-Date: 2016-03-09 20:48+0100\n"
+"PO-Revision-Date: 2015-12-11 12:28+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: 1447229896.000000\n"
+"X-POOTLE-MTIME: 1449836910.000000\n"
#: 03010000.xhp
msgctxt ""
@@ -538,8 +538,8 @@ msgctxt ""
"04020000.xhp\n"
"par_id1106200812072653\n"
"help.text"
-msgid "This feature is only available if complex text layout support is enabled in <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages</item>."
-msgstr "この機能は「複合文字レイアウトサポートを有効化」が、<item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → 言語</item> でオンになっている時のみ使用できます。"
+msgid "This feature is only available if complex text layout support is enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - Language settings - Languages</item>."
+msgstr ""
#: 04020000.xhp
msgctxt ""
@@ -6696,11 +6696,12 @@ msgid "Points only"
msgstr "点のみ"
#: type_xy.xhp
+#, fuzzy
msgctxt ""
"type_xy.xhp\n"
"par_id6571550\n"
"help.text"
-msgid "Each data point is shown by an icon. %PRODUCTNAME uses default icons with different forms and colors for each data series. The default colors are set in <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Charts - Default Colors</item>."
+msgid "Each data point is shown by an icon. %PRODUCTNAME uses default icons with different forms and colors for each data series. The default colors are set in <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - Charts - Default Colors</item>."
msgstr "それぞれのデータポイントには、「アイコン」が表示されています。%PRODUCTNAME では、データ系列ごとに標準の色と「アイコン」の形が割り当てられます。標準の色は、<item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → グラフ → デフォルト色</item> で設定します。"
#: type_xy.xhp
diff --git a/source/ja/helpcontent2/source/text/sdraw/guide.po b/source/ja/helpcontent2/source/text/sdraw/guide.po
index 04dcd278bbb..97692d2cc67 100644
--- a/source/ja/helpcontent2/source/text/sdraw/guide.po
+++ b/source/ja/helpcontent2/source/text/sdraw/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"
-"PO-Revision-Date: 2015-11-11 15:39+0000\n"
-"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n"
+"POT-Creation-Date: 2016-03-09 20:48+0100\n"
+"PO-Revision-Date: 2015-12-11 12:28+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: 1447256399.000000\n"
+"X-POOTLE-MTIME: 1449836922.000000\n"
#: align_arrange.xhp
msgctxt ""
@@ -1915,8 +1915,8 @@ msgctxt ""
"par_id3147338\n"
"8\n"
"help.text"
-msgid "Press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter</item>."
-msgstr "<item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">(Command)</caseinline><defaultinline>(Ctrl)</defaultinline></switchinline> + Enter を押します。</item>."
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Enter</item>."
+msgstr ""
#: keyboard.xhp
msgctxt ""
@@ -1933,8 +1933,8 @@ msgctxt ""
"par_id3155962\n"
"6\n"
"help.text"
-msgid "To return to the document, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6</item>."
-msgstr "ドキュメントに戻るには <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">(Command)</caseinline><defaultinline>(Ctrl)</defaultinline></switchinline>+ (F6) </item>を押します。"
+msgid "To return to the document, press <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+F6</item>."
+msgstr ""
#: keyboard.xhp
msgctxt ""
@@ -1960,8 +1960,8 @@ msgctxt ""
"par_id3152990\n"
"3\n"
"help.text"
-msgid "Press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6</item> to enter the document."
-msgstr "ドキュメントに入るには <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">(Command)</caseinline><defaultinline>(Ctrl)</defaultinline></switchinline>+ (F6) </item>を押します。"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+F6</item> to enter the document."
+msgstr ""
#: keyboard.xhp
msgctxt ""
diff --git a/source/ja/helpcontent2/source/text/shared.po b/source/ja/helpcontent2/source/text/shared.po
index d2228d1ceb2..24b120e3cb4 100644
--- a/source/ja/helpcontent2/source/text/shared.po
+++ b/source/ja/helpcontent2/source/text/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-11-10 19:33+0100\n"
-"PO-Revision-Date: 2015-11-15 14:21+0000\n"
-"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2015-12-11 12:28+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: 1447597279.000000\n"
+"X-POOTLE-MTIME: 1449836924.000000\n"
#: 3dsettings_toolbar.xhp
msgctxt ""
@@ -2097,12 +2097,13 @@ msgid "The Java platform support needs to be activated under $[officename] to ru
msgstr "$[officename] で Java アプリケーションを実行するには、Java プラットフォームのサポートを有効にする必要があります。"
#: main0650.xhp
+#, fuzzy
msgctxt ""
"main0650.xhp\n"
"par_id3155892\n"
"5\n"
"help.text"
-msgid "Activate Java platform support by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/java.xhp\" name=\"$[officename] - Advanced\">$[officename] - Advanced</link></emph>."
+msgid "Enable Java platform support by choosing <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/java.xhp\" name=\"$[officename] - Advanced\"><emph>$[officename] - Advanced</emph></link>."
msgstr "Javaプラットホームのサポートを有効にするには、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール - オプション</defaultinline></switchinline> - <link href=\"text/shared/optionen/java.xhp\" name=\"$[officename] - Advanced\">$[officename] - 詳細</link></emph>を選択します。"
#: main0650.xhp
@@ -2114,12 +2115,13 @@ msgid "Before you can use a JDBC driver, you need to add its class path. Choose
msgstr "JDBCドライバーを使用する前に、クラスパスを追加する必要があります。<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール - オプション</defaultinline></switchinline> - %PRODUCTNAME - 詳細をクリックし、クラスパス ボタンをクリックします。パスの情報を追加したら、%PRODUCTNAMEを再起動します。"
#: main0650.xhp
+#, fuzzy
msgctxt ""
"main0650.xhp\n"
"par_id3153822\n"
"11\n"
"help.text"
-msgid "Your modifications at the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Advanced</emph> tab page will be used even if the Java Virtual Machine (JVM, a virtual machine for the Java platform) already has been started. After modifications to the ClassPath you must restart $[officename]. The same is true for modifications under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet - Proxy</emph>. Only the two boxes \"Http Proxy\" and \"Ftp Proxy\" and their ports don't require a restart, they will be evaluated when you click <emph>OK</emph>."
+msgid "Your modifications at the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Advanced</emph> tab page will be used even if the Java Virtual Machine (JVM) has been started already. After any modifications to the ClassPath you must restart $[officename]. The same is true for modifications under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Internet - Proxy</emph>. Only the boxes \"HTTP Proxy\" and \"FTP Proxy\" and their ports do not require a restart—they will be evaluated when you click <emph>OK</emph>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール - オプション</defaultinline></switchinline> - $[officename] - 詳細</emph>タブにおける変更は、Java仮想マシン(JVM、Javaプラットホームの仮想マシン)を起動している場合にも使用されます。クラスパスを変更後、$[officename]を再起動する必要があります。これは<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール - オプション</defaultinline></switchinline> - インターネット - プロキシ</emph>の設定についても同様です。ただ\"HTTP プロキシ\"と\"FTP プロキシ\"の2つのボックスとそのポートについては再起動を要しません。<emph>OK</emph>をクリック時に適用されます。"
#: main0800.xhp
diff --git a/source/ja/helpcontent2/source/text/shared/00.po b/source/ja/helpcontent2/source/text/shared/00.po
index 819a91f32f7..673edb347b2 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-11-10 19:33+0100\n"
-"PO-Revision-Date: 2015-09-01 18:02+0000\n"
-"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2015-12-11 12:28+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: 1441130560.000000\n"
+"X-POOTLE-MTIME: 1449836937.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -372,6 +372,64 @@ msgstr "<ahelp hid=\".\"><emph>次へ</emph> ボタンをクリックすると
#: 00000001.xhp
msgctxt ""
"00000001.xhp\n"
+"hd_id3149671\n"
+"help.text"
+msgid "Dialog Buttons"
+msgstr ""
+
+#: 00000001.xhp
+#, fuzzy
+msgctxt ""
+"00000001.xhp\n"
+"par_id3145069\n"
+"help.text"
+msgid "Reset"
+msgstr "リセット"
+
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3145169\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/autocorrectdialog/reset\">Resets modified values back to the tab page previous values.</ahelp>"
+msgstr ""
+
+#: 00000001.xhp
+#, fuzzy
+msgctxt ""
+"00000001.xhp\n"
+"par_id3145070\n"
+"help.text"
+msgid "Cancel"
+msgstr "キャンセル"
+
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3145269\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/autocorrectdialog/cancel\">Closes dialog and discards all changes.</ahelp>"
+msgstr ""
+
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3145071\n"
+"help.text"
+msgid "OK"
+msgstr ""
+
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3145369\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/autocorrectdialog/ok\">Saves all changes and closes dialog.</ahelp>"
+msgstr ""
+
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
"hd_id3149670\n"
"13\n"
"help.text"
@@ -481,18 +539,18 @@ msgstr "<ahelp hid=\"HID_TABDLG_STANDARD_BTN\">このダイアログで、ひと
msgctxt ""
"00000001.xhp\n"
"hd_id3147352\n"
-"52\n"
"help.text"
-msgid "More"
-msgstr "詳細"
+msgid "Options"
+msgstr ""
#: 00000001.xhp
+#, fuzzy
msgctxt ""
"00000001.xhp\n"
"par_id3155314\n"
"53\n"
"help.text"
-msgid "<ahelp hid=\"HID_TABDLG_STANDARD_BTN\">Click the<emph> More</emph> button to expand the dialog to show further options. Click again to restore the dialog.</ahelp>"
+msgid "<ahelp hid=\"HID_TABDLG_STANDARD_BTN\">Click the <emph>Options</emph> label to expand the dialog to show further options. Click again to restore the dialog.</ahelp>"
msgstr "<ahelp hid=\"HID_TABDLG_STANDARD_BTN\"><emph>詳細</emph> ボタンをクリックすると、ダイアログのオプション部分が表示されます。もう一度クリックすると、ダイアログが元の表示に戻ります。</ahelp>"
#: 00000001.xhp
@@ -1146,11 +1204,12 @@ msgid "In some dialogs, you can enter measurement values into input boxes. If yo
msgstr "一部のダイアログでは、入力ボックスに測定値を入力できます。 数値だけを入力する場合は、デフォルトの測定単位が使用されます。"
#: 00000003.xhp
+#, fuzzy
msgctxt ""
"00000003.xhp\n"
"par_idN106A2\n"
"help.text"
-msgid "You define the default measurement unit for Writer text documents in the dialog that you get by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General</emph>. For Calc, Draw, and Impress, you open a document of that type and then open the appropriate <emph>General</emph> page as for Writer."
+msgid "You define the default measurement unit for Writer text documents in the dialog that you get by choosing <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - General</emph>. For Calc, Draw, and Impress, you open a document of that type and then open the appropriate <emph>General</emph> page as for Writer."
msgstr "Writer の文書ドキュメントに標準で使われる単位は、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 全般</emph> ダイアログで設定します。また Calc、Draw、Impress での単位は、それぞれ表計算、図形描画、プレゼンテーションドキュメントを開いてから Writer と同様に <emph>全般</emph> ダイアログで設定します。"
#: 00000003.xhp
@@ -1906,12 +1965,13 @@ msgid "Currently, $[officename] supports Hindi, Thai, Hebrew, and Arabic as CTL
msgstr "現行の $[officename] がサポートする CTL には、ヒンディー語、タイ語、ヘブライ語、アラビア語があります。"
#: 00000005.xhp
+#, fuzzy
msgctxt ""
"00000005.xhp\n"
"par_id3151176\n"
"171\n"
"help.text"
-msgid "Enable CTL support using <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>."
+msgid "Enable CTL support using <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>."
msgstr "複合文字レイアウト (CTL) サポートは <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → 言語</emph> でオンまたはオフにします。"
#: 00000005.xhp
@@ -2505,12 +2565,12 @@ msgid "Saving Relatively and Absolutely"
msgstr "相対保存と絶対保存"
#: 00000005.xhp
+#, fuzzy
msgctxt ""
"00000005.xhp\n"
"par_id3146919\n"
-"67\n"
"help.text"
-msgid "In various dialogs (for example, <emph>Edit - AutoText</emph>) you can select whether you want to save files relatively or absolutely."
+msgid "In various dialogs (for example, <emph>Tools - AutoText</emph>) you can select whether you want to save files relatively or absolutely."
msgstr "<emph>編集 → 入力支援</emph> など、さまざまなダイアログでファイルの保存先として相対位置または絶対位置を選択できます。"
#: 00000005.xhp
@@ -2682,12 +2742,13 @@ msgid "Asian Language Support"
msgstr "アジア諸言語のサポート"
#: 00000007.xhp
+#, fuzzy
msgctxt ""
"00000007.xhp\n"
"par_id3156326\n"
"12\n"
"help.text"
-msgid "These commands can only be accessed after you enable support for Asian languages in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>."
+msgid "These commands can only be accessed after you enable support for Asian languages in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>."
msgstr "このコマンドを使うためには<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → 言語</emph> でアジア圏言語サポートを有効化しておく必要があります。"
#: 00000010.xhp
@@ -3137,12 +3198,13 @@ msgid "The HTML import of $[officename] Writer is able to read files that have U
msgstr "$[officename] Writer の HTML インポートは、UTF-8 または UCS2 の文字コーディングのファイルを読み込むことができます。その際には、ANSI 文字列またはシステムの文字列にあるすべての記号が表示されます。"
#: 00000020.xhp
+#, fuzzy
msgctxt ""
"00000020.xhp\n"
"par_id3149578\n"
"240\n"
"help.text"
-msgid "When exporting to HTML, the character set selected in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph> is used. Characters not present there are written in a substitute form, which is displayed correctly in modern web browsers. When exporting such characters, you will receive an appropriate warning."
+msgid "When exporting to HTML, the character set selected in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph> is used. Characters not present there are written in a substitute form, which is displayed correctly in modern web browsers. When exporting such characters, you will receive an appropriate warning."
msgstr "HTML ドキュメントへエクスポートするときの文字セットには、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプションOptions</defaultinline></switchinline> → 読み込み / 保存 - HTML 互換性</emph> での設定が使われます。その中にはない文字は代替形式に置き換えられて、新しいブラウザーでは正しく表示されます。文字を代替形式への置き換えたときには警告メッセージが出されます。"
#: 00000020.xhp
@@ -3151,7 +3213,7 @@ msgctxt ""
"par_id3153146\n"
"197\n"
"help.text"
-msgid "If, in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>, you select Mozilla Firefox, MS Internet Explorer, or $[officename] Writer as the export option, upon export all important font attributes are exported as direct attributes (for example, text color, font size, bold, italic, and so on) in CSS1 styles. (<link href=\"text/shared/00/00000002.xhp\" name=\"CSS\">CSS</link> stands for Cascading Style Sheets.) Importing is also carried out according to this standard."
+msgid "If, in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>, you select Mozilla Firefox, MS Internet Explorer, or $[officename] Writer as the export option, upon export all important font attributes are exported as direct attributes (for example, text color, font size, bold, italic, and so on) in CSS1 styles. (<link href=\"text/shared/00/00000002.xhp\" name=\"CSS\">CSS</link> stands for Cascading Style Sheets.) Importing is also carried out according to this standard."
msgstr ""
#: 00000020.xhp
@@ -3218,12 +3280,13 @@ msgid "Text frames are exported as \"<SPAN>\" or \"<DIV>\" tags if they do not c
msgstr "段組み構成でないテキスト枠は、<SPAN> または <DIV> タグとしてエクスポートされます。段組み構成の場合には、<MULTICOL> としてエクスポートされます。"
#: 00000020.xhp
+#, fuzzy
msgctxt ""
"00000020.xhp\n"
"par_id3153896\n"
"202\n"
"help.text"
-msgid "The measurement unit set in $[officename] is used for HTML export of CSS1 properties. The unit can be set separately for text and HTML documents under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General</emph> or <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/Web - View</emph>. The number of exported decimal places depends on the unit."
+msgid "The measurement unit set in $[officename] is used for HTML export of CSS1 properties. The unit can be set separately for text and HTML documents under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - General</emph> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer/Web - View</emph>. The number of exported decimal places depends on the unit."
msgstr "$[officename] で使用する単位が CSS1 プロパティの HTML ドキュメントへのエクスポートでも有効です。文書ドキュメントと HTML ドキュメントとで別の単位にするときは、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 全般</emph> と、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer/Web → 表示</emph>とでそれぞれ指定します。エクスポートされる数値の小数点以下の桁数は使用する単位によって変わります。"
#: 00000020.xhp
@@ -3389,12 +3452,13 @@ msgid "1"
msgstr "1"
#: 00000020.xhp
+#, fuzzy
msgctxt ""
"00000020.xhp\n"
"par_id3149262\n"
"70\n"
"help.text"
-msgid "The $[officename] Web page filter supports certain capabilities of CSS2. However, to use it, print layout export must be activated in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>. Then, in HTML documents, besides the HTML Page Style, you can also use the styles \"First page\", \"Left page\" and \"Right page\". These styles should enable you to set different page sizes and margins for the first page and for right and left pages when printing."
+msgid "The $[officename] Web page filter supports certain capabilities of CSS2. However, to use it, print layout export must be activated in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>. Then, in HTML documents, besides the HTML Page Style, you can also use the styles \"First page\", \"Left page\" and \"Right page\". These styles should enable you to set different page sizes and margins for the first page and for right and left pages when printing."
msgstr "$[officename] の Web ページフィルターは、CSS2 のいくつかの機能をサポートしています。この機能を利用するためには、メニュー <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 読み込みと保存 → HTML の互換性</emph> で印刷レイアウトのエクスポートをオンにする必要があります。その場合、HTML ドキュメントで HTML のページスタイルの他にスタイル「最初のページ」、「左ページ」、「右ページ」も使用できます。このスタイルを使用すると、最初のページ用、左、または右ページ用に異なるページサイズや余白が指定でき、印刷の際に便利です。"
#: 00000020.xhp
@@ -3407,12 +3471,13 @@ msgid "Importing and Exporting Numbering"
msgstr "番号付けのインポートとエクスポート"
#: 00000020.xhp
+#, fuzzy
msgctxt ""
"00000020.xhp\n"
"par_id3145591\n"
"224\n"
"help.text"
-msgid "If, in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>, the export option \"$[officename] Writer\" or \"Internet Explorer\" is selected, the indents of numberings are exported as \"margin-left\" CSS1 property in the STYLE attribute of the <OL> and <UL> tags. The property indicates the difference relative to the indent of the next higher level."
+msgid "If, in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>, the export option \"$[officename] Writer\" or \"Internet Explorer\" is selected, the indents of numberings are exported as \"margin-left\" CSS1 property in the STYLE attribute of the <OL> and <UL> tags. The property indicates the difference relative to the indent of the next higher level."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 読み込み / 保存 → HTML 互換性</emph> の設定で、エクスポートのオプションに \"$[officename] Writer\" または \"Internet Explorer\" が選択されている場合、番号づけのインデントは CSS1 プロパティの \"margin-left\" として <OL> または <UL> タグの STYLE アトリビュートに含めてエクスポートされます。このプロパティは 1 段高いレベルのインデントを基準とした相対値で指定される値です。"
#: 00000020.xhp
@@ -4003,12 +4068,13 @@ msgid "If you want to exchange documents with users that still use OpenOffice.or
msgstr "OpenOffice.org 1 や StarSuite 7 を使っているユーザーと文書を交換したい場合は、<emph>ファイルの種類</emph>リストボックスにその名前の付いたフィルターがあるので、それを使って文書を保存してください。"
#: 00000021.xhp
+#, fuzzy
msgctxt ""
"00000021.xhp\n"
"par_id3146907\n"
"1\n"
"help.text"
-msgid "If you want to define another file format as the default, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link></emph> to find alternative file formats for each $[officename] document type."
+msgid "If you want to define another file format as the default, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\"><emph>Load/Save - General</emph></link> to find alternative file formats for each $[officename] document type."
msgstr "別のファイル形式を標準に設定する方法は、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01010200.xhp\" name=\"読み込み / 保存 → 全般\">読み込み / 保存 → 全般</link></emph> を開いて、それぞれの $[officename] ドキュメント形式ごとのファイル形式を指定します。"
#: 00000021.xhp
@@ -4042,9 +4108,8 @@ msgstr "ドキュメントのテキストコンテンツは、<emph>content.xml<
msgctxt ""
"00000021.xhp\n"
"par_id3154068\n"
-"31\n"
"help.text"
-msgid "By default, <emph>content.xml</emph> is stored without formatting elements like indentation or line breaks to minimize the time for saving and opening the document. On the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Expert Config</emph> tab page you can activate the use of indentations and line breaks by setting the property <emph>/org.openoffice.Office.Common/Save/Document PrettyPrinting</emph> to true."
+msgid "By default, <emph>content.xml</emph> is stored without formatting elements like indentation or line breaks to minimize the time for saving and opening the document. The use of indentations and line breaks can be activated in the <link href=\"text/shared/optionen/expertconfig.xhp\">Expert configuration</link> by setting the property <emph>/org.openoffice.Office.Common/Save/Document PrettyPrinting</emph> to <emph>true</emph>."
msgstr ""
#: 00000021.xhp
@@ -6617,6 +6682,16 @@ msgid "<variable id=\"info6\">Choose <emph>File - Properties - Internet</emph> t
msgstr "<variable id=\"info6\"><emph>ファイル → プロパティ → インターネット</emph> タブを選択します。</variable>"
#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_id3150382\n"
+"62\n"
+"help.text"
+msgid "<variable id=\"info7\">Choose <emph>File - Properties - Font</emph> tab</variable>"
+msgstr "<variable id=\"info6\"><emph>ファイル → プロパティ → インターネット</emph> タブを選択します。</variable>"
+
+#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154930\n"
@@ -7348,30 +7423,30 @@ msgid "<variable id=\"suchenformat\">Choose <emph>Edit - Find & Replace - Format
msgstr "<variable id=\"suchenformat\"><emph>編集 → 検索と置換 → 書式</emph> </variable>"
#: 00000402.xhp
+#, fuzzy
msgctxt ""
"00000402.xhp\n"
"par_id3146971\n"
-"554\n"
"help.text"
-msgid "Choose <emph>Edit - Find & Replace - Similarity search</emph> check box and <emph>...</emph> button."
+msgid "Choose <emph>Edit - Find & Replace - Similarity search</emph> check box and <emph>Similarities</emph> button."
msgstr "メニュー <emph>編集 → 検索と置換...</emph> チェックボックス <emph>類似スペルの検索</emph> を選択してボタン <emph>...</emph> を押す"
#: 00000402.xhp
+#, fuzzy
msgctxt ""
"00000402.xhp\n"
"par_id3153709\n"
-"572\n"
"help.text"
-msgid "On the <emph>Table Data</emph> Bar, click <emph>Find</emph> icon - <emph>Similarity search</emph> check box - <emph>...</emph> button (database table view)"
+msgid "On the <emph>Table Data</emph> Bar, click <emph>Find</emph> icon - <emph>Similarity search</emph> check box - <emph>Similarities</emph> button (database table view)"
msgstr "データベーステーブルの表示 :データベースバーのアイコン <emph>レコードの検索...</emph> → チェックボックス <emph>類似スペルの検索</emph> をオンにして <emph>...</emph> ボタンをクリック"
#: 00000402.xhp
+#, fuzzy
msgctxt ""
"00000402.xhp\n"
"par_id3150749\n"
-"573\n"
"help.text"
-msgid "On <emph>Form Design</emph> Bar, click <emph>Record Search</emph> - <emph>Similarity search</emph> check box - <emph>...</emph> button (form view)"
+msgid "On <emph>Form Design</emph> Bar, click <emph>Record Search</emph> - <emph>Similarity search</emph> check box - <emph>Similarities</emph> button (form view)"
msgstr "<emph>フォーム</emph>バーの <emph>レコード検索</emph> をクリックし、チェックボックス <emph>類似検索</emph> をオンにしてから、ボタン <emph>...</emph> をクリックします (フォーム表示)。"
#: 00000402.xhp
@@ -7682,9 +7757,8 @@ msgstr "<image id=\"img_id3148473\" src=\"cmd/sc_fullscreen.png\" width=\"0.222i
msgctxt ""
"00000403.xhp\n"
"par_id3153627\n"
-"44\n"
"help.text"
-msgid "Full Screen On/Off (in Print Preview)"
+msgid "Full Screen (in Print Preview)"
msgstr "全画面表示 オン / オフ (印刷プレビュー画面)"
#: 00000403.xhp
@@ -8131,29 +8205,32 @@ msgid "Chart"
msgstr "グラフ"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3155513\n"
"44\n"
"help.text"
-msgid "Choose <emph>Insert - Image - From File</emph>"
-msgstr "<emph>挿入 - 画像 - スキャン - ファイルから</emph> を選択します"
+msgid "Choose <emph>Insert - Image</emph>"
+msgstr "<emph>挿入 - 画像 - スキャン</emph> を選択します"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3155308\n"
"45\n"
"help.text"
-msgid "Open the <emph>Insert</emph> toolbar, click"
-msgstr "<emph>挿入</emph> ツールバーを開いてクリック"
+msgid "On the <emph>Standard</emph> toolbar, click"
+msgstr "<emph>標準</emph> バー上でクリックします。"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3145594\n"
"help.text"
-msgid "<image id=\"img_id3144764\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144764\">Icon</alt></image>"
+msgid "<image id=\"img_id3144764\" src=\"cmd/lc_insertgraphic.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144764\">Icon</alt></image>"
msgstr "<image id=\"img_id3144764\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144764\">アイコン</alt></image>"
#: 00000404.xhp
@@ -8162,8 +8239,8 @@ msgctxt ""
"par_id3149960\n"
"46\n"
"help.text"
-msgid "From File"
-msgstr "ファイルから"
+msgid "Image"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -8627,92 +8704,96 @@ msgid "<variable id=\"events\">Choose <emph>Tools - Customize - Events</emph> ta
msgstr "<variable id=\"events\"><emph>ツール → カスタマイズ → イベント</emph> タブを選択します。</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3157895\n"
-"50\n"
"help.text"
-msgid "<variable id=\"autokorr\">Choose <emph>Tools - AutoCorrect Options</emph></variable>"
+msgid "<variable id=\"autokorr\">Choose <emph>Tools - AutoCorrect - AutoCorrect Options</emph></variable>"
msgstr "<variable id=\"autokorr\"><emph>ツール → オートコレクトオプション</emph> を選択します。</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3153768\n"
-"51\n"
"help.text"
-msgid "<variable id=\"autokooptionen\">Choose <emph>Tools - AutoCorrect Options - Options</emph> tab</variable>"
+msgid "<variable id=\"autokooptionen\">Choose <emph>Tools - AutoCorrect - AutoCorrect Options - Options</emph> tab</variable>"
msgstr "<variable id=\"autokooptionen\"><emph>ツール - オートコレクトオプション - オプション</emph> タブを選択します。</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id1978514\n"
"help.text"
-msgid "<variable id=\"autokosmarttags\">Choose <emph>Tools - AutoCorrect Options - Smart Tags</emph> tab</variable>"
+msgid "<variable id=\"autokosmarttags\">Choose <emph>Tools - AutoCorrect - AutoCorrect Options - Smart Tags</emph> tab</variable>"
msgstr "<variable id=\"autokosmarttags\"><emph>ツール → オートコレクトオプション → スマートタグ</emph> タブを選択します。 </variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3155368\n"
-"52\n"
"help.text"
-msgid "<variable id=\"autokoersetzung\">Choose <emph>Tools - AutoCorrect Options - Replace</emph> tab</variable>"
+msgid "<variable id=\"autokoersetzung\">Choose <emph>Tools - AutoCorrect - AutoCorrect Options - Replace</emph> tab</variable>"
msgstr "<variable id=\"autokoersetzung\"><emph>ツール → オートコレクトオプション → スマートタグ</emph> タブを選択します。 </variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3155860\n"
-"53\n"
"help.text"
-msgid "<variable id=\"autokoausnahmen\">Choose <emph>Tools - AutoCorrect Options - Exceptions</emph> tab</variable>"
+msgid "<variable id=\"autokoausnahmen\">Choose <emph>Tools - AutoCorrect - AutoCorrect Options - Exceptions</emph> tab</variable>"
msgstr "<variable id=\"autokoausnahmen\"><emph>ツール → オートコレクトオプション → 例外</emph> タブを選択します。 </variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3153094\n"
-"58\n"
"help.text"
-msgid "<variable id=\"autokotyafz\">Choose <emph>Tools - AutoCorrect Options - Localized Options</emph> tab</variable>"
+msgid "<variable id=\"autokotyafz\">Choose <emph>Tools - AutoCorrect - AutoCorrect Options - Localized Options</emph> tab</variable>"
msgstr "<variable id=\"autokotyafz\"><emph>ツール → オートコレクトオプション → 言語固有のオプション</emph> タブを選択します。 </variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3153945\n"
-"114\n"
"help.text"
-msgid "<variable id=\"autokoworterg\">Choose <emph>Tools - AutoCorrect Options - Word Completion</emph> tab</variable>"
+msgid "<variable id=\"autokoworterg\">Choose <emph>Tools - AutoCorrect - AutoCorrect Options - Word Completion</emph> tab</variable>"
msgstr "<variable id=\"autokoworterg\"><emph>ツール → オートコレクトオプション → ワードコンプリーション</emph> タブを選択します。</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3151352\n"
"80\n"
"help.text"
-msgid "<variable id=\"exopas\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph></variable>"
+msgid "<variable id=\"exopas\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - View</emph></variable>"
msgstr "<variable id=\"exopas\">メニュー <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 表示</emph></variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3154127\n"
"88\n"
"help.text"
-msgid "<variable id=\"etoplayout\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - View</emph></variable>"
+msgid "<variable id=\"etoplayout\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - View</emph></variable>"
msgstr "<variable id=\"etoplayout\">メニュー <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Impress または %PRODUCTNAME Draw → 表示</emph></variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3149664\n"
"93\n"
"help.text"
-msgid "<variable id=\"etotm\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Draw - General</emph></variable>"
+msgid "<variable id=\"etotm\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Draw - General</emph></variable>"
msgstr "<variable id=\"etotm\">メニュー <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Draw → 全般</emph></variable>"
#: 00000406.xhp
@@ -8725,102 +8806,112 @@ msgid "Path selection button in various wizards"
msgstr "さまざまなウィザード上のパス選択ボタン"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3153953\n"
"126\n"
"help.text"
-msgid "Click <emph>Edit</emph> button for a few entries under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph>"
+msgid "Click <emph>Edit</emph> button for a few entries under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Paths</emph>"
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → パス</emph> に表示されるエントリーについて <emph>編集</emph> ボタンを選択"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3147295\n"
"23\n"
"help.text"
-msgid "<variable id=\"optionen\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline></emph></variable>"
+msgid "<variable id=\"optionen\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline></variable>"
msgstr "<variable id=\"optionen\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline></emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3156006\n"
"24\n"
"help.text"
-msgid "<variable id=\"optionenallgemein\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename]</emph></variable>"
+msgid "<variable id=\"optionenallgemein\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename]</emph></variable>"
msgstr "<variable id=\"optionenallgemein\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename]</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3155308\n"
"25\n"
"help.text"
-msgid "<variable id=\"benutzerdaten\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - User Data</emph></variable>"
+msgid "<variable id=\"benutzerdaten\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - User Data</emph></variable>"
msgstr "<variable id=\"benutzerdaten\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → ユーザーデータ</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3155312\n"
"136\n"
"help.text"
-msgid "<variable id=\"allg\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General</emph></variable>"
+msgid "<variable id=\"allg\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - General</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_id3150032\n"
"147\n"
"help.text"
-msgid "<variable id=\"arbeit\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Memory</emph></variable>"
+msgid "<variable id=\"arbeit\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Memory</emph></variable>"
msgstr "<variable id=\"arbeit\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → メモリー</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3159153\n"
"61\n"
"help.text"
-msgid "<variable id=\"ansicht\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - View</emph></variable>"
+msgid "<variable id=\"ansicht\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - View</emph></variable>"
msgstr "<variable id=\"ansicht\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → 表示</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3166413\n"
"137\n"
"help.text"
-msgid "<variable id=\"drucken\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Print</emph></variable>"
+msgid "<variable id=\"drucken\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Print</emph></variable>"
msgstr "<variable id=\"drucken\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → 印刷</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3147330\n"
"26\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph>"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Paths</emph>"
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → パス</emph> を選択"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3150036\n"
-"54\n"
"help.text"
-msgid "Choose <emph>Edit - AutoText - Path</emph>"
+msgid "Choose <emph>Tools - AutoText - Path</emph>"
msgstr "メニュー <emph>編集 → 入力支援</emph> → <emph>パス...</emph> ボタン"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3154696\n"
"30\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Colors</emph>"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Colors</emph>"
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → 色</emph> を選択"
#: 00000406.xhp
@@ -8833,12 +8924,13 @@ msgid "Choose <emph>Format - Area - Colors</emph> tab"
msgstr "メニュー <emph>書式 → 表面...</emph> → <emph>色</emph> タブ"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3149270\n"
"65\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Colors - Edit</emph>"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Colors - Edit</emph>"
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - </caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → 色 → 編集</emph> をクリック"
#: 00000406.xhp
@@ -8877,29 +8969,32 @@ msgid "Select color on the <emph>Color</emph> tab page"
msgstr "ダイアログ <emph>色</emph> で使用する色を選択します。"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3149403\n"
"72\n"
"help.text"
-msgid "<variable id=\"schriers\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Fonts</emph></variable>"
+msgid "<variable id=\"schriers\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Fonts</emph></variable>"
msgstr "<variable id=\"schriers\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → フォント</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3150717\n"
"43\n"
"help.text"
-msgid "<variable id=\"scripting\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Security</emph></variable>"
+msgid "<variable id=\"scripting\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Security</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_idN11C3D\n"
"help.text"
-msgid "<variable id=\"advanced\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Advanced</emph></variable>"
+msgid "<variable id=\"advanced\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Advanced</emph></variable>"
msgstr "<variable id=\"appearance\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → 外観</emph> を選択</variable>"
#: 00000406.xhp
@@ -8908,7 +9003,7 @@ 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>"
+msgid "<variable id=\"personalization\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[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
@@ -8917,7 +9012,7 @@ 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>"
+msgid "<variable id=\"opencl\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[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
@@ -8926,24 +9021,26 @@ 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>"
+msgid "<variable id=\"basicide\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[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
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id5485702\n"
"help.text"
-msgid "<variable id=\"online_update\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Online Update </emph></variable>"
+msgid "<variable id=\"online_update\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Online Update </emph></variable>"
msgstr "<variable id=\"online_update\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → オンライン更新</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3146989\n"
"152\n"
"help.text"
-msgid "<variable id=\"accessibility\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Accessibility</emph></variable>"
+msgid "<variable id=\"accessibility\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Accessibility</emph></variable>"
msgstr "<variable id=\"accessibility\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → アクセシビリティー</emph> を選択</variable>"
#: 00000406.xhp
@@ -8953,239 +9050,265 @@ msgctxt ""
"par_id3144746\n"
"153\n"
"help.text"
-msgid "<variable id=\"appearance\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Application Colors</emph></variable>"
+msgid "<variable id=\"appearance\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Application Colors</emph></variable>"
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_id3156355\n"
"32\n"
"help.text"
-msgid "<variable id=\"landen\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save</emph></variable>"
+msgid "<variable id=\"landen\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save</emph></variable>"
msgstr "<variable id=\"landen\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 読み込み / 保存</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3147223\n"
"27\n"
"help.text"
-msgid "<variable id=\"rsave\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - General</emph></variable>"
+msgid "<variable id=\"rsave\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - General</emph></variable>"
msgstr "<variable id=\"rsave\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 読み込み / 保存 → 全般</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3153958\n"
"119\n"
"help.text"
-msgid "<variable id=\"etsofi\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save</emph> - <emph>VBA Properties</emph></variable>"
+msgid "<variable id=\"etsofi\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save</emph> - <emph>VBA Properties</emph></variable>"
msgstr "<variable id=\"etsofi\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 読み込み / 保存 → VBA 属性</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3153707\n"
"122\n"
"help.text"
-msgid "<variable id=\"etsofi2\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save</emph> - <emph>Microsoft Office</emph></variable>"
+msgid "<variable id=\"etsofi2\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save</emph> - <emph>Microsoft Office</emph></variable>"
msgstr "<variable id=\"etsofi2\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 読み込み / 保存 → Microsoft Office</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3145667\n"
"49\n"
"help.text"
-msgid "<variable id=\"html\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save</emph> - <emph>HTML Compatibility</emph></variable>"
+msgid "<variable id=\"html\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save</emph> - <emph>HTML Compatibility</emph></variable>"
msgstr "<variable id=\"html\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 読み込み / 保存 → HTML 互換性</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3146792\n"
"132\n"
"help.text"
-msgid "<variable id=\"asiatypo\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings</emph></variable>"
+msgid "<variable id=\"asiatypo\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings</emph></variable>"
msgstr "<variable id=\"asiatypo\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3157965\n"
"131\n"
"help.text"
-msgid "<variable id=\"sprachen\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph></variable>"
+msgid "<variable id=\"sprachen\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph></variable>"
msgstr "<variable id=\"sprachen\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → 言語</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3155446\n"
"160\n"
"help.text"
-msgid "<variable id=\"sprachenctl\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages - Complex Text Layout</emph></variable>"
+msgid "<variable id=\"sprachenctl\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages - Complex Text Layout</emph></variable>"
msgstr "<variable id=\"sprachenctl\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → 複合文字レイアウト</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3150745\n"
"45\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>"
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → 言語</emph> を選択"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3148407\n"
"134\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Writing Aids</emph>, in the <emph>Available language modules </emph>list, select one of the language modules and then click <emph>Edit</emph>."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Writing Aids</emph>, in the <emph>Available language modules </emph>list, select one of the language modules and then click <emph>Edit</emph>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → 文書作成支援</emph> を選択し、<emph>使用できる言語モジュール</emph> の中で言語モジュールを 1 個選択してから <emph>編集</emph> をクリックします。"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3150324\n"
"157\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Writing Aids</emph>"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Writing Aids</emph>"
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → 文書作成支援</emph> を選択"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3145620\n"
"135\n"
"help.text"
-msgid "<variable id=\"suchja\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Searching in Japanese</emph></variable>"
+msgid "<variable id=\"suchja\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Searching in Japanese</emph></variable>"
msgstr "<variable id=\"suchja\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → 日本語による検索</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3147341\n"
"133\n"
"help.text"
-msgid "<variable id=\"asialayout\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Asian Layout</emph></variable>"
+msgid "<variable id=\"asialayout\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Asian Layout</emph></variable>"
msgstr "<variable id=\"asialayout\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → アジア言語レイアウト</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3147359\n"
"138\n"
"help.text"
-msgid "<variable id=\"internet\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet</emph></variable>"
+msgid "<variable id=\"internet\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Internet</emph></variable>"
msgstr "<variable id=\"internet\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → インターネット</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3156374\n"
"33\n"
"help.text"
-msgid "<variable id=\"internet1\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet - Proxy</emph></variable>"
+msgid "<variable id=\"internet1\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Internet - Proxy</emph></variable>"
msgstr "<variable id=\"internet1\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → インターネット → プロキシ</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3149280\n"
"94\n"
"help.text"
-msgid "<variable id=\"optionentextdokument\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer</emph></variable>"
+msgid "<variable id=\"optionentextdokument\">Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer</emph></variable>"
msgstr "<variable id=\"optionentextdokument\">文書ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_idN10E4F\n"
"help.text"
-msgid "<variable id=\"compatibility\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Compatibility</emph></variable>"
+msgid "<variable id=\"compatibility\">Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Compatibility</emph></variable>"
msgstr "<variable id=\"compatibility\">文書ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 互換性</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3148929\n"
"105\n"
"help.text"
-msgid "<variable id=\"laden\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General</emph></variable>"
+msgid "<variable id=\"laden\">Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - General</emph></variable>"
msgstr "<variable id=\"laden\">文書ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 全般</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_idN10F2F\n"
"help.text"
-msgid "<variable id=\"mailmergeemail\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Mail Merge E-mail</emph></variable>"
+msgid "<variable id=\"mailmergeemail\">Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Mail Merge E-mail</emph></variable>"
msgstr "<variable id=\"mailmergeemail\">文書ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 差し込み印刷 E-mail</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3149825\n"
"144\n"
"help.text"
-msgid "<variable id=\"einfuegenbeschriftung\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - AutoCaption</emph></variable>"
+msgid "<variable id=\"einfuegenbeschriftung\">Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - AutoCaption</emph></variable>"
msgstr "<variable id=\"einfuegenbeschriftung\">文書ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 自動図表番号</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3155333\n"
"96\n"
"help.text"
-msgid "<variable id=\"layout\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/%PRODUCTNAME Writer/Web </emph>- <emph>View</emph></variable>"
+msgid "<variable id=\"layout\">Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer/%PRODUCTNAME Writer/Web </emph>- <emph>View</emph></variable>"
msgstr "<variable id=\"layout\">文書ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer または %PRODUCTNAME Writer/Web </emph>→ <emph>表示</emph> を選択 </variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3146316\n"
"100\n"
"help.text"
-msgid "<variable id=\"registerschattencursor\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/%PRODUCTNAME Writer/Web</emph> - <emph>Formatting Aids</emph></variable>"
+msgid "<variable id=\"registerschattencursor\">Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer/%PRODUCTNAME Writer/Web</emph> - <emph>Formatting Aids</emph></variable>"
msgstr "<variable id=\"registerschattencursor\">文書ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer または %PRODUCTNAME Writer/Web</emph> → <emph>書式サポート</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3153534\n"
"47\n"
"help.text"
-msgid "<variable id=\"raster\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/%PRODUCTNAME Calc/%PRODUCTNAME Writer/Web - Grid</emph></variable>"
+msgid "<variable id=\"raster\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer/%PRODUCTNAME Calc/%PRODUCTNAME Writer/Web - Grid</emph></variable>"
msgstr "<variable id=\"raster\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer または %PRODUCTNAME Calc または %PRODUCTNAME Writer/Web → 補助線 (グリッド)</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3155961\n"
"97\n"
"help.text"
-msgid "Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Basic Fonts (Western)</emph>"
+msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Basic Fonts (Western)</emph>"
msgstr "文書ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 基本フォント (西洋諸言語)</emph> を選択"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3159313\n"
"151\n"
"help.text"
-msgid "Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Basic Fonts (Asian)</emph> (only available if Asian language support is enabled)"
+msgid "Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Basic Fonts (Asian)</emph> (only available if Asian language support is enabled)"
msgstr "文書ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 基本フォント (アジア諸言語)</emph> を選択 (アジア言語が使用可能な場合にのみ有効)"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3155607\n"
"98\n"
"help.text"
-msgid "<variable id=\"drucken1\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/ %PRODUCTNAME Writer/Web </emph>- <emph>Print</emph></variable>"
+msgid "<variable id=\"drucken1\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer/ %PRODUCTNAME Writer/Web </emph>- <emph>Print</emph></variable>"
msgstr "<variable id=\"drucken1\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer または %PRODUCTNAME Writer/Web </emph>→ <emph>印刷</emph> を選択</variable>"
#: 00000406.xhp
@@ -9197,245 +9320,272 @@ msgid "<variable id=\"drucken2\">Choose <switchinline select=\"sys\"><caseinline
msgstr "<variable id=\"drucken2\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 印刷</variable> を選択"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3145769\n"
"99\n"
"help.text"
-msgid "<variable id=\"registertabelle\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/%PRODUCTNAME Writer/Web - Table</emph></variable>"
+msgid "<variable id=\"registertabelle\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer/%PRODUCTNAME Writer/Web - Table</emph></variable>"
msgstr "<variable id=\"registertabelle\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer または %PRODUCTNAME Writer/Web → 表</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3147005\n"
"101\n"
"help.text"
-msgid "<variable id=\"registeraenderungen\">Open a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Changes</emph></variable>"
+msgid "<variable id=\"registeraenderungen\">Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Changes</emph></variable>"
msgstr "<variable id=\"registeraenderungen\">文書ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 変更</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3159333\n"
"48\n"
"help.text"
-msgid "<variable id=\"webbrowser1\">Open an HTML document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/Web</emph></variable>"
+msgid "<variable id=\"webbrowser1\">Open an HTML document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer/Web</emph></variable>"
msgstr "<variable id=\"webbrowser1\">HTML 形式ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer/Web</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3149448\n"
"139\n"
"help.text"
-msgid "<variable id=\"hinter\">Open an HTML document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/Web - Background</emph></variable>"
+msgid "<variable id=\"hinter\">Open an HTML document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer/Web - Background</emph></variable>"
msgstr "<variable id=\"hinter\">HTML 形式ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer/Web → 背景</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3149336\n"
"78\n"
"help.text"
-msgid "<variable id=\"tabellendokument\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph></variable>"
+msgid "<variable id=\"tabellendokument\">Open a spreadsheet document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc</emph></variable>"
msgstr "<variable id=\"tabellendokument\">表計算ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3152966\n"
"81\n"
"help.text"
-msgid "<variable id=\"tabelleeingabe\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - General</emph></variable>"
+msgid "<variable id=\"tabelleeingabe\">Open a spreadsheet document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - General</emph></variable>"
msgstr "<variable id=\"tabelleeingabe\">表計算ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 全般</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3149814\n"
"79\n"
"help.text"
-msgid "<variable id=\"tabelleinhalte\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph></variable>"
+msgid "<variable id=\"tabelleinhalte\">Open a spreadsheet document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - View</emph></variable>"
msgstr "<variable id=\"tabelleinhalte\">表計算ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 表示</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3154656\n"
"84\n"
"help.text"
-msgid "<variable id=\"exopbe\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Calculate</emph></variable>"
+msgid "<variable id=\"exopbe\">Open a spreadsheet document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Calculate</emph></variable>"
msgstr "<variable id=\"exopbe\">表計算ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 計算式</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3154657\n"
"84\n"
"help.text"
-msgid "<variable id=\"exopco\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Compatibility</emph></variable>"
+msgid "<variable id=\"exopco\">Open a spreadsheet document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Compatibility</emph></variable>"
msgstr "<variable id=\"exopso\">表計算ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 順序リスト</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3152494\n"
"82\n"
"help.text"
-msgid "<variable id=\"exopso\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph></variable>"
+msgid "<variable id=\"exopso\">Open a spreadsheet document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Sort Lists</emph></variable>"
msgstr "<variable id=\"exopso\">表計算ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 順序リスト</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3152495\n"
"82\n"
"help.text"
-msgid "<variable id=\"exopfo\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Formula</emph></variable>"
+msgid "<variable id=\"exopfo\">Open a spreadsheet document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Formula</emph></variable>"
msgstr "<variable id=\"exopbe\">表計算ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 計算式</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3152496\n"
"82\n"
"help.text"
-msgid "<variable id=\"exopde\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Defaults</emph></variable>"
+msgid "<variable id=\"exopde\">Open a spreadsheet document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Defaults</emph></variable>"
msgstr "<variable id=\"exopbe\">表計算ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 計算式</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3149527\n"
"83\n"
"help.text"
-msgid "<variable id=\"listekopieren\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists - Copy</emph> button</variable>"
+msgid "<variable id=\"listekopieren\">Open a spreadsheet document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Sort Lists - Copy</emph> button</variable>"
msgstr "<variable id=\"listekopieren\">表計算ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 順序リスト → コピー</emph> ボタンをクリック</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3154903\n"
"85\n"
"help.text"
-msgid "<variable id=\"exopaen\">Open a spreadsheet document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Changes</emph></variable>"
+msgid "<variable id=\"exopaen\">Open a spreadsheet document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Changes</emph></variable>"
msgstr "<variable id=\"exopaen\">表計算ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 変更</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3152582\n"
"140\n"
"help.text"
-msgid "<variable id=\"etotall\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress</emph></variable>"
+msgid "<variable id=\"etotall\">Open a presentation document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress</emph></variable>"
msgstr "<variable id=\"etotall\">プレゼンテーションドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Impress</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3148418\n"
"91\n"
"help.text"
-msgid "<variable id=\"etopsonstiges\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - General</emph></variable>"
+msgid "<variable id=\"etopsonstiges\">Open a presentation document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - General</emph></variable>"
msgstr "<variable id=\"etopsonstiges\">プレゼンテーションドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Impress または %PRODUCTNAME Draw → 全般</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3150380\n"
"87\n"
"help.text"
-msgid "<variable id=\"etopas\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - View</emph></variable>"
+msgid "<variable id=\"etopas\">Open a presentation document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - View</emph></variable>"
msgstr "<variable id=\"etopas\">プレゼンテーションドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Impress または %PRODUCTNAME Draw → 表示</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3166423\n"
"89\n"
"help.text"
-msgid "<variable id=\"etopfe\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - Grid</emph></variable>"
+msgid "<variable id=\"etopfe\">Open a presentation document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - Grid</emph></variable>"
msgstr "<variable id=\"etopfe\">プレゼンテーションドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Impress または %PRODUCTNAME Draw → 補助線 (グリッド)</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3148873\n"
"90\n"
"help.text"
-msgid "<variable id=\"etopdk\">Open a presentation document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - Print</emph></variable>"
+msgid "<variable id=\"etopdk\">Open a presentation document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress/%PRODUCTNAME Draw - Print</emph></variable>"
msgstr "<variable id=\"etopdk\">プレゼンテーションドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Impress または %PRODUCTNAME Draw → 印刷</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3145220\n"
"92\n"
"help.text"
-msgid "<variable id=\"etotallz\">Open a drawing document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Draw</emph></variable>"
+msgid "<variable id=\"etotallz\">Open a drawing document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Draw</emph></variable>"
msgstr "<variable id=\"etotallz\">図形描画ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Draw</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3149573\n"
"77\n"
"help.text"
-msgid "<variable id=\"etsodr\">Open a Math document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Math</emph></variable>"
+msgid "<variable id=\"etsodr\">Open a Math document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Math</emph></variable>"
msgstr "<variable id=\"etsodr\">数式ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Math</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3145613\n"
"112\n"
"help.text"
-msgid "<variable id=\"formeinst\">Open a Math document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Math - Settings</emph></variable>"
+msgid "<variable id=\"formeinst\">Open a Math document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Math - Settings</emph></variable>"
msgstr "<variable id=\"formeinst\">数式ドキュメントを開いてから <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Math → 設定</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3155137\n"
"111\n"
"help.text"
-msgid "<variable id=\"diagrfarbe\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Charts</emph></variable>"
+msgid "<variable id=\"diagrfarbe\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Charts</emph></variable>"
msgstr "<variable id=\"diagrfarbe\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → グラフ</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3149211\n"
"113\n"
"help.text"
-msgid "<variable id=\"diagrgfarbe\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Charts - Default Colors</emph></variable>"
+msgid "<variable id=\"diagrgfarbe\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Charts - Default Colors</emph></variable>"
msgstr "<variable id=\"diagrgfarbe\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → グラフ → デフォルト色</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3150862\n"
"141\n"
"help.text"
-msgid "<variable id=\"datenqu\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base</emph></variable>"
+msgid "<variable id=\"datenqu\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Base</emph></variable>"
msgstr "<variable id=\"datenqu\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Base</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3147368\n"
"142\n"
"help.text"
-msgid "<variable id=\"verbindungen\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base - Connections</emph></variable>"
+msgid "<variable id=\"verbindungen\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Base - Connections</emph></variable>"
msgstr "<variable id=\"verbindungen\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Base → 接続</emph> を選択</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_idN1120D\n"
"help.text"
-msgid "<variable id=\"registered\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Base - Databases</emph></variable>"
+msgid "<variable id=\"registered\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Base - Databases</emph></variable>"
msgstr "<variable id=\"registered\"><emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Base → データベース</emph> を選択</variable>"
#: 00000407.xhp
@@ -9642,12 +9792,13 @@ msgid "<variable id=\"Datenquelle\">In a database file window of type ODBC or Ad
msgstr "<variable id=\"Datenquelle\">ODBC またはアドレス帳タイプのデータベースファイルウィンドウで、編集 → データベース → 接続の種類を選択します。 </variable>"
#: 00000450.xhp
+#, fuzzy
msgctxt ""
"00000450.xhp\n"
"par_id3149119\n"
"6\n"
"help.text"
-msgid "<variable id=\"Verzeichnis\">Path selection button in various Wizards / <emph>Edit</emph> Buttons for some entries in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph></variable>"
+msgid "<variable id=\"Verzeichnis\">Path selection button in various Wizards / <emph>Edit</emph> Buttons for some entries in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Paths</emph></variable>"
msgstr "<variable id=\"Verzeichnis\">ウィザードなどで使われるパス選択ボタン、または<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → パス</emph> で設定するエントリーに対するパス <emph>編集</emph> ボタン</variable>"
#: 00000450.xhp
@@ -10716,7 +10867,7 @@ msgctxt ""
"00040500.xhp\n"
"par_id3148420\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting</emph> - Numbering Styles - context menu of an entry - choose <emph>New/Modify</emph> </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting</emph> - List Styles - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">スタイルと書式設定 → リストのスタイル → コンテキストメニューを開き、<emph>新規作成または変更</emph></caseinline></switchinline> を選択します。"
#: 00040500.xhp
@@ -10743,7 +10894,7 @@ msgctxt ""
"00040500.xhp\n"
"par_id3154930\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open Styles and Formatting - Numbering Styles - context menu of an entry - choose <emph>New/Modify</emph> </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open Styles and Formatting - List Styles - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">スタイルと書式設定 → リストのスタイル → コンテキストメニューを開き、<emph>新規作成または変更</emph></caseinline></switchinline> を選択します。"
#: 00040500.xhp
@@ -10770,7 +10921,7 @@ msgctxt ""
"00040500.xhp\n"
"par_id3156011\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting</emph> - Numbering Styles - context menu of an entry - choose <emph>New/Modify</emph> </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting</emph> - List Styles - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">スタイルと書式設定 → リストのスタイル → コンテキストメニューを開き、<emph>新規作成または変更</emph></caseinline></switchinline> を選択します。"
#: 00040500.xhp
@@ -10797,7 +10948,7 @@ msgctxt ""
"00040500.xhp\n"
"par_id3148733\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting</emph> - Numbering Styles - context menu of an entry - choose <emph>New/Modify</emph> </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting</emph> - List Styles - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">スタイルと書式設定 → リストのスタイル → コンテキストメニューを開き、<emph>新規作成または変更</emph></caseinline></switchinline> を選択します。"
#: 00040500.xhp
@@ -10824,7 +10975,7 @@ msgctxt ""
"00040500.xhp\n"
"par_id3153812\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting - Numbering Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph> </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles and Formatting - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>スタイルと書式設定 → リストのスタイル</emph> → コンテキストメニューを開き、<emph>新規または変更</emph> を選択します。</caseinline></switchinline>"
#: 00040500.xhp
@@ -10868,7 +11019,7 @@ msgctxt ""
"00040500.xhp\n"
"par_id3151254\n"
"help.text"
-msgid "Choose <emph>Format - Change Case</emph>"
+msgid "Choose <emph>Format - Text - Change Case</emph>"
msgstr "<emph>書式 → 文字種の変換</emph> を選択"
#: 00040500.xhp
@@ -12132,12 +12283,12 @@ msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline se
msgstr "<emph>書式 → </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>オブジェクト → </emph></caseinline><caseinline select=\"CALC\"><emph>グラフィック → </emph></caseinline></switchinline><emph>線 → 線</emph>タブを選択"
#: 00040502.xhp
+#, fuzzy
msgctxt ""
"00040502.xhp\n"
"par_id3147335\n"
-"7\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu and choose <emph>Modify/New - Line</emph> tab (presentation documents)"
+msgid "Choose <emph>View - Styles and Formatting</emph> - open context menu and choose <emph>Modify/New - Line</emph> tab (presentation documents)"
msgstr "<emph>書式 → スタイルと書式設定</emph> → コンテキストメニュー → <emph>変更または新規作成 → 線</emph> タブ (プレゼンテーションドキュメント)"
#: 00040502.xhp
@@ -12266,12 +12417,12 @@ msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline se
msgstr "<emph>書式 → </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>オブジェクト → </emph></caseinline><caseinline select=\"CALC\"><emph>グラフィック → </emph></caseinline></switchinline><emph>表面 → 表面</emph>タブを選択"
#: 00040502.xhp
+#, fuzzy
msgctxt ""
"00040502.xhp\n"
"par_id3145607\n"
-"22\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu and choose <emph>Modify/New - Area</emph> tab (presentation documents)"
+msgid "Choose <emph>View - Styles and Formatting</emph> - open context menu and choose <emph>Modify/New - Area</emph> tab (presentation documents)"
msgstr "<emph>書式 → スタイルと書式設定</emph> → コンテキストメニュー → <emph>変更または新規作成 → 範囲</emph> タブ (プレゼンテーションドキュメント)"
#: 00040502.xhp
@@ -12338,12 +12489,13 @@ msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline se
msgstr "<emph>書式 → </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>オブジェクト → </emph></caseinline><caseinline select=\"CALC\"><emph>グラフィック → </emph></caseinline></switchinline><emph>表面 → 色</emph>タブを選択"
#: 00040502.xhp
+#, fuzzy
msgctxt ""
"00040502.xhp\n"
"par_id3152462\n"
"29\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Colors</emph> tab"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Colors</emph> tab"
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → 色</emph> を選択"
#: 00040502.xhp
@@ -13276,12 +13428,12 @@ msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Fo
msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\"><emph>書式 → セル → 番号</emph> タブを選択</caseinline></switchinline>"
#: 00040503.xhp
+#, fuzzy
msgctxt ""
"00040503.xhp\n"
"par_id3152349\n"
-"13\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Styles and Formatting</emph> - open context menu and choose <emph>Modify/New - Numbers</emph> tab </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>View - Styles and Formatting</emph> - open context menu and choose <emph>Modify/New - Numbers</emph> tab </caseinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\"><emph>書式 → スタイルと書式設定</emph> を選択し、コンテキストメニューを開いて、<emph>変更または新規作成 → 数値</emph> タブを選択</caseinline></switchinline>"
#: 00040503.xhp
diff --git a/source/ja/helpcontent2/source/text/shared/01.po b/source/ja/helpcontent2/source/text/shared/01.po
index c42b52fed22..f6e006ac569 100644
--- a/source/ja/helpcontent2/source/text/shared/01.po
+++ b/source/ja/helpcontent2/source/text/shared/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: 2016-02-10 14:45+0100\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
"PO-Revision-Date: 2016-01-31 05:51+0000\n"
"Last-Translator: nishbone <ml.nishibori.kiyotaka@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -545,6 +545,14 @@ msgstr "<link href=\"text/shared/01/02110000.xhp\" name=\"マスタードキュ
#: 01010100.xhp
msgctxt ""
"01010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Templates Manager"
+msgstr ""
+
+#: 01010100.xhp
+msgctxt ""
+"01010100.xhp\n"
"par_id3148520\n"
"117\n"
"help.text"
@@ -975,12 +983,13 @@ msgid "<ahelp hid=\"modules/swriter/ui/cardmediumpage/address\">Creates a label
msgstr "<ahelp hid=\"modules/swriter/ui/cardmediumpage/address\">返送先の住所を記したラベルを作成します。現在 <emph>ラベルテキスト</emph> ボックスにあるテキストが上書きされます。</ahelp>"
#: 01010201.xhp
+#, fuzzy
msgctxt ""
"01010201.xhp\n"
"par_id3155555\n"
"9\n"
"help.text"
-msgid "To change your return address, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010100.xhp\" name=\"%PRODUCTNAME\">%PRODUCTNAME</link></emph>, and then click on the <emph>User Data</emph> tab."
+msgid "To change your return address, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01010100.xhp\" name=\"%PRODUCTNAME\"><emph>%PRODUCTNAME</emph></link>, and then click on the <emph>User Data</emph> tab."
msgstr "返信アドレスを変更するには、 <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01010100.xhp\" name=\"%PRODUCTNAME\">%PRODUCTNAME</link></emph> を選択したあと、<emph>ユーザーデータ</emph> タブをクリックします。"
#: 01010201.xhp
@@ -1834,12 +1843,13 @@ msgid "Private data"
msgstr "私用データ"
#: 01010303.xhp
+#, fuzzy
msgctxt ""
"01010303.xhp\n"
"par_id3147399\n"
"4\n"
"help.text"
-msgid "Enter the contact information that you want to include on your business card. You can also modify or update these entries by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - User Data</emph>."
+msgid "Enter the contact information that you want to include on your business card. You can also modify or update these entries by choosing <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - User Data</emph>."
msgstr "名刺に載せる連絡先情報を入力します。<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション → </defaultinline></switchinline> - $[officename] → ユーザーデータ</emph> を選択して、すでに記録してある情報を変更できます。"
#: 01010303.xhp
@@ -2189,7 +2199,7 @@ msgctxt ""
"par_id3149877\n"
"109\n"
"help.text"
-msgid "The following sections describe the <item type=\"productname\">%PRODUCTNAME</item> <emph>Open</emph> dialog box. To activate the <item type=\"productname\">%PRODUCTNAME</item> <emph>Open</emph> and <emph>Save</emph> dialog boxes, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010600.xhp\" name=\"%PRODUCTNAME - General\">%PRODUCTNAME- General</link></emph>, and then select the <emph>Use %PRODUCTNAME dialogs</emph> in the <emph>Open/Save dialogs</emph> area."
+msgid "The following sections describe the <item type=\"productname\">%PRODUCTNAME</item> <emph>Open</emph> dialog box. To activate the <item type=\"productname\">%PRODUCTNAME</item> <emph>Open</emph> and <emph>Save</emph> dialog boxes, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01010600.xhp\" name=\"%PRODUCTNAME - General\"><emph>%PRODUCTNAME- General</emph></link>, and then select the <emph>Use %PRODUCTNAME dialogs</emph> in the <emph>Open/Save dialogs</emph> area."
msgstr "ここでは <emph>$[officename] エクスポート</emph> ダイアログについて説明しています。<emph>$[officename] 開く</emph> または <emph>保存</emph> のダイアログを使うためには、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01010600.xhp\" name=\"$[officename] - General\">$[officename] → 全般</link></emph> を選択し、その中の<emph>「開く/保存」ダイアログ</emph> セクションにある <emph>$[officename] ダイアログを使う</emph> にチェックをつけます。"
#: 01020000.xhp
@@ -2499,12 +2509,13 @@ msgid "the user template folder <switchinline select=\"sys\"><caseinline select=
msgstr ""
#: 01020000.xhp
+#, fuzzy
msgctxt ""
"01020000.xhp\n"
"par_id3146905\n"
"122\n"
"help.text"
-msgid "all template folders as defined in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010300.xhp\" name=\"%PRODUCTNAME - Paths\">%PRODUCTNAME - Paths</link></emph>"
+msgid "all template folders as defined in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01010300.xhp\" name=\"%PRODUCTNAME - Paths\"><emph>%PRODUCTNAME - Paths</emph></link>"
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01010300.xhp\" name=\"%PRODUCTNAME - Paths\">%PRODUCTNAME → パス</link></emph> で指定してあるテンプレートフォルダーすべて"
#: 01020000.xhp
@@ -2533,21 +2544,23 @@ msgid "When you open a document that was created from a \"sticky template\" (as
msgstr "「スティッキーテンプレート」 (上記の説明を参照) から作成されたドキュメントを開くときは、<item type=\"productname\">%PRODUCTNAME</item> は、ドキュメントが最後に開かれたあとでテンプレートが変更されたかどうかをチェックします。テンプレートが変更されている場合はダイアログが表示されます。このダイアログで、ドキュメントに適用するスタイルを選択できます。"
#: 01020000.xhp
+#, fuzzy
msgctxt ""
"01020000.xhp\n"
"par_id3153096\n"
"74\n"
"help.text"
-msgid "To apply the new styles from the template to the document, click <emph>Yes</emph>."
+msgid "To apply the new styles from the template to the document, click <emph>Update Styles</emph>."
msgstr "テンプレートの新しいスタイルをドキュメントに適用する場合は、<emph>はい</emph> をクリックします。"
#: 01020000.xhp
+#, fuzzy
msgctxt ""
"01020000.xhp\n"
"par_id3147581\n"
"75\n"
"help.text"
-msgid "To retain the styles that are currently used in the document, click <emph>No</emph>."
+msgid "To retain the styles that are currently used in the document, click <emph>Keep Old Styles</emph>."
msgstr "現在のドキュメントのスタイルを保持する場合は、<emph>いいえ</emph> をクリックします。"
#: 01020000.xhp
@@ -2889,7 +2902,7 @@ msgctxt ""
"par_id3155934\n"
"64\n"
"help.text"
-msgid "The following sections describe the <emph><item type=\"productname\">%PRODUCTNAME</item> Save as</emph> dialog. To activate the <emph><item type=\"productname\">%PRODUCTNAME</item> Open</emph> and <emph>Save</emph> dialog boxes, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010600.xhp\" name=\"%PRODUCTNAME - General\">%PRODUCTNAME- General</link></emph>, and then select the <emph>Use %PRODUCTNAME dialogs</emph> in the <emph>Open/Save dialogs</emph> area."
+msgid "The following sections describe the <emph><item type=\"productname\">%PRODUCTNAME</item> Save as</emph> dialog. To activate the <emph><item type=\"productname\">%PRODUCTNAME</item> Open</emph> and <emph>Save</emph> dialog boxes, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01010600.xhp\" name=\"%PRODUCTNAME - General\"><emph>%PRODUCTNAME- General</emph></link>, and then select the <emph>Use %PRODUCTNAME dialogs</emph> in the <emph>Open/Save dialogs</emph> area."
msgstr "ここでは <emph>$[officename] エクスポート</emph> ダイアログについて説明しています。<emph>$[officename] 開く</emph> または <emph>保存</emph> のダイアログを使うためには、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01010600.xhp\" name=\"$[officename] - General\">$[officename] → 全般</link></emph> を選択し、その中の<emph>「開く/保存」ダイアログ</emph> セクションにある <emph>$[officename] ダイアログを使う</emph> にチェックをつけます。"
#: 01070000.xhp
@@ -3165,12 +3178,13 @@ msgid "<variable id=\"exportieren\"><ahelp hid=\".uno:ExportTo\">Saves the curre
msgstr "<variable id=\"exportieren\"><ahelp hid=\".uno:ExportTo\">現在のドキュメントが、別の名前とファイル形式で、指定した位置に保存されます。</ahelp></variable>"
#: 01070001.xhp
+#, fuzzy
msgctxt ""
"01070001.xhp\n"
"par_id3150710\n"
"2\n"
"help.text"
-msgid "The following sections describe the <emph>$[officename] Export</emph> dialog box. To activate the <emph>$[officename] Open</emph> and <emph>Save</emph> dialog boxes, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010600.xhp\" name=\"$[officename] - General\">$[officename] - General</link></emph>, and then select the <emph>Use $[officename] dialogs</emph> in the <emph>Open/Save dialogs</emph> area."
+msgid "The following sections describe the <emph>$[officename] Export</emph> dialog box. To activate the <emph>$[officename] Open</emph> and <emph>Save</emph> dialog boxes, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01010600.xhp\" name=\"$[officename] - General\"><emph>$[officename] - General</emph></link>, and then select the <emph>Use $[officename] dialogs</emph> in the <emph>Open/Save dialogs</emph> area."
msgstr "ここでは <emph>$[officename] エクスポート</emph> ダイアログについて説明しています。<emph>$[officename] 開く</emph> または <emph>保存</emph> のダイアログを使うためには、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01010600.xhp\" name=\"$[officename] - General\">$[officename] → 全般</link></emph> を選択し、その中の<emph>「開く/保存」ダイアログ</emph> セクションにある <emph>$[officename] ダイアログを使う</emph> にチェックをつけます。"
#: 01070001.xhp
@@ -3607,12 +3621,13 @@ msgid "Apply User Data"
msgstr "ユーザーデータを使用する"
#: 01100200.xhp
+#, fuzzy
msgctxt ""
"01100200.xhp\n"
"par_id3143271\n"
"34\n"
"help.text"
-msgid "<ahelp hid=\"sfx/ui/documentinfopage/userdatacb\">Saves the user's full name with the file. You can edit the name by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - User Data</emph>.</ahelp>"
+msgid "<ahelp hid=\"sfx/ui/documentinfopage/userdatacb\">Saves the user's full name with the file. You can edit the name by choosing <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - User Data</emph>.</ahelp>"
msgstr "<ahelp hid=\"sfx/ui/documentinfopage/userdatacb\">ユーザーの姓名をファイルとともに保存します。この名前は、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → ユーザーデータ</emph> を選択することにより編集できます。</ahelp>"
#: 01100200.xhp
@@ -5061,12 +5076,13 @@ msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">Unix hints</case
msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">Unix のヒント</caseinline></switchinline>"
#: 01130000.xhp
+#, fuzzy
msgctxt ""
"01130000.xhp\n"
"par_id3150449\n"
"50\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">You can also use the <link href=\"text/shared/guide/spadmin.xhp\" name=\"spadmin printer setup program\">spadmin printer setup program</link> to specify additional printer options.</caseinline></switchinline>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">You can also use the <link href=\"text/shared/guide/spadmin.xhp\" name=\"printer settings\">printer settings</link> to specify additional printer options.</caseinline></switchinline>"
msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\"><link href=\"text/shared/guide/spadmin.xhp\" name=\"spadmin プリンター設定プログラム\">spadmin プリンター設定プログラム</link> を使用して、追加のプリンターオプションを設定することもできます。 </caseinline></switchinline>"
#: 01140000.xhp
@@ -5875,6 +5891,14 @@ msgstr "<ahelp hid=\".\">最近開いたファイルを一覧表示します。
#: 01990000.xhp
msgctxt ""
"01990000.xhp\n"
+"par_id4154794\n"
+"help.text"
+msgid "The number of files that are listed can be changed in the <link href=\"text/shared/optionen/expertconfig.xhp\">Expert configuration</link> by setting the property <emph>/org.openoffice.Office.Common/History PickListSize</emph>."
+msgstr ""
+
+#: 01990000.xhp
+msgctxt ""
+"01990000.xhp\n"
"par_id3159079\n"
"4\n"
"help.text"
@@ -7062,12 +7086,12 @@ msgid "<variable id=\"aehnlichtitel\">Sounds like (Japanese) (only if Asian lang
msgstr "<variable id=\"aehnlichtitel\">あいまい検索 (日本語) (アジア言語が使用可能な場合にのみ有効)</variable>"
#: 02100000.xhp
+#, fuzzy
msgctxt ""
"02100000.xhp\n"
"par_id3145421\n"
-"206\n"
"help.text"
-msgid "<variable id=\"aehnlichtext\"><ahelp hid=\"svx/ui/findreplacedialog/soundslike\">Lets you specify the search options for similar notation used in Japanese text. Select this checkbox, and then click the <emph>...</emph> button to specify the search options. </ahelp></variable>"
+msgid "<variable id=\"aehnlichtext\"><ahelp hid=\"svx/ui/findreplacedialog/soundslike\">Lets you specify the search options for similar notation used in Japanese text. Select this checkbox, and then click the <emph>Sounds</emph> button to specify the search options.</ahelp></variable>"
msgstr "<variable id=\"aehnlichtext\"><ahelp hid=\"svx/ui/findreplacedialog/soundslike\">日本語テキストでの表記のゆれに対応する検索オプションを指定できます。このチェックボックスをオンにしてから、<emph>...</emph> ボタンをクリックして検索オプションを指定します。 </ahelp></variable>"
#: 02100000.xhp
@@ -8293,12 +8317,12 @@ msgid "<link href=\"text/shared/01/02100100.xhp\" name=\"Similarity Search\">Sim
msgstr "<link href=\"text/shared/01/02100100.xhp\" name=\"類似スペルの検索\">類似スペルの検索</link>"
#: 02100100.xhp
+#, fuzzy
msgctxt ""
"02100100.xhp\n"
"par_id3146856\n"
-"53\n"
"help.text"
-msgid "<ahelp hid=\"svx/ui/findreplacedialog/similarity\">Find terms that are similar to the <emph>Search for </emph>text. Select this checkbox, and then click the <emph>...</emph> button to define the similarity options.</ahelp>"
+msgid "<ahelp hid=\"svx/ui/findreplacedialog/similarity\">Find terms that are similar to the <emph>Search for</emph> text. Select this checkbox, and then click the <emph>Similarities</emph> button to define the similarity options.</ahelp>"
msgstr "<ahelp hid=\"svx/ui/findreplacedialog/similarity\"><emph>検索テキスト</emph> のテキストに似た語句を検索します。 このチェックボックスをオンにした上で、<emph>...</emph> ボタンをクリックして類似性に関するオプションを指定します。</ahelp>"
#: 02100100.xhp
@@ -8314,10 +8338,9 @@ msgstr "類似性検索では、たとえば<emph>検索テキスト</emph>の
msgctxt ""
"02100100.xhp\n"
"hd_id3154621\n"
-"54\n"
"help.text"
-msgid "..."
-msgstr "..."
+msgid "Similarities"
+msgstr ""
#: 02100100.xhp
msgctxt ""
@@ -9166,8 +9189,8 @@ msgctxt ""
"hd_id3152542\n"
"4\n"
"help.text"
-msgid "Toggle"
-msgstr "切り替え"
+msgid "Toggle Master View"
+msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -9192,8 +9215,8 @@ msgctxt ""
"par_id3159233\n"
"6\n"
"help.text"
-msgid "Toggle"
-msgstr "切り替え"
+msgid "Toggle Master View"
+msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -10155,12 +10178,12 @@ msgid "Contents"
msgstr "内容"
#: 02210101.xhp
+#, fuzzy
msgctxt ""
"02210101.xhp\n"
"par_id3156414\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"SFX2:EDIT:TP_FRAMEPROPERTIES:ED_URL\">Enter the path and the name of the file that you want to display in the floating frame. You can also click the <emph>...</emph> button and locate the file that you want to display.</ahelp> For example, you can enter:"
+msgid "<ahelp hid=\"SFX2:EDIT:TP_FRAMEPROPERTIES:ED_URL\">Enter the path and the name of the file that you want to display in the floating frame. You can also click the <emph>Browse</emph> button and locate the file that you want to display.</ahelp> For example, you can enter:"
msgstr "<ahelp hid=\"SFX2:EDIT:TP_FRAMEPROPERTIES:ED_URL\">浮動フレームに表示するファイルのパスと名前を入力します。 また、<emph>「...」</emph> ボタンをクリックし、表示するファイルを指定することもできます。</ahelp> たとえば、次のような入力ができます。"
#: 02210101.xhp
@@ -10182,13 +10205,13 @@ msgid "file:///c|/Readme.txt"
msgstr "file:///c|/readme.txt"
#: 02210101.xhp
+#, fuzzy
msgctxt ""
"02210101.xhp\n"
"hd_id3147088\n"
-"10\n"
"help.text"
-msgid "..."
-msgstr "..."
+msgid "Browse"
+msgstr "検索"
#: 02210101.xhp
msgctxt ""
@@ -11265,12 +11288,13 @@ msgid "<ahelp hid=\".uno:TraceChangeMode\">Tracks each change that is made in th
msgstr "<ahelp hid=\".uno:TraceChangeMode\">現在のドキュメントに加えられた変更点を作成者および日付ごとに追跡します。 </ahelp>"
#: 02230100.xhp
+#, fuzzy
msgctxt ""
"02230100.xhp\n"
"par_id3155934\n"
"26\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you choose <emph>Record - Show</emph>, the lines containing changed text passages are indicated by a vertical line in the left page margin. You can set the properties of the vertical line and the other markup elements by choosing <emph><link href=\"text/shared/optionen/01040700.xhp\" name=\"Writer - Changes\">%PRODUCTNAME Writer - Changes</link></emph> in the Options dialog box.</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you choose <emph>Record - Show</emph>, the lines containing changed text passages are indicated by a vertical line in the left page margin. You can set the properties of the vertical line and the other markup elements by choosing <link href=\"text/shared/optionen/01040700.xhp\" name=\"Writer - Changes\"><emph>%PRODUCTNAME Writer - Changes</emph></link> in the Options dialog box.</caseinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>記録 → 表示</emph> を選択すると、変更したテキストを含む行の左側のページ余白に縦線が表示されます。この縦線と、その他のマークアップ要素の属性は、<emph><link href=\"text/shared/optionen/01040700.xhp\" name=\"ツール → オプション → Writer → 変更\">ツール → オプション → %PRODUCTNAME Writer → 変更</link></emph> を選択して設定できます。</caseinline></switchinline>"
#: 02230100.xhp
@@ -12447,8 +12471,8 @@ msgctxt ""
"par_id3149119\n"
"2\n"
"help.text"
-msgid "<variable id=\"litdattext\"><ahelp hid=\"HID_BIB_DB_TBX\">Insert, delete, edit, and organize records in the bibliography database.</ahelp></variable>"
-msgstr "<variable id=\"litdattext\"><ahelp hid=\"HID_BIB_DB_TBX\">蔵書管理データベース内のレコードの挿入,削除,編集,管理を行います。</ahelp></variable>"
+msgid "<variable id=\"litdattext\"><ahelp hid=\"modules/sbibliography/ui/toolbar/TBC_BT_COL_ASSIGN\">Insert, delete, edit, and organize records in the bibliography database.</ahelp></variable>"
+msgstr ""
#: 02250000.xhp
msgctxt ""
@@ -13165,7 +13189,7 @@ msgctxt ""
"03110000.xhp\n"
"par_id3148983\n"
"help.text"
-msgid "<ahelp hid=\".\">Shows or hides the menus and toolbars in Writer or Calc. To exit the full screen mode, click the <emph>Full Screen On/Off</emph> button or press the Esc key.</ahelp>"
+msgid "<ahelp hid=\".\">Shows or hides the menus and toolbars in Writer or Calc. To exit the full screen mode, click the <emph>Full Screen</emph> button or press the Esc key.</ahelp>"
msgstr "<ahelp hid=\".uno:FullScreen\">Writer または Calc のメニューおよびツールバーの表示/非表示の切り替えを行います。 全画面表示モードを終了するには、<emph>全画面表示のオン/オフ</emph> ボタンをクリックします。</ahelp>"
#: 03110000.xhp
@@ -13414,30 +13438,30 @@ msgid "Comment"
msgstr "コメント"
#: 04050000.xhp
+#, fuzzy
msgctxt ""
"04050000.xhp\n"
"bm_id3154100\n"
"help.text"
-msgid "<bookmark_value>comments;inserting/editing/deleting/printing</bookmark_value> <bookmark_value>inserting; comments</bookmark_value> <bookmark_value>editing; comments</bookmark_value> <bookmark_value>deleting;comments</bookmark_value> <bookmark_value>Navigator;comments</bookmark_value> <bookmark_value>printing;comments</bookmark_value> <bookmark_value>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>"
+msgid "<bookmark_value>comments;inserting/editing/deleting/printing</bookmark_value> <bookmark_value>inserting; comments</bookmark_value> <bookmark_value>editing; comments</bookmark_value> <bookmark_value>deleting;comments</bookmark_value> <bookmark_value>Navigator;comments</bookmark_value> <bookmark_value>printing;comments</bookmark_value> <bookmark_value>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>"
msgstr "<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>コメントも参照</bookmark_value>"
#: 04050000.xhp
+#, fuzzy
msgctxt ""
"04050000.xhp\n"
"hd_id3154100\n"
-"1\n"
"help.text"
-msgid "Comment"
-msgstr "コメント"
+msgid "<link href=\"text/shared/01/04050000.xhp\">Comment</link>"
+msgstr "<link href=\"text/shared/01/06010500.xhp\">言語</link>"
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"par_id3151100\n"
-"2\n"
"help.text"
-msgid "<variable id=\"notizbearbeitentext\"><ahelp hid=\".uno:InsertAnnotation\">Inserts a comment.</ahelp></variable>"
-msgstr "<variable id=\"notizbearbeitentext\"><ahelp hid=\".uno:InsertAnnotation\">コメントを挿入します。</ahelp></variable>"
+msgid "<variable id=\"notizbearbeitentext\"><ahelp hid=\".\">Inserts a comment around the selected text or at the current cursor position.</ahelp></variable>"
+msgstr ""
#: 04050000.xhp
msgctxt ""
@@ -13448,11 +13472,12 @@ msgid "Inserting comments"
msgstr "コメントを追加"
#: 04050000.xhp
+#, fuzzy
msgctxt ""
"04050000.xhp\n"
"par_id1830500\n"
"help.text"
-msgid "In Writer, the command <item type=\"menuitem\">Insert - Comment</item> or the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+C key combination inserts a comment anchor at the current cursor position. A comment box is shown at the page margin, where you can enter the text of your comment. A line connects anchor and comment box. If a text range is selected, the comment is attached to the text range."
+msgid "In Writer, the command <item type=\"menuitem\">Insert - Comment</item> or the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option </caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+C key combination inserts a comment anchor at the current cursor position. A comment box is shown at the page margin, where you can enter the text of your comment. A line connects anchor and comment box. If a text range is selected, the comment is attached to the text range."
msgstr "Writer では、コマンド<item type=\"menuitem\">挿入 → コメント</item>または <switchinline select=\"sys\"><caseinline select=\"MAC\">コマンド+オプション</caseinline><defaultinline>Ctrl + Alt</defaultinline></switchinline>+Cのキーの組み合わせで、現在のカーソル位置にコメント アンカーを挿入します。コメント ボックスがページの余白に現れ、コメントのテキストを入力できます。線でアンカーとコメント ボックスがつながれます。"
#: 04050000.xhp
@@ -13476,8 +13501,8 @@ msgctxt ""
"04050000.xhp\n"
"par_id6718649\n"
"help.text"
-msgid "The comments by different authors get different colors. Choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - User Data</item> to enter your name so that it can show up as the comment author."
-msgstr "コメントは作成者ごとに別の色で表示されます。<item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> - %PRODUCTNAME → ユーザーデータ</item> に設定してあるユーザーの名前がコメント作成者として表示されます。"
+msgid "The comments by different authors get different colors. Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item> </caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME - User Data</item> to enter your name so that it can show up as the comment author."
+msgstr ""
#: 04050000.xhp
msgctxt ""
@@ -13568,11 +13593,12 @@ msgid "Navigating from comment to comment in text documents"
msgstr "文書ドキュメント内で、コメントからコメントへナビゲートします。"
#: 04050000.xhp
+#, fuzzy
msgctxt ""
"04050000.xhp\n"
"par_id4271370\n"
"help.text"
-msgid "When the cursor is inside a comment, you can press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Page Down to jump to the next comment, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Page Up to jump to the previous comment."
+msgid "When the cursor is inside a comment, you can press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option </caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Page Down to jump to the next comment, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option </caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Page Up to jump to the previous comment."
msgstr "カーソルがコメントの中にあるとき、<switchinline select=\"sys\"><caseinline select=\"MAC\">コマンド+オプション</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Page Down で、次のコメントにジャンプします、また、<switchinline select=\"sys\"><caseinline select=\"MAC\">コマンド+オプション</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Page Up で前のコメントにジャンプします。"
#: 04050000.xhp
@@ -13616,10 +13642,10 @@ msgid "Comments in spreadsheets"
msgstr "表計算ドキュメントのコメント"
#: 04050000.xhp
+#, fuzzy
msgctxt ""
"04050000.xhp\n"
"par_id3166460\n"
-"6\n"
"help.text"
msgid "When you attach a comment to a cell, a callout appears where you can enter your text. A small square in the upper right corner of a cell marks the position of a comment. To display the comment permanently, right-click the cell, and choose <emph>Show Comment</emph>."
msgstr "コメントをセルに挿入すると、テキストが入力できる吹き出しが表示されます。セル右上部の小さな正方形は、コメントの位置を示しています。コメントを常時表示するには、セルを右クリックし、<emph>コメントの表示</emph>を選択します。"
@@ -13636,7 +13662,6 @@ msgstr "背景色などコメントのオブジェクトプロパティを変更
msgctxt ""
"04050000.xhp\n"
"par_id3155390\n"
-"7\n"
"help.text"
msgid "To edit a shown comment, double-click the comment text. To edit a comment that is not shown permanently, right-click in the cell that contains the comment, and then choose <emph>Edit Comment</emph>. To specify the formatting of the comment text, right-click the comment text in edit mode."
msgstr ""
@@ -13666,10 +13691,10 @@ msgid "You can also right-click a comment name in the Navigator window to choose
msgstr "ナビゲーターウィンドウでコメント名を右クリックしても、いくつかの編集コマンドを選択することができます。"
#: 04050000.xhp
+#, fuzzy
msgctxt ""
"04050000.xhp\n"
"par_id3153716\n"
-"8\n"
"help.text"
msgid "To set the printing options for comments in your spreadsheet, choose <emph>Format - Page</emph>, and then click the <emph>Sheet</emph> tab."
msgstr "表計算ドキュメントのコメントに関する印刷オプションを設定するには、<emph>書式 → ページ</emph>を選択し、<emph>シート</emph>タブをクリックします。"
@@ -13796,37 +13821,36 @@ msgid "Special Character"
msgstr "記号と特殊文字"
#: 04100000.xhp
+#, fuzzy
msgctxt ""
"04100000.xhp\n"
"hd_id3152937\n"
-"1\n"
"help.text"
-msgid "Special Character"
-msgstr "記号と特殊文字"
+msgid "<link href=\"text/shared/01/04100000.xhp\">Special Character</link>"
+msgstr "<link href=\"text/shared/01/06130000.xhp\">マクロの実行</link>"
#: 04100000.xhp
msgctxt ""
"04100000.xhp\n"
"par_id3150838\n"
-"2\n"
"help.text"
-msgid "<variable id=\"sonder\"><ahelp hid=\".uno:Bullet\">Inserts special characters from the installed fonts.</ahelp></variable>"
-msgstr "<variable id=\"sonder\"><ahelp hid=\".uno:Bullet\">インストール済みのフォントから特殊文字を挿入します。</ahelp></variable>"
+msgid "<variable id=\"sonder\"><ahelp hid=\".\">Allows a user to insert characters from the range of symbols found in the installed fonts.</ahelp> </variable>"
+msgstr ""
#: 04100000.xhp
+#, fuzzy
msgctxt ""
"04100000.xhp\n"
"par_id3152372\n"
-"11\n"
"help.text"
msgid "When you click a character in the <emph>Special Characters </emph>dialog, a preview and the corresponding numerical code for the character is displayed."
msgstr "ダイアログ <emph>特殊文字</emph> でいずれかの文字をクリックすると、その文字のプレビューと文字コードが表示されます。"
#: 04100000.xhp
+#, fuzzy
msgctxt ""
"04100000.xhp\n"
"hd_id3151315\n"
-"3\n"
"help.text"
msgid "Font"
msgstr "フォント"
@@ -13835,52 +13859,51 @@ msgstr "フォント"
msgctxt ""
"04100000.xhp\n"
"par_id3152924\n"
-"4\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/specialcharacters/fontlb\">Select a font to display the special characters that are associated with it.</ahelp>"
msgstr ""
#: 04100000.xhp
+#, fuzzy
msgctxt ""
"04100000.xhp\n"
"hd_id3155555\n"
-"19\n"
"help.text"
msgid "Subset"
msgstr "範囲"
#: 04100000.xhp
+#, fuzzy
msgctxt ""
"04100000.xhp\n"
"par_id3145090\n"
-"20\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/specialcharacters/subsetlb\">Select a Unicode category for the current font.</ahelp> The special characters for the selected Unicode category are displayed in the character table."
msgstr "<ahelp hid=\"cui/ui/specialcharacters/subsetlb\">現在のフォントの Unicode 上のカテゴリを選択します。</ahelp>選択した Unicode 上のカテゴリの特殊文字が文字表に表示されます。"
#: 04100000.xhp
+#, fuzzy
msgctxt ""
"04100000.xhp\n"
"hd_id3145071\n"
-"5\n"
"help.text"
msgid "Character Table"
msgstr "文字選択ボックス"
#: 04100000.xhp
+#, fuzzy
msgctxt ""
"04100000.xhp\n"
"par_id3154288\n"
-"6\n"
"help.text"
msgid "<ahelp hid=\"HID_CHARMAP_CTL_SHOWSET\">Click the special character(s) that you want to insert, and then click <emph>OK</emph>.</ahelp>"
msgstr "<ahelp hid=\"HID_CHARMAP_CTL_SHOWSET\">挿入する特殊文字をクリックして、<emph>OK</emph> をクリックします。</ahelp>"
#: 04100000.xhp
+#, fuzzy
msgctxt ""
"04100000.xhp\n"
"hd_id3154317\n"
-"7\n"
"help.text"
msgid "Characters"
msgstr "文字"
@@ -13889,7 +13912,6 @@ msgstr "文字"
msgctxt ""
"04100000.xhp\n"
"par_id3152551\n"
-"8\n"
"help.text"
msgid "Displays the special characters to be inserted. Edit this field if you want to change the current selection of characters."
msgstr ""
@@ -13903,156 +13925,151 @@ msgid "Inserting Pictures"
msgstr "画像の挿入"
#: 04140000.xhp
+#, fuzzy
msgctxt ""
"04140000.xhp\n"
"hd_id3154350\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Pictures\">Inserting Pictures</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Inserting Images\">Inserting Images</link>"
msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"画像の挿入\">画像の挿入</link>"
#: 04140000.xhp
msgctxt ""
"04140000.xhp\n"
"par_id3159411\n"
-"2\n"
"help.text"
-msgid "<variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts a picture into the current document.</ahelp></variable>"
-msgstr "<variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">現在のドキュメントに図を挿入します。</ahelp></variable>"
+msgid "<variable id=\"image_text\"><variable id=\"grafiktext\"><ahelp hid=\".uno:InsertGraphic\">Inserts an image into the current document <switchinline select=\"appl\"><caseinline select=\"WRITER\">with optimal page wrapping and centered on the line</caseinline><caseinline select=\"CALC\">at the current cell position</caseinline><defaultinline>centered on the page or slide</defaultinline></switchinline>.</ahelp></variable></variable>"
+msgstr ""
#: 04140000.xhp
#, fuzzy
msgctxt ""
"04140000.xhp\n"
"hd_id3149760\n"
-"17\n"
"help.text"
msgid "Frame Style"
msgstr "スタイルの作成"
#: 04140000.xhp
+#, fuzzy
msgctxt ""
"04140000.xhp\n"
"par_id3154398\n"
-"18\n"
"help.text"
msgid "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">Select the frame style for the graphic.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEOPEN_IMAGE_TEMPLATE\">図の枠スタイルを選択します。</ahelp>"
#: 04140000.xhp
+#, fuzzy
msgctxt ""
"04140000.xhp\n"
"hd_id3150789\n"
-"6\n"
"help.text"
msgid "Link"
msgstr "リンク"
#: 04140000.xhp
+#, fuzzy
msgctxt ""
"04140000.xhp\n"
"par_id3153750\n"
-"7\n"
"help.text"
msgid "<ahelp hid=\"HID_FILEDLG_LINK_CB\">Inserts the selected graphic file as a link.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEDLG_LINK_CB\">選択した図ファイルをリンクとして挿入します。</ahelp>"
#: 04140000.xhp
+#, fuzzy
msgctxt ""
"04140000.xhp\n"
"hd_id3155805\n"
-"8\n"
"help.text"
msgid "Preview"
msgstr "プレビュー"
#: 04140000.xhp
+#, fuzzy
msgctxt ""
"04140000.xhp\n"
"par_id3153311\n"
-"9\n"
"help.text"
msgid "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">Displays a preview of the selected graphic file.</ahelp>"
msgstr "<ahelp hid=\"HID_FILEDLG_PREVIEW_CB\">選択した図ファイルのプレビューを表示します。</ahelp>"
#: 04150000.xhp
+#, fuzzy
msgctxt ""
"04150000.xhp\n"
"tit\n"
"help.text"
-msgid "Drawing Object"
-msgstr "図形描画オブジェクト"
+msgid "Object"
+msgstr "オブジェクト"
#: 04150000.xhp
+#, fuzzy
msgctxt ""
"04150000.xhp\n"
"hd_id3146873\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Drawing Object\">Drawing Object</link>"
-msgstr "<link href=\"text/shared/01/04150000.xhp\" name=\"図形描画オブジェクト\">図形描画オブジェクト</link>"
+msgid "<link href=\"text/shared/01/04150000.xhp\" name=\"Object\">Object</link>"
+msgstr "<link href=\"text/shared/01/02200000.xhp\" name=\"オブジェクト\">オブジェクト</link>"
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
"par_id3159079\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an object into your document. For movies and sounds, use <emph>Insert - Media - Audio or Video</emph> instead.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an embedded object into your document, including formulas, 3D models, charts and OLE objects.</ahelp>"
msgstr ""
#: 04150000.xhp
+#, fuzzy
msgctxt ""
"04150000.xhp\n"
-"hd_id3154894\n"
-"8\n"
+"hd_id3153577\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE Object\">OLE Object</link>"
-msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE オブジェクト\">OLE オブジェクト</link>"
+msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
+msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"数式\">数式</link>"
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
-"hd_id3159201\n"
-"6\n"
+"par_id030420161017343575\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150400.xhp\" name=\"Audio\">Audio</link>"
-msgstr "<link href=\"text/shared/01/04150400.xhp\" name=\"オーディオ\">オーディオ</link>"
+msgid "Chart From File"
+msgstr ""
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
-"hd_id3157896\n"
-"7\n"
+"par_id030420161036124113\n"
"help.text"
-msgid "<link href=\"text/shared/01/04150500.xhp\" name=\"Video\">Video</link>"
-msgstr "<link href=\"text/shared/01/04150500.xhp\" name=\"ビデオ\">ビデオ</link>"
+msgid "<ahelp hid=\".uno:InsertObjectChartFromFile\">Inserts a chart from within another spreadsheet or from an ODF Chart file (*.odc).</ahelp>"
+msgstr ""
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
-"hd_id3153577\n"
-"4\n"
+"par_id030420161017345031\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160300.xhp\" name=\"Formula\">Formula</link>"
-msgstr "<link href=\"text/shared/01/04160300.xhp\" name=\"数式\">数式</link>"
+msgid "3D Model"
+msgstr ""
#: 04150000.xhp
msgctxt ""
"04150000.xhp\n"
-"hd_id3152552\n"
-"10\n"
+"par_id03042016103612802\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"Chart\">Chart</link></caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/schart/01/wiz_chart_type.xhp\" name=\"グラフ\">グラフ</link></caseinline></switchinline>"
+msgid "<ahelp hid=\".uno:Insert3DModel\">Inserts a 3D models in the glTF format. This option is currently only available for Windows and Linux.</ahelp>"
+msgstr ""
#: 04150000.xhp
+#, fuzzy
msgctxt ""
"04150000.xhp\n"
-"par_id0302200903593543\n"
+"hd_id3154894\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Inserts a chart.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">グラフを挿入します。</caseinline></switchinline>"
+msgid "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE Object\">OLE Object</link>"
+msgstr "<link href=\"text/shared/01/04150100.xhp\" name=\"OLE オブジェクト\">OLE オブジェクト</link>"
#: 04150100.xhp
msgctxt ""
@@ -14448,21 +14465,23 @@ msgid "Insert Floating Frame"
msgstr "フレームの挿入"
#: 04160500.xhp
+#, fuzzy
msgctxt ""
"04160500.xhp\n"
"par_id3148410\n"
"2\n"
"help.text"
-msgid "<variable id=\"frameeinfuegentext\"><ahelp hid=\".\">Inserts a floating frame into the current document. Floating frames are used in HTML documents to display the contents of another file.</ahelp></variable>"
+msgid "<variable id=\"floating_frame_text\"><variable id=\"frameeinfuegentext\"><ahelp hid=\".\">Inserts a floating frame into the current document. Floating frames are used in HTML documents to display the contents of another file.</ahelp></variable></variable>"
msgstr "<variable id=\"frameeinfuegentext\"><ahelp hid=\".\">現在のドキュメントにフレームが挿入されます。フレームは、HTML ドキュメント内に別のファイルの内容を表示するために使用されます。</ahelp></variable>"
#: 04160500.xhp
+#, fuzzy
msgctxt ""
"04160500.xhp\n"
"par_id3151100\n"
"6\n"
"help.text"
-msgid "If you want to create HTML pages that use floating frames, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML compatibility</emph>, and then select the \"MS Internet Explorer\" option. The floating frame is bounded by <IFRAME> and </IFRAME> tags."
+msgid "If you want to create HTML pages that use floating frames, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML compatibility</emph>, and then select the \"MS Internet Explorer\" option. The floating frame is bounded by <IFRAME> and </IFRAME> tags."
msgstr "浮動フレームを使用する HTML ページを作成する場合は、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 読み込み / 保存 → HTML 互換性</emph> を選択したあと、\"MS Internet Explorer\" オプションを選択します。<IFRAME> と </IFRAME> タグの間に浮動フレームが置かれます。"
#: 04160500.xhp
@@ -14538,35 +14557,25 @@ msgctxt ""
"04990000.xhp\n"
"tit\n"
"help.text"
-msgid "Picture"
-msgstr "画像"
+msgid "Media"
+msgstr ""
#: 04990000.xhp
+#, fuzzy
msgctxt ""
"04990000.xhp\n"
"hd_id3156045\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/shared/01/04990000.xhp\" name=\"Picture\">Picture</link>"
-msgstr "<link href=\"text/shared/01/04990000.xhp\" name=\"画像\">画像</link>"
+msgid "<link href=\"text/shared/01/04990000.xhp\" name=\"media\">Media</link>"
+msgstr "<link href=\"text/shared/01/02020000.xhp\" name=\"やり直し\">やり直し</link>"
#: 04990000.xhp
msgctxt ""
"04990000.xhp\n"
"par_id3154613\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the source for a picture that you want to insert.</ahelp>"
-msgstr "<ahelp hid=\".\">挿入する画像のソースファイルを選択します。</ahelp>"
-
-#: 04990000.xhp
-msgctxt ""
-"04990000.xhp\n"
-"hd_id3158442\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"From File\">From File</link>"
-msgstr "<link href=\"text/shared/01/04140000.xhp\" name=\"ファイルから\">ファイルから</link>"
+msgid "<ahelp hid=\".\">The submenu presents various sources that an image, audio or video can be insert from.</ahelp>"
+msgstr ""
#: 05010000.xhp
msgctxt ""
@@ -14744,12 +14753,13 @@ msgid "Complex text layout font - right-to-left text direction"
msgstr "複合文字言語 (CTL) - 文字の方向右から左へ"
#: 05020100.xhp
+#, fuzzy
msgctxt ""
"05020100.xhp\n"
"par_id3153663\n"
"58\n"
"help.text"
-msgid "To enable support for complex text layout and Asian character sets, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>, and then select the <emph>Enabled </emph>box in the corresponding area."
+msgid "To enable support for complex text layout and Asian character sets, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>, and then select the <emph>Enabled </emph>box in the corresponding area."
msgstr "複合文字レイアウトのサポートとアジア諸言語文字セットを有効にするためには、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → 言語</emph> を選択し、次にそれぞれの <emph>有効化</emph> ボックスにチェックマークをつけます。"
#: 05020100.xhp
@@ -15781,6 +15791,7 @@ msgstr "小数点以下の桁"
msgctxt ""
"05020301.xhp\n"
"par_id3153624\n"
+"3\n"
"help.text"
msgid "Use zero (0), the number sign (#) or the question mark (?) as placeholders in your number format code to represent numbers. The (#) only displays significant digits, while the (0) displays zeroes if there are fewer digits in the number than in the number format. The (?) works as the (#) but adds a space character to keep decimal alignment if there is a hidden non-significant zero."
msgstr ""
@@ -17240,12 +17251,13 @@ msgid "To enter a date in a cell, use the Gregorian calendar format. For example
msgstr "セルに日付を入力するには、グレゴリオ暦の書式を使用します。たとえばロケールが英語であれば、2002 年 1 月 2 日を示す日付は 1/2/2002 として入力できます。"
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3153274\n"
"137\n"
"help.text"
-msgid "All date formats are dependent on the locale that is set in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages</emph>. For example, if your locale is set to 'Japanese', then the Gengou calendar is used. The default date format in <item type=\"productname\">%PRODUCTNAME</item> uses the Gregorian Calendar."
+msgid "All date formats are dependent on the locale that is set in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language settings - Languages</emph>. For example, if your locale is set to 'Japanese', then the Gengou calendar is used. The default date format in <item type=\"productname\">%PRODUCTNAME</item> uses the Gregorian Calendar."
msgstr "日付の書式はどこで使われるものであっても <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → 言語</emph> の設定に依存します。例えばロケール設定を「日本語」にした場合、日付には元号が使われます。<item type=\"productname\">%PRODUCTNAME</item> の標準の日付書式はグレゴリオ暦表示です。"
#: 05020301.xhp
@@ -19118,12 +19130,13 @@ msgid "Apply list of forbidden characters to the beginning and end of line"
msgstr "行頭および行末の禁則文字のリストで禁則処理を行う"
#: 05020700.xhp
+#, fuzzy
msgctxt ""
"05020700.xhp\n"
"par_id3153683\n"
"10\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/asiantypography/checkForbidList\">Prevents the characters in the list from starting or ending a line. The characters are relocated to either the previous or the next line.</ahelp> To edit the list of restricted characters, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - <link href=\"text/shared/optionen/01150100.xhp\" name=\"Asian Layout\">Asian Layout</link></emph>."
+msgid "<ahelp hid=\"cui/ui/asiantypography/checkForbidList\">Prevents the characters in the list from starting or ending a line. The characters are relocated to either the previous or the next line.</ahelp> To edit the list of restricted characters, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - </emph><link href=\"text/shared/optionen/01150100.xhp\" name=\"Asian Layout\"><emph>Asian Layout</emph></link>."
msgstr "<ahelp hid=\"cui/ui/asiantypography/checkForbidList\">このリストで指定した文字が行頭や行末にならないように調整します。そのような文字は前後の行に移動されます。</ahelp>禁則文字のリストの変更は、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → <link href=\"text/shared/optionen/01150100.xhp\" name=\"Asian Layout\">日本語レイアウト</link></emph> で設定します。"
#: 05020700.xhp
@@ -24010,12 +24023,12 @@ msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>"
msgstr "メニュー <emph>表 → サイズの自動調整 → 行の均等分割</emph>"
#: 05110600m.xhp
+#, fuzzy
msgctxt ""
"05110600m.xhp\n"
"par_id3153755\n"
-"93\n"
"help.text"
-msgid "Open <emph>Optimize</emph> toolbar from <emph>Table</emph> Bar, click"
+msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> Bar, click"
msgstr "<emph>最適化</emph> ツールバーを<emph>表</emph> バー から開き、次をクリックします"
#: 05110600m.xhp
@@ -24243,12 +24256,12 @@ msgid "Choose <emph>Table - Autofit - Distribute Columns Equally</emph>"
msgstr "メニュー <emph>表 → サイズの自動調整 → 列の均等分割</emph>を選択"
#: 05120600.xhp
+#, fuzzy
msgctxt ""
"05120600.xhp\n"
"par_id3156426\n"
-"108\n"
"help.text"
-msgid "Open <emph>Optimize</emph> toolbar from <emph>Table</emph> Bar, click"
+msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> Bar, click"
msgstr "<emph>最適化</emph> ツールバーを<emph>表</emph> バー から開き、次をクリックします"
#: 05120600.xhp
@@ -34904,12 +34917,12 @@ msgid "<ahelp hid=\"cui/ui/acorreplacepage/AcorReplacePage\">Edits the replaceme
msgstr "<ahelp hid=\"cui/ui/acorreplacepage/AcorReplacePage\">ドキュメント内の単語や略語を自動的に訂正、置換するための置換表を編集します。</ahelp>"
#: 06040200.xhp
+#, fuzzy
msgctxt ""
"06040200.xhp\n"
"par_id3149999\n"
-"17\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">To enable the replacement table, choose <emph>Tools - AutoCorrect Options</emph>, click the<emph> Options</emph> tab, and then select<emph> Use replacement table</emph>. To use the replacement table while you type, choose <emph>Format - AutoCorrect - While Typing</emph>. </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">To enable the replacement table, choose <emph>Tools - AutoCorrect - AutoCorrect Options</emph>, click the <emph>Options</emph> tab, and then select <emph>Use replacement table</emph>. To use the replacement table while you type, check <emph>Tools - AutoCorrect - While Typing</emph>.</caseinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">置換テーブルを有効にするには、<emph>ツール → オートコレクトオプション</emph> を選択して、<emph>オプション</emph> タブをクリックし、<emph>置換リストを使う</emph> を選択します。 入力時に置換テーブルを使用するには、<emph>書式 → オートコレクト → 入力時</emph> を選択します。 </caseinline></switchinline>"
#: 06040200.xhp
@@ -34940,12 +34953,13 @@ msgid "You can use the AutoCorrect feature to apply a specific character format
msgstr ""
#: 06040200.xhp
+#, fuzzy
msgctxt ""
"06040200.xhp\n"
"par_id3154173\n"
"16\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">You can also include frames, graphics, and OLE objects in an AutoCorrect entry, so long as they are anchored <emph>as characters</emph> in the text. Select the frame, graphic or OLE object and at least one text character in front of and behind the object. Open this dialog, type a name for this AutoCorrect entry in the <emph>Replace </emph>box, and then click <emph>New</emph>. </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">You can also include frames, graphics, and OLE objects in an AutoCorrect entry, so long as they are anchored <emph>as characters</emph> in the text. Select the frame, graphic or OLE object and at least one text character in front of and behind the object. Open this dialog, type a name for this AutoCorrect entry in the <emph>Replace </emph>box, and then click <emph>New</emph>.</caseinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">テキスト内で <emph>文字として</emph> アンカーされている場合には、枠、図、および OLE オブジェクトもオートコレクト項目に含めることができます。枠、図、OLE オブジェクトのいずれか、および、そのオブジェクトの前後の 1 文字以上を選択します。このダイアログを開き、<emph>置換前の文字列</emph> ボックスにオートコレクト項目の名前を入力してから、<emph>新規作成</emph> をクリックします。 </caseinline></switchinline>"
#: 06040200.xhp
@@ -35464,12 +35478,12 @@ msgid "AutoCorrect"
msgstr "オートコレクト"
#: 06040500.xhp
+#, fuzzy
msgctxt ""
"06040500.xhp\n"
"par_id3149177\n"
-"13\n"
"help.text"
-msgid "<ahelp hid=\"HID_LINGU_AUTOCORR\">To always replace the highlighted word, click a word in the list. The word pair is stored in the replacement table under Tools - AutoCorrect Options - Replace.</ahelp>"
+msgid "<ahelp hid=\"HID_LINGU_AUTOCORR\">To always replace the highlighted word, click a word in the list. The word pair is stored in the replacement table under Tools - AutoCorrect - AutoCorrect Options - Replace.</ahelp>"
msgstr "<ahelp hid=\"HID_LINGU_AUTOCORR\">強調表示した単語を常に置換するには、リスト内の単語をクリックします。単語のペアは、ツール → オートコレクトオプション → 置換 に置かれている置換テーブルに保存されます。</ahelp>"
#: 06040500.xhp
@@ -37707,7 +37721,7 @@ msgctxt ""
"par_id3152952\n"
"1\n"
"help.text"
-msgid "<ahelp hid=\".uno:MacroRecorder\">Records a new macro.</ahelp> Only available, if macro recording feature is enabled in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Advanced</emph>."
+msgid "<ahelp hid=\".uno:MacroRecorder\">Records a new macro.</ahelp> Only available, if macro recording feature is enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Advanced</emph>."
msgstr ""
#: 06130010.xhp
@@ -40029,12 +40043,13 @@ msgid "<ahelp hid=\"filter/ui/xmlfiltertabpagetransformation/tempimport\" visibi
msgstr "<ahelp hid=\"filter/ui/xmlfiltertabpagetransformation/tempimport\" visibility=\"visible\">インポートに使用するテンプレート名を指定します。テンプレートでは、XML タグを表示するようスタイル指定がされています。</ahelp>"
#: 06150120.xhp
+#, fuzzy
msgctxt ""
"06150120.xhp\n"
"par_id3156330\n"
"19\n"
"help.text"
-msgid "The path to the directory that contains the template must be included in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph>. When you open an XML file whose filter uses the template, the template opens first. In the template, you can map $[officename] styles to display XML tags in the XML document."
+msgid "The path to the directory that contains the template must be included in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Paths</emph>. When you open an XML file whose filter uses the template, the template opens first. In the template, you can map $[officename] styles to display XML tags in the XML document."
msgstr "テンプレートが置かれているディレクトリへのパスは、あらかじめ <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → パス</emph> で設定しておく必要があります。XML ファイルを開くときは、それに使用するテンプレートが先に開かれます。テンプレートの中には、XML ドキュメント内の XML タグを表示するための $[officename] スタイルを割り当てることができます。"
#: 06150200.xhp
@@ -40339,12 +40354,13 @@ msgid "<link href=\"text/shared/01/06200000.xhp\" name=\"Hangul/Hanja Conversion
msgstr "<link href=\"text/shared/01/06200000.xhp\" name=\"ハングル/ハンチャ 変換\">ハングル/ハンチャ 変換</link>"
#: 06200000.xhp
+#, fuzzy
msgctxt ""
"06200000.xhp\n"
"par_id3146060\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\".uno:HangulHanjaConversion\">Converts the selected Korean text from Hangul to Hanja or from Hanja to Hangul.</ahelp> The menu command can only be called if you enable Asian language support under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>, and if a text formatted in Korean language is selected."
+msgid "<ahelp hid=\".uno:HangulHanjaConversion\">Converts the selected Korean text from Hangul to Hanja or from Hanja to Hangul.</ahelp> The menu command can only be called if you enable Asian language support under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>, and if a text formatted in Korean language is selected."
msgstr "<ahelp hid=\".uno:HangulHanjaConversion\">選択されている朝鮮語のテキストをハングルからハンジャヘ、またはハンジャからハングルへ変換します。</ahelp> このメニューコマンドを使うためには<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → 言語</emph> の「アジア諸言語サポートを有効化」が選択され、さらに朝鮮語の書式になったテキストが選択されている必要があります。"
#: 06200000.xhp
@@ -41303,12 +41319,13 @@ msgid "Scripts and META tags in the header of an HTML document are imported and
msgstr "HTML 形式ドキュメントのヘッダー部に置かれたスクリプトと META タグは、インポート時にドキュメントの最初の段落にアンカーされます。"
#: about_meta_tags.xhp
+#, fuzzy
msgctxt ""
"about_meta_tags.xhp\n"
"par_id3152885\n"
"14\n"
"help.text"
-msgid "To set the options for importing HTML tags, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>. A known META tag contains either \"HTTP-EQUIV\" or \"NAME\", and are imported as $[officename] comments. The only exception is <META NAME=\"GENERATOR\"...>, which is ignored."
+msgid "To set the options for importing HTML tags, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>. A known META tag contains either \"HTTP-EQUIV\" or \"NAME\", and are imported as $[officename] comments. The only exception is <META NAME=\"GENERATOR\"...>, which is ignored."
msgstr "HTML タグをインポートするときのオプションは、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline> ツール → オプション</defaultinline></switchinline> → 読み込み / 保存 → HTML 互換性</emph> で設定します。\"HTTP-EQUIV\" または \"NAME\" を含む META タグは既知として扱われ、インポートでは $[officename] のコメントに変換されます。しかし例外として<META NAME=\"GENERATOR\"...> だけは無視されます。"
#: about_meta_tags.xhp
@@ -41618,19 +41635,21 @@ msgid "Formatting Mark"
msgstr "書式設定マーク"
#: formatting_mark.xhp
+#, fuzzy
msgctxt ""
"formatting_mark.xhp\n"
"bm_id9930722\n"
"help.text"
-msgid "<bookmark_value>CTL;(not) wrapping words</bookmark_value> <bookmark_value>words;wrapping in CTL</bookmark_value>"
+msgid "<bookmark_value>CTL;(not) wrapping words</bookmark_value> <bookmark_value>words;wrapping in CTL</bookmark_value>"
msgstr "<bookmark_value>CTL; 単語を折り返す (折り返さない)</bookmark_value><bookmark_value>単語; CTL で折り返す</bookmark_value>"
#: formatting_mark.xhp
+#, fuzzy
msgctxt ""
"formatting_mark.xhp\n"
"hd_id030220091035120\n"
"help.text"
-msgid "<variable id=\"formattingmark\"><link href=\"text/shared/01/formatting_mark.xhp\">Formatting Mark</link></variable>"
+msgid "<variable id=\"formattingmark\"><link href=\"text/shared/01/formatting_mark.xhp\">Formatting Mark</link> </variable>"
msgstr "<variable id=\"formattingmark\"><link href=\"text/shared/01/formatting_mark.xhp\">書式マーク</link> </variable>"
#: formatting_mark.xhp
@@ -41638,8 +41657,8 @@ msgctxt ""
"formatting_mark.xhp\n"
"par_id0302200910351248\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens a submenu to insert special formatting marks. Enable CTL for more commands.</ahelp>"
-msgstr "<ahelp hid=\".\">サブメニューを開いて特殊な書式設定マークを挿入します。より詳細なコマンドについては CTL を有効にしてください。</ahelp>"
+msgid "<ahelp hid=\".\">Opens a submenu to insert special formatting marks like non-breaking space, soft hyphen, and optional break.</ahelp>"
+msgstr ""
#: formatting_mark.xhp
msgctxt ""
@@ -41682,11 +41701,12 @@ msgid "Soft hyphen"
msgstr ""
#: formatting_mark.xhp
+#, fuzzy
msgctxt ""
"formatting_mark.xhp\n"
"par_id9407330\n"
"help.text"
-msgid "<ahelp hid=\".\">Inserts an invisible hyphen within a word that will appear and create a line break once it becomes the last character in a line.</ahelp>"
+msgid "<ahelp hid=\".\">Inserts an invisible optional hyphen within a word that will appear and create a line break once it becomes the last character in a line.</ahelp>"
msgstr "<ahelp hid=\".\">行内で最後の文字になると表示され行ブレークを作成する文字列内の隠しハイフンを挿入します。</ahelp>"
#: formatting_mark.xhp
@@ -42138,11 +42158,12 @@ msgid "<ahelp hid=\".\">Displays the grid lines in front of the objects on the s
msgstr "<ahelp hid=\".\">スライドまたはページ上のオブジェクトの前面にグリッド線が表示されます。</ahelp>"
#: grid.xhp
+#, fuzzy
msgctxt ""
"grid.xhp\n"
"par_id4372692\n"
"help.text"
-msgid "Set the grid color on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/01012000.xhp\">Appearance</link>."
+msgid "Set the grid color on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/01012000.xhp\">Application Colors</link>."
msgstr "補助線 (グリッド) の色は、<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME → <link href=\"text/shared/optionen/01012000.xhp\">外観</link> で設定します。"
#: guides.xhp
@@ -43510,6 +43531,67 @@ msgctxt ""
msgid "<ahelp hid=\"uui/ui/setmasterpassworddlg/password2\">Re-enter the master password.</ahelp>"
msgstr "<ahelp hid=\"uui/ui/setmasterpassworddlg/password2\">マスターパスワードを再入力します。</ahelp>"
+#: prop_font_embed.xhp
+msgctxt ""
+"prop_font_embed.xhp\n"
+"tit\n"
+"help.text"
+msgid "Embedding Fonts"
+msgstr ""
+
+#: prop_font_embed.xhp
+msgctxt ""
+"prop_font_embed.xhp\n"
+"bm_id3149955\n"
+"help.text"
+msgid "<bookmark_value>embedding fonts in document file</bookmark_value> <bookmark_value>documents; embedding fonts</bookmark_value> <bookmark_value>font embedding; in documents</bookmark_value> <bookmark_value>fonts; embedding</bookmark_value> <bookmark_value>embedding; fonts</bookmark_value>"
+msgstr ""
+
+#: prop_font_embed.xhp
+#, fuzzy
+msgctxt ""
+"prop_font_embed.xhp\n"
+"hd_id3148668\n"
+"1\n"
+"help.text"
+msgid "<link href=\"text/shared/01/prop_font_embed.xhp\" name=\"Fonts\">Font</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"フォント\">フォント</link>"
+
+#: prop_font_embed.xhp
+msgctxt ""
+"prop_font_embed.xhp\n"
+"par_id3154863\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentInfoPage\">Embed document fonts in the current file.</ahelp>"
+msgstr ""
+
+#: prop_font_embed.xhp
+msgctxt ""
+"prop_font_embed.xhp\n"
+"hd_id3149999\n"
+"3\n"
+"help.text"
+msgid "Fonts embedding"
+msgstr ""
+
+#: prop_font_embed.xhp
+msgctxt ""
+"prop_font_embed.xhp\n"
+"par_id3153114\n"
+"4\n"
+"help.text"
+msgid "<ahelp hid=\"sfx/ui/documentfontspage/embedFonts\">Mark this box to embed document fonts into the document file, for portability between different computer systems.</ahelp> The document with embedded fonts has a larger size and the fonts are used on the target computer for better rendering of the document layout."
+msgstr ""
+
+#: prop_font_embed.xhp
+msgctxt ""
+"prop_font_embed.xhp\n"
+"par_id3153115\n"
+"help.text"
+msgid "Consider embedding fonts when your document use rare or custom fonts not generally available in other computers."
+msgstr ""
+
#: ref_pdf_export.xhp
msgctxt ""
"ref_pdf_export.xhp\n"
@@ -43842,7 +43924,7 @@ msgctxt ""
"ref_pdf_export.xhp\n"
"par_idN207C2\n"
"help.text"
-msgid "To export comments of Writer documents as they are shown in %PRODUCTNAME, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Print</emph> and select the <emph>In margins</emph> option in the <emph>Comments</emph> area. The exported pages will be scaled down and the comments will be placed into their margins."
+msgid "To export comments of Writer documents as they are shown in %PRODUCTNAME, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Print</emph> and select the <emph>In margins</emph> option in the <emph>Comments</emph> area. The exported pages will be scaled down and the comments will be placed into their margins."
msgstr ""
#: ref_pdf_export.xhp
@@ -44757,7 +44839,7 @@ msgctxt ""
"ref_pdf_export.xhp\n"
"par_id22107306\n"
"help.text"
-msgid "The key store to be used can be selected under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Security - Certificate Path</emph>."
+msgid "The key store to be used can be selected under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - Certificate Path</emph>."
msgstr ""
#: ref_pdf_export.xhp
@@ -44901,7 +44983,7 @@ msgctxt ""
"ref_pdf_export.xhp\n"
"par_id39089022\n"
"help.text"
-msgid "The list of TSA URLs that can be selected is maintained under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Security - TSAs</emph>."
+msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
msgstr ""
#: ref_pdf_export.xhp
@@ -45116,6 +45198,23 @@ msgctxt ""
msgid "<ahelp hid=\".\">Opens the <link href=\"text/shared/optionen/viewcertificate.xhp\">View Certificate</link> dialog where you can examine the selected certificate.</ahelp>"
msgstr "<ahelp hid=\".\"><link href=\"text/shared/optionen/viewcertificate.xhp\">「証明機関の表示」</link>ダイアログが表示され、選択した証明書を確認できます。</ahelp>"
+#: selectcertificate.xhp
+#, fuzzy
+msgctxt ""
+"selectcertificate.xhp\n"
+"par_idN10572\n"
+"help.text"
+msgid "Description"
+msgstr "説明"
+
+#: selectcertificate.xhp
+msgctxt ""
+"selectcertificate.xhp\n"
+"par_idN10576\n"
+"help.text"
+msgid "<ahelp hid=\".\">Type a purpose for the signature.</ahelp>"
+msgstr ""
+
#: webhtml.xhp
msgctxt ""
"webhtml.xhp\n"
@@ -45141,11 +45240,12 @@ msgid "<ahelp hid=\".\">Creates a temporary copy of the current document in HTML
msgstr "<ahelp hid=\".\">現在のドキュメントの一時コピーを HTML 書式で作成し、システムのデフォルトの Web ブラウザーを開いて、Web ブラウザーで HTML ファイルを表示します。</ahelp>"
#: webhtml.xhp
+#, fuzzy
msgctxt ""
"webhtml.xhp\n"
"par_id9186681\n"
"help.text"
-msgid "The HTML formatted copy is written to the temporary files folder that you can select in <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Paths</item>. When you quit %PRODUCTNAME, the HTML file will be deleted."
+msgid "The HTML formatted copy is written to the temporary files folder that you can select in <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME - Paths</item>. When you quit %PRODUCTNAME, the HTML file will be deleted."
msgstr "コピーが HTML 形式に変換されて、<item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline> ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME → パス</item> で設定した一時ファイル用フォルダーに保存されます。この HTML ファイルは %PRODUCTNAME を終了するときに削除されます。"
#: webhtml.xhp
@@ -45153,8 +45253,8 @@ msgctxt ""
"webhtml.xhp\n"
"par_id5871150\n"
"help.text"
-msgid "You can set the HTML export filter options by choosing <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</item>."
-msgstr "HTML へエクスポートするフィルターのオプションは、<item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 読み込み / 保存 - HTML 互換性</item> で設定できます。"
+msgid "You can set the HTML export filter options by choosing <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - Load/Save - HTML Compatibility</item>."
+msgstr ""
#: xformsdata.xhp
msgctxt ""
diff --git a/source/ja/helpcontent2/source/text/shared/02.po b/source/ja/helpcontent2/source/text/shared/02.po
index 5f0f54d4375..6e6a18a2be6 100644
--- a/source/ja/helpcontent2/source/text/shared/02.po
+++ b/source/ja/helpcontent2/source/text/shared/02.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-11-10 19:33+0100\n"
-"PO-Revision-Date: 2015-10-24 12:03+0000\n"
-"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2016-01-31 02:56+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: 1445688195.000000\n"
+"X-POOTLE-MTIME: 1454209004.000000\n"
#: 01110000.xhp
msgctxt ""
@@ -174,8 +174,8 @@ msgctxt ""
"hd_id3143270\n"
"13\n"
"help.text"
-msgid "Line"
-msgstr "線"
+msgid "<variable id=\"line_title\">Line</variable>"
+msgstr ""
#: 01140000.xhp
msgctxt ""
@@ -186,12 +186,13 @@ msgid "<image id=\"img_id3147618\" src=\"cmd/sc_line.png\" width=\"0.1665in\" he
msgstr "<image id=\"img_id3147618\" src=\"cmd/sc_line.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147618\">アイコン</alt></image>"
#: 01140000.xhp
+#, fuzzy
msgctxt ""
"01140000.xhp\n"
"par_id3155922\n"
"64\n"
"help.text"
-msgid "<ahelp hid=\".uno:Line\">Draws a straight line where you drag in the current document. To constrain the line to 45 degrees, hold down Shift while you drag.</ahelp>"
+msgid "<variable id=\"line_text\"><ahelp hid=\".uno:Line\">Draws a straight line where you drag in the current document. To constrain the line to 45 degrees, hold down Shift while you drag.</ahelp></variable>"
msgstr "<ahelp hid=\".uno:Line\">直線を、現在のドキュメントへのドラッグ操作によって描画します。Shift キーを押しながらドラッグすると、直線が傾きを 45 度単位に制限されて描画されます。</ahelp>"
#: 01140000.xhp
@@ -435,8 +436,8 @@ msgctxt ""
"hd_id3145150\n"
"36\n"
"help.text"
-msgid "Text"
-msgstr "テキスト"
+msgid "<variable id=\"textbox_title\">Text Box</variable>"
+msgstr ""
#: 01140000.xhp
msgctxt ""
@@ -447,12 +448,13 @@ msgid "<image id=\"img_id3155608\" src=\"cmd/sc_texttoolbox.png\" width=\"0.1665
msgstr "<image id=\"img_id3155608\" src=\"cmd/sc_texttoolbox.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3155608\">アイコン</alt></image>"
#: 01140000.xhp
+#, fuzzy
msgctxt ""
"01140000.xhp\n"
"par_id3154657\n"
"69\n"
"help.text"
-msgid "<ahelp hid=\".uno:DrawText\">Draws a text box with horizontal text direction where you drag in the current document. Drag a text box to the size you want anywhere in the document, and then type or paste your text. Rotate the text box to get rotated text.</ahelp>"
+msgid "<variable id=\"textbox_text\"><ahelp hid=\".uno:DrawText\">Draws a text box with horizontal text direction where you drag in the current document. Drag a text box to the size you want anywhere in the document, and then type or paste your text. Rotate the text box to get rotated text.</ahelp></variable>"
msgstr "<ahelp hid=\".uno:DrawText\">文字を水平表示するテキストボックスを、現在のドキュメントへのドラッグ操作によって描画します。ドラッグ操作によりドキュメント上の任意の位置に必要な大きさのテキストボックスを描画してから、テキストを入力するか貼り付けます。 テキストを回転させるには、テキストボックスを回転させます。</ahelp>"
#: 01140000.xhp
@@ -703,12 +705,13 @@ msgid "When you create a form in an HTML document, you can use the form to send
msgstr "HTML ドキュメントでフォームを作成すると、そのフォームを使用して、インターネット経由でデータを送ることができます。"
#: 01170000.xhp
+#, fuzzy
msgctxt ""
"01170000.xhp\n"
"par_id3145171\n"
"47\n"
"help.text"
-msgid "%PRODUCTNAME only exports the form properties that are supported by the HTML version that you export to. To specify the HTML version, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>."
+msgid "%PRODUCTNAME only exports the form properties that are supported by the HTML version that you export to. To specify the HTML version, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>."
msgstr "HTML フォームの作成では、使用する HTML のバージョンに応じて、エクスポートできるフォームの属性が異なります。エクスポートする HTML のバージョンは、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 読み込み / 保存 → HTML 互換性</emph> で設定します。"
#: 01170000.xhp
@@ -2180,12 +2183,13 @@ msgid "Special Tips for Date Fields"
msgstr "日付フィールドに関する特別な注意事項"
#: 01170003.xhp
+#, fuzzy
msgctxt ""
"01170003.xhp\n"
"par_id3154230\n"
"75\n"
"help.text"
-msgid "When you enter a year using two digits, the corresponding four digit value is determined by a setting in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - General</emph>. For example, if 1935 is set as the lower limiting value and you enter 34 as a date value, then the result is 2034 instead of 1934."
+msgid "When you enter a year using two digits, the corresponding four digit value is determined by a setting in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - General</emph>. For example, if 1935 is set as the lower limiting value and you enter 34 as a date value, then the result is 2034 instead of 1934."
msgstr "年を 2 桁の数字で入力した場合、 <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> - $[officename] - 全般</emph> の指定に従って 4 桁の数字に変換されます。たとえば指定範囲を 1935 年以降と設定している場合、34 と入力すると 1934 年ではなく 2034 年として解釈されます。"
#: 01170003.xhp
@@ -7229,12 +7233,12 @@ msgid "When losing focus"
msgstr "フォーカスを失った時"
#: 01170103.xhp
+#, fuzzy
msgctxt ""
"01170103.xhp\n"
"par_id3159252\n"
-"19\n"
"help.text"
-msgid "<ahelp hid=\"HID_EVT_FOCUSLOST\">The<emph> When losing focus </emph>event takes place if a control field looses the focus.</ahelp>"
+msgid "<ahelp hid=\"HID_EVT_FOCUSLOST\">The <emph>When losing focus</emph> event takes place if a control field loses the focus.</ahelp>"
msgstr "<ahelp hid=\"HID_EVT_FOCUSLOST\"><emph>フォーカスを失った時</emph> イベントは、コントロールフィールドがフォーカスを失った場合に発生します。</ahelp>"
#: 01170103.xhp
@@ -10422,12 +10426,13 @@ msgid "Any font changes apply to the selected text or word in which the cursor i
msgstr "変更したフォント設定は、選択したテキストか、カーソルのある単語に適用されます。テキストを選択していない場合は、以降に入力するテキストにフォントが適用されます。"
#: 02020000.xhp
+#, fuzzy
msgctxt ""
"02020000.xhp\n"
"par_id3155941\n"
"8\n"
"help.text"
-msgid "The last five font names that have been selected are shown in the top part of the combo box, if you have marked the <emph>Font history</emph> field in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - View</emph>. As soon as you close your document, the normal alphabetic numbering of the installed fonts will be recreated."
+msgid "The last five font names that have been selected are shown in the top part of the combo box, if you have marked the <emph>Font history</emph> field in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - View</emph>. As soon as you close your document, the normal alphabetic numbering of the installed fonts will be recreated."
msgstr "今までに選択したフォントのうち、最も新しい 5 種類の名前がコンボボックスの先頭部分に表示されます。この機能を使うためには<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → 表示</emph> で <emph>フォントの履歴</emph> フィールドをオンにしておきます。ドキュメントを閉じると、インストール済みフォントの標準アルファベット番号がすぐに再作成されます。"
#: 02020000.xhp
@@ -10854,25 +10859,25 @@ msgctxt ""
"02160000.xhp\n"
"tit\n"
"help.text"
-msgid "Highlighting"
-msgstr "強調表示"
+msgid "Highlight Color"
+msgstr ""
#: 02160000.xhp
+#, fuzzy
msgctxt ""
"02160000.xhp\n"
"hd_id3109850\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/shared/02/02160000.xhp\" name=\"Highlighting\">Highlighting</link>"
+msgid "<link href=\"text/shared/02/02160000.xhp\" name=\"Highlight Color\">Highlight Color</link>"
msgstr "<link href=\"text/shared/02/02160000.xhp\" name=\"文字の背景\">文字の背景</link>"
#: 02160000.xhp
+#, fuzzy
msgctxt ""
"02160000.xhp\n"
"par_id3154927\n"
-"2\n"
"help.text"
-msgid "<variable id=\"zeichenhintergrundtext\"><ahelp hid=\".uno:BackColor\">Applies the current highlight color to the background of a text selection. If no text is selected, click the <emph>Highlighting</emph> icon, select the text that you want to highlight, and then click the <emph>Highlighting</emph> icon again. To change the highlight color, click the arrow next to the <emph>Highlighting</emph> icon, and then click the color that you want.</ahelp></variable>"
+msgid "<variable id=\"zeichenhintergrundtext\"><ahelp hid=\".uno:BackColor\">Applies the current highlight color to the background of a text selection. If no text is selected, click the <emph>Highlight Color</emph> icon, select the text that you want to highlight, and then click the <emph>Highlight Color</emph> icon again. To change the highlight color, click the arrow next to the <emph>Highlight Color</emph> icon, and then click the color that you want.</ahelp></variable>"
msgstr "<variable id=\"zeichenhintergrundtext\"><ahelp hid=\".uno:BackColor\">選択したテキストの背景に現在の強調色が適用されます。テキストが選択されていない場合には、<emph>強調表示</emph> アイコンをクリックしてから、強調表示させるテキストを選択し、<emph>強調表示</emph> アイコンをもう一度クリックしてください。強調色を変更するには、<emph>強調表示</emph> アイコンの横にある矢印をクリックしてから、変更後の色をクリックします。</ahelp></variable>"
#: 02160000.xhp
@@ -10887,10 +10892,9 @@ msgstr "<image id=\"img_id3149177\" src=\"cmd/sc_backcolor.png\" width=\"0.222in
msgctxt ""
"02160000.xhp\n"
"par_id3147210\n"
-"6\n"
"help.text"
-msgid "Highlighting"
-msgstr "強調表示"
+msgid "Highlight Color"
+msgstr ""
#: 02160000.xhp
msgctxt ""
@@ -10902,19 +10906,21 @@ msgid "To Apply Highlighting"
msgstr "強調表示の適用方法"
#: 02160000.xhp
+#, fuzzy
msgctxt ""
"02160000.xhp\n"
"par_idN1072B\n"
"help.text"
-msgid "On the <emph>Formatting</emph> bar, click the <emph>Highlighting</emph> icon."
+msgid "On the <emph>Formatting</emph> bar, click the <emph>Highlight Color</emph> icon."
msgstr "<emph>書式設定</emph> バーで <emph>強調表示</emph> アイコンをクリックします。"
#: 02160000.xhp
+#, fuzzy
msgctxt ""
"02160000.xhp\n"
"par_idN10736\n"
"help.text"
-msgid "To change the highlighting color, click the arrow next to the <emph>Highlighting</emph> icon, and then click the color that you want."
+msgid "To change the highlighting color, click the arrow next to the <emph>Highlight Color</emph> icon, and then click the color that you want."
msgstr "強調表示色を変更するには、<emph>強調表示</emph> アイコンの横にある矢印をクリックしてから、変更後の色をクリックします。"
#: 02160000.xhp
@@ -10958,12 +10964,12 @@ msgid "Select the highlighted text."
msgstr "強調表示されたテキストを選択します。"
#: 02160000.xhp
+#, fuzzy
msgctxt ""
"02160000.xhp\n"
"par_id3149784\n"
-"5\n"
"help.text"
-msgid "On the <emph>Formatting</emph> bar, click the arrow next to the <emph>Highlighting</emph> icon, and then click <emph>No Fill</emph>."
+msgid "On the <emph>Formatting</emph> bar, click the arrow next to the <emph>Highlight Color</emph> icon, and then click <emph>No Fill</emph>."
msgstr "<emph>書式設定</emph> バーで <emph>強調表示</emph> アイコンの横にある矢印をクリックしてから、<emph>塗りつぶしなし</emph> をクリックします。"
#: 02170000.xhp
@@ -11344,16 +11350,16 @@ msgctxt ""
"04210000.xhp\n"
"tit\n"
"help.text"
-msgid "Optimize"
-msgstr "最適化"
+msgid "Optimize Size"
+msgstr ""
#: 04210000.xhp
+#, fuzzy
msgctxt ""
"04210000.xhp\n"
"hd_id3151185\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/shared/02/04210000.xhp\" name=\"Optimize\">Optimize</link>"
+msgid "<link href=\"text/shared/02/04210000.xhp\" name=\"Optimize Size\">Optimize Size</link>"
msgstr "<link href=\"text/shared/02/04210000.xhp\" name=\"最適化\">最適化</link>"
#: 04210000.xhp
@@ -11377,10 +11383,9 @@ msgstr "<image id=\"img_id3149684\" src=\"cmd/sc_optimizetable.png\" width=\"0.4
msgctxt ""
"04210000.xhp\n"
"par_id3143270\n"
-"4\n"
"help.text"
-msgid "Optimize"
-msgstr "最適化"
+msgid "Optimize Size"
+msgstr ""
#: 04210000.xhp
msgctxt ""
@@ -12461,13 +12466,14 @@ msgid "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_HYPERLINK_INTERNET:RB_LINKTYP_FT
msgstr "<ahelp hid=\"SVX:RADIOBUTTON:RID_SVXPAGE_HYPERLINK_INTERNET:RB_LINKTYP_FTP\">FTP ハイパーリンクを作成します。</ahelp>"
#: 09070100.xhp
+#, fuzzy
msgctxt ""
"09070100.xhp\n"
"hd_id3150443\n"
"12\n"
"help.text"
-msgid "Target"
-msgstr "ジャンプ先"
+msgid "URL"
+msgstr "URL"
#: 09070100.xhp
msgctxt ""
@@ -12480,24 +12486,6 @@ msgstr "<ahelp hid=\".\">ハイパーリンクをクリックしたときに開
#: 09070100.xhp
msgctxt ""
"09070100.xhp\n"
-"hd_id3155628\n"
-"13\n"
-"help.text"
-msgid "WWW Browser"
-msgstr "WWW ブラウザー"
-
-#: 09070100.xhp
-msgctxt ""
-"09070100.xhp\n"
-"par_id3153760\n"
-"14\n"
-"help.text"
-msgid "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_INTERNET:BTN_BROWSE\">Opens a web browser, into which you can load the desired URL.</ahelp> You can then copy and paste the URL into the <emph>Target</emph> field."
-msgstr "<ahelp hid=\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_INTERNET:BTN_BROWSE\">目的の URL を読み込むことができる Web ブラウザーが表示されます。</ahelp> そのあと、<emph>ターゲット</emph> フィールドに URL をコピーして貼り付けることができます。"
-
-#: 09070100.xhp
-msgctxt ""
-"09070100.xhp\n"
"par_id3147335\n"
"33\n"
"help.text"
@@ -17355,7 +17343,7 @@ msgctxt ""
"20050000.xhp\n"
"par_id6971037\n"
"help.text"
-msgid "Block selection (<item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F8</item>)"
+msgid "Block selection (<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Shift+F8</item>)"
msgstr ""
#: 20050000.xhp
@@ -18724,15 +18712,16 @@ msgctxt ""
"fontwork.xhp\n"
"tit\n"
"help.text"
-msgid "Fontwork Gallery"
-msgstr "フォントワークギャラリー"
+msgid "Fontwork"
+msgstr ""
#: fontwork.xhp
+#, fuzzy
msgctxt ""
"fontwork.xhp\n"
"par_idN10557\n"
"help.text"
-msgid "<link href=\"text/shared/02/fontwork.xhp\">Fontwork Gallery</link>"
+msgid "<link href=\"text/shared/02/fontwork.xhp\">Fontwork</link>"
msgstr "<link href=\"text/shared/02/fontwork.xhp\">フォントワークギャラリー</link>"
#: fontwork.xhp
@@ -18740,8 +18729,8 @@ msgctxt ""
"fontwork.xhp\n"
"par_idN10567\n"
"help.text"
-msgid "<ahelp hid=\".\">The icon opens the Fontwork Gallery from which you can insert graphical text art into your document.</ahelp>"
-msgstr "<ahelp hid=\".\">このアイコンは、グラフィカルなテキストアートをドキュメントに挿入できるフォントワークギャラリーを開きます。</ahelp>"
+msgid "<ahelp hid=\".\">Opens the Fontwork dialog from which you can insert styled text not possible through standard font formatting into your document.</ahelp>"
+msgstr ""
#: fontwork.xhp
msgctxt ""
diff --git a/source/ja/helpcontent2/source/text/shared/05.po b/source/ja/helpcontent2/source/text/shared/05.po
index 28073da1aea..44d012915ef 100644
--- a/source/ja/helpcontent2/source/text/shared/05.po
+++ b/source/ja/helpcontent2/source/text/shared/05.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: 2013-07-23 07:23+0000\n"
-"Last-Translator: matuaki <matuaki.ooo@gmail.com>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2015-12-11 12:29+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: 1374564190.0\n"
+"X-POOTLE-MTIME: 1449836994.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -681,12 +681,13 @@ msgid "Tips and Extended Tips"
msgstr "ヒントと詳細ヒント"
#: 00000120.xhp
+#, fuzzy
msgctxt ""
"00000120.xhp\n"
"bm_id3150672\n"
"help.text"
msgid "<bookmark_value>Help; Help tips</bookmark_value> <bookmark_value>tooltips; help</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ヘルプ; ブックマーク</bookmark_value><bookmark_value>ブックマーク; ヘルプ</bookmark_value>"
#: 00000120.xhp
msgctxt ""
@@ -739,8 +740,8 @@ msgctxt ""
"00000120.xhp\n"
"par_id992156\n"
"help.text"
-msgid "Enable or disable the tips on <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - General</emph>."
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - 設定</emph></caseinline><defaultinline><emph>ツール → オプション</emph></defaultinline></switchinline><emph> → %PRODUCTNAME → 全般</emph> で、ヒントを有効化または無効化します。"
+msgid "Tips are always enabled."
+msgstr ""
#: 00000120.xhp
msgctxt ""
diff --git a/source/ja/helpcontent2/source/text/shared/autopi.po b/source/ja/helpcontent2/source/text/shared/autopi.po
index dd5add2608c..137722a5f55 100644
--- a/source/ja/helpcontent2/source/text/shared/autopi.po
+++ b/source/ja/helpcontent2/source/text/shared/autopi.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-05-11 19:27+0000\n"
-"Last-Translator: junichi matsukawa <jr4air@kagaku.xii.jp>\n"
+"POT-Creation-Date: 2016-03-09 20:49+0100\n"
+"PO-Revision-Date: 2016-02-14 10: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: 1431372469.000000\n"
+"X-POOTLE-MTIME: 1455445402.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -2528,7 +2528,7 @@ msgctxt ""
"par_id3154289\n"
"11\n"
"help.text"
-msgid "To start the Presentation Wizard automatically when opening a new presentation, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01070500.xhp\" name=\"Presentation - General\">%PRODUCTNAME Impress - General</link></emph> and check the <emph>Start with Wizard</emph> box."
+msgid "To start the Presentation Wizard automatically when opening a new presentation, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01070500.xhp\" name=\"Presentation - General\"><emph>%PRODUCTNAME Impress - General</emph></link> and check the <emph>Start with Wizard</emph> box."
msgstr ""
#: 01050000.xhp
@@ -2773,12 +2773,13 @@ msgid "Do not show this dialog again"
msgstr "今後このウィザードを表示しない"
#: 01050100.xhp
+#, fuzzy
msgctxt ""
"01050100.xhp\n"
"par_id3153061\n"
"30\n"
"help.text"
-msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/startWithCheckbutton\">Specifies that you only want the Wizard to start when you expressly request it with <emph>File - Wizard - Presentation</emph>.</ahelp> This field is only visible when you create a presentation by choosing <emph>File - New - Presentation</emph>. You can also specify whether to show the dialog with the <emph>Start with Wizard</emph> check box in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress - General</emph>."
+msgid "<ahelp hid=\"modules/simpress/ui/assistentdialog/startWithCheckbutton\">Specifies that you only want the Wizard to start when you expressly request it with <emph>File - Wizard - Presentation</emph>.</ahelp> This field is only visible when you create a presentation by choosing <emph>File - New - Presentation</emph>. You can also specify whether to show the dialog with the <emph>Start with Wizard</emph> check box in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress - General</emph>."
msgstr "<ahelp hid=\"modules/simpress/ui/assistentdialog/startWithCheckbutton\"><emph>ファイル → ウィザード → プレゼンテーション</emph> で明示的に要求した時にだけ、ウィザードが開始されるように指定します。</ahelp> このフィールドは、<emph>ファイル → 新規作成 → プレゼンテーション</emph> を選択して、プレゼンテーションを作成した場合にだけ表示されます。このダイアログを表示するかどうかは、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Impress → 全般</emph> の <emph>ウィザードで開始</emph> チェックボックスで指定することもできます。"
#: 01050100.xhp
@@ -8077,13 +8078,14 @@ msgid "Firefox / Iceweasel"
msgstr ""
#: 01170000.xhp
+#, fuzzy
msgctxt ""
"01170000.xhp\n"
"par_id3145071\n"
"11\n"
"help.text"
msgid "<ahelp hid=\"modules/sabpilot/ui/selecttypepage/firefox\">Select this option if you already use an address book in Firefox or Iceweasel.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/sabpilot/ui/selecttypepage/windows\">Microsoft Outlook Express ですでにアドレス帳を使用している場合は、このオプションを選択します。</ahelp>"
#: 01170000.xhp
msgctxt ""
@@ -8094,12 +8096,13 @@ msgid "Thunderbird / Icedove"
msgstr ""
#: 01170000.xhp
+#, fuzzy
msgctxt ""
"01170000.xhp\n"
"par_id6709494\n"
"help.text"
msgid "<ahelp hid=\".\">Select this option if you already use an address book in Thunderbird or Icedove.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Groupwise ですでにアドレス帳を使用している場合は、このオプションを選択します。</ahelp>"
#: 01170000.xhp
msgctxt ""
diff --git a/source/ja/helpcontent2/source/text/shared/explorer/database.po b/source/ja/helpcontent2/source/text/shared/explorer/database.po
index 6627059388b..9e4bca0543b 100644
--- a/source/ja/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/ja/helpcontent2/source/text/shared/explorer/database.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-12-11 12:58+0100\n"
-"PO-Revision-Date: 2015-11-25 10:13+0000\n"
+"POT-Creation-Date: 2016-03-09 20:49+0100\n"
+"PO-Revision-Date: 2015-12-11 12:30+0000\n"
"Last-Translator: system user <>\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: 1448446382.000000\n"
+"X-POOTLE-MTIME: 1449837045.000000\n"
#: 02000000.xhp
msgctxt ""
@@ -372,27 +372,28 @@ msgid "Query Design"
msgstr "クエリーデザイン"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"bm_id3153323\n"
"help.text"
-msgid "<bookmark_value>views; creating database views (Base)</bookmark_value><bookmark_value>queries; creating in design view (Base)</bookmark_value><bookmark_value>designing; queries (Base)</bookmark_value><bookmark_value>design view; queries/views (Base)</bookmark_value><bookmark_value>joining;tables (Base)</bookmark_value><bookmark_value>tables in databases; joining for queries (Base)</bookmark_value><bookmark_value>queries; joining tables (Base)</bookmark_value><bookmark_value>tables in databases; relations (Base)</bookmark_value><bookmark_value>relations; joining tables (Base)</bookmark_value><bookmark_value>queries; deleting table links (Base)</bookmark_value><bookmark_value>criteria of query design (Base)</bookmark_value><bookmark_value>queries; formulating filter conditions (Base)</bookmark_value><bookmark_value>filter conditions;in queries (Base)</bookmark_value><bookmark_value>parameters; queries (Base)</bookmark_value><bookmark_value>queries; parameter queries (Base)</bookmark_value><bookmark_value>SQL; queries (Base)</bookmark_value><bookmark_value>native SQL (Base)</bookmark_value>"
+msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
msgstr "<bookmark_value>ビュー; データベースビューの作成 (Base)</bookmark_value><bookmark_value>クエリー; デザインビューで作成 (Base)</bookmark_value><bookmark_value>デザイン; クエリー (Base)</bookmark_value><bookmark_value>デザインビュー; クエリー/ビュー (Base)</bookmark_value><bookmark_value>結合; テーブル (Base)</bookmark_value><bookmark_value>データベーステーブル; クエリー用に結合する (Base)</bookmark_value><bookmark_value>クエリー; テーブルの結合 (Base)</bookmark_value><bookmark_value>データベーステーブル; リレーション (Base)</bookmark_value><bookmark_value>リレーション; テーブルの結合 (Base)</bookmark_value><bookmark_value>クエリー; テーブルリンクの削除 (Base)</bookmark_value><bookmark_value>クエリーデザインの条件 (Base)</bookmark_value><bookmark_value>クエリー; フィルター条件の作成 (Base)</bookmark_value><bookmark_value>フィルター条件;クエリー内 (Base)</bookmark_value><bookmark_value>パラメータ; クエリー (Base)</bookmark_value><bookmark_value>クエリー; パラメータークエリー (Base)</bookmark_value><bookmark_value>SQL; クエリー (Base)</bookmark_value><bookmark_value>ネイティブ SQL (Base)</bookmark_value>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3153394\n"
-"1\n"
"help.text"
msgid "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\">Query Design</link>"
msgstr "<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"クエリーデザイン\">クエリーデザイン</link>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3156411\n"
-"288\n"
"help.text"
msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
msgstr "<ahelp hid=\".\"><emph>クエリーのデザインビュー</emph> では、データベースクエリーを作成および編集できます。</ahelp>"
@@ -406,10 +407,10 @@ msgid "Most databases use queries to filter or to sort database tables to displa
msgstr "多くのデータベースでは、レコードをコンピューターに表示する際に、データベーステーブルのフィルタリングやソートのためにクエリーが使用されています。ビューも同様な機能を提供しますが、サーバーサイドで実行されます。ご使用のデータベースがビューをサポートするデータベースサーバー上にある場合、サーバー上でレコードをフィルタリングすることによって表示速度を向上できます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3159176\n"
-"276\n"
"help.text"
msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
msgstr "データベースドキュメントの <emph>テーブル</emph> タブページから <emph>ビューを作成</emph> コマンドを選択すると、ここで説明している <emph>クエリーデザイン</emph> ウィンドウに似た <emph>ビューデザイン</emph> ウィンドウが表示されます。"
@@ -423,46 +424,46 @@ msgid "The Query Design window layout is stored with a created query, but cannot
msgstr "「クエリーデザイン」ウィンドウのレイアウトは、作成したクエリーとともに保存されますが、作成したビューとともには保存できません。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3149233\n"
-"3\n"
"help.text"
msgid "The Design View"
msgstr "デザインビュー"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3145673\n"
-"4\n"
"help.text"
msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
msgstr "クエリーを作成するには、データベースドキュメント内で <emph>クエリー</emph> アイコンをクリックしてから、<emph>デザイン表示でクエリーを作成</emph> をクリックします。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3150255\n"
-"5\n"
"help.text"
-msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
+msgid "The lower pane of the Design View is where you <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
msgstr "「デザインビュー」の下部のパネルでは、クエリーの<link href=\"text/shared/explorer/database/02010100.xhp\" name=\"定義\">定義</link> を行います。クエリーを定義するには、データベースからクエリーに含める <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"フィールド名\">フィールド名</link> を指定し、フィールドを表示する <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"条件\">条件</link> を指定します。「デザインビュー」の下部のパネルで、列の配列を変えるには、列のヘッダーを移動先にドラッグするか、列を選択してから <switchinline select=\"sys\"><caseinline select=\"MAC\">(Command)</caseinline><defaultinline>(Ctrl)</defaultinline></switchinline> + 矢印キーを押します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3152474\n"
-"6\n"
"help.text"
msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
msgstr "クエリーデザインの表示ウィンドウの最上段には、<emph>クエリーデザイン</emph> バーおよび <emph>デザイン</emph> バーの<link href=\"text/shared/main0214.xhp\" name=\"アイコン\">アイコン</link>が表示されます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3147559\n"
-"287\n"
"help.text"
msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
msgstr "クエリーをテストしたい場合は、データベースドキュメントのクエリー名をダブルクリックします。クエリーの結果は、データソースの表示に似たテーブルに表示されます。注: 表示されるテーブルは一時的なものです。"
@@ -540,496 +541,496 @@ msgid "Add Table or Query"
msgstr "テーブルまたはクエリーの追加"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3154939\n"
-"7\n"
"help.text"
msgid "Browse"
msgstr "ブラウズ"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3148799\n"
-"8\n"
"help.text"
msgid "When you open the query design for the first time, in order to create a new query, you can click <link href=\"text/shared/02/14020100.xhp\" name=\"Add Tables\"><emph>Add Tables</emph></link>. You then see a dialog in which you must first select the table that will be the basis for the query."
msgstr "最初にクエリーデザインを開いた場合は、新規クエリーを作成するため、<link href=\"text/shared/02/14020100.xhp\" name=\"テーブルの追加\"><emph>テーブルの追加</emph></link> をクリックします。これにより表示されるダイアログでは、クエリーで使用するテーブルを選択します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3144762\n"
-"10\n"
"help.text"
msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
msgstr "<ahelp hid=\"HID_CTL_QRYDGNTAB\">フィールドをダブルクリックすると、フィールドがクエリーに追加されます。ドラッグ&ドロップすると、リレーションを定義できます。</ahelp>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3157894\n"
-"141\n"
"help.text"
msgid "While designing a query, you cannot modify the selected tables."
msgstr "クエリーのデザイン中は、選択テーブルは変更できません。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3149562\n"
-"11\n"
"help.text"
msgid "Remove tables"
msgstr "テーブルの解除"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3150685\n"
-"12\n"
"help.text"
msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
msgstr "テーブルを作成画面から解除するには、テーブルウィンドウの上部枠をクリックして、コンテキストメニューを呼び出します。<emph>削除</emph> コマンドを使って作成画面からテーブルを解除します。または、Deleteキーを押します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3150012\n"
-"142\n"
"help.text"
msgid "Move table and modify table size"
msgstr "テーブルの移動とテーブルサイズの変更"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3146922\n"
-"143\n"
"help.text"
msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
msgstr "テーブルの並べ替えおよびサイズの変更を実施できます。テーブルを移動するには、マウスで上の枠をつかみ、目的の場所に引っ張ります。表示を拡大したり、縮小させるには、枠や角を引っ張ります。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3145365\n"
-"13\n"
"help.text"
msgid "Table Relations"
msgstr "テーブル間の対応関係"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154145\n"
-"14\n"
"help.text"
msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
msgstr "あるテーブルのフィールドと別のテーブルのフィールドとの間にデータの対応関係が存在する場合、その対応関係をクエリーに使用することができます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3152577\n"
-"15\n"
"help.text"
msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must tell $[officename] what the relationship exists between the data in the two spreadsheets."
msgstr "たとえば、商品管理用の表計算ドキュメントを用意して、個々の商品は商品番号で区別するものとし、これとは別にカスタマ管理用の表計算ドキュメントを用意して、個々の商品番号を使ってカスタマから注文されたすべての商品を記録するような場合、この両者の「商品番号」データフィールドには対応関係が生じます。そして、1 人の顧客が注文したすべての商品を一覧表示するクエリーを新規作成するには、この 2 つの表計算ドキュメントの双方からデータを抽出する必要があります。こうした処理を実施するには、2 つの表計算ドキュメントの間にどのような対応関係が存在するかを、$[officename] に指定する必要があります。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3155302\n"
-"16\n"
"help.text"
msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields in the two windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
msgstr "テーブルの中のデータフィールド(例えば子テーブルの「登録番号」のデータフィールド)をクリックして、マウスのボタンを押したままの状態で別のテーブル(例えば親テーブルの「登録番号」)に引きます。ここでマウスのボタンを離すと、これら2つのフィールドをつなぐ線が表示されます。結果として生成される SQL クエリーでは、これらの項目がお互いに同じ値である必要があるという条件を指定します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3153876\n"
-"137\n"
"help.text"
msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
msgstr "複数の関連シートを使ったクエリーの作成は、リレーショナルデータベースのインタフェースとして $[officename] を使用する場合のみ可能となります。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3145646\n"
-"246\n"
"help.text"
msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
msgstr "1 つのクエリーから異なるデータベースへはアクセスできません。複数のテーブルを使用するクエリーは、1 つのデータベース内部にのみ作成できます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3153279\n"
-"224\n"
"help.text"
msgid "Specifying link type"
msgstr "リンク形式の指定"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154791\n"
-"225\n"
"help.text"
msgid "If you double-click the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of link in the <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
msgstr "リンクされた 2 つのフィールドを結ぶ接続線をダブルクリックするか、メニュー <emph>挿入 → 新しいリレーション</emph> を選択すると、ダイアログ <link href=\"text/shared/explorer/database/02010101.xhp\" name=\"リレーション\"><emph>リレーション</emph></link> が開き、リンクの種類が指定できます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3150094\n"
-"285\n"
"help.text"
msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
msgstr "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">結合属性を編集します。</ahelp>または、行が選択されるまで Tab キーを押し、Shift + F10 キーを押して、コンテキストメニューを表示し、そこで <emph>編集</emph> コマンドを選択します。データベースによっては、選択可能な結合タイプのサブセットにしか対応していない場合があります。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3155851\n"
-"145\n"
"help.text"
msgid "Deleting relations"
msgstr "リンクを解除する"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3156178\n"
-"146\n"
"help.text"
msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
msgstr "2つのテーブルの間に存在するリンクを解除する場合、マウスでそのリンク線をクリックしてDeleteキーを押します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3150715\n"
-"284\n"
"help.text"
msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
msgstr "別の方法としては、ダイアログ <emph>リレーション</emph> の <emph>使用フィールド</emph> から該当項目を削除することもできます。また、Tab キーを押して目的の接続線を強調表示させて (Shift) + (F10) キーを押すとコンテキストメニューが表示されるので、コマンド <emph>削除</emph> を選択します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3151208\n"
-"17\n"
"help.text"
msgid "Define query"
msgstr "クエリーの定義"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3158416\n"
-"18\n"
"help.text"
msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
msgstr "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">クエリーを定義する条件を選択します。</ahelp> 作成されるテーブルの列はそれぞれクエリーのデータフィールドがあります。行に定義されている条件は論理的「AND」でリンクします。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3154161\n"
-"19\n"
"help.text"
msgid "Specify field name"
msgstr "データフィールドの指定"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3146791\n"
-"20\n"
"help.text"
msgid "First, select all field names from the tables that you want to add to the query. You can do this either with drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design. As you do this, you can decide which column you want to add the field to. Select a field name by double-clicking. It will then be added to the next free column."
msgstr "まず、クエリーに追加するテーブルで、すべてのフィールド名を選択します。この操作は、テーブルウィンドウの各フィールド名をドラッグ&ドロップまたはダブルクリックすることで行えます。ドラッグ&ドロップで行う場合は、テーブルウィンドウにあるフィールド名をマウスでドラッグして、クエリーデザイン画面の下側にあるエリアにドロップします。この方法では、どの列にどのフィールドを追加するかを逐次指定できます。ダブルクリックでフィールド名を選択します。この方法では、一番左側の空欄の列に追加されてゆきます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3150750\n"
-"21\n"
"help.text"
msgid "Deleting field names"
msgstr "データフィールドの解除"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154479\n"
-"22\n"
"help.text"
msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
msgstr "クエリーからデータフィールドを解除する場合、マウスで該当するフィールドに対応した列の頭をクリックして列のインデックスで <emph>解除</emph> コマンドを実行します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3155764\n"
-"277\n"
"help.text"
msgid "Save query"
msgstr "クエリーの保存"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3148481\n"
-"278\n"
"help.text"
msgid "Use the <emph>Save</emph> icon on the Standard Bar to save the query. You see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema."
msgstr "標準バーの <emph>保存</emph> アイコンをクリックしてクエリーを保存します。クエリーの名前を入力するダイアログが表示されます。データベースでスキーマがサポートされている場合には、スキーマを入力することもできます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3154362\n"
-"279\n"
"help.text"
msgid "Schema"
msgstr "スキーマ"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154754\n"
-"280\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
msgstr "<ahelp hid=\"dbaccess/ui/savedialog/schema\">クエリービューとテーブルビューに割り当てるスキーマの名前を入力します。</ahelp>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3156717\n"
-"281\n"
"help.text"
msgid "Query name or table view name"
msgstr "クエリービューとテーブルビューの名前"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154253\n"
-"282\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
msgstr "<ahelp hid=\"dbaccess/ui/savedialog/title\">クエリービューとテーブルビューの名前を入力します。</ahelp>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3163805\n"
-"23\n"
"help.text"
msgid "Filtering data"
msgstr "データのフィルタリング"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154964\n"
-"24\n"
"help.text"
msgid "To filter data for the query, set the desired preferences in the lower area of the Design View. The following lines are available:"
msgstr "クエリーでデータのフィルタリングを行うには、データビューの下面でフィルタリングの条件を設定します。設定できる条件行には、下記のものがあります。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3146916\n"
-"25\n"
"help.text"
msgid "Field"
msgstr "フィールド"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3156372\n"
-"26\n"
"help.text"
msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that you referred to in the Query. All settings made in the lower rows refer to this field.</ahelp> If you activate a cell with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields and the criteria is valid for all table fields."
msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">クエリーで参照するデータフィールド名を指定します。ここより下の行の設定は、すべてこのフィールドを対象とします。</ahelp> マウスクリックでセルをアクティブにすると、矢印に変化したマウスポインタを使ってフィールドを選択できます。「テーブル名.*」形式のオプションは、すべてのデータフィールドを示すもので、これを選択すると、設定する条件はテーブル中の全フィールドを対象とするようになります。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3145150\n"
-"148\n"
"help.text"
msgid "Alias"
msgstr "エイリアス"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3146315\n"
-"149\n"
"help.text"
msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in a query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field has the name PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as alias."
msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">エイリアスを指定します。このエイリアスは、クエリーの実行結果で、フィールド名の代わりにリストされます。これによって、ユーザーが定義した列ラベルを使用することができるようになります。</ahelp> たとえば、テーブル中の実際のデータフィールド名が PtNo であり、クエリーの実行結果ではこの名前の代わりに PartNum と表示させる場合には、エイリアスとして PartNum と入力します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3155959\n"
-"193\n"
"help.text"
msgid "In an SQL statement, aliases are defined as following:"
msgstr "SQL ステートメントではエイリアスは次のように定義されます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149922\n"
-"194\n"
"help.text"
msgid "SELECT column AS alias FROM table."
msgstr "SELECT column AS alias FROM table."
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3159335\n"
-"195\n"
"help.text"
msgid "For example:"
msgstr "たとえば、"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3148478\n"
-"196\n"
"help.text"
msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
msgstr "SELECT \"ItemNr\" AS Item Number FROM \"Item\""
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3148485\n"
-"27\n"
"help.text"
msgid "Table"
msgstr "テーブル"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3163665\n"
-"28\n"
"help.text"
msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate the a cell with a mouse click, an arrow will appear which enables you to select another table of the current query."
msgstr "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">ここには、選択したデータフィールドに対応するデータベーステーブルが表示されます。</ahelp> マウスクリックでセルをアクティブにすると、矢印に変化したマウスポインタを使って、現在のクエリーで使用する他のテーブルを選択できます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3154207\n"
-"29\n"
"help.text"
msgid "Sort"
msgstr "並べ替え"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3150979\n"
-"30\n"
"help.text"
msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click the cell, you can select among the sorting options: ascending, descending and not sorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options."
msgstr "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">セルをクリックすると、並べ替え順序のオプションを昇順、降順、および並べ替えなしから選択できます。</ahelp>テキストフィールドはアルファベット順にソートされ、数値フィールドは数値の順にソートされます。ほとんどのデータベースの場合、管理者が並べ替え順序のオプションを設定できます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3150384\n"
-"31\n"
"help.text"
msgid "Visible"
msgstr "表示"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3146133\n"
-"32\n"
"help.text"
msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visible in the query</ahelp>. If you only use a data field to formulate a condition, you do not necessarily need to show it."
msgstr "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">データフィールドの <emph>表示</emph> プロパティをオンにすると、クエリーでそのフィールドが表示されます。</ahelp>. 条件を記述するためだけにデータフィールドを使用する場合には、データフィールドを表示させる必要はありません。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3154714\n"
-"33\n"
"help.text"
msgid "Criteria"
msgstr "条件"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3145134\n"
-"34\n"
"help.text"
msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field should be filtered.</ahelp>"
msgstr "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">データフィールドの内容をフィルターする <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"条件\">条件</link> を指定します。</ahelp>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3152477\n"
-"35\n"
"help.text"
msgid "or"
msgstr "あるいは"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154585\n"
-"36\n"
"help.text"
msgid "Here you can enter one additional criterion for filtering in each line. Multiple criteria in one column will be connected by an OR link."
msgstr "各行毎にここで更なるフィルタリング条件を定義することができます。一つの列に対して複数の条件が存在する場合、これらは論理的「OR」で連結されます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3148800\n"
-"150\n"
"help.text"
msgid "You can also use the context menu of the line headers in the lower area of the query design to insert another line for functions:"
msgstr "更に、クエリーのデザイン画面の下部にある行頭のコンテキストメニューで、関数を用いた行を一つ挿入できます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3148419\n"
-"151\n"
"help.text"
msgid "Functions"
msgstr "関数"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3153233\n"
-"152\n"
"help.text"
msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query here.</ahelp> The functions you can run here depend on the database."
msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">ここではクエリーで実行する関数を選択します。</ahelp> データベース製品によってさまざまな関数を実行できます。"
@@ -1043,586 +1044,586 @@ msgid "If you are working with the HSQL database, the list box in the <emph>Func
msgstr "HSQL データベースであれば、<emph>機能</emph>行のリストボックスに次のようなオプションがあります。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3150307\n"
-"179\n"
"help.text"
msgid "Option"
msgstr "<emph>オプション</emph>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3166430\n"
-"180\n"
"help.text"
msgid "SQL"
msgstr "SQL"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3152993\n"
-"181\n"
"help.text"
msgid "Effect"
msgstr "<emph>結果</emph>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3155377\n"
-"162\n"
"help.text"
msgid "No function"
msgstr "機能なし"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3155533\n"
-"163\n"
"help.text"
msgid "No function will be executed."
msgstr "これにより機能の実行はありません。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3166420\n"
-"164\n"
"help.text"
msgid "Average"
msgstr "平均"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3145268\n"
-"183\n"
"help.text"
msgid "AVG"
msgstr "AVG"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154486\n"
-"165\n"
"help.text"
msgid "Calculates the arithmetic mean of a field."
msgstr "フィールドの算術平均を計算します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149979\n"
-"166\n"
"help.text"
msgid "Count"
msgstr "数量"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154260\n"
-"184\n"
"help.text"
msgid "COUNT"
msgstr "COUNT"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3155810\n"
-"167\n"
"help.text"
msgid "Determines the number of records in the table. Empty fields can either be counted (a) or not (b)."
msgstr "テーブル内のレコード数をカウントします。空白フィールドは (a) または (b) の方式でカウントされます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3151333\n"
-"197\n"
"help.text"
msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
msgstr "a)COUNT(*):アスタリスク(*)の引数を入力すると、テーブル内の全てのデータレコードが数えられます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3152889\n"
-"198\n"
"help.text"
msgid "b) COUNT(column): Passing a field name as an argument counts only fields in which the field name in question contains a value. Null values (empty fields) will not be counted."
msgstr "b)COUNT(column):データフィールドを引数として入力すると、指定されている値のデータフィールドがある全てのデータレコードが数えられます。Null 値(空のフィールド)はこの場合数えられません。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3153067\n"
-"168\n"
"help.text"
msgid "Maximum"
msgstr "最高"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3148840\n"
-"185\n"
"help.text"
msgid "MAX"
msgstr "MAX"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3159221\n"
-"169\n"
"help.text"
msgid "Determines the highest value of a field."
msgstr "フィールドでの最高値を算出します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3146866\n"
-"170\n"
"help.text"
msgid "Minimum"
msgstr "最低"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3148604\n"
-"186\n"
"help.text"
msgid "MIN"
msgstr "MIN"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3157982\n"
-"171\n"
"help.text"
msgid "Determines the lowest value of a field."
msgstr "フィールドでの最低値を算出します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154828\n"
-"172\n"
"help.text"
msgid "Sum"
msgstr "合計"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3147070\n"
-"187\n"
"help.text"
msgid "SUM"
msgstr "SUM"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154536\n"
-"173\n"
"help.text"
msgid "Calculates the sum of values of associated fields."
msgstr "付属する全てのフィールドの値の合計を算出します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3148820\n"
-"174\n"
"help.text"
msgid "Group"
msgstr "グループ化"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3145375\n"
-"188\n"
"help.text"
msgid "GROUP BY"
msgstr "グループ単位"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149438\n"
-"175\n"
"help.text"
msgid "Groups query data according to the field name selected. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING."
msgstr "選択したフィールド名により、クエリーのデータをグループ化します。この関数の実行結果は、指定したグループに応じて変化します。このオプションは、SQL の GROUP BY 句に該当します。追加した条件は、SQL の HAVING 句に追加されます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3156038\n"
-"189\n"
"help.text"
msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
msgstr "関数呼び出しは、SQL ステートメント内に直接指定することもできます。構文は下記の形式で指定します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3156340\n"
-"190\n"
"help.text"
msgid "SELECT FUNCTION(column) FROM table."
msgstr "SELECT FUNCTION(column) FROM table."
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3155075\n"
-"191\n"
"help.text"
msgid "For example, the function call in SQL for calculating a sum is:"
msgstr "たとえば次のように SQL 文の中で合計算出の関数を使用できます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154591\n"
-"192\n"
"help.text"
msgid "SELECT SUM(\"Price\") FROM \"Article\"."
msgstr "SELECT SUM(\"Price\") FROM \"Item\"."
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3159205\n"
-"176\n"
"help.text"
msgid "Except for the <emph>Group</emph> function, the above functions are so-called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database system in use and on the current state of the Base driver."
msgstr "<emph>グループ</emph>機能を除いて、上記機能はいわゆる集計機能です。これらの機能は、データを計算し、その結果から集計を生成する機能です。リストボックスにない追加機能も可能です。これは使われているデータベースシステムや Base のドライバーの最新ステータスによります。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3148651\n"
-"177\n"
"help.text"
msgid "To use other functions not listed in the list box, you must enter them under <emph>Field</emph>."
msgstr "リストボックスにないほかの機能を使うためには、<emph>フィールド</emph>にそれを入力しなければなりません。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3155098\n"
-"178\n"
"help.text"
msgid "You can also assign aliases to function calls. If the query is not to be displayed in the column header, enter the desired name under <emph>Alias</emph>."
msgstr "関数呼び出しでエイリアスを使うこともできます。クエリーが列の先頭に表示されない場合は、<emph>エイリアス</emph> の行に任意の名前を入力できます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3155539\n"
-"199\n"
"help.text"
msgid "The corresponding function in an SQL statement is:"
msgstr "SQL ステートメントでは対象となる関数を次のように呼び出します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149425\n"
-"200\n"
"help.text"
msgid "SELECT FUNCTION() AS alias FROM table"
msgstr "SELECT FUNCTION() AS エイリアス FROM table"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3144431\n"
-"201\n"
"help.text"
msgid "Example:"
msgstr "例:"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154614\n"
-"202\n"
"help.text"
msgid "SELECT COUNT(*) AS count FROM \"Item\""
msgstr "SELECT COUNT(*) AS 数量 FROM \"Item\""
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154610\n"
-"203\n"
"help.text"
msgid "If you run this function, you cannot insert any additional columns for the query other than receiving these columns as a \"Group\" function."
msgstr "関数を使用する場合、クエリーの中に「グループ化」されている列以外の列を入れることはできません。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154644\n"
-"204\n"
"help.text"
msgid "<emph>Examples</emph>"
msgstr "<emph>例:</emph>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3151120\n"
-"205\n"
"help.text"
msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
msgstr "次の例では、2つのテーブルを対象とするクエリーを実行します。Item_No フィールドを持つ Item テーブルと Supplier_Name フィールドを持つSuppliers テーブルがあります。また、両方のテーブルには Supplier_No というフィールドがあります。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3155144\n"
-"206\n"
"help.text"
msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
msgstr "すべての suppliers を対象として 3 つ以上の Item が含まれるクエリーを作成するには次のステップが必要です。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3153240\n"
-"207\n"
"help.text"
msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
msgstr "テーブル Item と suppliers をクエリーのデザインに挿入します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3148807\n"
-"208\n"
"help.text"
msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
msgstr "テーブル間にリレーションがまだなければ、両方のテーブルの Supplier_No フィールドをつなぎます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3161652\n"
-"209\n"
"help.text"
msgid "Double-click the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
msgstr "テーブル Item からフィールド Item_No をダブルクリックします。コンテキストメニューで <emph>関数</emph> の行を表示させて関数 Count を選択します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3151009\n"
-"210\n"
"help.text"
msgid "Enter >3 as a criterion and disable the Visible field."
msgstr "条件として「>3」を入力し、可視フィールドをオフにします。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3145601\n"
-"211\n"
"help.text"
msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
msgstr "テーブル Suppliers からフィールド Supplier_Name をダブルクリックして、関数グループを選択します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3147512\n"
-"212\n"
"help.text"
msgid "Run the query."
msgstr "クエリーを実行します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3148638\n"
-"213\n"
"help.text"
msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
msgstr "テーブル Item のフィールド price(各商品の単価)とフィールド Supplier_No (Item の supplier)があるときは、supplier が提供する Item の平均価格は次のようにして求められます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3153045\n"
-"214\n"
"help.text"
msgid "Insert the \"Item\" table into the query design."
msgstr "テーブル Item をクエリーのデザインに挿入します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149802\n"
-"215\n"
"help.text"
msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
msgstr "フィールド Price と フィールド Supplier_No をダブルクリックします。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3153554\n"
-"216\n"
"help.text"
msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
msgstr "<emph>関数</emph> の行をオンにしてフィールド Price で関数 Average を選択します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3155597\n"
-"217\n"
"help.text"
msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
msgstr "エイリアスの行に Average と入力することもできます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3151191\n"
-"218\n"
"help.text"
msgid "Choose Group for the \"Supplier_No\" field."
msgstr "フィールド Supplier_No でグループ化を選択します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3155547\n"
-"219\n"
"help.text"
msgid "Run the query."
msgstr "クエリーを実行します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3147549\n"
-"247\n"
"help.text"
msgid "The following context menu commands and symbols are available:"
msgstr "以下に示すコンテキストメニューコマンドとアイコンがあります。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3154172\n"
-"248\n"
"help.text"
msgid "Functions"
msgstr "関数"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3150414\n"
-"249\n"
"help.text"
msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for selection of functions.</ahelp>"
msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">関数選択行の表示、非表示を切り替えます。</ahelp>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3149872\n"
-"153\n"
"help.text"
msgid "Table Name"
msgstr "テーブル名"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3147246\n"
-"154\n"
"help.text"
msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">テーブル名の行の表示、非表示が切り替わります。</ahelp>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3145117\n"
-"155\n"
"help.text"
msgid "Alias Name"
msgstr "エイリアス名"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3155754\n"
-"156\n"
"help.text"
msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">エイリアス行の表示 / 非表示を切り替えます。</ahelp>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3153298\n"
-"157\n"
"help.text"
msgid "Distinct Values"
msgstr "固有値"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3147500\n"
-"158\n"
"help.text"
msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Applies only distinct values to the query.</ahelp> This applies to records containing data that appears several times in the selected fields. If the <emph>Distinct Values</emph> command is active, you will see only one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">クエリーに固有値のみが適用されます。</ahelp> 選択したフィールドに複数回登場するデータが含まれているレコードに適用されます。<emph>固有値</emph> コマンドが有効な場合、クエリーでは 1 レコードだけが表示されます (DISTINCT)。それ以外の場合、クエリー条件に該当するすべてのレコード行がそのまま表示されます (ALL)。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3150436\n"
-"159\n"
"help.text"
msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
msgstr "たとえば、「Smith」という名前が複数登録されているアドレス帳データベースを扱う場合に、コマンド <emph>「固有値」</emph> を使うことで、「Smith」という名前を 1 度だけ抽出するようにできます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3152352\n"
-"160\n"
"help.text"
msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
msgstr "複数のフィールドを抽出するクエリーでは、それらのフィールドデータの組み合わせが一意になり、その結果が固有のレコードになる必要があります。たとえばアドレス帳に、「Smith in Chicago」(シカゴ在住の Smith 氏) に該当する人物は 1 人だけ登録されているのに、「Smith in London」(ロンドン在住の Smith 氏) は 2 人分登録されているものとします。この場合のクエリーでは「last name」と「city」の 2 つのフィールドを使用しますが、その際にコマンド <emph>「固有値」</emph> をオンにすることで、「Smith in Chicago」と「Smith in London」に該当する結果をそれぞれ 1 回ずつ出力するようにできます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149825\n"
-"161\n"
"help.text"
msgid "In SQL, this command corresponds to the DISTINCT predicate."
msgstr "このコマンドに該当する SQL のキーワードは DISTINCT です。"
@@ -1652,46 +1653,46 @@ msgid "If there is added a <emph>Limit</emph>, you will get at most as many rows
msgstr ""
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3148926\n"
-"37\n"
"help.text"
msgid "Formulating filter conditions"
msgstr "フィルター条件の作成"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3153162\n"
-"38\n"
"help.text"
msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax. You can also enter the SQL command directly. The following tables give an overview of the operators and commands:"
msgstr "フィルタリング条件の指定には、様々な演算子とコマンドを利用できます。SQL コマンドには、関係演算子以外にも、データベースフィールドの内容に対するクエリー処理を行うためのコマンドが各種存在します。$[officename] の構文でこれらのコマンドを使用した場合は、$[officename] が自動的に対応する SQL 構文に変換します。また SQL コマンドを直接入力することもできます。下記の一覧は、演算子とコマンドを簡単にまとめたものです。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149044\n"
-"39\n"
"help.text"
msgid "Operator"
msgstr "<emph>演算子</emph>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3152471\n"
-"40\n"
"help.text"
msgid "Meaning"
msgstr "<emph>意味</emph>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3147407\n"
-"41\n"
"help.text"
msgid "Condition is satisfied if..."
msgstr "<emph>次のことが起きると条件が満たされる...</emph>"
@@ -1700,313 +1701,312 @@ msgstr "<emph>次のことが起きると条件が満たされる...</emph>"
msgctxt ""
"02010100.xhp\n"
"par_id3156161\n"
-"42\n"
"help.text"
msgid "="
-msgstr "="
+msgstr ""
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3153026\n"
-"43\n"
"help.text"
msgid "equal to"
msgstr "等しい"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3148895\n"
-"44\n"
"help.text"
msgid "... the content of the field is identical to the indicated expression."
msgstr "... 指定値とフィールド値は一致する。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3153120\n"
-"250\n"
"help.text"
msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the operator = will be automatically adopted."
msgstr "<emph>=</emph> 演算子はクエリーフィールドでは表示されません; 演算子なしの値を入力すると <emph>=</emph> 演算子が使用されます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3150470\n"
-"45\n"
"help.text"
msgid "<>"
msgstr "<>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3145223\n"
-"46\n"
"help.text"
msgid "not equal to"
msgstr "等しくない"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3145635\n"
-"47\n"
"help.text"
msgid "... the content of the field does not correspond to the specified expression."
msgstr "... 指定値とフィールド値は一致しない。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3153015\n"
-"48\n"
"help.text"
msgid ">"
msgstr ">"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3146815\n"
-"49\n"
"help.text"
msgid "greater than"
msgstr "大きい"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149150\n"
-"50\n"
"help.text"
msgid "... the content of the field is greater than the specified expression."
msgstr "... 指定値よりもフィールド値は大きい。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3147270\n"
-"51\n"
"help.text"
msgid "<"
msgstr "<"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3147379\n"
-"52\n"
"help.text"
msgid "less than"
msgstr "小さい"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3150375\n"
-"53\n"
"help.text"
msgid "... the content of the field is less than the specified expression."
msgstr "... 指定値よりもフィールド値は小さい。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149787\n"
-"54\n"
"help.text"
msgid ">="
msgstr ">="
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3150636\n"
-"55\n"
"help.text"
msgid "greater than or equal to"
msgstr "大きいか同等"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154584\n"
-"56\n"
"help.text"
msgid "... the content of the field is greater than or equal to the specified expression."
msgstr "... 指定値とフィールド値は同等か、その方が大きい。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3157964\n"
-"57\n"
"help.text"
msgid "<="
msgstr "<="
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154052\n"
-"58\n"
"help.text"
msgid "less than or equal to"
msgstr "小さいか同等"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3157902\n"
-"59\n"
"help.text"
msgid "... the content of the field is less than or equal to the specified expression."
msgstr "... 指定値とフィールド値は同等か、その方が小さい。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154630\n"
-"60\n"
"help.text"
msgid "$[officename] command"
msgstr "<emph>$[officename] コマンド</emph>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3150484\n"
-"61\n"
"help.text"
msgid "SQL command"
msgstr "<emph> SQL コマンド</emph>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154158\n"
-"62\n"
"help.text"
msgid "Meaning"
msgstr "<emph>意味</emph>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149433\n"
-"63\n"
"help.text"
msgid "Condition is satisfied if..."
msgstr "<emph>次のことが起きると条件が満たされる...</emph>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154275\n"
-"64\n"
"help.text"
msgid "IS EMPTY"
msgstr "IS EMPTY"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149893\n"
-"65\n"
"help.text"
msgid "IS NULL"
msgstr "IS NULL"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3143236\n"
-"66\n"
"help.text"
msgid "is null"
msgstr "null"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154744\n"
-"67\n"
"help.text"
msgid "... The field name is empty. For Yes/No fields with three states, this command automatically queries the undetermined state (neither Yes nor No)."
msgstr "... データフィールドは空です。3種類の状況が可能な「はい」「いいえ」のフィールドで、このコマンドは不特定な状況(「はい」でも「いいえ」でもない)を確認します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3146940\n"
-"68\n"
"help.text"
msgid "IS NOT EMPTY"
msgstr "IS NOT EMPTY"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3147471\n"
-"69\n"
"help.text"
msgid "IS NOT NULL"
msgstr "IS NOT NULL"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3151229\n"
-"70\n"
"help.text"
msgid "is not empty"
msgstr "空でない"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3145304\n"
-"71\n"
"help.text"
msgid "... the field name is not empty."
msgstr "... データフィールドは空ではない。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3153578\n"
-"72\n"
"help.text"
msgid "LIKE"
msgstr "LIKE"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3153891\n"
-"73\n"
"help.text"
msgid "(placeholder * for any number of characters"
msgstr "(任意の数の文字のワイルドカード文字は*"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3148887\n"
-"74\n"
"help.text"
msgid "placeholder ? for exactly one character)"
msgstr "1文字のワイルドカード文字は ? )"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3148623\n"
-"75\n"
"help.text"
msgid "LIKE"
msgstr "LIKE"
@@ -2020,334 +2020,334 @@ msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
msgstr "<bookmark_value>SQL クエリー内のプレースホルダー</bookmark_value>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3157985\n"
-"76\n"
"help.text"
msgid "(% placeholder for any number of characters"
msgstr "(任意の数の文字に対応する % プレースホルダー)"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3147422\n"
-"77\n"
"help.text"
msgid "Placeholder _ for exactly one character)"
msgstr "一文字のワイルドカード文字 _ )"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154845\n"
-"78\n"
"help.text"
msgid "is an element of"
msgstr "検索パターンと一致する"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3156130\n"
-"79\n"
"help.text"
msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the $[officename] interface."
msgstr "... 指定値がフィールド値に含まれている。ワイルドカード文字「*」はxの値が開始時点「x*」なのか、終了時点「*x」なのか、それともフィールド値の範囲内「*x*」なのかを示します。ワイルドカード文字として、SQL クエリーで SQL 文字である %を使用できます。この場合、$[officename] の上層部のファイルシステムにワイルドカード文字「*」が存在するものとします。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3150271\n"
-"80\n"
"help.text"
msgid "The * or % placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
msgstr "ここのワイルドカード文字「*」および「%」は複数の任意の文字です。$[officename] の疑問符「?」や SQL クエリーの下線「_」は、任意の一文字を表します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3152954\n"
-"81\n"
"help.text"
msgid "NOT LIKE"
msgstr "NOT LIKE"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3161669\n"
-"82\n"
"help.text"
msgid "NOT LIKE"
msgstr "NOT LIKE"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3159141\n"
-"83\n"
"help.text"
msgid "Is not an element of"
msgstr "検索パターンと一致しない"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3161664\n"
-"84\n"
"help.text"
msgid "... the field name does not contain the specified expression."
msgstr "... 指定値がフィールド値に含まれていない。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149185\n"
-"85\n"
"help.text"
msgid "BETWEEN x AND y"
msgstr "BETWEEN x AND y"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3151259\n"
-"86\n"
"help.text"
msgid "BETWEEN x AND y"
msgstr "BETWEEN x AND y"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3159184\n"
-"87\n"
"help.text"
msgid "falls within the interval [x,y]"
msgstr "区間 [x,y] に存在する"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154395\n"
-"88\n"
"help.text"
msgid "... the field name contains a value that lies between the two values x and y."
msgstr "... データフィールドの値はx値とy値の間の値である。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154561\n"
-"89\n"
"help.text"
msgid "NOT BETWEEN x AND y"
msgstr "NOT BETWEEN x AND y"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3148753\n"
-"90\n"
"help.text"
msgid "NOT BETWEEN x AND y"
msgstr "NOT BETWEEN x AND y"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3155498\n"
-"91\n"
"help.text"
msgid "Does not fall within the interval [x,y]"
msgstr "区間[x,y]には存在しない"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3148992\n"
-"92\n"
"help.text"
msgid "... the field name contains a value that does not lie between the two values x and y."
msgstr "... データフィールドの値はx値とy値の間の値ではない。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149995\n"
-"93\n"
"help.text"
msgid "IN (a; b; c...)"
msgstr "IN (a; b; c...)"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3159167\n"
-"251\n"
"help.text"
msgid "Note that the semicolons are used as separators in all value lists!"
msgstr "全ての値リストで区切りに使っているセミコロンに注意してください。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3159085\n"
-"94\n"
"help.text"
msgid "IN (a, b, c...)"
msgstr "IN (a, b, c...)"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154809\n"
-"95\n"
"help.text"
msgid "contains a, b, c..."
msgstr "a, b, c..を含む"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3148399\n"
-"96\n"
"help.text"
msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by an Or link. The expressions a, b, c... can be either numbers or characters"
msgstr "... 指定値a, b, c,...のどれかがフィールド値に含まれている。多くの任意の値を対象にすることができ、クエリーの結果は論理「OR」で求められます。a, b, c... といった値は数値でも文字でもかまいません"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154112\n"
-"97\n"
"help.text"
msgid "NOT IN (a; b; c...)"
msgstr "NOT IN (a; b; c...)"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3153544\n"
-"98\n"
"help.text"
msgid "NOT IN (a, b, c...)"
msgstr "NOT IN (a, b, c...)"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3150679\n"
-"99\n"
"help.text"
msgid "does not contain a, b, c..."
msgstr "a, b, c..を含まない"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3158439\n"
-"100\n"
"help.text"
msgid "... the field name does not contain one of the specified expressions a, b, c,..."
msgstr "... 指定値a, b, c,...のどれかがフィールド値に含まれていない。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3145145\n"
-"101\n"
"help.text"
msgid "= TRUE"
msgstr "= TRUE"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3146804\n"
-"102\n"
"help.text"
msgid "= TRUE"
msgstr "= TRUE"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149248\n"
-"103\n"
"help.text"
msgid "has the value True"
msgstr "「True」値"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3148524\n"
-"104\n"
"help.text"
msgid "... the field name has the value True."
msgstr "...「True」値がフィールド値に含まれている。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3159212\n"
-"105\n"
"help.text"
msgid "= FALSE"
msgstr "= FALSE"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3144751\n"
-"106\n"
"help.text"
msgid "= FALSE"
msgstr "= FALSE"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149955\n"
-"107\n"
"help.text"
msgid "has the value false"
msgstr "「False」値"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3146850\n"
-"108\n"
"help.text"
msgid "... the field name has the value false."
msgstr "...「False」値がフィールド値に含まれている。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3155954\n"
-"117\n"
"help.text"
msgid "Examples"
msgstr "例)"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3153792\n"
-"118\n"
"help.text"
msgid "='Ms.'"
msgstr "='Ms.'"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3150948\n"
-"119\n"
"help.text"
msgid "returns field names with the field content \"Ms.\""
msgstr "\"Ms.\"という値が含まれているデータフィールドを返します。"
@@ -2356,7 +2356,6 @@ msgstr "\"Ms.\"という値が含まれているデータフィールドを返
msgctxt ""
"02010100.xhp\n"
"par_id315379A\n"
-"118\n"
"help.text"
msgid "<'2001-01-10'"
msgstr ""
@@ -2365,169 +2364,168 @@ msgstr ""
msgctxt ""
"02010100.xhp\n"
"par_id315094A\n"
-"119\n"
"help.text"
msgid "returns dates that occurred before January 10, 2001"
msgstr ""
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3150333\n"
-"120\n"
"help.text"
msgid "LIKE 'g?ve'"
msgstr "LIKE 'g?ve'"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3147332\n"
-"121\n"
"help.text"
msgid "returns field names with field content such as \"give\" and \"gave\"."
msgstr "フィールド中に「give」や「gave」などのデータを含むフィールド名を返します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3146062\n"
-"122\n"
"help.text"
msgid "LIKE 'S*'"
msgstr "LIKE ''S*'"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3155350\n"
-"123\n"
"help.text"
msgid "returns data fields with field contents such as \"Sun\"."
msgstr "「Sun」という値が含まれているデータフィールドを返します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3152883\n"
-"124\n"
"help.text"
msgid "BETWEEN 10 AND 20"
msgstr "BETWEEN 10 AND 20"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3159406\n"
-"125\n"
"help.text"
msgid "returns field names with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
msgstr "値が10と20の間のデータフィールドを引き渡します。(この場合、対象となるのはテキストフィールドと数値フィールドの両方です。)"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3148765\n"
-"126\n"
"help.text"
msgid "IN (1; 3; 5; 7)"
msgstr "IN (1; 3; 5; 7)"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149712\n"
-"127\n"
"help.text"
msgid "returns field names with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
msgstr "1、3、5、7の値が含まれるデータフィールドを返します。たとえば、item number のような登録番号を含むデータフィールドを対象とする場合、特定の登録番号の結果を返します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3152948\n"
-"128\n"
"help.text"
msgid "NOT IN ('Smith')"
msgstr "NOT IN ('Muller')"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3147279\n"
-"129\n"
"help.text"
msgid "returns field names that do not contain \"Smith\"."
msgstr "「Muller」という値が含まれていないデータフィールドを返します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3146073\n"
-"268\n"
"help.text"
msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
msgstr "<emph>Like </emph> Escape Sequence:{escape 'escape-character'}"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3150661\n"
-"269\n"
"help.text"
msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
msgstr "例)select * from Item where Item Name like 'The *%' {escape '*'}"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3148541\n"
-"270\n"
"help.text"
msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
msgstr "この例では、「The *」で始まる項目名全ての内容が得られます。尚、ここでは一般的にワイルドカード文字として扱われている記号である「*」、「?」、「 _」、または「%」およびピリオド等も検索できます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3150572\n"
-"271\n"
"help.text"
msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
msgstr "<emph>Outer Join</emph> Escape Sequence:{oj outer-join}"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3156052\n"
-"272\n"
"help.text"
msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
msgstr "例)select Item.* from {oj Item LEFT OUTER JOIN orders ON Item.No=orders.ANR}"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3153674\n"
-"109\n"
"help.text"
msgid "Querying text fields"
msgstr "テキストフィールドのクエリー"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149134\n"
-"110\n"
"help.text"
msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't see it that strict)."
msgstr "テキストフィールドは、値を引用符号でくくる必要があります。大文字と小文字の区別はしません。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3149302\n"
-"111\n"
"help.text"
msgid "Querying date fields"
msgstr "日付フィールドのクエリー"
@@ -2536,7 +2534,6 @@ msgstr "日付フィールドのクエリー"
msgctxt ""
"02010100.xhp\n"
"par_id3157998\n"
-"252\n"
"help.text"
msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
msgstr ""
@@ -2545,7 +2542,6 @@ msgstr ""
msgctxt ""
"02010100.xhp\n"
"par_id31537341\n"
-"253\n"
"help.text"
msgid "Date Type Element"
msgstr ""
@@ -2554,7 +2550,6 @@ msgstr ""
msgctxt ""
"02010100.xhp\n"
"par_id31537342\n"
-"253\n"
"help.text"
msgid "SQL Escape syntax #1 - may be obsolete"
msgstr ""
@@ -2563,7 +2558,6 @@ msgstr ""
msgctxt ""
"02010100.xhp\n"
"par_id31537343\n"
-"253\n"
"help.text"
msgid "SQL Escape syntax #2"
msgstr ""
@@ -2572,34 +2566,33 @@ msgstr ""
msgctxt ""
"02010100.xhp\n"
"par_id31537344\n"
-"253\n"
"help.text"
-msgid "SQL2 syntax"
+msgid "SQL2 syntax"
msgstr ""
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id315913111\n"
-"254\n"
"help.text"
msgid "Date"
msgstr "日付"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id315913112\n"
-"254\n"
"help.text"
msgid "{D'YYYY-MM-DD'}"
msgstr "{D'YYYY-MM-DD'}"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id314975313\n"
-"262\n"
"help.text"
msgid "{d 'YYYY-MM-DD'}"
msgstr "{d 'YYYY-MM-DD'}"
@@ -2613,19 +2606,19 @@ msgid "'YYYY-MM-DD'"
msgstr "'YYYY-MM-DD'"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id31559471\n"
-"257\n"
"help.text"
msgid "Time"
msgstr "時刻"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id31559472\n"
-"258\n"
"help.text"
msgid "{D'HH:MM:SS'}"
msgstr "{D'HH:MM:SS'}"
@@ -2634,7 +2627,6 @@ msgstr "{D'HH:MM:SS'}"
msgctxt ""
"02010100.xhp\n"
"par_id31559473\n"
-"264\n"
"help.text"
msgid "{t 'HH:MI:SS[.SS]'}"
msgstr ""
@@ -2643,25 +2635,24 @@ msgstr ""
msgctxt ""
"02010100.xhp\n"
"par_id31559474\n"
-"264\n"
"help.text"
msgid "'HH:MI:SS[.SS]'"
msgstr ""
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id31509641\n"
-"257\n"
"help.text"
msgid "DateTime"
msgstr "日付と時刻"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id31509642\n"
-"258\n"
"help.text"
msgid "{D'YYYY-MM-DD HH:MM:SS'}"
msgstr "{D'YYYY-MM-DD HH:MM:SS'}"
@@ -2670,7 +2661,6 @@ msgstr "{D'YYYY-MM-DD HH:MM:SS'}"
msgctxt ""
"02010100.xhp\n"
"par_id31509643\n"
-"264\n"
"help.text"
msgid "{ts 'YYYY-MM-DD HH:MI:SS[.SS]'}"
msgstr ""
@@ -2679,16 +2669,15 @@ msgstr ""
msgctxt ""
"02010100.xhp\n"
"par_id31509644\n"
-"264\n"
"help.text"
msgid "'YYYY-MM-DD HH:MI:SS[.SS]'"
msgstr ""
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149539\n"
-"267\n"
"help.text"
msgid "Example: select {d '1999-12-31'} from world.years"
msgstr "例:select {d '1999-12-31'} from world.years"
@@ -2705,151 +2694,150 @@ msgstr ""
msgctxt ""
"02010100.xhp\n"
"par_id3150510\n"
-"112\n"
"help.text"
msgid "All date expressions (literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
msgstr ""
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3150427\n"
-"228\n"
"help.text"
msgid "Querying Yes/No fields"
msgstr "はい/いいえフィールドからのクエリー実行"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149523\n"
-"229\n"
"help.text"
msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
msgstr "YES/NO フィールドをクエリーするには、dBASE テーブル用の次の構文を使用します。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3153180\n"
-"230\n"
"help.text"
msgid "Status"
msgstr "ステータス"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3147481\n"
-"231\n"
"help.text"
msgid "Query criterion"
msgstr "<emph>クエリー条件</emph>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3155187\n"
-"232\n"
"help.text"
msgid "Example"
msgstr "<emph>例</emph>"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3156092\n"
-"233\n"
"help.text"
msgid "Yes"
msgstr "はい"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3152414\n"
-"234\n"
"help.text"
msgid "for dBASE tables: not equal to any given value"
msgstr "dBASE テーブルの場合:所定の値以外"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3151265\n"
-"236\n"
"help.text"
msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
msgstr "=1 では「はい」または「ON」のステータスを示す(黒い印)のはい/いいえフィールドの全てのデータレコードが返されます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3152450\n"
-"238\n"
"help.text"
msgid "No"
msgstr "いいえ"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3150997\n"
-"239\n"
"help.text"
msgid "."
msgstr "."
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3155331\n"
-"240\n"
"help.text"
msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
msgstr "=0 では「いいえ」または「OFF」のステータスを示す(黒い印)のはい/いいえフィールドの全てのデータレコードが返されます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3154179\n"
-"241\n"
"help.text"
msgid "Null"
msgstr "Null"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3147035\n"
-"242\n"
"help.text"
msgid "IS NULL"
msgstr "IS NULL"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3159385\n"
-"243\n"
"help.text"
msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
msgstr "「IS NULL」では「はい」でも「いいえ」でもないステータスを示す(灰色の印)はい/いいえフィールドのすべてのレコードが返されます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3157888\n"
-"244\n"
"help.text"
msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
msgstr "これらの構文は、使用するデータベースにより異なります。また Yes/No フィールドも、これとは異なる方式を使用している場合があります (3 つの状態ではなく、2 つの状態のみなど)。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3145772\n"
-"113\n"
"help.text"
msgid "Parameter queries"
msgstr "パラメータークエリー"
@@ -2857,134 +2845,134 @@ msgstr "パラメータークエリー"
#: 02010100.xhp
msgctxt ""
"02010100.xhp\n"
-"par_id3157312\n"
-"114\n"
+"par_id191120151905346795\n"
"help.text"
-msgid "You must place the variable between square brackets (=[x]) to create a query with variable parameters. Alternatively, you can use an equal sign followed by a colon (=:x). When the query is executed, the program will display a dialog asking you for the expression to which the variable x should be assigned."
-msgstr "パラメーターに変数を用いるクエリーを作成するには、変数を大かっこで囲んで指定します (=[x]) 。また、イコール記号とコロンを使うこともできます (=:x)。このタイプのクエリーを実行すると、変数 x に割り当てる値を指定するためのダイアログが表示されます。"
+msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
+msgstr ""
#: 02010100.xhp
msgctxt ""
"02010100.xhp\n"
-"par_id3150818\n"
-"273\n"
+"par_id191120151905439551\n"
"help.text"
-msgid "If you query several parameters at the same time, you will see a list field in the dialog containing all of the parameters and an input line alongside each one. Enter the values, preferably from top to bottom, and press the Enter key after each line."
-msgstr "同時に複数の変数を使用するクエリーの場合、ダイアログには値の入力行とともに、すべての変数がリスト表示されます。1 つの変数に指定する値を入力して Enter キー押すと、次の変数の入力が行えます。"
+msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
+msgstr ""
#: 02010100.xhp
msgctxt ""
"02010100.xhp\n"
-"par_id3157855\n"
-"115\n"
+"par_id191120151905518123\n"
"help.text"
-msgid "Parameter queries with placeholders (*, _) or special characters (for example, ?) are not possible."
-msgstr "パラメータークエリーには、プレースホルダー (* や _) および特殊記号 (? など) は使用できません。"
+msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
+msgstr ""
#: 02010100.xhp
msgctxt ""
"02010100.xhp\n"
-"par_id3157537\n"
-"116\n"
+"par_id191120151905584287\n"
"help.text"
-msgid "If you formulate a parameter query and you save it with the variables, you can later create a query in which only the variables have to be replaced by the expressions that you want. $[officename] asks for these variables in a dialog as soon as you open the query."
-msgstr "変数を使ったパラメータークエリーを保存しておくと、変数部分だけを置き換えたクエリーを繰り返し実行できるようになります。こうしたクエリーを実行すると、変数値の指定用ダイアログが $[officename] により表示されます。"
+msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
+msgstr ""
#: 02010100.xhp
msgctxt ""
"02010100.xhp\n"
-"hd_id3151035\n"
-"139\n"
+"par_id191120151931441881\n"
"help.text"
-msgid "Parameter Input"
-msgstr "パラメーター入力"
+msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/shared/explorer/database/02010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
+msgstr ""
#: 02010100.xhp
msgctxt ""
"02010100.xhp\n"
-"par_id3153596\n"
-"140\n"
+"par_id3150585\n"
"help.text"
-msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks you which variables you defined in the query. Enter a value for each query variable and confirm by clicking <emph>OK</emph>.</ahelp>"
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\"><emph>パラメーター入力</emph> のダイアログでは、クエリーに指定した変数の確認を行います。個々のクエリー変数に割り当てる値を入力し、<emph>OK</emph> をクリックして確定します。</ahelp>"
+msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
+msgstr ""
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
-"par_id3150585\n"
-"138\n"
+"hd_id3151035\n"
+"help.text"
+msgid "Parameter Input"
+msgstr "パラメーター入力"
+
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153596\n"
"help.text"
-msgid "Parameter queries are also used for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, since they work exclusively with queries for which the values to be invoked are read internally from a variable."
-msgstr "<link href=\"text/shared/02/01170203.xhp\" name=\"サブフォーム\">サブフォーム</link>の場合も、使用するクエリーは内部的に値を変数に読み込むものであるため、パラメータークエリーを利用できます。"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
+msgstr ""
#: 02010100.xhp
msgctxt ""
"02010100.xhp\n"
-"par_id3153645\n"
-"274\n"
+"par_id191120151924165870\n"
"help.text"
-msgid "A parameter query can have the following form in an SQL statement:"
-msgstr "SQL ステートメントではパラメータークエリーは次のような構文になります。"
+msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
+msgstr ""
#: 02010100.xhp
msgctxt ""
"02010100.xhp\n"
-"par_id3156731\n"
-"275\n"
+"par_id191120151939594217\n"
"help.text"
-msgid "select * from 'addresses' where 'name' = :placeholder"
-msgstr "select * from 'adressen' where 'name' = :placeholder"
+msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
+msgstr ""
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"hd_id3145181\n"
-"135\n"
"help.text"
msgid "SQL Mode"
msgstr "SQL モジュール"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3147013\n"
-"220\n"
"help.text"
msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
msgstr "SQL とは「Structured Query Language」の略字であり、リレーショナルデータベースへのクエリーを実行と管理のためにの命令を表現するものです。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3152570\n"
-"136\n"
"help.text"
msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query design, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has been created previously."
msgstr "$[officename] で行うクエリー処理の大半は、直接 SQL コードを入力する必要がないため、特に SQL に関する知識が無くても利用できます。クエリーデザインで作成したクエリーは、$[officename] により自動的に対応する SQL 構文に変換されます。作成したクエリーがどのような SQL コマンドに変換されるかは、<emph>デザインビューの切り替えオン/オフ</emph> ボタンをクリックして、SQL ビューを表示することで確認できます。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3152412\n"
-"226\n"
"help.text"
msgid "You can formulate your query directly in the SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
msgstr "SQL コードで直接クエリーを作成することもできます。その場合、特別な構文は対象のデータベースシステムに依存するということを忘れないようにします。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3146842\n"
-"227\n"
"help.text"
msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in <emph>Query design</emph>. These queries must be executed in native SQL mode."
msgstr "手で SQL コードを作成する場合、<emph>クエリーのデザイン</emph> の画像の上層部でサポートされていない SQL 特有のクエリーを作成できます。クエリーはネイティブ SQL モジュールで実行する必要があります。"
#: 02010100.xhp
+#, fuzzy
msgctxt ""
"02010100.xhp\n"
"par_id3149632\n"
-"223\n"
"help.text"
msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename]."
msgstr "SQL ビューでアイコン <link href=\"text/shared/02/14030000.xhp\" name=\"SQL コマンドを直接実行\"><emph>SQL コマンドを直接実行</emph></link> をクリックすると、$[officename] が自動作成する以外のクエリーも入力できます。"
@@ -9789,7 +9777,7 @@ msgctxt ""
"dabawiz02jdbc.xhp\n"
"par_id7953733\n"
"help.text"
-msgid "Before you can use a JDBC driver, you need to add its class path. Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME</emph><emph>- Advanced</emph>, and click the <emph>Class Path</emph> button. After you add the path information, restart <item type=\"productname\">%PRODUCTNAME</item>."
+msgid "Before you can use a JDBC driver, you need to add its class path. Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME</emph><emph>- Advanced</emph>, and click the <emph>Class Path</emph> button. After you add the path information, restart <item type=\"productname\">%PRODUCTNAME</item>."
msgstr ""
#: dabawiz02jdbc.xhp
diff --git a/source/ja/helpcontent2/source/text/shared/guide.po b/source/ja/helpcontent2/source/text/shared/guide.po
index 14b14046d8d..bb5da3be7c1 100644
--- a/source/ja/helpcontent2/source/text/shared/guide.po
+++ b/source/ja/helpcontent2/source/text/shared/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-12-11 12:58+0100\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
"PO-Revision-Date: 2016-01-10 01:53+0000\n"
"Last-Translator: Naruhiko Ogasawara <naruoga@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -56,7 +56,7 @@ msgctxt ""
"par_id3144436\n"
"3\n"
"help.text"
-msgid "<item type=\"productname\">%PRODUCTNAME</item> includes many sample documents and ready-to-use templates. You can access these by choosing <emph>File - New - </emph><emph>Templates</emph>, or press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N."
+msgid "<item type=\"productname\">%PRODUCTNAME</item> includes many sample documents and ready-to-use templates. You can access these by choosing <emph>File - New - Templates</emph>, or press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N."
msgstr ""
#: aaa_start.xhp
@@ -209,12 +209,13 @@ msgid "Zooming of on-screen user interface for menus, icons, and documents"
msgstr "メニュー、アイコン、およびドキュメントの画面表示拡大"
#: accessibility.xhp
+#, fuzzy
msgctxt ""
"accessibility.xhp\n"
"par_id3145071\n"
"12\n"
"help.text"
-msgid "The user interface is scalable through your <switchinline select=\"sys\"><caseinline select=\"UNIX\">Window Manager</caseinline><defaultinline>operating system</defaultinline></switchinline> settings. The default font size for dialogs is 12pt, corresponding to a scale of 100%. You can also change the font size for dialogs in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <item type=\"productname\">%PRODUCTNAME</item> - View</emph>. The zoom factor of a document can be changed in <emph>View - Zoom</emph>, or by double-clicking the zoom factor displayed in the Status Bar."
+msgid "The user interface is scalable through your <switchinline select=\"sys\"><caseinline select=\"UNIX\">Window Manager</caseinline><defaultinline>operating system</defaultinline></switchinline> settings. The default font size for dialogs is 12pt, corresponding to a scale of 100%. You can also change the font size for dialogs in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - <item type=\"productname\">%PRODUCTNAME</item> - View</emph>. The zoom factor of a document can be changed in <emph>View - Zoom</emph>, or by double-clicking the zoom factor displayed in the Status Bar."
msgstr "ユーザーインタフェースは、<switchinline select=\"sys\"><caseinline select=\"UNIX\">Window Manager </caseinline><defaultinline>オペレーティングシステム</defaultinline></switchinline>の設定を通じて、表示スケールを変更できます。ダイアログのフォントサイズの既定値は 12 pt ですが、これが 100 % のスケールに相当します。またダイアログのフォントサイズは、メニュー <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <item type=\"productname\">%PRODUCTNAME</item> → 表示</emph> を選択しても変更できます。各ドキュメントごとの表示倍率は、メニュー <emph>表示 → ズーム</emph> を選択するか、ステータスバーの倍率表示部をダブルクリックすることで変更できます。"
#: accessibility.xhp
@@ -298,12 +299,13 @@ msgid "To turn Extended Tips on and off:"
msgstr "詳細ヒントのオン/オフを切り替えるには、次の操作を行います。"
#: active_help_on_off.xhp
+#, fuzzy
msgctxt ""
"active_help_on_off.xhp\n"
"par_id3154823\n"
"4\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - General</emph>, and check <emph>Extended tips</emph>."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - General</emph>, and check <emph>Extended tips</emph>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME → 全般 </emph> を選択して <emph>詳細ヒント</emph> をオンにします。"
#: active_help_on_off.xhp
@@ -731,12 +733,12 @@ msgid "If you want to modify the URL recognition for text documents, open a text
msgstr "文書ドキュメントにある URL 識別を変更するには、文書ドキュメントを開きます。"
#: autocorr_url.xhp
+#, fuzzy
msgctxt ""
"autocorr_url.xhp\n"
"par_id3159413\n"
-"12\n"
"help.text"
-msgid "Choose <emph>Tools - AutoCorrect Options</emph>."
+msgid "Choose <emph>Tools - AutoCorrect - AutoCorrect Options</emph>."
msgstr "<emph>ツール → オートコレクトオプション</emph> を選択します。"
#: autocorr_url.xhp
@@ -833,7 +835,7 @@ msgctxt ""
"par_id3150275\n"
"68\n"
"help.text"
-msgid "Double-click inside a vacant area of the window while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. In the Styles and Formatting window, double-click a gray part of the window next to the icons while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Alternatively, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>."
+msgid "Double-click inside a vacant area of the window while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. In the Styles and Formatting window, double-click a gray part of the window next to the icons while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Alternatively, press <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Shift+F10</item>."
msgstr ""
#: autohide.xhp
@@ -1772,11 +1774,12 @@ msgid "Click inside the Writer table."
msgstr "Writer テーブルの内部をクリックします。"
#: chart_insert.xhp
+#, fuzzy
msgctxt ""
"chart_insert.xhp\n"
"par_id7236243\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>."
+msgid "Choose <emph>Insert - Chart</emph>."
msgstr "<emph>挿入 → オブジェクト → グラフ</emph> を選択します。"
#: chart_insert.xhp
@@ -1809,8 +1812,8 @@ msgctxt ""
"chart_insert.xhp\n"
"par_id6944792\n"
"help.text"
-msgid "In Writer, if you have not selected any cells, choose <emph>Insert - Object - Chart</emph> to insert a chart with default data. In Draw or Impress, choose <emph>Insert - Chart</emph> to insert a chart based on default data."
-msgstr "Writer で、いずれのセルも選択していない場合は、<emph>挿入 → オブジェクト → グラフ</emph> を選択して、グラフにデフォルトデータを挿入します。 Draw または Impress では、<emph>挿入 → グラフ</emph> を選択して、デフォルトデータに基づいてグラフを挿入します。"
+msgid "In Writer, Draw or Impress, choose <emph>Insert - Chart</emph> to insert a chart based on default data."
+msgstr ""
#: chart_insert.xhp
msgctxt ""
@@ -5870,12 +5873,13 @@ msgid "To create a backup file every time you save a document"
msgstr "ドキュメントを保存するたびにバックアップファイルを作成するには"
#: doc_autosave.xhp
+#, fuzzy
msgctxt ""
"doc_autosave.xhp\n"
"par_id3152780\n"
"4\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link></emph>."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\"><emph>Load/Save - General</emph></link>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">読み込み / 保存 → 全般</link></emph> を選択します。"
#: doc_autosave.xhp
@@ -5897,12 +5901,13 @@ msgid "If the <emph>Always create backup copy</emph> option is selected, the old
msgstr "<emph>常時バックアップコピーの作成</emph> オプションが選択されている場合、ファイルの現在のバージョンを保存するたびに、ファイルの古いバージョンはバックアップディレクトリに保存されます。"
#: doc_autosave.xhp
+#, fuzzy
msgctxt ""
"doc_autosave.xhp\n"
"par_id3148685\n"
"7\n"
"help.text"
-msgid "You can change the backup directory by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph>, then change the <emph>Backups</emph> path in the dialog."
+msgid "You can change the backup directory by choosing <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Paths</emph>, then change the <emph>Backups</emph> path in the dialog."
msgstr "バックアップディレクトリを変更するには、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → パス</emph> を選択し、次にダイアログで <emph>バックアップ</emph> のパスを変更します。"
#: doc_autosave.xhp
@@ -5924,12 +5929,13 @@ msgid "To save recovery information automatically every n minutes"
msgstr "n 分毎に回復情報を自動的に保存する"
#: doc_autosave.xhp
+#, fuzzy
msgctxt ""
"doc_autosave.xhp\n"
"par_id3148563\n"
"10\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link></emph>."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\"><emph>Load/Save - General</emph></link>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">読み込み / 保存 → 全般</link></emph> を選択します。"
#: doc_autosave.xhp
@@ -5985,36 +5991,37 @@ msgid "Opening Documents"
msgstr "ドキュメントを開く"
#: doc_open.xhp
+#, fuzzy
msgctxt ""
"doc_open.xhp\n"
"bm_id3147834\n"
"help.text"
-msgid "<bookmark_value>opening; documents</bookmark_value><bookmark_value>documents; opening</bookmark_value><bookmark_value>files; opening</bookmark_value><bookmark_value>loading; documents</bookmark_value><bookmark_value>spreadsheets;creating/opening</bookmark_value><bookmark_value>presentations;creating/opening</bookmark_value><bookmark_value>FTP; opening documents</bookmark_value><bookmark_value>new documents</bookmark_value><bookmark_value>empty documents</bookmark_value><bookmark_value>text documents;creating/opening</bookmark_value><bookmark_value>drawings; creating/opening</bookmark_value><bookmark_value>HTML documents; new</bookmark_value><bookmark_value>formulas; new</bookmark_value>"
+msgid "<bookmark_value>opening; documents</bookmark_value> <bookmark_value>documents; opening</bookmark_value> <bookmark_value>files; opening</bookmark_value> <bookmark_value>loading; documents</bookmark_value> <bookmark_value>spreadsheets;creating/opening</bookmark_value> <bookmark_value>presentations;creating/opening</bookmark_value> <bookmark_value>FTP; opening documents</bookmark_value> <bookmark_value>new documents</bookmark_value> <bookmark_value>empty documents</bookmark_value> <bookmark_value>text documents;creating/opening</bookmark_value> <bookmark_value>drawings; creating/opening</bookmark_value> <bookmark_value>HTML documents; new</bookmark_value> <bookmark_value>formulas; new</bookmark_value>"
msgstr "<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>FTP; ドキュメントを開く</bookmark_value><bookmark_value>新しいドキュメント</bookmark_value><bookmark_value>白紙ドキュメント</bookmark_value><bookmark_value>文書ドキュメント;作成/開く</bookmark_value><bookmark_value>図形描画; 作成/開く</bookmark_value><bookmark_value>HTML ドキュメント; 新規作成</bookmark_value><bookmark_value>数式ドキュメント; 新規作成</bookmark_value>"
#: doc_open.xhp
+#, fuzzy
msgctxt ""
"doc_open.xhp\n"
"hd_id3147834\n"
-"1\n"
"help.text"
msgid "<variable id=\"doc_open\"><link href=\"text/shared/guide/doc_open.xhp\" name=\"Opening Documents\">Opening Documents</link></variable>"
msgstr "<variable id=\"doc_open\"><link href=\"text/shared/guide/doc_open.xhp\" name=\"ドキュメントを開く\">ドキュメントを開く</link></variable>"
#: doc_open.xhp
+#, fuzzy
msgctxt ""
"doc_open.xhp\n"
"hd_id3147653\n"
-"12\n"
"help.text"
msgid "Opening an existing document"
msgstr "作成済みのドキュメントを開く"
#: doc_open.xhp
+#, fuzzy
msgctxt ""
"doc_open.xhp\n"
"par_id3149398\n"
-"2\n"
"help.text"
msgid "Do one of the following:"
msgstr "次のいずれかを実行します。"
@@ -6044,28 +6051,28 @@ msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</ca
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">(Command)</caseinline><defaultinline>(Ctrl)</defaultinline></switchinline> + (O) キーを押します。"
#: doc_open.xhp
+#, fuzzy
msgctxt ""
"doc_open.xhp\n"
"par_id3150275\n"
-"3\n"
"help.text"
msgid "The <link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link> dialog appears."
msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"開く\">開く</link>ダイアログが表示されます。"
#: doc_open.xhp
+#, fuzzy
msgctxt ""
"doc_open.xhp\n"
"par_id3149164\n"
-"4\n"
"help.text"
msgid "Select the file you want to open and click <emph>Open</emph>."
msgstr "開くファイルを選択して、<emph>開く</emph> をクリックします。"
#: doc_open.xhp
+#, fuzzy
msgctxt ""
"doc_open.xhp\n"
"hd_id3149234\n"
-"13\n"
"help.text"
msgid "Restrict Files to Display"
msgstr "表示するファイルを制限する"
@@ -6074,7 +6081,6 @@ msgstr "表示するファイルを制限する"
msgctxt ""
"doc_open.xhp\n"
"par_id3150985\n"
-"14\n"
"help.text"
msgid "To restrict the display of files in the <emph>Open</emph> dialog to a certain type select the corresponding <emph>File type</emph> from the list. Select <emph>All Files</emph> to display all files."
msgstr ""
@@ -6096,11 +6102,12 @@ msgid "In general, all documents open with the cursor at the start of the docume
msgstr "通常、すべてのドキュメントはカーソルをその先頭に置いた状態で開きます。"
#: doc_open.xhp
+#, fuzzy
msgctxt ""
"doc_open.xhp\n"
"par_id6594744\n"
"help.text"
-msgid "One exception appears when the author of a Writer text document saves and reopens a document: The cursor will be at the same position where it has been when the document was saved. This only works when the name of the author was entered in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - User Data</emph>."
+msgid "One exception appears when the author of a Writer text document saves and reopens a document: The cursor will be at the same position where it has been when the document was saved. This only works when the name of the author was entered in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - User Data</emph>."
msgstr "これには例外があり、作成者が Writer テキストドキュメントを保存して再び開くときは、ドキュメントが保存された時点で置かれていた位置にカーソルが表示されます。 この動作が起きるのは、作成者の名前が<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME → ユーザーデータ</emph> に入力されている場合に限られます。"
#: doc_open.xhp
@@ -6112,28 +6119,28 @@ msgid "Press Shift+F5 to set the cursor to the last saved position."
msgstr "最後に保存した位置にカーソルを位置付けるには、Shift + F5 キーを押します。"
#: doc_open.xhp
+#, fuzzy
msgctxt ""
"doc_open.xhp\n"
"hd_id3148453\n"
-"17\n"
"help.text"
msgid "Opening an Empty Document"
msgstr "白紙のドキュメントを開く"
#: doc_open.xhp
+#, fuzzy
msgctxt ""
"doc_open.xhp\n"
"par_id3147287\n"
-"19\n"
"help.text"
msgid "Click the <emph>New</emph> icon on the Standard bar or choose <emph>File - New</emph>. This opens a document of the document type specified."
msgstr "標準バー上の <emph>新規作成</emph> アイコンをクリックするか、または、 <emph>ファイル → 新規作成</emph>を選択します。これで、ドキュメントの種類を指定して開くことになります。"
#: doc_open.xhp
+#, fuzzy
msgctxt ""
"doc_open.xhp\n"
"par_id3153092\n"
-"20\n"
"help.text"
msgid "If you click the arrow next to the <emph>New</emph> icon, a submenu opens in which you can select another document type."
msgstr "<emph>新規作成</emph> アイコンの横にある矢印をクリックすると、別の種類のドキュメントを選択できるサブメニューが開きます。"
@@ -6159,8 +6166,8 @@ msgctxt ""
"doc_open.xhp\n"
"par_id0820200803501429\n"
"help.text"
-msgid "Choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - General</item> to switch the type of open/save dialogs."
-msgstr "「開く」と「保存」のダイアログの種類を変更するには、<item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME → 全般</item> を選択します。"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME - General</item> to switch the type of open/save dialogs."
+msgstr ""
#: doc_open.xhp
msgctxt ""
@@ -6179,10 +6186,10 @@ msgid "Opening Files from a Web Server"
msgstr "Webサーバーからファイルを開く"
#: doc_open.xhp
+#, fuzzy
msgctxt ""
"doc_open.xhp\n"
"par_id3153126\n"
-"9\n"
"help.text"
msgid "You can enter a URL in the <emph>File name</emph> box of the <emph>Open</emph> dialogs. The URL must start with file:/// or ftp:// or http://."
msgstr "<emph>開く</emph> ダイアログの <emph>ファイル名</emph> ボックスに URL を入力できます。URL は、file:///、ftp://、または http:// で始まる必要があります。"
@@ -6204,10 +6211,10 @@ msgid "When you open a file by a URL from the Windows file dialog, Windows will
msgstr "Windows のファイルダイアログから URL でファイルを開いた場合、Windows は、Internet Explorer のキャッシュにあるファイルのローカルコピーを開きます。%PRODUCTNAME のファイルダイアログは、システムの一時フォルダーにあるファイルのローカルコピーを開きます。"
#: doc_open.xhp
+#, fuzzy
msgctxt ""
"doc_open.xhp\n"
"par_id3148616\n"
-"5\n"
"help.text"
msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"File - Open\">File - Open</link>"
msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"ファイル → 開く\">ファイル → 開く</link>"
@@ -6273,12 +6280,13 @@ msgid "When you save a new file for the first time, the <link href=\"text/shared
msgstr "新しいファイルを初めて保存するときには、<link href=\"text/shared/01/01070000.xhp\" name=\"名前を付けて保存\">名前を付けて保存</link> ダイアログが表示され、そこに名前、フォルダー、ドライブあるいはファイルのボリュームなどを入力します。このダイアログは、メニュー <emph>ファイル → 名前を付けて保存</emph> で呼び出します。"
#: doc_save.xhp
+#, fuzzy
msgctxt ""
"doc_save.xhp\n"
"par_id3152472\n"
"3\n"
"help.text"
-msgid "You can set the automatic creation of a backup copy under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link></emph>."
+msgid "You can set the automatic creation of a backup copy under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\"><emph>Load/Save - General</emph></link>."
msgstr "バックアップコピーを自動作成するためには、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">読み込み / 保存 → 全般</link></emph> を設定します。"
#: doc_save.xhp
@@ -7480,12 +7488,13 @@ msgid "Enter a name in the <emph>File name</emph> box and click <emph>Save</emph
msgstr "<emph>ファイル名</emph> のテキストボックスにファイル名を入力し、<emph>保存</emph>をクリックします。"
#: export_ms.xhp
+#, fuzzy
msgctxt ""
"export_ms.xhp\n"
"par_id3153252\n"
"7\n"
"help.text"
-msgid "If you want the file dialogs to offer another file format as default, select that format in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - General</emph> in the <emph>Default file format </emph>area."
+msgid "If you want the file dialogs to offer another file format as default, select that format in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - General</emph> in the <emph>Default file format </emph>area."
msgstr "標準で別の形式のドキュメントを保存するように設定するには、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 読み込み / 保存 → 全般</emph> を選択し、<emph>標準ファイル形式と ODF 設定</emph> の中で形式を指定します。"
#: export_ms.xhp
@@ -7577,12 +7586,13 @@ msgid "You can configure $[officename] so that a single click on an icon automat
msgstr "アイコンをクリックするだけで、現在のドキュメントを自動的に Fax として送信させるよう、$[officename] を設定することができます。"
#: fax.xhp
+#, fuzzy
msgctxt ""
"fax.xhp\n"
"par_id3145315\n"
"11\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040400.xhp\" name=\"Writer - Print\">%PRODUCTNAME Writer - Print</link></emph>."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040400.xhp\" name=\"Writer - Print\"><emph>%PRODUCTNAME Writer - Print</emph></link>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01040400.xhp\" name=\"Writer - Print\">%PRODUCTNAME Writer → 印刷</link></emph> を選択します。"
#: fax.xhp
@@ -7913,12 +7923,13 @@ msgid "You can change the icon view between small and large icons."
msgstr "アイコンの表示を大きくしたり小さくしたりできます。"
#: flat_icons.xhp
+#, fuzzy
msgctxt ""
"flat_icons.xhp\n"
"par_id3153748\n"
"5\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename]</emph>."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename]</emph>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename]</emph> を選択します。"
#: flat_icons.xhp
@@ -9191,12 +9202,13 @@ msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNA
msgstr "$[officename] で <link href=\"text/shared/00/00000005.xhp#speichern\" name=\"relative or absolute hyperlinks\">相対的または絶対的ハイパーリンク</link> を作成する場合、<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\"><emph>読み込み / 保存 → 全般</emph></link> を選択して <emph>ファイルシステムに関連した URL を保存、URL アドレスの相対保存</emph> を設定します。相対的リンクは、作業中のドキュメントとそのリンク先が同一のドライブにある場合にのみ可能です。"
#: hyperlink_rel_abs.xhp
+#, fuzzy
msgctxt ""
"hyperlink_rel_abs.xhp\n"
"par_id3145382\n"
"48\n"
"help.text"
-msgid "You should create the same directory structure on your hard disk as that which exists in the web space hosted by your Internet provider. Call the root directory for the homepage on your hard disk \"homepage\", for example. The start file is then \"index.html\", the full path being \"C:\\homepage\\index.html\" (assuming Windows operating system). The URL on your Internet provider's server might then be as follows: \"http://www.myprovider.com/mypage/index.html\". With relative addressing, you indicate the link relative to the location of the output document. For example, if you placed all the graphics for your homepage in a subfolder called \"C:\\homepage\\images\", you would need to give the following path to access the graphic \"picture.gif\": \"images\\picture.gif\". This is the relative path, starting from the location of the file \"index.html\". On the provider's server, you would place the picture in the folder \"mypage/images\". When you transfer the document \"index.html\" to the provider's server through the <emph>File - Save As</emph> dialog, and if you have marked the option <emph>Copy local graphics to Internet</emph> under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>, $[officename] will automatically copy the graphic to the correct directory on the server."
+msgid "You should create the same directory structure on your hard disk as that which exists in the web space hosted by your Internet provider. Call the root directory for the homepage on your hard disk \"homepage\", for example. The start file is then \"index.html\", the full path being \"C:\\homepage\\index.html\" (assuming Windows operating system). The URL on your Internet provider's server might then be as follows: \"http://www.myprovider.com/mypage/index.html\". With relative addressing, you indicate the link relative to the location of the output document. For example, if you placed all the graphics for your homepage in a subfolder called \"C:\\homepage\\images\", you would need to give the following path to access the graphic \"picture.gif\": \"images\\picture.gif\". This is the relative path, starting from the location of the file \"index.html\". On the provider's server, you would place the picture in the folder \"mypage/images\". When you transfer the document \"index.html\" to the provider's server through the <emph>File - Save As</emph> dialog, and if you have marked the option <emph>Copy local graphics to Internet</emph> under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>, $[officename] will automatically copy the graphic to the correct directory on the server."
msgstr "手元のハードディスク上に作成するディレクトリ構造は、インターネットサービスプロバイダーによって管理される Web スペース内に存在する構造と同じ構造にしてください。たとえば、ハードディスク上のホームページのルートディレクトリ名を「homepage」にしたとします。開始ファイルが「index.html」の場合、そのフルパスは「C:\\homepage\\index.html」となります (Windows オペレーティングシステムの場合)。これに対して、利用するインターネットサービスプロバイダ側のサーバーの URL は、「http://www.myprovider.com/mypage/index.html」のようになるでしょう。相対アドレスを使う場合は、出力するドキュメントの相対的な格納位置でリンクを指定します。たとえば、ホームページに使用するすべての画像をサブフォルダーの「C:\\homepage\\images」に置いた場合、画像ファイル「picture.gif」にアクセスするには、「images\\picture.gif」のようにパスを指定する必要があります。これが相対パスであり、この場合はファイル「index.html」の場所を基準としています。この画像をプロバイダ側のサーバーに置くときは、フォルダー「mypage/images」に格納します。なお、<emph>「ファイル」 → 「名前を付けて保存」</emph> ダイアログを使って「index.html」をプロバイダ側のサーバーに転送する場合、事前に <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 読み込みと保存 → HTML 互換性</emph> で <emph>画像をインターネットにアップロード</emph> オプションをオンに指定しておけば、$[officename] が自動的に画像をサーバー側の適切なディレクトリにコピーします。"
#: hyperlink_rel_abs.xhp
@@ -9336,11 +9348,12 @@ msgid "Use the icons in the ImageMap Editor to draw a hotspot shape, for example
msgstr "イメージマップエディターのアイコンを使用して、バックグラウンドのイメージ上に四角形などのホットスポットシェイプを描画します。"
#: imagemap.xhp
+#, fuzzy
msgctxt ""
"imagemap.xhp\n"
"par_idN106A3\n"
"help.text"
-msgid "You can see an extended help text on the functions of each icon when you enable Extended Help in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - General</emph>."
+msgid "You can see an extended help text on the functions of each icon when you enable Extended Help in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - General</emph>."
msgstr "各アイコンの機能に関する詳細ヘルプテキストは、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME → 全般 </emph> で「詳細ヒント」を有効にすると表示できます。"
#: imagemap.xhp
@@ -9445,12 +9458,13 @@ msgid "Select a file name and click <emph>Open</emph>."
msgstr "ファイル名を選択し、<emph>開く</emph> をクリックします。"
#: import_ms.xhp
+#, fuzzy
msgctxt ""
"import_ms.xhp\n"
"par_id3159399\n"
"8\n"
"help.text"
-msgid "If you always want the file dialogs to show another format by default, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - General</emph> and select that format as <emph>Default file format</emph>."
+msgid "If you always want the file dialogs to show another format by default, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - General</emph> and select that format as <emph>Default file format</emph>."
msgstr "ファイルダイアログで、別のファイル形式を標準として表示させるためには、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 読み込み / 保存 → 全般</emph> を選択して、<emph>標準のファイル形式と ODF 設定</emph> の中で指定します。"
#: import_ms.xhp
@@ -10694,12 +10708,13 @@ msgid "Use the arrow keys to move the selected object by one grid resolution uni
msgstr "選択したオブジェクトは、矢印キーでグリッド線1目盛り移動します。"
#: keyboard.xhp
+#, fuzzy
msgctxt ""
"keyboard.xhp\n"
"par_id3145619\n"
"57\n"
"help.text"
-msgid "Set the grid resolution unit with <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Grid</emph> in the <emph>Resolution</emph> area. If you enter a number greater than 1 in the <emph>Subdivision</emph> area, you must press the arrow key as often as the number states to move the selected object by one grid resolution unit."
+msgid "Set the grid resolution unit with <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Grid</emph> in the <emph>Resolution</emph> area. If you enter a number greater than 1 in the <emph>Subdivision</emph> area, you must press the arrow key as often as the number states to move the selected object by one grid resolution unit."
msgstr "グリッド線の解像度の単位は <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> - %PRODUCTNAME Writer → 補助線</emph> を開いて、<emph>グリッド線の間隔</emph> を設定します。<emph>サブ目盛</emph> に 1 よりも大きい数値を指定した場合、選択されているオブジェクトをグリッド解像度の 1 単位移動するためには矢印キーをその数値の回数だけ押します。"
#: keyboard.xhp
@@ -11852,12 +11867,13 @@ msgid "Selecting a language for the whole document"
msgstr "ドキュメント全体に適用する言語を選択する"
#: language_select.xhp
+#, fuzzy
msgctxt ""
"language_select.xhp\n"
"par_id3083443\n"
"7\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline></emph>. Go to <link href=\"text/shared/optionen/01140000.xhp\" name=\"Language Settings - Languages\"><emph>Language Settings - Languages</emph></link>."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline>. Go to <link href=\"text/shared/optionen/01140000.xhp\" name=\"Language Settings - Languages\"><emph>Language Settings - Languages</emph></link>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline></emph> を選択し、さらに <link href=\"text/shared/optionen/01140000.xhp\" name=\"Language Settings - Languages\"><emph>言語設定 → 言語</emph></link> を選択します。"
#: language_select.xhp
@@ -12117,8 +12133,8 @@ msgctxt ""
"language_select.xhp\n"
"par_id3163853\n"
"help.text"
-msgid "Choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</item>."
-msgstr "<item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → 言語</item> を選択します。"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - Language Settings - Languages</item>."
+msgstr ""
#: language_select.xhp
msgctxt ""
@@ -12480,11 +12496,12 @@ msgid "To undo an automatic border replacement once, choose <emph>Edit - Undo</e
msgstr "自動外枠置換を 1 度だけ元に戻すには、<emph>編集 → 元に戻す</emph> を選択します。"
#: line_intext.xhp
+#, fuzzy
msgctxt ""
"line_intext.xhp\n"
"par_idN107E0\n"
"help.text"
-msgid "To disable the automatic borders, choose <emph>Tools - AutoCorrect Options - Options</emph> and clear <emph>Apply border</emph>."
+msgid "To disable the automatic borders, choose <emph>Tools - AutoCorrect - AutoCorrect Options - Options</emph> and clear <emph>Apply border</emph>."
msgstr "自動的に描画される外枠を無効にするには、<emph>ツール → オートコレクトオプション → オプション</emph> を選択し、<emph>外枠を付ける</emph> をクリアします。"
#: line_intext.xhp
@@ -12804,7 +12821,7 @@ msgctxt ""
"macro_recording.xhp\n"
"par_id3149399\n"
"help.text"
-msgid "If <emph>Tools - Macros - Record Macro</emph> menu item is missing, make sure that macro recording feature is enabled in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Advanced</emph>."
+msgid "If <emph>Tools - Macros - Record Macro</emph> menu item is missing, make sure that macro recording feature is enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Advanced</emph>."
msgstr ""
#: macro_recording.xhp
@@ -12995,55 +13012,55 @@ msgid "<bookmark_value>instructions; general</bookmark_value>"
msgstr "<bookmark_value>説明; 一般</bookmark_value>"
#: main.xhp
+#, fuzzy
msgctxt ""
"main.xhp\n"
"hd_id3151097\n"
-"1\n"
"help.text"
msgid "<variable id=\"main\"><link href=\"text/shared/guide/main.xhp\" name=\"General Instructions for %PRODUCTNAME\">General Instructions for <item type=\"productname\">%PRODUCTNAME</item></link></variable>"
msgstr "<variable id=\"main\"><link href=\"text/shared/guide/main.xhp\" name=\"%PRODUCTNAME に関する一般的な説明\"><item type=\"productname\">%PRODUCTNAME</item> に関する一般的な説明</link></variable>"
#: main.xhp
+#, fuzzy
msgctxt ""
"main.xhp\n"
"hd_id3153681\n"
-"2\n"
"help.text"
msgid "Opening and Saving Documents and Templates"
msgstr "ドキュメントおよびドキュメントテンプレートを開き、保存する"
#: main.xhp
+#, fuzzy
msgctxt ""
"main.xhp\n"
"hd_id3150669\n"
-"3\n"
"help.text"
msgid "Using Windows, Menus and Icons"
msgstr "ウィンドウ、メニュー、アイコンを使用する"
#: main.xhp
+#, fuzzy
msgctxt ""
"main.xhp\n"
"hd_id3149295\n"
-"10\n"
"help.text"
msgid "Accessibility"
msgstr "アクセシビリティ"
#: main.xhp
+#, fuzzy
msgctxt ""
"main.xhp\n"
"hd_id3159149\n"
-"4\n"
"help.text"
msgid "Copying Data by Drag and Drop or Menu Commands"
msgstr "ドラッグ&ドロップやメニューでデータをコピーする"
#: main.xhp
+#, fuzzy
msgctxt ""
"main.xhp\n"
"hd_id3152576\n"
-"5\n"
"help.text"
msgid "Data Sources"
msgstr "データソース"
@@ -13081,64 +13098,64 @@ msgid "<link href=\"text/shared/autopi/01090000.xhp\">Forms Wizard</link>"
msgstr "<link href=\"text/shared/autopi/01090000.xhp\">「フォーム」ウィザード</link>"
#: main.xhp
+#, fuzzy
msgctxt ""
"main.xhp\n"
"par_id3154011\n"
-"12\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100000.xhp\">Report Wizard</link>"
msgstr "<link href=\"text/shared/autopi/01100000.xhp\">レポート ウィザード</link>"
#: main.xhp
+#, fuzzy
msgctxt ""
"main.xhp\n"
"hd_id3147216\n"
-"6\n"
"help.text"
msgid "Recording Changes (Revision Marking)"
msgstr "変更の記録(更新表示)"
#: main.xhp
+#, fuzzy
msgctxt ""
"main.xhp\n"
"hd_id3145261\n"
-"7\n"
"help.text"
msgid "Configuring and Modifying <item type=\"productname\">%PRODUCTNAME</item>"
msgstr "<item type=\"productname\">%PRODUCTNAME</item> の設定とカスタマイズ"
#: main.xhp
+#, fuzzy
msgctxt ""
"main.xhp\n"
"hd_id3145252\n"
-"8\n"
"help.text"
msgid "Charts"
msgstr "グラフ"
#: main.xhp
+#, fuzzy
msgctxt ""
"main.xhp\n"
"hd_id3157846\n"
-"9\n"
"help.text"
msgid "Miscellaneous"
msgstr "その他"
#: main.xhp
+#, fuzzy
msgctxt ""
"main.xhp\n"
"par_id3147173\n"
-"13\n"
"help.text"
msgid "<link href=\"text/shared/00/00000005.xhp\" name=\"General Terminology\">General Terminology</link>"
msgstr "<link href=\"text/shared/00/00000005.xhp\" name=\"一般的な用語\">一般的な用語</link>"
#: main.xhp
+#, fuzzy
msgctxt ""
"main.xhp\n"
"par_id3156332\n"
-"14\n"
"help.text"
msgid "<link href=\"text/shared/00/00000002.xhp\" name=\"Internet Terminology\">Internet Terminology</link>"
msgstr "<link href=\"text/shared/00/00000002.xhp\" name=\"インターネット関係の用語\">インターネット関係の用語</link>"
@@ -13185,12 +13202,13 @@ msgid "Open a document of the type for which you want to change the measurement
msgstr "測定単位を変更する種類のドキュメントを開きます。"
#: measurement_units.xhp
+#, fuzzy
msgctxt ""
"measurement_units.xhp\n"
"par_id3153345\n"
"3\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline></emph>."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline></emph> を選択します。"
#: measurement_units.xhp
@@ -13748,7 +13766,7 @@ msgctxt ""
"ms_import_export_limitations.xhp\n"
"par_id0804200804174819\n"
"help.text"
-msgid "The most recent versions of %PRODUCTNAME can load and save the Microsoft Office Open XML document formats with the extensions docx, xlsx, and pptx. The same versions can also run some Excel Visual Basic scripts, if you enable this feature at <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - VBA Properties</item>."
+msgid "The most recent versions of %PRODUCTNAME can load and save the Microsoft Office Open XML document formats with the extensions docx, xlsx, and pptx. The same versions can also run some Excel Visual Basic scripts, if you enable this feature at <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - Load/Save - VBA Properties</item>."
msgstr ""
#: ms_import_export_limitations.xhp
@@ -14315,12 +14333,13 @@ msgid "Saving Documents by Default in Microsoft Office Formats"
msgstr "ドキュメントを標準で Microsoft Office ファイル形式で保存する"
#: ms_user.xhp
+#, fuzzy
msgctxt ""
"ms_user.xhp\n"
"par_id3144760\n"
"16\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link></emph>."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\"><emph>Load/Save - General</emph></link>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">読み込み / 保存 → 全般</link></emph> を選択します。"
#: ms_user.xhp
@@ -14400,8 +14419,8 @@ msgctxt ""
"ms_user.xhp\n"
"par_id0804200804173539\n"
"help.text"
-msgid "The most recent versions of %PRODUCTNAME can run some Excel Visual Basic scripts if you enable this feature at <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - VBA Properties</item>."
-msgstr "最新版の %PRODUCTNAME は、<item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 読み込み / 保存 - VBA 属性</item> で機能を有効に設定しておけば、一部の Excel Visual Basic スクリプトを実行することもできます。"
+msgid "The most recent versions of %PRODUCTNAME can run some Excel Visual Basic scripts if you enable this feature at <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - Load/Save - VBA Properties</item>."
+msgstr ""
#: ms_user.xhp
msgctxt ""
@@ -14440,12 +14459,13 @@ msgid "You may delete the VBA macros from the Microsoft Office file on loading o
msgstr "読み込み時または保存時に Microsoft Office ファイルから VBA マクロを削除できます。"
#: ms_user.xhp
+#, fuzzy
msgctxt ""
"ms_user.xhp\n"
"par_id3155366\n"
"29\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01130100.xhp\" name=\"Load/Save - VBA Properties\">Load/Save - VBA Properties</link></emph> to set the VBA macro handling of $[officename]."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01130100.xhp\" name=\"Load/Save - VBA Properties\"><emph>Load/Save - VBA Properties</emph></link> to set the VBA macro handling of $[officename]."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01130100.xhp\" name=\"Load/Save - VBA Properties\">読み込み / 保存 → VBA 属性</link></emph> を選択して、 $[officename] での VBA マクロの取扱いを設定できます。"
#: navigator.xhp
@@ -15546,11 +15566,12 @@ msgid "You can decide to reduce the data necessary to print your document. The s
msgstr "ドキュメントの印刷に必要なデータ量を削減できます。プリンターに直接印刷する場合と、ファイルに印刷する場合とで設定を変えることができます。"
#: print_faster.xhp
+#, fuzzy
msgctxt ""
"print_faster.xhp\n"
"par_idN106CE\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Print</emph>."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Print</emph>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → 印刷</emph> を選択します。"
#: print_faster.xhp
@@ -16405,12 +16426,13 @@ msgid "In a text document, you can highlight all lines that you have changed wit
msgstr "文書ドキュメントでは、変更したすべての行をその他の色で強調表示できます。例えば、余白に赤い線を付けて強調表示することもできます。"
#: redlining_enter.xhp
+#, fuzzy
msgctxt ""
"redlining_enter.xhp\n"
"par_id3147530\n"
"16\n"
"help.text"
-msgid "To change the settings for tracking changes, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer</emph> - <link href=\"text/shared/optionen/01040700.xhp\" name=\"Changes\"><emph>Changes</emph></link> or on the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph> - <link href=\"text/shared/optionen/01060600.xhp\" name=\"Changes\"><emph>Changes</emph></link>."
+msgid "To change the settings for tracking changes, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer</emph> - <link href=\"text/shared/optionen/01040700.xhp\" name=\"Changes\"><emph>Changes</emph></link> or on the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc</emph> - <link href=\"text/shared/optionen/01060600.xhp\" name=\"Changes\"><emph>Changes</emph></link>."
msgstr "変更追跡の設定を変更するには、 <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer</emph> → <link href=\"text/shared/optionen/01040700.xhp\" name=\"Changes\"><emph>変更</emph></link> または <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc</emph> → <link href=\"text/shared/optionen/01060600.xhp\" name=\"Changes\"><emph>変更</emph></link> を選択します。"
#: redlining_navigation.xhp
@@ -17244,18 +17266,17 @@ msgstr ""
msgctxt ""
"space_hyphen.xhp\n"
"par_id3154749\n"
-"66\n"
"help.text"
-msgid "In order to enter dashes, you can find under <emph>Tools - AutoCorrect Options - Options</emph> the <emph>Replace dashes</emph> option. This option replaces one or two hyphens under certain conditions with an en-dash or an em-dash (see <link href=\"text/shared/01/06040100.xhp\" name=\"AutoCorrect Options\">AutoCorrect Options</link>)."
+msgid "In order to enter dashes, you can find under <emph>Tools - AutoCorrect - AutoCorrect Options - Options</emph> the <emph>Replace dashes</emph> option. This option replaces one or two hyphens under certain conditions with an en-dash or an em-dash (see <link href=\"text/shared/01/06040100.xhp\" name=\"AutoCorrect Options\">AutoCorrect Options</link>)."
msgstr "長めのダッシュを入力したい場合は、<emph>ツール → オートコレクトオプション</emph> <emph>→ オプション</emph> の <emph>ダッシュに置換</emph> オプションを使います。このオプションは、ある条件のもとで、ひとつまたは 2 つのマイナス記号をenダッシュやemダッシュで置き換えます。(<link href=\"text/shared/01/06040100.xhp\" name=\"$[officename] ヘルプ\">$[officename] ヘルプ</link>)をご覧ください。"
#: space_hyphen.xhp
+#, fuzzy
msgctxt ""
"space_hyphen.xhp\n"
"par_id3153561\n"
-"67\n"
"help.text"
-msgid "For additional replacements see the replacements table under <emph>Tools - AutoCorrect Options</emph><emph>- </emph><link href=\"text/shared/01/06040200.xhp\" name=\"Replace\"><emph>Replace</emph></link>. Here you can, among other things, replace a shortcut automatically by a dash, even in another font."
+msgid "For additional replacements see the replacements table under <emph>Tools - AutoCorrect - AutoCorrect Options</emph><emph>- </emph><link href=\"text/shared/01/06040200.xhp\" name=\"Replace\"><emph>Replace</emph></link>. Here you can, among other things, replace a shortcut automatically by a dash, even in another font."
msgstr "その他の置換については、<emph>ツール → オートコレクトオプション → </emph><emph> </emph><link href=\"text/shared/01/06040200.xhp\" name=\"置換\"><emph>置換</emph></link> にある置換テーブルで指定します。別のフォントの場合でも、ショートカットをダッシュに自動的に置換するという指定ができます。"
#: space_hyphen.xhp
@@ -17401,12 +17422,13 @@ msgid "A dialog prompting you for the phone numbers to send the fax to will appe
msgstr ""
#: spadmin.xhp
+#, fuzzy
msgctxt ""
"spadmin.xhp\n"
"par_id3154196\n"
"305\n"
"help.text"
-msgid "In $[officename] you can also activate an icon for sending faxes to a default fax. To do this, choose <emph>Tools - Customize - Toolbars</emph>, click <emph>Add Commands</emph> and add from \"Documents\" the <emph>Send Default Fax</emph> icon. You can set which fax is used when this button is pressed under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Print</emph>."
+msgid "In $[officename] you can also activate an icon for sending faxes to a default fax. To do this, choose <emph>Tools - Customize - Toolbars</emph>, click <emph>Add Commands</emph> and add from \"Documents\" the <emph>Send Default Fax</emph> icon. You can set which fax is used when this button is pressed under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Print</emph>."
msgstr "$[officename] では、標準ファックスにファックスを送信するためのアイコンを使用可能にすることもできます。そのためには、<emph>ツール → カスタマイズ → ツールバー</emph> を選択してから<emph>追加</emph> ボタンをクリックし、「ドキュメント」の分類から<emph>標準 Fax の送信</emph> アイコンを追加します。このボタンをクリックした時に、どのファックスを使用するのかは、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 印刷</emph> で設定できます。"
#: spadmin.xhp
@@ -17503,7 +17525,7 @@ msgctxt ""
"par_id3145799\n"
"11\n"
"help.text"
-msgid "Double-click <emph>My Templates</emph> in the list. You will see the user-defined templates in the user directory specified under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Paths</emph>. Select the template you have just saved."
+msgid "Double-click <emph>My Templates</emph> in the list. You will see the user-defined templates in the user directory specified under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Paths</emph>. Select the template you have just saved."
msgstr ""
#: standard_template.xhp
@@ -17548,7 +17570,7 @@ msgctxt ""
"par_id3146918\n"
"16\n"
"help.text"
-msgid "You can save a new template with <emph>File - Save As Template</emph> or by selecting \"Template\" file type in any Save dialog. Save the template in the user directory specified under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Paths</emph> to be able to access the template from within the <emph>File - New - Templates</emph> dialog."
+msgid "You can save a new template with <emph>File - Save As Template</emph> or by selecting \"Template\" file type in any Save dialog. Save the template in the user directory specified under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Paths</emph> to be able to access the template from within the <emph>File - New - Templates</emph> dialog."
msgstr ""
#: standard_template.xhp
@@ -18506,11 +18528,12 @@ msgid "On the horizontal ruler you can see the tab stops for the current paragra
msgstr "水平ルーラー上には、現在の段落のタブストップが表示されます。タブストップを変更する場合は、まず以下のようにして、タブストップを変更する範囲を考慮する必要があります。"
#: tabs.xhp
+#, fuzzy
msgctxt ""
"tabs.xhp\n"
"par_id9434492\n"
"help.text"
-msgid "Change the default tab stops for all documents: Use the menu <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General</emph>."
+msgid "Change the default tab stops for all documents: Use the menu <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - General</emph>."
msgstr "ドキュメントすべてを対象に標準タブストップを変更するには、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 全般</emph> を使用します。"
#: tabs.xhp
@@ -19279,12 +19302,13 @@ msgid "When you start a dialog to open or save a document, $[officename] initial
msgstr "ドキュメントを開くダイアログ、またはドキュメントを保存するダイアログを開くと、$[officename] は、最初に作業用ディレクトリを表示します。このディレクトリを変更するには、次の操作をします。"
#: workfolder.xhp
+#, fuzzy
msgctxt ""
"workfolder.xhp\n"
"par_id3153681\n"
"4\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph>."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Paths</emph>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → パス</emph> を選択します。"
#: workfolder.xhp
@@ -19312,7 +19336,7 @@ msgctxt ""
"par_id3158430\n"
"7\n"
"help.text"
-msgid "You also use this procedure to change the directory displayed by $[officename] when you want to insert a graphic. Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths - Images</emph>, then follow step 3."
+msgid "You also use this procedure to change the directory displayed by $[officename] when you want to insert a graphic. Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Paths - Images</emph>, then follow step 3."
msgstr "$[officename] に図を挿入するとき自動的に開くディレクトリも、この設定で変更できます。<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → パス → グラフィックス</emph> を選択し、ステップ 3 に進みます。"
#: workfolder.xhp
diff --git a/source/ja/helpcontent2/source/text/shared/optionen.po b/source/ja/helpcontent2/source/text/shared/optionen.po
index 36721fb2ee8..c0dab64e56d 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-11-16 19:02+0100\n"
-"PO-Revision-Date: 2015-10-24 11:26+0000\n"
-"Last-Translator: sujiniku <qqke6wd9k@apricot.ocn.ne.jp>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2016-01-30 10:36+0000\n"
+"Last-Translator: Naruhiko Ogasawara <naruoga@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: 1445685970.000000\n"
+"X-POOTLE-MTIME: 1454150172.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -735,12 +735,13 @@ msgid "<ahelp hid=\"cui/ui/optsavepage/backup\">Saves the previous version of a
msgstr "<ahelp hid=\"cui/ui/optsavepage/backup\">ドキュメントを保存するときに、以前のバージョンのドキュメントをバックアップコピーとして保存します。<item type=\"productname\">%PRODUCTNAME</item> がバックアップコピーを作成するたびに、以前のバックアップコピーは上書きされます。バックアップコピーの拡張子は .BAKです。</ahelp>"
#: 01010200.xhp
+#, fuzzy
msgctxt ""
"01010200.xhp\n"
"par_id3153192\n"
"37\n"
"help.text"
-msgid "To change the location of the backup copy, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Paths</emph>, and then enter a new path for the backup file."
+msgid "To change the location of the backup copy, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Paths</emph>, and then enter a new path for the backup file."
msgstr "バックアップコピーの保存位置を変更するには、 <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME → パス</emph> を選択して、バックアップファイルの新しいパスを入力します。"
#: 01010200.xhp
@@ -2949,22 +2950,6 @@ msgstr "インストールされたヘルプの動作を指定します。"
#: 01010600.xhp
msgctxt ""
"01010600.xhp\n"
-"par_idN106DB\n"
-"help.text"
-msgid "Tips"
-msgstr "ヒント"
-
-#: 01010600.xhp
-msgctxt ""
-"01010600.xhp\n"
-"par_idN106DF\n"
-"help.text"
-msgid "<ahelp hid=\".\">Displays the icon names and more bubble help information, for example, chapter names when you scroll through a document with chapters.</ahelp>"
-msgstr "<ahelp hid=\".\">アイコン名と詳細なバブルヘルプ情報、たとえば章があるドキュメントをスクロールしたときは章名などを表示します。</ahelp>"
-
-#: 01010600.xhp
-msgctxt ""
-"01010600.xhp\n"
"par_idN106F6\n"
"help.text"
msgid "Extended tips"
@@ -3052,22 +3037,6 @@ msgstr "<ahelp hid=\"cui/ui/optgeneralpage/docstatus\">ドキュメントの印
#: 01010600.xhp
msgctxt ""
"01010600.xhp\n"
-"hd_id3149399\n"
-"help.text"
-msgid "Allow to save document even when the document is not modified"
-msgstr "ドキュメントが変更されていない場合でも変更を許可する"
-
-#: 01010600.xhp
-msgctxt ""
-"01010600.xhp\n"
-"par_id3145801\n"
-"help.text"
-msgid "Documents do not only store their content, but also their view properties. A change in the view properties does not trigger document modified status. View properties include things like (in case of a spreadsheet) active sheet, cursor position, zoom level etc. Quite often users want to store the view properties after they have been changed, and always enabling the save action allows this."
-msgstr ""
-
-#: 01010600.xhp
-msgctxt ""
-"01010600.xhp\n"
"hd_id3153561\n"
"5\n"
"help.text"
@@ -3092,6 +3061,30 @@ msgctxt ""
msgid "In $[officename], years are indicated by four digits, so that the difference between 1/1/99 and 1/1/01 is two years. This <emph>Year (two digits)</emph> setting allows the user to define the years in which two-digit dates are added to 2000. To illustrate, if you specify a date of 1/1/30 or later, the entry \"1/1/20\" is recognized as 1/1/2020 instead of 1/1/1920."
msgstr "$[officename] では、年数が 4 桁で示されます。したがって、99/1/1 と 01/1/1 では、その差は 2 年になります。<emph>年 (2 桁)</emph> では、2 桁の年数に 2000 を加算する年を指定できます。例えば、この設定で「30/1/1」以降の日付を指定した場合、「20/1/1」は「1920/1/1」ではなく「2020/1/1」と認識されます。"
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3163561\n"
+"help.text"
+msgid "Help Improve LibreOffice"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"hd_id3169299\n"
+"help.text"
+msgid "Collect usage data and send it to The Document Foundation"
+msgstr ""
+
+#: 01010600.xhp
+msgctxt ""
+"01010600.xhp\n"
+"par_id3167530\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/optgeneralpage/collectusageinfo\">Send usage data to help The Document Foundation improve the software usability.</ahelp> The software development team is interested in information about the usage pattern of %PRODUCTNAME. This data helps to improve the usability of the applications, by identifying the most frequently used sequences of commands while performing common tasks, and in return, design a user interface that is easier to use and more productive. The usage data is sent anonymously and carry no document contents, only the commands used."
+msgstr ""
+
#: 01010700.xhp
msgctxt ""
"01010700.xhp\n"
@@ -3487,11 +3480,12 @@ msgid "View"
msgstr "表示"
#: 01010800.xhp
+#, fuzzy
msgctxt ""
"01010800.xhp\n"
"bm_id3155341\n"
"help.text"
-msgid "<bookmark_value>views; defaults</bookmark_value> <bookmark_value>defaults; views</bookmark_value> <bookmark_value>settings; views</bookmark_value> <bookmark_value>scaling; font sizes in user interface</bookmark_value> <bookmark_value>font sizes; scaling on screen</bookmark_value> <bookmark_value>WYSIWYG in fonts lists</bookmark_value> <bookmark_value>previews; fonts lists</bookmark_value> <bookmark_value>font lists</bookmark_value> <bookmark_value>font name box</bookmark_value> <bookmark_value>mouse; positioning</bookmark_value> <bookmark_value>clipboard; selection clipboard</bookmark_value> <bookmark_value>selection clipboard</bookmark_value>"
+msgid "<bookmark_value>views; defaults</bookmark_value> <bookmark_value>defaults; views</bookmark_value> <bookmark_value>settings; views</bookmark_value> <bookmark_value>scaling; font sizes in user interface</bookmark_value> <bookmark_value>font sizes; scaling on screen</bookmark_value> <bookmark_value>WYSIWYG in fonts lists</bookmark_value> <bookmark_value>previews; fonts lists</bookmark_value> <bookmark_value>font lists</bookmark_value> <bookmark_value>font name box</bookmark_value> <bookmark_value>mouse; positioning</bookmark_value> <bookmark_value>clipboard; selection clipboard</bookmark_value> <bookmark_value>selection clipboard</bookmark_value> <bookmark_value>OpenGL;settings</bookmark_value> <bookmark_value>OpenGL;blacklist</bookmark_value> <bookmark_value>OpenGL;whitelist</bookmark_value> <bookmark_value>OpenGL;graphics output</bookmark_value>"
msgstr "<bookmark_value>表示; デフォルト</bookmark_value> <bookmark_value>デフォルト; 表示</bookmark_value> <bookmark_value>設定; 表示</bookmark_value> <bookmark_value>拡大率; ユーザーインタフェース上のフォントサイズ</bookmark_value> <bookmark_value>フォントサイズ; 画面上の拡大率</bookmark_value> <bookmark_value>フォントリスト内の WYSIWYG</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>"
#: 01010800.xhp
@@ -3730,6 +3724,38 @@ msgstr "<ahelp hid=\".\">サポートされている場合、グラフィック
#: 01010800.xhp
msgctxt ""
"01010800.xhp\n"
+"hd_id1208200812004471\n"
+"help.text"
+msgid "Use OpenGL for all rendering (on restart)"
+msgstr ""
+
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id1208200812004445\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/optviewpage/useopengl\">Use the high performance Open Graphics Library (<link href=\"text/shared/00/00000005.xhp\" name=\"opengl\">OpenGL</link>) to render all visual elements of the application, including windows, menus, toolbars and icons.</ahelp> OpenGL uses the computer graphics device to accelerate the graphics rendering. If the device is blacklisted (see below) this option will not be effective."
+msgstr ""
+
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"hd_id1208200812004472\n"
+"help.text"
+msgid "Force OpenGL even if blacklisted (on restart)"
+msgstr ""
+
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
+"par_id1208200812004446\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/optviewpage/forceopengl\">Forces the use of OpenGL even if the graphics device is blacklisted.</ahelp> A device is blacklisted when it is buggy or may render graphics with poor quality."
+msgstr ""
+
+#: 01010800.xhp
+msgctxt ""
+"01010800.xhp\n"
"hd_id101920091058114\n"
"help.text"
msgid "Selection"
@@ -4481,25 +4507,24 @@ msgctxt ""
"01012000.xhp\n"
"tit\n"
"help.text"
-msgid "Appearance"
-msgstr "表示"
+msgid "Application Colors"
+msgstr ""
#: 01012000.xhp
msgctxt ""
"01012000.xhp\n"
"bm_id3153527\n"
"help.text"
-msgid "<bookmark_value>colors; appearance</bookmark_value><bookmark_value>options; appearance</bookmark_value><bookmark_value>appearance options</bookmark_value>"
-msgstr "<bookmark_value>色; 配色の調整</bookmark_value><bookmark_value>オプション; 配色の調整</bookmark_value><bookmark_value>配色の調整オプション</bookmark_value>"
+msgid "<bookmark_value>colors; appearance</bookmark_value><bookmark_value>options; appearance</bookmark_value><bookmark_value>appearance options</bookmark_value><bookmark_value>colors; applications</bookmark_value>"
+msgstr ""
#: 01012000.xhp
msgctxt ""
"01012000.xhp\n"
"hd_id3153527\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/01012000.xhp\" name=\"Appearance\">Appearance</link>"
-msgstr "<link href=\"text/shared/optionen/01012000.xhp\" name=\"配色の調整\">配色の調整</link>"
+msgid "<link href=\"text/shared/optionen/01012000.xhp\" name=\"Application Colors\">Application Colors</link>"
+msgstr ""
#: 01012000.xhp
msgctxt ""
@@ -5315,12 +5340,13 @@ msgid "<ahelp hid=\"cui/ui/optemailpage/url\">Enter the e-mail program path and
msgstr ""
#: 01020300.xhp
+#, fuzzy
msgctxt ""
"01020300.xhp\n"
"par_idN10591\n"
"help.text"
-msgid "..."
-msgstr "..."
+msgid "Browse"
+msgstr "検索"
#: 01020300.xhp
msgctxt ""
@@ -6062,12 +6088,13 @@ msgid "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts (Asia
msgstr "<link href=\"text/shared/optionen/01040300.xhp\" name=\"既定のフォント(アジア諸言語)\">既定のフォント(アジア諸言語)</link>"
#: 01040000.xhp
+#, fuzzy
msgctxt ""
"01040000.xhp\n"
"par_id3147304\n"
"4\n"
"help.text"
-msgid "Specifies the settings for the basic Asian fonts if Asian language support has been activated under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages.</emph>"
+msgid "Specifies the settings for the basic Asian fonts if Asian language support has been activated under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages.</emph>"
msgstr "アジア諸言語のサポートが <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → 言語</emph> で有効になっている場合に、アジア諸言語の基本フォントを設定します。"
#: 01040000.xhp
@@ -6080,12 +6107,13 @@ msgid "<link href=\"text/shared/optionen/01040300.xhp\" name=\"Basic Fonts (CTL)
msgstr "<link href=\"text/shared/optionen/01040300.xhp\" name=\"既定のフォント(複合文字言語)\">既定のフォント(複合文字言語)</link>"
#: 01040000.xhp
+#, fuzzy
msgctxt ""
"01040000.xhp\n"
"par_id3150792\n"
"8\n"
"help.text"
-msgid "Specifies the settings for basic fonts for complex text layout languages if their support has been activated under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>."
+msgid "Specifies the settings for basic fonts for complex text layout languages if their support has been activated under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>."
msgstr "複合文字言語 (CTL) のサポートが<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → 言語</emph> で有効になっている場合に、CTL の基本フォントを設定します。"
#: 01040200.xhp
@@ -6500,12 +6528,13 @@ msgid "<ahelp hid=\"modules/swriter/ui/optfonttabpage/OptFontTabPage\">Specifies
msgstr ""
#: 01040300.xhp
+#, fuzzy
msgctxt ""
"01040300.xhp\n"
"par_id3152349\n"
"19\n"
"help.text"
-msgid "You can also change the basic fonts for Asian and complex text layout languages if their support is enabled in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>."
+msgid "You can also change the basic fonts for Asian and complex text layout languages if their support is enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>."
msgstr "アジア諸言語と複合文字言語 (CTL) での既定のフォントも、そのサポートがオンになっていれば<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → 言語</emph> で設定できます。"
#: 01040300.xhp
@@ -7664,9 +7693,8 @@ msgstr "ダイレクトカーソル"
msgctxt ""
"01040600.xhp\n"
"par_id3150749\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/cursoronoff\">Activates the direct cursor.</ahelp> You can also activate this function by clicking the <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor On/Off\">Direct Cursor On/Off</link></caseinline><defaultinline>Direct Cursor On/Off</defaultinline></switchinline> icon in a text document."
+msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/cursoronoff\">Activates the direct cursor.</ahelp> You can also activate this function by clicking the <link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor Mode\">Toggle Direct Cursor Mode</link> icon on the Tools bar or by choosing the <emph>Edit - Direct Cursor Mode</emph> command in a text document."
msgstr ""
#: 01040600.xhp
@@ -9257,11 +9285,12 @@ msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the snap lines in front of al
msgstr "<ahelp hid=\".\" visibility=\"hidden\">すべてのオブジェクトの前にスナップ線を設定します。</ahelp>"
#: 01050100.xhp
+#, fuzzy
msgctxt ""
"01050100.xhp\n"
"par_id984221\n"
"help.text"
-msgid "Set the grid color on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/01012000.xhp\">Appearance</link>."
+msgid "Set the grid color on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/01012000.xhp\">Application Colors</link>."
msgstr "グリッド線の色は <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME → <link href=\"text/shared/optionen/01012000.xhp\">外観</link> で設定します。"
#: 01050300.xhp
@@ -9410,7 +9439,7 @@ msgctxt ""
"par_id3154286\n"
"33\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/color\">Specifies a color for the grid lines in the current document.</ahelp> To see the grid line color that was saved with the document, go to <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Application Colors</emph>, under <emph>Scheme</emph> find the entry <emph>Spreadsheet - Grid lines</emph> and set the color to \"Automatic\"."
+msgid "<ahelp hid=\"modules/scalc/ui/tpviewpage/color\">Specifies a color for the grid lines in the current document.</ahelp> To see the grid line color that was saved with the document, go to <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Application Colors</emph>, under <emph>Scheme</emph> find the entry <emph>Spreadsheet - Grid lines</emph> and set the color to \"Automatic\"."
msgstr ""
#: 01060100.xhp
@@ -10640,6 +10669,14 @@ msgstr "文字列データ関数 EXACT は、このダイアログの設定に
#: 01060500.xhp
msgctxt ""
"01060500.xhp\n"
+"par_id3153966\n"
+"help.text"
+msgid "Disable case sensitivity for spreadsheets that need to be interoperable with Microsoft Excel."
+msgstr ""
+
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
"hd_id3145150\n"
"30\n"
"help.text"
@@ -10665,21 +10702,23 @@ msgid "Search criteria = and <> must apply to whole cells"
msgstr "検索条件 = と <> はセル全体に適用"
#: 01060500.xhp
+#, fuzzy
msgctxt ""
"01060500.xhp\n"
"par_id3149211\n"
"33\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/optcalculatepage/match\">Specifies that the search criteria you set for the Calc database functions must match the whole cell exactly. When the <emph>Search criteria = and <> must apply to whole cells</emph> box is marked, $[officename] Calc behaves exactly as MS Excel when searching cells in the database functions.</ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/optcalculatepage/match\">Specifies that the search criteria you set for the Calc database functions must match the whole cell exactly. When both, the <emph>Search criteria = and <> must apply to whole cells</emph> box and the <emph>Enable wildcards in formulas</emph> box are marked, $[officename] Calc behaves exactly as Microsoft Excel when searching cells in the database functions.</ahelp>"
msgstr "<ahelp hid=\"modules/scalc/ui/optcalculatepage/match\">Calc データベース関数に対して設定した検索条件がセル全体に正確に一致する必要があることを指定します。<emph>「検索条件 = と <> はすべてのセルに適用」</emph> ボックスをオンにした場合、$[officename] Calc のデータベース関数内でのセル検索が MS Excel とまったく同じ動作になります。</ahelp>"
#: 01060500.xhp
+#, fuzzy
msgctxt ""
"01060500.xhp\n"
"par_id3148422\n"
"34\n"
"help.text"
-msgid ".* in following position:"
+msgid "* in following position:"
msgstr "次の位置の .*"
#: 01060500.xhp
@@ -10710,12 +10749,13 @@ msgid "Finds win, but not win95, os2win, or upwind"
msgstr "win が検索され、win95、os2win などは検索されません。"
#: 01060500.xhp
+#, fuzzy
msgctxt ""
"01060500.xhp\n"
"par_id3153782\n"
"38\n"
"help.text"
-msgid "win.*"
+msgid "win*"
msgstr "win.*"
#: 01060500.xhp
@@ -10728,12 +10768,13 @@ msgid "Finds win and win95, but not os2win or upwind"
msgstr "win と win95 が検索され、os2win などは検索されません。"
#: 01060500.xhp
+#, fuzzy
msgctxt ""
"01060500.xhp\n"
"par_id3155506\n"
"40\n"
"help.text"
-msgid ".*win"
+msgid "*win"
msgstr ".*win"
#: 01060500.xhp
@@ -10746,13 +10787,14 @@ msgid "Finds win and os2win, but not win95 or upwind"
msgstr "os2win が検索され、win と win95 などは検索されません。"
#: 01060500.xhp
+#, fuzzy
msgctxt ""
"01060500.xhp\n"
"par_id3147167\n"
"42\n"
"help.text"
-msgid ".*win.*"
-msgstr ".*win.*"
+msgid "*win*"
+msgstr "win.*"
#: 01060500.xhp
msgctxt ""
@@ -10764,17 +10806,76 @@ msgid "Finds win, win95, os2win, and upwind"
msgstr "win、win95、os2win が検索されます。"
#: 01060500.xhp
+#, fuzzy
msgctxt ""
"01060500.xhp\n"
"par_id3148814\n"
"44\n"
"help.text"
-msgid "If <emph>Search criteria = and <> must apply to whole cells </emph>is not enabled, the \"win\" search pattern acts like \".*win.*\". The search pattern can be at any position within the cell when searching with the Calc database functions."
+msgid "If <emph>Search criteria = and <> must apply to whole cells </emph>is not enabled, the \"win\" search pattern acts like \"*win*\". The search pattern can be at any position within the cell when searching with the Calc database functions."
msgstr "<emph>検索条件 = と <> はすべてのセルに適用</emph> をオフにした場合、検索パターン「win」は「.*win.*」と同じように機能します。Calc データベース関数での検索処理時に、セル内のどの位置に検索パターンがあるか問われることはありません。"
#: 01060500.xhp
msgctxt ""
"01060500.xhp\n"
+"par_id3155096\n"
+"help.text"
+msgid "Enable whole cell match for spreadsheets that need to be interoperable with Microsoft Excel."
+msgstr ""
+
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"hd_id3156449\n"
+"58\n"
+"help.text"
+msgid "Enable wildcards in formulas"
+msgstr ""
+
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3155093\n"
+"60\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/optcalculatepage/formulawildcards\">Specifies that wildcards are enabled when searching and also for character string comparisons.</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\"> This relates to the <link href=\"text/scalc/01/04060101.xhp\" name=\"database functions\">database functions</link>, and to VLOOKUP, HLOOKUP, MATCH, AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, SUMIF, SUMIFS and SEARCH.</caseinline></switchinline>"
+msgstr ""
+
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3155100\n"
+"help.text"
+msgid "<emph>?</emph> (question mark) matches any single character"
+msgstr ""
+
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3155101\n"
+"help.text"
+msgid "<emph>*</emph> (asterisk) matches any sequence of characters, including an empty string"
+msgstr ""
+
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3155102\n"
+"help.text"
+msgid "<emph>~</emph> (tilde) escapes the special meaning of a question mark, asterisk or tilde character that follows immediately after the tilde character"
+msgstr ""
+
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3155094\n"
+"help.text"
+msgid "Enable wildcards in formulas for spreadsheets that need to be interoperable with Microsoft Excel."
+msgstr ""
+
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
"hd_id3156448\n"
"58\n"
"help.text"
@@ -10787,7 +10888,41 @@ msgctxt ""
"par_id3155092\n"
"59\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/optcalculatepage/regex\">Specifies that regular expressions are enabled when searching and also for character string comparisons.</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\"> This relates to the <link href=\"text/scalc/01/04060101.xhp\" name=\"database functions\">database functions</link>, and to VLOOKUP, HLOOKUP and SEARCH.</caseinline></switchinline>"
+msgid "<ahelp hid=\"modules/scalc/ui/optcalculatepage/formularegex\">Specifies that regular expressions instead of simple wildcards are enabled when searching and also for character string comparisons.</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\"> This relates to the <link href=\"text/scalc/01/04060101.xhp\" name=\"database functions\">database functions</link>, and to VLOOKUP, HLOOKUP, MATCH, AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, SUMIF, SUMIFS and SEARCH.</caseinline></switchinline>"
+msgstr ""
+
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3155095\n"
+"help.text"
+msgid "Do not enable regular expressions in formulas for spreadsheets that need to be interoperable with Microsoft Excel."
+msgstr ""
+
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"hd_id3156450\n"
+"58\n"
+"help.text"
+msgid "No wildcards or regular expressions in formulas"
+msgstr ""
+
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3155097\n"
+"59\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/optcalculatepage/formulaliteral\">Specifies that only literal strings are used when searching and also for character string comparisons.</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\"> This relates to the <link href=\"text/scalc/01/04060101.xhp\" name=\"database functions\">database functions</link>, and to VLOOKUP, HLOOKUP, MATCH, AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, SUMIF, SUMIFS and SEARCH.</caseinline></switchinline>"
+msgstr ""
+
+#: 01060500.xhp
+msgctxt ""
+"01060500.xhp\n"
+"par_id3155098\n"
+"help.text"
+msgid "Do not disable wildcards in formulas for spreadsheets that need to be interoperable with Microsoft Excel."
msgstr ""
#: 01060500.xhp
@@ -11004,12 +11139,13 @@ msgid "<ahelp hid=\"\">Determines the printer settings for spreadsheets.</ahelp>
msgstr "<ahelp hid=\"\">表計算ドキュメントのプリンター設定を決定します。</ahelp>"
#: 01060700.xhp
+#, fuzzy
msgctxt ""
"01060700.xhp\n"
"par_id3155892\n"
"3\n"
"help.text"
-msgid "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Print</emph> defines the settings for all spreadsheets. To define settings for the current document only, choose <emph>File - Print</emph>, then click the <emph>Options</emph> button."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Print</emph> defines the settings for all spreadsheets. To define settings for the current document only, choose <emph>File - Print</emph>, then click the <emph>Options</emph> button."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Calc → 印刷</emph> はすべての表計算ドキュメントの設定を定義します。現在のドキュメントの設定だけを定義するには、<emph>ファイル → 印刷</emph> を選択して、<emph>オプション</emph> ボタンをクリックします。"
#: 01060700.xhp
@@ -12774,12 +12910,13 @@ msgid "%PRODUCTNAME Math Options"
msgstr "%PRODUCTNAME Math オプション"
#: 01090000.xhp
+#, fuzzy
msgctxt ""
"01090000.xhp\n"
"par_id3166460\n"
"2\n"
"help.text"
-msgid "<variable id=\"druckentext\"><ahelp hid=\".uno:SmEditOptions\">Defines the print format and print options for all new formula documents. These options apply when you print a formula directly from <item type=\"productname\">%PRODUCTNAME</item> Math.</ahelp></variable> You can also call the dialog by clicking the <emph>Options</emph> button in the <emph>Print</emph> dialog. The settings you define in the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline></emph> dialog will be permanent settings, whereas the settings in the Print dialog are only valid for the current document."
+msgid "<variable id=\"druckentext\"><ahelp hid=\".uno:SmEditOptions\">Defines the print format and print options for all new formula documents. These options apply when you print a formula directly from <item type=\"productname\">%PRODUCTNAME</item> Math.</ahelp></variable> You can also call the dialog by clicking the <emph>Options</emph> button in the <emph>Print</emph> dialog. The settings you define in the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline> dialog will be permanent settings, whereas the settings in the Print dialog are only valid for the current document."
msgstr "<variable id=\"druckentext\"><ahelp hid=\".uno:SmEditOptions\">すべての新規数式ドキュメントに適用される印刷書式と印刷オプションを定義します。<item type=\"productname\">%PRODUCTNAME</item> Math から数式を直接印刷する場合に、これらのオプションが適用されます。</ahelp></variable> また、<emph>印刷</emph> ダイアログで <emph>オプション</emph> ボタンをクリックすることで、ダイアログを呼び出すこともできます。<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline></emph> から開くダイアログ内で定義する設定は永続的なものですが、「印刷」ダイアログの設定は現在のドキュメントにのみ適用されます。"
#: 01090000.xhp
@@ -14966,7 +15103,7 @@ 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>"
+msgid "This feature is experimental and may produce errors or behave unexpectedly. To enable it anyway, <variable id=\"exptal\">choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Advanced</emph> and select <emph>Enable experimental features</emph> checkbox.</variable>"
msgstr ""
#: expertconfig.xhp
@@ -15168,7 +15305,7 @@ msgctxt ""
"expertconfig.xhp\n"
"par_id0609201523011630\n"
"help.text"
-msgid "Current value of the property.."
+msgid "Current value of the property."
msgstr ""
#: expertconfig.xhp
@@ -15645,11 +15782,12 @@ msgid "<variable id=\"macrosecurity\"><link href=\"text/shared/optionen/macrosec
msgstr "<variable id=\"macrosecurity\"><link href=\"text/shared/optionen/macrosecurity.xhp\">マクロセキュリティ</link></variable>"
#: macrosecurity.xhp
+#, fuzzy
msgctxt ""
"macrosecurity.xhp\n"
"par_idN1056A\n"
"help.text"
-msgid "The Macro Security dialog appears when a document contains one or more macros. You can also call the dialog from the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01030300.xhp\">%PRODUCTNAME - Security</link></emph> page."
+msgid "The Macro Security dialog appears when a document contains one or more macros. You can also call the dialog from the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01030300.xhp\"><emph>%PRODUCTNAME - Security</emph></link> page."
msgstr "ドキュメントに 1 つ以上のマクロが含まれている場合、「マクロセキュリティ」ダイアログが表示されます。このダイアログは、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01030300.xhp\">%PRODUCTNAME → セキュリティ</link></emph> ページからも呼び出せます。"
#: macrosecurity_sl.xhp
@@ -16141,11 +16279,12 @@ msgid "Check for updates automatically"
msgstr "自動的に更新をチェック"
#: online_update.xhp
+#, fuzzy
msgctxt ""
"online_update.xhp\n"
"par_id7523728\n"
"help.text"
-msgid "<ahelp hid=\".\">Mark to check for online updates periodically, then select the time interval how often %PRODUCTNAME will check for online updates.</ahelp> %PRODUCTNAME will check once a day, week, or month, as soon as a working Internet connection is detected. If you connect to the Internet by a proxy server, set the proxy on <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet - Proxy</item>."
+msgid "<ahelp hid=\".\">Mark to check for online updates periodically, then select the time interval how often %PRODUCTNAME will check for online updates.</ahelp> %PRODUCTNAME will check once a day, week, or month, as soon as a working Internet connection is detected. If you connect to the Internet by a proxy server, set the proxy on <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - Internet - Proxy</item>."
msgstr "<ahelp hid=\".\">このボックスをオンにするとオンライン更新を定期的に確認します。%PRODUCTNAME でオンライン更新を自動的に確認する間隔も設定できます。</ahelp> インターネットへの接続が確立されると %PRODUCTNAME に設定してある間隔に従って毎日、毎週、または毎月 1 回、更新の有無を確認します。プロキシサーバーを通してインターネットに接続している場合は、プロキシを <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → インターネット → プロキシ</item> で設定します。"
#: online_update.xhp
@@ -16346,7 +16485,7 @@ msgctxt ""
"persona_firefox.xhp\n"
"par_idN10568\n"
"help.text"
-msgid "You can personalize your %PRODUCTNAME with the same themes available for Mozilla Firefox. The menu bar, upper toolbars and the bottom toolbars will display the chosen theme in their background."
+msgid "You can customize %PRODUCTNAME with the same themes available for Mozilla Firefox. The menu bar and the toolbars docked in the top and bottom of the window will display the chosen theme in the background."
msgstr ""
#: persona_firefox.xhp
@@ -16362,7 +16501,7 @@ msgctxt ""
"persona_firefox.xhp\n"
"par_id1309201511361064\n"
"help.text"
-msgid "Any Mozilla Firefox compliant theme will work with %PRODUCTNAME. However, not every theme will give good visual results. The bars background theme can interfere in menus and icons readability."
+msgid "Any Firefox-compliant theme will work with %PRODUCTNAME. However, not every theme will give good visual results—if the image is too busy, it could interfere with the readability of the icons and the menus."
msgstr ""
#: persona_firefox.xhp
@@ -16394,7 +16533,7 @@ msgctxt ""
"persona_firefox.xhp\n"
"par_id130920151136107\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/personalization_tab/no_persona\">The toolbars background inherit the background settings of the window manager of your desktop.</ahelp> This is the default for %PRODUCTNAME."
+msgid "<ahelp hid=\"cui/ui/personalization_tab/no_persona\">The toolbars’ background inherits the background settings of your desktop environment.</ahelp> This is the default setting in %PRODUCTNAME."
msgstr ""
#: persona_firefox.xhp
@@ -16410,7 +16549,7 @@ msgctxt ""
"persona_firefox.xhp\n"
"par_id1309201511361194\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/personalization_tab/default_persona\">Display the system theme, if available.</ahelp>Your system administrator may have added a global (system wide) theme during the %PRODUCTNAME installation. This option will display it."
+msgid "<ahelp hid=\"cui/ui/personalization_tab/default_persona\">Display the system theme, if available.</ahelp>Your system administrator may have added a global (system-wide) theme during the %PRODUCTNAME installation. This option will display it."
msgstr ""
#: persona_firefox.xhp
@@ -16426,7 +16565,7 @@ msgctxt ""
"persona_firefox.xhp\n"
"par_id1309201511361168\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/personalization_tab/own_persona\">Choose this option to open the Select Firefox Theme dialog for more choices of themes.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/personalization_tab/own_persona\">Choose this option to open the “Select Firefox Theme” dialog and pick your own.</ahelp>"
msgstr ""
#: persona_firefox.xhp
@@ -16458,7 +16597,7 @@ msgctxt ""
"persona_firefox.xhp\n"
"par_id1309201511361068\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/select_persona_dialog/search_term\">Type or paste the URL of the theme page of the Mozilla Firefox themes website.</ahelp> To get the URL, navigate with your computer browser to the theme web page and copy the URL displayed in the navigation bar of your browser. Then paste it in the text area of the dialog. Click in the <item type=\"menuitem\">Search</item> button to download and install it in %PRODUCTNAME."
+msgid "<ahelp hid=\"cui/ui/select_persona_dialog/search_term\">Type or paste the URL of the theme’s webpage.</ahelp> To get the URL, navigate with your browser to the theme’s webpage and copy the URL displayed in the navigation bar of your browser. Then paste it in the dialog’s text box. Click the <item type=\"menuitem\">Search</item> button to download and install it in %PRODUCTNAME."
msgstr ""
#: persona_firefox.xhp
@@ -16466,7 +16605,7 @@ msgctxt ""
"persona_firefox.xhp\n"
"hd_id1309201511361099\n"
"help.text"
-msgid "Suggested Themes By Category"
+msgid "Suggested Themes by Category"
msgstr ""
#: persona_firefox.xhp
@@ -16482,7 +16621,7 @@ msgctxt ""
"persona_firefox.xhp\n"
"par_id130920151136105\n"
"help.text"
-msgid "Click in one of the 5 buttons to display in the image area below a random choice of nine themes tagged by the button category."
+msgid "Click one of the five buttons to display in the image area below a random choice of nine themes corresponding to the category indicated in the button."
msgstr ""
#: persona_firefox.xhp
@@ -16498,7 +16637,7 @@ msgctxt ""
"persona_firefox.xhp\n"
"par_id1309201511361094\n"
"help.text"
-msgid "Since the themes will be fetched from the Mozilla Firefox theme website, you may have to wait some minutes to have all nine themes image filled. Please be patient."
+msgid "Since the themes will be fetched from the Mozilla Firefox theme website, you may have to wait some time to have all nine themes image filled. Please be patient."
msgstr ""
#: serverauthentication.xhp
diff --git a/source/ja/helpcontent2/source/text/simpress.po b/source/ja/helpcontent2/source/text/simpress.po
index b87acab3429..c7f91b24bb2 100644
--- a/source/ja/helpcontent2/source/text/simpress.po
+++ b/source/ja/helpcontent2/source/text/simpress.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-11-10 19:33+0100\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
"PO-Revision-Date: 2015-12-23 13:09+0000\n"
"Last-Translator: system user <>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -328,14 +328,6 @@ msgstr "<ahelp hid=\".\">このメニューには、スキャン、図、オブ
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
-"hd_id3145801\n"
-"help.text"
-msgid "<link href=\"text/simpress/01/04010000.xhp\" name=\"Slide\">Slide</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"スライド\">スライド</link>"
-
-#: main0104.xhp
-msgctxt ""
-"main0104.xhp\n"
"par_idN105C7\n"
"help.text"
msgid "<link href=\"text/simpress/01/03152000.xhp\">Page Number</link>"
@@ -786,6 +778,15 @@ msgctxt ""
msgid "This menu provides slide management and navigation commands."
msgstr "このメニューは、スライドの管理およびナビゲーションコマンドを提供します。"
+#: main0117.xhp
+#, fuzzy
+msgctxt ""
+"main0117.xhp\n"
+"hd_id3145801\n"
+"help.text"
+msgid "<link href=\"text/simpress/01/04010000.xhp\" name=\"New Page/Slide\">New Page/Slide</link>"
+msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"スライド\">スライド</link>"
+
#: main0200.xhp
msgctxt ""
"main0200.xhp\n"
diff --git a/source/ja/helpcontent2/source/text/simpress/00.po b/source/ja/helpcontent2/source/text/simpress/00.po
index 13df2f101f6..2864cac8637 100644
--- a/source/ja/helpcontent2/source/text/simpress/00.po
+++ b/source/ja/helpcontent2/source/text/simpress/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-11-10 19:33+0100\n"
-"PO-Revision-Date: 2015-08-25 10:21+0000\n"
-"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2016-01-22 02:17+0000\n"
+"Last-Translator: junichi matsukawa <jr4air@kagaku.xii.jp>\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: 1440498070.000000\n"
+"X-POOTLE-MTIME: 1453429046.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -42,11 +42,12 @@ msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to save the selecte
msgstr "<ahelp hid=\".\" visibility=\"hidden\">ダイアログを開き、選択したビットマップ画像をファイルとして保存します。 標準のファイル形式は、画像の内部形式です。</ahelp>"
#: 00000004.xhp
+#, fuzzy
msgctxt ""
"00000004.xhp\n"
"par_id5316324\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Custom Animation window on the Task pane.</ahelp>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Custom Animation sidebar deck.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">作業ペインでアニメーションの設定ウィンドウを開きます。</ahelp>"
#: 00000004.xhp
@@ -296,15 +297,6 @@ msgstr "<variable id=\"quali\"> <emph>表示 → カラー/グレースケール
#, fuzzy
msgctxt ""
"00000403.xhp\n"
-"par_idN106A4\n"
-"help.text"
-msgid "<variable id=\"taskpane\">Choose <emph>View - Task Pane</emph> </variable>"
-msgstr "<variable id=\"taskpane\"><emph>表示 → 作業ペイン</emph></variable>を選択します。"
-
-#: 00000403.xhp
-#, fuzzy
-msgctxt ""
-"00000403.xhp\n"
"par_id3166426\n"
"help.text"
msgid "Choose <emph>View - Normal</emph>"
@@ -505,43 +497,17 @@ msgid "Insert Menu"
msgstr "挿入メニュー"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3147264\n"
-"2\n"
"help.text"
-msgid "Choose <emph>Insert - Slide</emph>"
+msgid "Choose <emph>Insert - New Page/Slide</emph>"
msgstr "<emph>挿入 → スライド</emph> を選択"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
-"par_id3152597\n"
-"3\n"
-"help.text"
-msgid "On the <emph>Presentation</emph> bar, click"
-msgstr "<emph>プレゼンテーション</emph> バーでクリック"
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3145251\n"
-"help.text"
-msgid "<image id=\"img_id3151073\" src=\"cmd/sc_insertdoc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151073\">Icon</alt></image>"
-msgstr "<image id=\"img_id3151073\" src=\"cmd/sc_insertdoc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151073\">アイコン</alt></image>"
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3154512\n"
-"4\n"
-"help.text"
-msgid "Slide"
-msgstr "スライド"
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
"par_id3155064\n"
"5\n"
"help.text"
@@ -1445,3 +1411,45 @@ msgctxt ""
"help.text"
msgid "Select two or more objects, open the context menu and choose <emph>Shapes - Intersect</emph>"
msgstr "複数のオブジェクトを選択して、コンテキストメニューを開き、<emph>シェイプ → 一部を切り取る</emph> を選択します。"
+
+#: slide_menu.xhp
+msgctxt ""
+"slide_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Slide Menu"
+msgstr ""
+
+#: slide_menu.xhp
+msgctxt ""
+"slide_menu.xhp\n"
+"par_id3134264\n"
+"help.text"
+msgid "Choose <emph>Slide - New Page/Slide</emph>"
+msgstr ""
+
+#: slide_menu.xhp
+#, fuzzy
+msgctxt ""
+"slide_menu.xhp\n"
+"par_id3177597\n"
+"help.text"
+msgid "On the <emph>Presentation</emph> bar, click"
+msgstr "<emph>プレゼンテーション</emph> バーでクリック"
+
+#: slide_menu.xhp
+#, fuzzy
+msgctxt ""
+"slide_menu.xhp\n"
+"par_id3685251\n"
+"help.text"
+msgid "<image id=\"img_id3183073\" src=\"cmd/sc_insertdoc.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3183073\">Icon</alt></image>"
+msgstr "<image id=\"img_id3151073\" src=\"cmd/sc_insertdoc.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151073\">アイコン</alt></image>"
+
+#: slide_menu.xhp
+msgctxt ""
+"slide_menu.xhp\n"
+"par_id7354512\n"
+"help.text"
+msgid "New Page/Slide"
+msgstr ""
diff --git a/source/ja/helpcontent2/source/text/simpress/01.po b/source/ja/helpcontent2/source/text/simpress/01.po
index 5d94753d476..af2d41510ff 100644
--- a/source/ja/helpcontent2/source/text/simpress/01.po
+++ b/source/ja/helpcontent2/source/text/simpress/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-11-16 19:02+0100\n"
-"PO-Revision-Date: 2015-10-24 11:57+0000\n"
-"Last-Translator: sujiniku <qqke6wd9k@apricot.ocn.ne.jp>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2016-02-15 01:20+0000\n"
+"Last-Translator: kan sato <kansato@ashisuto.co.jp>\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: 1445687820.000000\n"
+"X-POOTLE-MTIME: 1455499202.000000\n"
#: 01170000.xhp
msgctxt ""
@@ -1755,7 +1755,7 @@ msgctxt ""
"03120000.xhp\n"
"par_id110120150547279702\n"
"help.text"
-msgid "To modify the number of slides you can print on a page, open the <emph>Layouts</emph> task pane and double-click a layout."
+msgid "To modify the number of slides you can print on a page, open the <emph>Properties</emph> sidebar deck and double-click a layout on the <emph>Layout</emph> content panel."
msgstr ""
#: 03130000.xhp
@@ -1794,11 +1794,12 @@ msgid "You can specify settings for running a slide show in <link href=\"text/si
msgstr "スライドショーの設定値は、<link href=\"text/simpress/01/06080000.xhp\" name=\"スライドショー → スライドショーの設定\"><emph>スライドショー → スライドショーの設定</emph></link> で指定できます。"
#: 03130000.xhp
+#, fuzzy
msgctxt ""
"03130000.xhp\n"
"par_idN106CF\n"
"help.text"
-msgid "Specify whether a slide show starts with the current slide or with the first slide on <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress - General</emph>."
+msgid "Specify whether a slide show starts with the current slide or with the first slide on <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress - General</emph>."
msgstr "スライドショーを現在のスライドから始めるか、または最初のスライドから始めるかの、どちらかを選択します。 <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> - %PRODUCTNAME Impress → 全般</emph>."
#: 03130000.xhp
@@ -2493,8 +2494,8 @@ msgctxt ""
"04010000.xhp\n"
"tit\n"
"help.text"
-msgid "Insert Slide / Page"
-msgstr "スライド/ページの挿入"
+msgid "New Page/Slide"
+msgstr ""
#: 04010000.xhp
msgctxt ""
@@ -2505,13 +2506,13 @@ msgid "<bookmark_value>inserting; slides</bookmark_value><bookmark_value>slides;
msgstr "<bookmark_value>挿入; スライド</bookmark_value><bookmark_value>スライド; 挿入する</bookmark_value>"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"hd_id3159155\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/simpress/01/04010000.xhp\" name=\"Insert Slide / Page\">Insert Slide / Page</link>"
-msgstr "<link href=\"text/simpress/01/04010000.xhp\" name=\"スライド/ページの挿入\">スライド/ページの挿入</link>"
+msgid "<link href=\"text/simpress/01/04010000.xhp\" name=\"New Page/Slide\">New Page/Slide</link>"
+msgstr "<link href=\"text/simpress/01/02130000.xhp\" name=\"スライドの削除\">スライドの削除</link>"
#: 04010000.xhp
msgctxt ""
@@ -4289,10 +4290,9 @@ msgstr "スライドレイアウト"
msgctxt ""
"05130000.xhp\n"
"par_id3149126\n"
-"2\n"
"help.text"
-msgid "<variable id=\"seite\"><ahelp hid=\".uno:ModifyPage\">Opens the Slide Layout panel on the Task pane.</ahelp></variable>"
-msgstr "<variable id=\"seite\"><ahelp hid=\".uno:ModifyPage\">作業ペインでスライドレイアウトパネルを開きます。</ahelp></variable>"
+msgid "<variable id=\"seite\"><ahelp hid=\".uno:ModifyPage\">Opens a submenu with slide layouts.</ahelp></variable>"
+msgstr ""
#: 05130000.xhp
msgctxt ""
@@ -6156,11 +6156,12 @@ msgid "Property"
msgstr "プロパティ"
#: 06060000.xhp
+#, fuzzy
msgctxt ""
"06060000.xhp\n"
"par_idN1080B\n"
"help.text"
-msgid "<ahelp hid=\".\">Selects the additional properties of the animation. Click the <emph>...</emph> button to open the <link href=\"text/simpress/01/effectoptions.xhp\">Effect Options</link> dialog, where you can select and apply properties.</ahelp>"
+msgid "<ahelp hid=\".\">Selects the additional properties of the animation. Click the <emph>Options</emph> button to open the <link href=\"text/simpress/01/effectoptions.xhp\">Effect Options</link> dialog, where you can select and apply properties.</ahelp>"
msgstr "<ahelp hid=\".\">アニメーションの追加のプロパティを選択します。プロパティを選択および適用できる <link href=\"text/simpress/01/effectoptions.xhp\">効果オプション</link> ダイアログを開くには、<emph>...</emph> ボタンをクリックします。</ahelp>"
#: 06060000.xhp
@@ -7087,10 +7088,9 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointeraspen\">マ
msgctxt ""
"06080000.xhp\n"
"par_id3150475\n"
-"19\n"
"help.text"
-msgid "Anything you write with the pen is not saved when you exit the slide show. The color of the pen cannot be changed."
-msgstr "スライドショー実行中にマウスポインタのペンで画面スライドに付けたマークは、ドキュメントのスライドには適用されません。ペンの色の変更はできません。"
+msgid "Anything you write with the pen is not saved when you exit the slide show. The properties of the pen can be changed by choosing the <emph>Pen Width</emph> or <emph>Change pen Color</emph> command in the context menu of the running slide show."
+msgstr ""
#: 06080000.xhp
msgctxt ""
@@ -8431,11 +8431,12 @@ msgid "<ahelp hid=\".\">Specifies additional properties for the selected element
msgstr "<ahelp hid=\".\"><link href=\"text/simpress/01/06060000.xhp\">カスタムアニメーション</link> 区画で選択されている要素の追加プロパティを指定します。</ahelp>"
#: effectoptions.xhp
+#, fuzzy
msgctxt ""
"effectoptions.xhp\n"
"par_idN105BB\n"
"help.text"
-msgid "Assign an effect to an object, then click the <emph>...</emph> button to open the Effect Options dialog."
+msgid "Assign an effect to an object, then click the <emph>Options</emph> button to open the Effect Options dialog."
msgstr "オブジェクトに効果を割り当ててから、<emph>「...」</emph> ボタンをクリックして「効果オプション」ダイアログを表示します。"
#: effectoptions.xhp
diff --git a/source/ja/helpcontent2/source/text/simpress/02.po b/source/ja/helpcontent2/source/text/simpress/02.po
index d8bd928ad4c..e16267f1bc5 100644
--- a/source/ja/helpcontent2/source/text/simpress/02.po
+++ b/source/ja/helpcontent2/source/text/simpress/02.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-25 12:34+0200\n"
-"PO-Revision-Date: 2015-06-21 09:47+0000\n"
-"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2016-02-15 02:43+0000\n"
+"Last-Translator: kan sato <kansato@ashisuto.co.jp>\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: 1434880060.000000\n"
+"X-POOTLE-MTIME: 1455504223.000000\n"
#: 04010000.xhp
msgctxt ""
@@ -1758,12 +1758,12 @@ msgid "<link href=\"text/simpress/02/10060000.xhp\" name=\"Rectangles\">Rectangl
msgstr "<link href=\"text/simpress/02/10060000.xhp\" name=\"四角形\">四角形</link>"
#: 10060000.xhp
+#, fuzzy
msgctxt ""
"10060000.xhp\n"
"par_id3145112\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\".uno:RectangleToolbox\">Using Customize Toolbar, you can add the <emph>Rectangles</emph> toolbar.</ahelp>"
+msgid "<ahelp hid=\".uno:RectangleToolbox\">Using Customize Toolbar, you can add the <emph>Legacy Rectangles</emph> toolbar.</ahelp>"
msgstr "<ahelp hid=\".uno:RectangleToolbox\">カスタマイズ ツールバーを使用すると、<emph>長方形</emph> ツールバーを追加できます。</ahelp>"
#: 10060000.xhp
@@ -2080,12 +2080,12 @@ msgid "<link href=\"text/simpress/02/10070000.xhp\" name=\"Ellipse\">Ellipse</li
msgstr "<link href=\"text/simpress/02/10070000.xhp\" name=\"楕円形\">楕円形</link>"
#: 10070000.xhp
+#, fuzzy
msgctxt ""
"10070000.xhp\n"
"par_id3153248\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\".uno:EllipseToolbox\">Using Customize Toolbar, you can add the Ellipse icon which opens the <emph>Circles and Ovals</emph> toolbar.</ahelp>"
+msgid "<ahelp hid=\".uno:EllipseToolbox\">Using Customize Toolbar, you can add the Ellipse icon which opens the <emph>Legacy Circles and Ovals</emph> toolbar.</ahelp>"
msgstr "<ahelp hid=\".uno:EllipseToolbox\">「ツールバーをカスタマイズ」を使って、<emph>円と楕円</emph>ツールバーを開く「楕円」アイコンをツールバーに追加できます。</ahelp>"
#: 10070000.xhp
diff --git a/source/ja/helpcontent2/source/text/simpress/guide.po b/source/ja/helpcontent2/source/text/simpress/guide.po
index f50cd5e855d..1407d2116fb 100644
--- a/source/ja/helpcontent2/source/text/simpress/guide.po
+++ b/source/ja/helpcontent2/source/text/simpress/guide.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:11+0200\n"
-"PO-Revision-Date: 2013-11-10 10:52+0000\n"
-"Last-Translator: Takayoshi <kano@na.rim.or.jp>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2015-12-11 12:31+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: 1384080760.0\n"
+"X-POOTLE-MTIME: 1449837097.000000\n"
#: 3d_create.xhp
msgctxt ""
@@ -1828,12 +1828,12 @@ msgid "Select all of the text that lies below the visible slide area and press <
msgstr "スライドの表示範囲外にあるテキストをすべて選択して、<switchinline select=\"sys\"><caseinline select=\"MAC\">(Command)</caseinline><defaultinline>(Ctrl)</defaultinline></switchinline> + (X) キーを押します。"
#: html_import.xhp
+#, fuzzy
msgctxt ""
"html_import.xhp\n"
"par_id3153811\n"
-"9\n"
"help.text"
-msgid "Choose <emph>Insert – Slide</emph>, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V."
+msgid "Choose <emph>Slide - New Page/Slide</emph>, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V."
msgstr "<emph>挿入 → スライド</emph> を選択し、<switchinline select=\"sys\"><caseinline select=\"MAC\">(Command)</caseinline><defaultinline>(Ctrl)</defaultinline></switchinline> + (V) を選択します。"
#: html_import.xhp
@@ -1988,12 +1988,13 @@ msgid "To always start a slide show from the current slide:"
msgstr "常に現在のスライドから開始させるには、下記の手順で操作します。"
#: individual.xhp
+#, fuzzy
msgctxt ""
"individual.xhp\n"
"par_id3150014\n"
"66\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress - General</emph>."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress - General</emph>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> - %PRODUCTNAME Impress → 一般</emph> を選択してください。"
#: individual.xhp
@@ -2197,8 +2198,8 @@ msgctxt ""
"par_id3155263\n"
"20\n"
"help.text"
-msgid "<item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+PageDown</item>"
-msgstr "<item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\"> (Option) </caseinline><defaultinline> (Alt) </defaultinline></switchinline>+ (PageDown) </item>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Option</item></caseinline><defaultinline><item type=\"keycode\">Alt</item></defaultinline></switchinline><item type=\"keycode\">+PageDown</item>"
+msgstr ""
#: keyboard.xhp
msgctxt ""
@@ -2215,8 +2216,8 @@ msgctxt ""
"par_id3145590\n"
"2\n"
"help.text"
-msgid "<item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+PageUp</item>"
-msgstr "<item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\"> (Option) </caseinline><defaultinline> (Alt) </defaultinline></switchinline>+ (PageUp) </item>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Option</item></caseinline><defaultinline><item type=\"keycode\">Alt</item></defaultinline></switchinline><item type=\"keycode\">+PageUp</item>"
+msgstr ""
#: keyboard.xhp
msgctxt ""
@@ -4883,11 +4884,12 @@ msgid "Choose <emph>Slide Show - Slide Show</emph> to run the show."
msgstr "<emph>スライドショー → スライドショー</emph> を選択して、ショーを実行します。"
#: show.xhp
+#, fuzzy
msgctxt ""
"show.xhp\n"
"par_id4199957\n"
"help.text"
-msgid "If you want all shows to start from the current slide instead of the first slide, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Impress - General</emph> and click <emph>Always with current page</emph>."
+msgid "If you want all shows to start from the current slide instead of the first slide, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Impress - General</emph> and click <emph>Always with current page</emph>."
msgstr "もし、最初のスライドではなく現在のスライドからスライドショーを始めたいときは、 <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> - %PRODUCTNAME Impress → 一般</emph> を選択し、 <emph>常に現在のページ</emph> をクリックします。"
#: show.xhp
@@ -4935,8 +4937,8 @@ msgctxt ""
"show.xhp\n"
"par_id2361522\n"
"help.text"
-msgid "On the Task Pane, click <emph>Slide Transition</emph> to open that tab page."
-msgstr "作業ペインで<emph>画面切り替え</emph>をクリックして、タブページを開きます。"
+msgid "Open the <emph>Slide Transition</emph> sidebar deck."
+msgstr ""
#: show.xhp
msgctxt ""
diff --git a/source/ja/helpcontent2/source/text/smath/01.po b/source/ja/helpcontent2/source/text/smath/01.po
index 2381529460d..d001f8a785d 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-11-10 19:33+0100\n"
-"PO-Revision-Date: 2015-10-24 11:21+0000\n"
-"Last-Translator: sujiniku <qqke6wd9k@apricot.ocn.ne.jp>\n"
+"POT-Creation-Date: 2016-03-09 20:48+0100\n"
+"PO-Revision-Date: 2015-12-11 12:31+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: 1445685706.000000\n"
+"X-POOTLE-MTIME: 1449837115.000000\n"
#: 02080000.xhp
msgctxt ""
@@ -243,8 +243,8 @@ msgctxt ""
"03060000.xhp\n"
"tit\n"
"help.text"
-msgid "Display All"
-msgstr "すべて表示"
+msgid "Show All"
+msgstr ""
#: 03060000.xhp
msgctxt ""
@@ -255,21 +255,23 @@ msgid "<bookmark_value>views; maximum size</bookmark_value><bookmark_value>maxim
msgstr "<bookmark_value>表示; 最大サイズ</bookmark_value><bookmark_value>数式の最大表示サイズ</bookmark_value><bookmark_value>数式; 最大サイズ</bookmark_value>"
#: 03060000.xhp
+#, fuzzy
msgctxt ""
"03060000.xhp\n"
"hd_id3147340\n"
"1\n"
"help.text"
-msgid "<link href=\"text/smath/01/03060000.xhp\" name=\"Show All\">Show All / Display All</link>"
+msgid "<link href=\"text/smath/01/03060000.xhp\" name=\"Show All\">Show All</link>"
msgstr "<link href=\"text/smath/01/03060000.xhp\" name=\"すべて表示\">すべて表示</link>"
#: 03060000.xhp
+#, fuzzy
msgctxt ""
"03060000.xhp\n"
"par_id3148571\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the entire formula in the maximum size possible so that all elements are included. The formula is reduced or enlarged so that all formula elements can be displayed in the work area.</ahelp> The current zoom factor is displayed on the status bar. A selection of available zoom options is accessible through the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link>. The context menu in the work area also contains zoom commands. The name of the icon is \"Show All\", the name of the context menu command is \"Display All\". The zoom commands and icons are only available in Math documents, not for embedded Math objects."
+msgid "<ahelp hid=\".\">Displays the entire formula in the maximum size possible so that all elements are included. The formula is reduced or enlarged so that all formula elements can be displayed in the work area.</ahelp> The current zoom factor is displayed on the status bar. A selection of available zoom options is accessible through the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link>. The context menu in the work area also contains zoom commands. The zoom commands and icons are only available in Math documents, not for embedded Math objects."
msgstr "<ahelp hid=\"SID_ADJUST\">数式全体をその全要素が表示される最大サイズにします。数式のサイズが調整されて、作業範囲いっぱいに数式要素すべてが表示されます。<emph>すべて表示</emph> は、標準ツールバーの <emph>すべて表示</emph> アイコンに該当します。</ahelp>現在の拡大率がステータスバーに表示されます。<link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"コンテキストメニュー\">コンテキストメニュー</link>から表示ズームを選択することもできます。また、作業範囲のコンテキストメニューでも表示ズームを選択できます。"
#: 03070000.xhp
@@ -10210,360 +10212,379 @@ msgid "Typed command(s)"
msgstr "入力コマンド"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3180684\n"
-"493\n"
"help.text"
msgid "Symbol in Elements Window"
msgstr "数式要素ウィンドウ中の記号"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3180753\n"
-"495\n"
"help.text"
msgid "Meaning"
msgstr "説明"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3180783\n"
"help.text"
-msgid "<image id=\"img_id3180789\" src=\"starmath/res/al21801.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3180789\">Icon</alt></image>"
+msgid "<image id=\"img_id3180789\" src=\"starmath/res/al21801.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3180789\">Icon</alt></image>"
msgstr "<image id=\"img_id3180789\" src=\"starmath/res/al21801.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3180789\">アイコン</alt></image>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3180903\n"
-"249\n"
"help.text"
msgid "Normal round left and right bracket"
msgstr "かっこ、小かっこ、左右"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3180930\n"
"help.text"
-msgid "<image id=\"img_id3180936\" src=\"starmath/res/al21802.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3180936\">Icon</alt></image>"
+msgid "<image id=\"img_id3180936\" src=\"starmath/res/al21802.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3180936\">Icon</alt></image>"
msgstr "<image id=\"img_id3180936\" src=\"starmath/res/al21802.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3180936\">アイコン</alt></image>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3181050\n"
-"252\n"
"help.text"
msgid "Left and right square bracket"
msgstr "大かっこ、左右"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3181078\n"
"help.text"
-msgid "<image id=\"img_id3181084\" src=\"starmath/res/al21823.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3181084\">Icon</alt></image>"
+msgid "<image id=\"img_id3181084\" src=\"starmath/res/al21823.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181084\">Icon</alt></image>"
msgstr "<image id=\"img_id3181084\" src=\"starmath/res/al21823.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3181084\">アイコン</alt></image>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3181201\n"
-"417\n"
"help.text"
msgid "Left and right square double bracket"
msgstr "二重大かっこ、左右"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3181229\n"
"help.text"
-msgid "<image id=\"img_id3181235\" src=\"starmath/res/al21805.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3181235\">Icon</alt></image>"
+msgid "<image id=\"img_id3181235\" src=\"starmath/res/al21805.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181235\">Icon</alt></image>"
msgstr "<image id=\"img_id3181235\" src=\"starmath/res/al21805.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3181235\">アイコン</alt></image>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3181350\n"
-"259\n"
"help.text"
msgid "Left and right vertical line"
msgstr "縦線、左右"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3181377\n"
"help.text"
-msgid "<image id=\"img_id3181384\" src=\"starmath/res/al21806.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3181384\">Icon</alt></image>"
+msgid "<image id=\"img_id3181384\" src=\"starmath/res/al21806.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181384\">Icon</alt></image>"
msgstr "<image id=\"img_id3181384\" src=\"starmath/res/al21806.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3181384\">アイコン</alt></image>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3181498\n"
-"261\n"
"help.text"
msgid "Left and right double vertical lines"
msgstr "二重縦線、左右"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3181525\n"
"help.text"
-msgid "<image id=\"img_id3181532\" src=\"starmath/res/al21804.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3181532\">Icon</alt></image>"
+msgid "<image id=\"img_id3181532\" src=\"starmath/res/al21804.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181532\">Icon</alt></image>"
msgstr "<image id=\"img_id3181532\" src=\"starmath/res/al21804.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3181532\">アイコン</alt></image>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3181646\n"
-"255\n"
"help.text"
msgid "Left and right curly brackets, set bracket"
msgstr "中かっこ、集合かっこ、左右"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3181674\n"
"help.text"
-msgid "<image id=\"img_id3181680\" src=\"starmath/res/al21803.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3181680\">Icon</alt></image>"
+msgid "<image id=\"img_id3181680\" src=\"starmath/res/al21803.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181680\">Icon</alt></image>"
msgstr "<image id=\"img_id3181680\" src=\"starmath/res/al21803.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3181680\">アイコン</alt></image>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3181794\n"
-"257\n"
"help.text"
msgid "Left and right pointed bracket"
msgstr "山かっこ、左右"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3181822\n"
"help.text"
-msgid "<image id=\"img_id3181828\" src=\"starmath/res/al21821.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3181828\">Icon</alt></image>"
+msgid "<image id=\"img_id3181828\" src=\"starmath/res/al21821.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181828\">Icon</alt></image>"
msgstr "<image id=\"img_id3181828\" src=\"starmath/res/al21821.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3181828\">アイコン</alt></image>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3181945\n"
-"423\n"
"help.text"
msgid "Left and right pointed operator bracket"
msgstr "演算子かっこ、左右"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3181973\n"
"help.text"
-msgid "<image id=\"img_id3181980\" src=\"starmath/res/al21808.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3181980\">Icon</alt></image>"
+msgid "<image id=\"img_id3181980\" src=\"starmath/res/al21808.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181980\">Icon</alt></image>"
msgstr "<image id=\"img_id3181980\" src=\"starmath/res/al21808.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3181980\">アイコン</alt></image>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3182055\n"
-"246\n"
"help.text"
msgid "Left and right group bracket. They are not displayed in the document and do not take up any room."
msgstr "左右のグループかっこです。ドキュメント内では表示されず、幅は 0 です。"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3182083\n"
"help.text"
-msgid "<image id=\"img_id3182090\" src=\"starmath/res/al21809.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3182090\">Icon</alt></image>"
+msgid "<image id=\"img_id3182090\" src=\"starmath/res/al21809.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182090\">Icon</alt></image>"
msgstr "<image id=\"img_id3182090\" src=\"starmath/res/al21809.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3182090\">アイコン</alt></image>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3182178\n"
-"267\n"
"help.text"
msgid "Brackets, scalable"
msgstr "かっこ、自動サイズ"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3182210\n"
"help.text"
-msgid "<image id=\"img_id3182216\" src=\"starmath/res/al21810.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3182216\">Icon</alt></image>"
+msgid "<image id=\"img_id3182216\" src=\"starmath/res/al21810.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182216\">Icon</alt></image>"
msgstr "<image id=\"img_id3182216\" src=\"starmath/res/al21810.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3182216\">アイコン</alt></image>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3182305\n"
-"449\n"
"help.text"
msgid "Square brackets, scalable"
msgstr "大かっこ、自動サイズ"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3182332\n"
"help.text"
-msgid "<image id=\"img_id3182339\" src=\"starmath/res/al21824.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3182339\">Icon</alt></image>"
+msgid "<image id=\"img_id3182339\" src=\"starmath/res/al21824.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182339\">Icon</alt></image>"
msgstr "<image id=\"img_id3182339\" src=\"starmath/res/al21824.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3182339\">アイコン</alt></image>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3182428\n"
-"452\n"
"help.text"
msgid "Double square brackets, scalable"
msgstr "二重大かっこ、自動サイズ"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3182456\n"
"help.text"
-msgid "<image id=\"img_id3182463\" src=\"starmath/res/al21812.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3182463\">Icon</alt></image>"
+msgid "<image id=\"img_id3182463\" src=\"starmath/res/al21812.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182463\">Icon</alt></image>"
msgstr "<image id=\"img_id3182463\" src=\"starmath/res/al21812.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3182463\">アイコン</alt></image>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3182551\n"
-"455\n"
"help.text"
msgid "Braces, scalable"
msgstr "中かっこ、自動サイズ"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3182579\n"
"help.text"
-msgid "<image id=\"img_id3182586\" src=\"starmath/res/al21813.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3182586\">Icon</alt></image>"
+msgid "<image id=\"img_id3182586\" src=\"starmath/res/al21813.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182586\">Icon</alt></image>"
msgstr "<image id=\"img_id3182586\" src=\"starmath/res/al21813.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3182586\">アイコン</alt></image>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3182674\n"
-"458\n"
"help.text"
msgid "Single lines, scalable"
msgstr "縦線、自動サイズ"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3182702\n"
"help.text"
-msgid "<image id=\"img_id3182709\" src=\"starmath/res/al21814.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3182709\">Icon</alt></image>"
+msgid "<image id=\"img_id3182709\" src=\"starmath/res/al21814.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182709\">Icon</alt></image>"
msgstr "<image id=\"img_id3182709\" src=\"starmath/res/al21814.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3182709\">アイコン</alt></image>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3182797\n"
-"461\n"
"help.text"
msgid "Double lines, scalable"
msgstr "二重縦線、自動サイズ"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3182825\n"
"help.text"
-msgid "<image id=\"img_id3182832\" src=\"starmath/res/al21811.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3182832\">Icon</alt></image>"
+msgid "<image id=\"img_id3182832\" src=\"starmath/res/al21811.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182832\">Icon</alt></image>"
msgstr "<image id=\"img_id3182832\" src=\"starmath/res/al21811.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3182832\">アイコン</alt></image>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3182920\n"
-"464\n"
"help.text"
msgid "Angle brackets, scalable"
msgstr "山かっこ、自動サイズ"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3182948\n"
"help.text"
-msgid "<image id=\"img_id3182955\" src=\"starmath/res/al21822.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3182955\">Icon</alt></image>"
+msgid "<image id=\"img_id3182955\" src=\"starmath/res/al21822.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182955\">Icon</alt></image>"
msgstr "<image id=\"img_id3182955\" src=\"starmath/res/al21822.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3182955\">アイコン</alt></image>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3183043\n"
-"425\n"
"help.text"
msgid "Scalable left and right pointed operator bracket"
msgstr "演算子かっこ、左右、自動サイズ"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3183072\n"
"help.text"
-msgid "<image id=\"img_id3183078\" src=\"starmath/res/al21825.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3183078\">Icon</alt></image>"
+msgid "<image id=\"img_id3183078\" src=\"starmath/res/al21825.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3183078\">Icon</alt></image>"
msgstr "<image id=\"img_id3183078\" src=\"starmath/res/al21825.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3183078\">アイコン</alt></image>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3183195\n"
-"419\n"
"help.text"
msgid "Scalable curly set bracket on top"
msgstr "集合中かっこ上、自動サイズ"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3183223\n"
"help.text"
-msgid "<image id=\"img_id3183230\" src=\"starmath/res/al21826.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3183230\">Icon</alt></image>"
+msgid "<image id=\"img_id3183230\" src=\"starmath/res/al21826.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3183230\">Icon</alt></image>"
msgstr "<image id=\"img_id3183230\" src=\"starmath/res/al21826.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3183230\">アイコン</alt></image>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3183346\n"
-"421\n"
"help.text"
msgid "Scalable curly set bracket below"
msgstr "集合中かっこ下、自動サイズ"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3183456\n"
-"263\n"
"help.text"
msgid "Left and right line with lower edges"
msgstr "下エッジ付き縦線、左右"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3183565\n"
-"265\n"
"help.text"
msgid "Left and right line with upper edges"
msgstr "上エッジ付き縦線、左右"
@@ -10577,73 +10598,73 @@ msgid "<item type=\"literal\">\\lbrace \\rbrace</item> or <item type=\"literal\"
msgstr "<item type=\"literal\">\\lbrace \\rbrace</item> または <item type=\"literal\">\\{ \\}</item>"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3183648\n"
-"269\n"
"help.text"
msgid "Left curly bracket or right curly bracket"
msgstr "左中かっこまたは右中かっこ"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3183733\n"
-"271\n"
"help.text"
msgid "Left and right round bracket"
msgstr "左右丸かっこ"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3183817\n"
-"273\n"
"help.text"
msgid "Left and right square bracket"
msgstr "大かっこ、左右"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3183901\n"
-"275\n"
"help.text"
msgid "Left and right pointed bracket"
msgstr "山かっこ、左右"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3183985\n"
-"277\n"
"help.text"
msgid "Left and right vertical line"
msgstr "縦線、左右"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3184069\n"
-"279\n"
"help.text"
msgid "Left and right double line"
msgstr "左右の二重線"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3184153\n"
-"281\n"
"help.text"
msgid "Left and right line with lower edges"
msgstr "下エッジ付き縦線、左右"
#: 03091508.xhp
+#, fuzzy
msgctxt ""
"03091508.xhp\n"
"par_id3184237\n"
-"283\n"
"help.text"
msgid "Left and right line with upper edges"
msgstr "上エッジ付き縦線、左右"
@@ -11098,13 +11119,14 @@ msgid "<image id=\"img_id3150223\" src=\"starmath/res/mi22013.png\" width=\"0.33
msgstr "<image id=\"img_id3150223\" src=\"starmath/res/mi22013.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150223\">アイコン</alt></image>"
#: 03091600.xhp
+#, fuzzy
msgctxt ""
"03091600.xhp\n"
"par_id3153687\n"
"45\n"
"help.text"
msgid "<emph>Nabla</emph>"
-msgstr ""
+msgstr "<emph>円</emph>"
#: 03091600.xhp
msgctxt ""
diff --git a/source/ja/helpcontent2/source/text/swriter.po b/source/ja/helpcontent2/source/text/swriter.po
index 7d5f3beeb04..de27d272fb5 100644
--- a/source/ja/helpcontent2/source/text/swriter.po
+++ b/source/ja/helpcontent2/source/text/swriter.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-11-10 19:33+0100\n"
-"PO-Revision-Date: 2015-11-24 02:38+0000\n"
-"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2016-03-20 15:01+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: 1448332697.000000\n"
+"X-POOTLE-MTIME: 1458486096.000000\n"
#: main0000.xhp
msgctxt ""
@@ -148,7 +148,7 @@ msgctxt ""
"main0102.xhp\n"
"hd_id102920150120456626\n"
"help.text"
-msgid "Direct Cursor Mode"
+msgid "<link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor Mode\">Direct Cursor Mode</link>"
msgstr ""
#: main0102.xhp
@@ -360,7 +360,7 @@ msgctxt ""
"main0103.xhp\n"
"par_id102720150854014989\n"
"help.text"
-msgid "Show or hide a document's annotations and replies to the written remarks."
+msgid "Show or hide a document's comments and replies to them."
msgstr ""
#: main0103.xhp
@@ -385,14 +385,14 @@ msgctxt ""
"main0104.xhp\n"
"tit\n"
"help.text"
-msgid "Insert"
-msgstr "挿入"
+msgid ".uno:InsertHeaderFooterMenu"
+msgstr ""
#: main0104.xhp
+#, fuzzy
msgctxt ""
"main0104.xhp\n"
"hd_id3155341\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/main0104.xhp\" name=\"Insert\">Insert</link>"
msgstr "<link href=\"text/swriter/main0104.xhp\" name=\"挿入\">挿入</link>"
@@ -401,70 +401,57 @@ msgstr "<link href=\"text/swriter/main0104.xhp\" name=\"挿入\">挿入</link>"
msgctxt ""
"main0104.xhp\n"
"par_id3155358\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\".\">The Insert menu contains commands for inserting new elements in your document. This includes sections, footnotes, comments, special characters, graphics, and objects from other applications.</ahelp>"
-msgstr "<ahelp hid=\".\">このメニューには、新しい要素をドキュメントに挿入するコマンドがあります。たとえば、セクション、脚注、コメント、記号や特殊文字、画像、および別のアプリケーションのオブジェクトなどを挿入できます。</ahelp>"
-
-#: main0104.xhp
-msgctxt ""
-"main0104.xhp\n"
-"hd_id3155376\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/04010000.xhp\" name=\"Manual Break\">Manual Break</link>"
-msgstr "<link href=\"text/swriter/01/04010000.xhp\" name=\"任意区切り\">任意区切り</link>"
+msgid "<ahelp hid=\".\">The Insert menu contains commands for inserting new elements in your document. This includes images, media, charts, objects from other applications, hyperlink, comments, symbols, footnotes, and sections.</ahelp>"
+msgstr ""
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
-"hd_id3147762\n"
-"12\n"
+"hd_id030420160850525240\n"
"help.text"
-msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>"
-msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"記号と特殊文字\">記号と特殊文字</link>"
+msgid "Page Break"
+msgstr ""
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
-"hd_id3147788\n"
-"4\n"
+"par_id030420160850533104\n"
"help.text"
-msgid "<link href=\"text/swriter/01/04020000.xhp\" name=\"Section\">Section</link>"
-msgstr "<link href=\"text/swriter/01/04020000.xhp\" name=\"セクション\">セクション</link>"
+msgid "<ahelp hid=\".uno:InsertPagebreak\">Inserts a manual page break at the current cursor position and places the cursor at the beginning of the next page.</ahelp>"
+msgstr ""
#: main0104.xhp
+#, fuzzy
msgctxt ""
"main0104.xhp\n"
-"hd_id3147812\n"
-"17\n"
+"hd_id3155376\n"
"help.text"
-msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
-msgstr "<link href=\"text/shared/02/09070000.xhp\" name=\"ハイパーリンク\">ハイパーリンク</link>"
+msgid "<link href=\"text/swriter/01/04010000.xhp\" name=\"Manual Break\">Manual Break</link>"
+msgstr "<link href=\"text/swriter/01/04010000.xhp\" name=\"任意区切り\">任意区切り</link>"
#: main0104.xhp
+#, fuzzy
msgctxt ""
"main0104.xhp\n"
-"hd_id3147231\n"
-"5\n"
+"hd_id3158442\n"
"help.text"
-msgid "<link href=\"text/swriter/01/04030000.xhp\" name=\"Footnote\">Footnote/Endnote</link>"
-msgstr "<link href=\"text/swriter/01/04030000.xhp\" name=\"脚注/文末脚注\">脚注/文末脚注</link>"
+msgid "<link href=\"text/shared/01/04140000.xhp\" name=\"Image\">Image</link>"
+msgstr "<link href=\"text/swriter/01/05060000.xhp\" name=\"画像\">画像</link>"
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
-"hd_id3147256\n"
-"8\n"
+"hd_id030720160706334584\n"
"help.text"
-msgid "<link href=\"text/swriter/01/04060000.xhp\" name=\"Caption\">Caption</link>"
-msgstr "<link href=\"text/swriter/01/04060000.xhp\" name=\"キャプション\">キャプション</link>"
+msgid "<link href=\"text/shared/02/01140000.xhp#textbox_title\" name=\"Textbox\">Textbox</link>"
+msgstr ""
#: main0104.xhp
+#, fuzzy
msgctxt ""
"main0104.xhp\n"
"hd_id3147281\n"
-"6\n"
"help.text"
msgid "<link href=\"text/swriter/01/04040000.xhp\" name=\"Bookmark\">Bookmark</link>"
msgstr "<link href=\"text/swriter/01/04040000.xhp\" name=\"ブックマーク\">ブックマーク</link>"
@@ -472,74 +459,54 @@ msgstr "<link href=\"text/swriter/01/04040000.xhp\" name=\"ブックマーク\">
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
-"hd_id3147543\n"
-"25\n"
+"hd_id030420161125315689\n"
"help.text"
-msgid "<link href=\"text/swriter/01/04090002.xhp\" name=\"Cross-reference\">Cross-reference</link>"
-msgstr "<link href=\"text/swriter/01/04090002.xhp\" name=\"相互参照\">相互参照</link>"
+msgid "Horizontal Line"
+msgstr ""
#: main0104.xhp
msgctxt ""
"main0104.xhp\n"
-"hd_id3147569\n"
-"7\n"
+"par_id030420161125315647\n"
"help.text"
-msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Comment</link>"
-msgstr "<link href=\"text/shared/01/04050000.xhp\" name=\"コメント\">コメント</link>"
+msgid "Inserts a horizontal line at the current cursor position."
+msgstr ""
#: main0104.xhp
+#, fuzzy
msgctxt ""
"main0104.xhp\n"
-"hd_id3147595\n"
-"24\n"
+"hd_id3147788\n"
"help.text"
-msgid "<link href=\"text/swriter/01/04200000.xhp\" name=\"Script\">Script</link>"
-msgstr "<link href=\"text/swriter/01/04200000.xhp\" name=\"スクリプト\">スクリプト</link>"
+msgid "<link href=\"text/swriter/01/04020000.xhp\" name=\"Section\">Section</link>"
+msgstr "<link href=\"text/swriter/01/04020000.xhp\" name=\"セクション\">セクション</link>"
#: main0104.xhp
+#, fuzzy
msgctxt ""
"main0104.xhp\n"
"hd_id3149865\n"
-"9\n"
"help.text"
msgid "<link href=\"text/swriter/01/04070000.xhp\" name=\"Envelope\">Envelope</link>"
msgstr "<link href=\"text/swriter/01/04070000.xhp\" name=\"封筒\">封筒</link>"
#: main0104.xhp
+#, fuzzy
msgctxt ""
"main0104.xhp\n"
-"hd_id3149891\n"
-"13\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/04130000.xhp\" name=\"Frame\">Frame</link>"
-msgstr "<link href=\"text/swriter/01/04130000.xhp\" name=\"枠\">枠</link>"
-
-#: main0104.xhp
-msgctxt ""
-"main0104.xhp\n"
-"hd_id3149917\n"
-"15\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/04150000.xhp\" name=\"Table\">Table</link>"
-msgstr "<link href=\"text/swriter/01/04150000.xhp\" name=\"表\">表</link>"
-
-#: main0104.xhp
-msgctxt ""
-"main0104.xhp\n"
-"hd_id3150951\n"
-"20\n"
+"hd_id3149428\n"
"help.text"
-msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
-msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"フレーム\">フレーム</link>"
+msgid "<link href=\"text/swriter/01/04190000.xhp\" name=\"File\">Document</link>"
+msgstr "<link href=\"text/swriter/01/04190000.xhp\" name=\"ファイル\">ファイル</link>"
#: main0104.xhp
+#, fuzzy
msgctxt ""
"main0104.xhp\n"
-"hd_id3149428\n"
-"16\n"
+"hd_id3147595\n"
"help.text"
-msgid "<link href=\"text/swriter/01/04190000.xhp\" name=\"File\">File</link>"
-msgstr "<link href=\"text/swriter/01/04190000.xhp\" name=\"ファイル\">ファイル</link>"
+msgid "<link href=\"text/swriter/01/04200000.xhp\" name=\"Script\">Script</link>"
+msgstr "<link href=\"text/swriter/01/04200000.xhp\" name=\"スクリプト\">スクリプト</link>"
#: main0105.xhp
msgctxt ""
diff --git a/source/ja/helpcontent2/source/text/swriter/00.po b/source/ja/helpcontent2/source/text/swriter/00.po
index aea9edc73fc..c653916a739 100644
--- a/source/ja/helpcontent2/source/text/swriter/00.po
+++ b/source/ja/helpcontent2/source/text/swriter/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-11-10 19:33+0100\n"
-"PO-Revision-Date: 2015-07-29 15:06+0000\n"
-"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2015-12-11 12:32+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: 1438182382.000000\n"
+"X-POOTLE-MTIME: 1449837129.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -233,12 +233,12 @@ msgid "Edit Menu"
msgstr "編集メニュー"
#: 00000402.xhp
+#, fuzzy
msgctxt ""
"00000402.xhp\n"
"par_id3154485\n"
-"2\n"
"help.text"
-msgid "Choose <emph>Edit - AutoText</emph>"
+msgid "Choose <emph>Tools - AutoText</emph>"
msgstr "メニュー <emph>編集 → 入力支援...</emph>"
#: 00000402.xhp
@@ -331,12 +331,12 @@ msgid "<variable id=\"bereiche\">Choose <emph>Format - Sections</emph></variable
msgstr "<variable id=\"bereiche\">メニュー <emph>書式 → セクション...</emph></variable>"
#: 00000402.xhp
+#, fuzzy
msgctxt ""
"00000402.xhp\n"
"par_id3155990\n"
-"10\n"
"help.text"
-msgid "<variable id=\"autotextum\">Choose <emph>Edit - AutoText - AutoText - Rename</emph></variable>"
+msgid "<variable id=\"autotextum\">Choose <emph>Tools - AutoText - AutoText - Rename</emph></variable>"
msgstr "<variable id=\"autotextum\">メニュー <emph>編集 → 入力支援... → 入力支援 → 名前の変更</emph></variable>"
#: 00000402.xhp
@@ -356,6 +356,15 @@ msgctxt ""
msgid "<variable id=\"selection_mode\">Choose <emph>Edit - Selection Mode</emph></variable>"
msgstr "<variable id=\"selection_mode\">メニュー <emph>編集 → 選択モード</emph></variable>"
+#: 00000402.xhp
+#, fuzzy
+msgctxt ""
+"00000402.xhp\n"
+"par_id3973244\n"
+"help.text"
+msgid "<variable id=\"direct_cursor\">Choose <emph>Edit - Direct Cursor Mode</emph></variable>"
+msgstr "<variable id=\"selection_mode\">メニュー <emph>編集 → 選択モード</emph></variable>"
+
#: 00000403.xhp
msgctxt ""
"00000403.xhp\n"
@@ -799,10 +808,9 @@ msgstr "<variable id=\"sectionindents\">メニュー <emph>挿入 → セクシ
msgctxt ""
"00000404.xhp\n"
"par_id3151322\n"
-"8\n"
"help.text"
-msgid "Choose <emph>Insert - Footnote/Endnote</emph>"
-msgstr "メニュー <emph>挿入 → 脚注/文末脚注</emph>"
+msgid "Choose <emph>Insert - Footnote and Endnote - Footnote or Endnote</emph>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -937,22 +945,21 @@ msgid "<variable id=\"einfscript\">Choose <emph>Insert - Script</emph> (only HTM
msgstr "<variable id=\"einfscript\">メニュー <emph>挿入 → スクリプト</emph> (HTML ドキュメントのみ)</variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3155866\n"
-"16\n"
"help.text"
-msgid "<variable id=\"verzeichnisseeinf\">Choose <emph>Insert - Indexes and Tables</emph></variable>"
+msgid "<variable id=\"verzeichnisseeinf\">Choose <emph>Insert - Table of Contents and Index</emph></variable>"
msgstr "<variable id=\"verzeichnisseeinf\">メニュー <emph>挿入 → 目次と索引</emph> </variable>"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147471\n"
-"17\n"
"help.text"
-msgid "Choose <emph>Insert - Indexes and Tables - Entry</emph>"
-msgstr "メニュー <emph>挿入 → 目次と索引 → 目次と索引の項目登録...</emph>"
+msgid "Choose <emph>Insert - Table of Contents and Index - Index Entry</emph>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -984,208 +991,203 @@ msgstr "項目"
msgctxt ""
"00000404.xhp\n"
"par_id3149217\n"
-"20\n"
"help.text"
-msgid "<variable id=\"stichwortverzeichnisverz\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables</emph></variable>"
-msgstr "<variable id=\"stichwortverzeichnisverz\">メニュー <emph>挿入 → 目次と索引 → 目次と索引...</emph> </variable>"
+msgid "<variable id=\"stichwortverzeichnisverz\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph></variable>"
+msgstr ""
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3156225\n"
-"21\n"
"help.text"
-msgid "<variable id=\"inhaltsverz\">Choose <emph>Insert - Indexes and Tables - Bibliography Entry</emph></variable>"
+msgid "<variable id=\"inhaltsverz\">Choose <emph>Insert - Table of Contents and Index - Bibliography Entry</emph></variable>"
msgstr "<variable id=\"inhaltsverz\">メニュー <emph>挿入 → 目次と索引 → 参考文献項目...</emph> </variable>"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3147745\n"
-"22\n"
"help.text"
-msgid "<variable id=\"benutzerverz\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables</emph></variable>"
-msgstr "<variable id=\"benutzerverz\">メニュー <emph>挿入 → 目次と索引 → 目次と索引...</emph> </variable>"
+msgid "<variable id=\"benutzerverz\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3146342\n"
-"67\n"
"help.text"
-msgid "<variable id=\"stichwortverzeichnisverz1\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Index/Table</emph> tab </variable>"
-msgstr "<variable id=\"stichwortverzeichnisverz1\"><emph>挿入 → 目次と索引 → 目次と索引 → 目次と索引</emph> タブを選択</variable>"
+msgid "<variable id=\"stichwortverzeichnisverz1\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph> tab</variable>"
+msgstr ""
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3147449\n"
-"72\n"
"help.text"
-msgid "<variable id=\"verz2\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Index/Table</emph> tab (depending on the type) </variable>"
-msgstr "<variable id=\"verz2\"><emph>挿入 → 目次と索引 → 目次と索引 → 目次と索引</emph> タブを選択 (種類に依存) </variable>"
+msgid "<variable id=\"verz2\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph> tab (depending on the type)</variable>"
+msgstr "<variable id=\"verz31\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類が目次の場合) </variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3149835\n"
-"73\n"
"help.text"
-msgid "<variable id=\"verz21\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Index/Table</emph> tab (when Table of Contents is the selected type) </variable>"
-msgstr "<variable id=\"verz21\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 目次と索引</emph> タブ(選択された種類が目次の場合) </variable>"
+msgid "<variable id=\"verz21\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph> tab (when Table of Contents is the selected type)</variable>"
+msgstr "<variable id=\"verz31\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類が目次の場合) </variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3148855\n"
-"74\n"
"help.text"
-msgid "<variable id=\"verz22\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Index/Table</emph> tab (when Alphabetical Index is the selected type) </variable>"
-msgstr "<variable id=\"verz22\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 目次と索引</emph> タブ(選択された種類が索引の場合) </variable>"
+msgid "<variable id=\"verz22\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph> tab (when Alphabetical Index is the selected type)</variable>"
+msgstr "<variable id=\"verz32\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類が索引の場合)</variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3155575\n"
-"75\n"
"help.text"
-msgid "<variable id=\"verz23\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Index/Table</emph> tab (when Illustration Index is the selected type) </variable>"
-msgstr "<variable id=\"verz23\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 目次と索引</emph> タブ(選択された種類が図の索引の場合) </variable>"
+msgid "<variable id=\"verz23\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph> tab (when Illustration Index is the selected type)</variable>"
+msgstr "<variable id=\"verz33\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類が図の索引の場合)</variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3151080\n"
-"76\n"
"help.text"
-msgid "<variable id=\"verz24\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Index/Table</emph> tab (when Index of Tables is the selected type) </variable>"
-msgstr "<variable id=\"verz24\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 目次と索引</emph> タブ(選択された表の索引の場合) </variable>"
+msgid "<variable id=\"verz24\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph> tab (when Index of Tables is the selected type)</variable>"
+msgstr "<variable id=\"verz31\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類が目次の場合) </variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3154777\n"
-"77\n"
"help.text"
-msgid "<variable id=\"verz25\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Index/Table</emph> tab (when User-Defined is the selected type) </variable>"
-msgstr "<variable id=\"verz25\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 目次と索引</emph> タブ(選択された種類がユーザー定義の場合) </variable>"
+msgid "<variable id=\"verz25\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph> tab (when User-Defined is the selected type)</variable>"
+msgstr "<variable id=\"verz31\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類が目次の場合) </variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3148448\n"
-"78\n"
"help.text"
-msgid "<variable id=\"verz26\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Index/Table</emph> tab (when Table of Objects is the selected type) </variable>"
-msgstr "<variable id=\"verz26\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 目次と索引</emph> タブ(選択された種類がオブジェクトの索引の場合) </variable>"
+msgid "<variable id=\"verz26\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph> tab (when Table of Objects is the selected type)</variable>"
+msgstr "<variable id=\"verz31\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類が目次の場合) </variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3145304\n"
-"79\n"
"help.text"
-msgid "<variable id=\"verz27\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Index/Table</emph> tab (when Bibliography is the selected type) </variable>"
-msgstr "<variable id=\"verz27\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 目次と索引</emph> タブ (選択された種類が参考文献表の場合) </variable>"
+msgid "<variable id=\"verz27\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph> tab (when Bibliography is the selected type)</variable>"
+msgstr "<variable id=\"verz31\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類が目次の場合) </variable>"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3153295\n"
-"80\n"
"help.text"
-msgid "<variable id=\"verz28\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Index/Table</emph>, mark \"Additional Styles\" check box and then click <emph>...</emph></variable>"
-msgstr "<variable id=\"verz28\">メニュー <emph>挿入 → 目次と索引 → 目次と索引...</emph> で開くダイアログで <emph>その他のスタイル</emph> を選択した上で <emph>... </emph> ボタンをクリック</variable>"
+msgid "<variable id=\"verz28\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph>, mark \"Additional Styles\" check box and then click <emph>Assign styles</emph></variable>"
+msgstr ""
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3150173\n"
-"81\n"
"help.text"
-msgid "<variable id=\"verz3\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Entries</emph> tab (depending on type selected) </variable>"
-msgstr "<variable id=\"verz3\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ (選択された種類に依存) </variable>"
+msgid "<variable id=\"verz3\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (depending on type selected)</variable>"
+msgstr "<variable id=\"verz31\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類が目次の場合) </variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3154725\n"
-"82\n"
"help.text"
-msgid "<variable id=\"verz31\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Entries</emph> tab (when Table of Contents is the selected type) </variable>"
+msgid "<variable id=\"verz31\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Table of Contents is the selected type)</variable>"
msgstr "<variable id=\"verz31\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類が目次の場合) </variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3150448\n"
-"83\n"
"help.text"
-msgid "<variable id=\"verz32\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Entries</emph> tab (when Alphabetical Index is the selected type) </variable>"
+msgid "<variable id=\"verz32\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Alphabetical Index is the selected type)</variable>"
msgstr "<variable id=\"verz32\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類が索引の場合)</variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3156101\n"
-"84\n"
"help.text"
-msgid "<variable id=\"verz33\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Entries</emph> tab (when Illustration Index is the selected type) </variable>"
+msgid "<variable id=\"verz33\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Illustration Index is the selected type)</variable>"
msgstr "<variable id=\"verz33\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類が図の索引の場合)</variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3156125\n"
-"85\n"
"help.text"
-msgid "<variable id=\"verz34\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Entries</emph> tab (when Index of Tables is the selected type) </variable>"
-msgstr "<variable id=\"verz34\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類が表の索引の場合) </variable>"
+msgid "<variable id=\"verz34\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Index of Tables is the selected type)</variable>"
+msgstr "<variable id=\"verz31\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類が目次の場合) </variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3153982\n"
-"86\n"
"help.text"
-msgid "<variable id=\"verz35\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Entries</emph> tab (when User-Defined is the selected type) </variable>"
-msgstr "<variable id=\"verz35\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類がユーザー定義の場合)</variable>"
+msgid "<variable id=\"verz35\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when User-Defined is the selected type)</variable>"
+msgstr "<variable id=\"verz32\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類が索引の場合)</variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3155597\n"
-"87\n"
"help.text"
-msgid "<variable id=\"verz36\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Entries</emph> tab (when Table of Objects is the selected type) </variable>"
-msgstr "<variable id=\"verz36\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類がオブジェクトの索引の場合) </variable>"
+msgid "<variable id=\"verz36\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Table of Objects is the selected type)</variable>"
+msgstr "<variable id=\"verz31\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類が目次の場合) </variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3145625\n"
-"88\n"
"help.text"
-msgid "<variable id=\"verz37\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Entries</emph> tab (when Bibliography is the selected type) </variable>"
-msgstr "<variable id=\"verz37\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類が参考文献表の場合) </variable>"
+msgid "<variable id=\"verz37\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</emph> tab (when Bibliography is the selected type)</variable>"
+msgstr "<variable id=\"verz31\">メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 項目</emph> タブ(選択された種類が目次の場合) </variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3149767\n"
-"89\n"
"help.text"
-msgid "<variable id=\"litdef\">Choose <emph>Insert - Indexes and Tables - </emph><emph>Bibliography Entry</emph> and click <emph>Edit</emph></variable>"
+msgid "<variable id=\"litdef\">Choose <emph>Insert - Table of Contents and Index - Bibliography Entry</emph> and click <emph>Edit</emph></variable>"
msgstr "<variable id=\"litdef\">メニュー <emph>挿入 → 目次と索引 → 参考文献項目...</emph> の <emph>編集</emph> ボタン</variable>をクリック"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3150918\n"
-"68\n"
"help.text"
-msgid "<variable id=\"stichwortverzeichnisverz3\">Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Styles</emph> tab </variable>"
-msgstr "<variable id=\"stichwortverzeichnisverz3\"><emph>挿入 → 目次と索引 → 目次と索引 → スタイル</emph> タブを選択</variable>"
+msgid "<variable id=\"stichwortverzeichnisverz3\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Styles</emph> tab</variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -1400,12 +1402,12 @@ msgid "Choose <emph>Format - Paragraph - Drop Caps</emph> tab"
msgstr "メニュー <emph>書式 → 段落... → ドロップキャップ</emph> タブ"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3149294\n"
-"14\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting -</emph> open context menu <emph>Modify/New - Drop Caps</emph> tab"
+msgid "Choose <emph>View - Styles and Formatting -</emph> open context menu <emph>Modify/New - Drop Caps</emph> tab"
msgstr "<emph>書式 → スタイルと書式設定</emph> を選択し、コンテキストメニュー <emph>変更/新規作成 → ドロップキャップ</emph> タブを開く"
#: 00000405.xhp
@@ -1418,12 +1420,12 @@ msgid "Choose <emph>Format - Paragraph - Text Flow</emph> tab"
msgstr "メニュー <emph>書式 → 段落... → 体裁</emph> タブ"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3154260\n"
-"17\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting -</emph> open context menu <emph>Modify/New - Text Flow</emph> tab"
+msgid "Choose <emph>View - Styles and Formatting -</emph> open context menu <emph>Modify/New - Text Flow</emph> tab"
msgstr "<emph>書式 → スタイルと書式設定</emph>を選択し、コンテキストメニュー <emph>変更/新規作成 → 文字方向</emph> タブを選択する"
#: 00000405.xhp
@@ -1461,12 +1463,12 @@ msgid "Choose <emph>Format - Page</emph>"
msgstr "<emph>書式 → ページ</emph>を選択"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3153536\n"
-"134\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu <emph>New/Modify</emph> (for Page Styles)"
+msgid "Choose <emph>View - Styles and Formatting</emph> - open context menu <emph>New/Modify</emph> (for Page Styles)"
msgstr "<emph>書式 → スタイルと書式設定</emph> を選択し、コンテキストメニュー <emph>新規作成/変更</emph> を開く (ページスタイルの場合)"
#: 00000405.xhp
@@ -1479,21 +1481,22 @@ msgid "Choose <emph>Format - Paragraph - Outline & Numbering</emph> tab"
msgstr "メニュー <emph>書式 → 段落... → アウトラインと番号付け</emph> タブ"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3147525\n"
-"144\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting -</emph> open context menu <emph>Modify/New - Outline & Numbering</emph> tab (Paragraph Styles)"
+msgid "Choose <emph>View - Styles and Formatting -</emph> open context menu <emph>Modify/New - Outline & Numbering</emph> tab (Paragraph Styles)"
msgstr "<emph>書式 → スタイルと書式設定</emph> を選択し、コンテキストメニュー <emph>変更/新規作成 → アウトラインと番号付け</emph> タブを開く (段落スタイルの場合)"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3152960\n"
"155\n"
"help.text"
-msgid "<variable id=\"spaltenber\">Choose <emph>Format - Sections - Options</emph> button </variable>"
+msgid "<variable id=\"spaltenber\">Choose <emph>Format - Sections - Options</emph> button</variable>"
msgstr "<variable id=\"spaltenber\">メニュー <emph>書式 → セクション... → オプション</emph> ボタン </variable>"
#: 00000405.xhp
@@ -1515,12 +1518,12 @@ msgid "Choose <emph>Format - Frame/Object - Columns</emph> tab"
msgstr "メニュー <emph>書式 → 枠/オブジェクト → 段組み</emph> タブ"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3149298\n"
-"22\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting -</emph> open context menu <emph>Modify/New - Columns</emph> tab"
+msgid "Choose <emph>View - Styles and Formatting -</emph> open context menu <emph>Modify/New - Columns</emph> tab"
msgstr "<emph>書式 → スタイルと書式設定</emph> を選択し、コンテキストメニュー <emph>変更/新規作成 → 段組み</emph> タブを開く"
#: 00000405.xhp
@@ -1551,12 +1554,12 @@ msgid "Choose <emph>Format - Page - Footnote</emph> tab"
msgstr "メニュー <emph>書式 → ページ... → 脚注</emph> タブ"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3149109\n"
-"29\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting -</emph> open context menu <emph>Modify/New - Footnote</emph> tab"
+msgid "Choose <emph>View - Styles and Formatting -</emph> open context menu <emph>Modify/New - Footnote</emph> tab"
msgstr "<emph>書式 → スタイルと書式設定</emph> を選択し、コンテキストメニュー <emph>変更/新規作成 → 脚注</emph> タブを開く"
#: 00000405.xhp
@@ -1578,40 +1581,40 @@ msgid "Choose <emph>Format - Sections - Options</emph> button <emph>Footnotes/En
msgstr "メニュー <emph>書式 → セクション...</emph> → <emph>オプション</emph> ボタン → <emph>脚注/文末脚注</emph> タブ"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3155140\n"
-"136\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting -</emph> open context menu <emph>Modify/New</emph> (for Paragraph Styles)"
+msgid "Choose <emph>View - Styles and Formatting -</emph> open context menu <emph>Modify/New</emph> (for Paragraph Styles)"
msgstr "<emph>書式 → スタイルと書式設定</emph> を選択し、コンテキストメニュー <emph>変更/新規作成</emph> を開く (段落スタイルの場合)"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3153356\n"
-"138\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting -</emph> open context menu <emph>Modify/New</emph> (for Character Styles)"
+msgid "Choose <emph>View - Styles and Formatting -</emph> open context menu <emph>Modify/New</emph> (for Character Styles)"
msgstr "<emph>書式 → スタイルと書式設定</emph> を選択し、コンテキストメニュー <emph>変更/新規作成</emph> を開く (文字スタイルの場合)"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3149179\n"
-"140\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting -</emph> open context menu <emph>Modify/New</emph> (for Frame Styles)"
+msgid "Choose <emph>View - Styles and Formatting -</emph> open context menu <emph>Modify/New</emph> (for Frame Styles)"
msgstr "<emph>書式 → スタイルと書式設定</emph> を選択し、コンテキストメニュー <emph>変更/新規作成</emph> を開く (枠スタイルの場合)"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3156364\n"
-"142\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting -</emph> open context menu <emph>Modify/New</emph> (for Numbering Styles)"
-msgstr "<emph>書式 → スタイルと書式設定</emph> を選択し、コンテキストメニュー <emph>変更/新規作成</emph> を開く (リストのスタイルの場合)"
+msgid "Choose <emph>View - Styles and Formatting -</emph> open context menu <emph>Modify/New</emph> (for List Styles)"
+msgstr "<emph>書式 → スタイルと書式設定</emph> を選択し、コンテキストメニュー <emph>変更/新規作成</emph> を開く (枠スタイルの場合)"
#: 00000405.xhp
msgctxt ""
@@ -1650,12 +1653,12 @@ msgid "<variable id=\"autoformat3\">Choose <emph>Format - AutoCorrect - Apply an
msgstr "<variable id=\"autoformat3\">メニュー <emph>書式 → オートコレクト → 変更の適用と編集</emph></variable>"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3147413\n"
-"44\n"
"help.text"
-msgid "<variable id=\"autoformattab\">Choose <emph>Table - AutoFormat</emph> (with cursor in a table) </variable>"
+msgid "<variable id=\"autoformattab\">Choose <emph>Table - AutoFormat Styles</emph> (with cursor in a table)</variable>"
msgstr "<variable id=\"autoformattab\">カーソルが表の中にある状態で <emph>表 → オートフォーマット</emph> を選択します。 </variable>"
#: 00000405.xhp
@@ -1677,12 +1680,13 @@ msgid "Choose <emph>Insert - Image - From File - Properties</emph> button"
msgstr "<emph>挿入 - 画像 - ファイルから - プロパティ</emph>ボタンを選択します"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3145256\n"
"151\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <emph>Insert - Image - From File</emph> (when graphics are selected) </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <emph>Insert - Image - From File</emph> (when graphics are selected)</caseinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>挿入 - 画像 - ファイルから</emph>を選択します (画像を選択している場合)</caseinline></switchinline>"
#: 00000405.xhp
@@ -1731,12 +1735,12 @@ msgid "Choose <emph>Format - Frame/Object - Type</emph> tab"
msgstr "メニュー <emph>書式 → 枠/オブジェクト → 種類</emph> タブ"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3148856\n"
-"54\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting -</emph> open context menu <emph>Modify/New - Type</emph> tab"
+msgid "Choose <emph>View - Styles and Formatting -</emph> open context menu <emph>Modify/New - Type</emph> tab"
msgstr "<emph>書式 → スタイルと書式設定</emph> を選択し、コンテキストメニュー <emph>変更/新規作成 → 種類</emph> タブを開く"
#: 00000405.xhp
@@ -1749,21 +1753,23 @@ msgid "Choose <emph>Insert - Frame - Type</emph> tab"
msgstr "メニュー <emph>挿入 → 枠... → 種類</emph> タブ"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3151082\n"
"56\n"
"help.text"
-msgid "Choose <emph>Format - Image - Wrap</emph> tab"
+msgid "Choose <emph>Format - Image - Properties - Wrap</emph> tab"
msgstr "<emph>書式 - 画像 - 折り返し</emph>タブを選択します"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3148437\n"
"125\n"
"help.text"
-msgid "Choose <emph>Format - Frame/Object - Wrap</emph> tab"
+msgid "Choose <emph>Format - Frame/Object - Properties - Wrap</emph> tab"
msgstr "メニュー <emph>書式 → 枠/オブジェクト → 折り返し</emph> タブ"
#: 00000405.xhp
@@ -1776,13 +1782,14 @@ msgid "Choose <emph>Insert - Frame - Wrap</emph> tab"
msgstr "メニュー <emph>挿入 → 枠... → 折り返し</emph> タブ"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3153299\n"
"61\n"
"help.text"
-msgid "Choose <emph>Format - Wrap</emph>"
-msgstr "メニュー <emph>書式 → 折り返し</emph>"
+msgid "Choose <emph>Format - Wrap - Edit - Wrap</emph> tab"
+msgstr "メニュー <emph>書式 → 枠/オブジェクト → 折り返し</emph> タブ"
#: 00000405.xhp
msgctxt ""
@@ -1830,21 +1837,22 @@ msgid "Choose <emph>Format - Image - Options</emph> tab"
msgstr "<emph>書式 - 画像 - オプション</emph>タブを選択します"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3145636\n"
"128\n"
"help.text"
-msgid "Choose <emph>Format - Frame/Object - Options</emph> tab"
+msgid "Choose <emph>Format - Frame and Object - Options</emph> tab"
msgstr "メニュー <emph>書式 → 枠/オブジェクト → オプション</emph> タブ"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3149774\n"
-"68\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting -</emph> open context menu <emph>Modify/New - Options</emph> tab"
+msgid "Choose <emph>View - Styles and Formatting -</emph> open context menu <emph>Modify/New - Options</emph> tab"
msgstr "<emph>書式 → スタイルと書式設定</emph> を選択し、コンテキストメニュー <emph>変更/新規作成 → オプション</emph> タブを開く"
#: 00000405.xhp
@@ -1863,7 +1871,7 @@ msgctxt ""
"par_id3155088\n"
"70\n"
"help.text"
-msgid "<variable id=\"grafik1\">Choose <emph>Format - Image - Image</emph> tab </variable>"
+msgid "<variable id=\"grafik1\">Choose <emph>Format - Image - Image</emph> tab</variable>"
msgstr "<variable id=\"grafik1\"><emph>書式 - 画像 - 画像</emph>タブを選択します</variable>"
#: 00000405.xhp
@@ -1885,12 +1893,12 @@ msgid "Choose <emph>Insert/Format - Frame/Object - Macro</emph> tab"
msgstr "メニュー <emph>挿入/書式 → 枠/オブジェクト → マクロ</emph> タブ"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3153238\n"
-"73\n"
"help.text"
-msgid "Choose <emph>Edit - AutoText - AutoText (button) - Macro</emph>"
+msgid "Choose <emph>Tools - AutoText - AutoText (button) - Macro</emph>"
msgstr "メニュー <emph>編集 → 入力支援...</emph> の <emph>入力支援</emph> ボタン → <emph>マクロ</emph>"
#: 00000405.xhp
@@ -1948,30 +1956,33 @@ msgid "<variable id=\"tabverb\">Choose <emph>Table - Merge Table</emph></variabl
msgstr "<variable id=\"tabverb\">メニュー <emph>表 → 表の結合</emph></variable>"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3151233\n"
"75\n"
"help.text"
-msgid "<variable id=\"tabformat\">Choose <emph>Table - Table Properties - Table</emph> tab </variable>"
+msgid "<variable id=\"tabformat\">Choose <emph>Table - Table Properties - Table</emph> tab</variable>"
msgstr "<variable id=\"tabformat\"><emph>表 → 表プロパティ → 表</emph> タブを選択する</variable>"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3154255\n"
"76\n"
"help.text"
-msgid "<variable id=\"spaltentab\">Choose <emph>Table - Table Properties - Columns</emph> tab </variable>"
+msgid "<variable id=\"spaltentab\">Choose <emph>Table - Table Properties - Columns</emph> tab</variable>"
msgstr "<variable id=\"spaltentab\"> <emph>表 → 表プロパティ → 列</emph> タブを選択する</variable>"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3153140\n"
"77\n"
"help.text"
-msgid "<variable id=\"tabelletextfluss\">Choose <emph>Table - Table Properties - Text Flow</emph> tab </variable>"
+msgid "<variable id=\"tabelletextfluss\">Choose <emph>Table - Table Properties - Text Flow</emph> tab</variable>"
msgstr "<variable id=\"tabelletextfluss\"><emph>表 → 表プロパティ → 体裁</emph> タブを選択する</variable>"
#: 00000405.xhp
@@ -2108,12 +2119,12 @@ msgid "Choose <emph>Table - Autofit - Optimal Row Height</emph>"
msgstr "メニュー <emph>表 → サイズの自動調整 → 最適な行の高さ</emph>"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3155555\n"
-"90\n"
"help.text"
-msgid "Open <emph>Optimize</emph> toolbar from <emph>Table</emph> Bar, click"
+msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> Bar, click"
msgstr "<emph>表</emph> バーから <emph>最適化</emph> ツールバーを開いてクリックします"
#: 00000405.xhp
@@ -2143,12 +2154,12 @@ msgid "Choose <emph>Table - Autofit - Distribute Rows Equally</emph>"
msgstr "メニュー <emph>表 → サイズの自動調整 → 行の均等分割</emph> を選択する"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3153755\n"
-"93\n"
"help.text"
-msgid "Open <emph>Optimize</emph> toolbar from <emph>Table</emph> Bar, click"
+msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> Bar, click"
msgstr "<emph>表</emph> バーから <emph>最適化</emph> ツールバーを開いてクリックします"
#: 00000405.xhp
@@ -2240,12 +2251,12 @@ msgid "Choose <emph>Table - Autofit - Optimal Column Width</emph>"
msgstr "メニュー <emph>表 → サイズの自動調整 → 最適な列幅</emph>"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3148932\n"
-"105\n"
"help.text"
-msgid "Open <emph>Optimize</emph> toolbar from <emph>Table</emph> Bar, click"
+msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> Bar, click"
msgstr "<emph>表</emph> バーから <emph>最適化</emph> ツールバーを開いてクリックします"
#: 00000405.xhp
@@ -2275,12 +2286,12 @@ msgid "Choose <emph>Table - Autofit - Distribute Columns Equally</emph>"
msgstr "メニュー <emph>表 → サイズの自動調整 → 列の均等分割</emph> を選択する"
#: 00000405.xhp
+#, fuzzy
msgctxt ""
"00000405.xhp\n"
"par_id3156426\n"
-"108\n"
"help.text"
-msgid "Open <emph>Optimize</emph> toolbar from <emph>Table</emph> Bar, click"
+msgid "Open <emph>Optimize Size</emph> toolbar from <emph>Table</emph> Bar, click"
msgstr "<emph>表</emph> バーから <emph>最適化</emph> ツールバーを開いてクリックします"
#: 00000405.xhp
@@ -2519,30 +2530,30 @@ msgid "<variable id=\"zeilennumerierung\">Choose <emph>Tools - Line Numbering</e
msgstr "<variable id=\"zeilennumerierung\"><emph>ツール → 行番号付け</emph> (HTML 形式以外)</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3154477\n"
-"31\n"
"help.text"
-msgid "<variable id=\"fussnoteneinstellung\">Choose <emph>Tools - Footnotes/Endnotes</emph></variable>"
+msgid "<variable id=\"fussnoteneinstellung\">Choose <emph>Tools - Footnotes and Endnotes</emph></variable>"
msgstr "<variable id=\"fussnoteneinstellung\">メニュー <emph>ツール → 脚注/文末脚注</emph></variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3153669\n"
-"15\n"
"help.text"
-msgid "<variable id=\"fussnoten\">Choose <emph>Tools - Footnotes/Endnotes - Footnotes</emph> tab </variable>"
+msgid "<variable id=\"fussnoten\">Choose <emph>Tools - Footnotes and Endnotes - Footnotes</emph> tab</variable>"
msgstr "<variable id=\"fussnoten\">メニュー <emph>ツール → 脚注/文末脚注 → 脚注</emph> タブ</variable>"
#: 00000406.xhp
+#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3150972\n"
-"32\n"
"help.text"
-msgid "<variable id=\"endnoten\">Choose <emph>Tools - Footnotes/Endnotes - Endnotes</emph> tab </variable>"
+msgid "<variable id=\"endnoten\">Choose <emph>Tools - Footnotes and Endnotes - Endnotes</emph> tab</variable>"
msgstr "<variable id=\"endnoten\">メニュー <emph>ツール → 脚注/文末脚注 → 文末脚注</emph> タブ</variable>"
#: 00000406.xhp
diff --git a/source/ja/helpcontent2/source/text/swriter/01.po b/source/ja/helpcontent2/source/text/swriter/01.po
index fdda89cfc3c..57fcb216284 100644
--- a/source/ja/helpcontent2/source/text/swriter/01.po
+++ b/source/ja/helpcontent2/source/text/swriter/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: 2016-01-12 13:40+0100\n"
-"PO-Revision-Date: 2015-12-24 11:36+0000\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2016-02-15 02:17+0000\n"
"Last-Translator: system user <>\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: 1450957002.000000\n"
+"X-POOTLE-MTIME: 1455502634.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -761,8 +761,8 @@ msgctxt ""
"hd_id3149176\n"
"66\n"
"help.text"
-msgid "Toggle"
-msgstr "切り替え"
+msgid "Toggle Master View"
+msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -787,8 +787,8 @@ msgctxt ""
"par_id3149568\n"
"68\n"
"help.text"
-msgid "Toggle"
-msgstr "切り替え"
+msgid "Toggle Master View"
+msgstr ""
#: 02110000.xhp
msgctxt ""
@@ -2458,8 +2458,8 @@ msgctxt ""
"02130000.xhp\n"
"hd_id3150214\n"
"help.text"
-msgid "Modify"
-msgstr "変更"
+msgid "Apply"
+msgstr "適用"
#: 02130000.xhp
#, fuzzy
@@ -3051,13 +3051,12 @@ msgid "Character"
msgstr "文字"
#: 02150000.xhp
-#, fuzzy
msgctxt ""
"02150000.xhp\n"
"hd_id3150113\n"
"help.text"
-msgid "..."
-msgstr "..."
+msgid "Choose"
+msgstr ""
#: 02150000.xhp
#, fuzzy
@@ -3232,7 +3231,7 @@ msgctxt ""
"02160000.xhp\n"
"par_id3155896\n"
"help.text"
-msgid "To insert an index entry, select a word in the document, and then choose <link href=\"text/swriter/01/04120100.xhp\" name=\"Insert - Indexes and Tables - Entry\"><item type=\"menuitem\">Insert - </item><item type=\"menuitem\">Table of Contents and </item><item type=\"menuitem\">Index - </item><item type=\"menuitem\">Index </item><item type=\"menuitem\">Entry</item></link>."
+msgid "To insert an index entry, select a word in the document, and then choose <link href=\"text/swriter/01/04120100.xhp\" name=\"Insert - Table of Contents and Index - Index Entry\"><item type=\"menuitem\">Insert - Table of Contents and Index - Index Entry</item></link>."
msgstr ""
#: 02160000.xhp
@@ -3822,7 +3821,7 @@ msgctxt ""
"03100000.xhp\n"
"par_id3147511\n"
"help.text"
-msgid "To specify which non-printing characters are displayed, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><emph> - <link href=\"text/shared/optionen/01040600.xhp\" name=\"Writer - Formatting Aids\">%PRODUCTNAME Writer - Formatting Aids</link></emph>, and then select the options that you want in the <emph>Display of</emph> area."
+msgid "To specify which non-printing characters are displayed, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Writer - Formatting Aids\"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link>, and then select the options that you want in the <emph>Display of</emph> area."
msgstr "表示する編集記号を個々に指定するには、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01040600.xhp\" name=\"Writer → 書式サポート\">%PRODUCTNAME Writer → 書式サポート</link></emph> を選択してから、<emph>印刷されない文字や記号の表示・非表示</emph> エリアで、該当するチェックボックスを選択します。"
#: 03120000.xhp
@@ -3907,7 +3906,7 @@ msgctxt ""
"03140000.xhp\n"
"par_id3157875\n"
"help.text"
-msgid "To enable this feature, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><emph> - <link href=\"text/shared/optionen/01040600.xhp\" name=\"Writer - Formatting Aids\">%PRODUCTNAME Writer - Formatting Aids</link></emph>, and ensure that the <emph>Hidden paragraphs</emph> check box in the <emph>Display of</emph> area is selected."
+msgid "To enable this feature, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Writer - Formatting Aids\"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link>, and ensure that the <emph>Hidden paragraphs</emph> check box in the <emph>Display of</emph> area is selected."
msgstr "この機能を有効にするには、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01040600.xhp\" name=\"Writer → 書式サポート\">%PRODUCTNAME Writer → 書式サポート</link></emph>を選択して、<emph>印刷されない文字や記号の表示・非表示</emph> エリアの <emph>隠し段落</emph> チェックボックスを選択しておく必要があります。"
#: 03140000.xhp
@@ -3937,172 +3936,172 @@ msgid "Insert Manual Break"
msgstr "改行、改段、改ページ記号を挿入する"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"hd_id3145827\n"
-"1\n"
"help.text"
msgid "Insert Manual Break"
msgstr "改行、改段、改ページ記号を挿入する"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"par_id3147176\n"
-"2\n"
"help.text"
-msgid "<variable id=\"umbruch\"><ahelp hid=\".uno:InsertBreak\">Inserts a manual line break, column break or a page break at the current cursor position.</ahelp></variable>"
+msgid "<variable id=\"manual_break_text\"><ahelp hid=\".uno:InsertBreak\">Inserts a manual line break, column break or a page break at the current cursor position.</ahelp> </variable>"
msgstr "<variable id=\"umbruch\"><ahelp hid=\".uno:InsertBreak\">現在のカーソル位置に、改行、改段、または改ページを、ユーザー指定で挿入します。</ahelp></variable>"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"hd_id3151176\n"
-"4\n"
"help.text"
msgid "Type"
msgstr "種類"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"par_id3145420\n"
-"5\n"
"help.text"
msgid "Select the type of break that you want to insert."
msgstr "挿入する任意区切りの種類を選択します。"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"hd_id3154097\n"
-"6\n"
"help.text"
msgid "Line Break"
msgstr "改行"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"par_id3149805\n"
-"7\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/insertbreak/linerb\">Ends the current line, and moves the text found to the right of the cursor to the next line, without creating a new paragraph.</ahelp>"
msgstr "<ahelp hid=\"SW:RADIOBUTTON:DLG_BREAK:RB_LINE\">改行記号を挿入して、カーソルの現在位置より右にあるテキストを、次行の先頭部に移動します。ただし、新しい段落を作成するわけではありません。</ahelp>"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"par_id3149685\n"
-"8\n"
"help.text"
msgid "You can also insert a line break by pressing Shift+Enter."
msgstr "任意改行は、(Shift) + (Enter) キーでも挿入できます。"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"hd_id3148566\n"
-"9\n"
"help.text"
msgid "Column Break"
msgstr "段区切り"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"par_id3155182\n"
-"10\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/insertbreak/columnrb\">Inserts a manual column break (in a multiple column layout), and moves the text found to the right of the cursor to the beginning of the next <link href=\"text/swriter/01/05040500.xhp\" name=\"column\">column</link>. A manual column break is indicated by a nonprinting border at the top of the new column.</ahelp>"
msgstr "<ahelp hid=\"SW:RADIOBUTTON:DLG_BREAK:RB_COL\">(段組みレイアウトにおいて) 改段記号を挿入して、カーソルより右にあるテキストを、次の<link href=\"text/swriter/01/05040500.xhp\" name=\"段\">段</link>の先頭部に移動します。改段記号を挿入すると、次の段の上枠に印刷対象外の境界線が表示されます。</ahelp>"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"hd_id3149487\n"
-"11\n"
"help.text"
msgid "Page Break"
msgstr "改ページ"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"par_id3149102\n"
-"12\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/insertbreak/pagerb\">Inserts a manual page break, and moves the text found to the right of the cursor to the beginning of the next page. The inserted page break is indicated by a nonprinting border at the top of the new page.</ahelp>"
msgstr "<ahelp hid=\"SW:RADIOBUTTON:DLG_BREAK:RB_PAGE\">改ページ記号を挿入して、カーソルの現在位置より右にあるテキストを、次ページの先頭部に移動します。改ページを挿入すると、次ページの上枠に印刷対象外の境界線が表示されます。</ahelp>"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"par_id3145758\n"
-"13\n"
"help.text"
msgid "You can also insert a page break by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter. However, if you want to assign the following page a different Page Style, you must use the menu command to insert the manual page break."
msgstr "改ページは、<switchinline select=\"sys\"><caseinline select=\"MAC\">(Command)</caseinline><defaultinline>(Ctrl)</defaultinline></switchinline> + (Enter) でも挿入できます。ただし、改ページ挿入用のメニューコマンドを用いると、次ページに適用するページスタイルをユーザー指定できます。"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"hd_id3149175\n"
-"14\n"
"help.text"
msgid "Style"
msgstr "スタイル"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"par_id3156275\n"
-"15\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/insertbreak/stylelb\">Select the page style for the page that follows the manual page break.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/insertbreak/stylelb\">改ページの直後にくるページに適用するページスタイルを選択します。</ahelp>"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"hd_id3145782\n"
-"16\n"
"help.text"
msgid "Change page number"
msgstr "ページ番号の変更"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"par_id3155917\n"
-"17\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/insertbreak/pagenumcb\">Assigns the page number that you specify to the page that follows the manual page break. This option is only available if you assign a different page style to the page that follows manual page break.</ahelp>"
msgstr "<ahelp hid=\"SW:CHECKBOX:DLG_BREAK:CB_PAGENUM\">改ページ記号の直後にくるページに対して、ユーザー指定のページ番号を新規に割り当てます。このオプションが使用できるのは、改ページ後のページに異なるページスタイルを適用させた場合だけです。</ahelp>"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"hd_id3151384\n"
-"20\n"
"help.text"
msgid "Page number"
msgstr "ページ番号"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"par_id3150700\n"
-"21\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/insertbreak/pagenumsb\">Enter the new page number for the page that follows the manual page break.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/insertbreak/pagenumsb\">改ページの直後にくるページに適用する、ユーザー指定の新規ページ番号を入力します。</ahelp>"
#: 04010000.xhp
+#, fuzzy
msgctxt ""
"04010000.xhp\n"
"par_id3150554\n"
-"18\n"
"help.text"
msgid "To display manual breaks, choose <link href=\"text/swriter/01/03100000.xhp\" name=\"View - Nonprinting Characters\"><emph>View - Nonprinting Characters</emph></link>."
msgstr "任意区切りを表示するには、メニュー <link href=\"text/swriter/01/03100000.xhp\" name=\"表示 → 編集記号\"><emph>表示 → 編集記号</emph></link> を選択します。"
@@ -4312,19 +4311,18 @@ msgstr "ファイル名<switchinline select=\"sys\"><caseinline select=\"WIN\">/
msgctxt ""
"04020100.xhp\n"
"par_id3145754\n"
-"29\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the path and the filename for the file that you want to insert, or click the browse button (<emph>...</emph>) to locate the file.</ahelp><switchinline select=\"sys\"><caseinline select=\"WIN\">If the <emph>DDE </emph>check box is selected, enter the DDE command that you want to use.</caseinline></switchinline>"
+msgid "<ahelp hid=\".\">Enter the path and the filename for the file that you want to insert, or click the <emph>Browse</emph> button to locate the file.</ahelp><switchinline select=\"sys\"><caseinline select=\"WIN\">If the <emph>DDE </emph>check box is selected, enter the DDE command that you want to use.</caseinline></switchinline>"
msgstr "<ahelp hid=\"modules/swriter/ui/editsectiondialog/filename\">ファイルを挿入する場合は、該当ファイルへのパスとファイル名を直接入力するか、あるいはブラウズボタン (<emph>...</emph>) を使用して、挿入するファイルを指定します。</ahelp><switchinline select=\"sys\"><caseinline select=\"WIN\"><emph>DDE</emph> チェックボックスを選択した場合は、DDE 指示を入力します。</caseinline></switchinline>"
#: 04020100.xhp
+#, fuzzy
msgctxt ""
"04020100.xhp\n"
"hd_id3155136\n"
-"39\n"
"help.text"
-msgid "..."
-msgstr "..."
+msgid "Browse"
+msgstr "ブラウズ"
#: 04020100.xhp
msgctxt ""
@@ -4372,13 +4370,13 @@ msgid "Write Protection"
msgstr "書き込み保護"
#: 04020100.xhp
+#, fuzzy
msgctxt ""
"04020100.xhp\n"
"hd_id3150700\n"
-"10\n"
"help.text"
-msgid "Protected"
-msgstr "書き込み保護"
+msgid "Protect"
+msgstr "保護"
#: 04020100.xhp
msgctxt ""
@@ -4411,10 +4409,9 @@ msgstr ""
msgctxt ""
"04020100.xhp\n"
"hd_id3150549\n"
-"46\n"
"help.text"
-msgid "..."
-msgstr "..."
+msgid "Password"
+msgstr ""
#: 04020100.xhp
msgctxt ""
@@ -4683,12 +4680,12 @@ msgid "Automatic"
msgstr "自動"
#: 04030000.xhp
+#, fuzzy
msgctxt ""
"04030000.xhp\n"
"par_id3153670\n"
-"17\n"
"help.text"
-msgid "<variable id=\"bearbeitenautomatisch\"><ahelp hid=\"modules/swriter/ui/insertfootnote/automatic\">Automatically assigns consecutive numbers to the footnotes or endnotes that you insert.</ahelp> To change the settings for automatic numbering, choose <link href=\"text/swriter/01/06080000.xhp\" name=\"Tools - Footnotes\"><emph>Tools - Footnotes/Endnotes</emph></link>. </variable>"
+msgid "<variable id=\"bearbeitenautomatisch\"><ahelp hid=\"modules/swriter/ui/insertfootnote/automatic\">Automatically assigns consecutive numbers to the footnotes or endnotes that you insert.</ahelp> To change the settings for automatic numbering, choose <link href=\"text/swriter/01/06080000.xhp\" name=\"Tools - Footnotes\"><emph>Tools - Footnotes and Endnotes</emph></link>.</variable>"
msgstr "<variable id=\"bearbeitenautomatisch\"><ahelp hid=\"SW:RADIOBUTTON:DLG_INS_FOOTNOTE:RB_NUMBER_AUTO\">挿入する脚注または文末脚注に対して、連続する番号を自動的に割り当てさせます。</ahelp>自動番号付けの設定は、<link href=\"text/swriter/01/06080000.xhp\" name=\"ツール → 脚注\"><emph>ツール → 脚注/文末脚注</emph></link> で変更できます。 </variable>"
#: 04030000.xhp
@@ -4713,10 +4710,9 @@ msgstr "<variable id=\"bearbeitenzeichen\"><ahelp hid=\"SW:EDIT:DLG_INS_FOOTNOTE
msgctxt ""
"04030000.xhp\n"
"hd_id3155185\n"
-"10\n"
"help.text"
-msgid "..."
-msgstr "..."
+msgid "Choose"
+msgstr ""
#: 04030000.xhp
msgctxt ""
@@ -4807,82 +4803,82 @@ msgid "<bookmark_value>bookmarks;inserting</bookmark_value>"
msgstr "<bookmark_value>ブックマーク;挿入する</bookmark_value>"
#: 04040000.xhp
+#, fuzzy
msgctxt ""
"04040000.xhp\n"
"hd_id3147506\n"
-"1\n"
"help.text"
msgid "Insert Bookmark"
msgstr "ブックマークを挿入する"
#: 04040000.xhp
+#, fuzzy
msgctxt ""
"04040000.xhp\n"
"par_id3149806\n"
-"2\n"
"help.text"
-msgid "<variable id=\"textmarkeein\"><ahelp hid=\".uno:InsertBookmark\">Inserts a bookmark at the cursor position. You can then use the Navigator to quickly jump to the marked location at a later time.</ahelp> In an HTML document, bookmarks are converted to anchors that you can jump to from a hyperlink. </variable>"
+msgid "<variable id=\"bookmark_text\"><variable id=\"textmarkeein\"><ahelp hid=\".uno:InsertBookmark\">Inserts a bookmark at the cursor position. You can then use the Navigator to quickly jump to the marked location at a later time.</ahelp> In an HTML document, bookmarks are converted to anchors that you can jump to from a hyperlink. </variable></variable>"
msgstr "<variable id=\"textmarkeein\"><ahelp hid=\".uno:InsertBookmark\">カーソル位置にブックマークを挿入します。こうすると、ナビゲーターを使用して、マークした位置にすばやくジャンプできます。</ahelp>HTML ドキュメントでは、ブックマークは、ハイパーリンクからジャンプできるアンカーに変換されます。 </variable>"
#: 04040000.xhp
+#, fuzzy
msgctxt ""
"04040000.xhp\n"
"par_id3153677\n"
-"3\n"
"help.text"
msgid "To jump to a specific bookmark, press F5 to open the <link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link>, click the plus sign (+) next to the<emph> Bookmark</emph> entry, and then double-click the bookmark."
msgstr "特定のブックマークにジャンプするには、まず、F5 を押して<link href=\"text/swriter/01/02110000.xhp\" name=\"ナビゲーター\">ナビゲーター</link>を開きます。次に、<emph>ブックマーク</emph> 項目の隣にあるプラス記号 (+) をクリックして、ブックマークのリストを展開します。この中から目的のブックマークをダブルクリックします。"
#: 04040000.xhp
+#, fuzzy
msgctxt ""
"04040000.xhp\n"
"par_id3151308\n"
-"4\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>You can also right-click the <emph>Page Number</emph> field at the left end of the <emph>Status Bar</emph> at the bottom of the document window, and then choose the bookmark that you want to jump to.</defaultinline></switchinline>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"> </caseinline><defaultinline>You can also right-click the <emph>Page Number</emph> field at the left end of the <emph>Status Bar</emph> at the bottom of the document window, and then choose the bookmark that you want to jump to.</defaultinline></switchinline>"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>同様の操作は、ドキュメントウィンドウ下部の <emph>ステータスバー</emph> の左端にある <emph>ページ番号</emph> 表示エリアを右クリックし、表示されるブックマークの一覧からジャンプ先を選択することでも実行できます。</defaultinline></switchinline>"
#: 04040000.xhp
+#, fuzzy
msgctxt ""
"04040000.xhp\n"
"hd_id3154188\n"
-"5\n"
"help.text"
msgid "Bookmarks"
msgstr "ブックマーク"
#: 04040000.xhp
+#, fuzzy
msgctxt ""
"04040000.xhp\n"
"par_id3155178\n"
-"10\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/insertbookmark/bookmarks\">Type the name of the bookmark that you want to create. The lower list contains all of the bookmarks in the current document. To delete a bookmark, select it in the list, and then click <emph>Delete</emph>.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/insertbookmark/bookmarks\">作成するブックマークの名前を入力します。下のリストには、現在のドキュメントに設定されているすべてのブックマークが表示されます。ブックマークを削除するには、目的のブックマークをリストから選択して、<emph>削除</emph>をクリックします。</ahelp>"
#: 04040000.xhp
+#, fuzzy
msgctxt ""
"04040000.xhp\n"
"par_id3149483\n"
-"13\n"
"help.text"
msgid "You cannot use the following characters in a bookmark name: / \\ @ : * ? \" ; , . #"
msgstr "次の文字はブックマークには使用できません。 / \\ @ : * ? \" ; , . #"
#: 04040000.xhp
+#, fuzzy
msgctxt ""
"04040000.xhp\n"
"hd_id3149817\n"
-"11\n"
"help.text"
msgid "Delete"
msgstr "削除"
#: 04040000.xhp
+#, fuzzy
msgctxt ""
"04040000.xhp\n"
"par_id3151251\n"
-"12\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/insertbookmark/delete\">To delete a bookmark, select the bookmark from the <emph>Insert Bookmark</emph> dialog and click the <emph>Delete</emph> button. No confirmation dialog will follow.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/insertbookmark/delete\">ブックマークを削除するには、<emph>ブックマークの挿入</emph> ダイアログのリストボックスでブックマークを選択して、<emph>削除</emph> ボタンをクリックします。削除時に、確認メッセージは表示されません。</ahelp>"
@@ -4896,91 +4892,91 @@ msgid "Caption"
msgstr "キャプション"
#: 04060000.xhp
+#, fuzzy
msgctxt ""
"04060000.xhp\n"
"hd_id3147173\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/04060000.xhp\" name=\"Caption\">Caption</link>"
msgstr "<link href=\"text/swriter/01/04060000.xhp\" name=\"キャプション\">キャプション</link>"
#: 04060000.xhp
+#, fuzzy
msgctxt ""
"04060000.xhp\n"
"par_id3149288\n"
-"2\n"
"help.text"
-msgid "<variable id=\"beschrifttext\"><ahelp hid=\"modules/swriter/ui/insertcaption/InsertCaptionDialog\">Adds a numbered caption to a selected graphic, table, frame, text frame, or drawing object.</ahelp> You can also access this command by right-clicking the item that you want to add the caption to. </variable>"
+msgid "<variable id=\"beschrifttext\"><ahelp hid=\"modules/swriter/ui/insertcaption/InsertCaptionDialog\">Adds a numbered caption to a selected image, table, chart, frame, or shape.</ahelp> You can also access this command by right-clicking the item that you want to add the caption to. </variable>"
msgstr "<variable id=\"beschrifttext\"><ahelp hid=\"modules/swriter/ui/insertcaption/InsertCaptionDialog\">選択した図、表、枠、テキスト枠、または図形描画オブジェクトに番号のついたキャプションを付けます。</ahelp>このコマンドは、キャプションを付けるオブジェクトを右クリックして、コンテキストメニューから選択することもできます。</variable>"
#: 04060000.xhp
+#, fuzzy
msgctxt ""
"04060000.xhp\n"
"hd_id3154098\n"
-"3\n"
"help.text"
msgid "Properties"
msgstr "プロパティ"
#: 04060000.xhp
+#, fuzzy
msgctxt ""
"04060000.xhp\n"
"par_id3149804\n"
-"4\n"
"help.text"
msgid "Set the caption options for the current selection."
msgstr "現在選択しているオブジェクトのキャプションのオプションを設定します。"
#: 04060000.xhp
+#, fuzzy
msgctxt ""
"04060000.xhp\n"
"hd_id3153533\n"
-"5\n"
"help.text"
msgid "Category"
msgstr "グループ名"
#: 04060000.xhp
+#, fuzzy
msgctxt ""
"04060000.xhp\n"
"par_id3154574\n"
-"6\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/insertcaption/category\">Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name. </ahelp> For example, the \"Illustration\" caption category is formatted with the \"Illustration\" paragraph style."
msgstr "<ahelp hid=\"modules/swriter/ui/insertcaption/category\">キャプションのカテゴリーを選択します。新規にカテゴリー名を入力すると、独自のカテゴリーを作成できます。カテゴリーは、キャプションの番号の前に表示されます。定義済みカテゴリーはそれぞれ、同じ名前の段落スタイルで書式設定されています。</ahelp>たとえば「図形描画」カテゴリーは「図形描画」段落スタイルで書式設定されています。"
#: 04060000.xhp
+#, fuzzy
msgctxt ""
"04060000.xhp\n"
"hd_id3153675\n"
-"7\n"
"help.text"
msgid "Numbering"
msgstr "番号付け"
#: 04060000.xhp
+#, fuzzy
msgctxt ""
"04060000.xhp\n"
"par_id3152962\n"
-"8\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/insertcaption/numbering\">Select the type of numbering that you want to use in the caption.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/insertcaption/numbering\">キャプションで表示させる番号の種類を選択します。</ahelp>"
#: 04060000.xhp
+#, fuzzy
msgctxt ""
"04060000.xhp\n"
"hd_id3155893\n"
-"9\n"
"help.text"
msgid "Caption"
msgstr "キャプション"
#: 04060000.xhp
+#, fuzzy
msgctxt ""
"04060000.xhp\n"
"par_id3149688\n"
-"10\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/insertcaption/num_separator_edit\">Type the text that you want to appear after the caption number.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/insertcaption/num_separator_edit\">キャプションの後に表示したいテキストを入力します。</ahelp>"
@@ -5002,28 +4998,28 @@ msgid "<ahelp hid=\".\">Enter optional text characters to appear between the num
msgstr "<ahelp hid=\".\">数字とキャプションのテキストとの間に表示されるオプションのテキスト文字を入力します。</ahelp>"
#: 04060000.xhp
+#, fuzzy
msgctxt ""
"04060000.xhp\n"
"hd_id3154199\n"
-"11\n"
"help.text"
msgid "Position"
msgstr "位置"
#: 04060000.xhp
+#, fuzzy
msgctxt ""
"04060000.xhp\n"
"par_id3149486\n"
-"12\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/insertcaption/position\">Adds the caption above or below the selected item. This option is only available for some objects.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/insertcaption/position\">キャプションの表示位置を、選択項目の上にするか下にするかを指定します。選択するオブジェクトの種類によっては、このオプションを使用できない場合があります。</ahelp>"
#: 04060000.xhp
+#, fuzzy
msgctxt ""
"04060000.xhp\n"
"hd_id3149043\n"
-"29\n"
"help.text"
msgid "<link href=\"text/swriter/01/04060100.xhp\" name=\"Options\">Options</link>"
msgstr "<link href=\"text/swriter/01/04060100.xhp\" name=\"オプション\">オプション</link>"
@@ -6232,12 +6228,13 @@ msgid "Sender"
msgstr "差出人"
#: 04090001.xhp
+#, fuzzy
msgctxt ""
"04090001.xhp\n"
"par_id3146341\n"
"9\n"
"help.text"
-msgid "Inserts fields containing user data. You can change the user-data that is displayed by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010100.xhp\" name=\"$[officename] - User Data\">$[officename] - User Data</link></emph>."
+msgid "Inserts fields containing user data. You can change the user-data that is displayed by choosing <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01010100.xhp\" name=\"$[officename] - User Data\"><emph>$[officename] - User Data</emph></link>."
msgstr "ユーザーデータの表示用フィールドを挿入します。ユーザデータの登録内容は <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01010100.xhp\" name=\"$[officename] → ユーザーデータ\">$[officename] → ユーザーデータ</link></emph> で変更できます。"
#: 04090001.xhp
@@ -6564,12 +6561,12 @@ msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts the field as static conten
msgstr "<ahelp hid=\".\" visibility=\"hidden\">フィールドを、静的な内容として挿入します。つまり、そのフィールドは更新できないということです。</ahelp>"
#: 04090001.xhp
+#, fuzzy
msgctxt ""
"04090001.xhp\n"
"hd_id3153026\n"
-"43\n"
"help.text"
-msgid "Layer"
+msgid "Level"
msgstr "レベル"
#: 04090001.xhp
@@ -7335,12 +7332,13 @@ msgid "Hidden text"
msgstr "隠しテキスト"
#: 04090003.xhp
+#, fuzzy
msgctxt ""
"04090003.xhp\n"
"par_id3147524\n"
"14\n"
"help.text"
-msgid "Inserts a text field that is hidden when the condition that you specify is met. To use this function, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\">%PRODUCTNAME Writer - Formatting Aids</link></emph> and clear the <emph>Fields: Hidden text</emph> check box."
+msgid "Inserts a text field that is hidden when the condition that you specify is met. To use this function, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link> and clear the <emph>Fields: Hidden text</emph> check box."
msgstr "ユーザーの指定した条件が満たされた場合に、非表示のテキストフィールドを挿入します。この機能を使用するには、 <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01040600.xhp\" name=\"文書ドキュメント → 書式サポート\">%PRODUCTNAME Writer → 書式サポート</link></emph> を選択し、<emph>フィールド: 隠しテキスト</emph> チェックボックスをオフにします。"
#: 04090003.xhp
@@ -7353,12 +7351,13 @@ msgid "Hidden Paragraph"
msgstr "隠し段落"
#: 04090003.xhp
+#, fuzzy
msgctxt ""
"04090003.xhp\n"
"par_id3153677\n"
"16\n"
"help.text"
-msgid "Hides a paragraph when the condition that you specify is met. To use this function, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\">%PRODUCTNAME Writer - Formatting Aids</link></emph> and clear the <emph>Fields: Hidden paragraph</emph> check box."
+msgid "Hides a paragraph when the condition that you specify is met. To use this function, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link> and clear the <emph>Fields: Hidden paragraph</emph> check box."
msgstr "ユーザーの指定した条件が満たされた場合に、段落を非表示にします。この機能を使う場合は、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01040600.xhp\" name=\"文書ドキュメント → 書式サポート\">%PRODUCTNAME Writer → 書式サポート</link></emph>を選択して、<emph>フィールド: 隠し段落</emph> チェックボックスをオフにします。\""
#: 04090003.xhp
@@ -9628,12 +9627,13 @@ msgid "User Data"
msgstr "ユーザーデータ"
#: 04090200.xhp
+#, fuzzy
msgctxt ""
"04090200.xhp\n"
"par_id3150028\n"
"96\n"
"help.text"
-msgid "You can include user data when you define conditions. To change your user data, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - User data</emph>. User data must be entered in the form of strings. You can query the user data with \"==\" (EQ), \"!=\" (NEQ), or \"!\"(NOT)."
+msgid "You can include user data when you define conditions. To change your user data, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - User data</emph>. User data must be entered in the form of strings. You can query the user data with \"==\" (EQ), \"!=\" (NEQ), or \"!\"(NOT)."
msgstr "条件を定義するときには、ユーザーデータも使用できます。ユーザーデータを変更するには、メニュー <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → ユーザーデータ</emph> を選択します。 ユーザーデータは文字列の形式で入力する必要があります。ユーザーデータを照会するときには、「== (EQ)」、「!= (NEQ)」、または「! (NOT)」を使用できます。"
#: 04090200.xhp
@@ -10177,12 +10177,13 @@ msgid "If the COMPANY database field is empty, the condition is true and the par
msgstr "フィールド「会社」が空の場合、条件は真になり、段落は隠されます。"
#: 04090200.xhp
+#, fuzzy
msgctxt ""
"04090200.xhp\n"
"par_id3150232\n"
"58\n"
"help.text"
-msgid "To display hidden paragraphs on the screen, you can choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting Aids</emph>, and clear the <emph>Fields: Hidden paragraphs</emph> check box."
+msgid "To display hidden paragraphs on the screen, you can choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph>, and clear the <emph>Fields: Hidden paragraphs</emph> check box."
msgstr "隠し段落を画面に表示するには、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 書式サポート</emph> を選択して、<emph>フィールド: 隠し段落</emph> チェックボックスをオフにします。"
#: 04090200.xhp
@@ -10526,61 +10527,51 @@ msgctxt ""
"04120000.xhp\n"
"tit\n"
"help.text"
-msgid "Indexes and Tables"
-msgstr "目次と索引"
+msgid "Tables of Contents and Index"
+msgstr ""
#: 04120000.xhp
+#, fuzzy
msgctxt ""
"04120000.xhp\n"
"hd_id3151380\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/swriter/01/04120000.xhp\" name=\"Indexes and Tables\">Indexes and Tables</link>"
-msgstr "<link href=\"text/swriter/01/04120000.xhp\" name=\"目次と索引\">目次と索引</link>"
+msgid "<link href=\"text/swriter/01/04120000.xhp\" name=\"Tables of Contents and Index\">Tables of Contents and Index</link>"
+msgstr "<link href=\"text/swriter/01/04120211.xhp\" name=\"目次\">目次</link>"
#: 04120000.xhp
msgctxt ""
"04120000.xhp\n"
"par_idN105AC\n"
"help.text"
-msgid "Opens a menu to insert index entries and to insert indexes and tables."
-msgstr "インデックスのエントリを挿入し、インデックスとテーブルを挿入するためのメニューを開きます。"
-
-#: 04120000.xhp
-msgctxt ""
-"04120000.xhp\n"
-"par_id3150114\n"
-"6\n"
-"help.text"
-msgid "<link href=\"text/swriter/guide/main.xhp\" name=\"Instructions for Indexes\">Instructions for Indexes</link>"
-msgstr "<link href=\"text/swriter/guide/main.xhp\" name=\"目次と索引についての導入\">目次と索引についての導入</link>"
+msgid "Opens a menu to insert an index or bibliography entry, as well as inserting a tables of contents, index, and or bibliography."
+msgstr ""
#: 04120000.xhp
+#, fuzzy
msgctxt ""
"04120000.xhp\n"
"hd_id3147416\n"
-"3\n"
"help.text"
-msgid "<link href=\"text/swriter/01/04120100.xhp\" name=\"Entry\">Entry</link>"
+msgid "<link href=\"text/swriter/01/04120100.xhp\" name=\"Index Entry\">Index Entry</link>"
msgstr "<link href=\"text/swriter/01/04120100.xhp\" name=\"目次と索引の項目登録...\">目次と索引の項目登録...</link>"
#: 04120000.xhp
+#, fuzzy
msgctxt ""
"04120000.xhp\n"
-"hd_id3147501\n"
-"4\n"
+"hd_id3155620\n"
"help.text"
-msgid "<link href=\"text/swriter/01/04120200.xhp\" name=\"Indexes and Tables\">Indexes and Tables</link>"
-msgstr "<link href=\"text/swriter/01/04120200.xhp\" name=\"目次と索引...\">目次と索引...</link>"
+msgid "<link href=\"text/swriter/01/04120300.xhp\" name=\"Bibliography Entry\">Bibliography Entry</link>"
+msgstr "<link href=\"text/swriter/01/04120300.xhp\" name=\"参考文献項目...\">参考文献項目...</link>"
#: 04120000.xhp
msgctxt ""
"04120000.xhp\n"
-"hd_id3155620\n"
-"5\n"
+"hd_id3147501\n"
"help.text"
-msgid "<link href=\"text/swriter/01/04120300.xhp\" name=\"Bibliography Entry\">Bibliography Entry</link>"
-msgstr "<link href=\"text/swriter/01/04120300.xhp\" name=\"参考文献項目...\">参考文献項目...</link>"
+msgid "<link href=\"text/swriter/01/04120200.xhp\" name=\"Tables of Context, Index or Bibliography\">Tables of Content, Index or Bibliography</link>"
+msgstr ""
#: 04120100.xhp
msgctxt ""
@@ -10798,12 +10789,12 @@ msgid "You cannot use the function for an <emph>Entry </emph>that you entered ma
msgstr "また、このダイアログの <emph>項目</emph> に直接入力した語句にも適用できません。"
#: 04120100.xhp
+#, fuzzy
msgctxt ""
"04120100.xhp\n"
"par_id3147496\n"
-"18\n"
"help.text"
-msgid "To include all occurrences of a text passage in an index, select the text, choose<emph> Edit - Find & Replace</emph>, and click <emph>Find All</emph>. Then choose <emph>Insert - Indexes and Tables - Entry</emph> and click <emph>Insert</emph>."
+msgid "To include all occurrences of a text passage in an index, select the text, choose<emph> Edit - Find & Replace</emph>, and click <emph>Find All</emph>. Then choose <emph>Insert - Table of Contents and Index - Index Entry</emph> and click <emph>Insert</emph>."
msgstr "ドキュメント内のすべての場所において、選択した語句と同じ語句をすべて索引の対象であると見なすには、まず、語句を選択し、メニュー <emph>編集 → 検索と置換</emph> を選択して、<emph>すべて検索</emph> をクリックします。次に、メニュー <emph>挿入 → 目次と索引 → 目次と索引の項目登録</emph> を選択して、<emph>挿入</emph> をクリックします。"
#: 04120100.xhp
@@ -10910,25 +10901,25 @@ msgctxt ""
"04120200.xhp\n"
"tit\n"
"help.text"
-msgid "Insert Index/Table"
-msgstr "目次と索引の挿入"
+msgid "Insert Index or Table of Contents"
+msgstr ""
#: 04120200.xhp
msgctxt ""
"04120200.xhp\n"
"hd_id3151312\n"
-"1\n"
"help.text"
-msgid "Insert Index/Table"
-msgstr "目次と索引の挿入"
+msgid "Insert Index or Table of Contents"
+msgstr ""
#: 04120200.xhp
+#, fuzzy
msgctxt ""
"04120200.xhp\n"
"par_id3154476\n"
"2\n"
"help.text"
-msgid "<variable id=\"verzeichnisse\"><ahelp hid=\".uno:InsertMultiIndex\" visibility=\"visible\">Inserts an index or a table of contents at the current cursor position.</ahelp> To edit an index or table of contents, place the cursor in the index or table of contents, and then choose <emph>Insert - Indexes and Tables - Indexes and Tables</emph>.</variable>"
+msgid "<variable id=\"verzeichnisse\"><ahelp hid=\".uno:InsertMultiIndex\" visibility=\"visible\">Inserts an index or a table of contents at the current cursor position.</ahelp> To edit an index or table of contents, place the cursor in the index or table of contents, and then choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>.</variable>"
msgstr "<variable id=\"verzeichnisse\"><ahelp hid=\".uno:InsertMultiIndex\" visibility=\"visible\">現在のカーソル位置に、索引または目次を挿入します。</ahelp>挿入した索引や目次を編集するには、これらの領域の内部にカーソルを移動してから、<emph>挿入 → 目次と索引 → 目次と索引</emph> を選択します。</variable>"
#: 04120200.xhp
@@ -11097,17 +11088,17 @@ msgctxt ""
"04120210.xhp\n"
"tit\n"
"help.text"
-msgid "Index/Table"
-msgstr "索引/表"
+msgid "Index or Table of Contents"
+msgstr ""
#: 04120210.xhp
+#, fuzzy
msgctxt ""
"04120210.xhp\n"
"hd_id3150933\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/swriter/01/04120210.xhp\" name=\"Index/Table\">Index/Table</link>"
-msgstr "<link href=\"text/swriter/01/04120210.xhp\" name=\"目次と索引\">目次と索引</link>"
+msgid "<link href=\"text/swriter/01/04120210.xhp\" name=\"Index or Table of Contents\">Index or Table of Contents</link>"
+msgstr "<link href=\"text/swriter/01/04120211.xhp\" name=\"目次\">目次</link>"
#: 04120210.xhp
msgctxt ""
@@ -11200,12 +11191,12 @@ msgid "<link href=\"text/swriter/guide/main.xhp\" name=\"Using Tables of Content
msgstr "<link href=\"text/swriter/guide/main.xhp\" name=\"目次と索引について\">目次と索引について</link>"
#: 04120210.xhp
+#, fuzzy
msgctxt ""
"04120210.xhp\n"
"par_id3152942\n"
-"12\n"
"help.text"
-msgid "<link href=\"text/swriter/01/04120100.xhp\" name=\"Insert - Indexes and Tables - Entry\">Insert - Indexes and Tables - Entry</link>"
+msgid "<link href=\"text/swriter/01/04120100.xhp\" name=\"Insert - Indexes and Tables - Entry\">Insert - Table of Contents and Index - Index Entry</link>"
msgstr "メニュー <link href=\"text/swriter/01/04120100.xhp\" name=\"挿入 → 目次と索引 → 目次と索引の項目登録\">挿入 → 目次と索引 → 目次と索引の項目登録</link>"
#: 04120211.xhp
@@ -11262,12 +11253,12 @@ msgid "Type"
msgstr "種類"
#: 04120211.xhp
+#, fuzzy
msgctxt ""
"04120211.xhp\n"
"par_id3145418\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/type\">Select the type of index that you want to insert.</ahelp> The options available on this tab depend on the index type that you select. If the cursor is in an index when you choose the <emph>Insert - Indexes and Tables - Indexes and Tables</emph>, you can then edit that index."
+msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/type\">Select the type of index that you want to insert.</ahelp> The options available on this tab depend on the index type that you select. If the cursor is in an index when you choose the <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>, you can then edit that index."
msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/type\" visibility=\"visible\">挿入する索引の種類を指定します。</ahelp>この見出しで設定できるオプションは、選択した索引の種類により変化します。カーソルを索引中に置いた状態で、メニュー <emph>挿入 → 目次と索引 → 目次と索引</emph> を選択すると、その索引の編集を行えます。"
#: 04120211.xhp
@@ -11298,12 +11289,13 @@ msgid "Protected against manual changes"
msgstr "任意変更から保護"
#: 04120211.xhp
+#, fuzzy
msgctxt ""
"04120211.xhp\n"
"par_id3153665\n"
"10\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/readonly\">Prevents the contents of the index from being changed.</ahelp> Manual changes that you make to an index are lost when the index is refreshed. If you want the cursor to scroll through a protected area, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting Aids</emph>, and then select the <emph>Cursor in protected areas - Enabled </emph>check box."
+msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/readonly\">Prevents the contents of the index from being changed.</ahelp> Manual changes that you make to an index are lost when the index is refreshed. If you want the cursor to scroll through a protected area, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph>, and then select the <emph>Cursor in protected areas - Enabled </emph>check box."
msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/readonly\">索引の内容の変更を禁止します。</ahelp>>手作業で変更した箇所は、索引を更新すると消去されます。 保護範囲にカーソルを入れる場合は、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 書式サポート</emph>を選択し、<emph>保護範囲へのカーソル進入</emph> の <emph>許可する</emph> チェックボックスをオンにします。"
#: 04120211.xhp
@@ -11405,13 +11397,13 @@ msgid "<variable id=\"vorlg\"><ahelp hid=\"modules/swriter/ui/tocindexpage/addst
msgstr "<variable id=\"vorlg\"><ahelp hid=\"modules/swriter/ui/tocindexpage/addstylescb\">ダイアログ <emph>スタイルの適用</emph> で指定した段落スタイルを、索引の項目として取り込みます。索引に取り込む段落スタイルを選択するには、このボックスの右側にあるボタン <emph>スタイルの適用 (...</emph>) をクリックします。</ahelp></variable>"
#: 04120211.xhp
+#, fuzzy
msgctxt ""
"04120211.xhp\n"
"hd_id3149168\n"
-"23\n"
"help.text"
-msgid "..."
-msgstr "..."
+msgid "Assign styles"
+msgstr "スタイルの適用"
#: 04120211.xhp
msgctxt ""
@@ -11432,12 +11424,12 @@ msgid "Index marks"
msgstr "目次と索引の項目"
#: 04120211.xhp
+#, fuzzy
msgctxt ""
"04120211.xhp\n"
"par_id3155861\n"
-"26\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/indexmarks\">Includes the index entries that you inserted by choosing <emph>Insert - Indexes and Tables - Entry</emph> in the index.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocindexpage/indexmarks\">Includes the index entries that you inserted by choosing <emph>Insert - Table of Contents and Index - Index Entry</emph> in the index.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/tocindexpage/indexmarks\" visibility=\"visible\">メニュー 挿入 → 目次と索引 → 目次と索引の項目登録 で指定した索引の項目が挿入されます。</ahelp>"
#: 04120212.xhp
@@ -12290,9 +12282,8 @@ msgstr "<link href=\"text/swriter/01/04120220.xhp\" name=\"項目 (目次と索
msgctxt ""
"04120220.xhp\n"
"par_id3154504\n"
-"2\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\"modules/swriter/ui/tocentriespage/TocEntriesPage\">Specify the format of the index or table entries. The appearance of this tab changes to reflect the type of index that you selected on the <link href=\"text/swriter/01/04120210.xhp\" name=\"Index/Table\">Index/Table</link> tab.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\"modules/swriter/ui/tocentriespage/TocEntriesPage\">Specify the format of the index or table entries. The appearance of this tab changes to reflect the type of index that you selected on the <link href=\"text/swriter/01/04120210.xhp\" name=\"Index or Table of Contents\">Index or Table of Contents</link> tab.</ahelp>"
msgstr ""
#: 04120220.xhp
@@ -13337,10 +13328,9 @@ msgstr "コンコーダンスファイルの編集ダイアログを開くには
msgctxt ""
"04120250.xhp\n"
"par_id3149292\n"
-"20\n"
"help.text"
-msgid "Choose <emph>Insert - Indexes and Tables - Indexes and Tables - Index/Table</emph>."
-msgstr "メニュー <emph>挿入 → 目次と索引 → 目次と索引 → 目次と索引</emph> タブを選択します。"
+msgid "Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Index or Table of Contents</emph>."
+msgstr ""
#: 04120250.xhp
msgctxt ""
@@ -13888,12 +13878,13 @@ msgid "To resize a selected frame or object, first press Ctrl+Tab. Now one of th
msgstr "選択した枠やオブジェクトのサイズを変更するには、まず Ctrl + Tab キーを押します。これにより、ハンドルの 1 つが点滅し、選択されたことが示されます。別のハンドルを選択するには、Ctrl + Tab キーをもう一度押します。グリッド単位でオブジェクトのサイズを変更するには、矢印キーを押します。ピクセル単位でサイズを変更するには、<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> キーを押した状態で、矢印キーを押します。"
#: 04130100.xhp
+#, fuzzy
msgctxt ""
"04130100.xhp\n"
"par_id3149294\n"
"6\n"
"help.text"
-msgid "The increment by which you move an object with the keyboard is determined by the document grid. To change the properties of the document grid, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01050100.xhp\" name=\"Text document - Grid\">%PRODUCTNAME Writer - Grid</link></emph>."
+msgid "The increment by which you move an object with the keyboard is determined by the document grid. To change the properties of the document grid, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01050100.xhp\" name=\"Text document - Grid\"><emph>%PRODUCTNAME Writer - Grid</emph></link>."
msgstr "キーボード操作でオブジェクトを移動するときの増分は、ドキュメントのグリッド線によって決まります。ドキュメントのグリッド線の属性を変更するには、 <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01050100.xhp\" name=\"文章ドキュメント → グリッド\">%PRODUCTNAME Writer → グリッド</link></emph> を選択します。"
#: 04150000.xhp
@@ -13914,12 +13905,13 @@ msgid "<link href=\"text/swriter/01/04150000.xhp\">Table</link>"
msgstr "<link href=\"text/swriter/01/04150000.xhp\">テーブル</link>"
#: 04150000.xhp
+#, fuzzy
msgctxt ""
"04150000.xhp\n"
"par_id3149355\n"
"2\n"
"help.text"
-msgid "<variable id=\"tabelletext\"><ahelp hid=\".uno:InsertTable\">Inserts a table into the document. You can also click the arrow, drag to select the number of rows and columns to include in the table, and then click in the last cell.</ahelp></variable>"
+msgid "<variable id=\"table_text\"><variable id=\"tabelletext\"><ahelp hid=\".uno:InsertTable\">Inserts a table into the document. You can also click the arrow, drag to select the number of rows and columns to include in the table, and then click in the last cell.</ahelp></variable></variable>"
msgstr "<variable id=\"tabelletext\"><ahelp hid=\".uno:InsertTable\">ドキュメントに表を挿入します。矢印をクリックして、表に含める行と列の数をドラッグして選択し、次にセルでクリックすることもできます。</ahelp></variable>"
#: 04150000.xhp
@@ -13949,12 +13941,13 @@ msgid "To insert a table into a table, click in a cell in the table and choose <
msgstr "表の中に別の表を挿入するには、表のセルをクリックしてから、<emph>表 → 挿入 → 表</emph> を選択します。"
#: 04150000.xhp
+#, fuzzy
msgctxt ""
"04150000.xhp\n"
"par_id3154638\n"
"50\n"
"help.text"
-msgid "$[officename] can automatically format numbers that you enter in a table cell, for example, dates and times. To activate this feature, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Table</emph> and click the<emph> Number recognition </emph>check box in the <emph>Input in tables</emph> area."
+msgid "$[officename] can automatically format numbers that you enter in a table cell, for example, dates and times. To activate this feature, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Table</emph> and click the<emph> Number recognition </emph>check box in the <emph>Input in tables</emph> area."
msgstr "$[officename] では、表のセルに入力した日付や時刻などの数字を自動的に書式設定できます。この機能を有効にするには、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 表</emph> を選択して、 <emph>表への入力</emph> エリアの <emph>数字の認識</emph> チェックボックスをオンにします。"
#: 04150000.xhp
@@ -14239,7 +14232,7 @@ msgctxt ""
"04180400.xhp\n"
"hd_id3149130\n"
"help.text"
-msgid "Exchanging Databases"
+msgid "Exchange Databases"
msgstr "データベースの交換"
#: 04180400.xhp
@@ -14395,19 +14388,17 @@ msgstr "他のファイルを挿入する"
msgctxt ""
"04190000.xhp\n"
"hd_id3147562\n"
-"1\n"
"help.text"
-msgid "Insert (File)"
-msgstr "他のファイルを挿入する"
+msgid "Insert (Document)"
+msgstr ""
#: 04190000.xhp
msgctxt ""
"04190000.xhp\n"
"par_id3145411\n"
-"2\n"
"help.text"
-msgid "<variable id=\"datei\"><ahelp hid=\".uno:InsertDoc\">Inserts a text file at the current cursor position.</ahelp></variable>"
-msgstr "<variable id=\"datei\"><ahelp hid=\".uno:InsertDoc\">現在のカーソル位置に、他のテキストファイルを挿入します。</ahelp></variable>"
+msgid "<variable id=\"datei\"><ahelp hid=\".\">Inserts the contents of another document into the current document at the cursor position.</ahelp> </variable>"
+msgstr ""
#: 04190000.xhp
msgctxt ""
@@ -14444,12 +14435,13 @@ msgid "<variable id=\"scripttext\"><ahelp hid=\".uno:InsertScript\">Inserts a sc
msgstr "<variable id=\"scripttext\"><ahelp hid=\".uno:InsertScript\">形式ドキュメントまたは文書ドキュメントの、現在のカーソル位置にスクリプトを挿入します。</ahelp></variable>"
#: 04200000.xhp
+#, fuzzy
msgctxt ""
"04200000.xhp\n"
"par_id3149880\n"
"4\n"
"help.text"
-msgid "An inserted script is indicated by a small green rectangle. If you do not see the rectangle, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer/Web - <link href=\"text/shared/optionen/01040200.xhp\" name=\"View\">View</link></emph>, and select the <emph>Comments</emph> check box. To edit a script, double-click the green rectangle."
+msgid "An inserted script is indicated by a small green rectangle. If you do not see the rectangle, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer/Web - </emph><link href=\"text/shared/optionen/01040200.xhp\" name=\"View\"><emph>View</emph></link>, and select the <emph>Comments</emph> check box. To edit a script, double-click the green rectangle."
msgstr "挿入されたスクリプトは、小さな緑色の四角形で示されます。この四角形が表示されない場合、メニュー <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer/Web → <link href=\"text/shared/optionen/01040200.xhp\" name=\"表示\">表示</link></emph> を選択して、<emph>コメント</emph> チェックボックスをオンにします。スクリプトを編集するには、緑色の四角形をダブルクリックします。"
#: 04200000.xhp
@@ -14514,12 +14506,12 @@ msgid "URL"
msgstr "URL"
#: 04200000.xhp
+#, fuzzy
msgctxt ""
"04200000.xhp\n"
"par_id3149810\n"
-"14\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/insertscript/urlentry\">Adds a link to a script file. Click the <emph>URL </emph>radio button, and then enter the link in the box. You can also click the browse button (<emph>...</emph>), locate the file, and then click <emph>Insert</emph>.</ahelp> The linked script file is identified in the HTML source code by the following tags:"
+msgid "<ahelp hid=\"modules/swriter/ui/insertscript/urlentry\">Adds a link to a script file. Click the <emph>URL </emph>radio button, and then enter the link in the box. You can also click the <emph>Browse</emph> button, locate the file, and then click <emph>Insert</emph>.</ahelp> The linked script file is identified in the HTML source code by the following tags:"
msgstr "<ahelp hid=\"modules/swriter/ui/insertscript/urlentry\">スクリプトファイルへのリンクを追加します。<emph>URL</emph> ラジオボタンをクリックして、ボックスにリンクを入力します。ブラウズボタン (<emph>...</emph>) をクリックして、ファイルを選択し、<emph>挿入</emph> をクリックすることもできます。</ahelp>リンクされたスクリプトファイルは、HTML ソースコード内では次のタグで識別されます。"
#: 04200000.xhp
@@ -14550,13 +14542,13 @@ msgid "</SCRIPT>"
msgstr "</SCRIPT>"
#: 04200000.xhp
+#, fuzzy
msgctxt ""
"04200000.xhp\n"
"hd_id3155903\n"
-"19\n"
"help.text"
-msgid "..."
-msgstr "..."
+msgid "Browse"
+msgstr "ブラウズ"
#: 04200000.xhp
msgctxt ""
@@ -14594,21 +14586,21 @@ msgid "Header"
msgstr "ヘッダー"
#: 04220000.xhp
+#, fuzzy
msgctxt ""
"04220000.xhp\n"
"hd_id3146320\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/04220000.xhp\" name=\"Header\">Header</link>"
msgstr "<link href=\"text/swriter/01/04220000.xhp\" name=\"ヘッダー\">ヘッダー</link>"
#: 04220000.xhp
+#, fuzzy
msgctxt ""
"04220000.xhp\n"
"par_id3145827\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\".uno:InsertPageHeader\">Adds or removes a header from the page style that you select in the submenu. The header is added to all of the pages that use the same page style.</ahelp> In a new document, only the \"Default\" page style is listed. Other page styles are added to the list after you apply them in the document."
+msgid "<ahelp hid=\".\">Adds or removes a header from the page style that you select in the submenu. The header is added to all of the pages that use the same page style.</ahelp> In a new document, only the \"Default\" page style is listed. Other page styles are added to the list after you apply them in the document."
msgstr "<ahelp hid=\".uno:InsertPageHeader\">サブメニューで選択したページスタイルに対して、ヘッダーを追加または削除します。ヘッダーは、該当するページスタイルを使用しているすべてのページに追加されます。</ahelp>新しいドキュメントでは、「標準」ページスタイルだけが表示できます。他のページスタイルは、ドキュメントに適用するごとにリストに追加されます。"
#: 04220000.xhp
@@ -14621,37 +14613,36 @@ msgid "The headers are visible only when you view the document in print layout (
msgstr "ヘッダーは、ドキュメントを印刷レイアウトで表示する (<emph>表示 - 印刷レイアウト</emph> を有効にする) 場合だけ表示できます。"
#: 04220000.xhp
+#, fuzzy
msgctxt ""
"04220000.xhp\n"
"par_id3150570\n"
-"3\n"
"help.text"
msgid "A check mark is displayed in front of the page styles that have headers."
msgstr "ヘッダーが設定されているページスタイルの前には、チェックマークが表示されます。"
#: 04220000.xhp
+#, fuzzy
msgctxt ""
"04220000.xhp\n"
"par_id3153921\n"
-"4\n"
"help.text"
-msgid "To remove a header, choose <emph>Insert - Header</emph>, and then select the page style containing the header. The header is removed from all of the pages that use this page style."
+msgid "To remove a header, choose <emph>Insert - </emph><emph>Header and Footer - </emph><emph>Header</emph>, and then select the page style containing the header. The header is removed from all of the pages that use this page style."
msgstr "ヘッダーを削除するには、<emph>挿入 → ヘッダー</emph> を選択して、ヘッダーが設定されているページスタイルを選択します。ヘッダーは、該当するページスタイルが適用されているすべてのページから削除されます。"
#: 04220000.xhp
msgctxt ""
"04220000.xhp\n"
"par_id3150761\n"
-"5\n"
"help.text"
-msgid "To add or remove headers from all of the page styles that are in use in the document, choose <emph>Insert - Header - All</emph>."
-msgstr "ドキュメント内で使用しているすべてのページスタイルにヘッダーを追加または削除するには、メニュー <emph>挿入 → ヘッダー → すべて</emph> を選択します。"
+msgid "To add or remove headers from all of the page styles that are in use in the document, choose <emph>Insert - </emph><emph>Header and Footer - </emph><emph>Header - All</emph>."
+msgstr ""
#: 04220000.xhp
+#, fuzzy
msgctxt ""
"04220000.xhp\n"
"par_id3156410\n"
-"6\n"
"help.text"
msgid "To format a header, choose <link href=\"text/shared/01/05040300.xhp\" name=\"Format - Page - Header\"><emph>Format - Page - Header</emph></link>."
msgstr "ヘッダーを書式設定するには、メニュー <link href=\"text/shared/01/05040300.xhp\" name=\"書式 → ページ → ヘッダー\"><emph>書式 → ページ → ヘッダー</emph></link> を選択します。"
@@ -14665,21 +14656,21 @@ msgid "Footer"
msgstr "フッター"
#: 04230000.xhp
+#, fuzzy
msgctxt ""
"04230000.xhp\n"
"hd_id3147403\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/04230000.xhp\" name=\"Footer\">Footer</link>"
msgstr "<link href=\"text/swriter/01/04230000.xhp\" name=\"フッター\">フッター</link>"
#: 04230000.xhp
+#, fuzzy
msgctxt ""
"04230000.xhp\n"
"par_id3149353\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\".uno:InsertPageFooter\">Adds or removes a footer from the page style that you select in the submenu. The footer is added to all of the pages that use the same page style.</ahelp> In a new document, only the \"Default\" page style is listed. Other page styles are added to the list after you apply them in the document."
+msgid "<ahelp hid=\".\">Adds or removes a footer from the page style that you select in the submenu. The footer is added to all of the pages that use the same page style.</ahelp> In a new document, only the \"Default\" page style is listed. Other page styles are added to the list after you apply them in the document."
msgstr "<ahelp hid=\".uno:InsertPageFooter\">サブメニューで選択したページスタイルに対して、フッターを追加または削除します。フッターは、該当するページスタイルを使用しているすべてのページに追加されます。</ahelp>新しいドキュメントでは、「標準」ページスタイルだけが表示できます。他のページスタイルは、ドキュメントに適用するごとにリストに追加されます。"
#: 04230000.xhp
@@ -14692,37 +14683,36 @@ msgid "The footers are visible only when you view the document in print layout (
msgstr "フッターは、ドキュメントを印刷レイアウトで表示する (<emph>表示 - 印刷レイアウト</emph> を有効にする) 場合だけ表示できます。"
#: 04230000.xhp
+#, fuzzy
msgctxt ""
"04230000.xhp\n"
"par_id3150018\n"
-"3\n"
"help.text"
msgid "A check mark is displayed in front of the page styles that have footers."
msgstr "フッターが設定されているページスタイルの前には、チェックマークが表示されます。"
#: 04230000.xhp
+#, fuzzy
msgctxt ""
"04230000.xhp\n"
"par_id3150566\n"
-"4\n"
"help.text"
-msgid "To remove a footer, choose <emph>Insert - Footer</emph>, and then select the page style containing the footer. The footer is removed from all of the pages that use this page style."
+msgid "To remove a footer, choose <emph>Insert - </emph><emph>Header and Footer - </emph><emph>Footer</emph>, and then select the page style containing the footer. The footer is removed from all of the pages that use this page style."
msgstr "フッターを削除するには、<emph>挿入 → フッター</emph> を選択して、フッターを含むページスタイルを選択します。このページスタイルを使用するすべてのページからフッターが削除されます。"
#: 04230000.xhp
msgctxt ""
"04230000.xhp\n"
"par_id3153923\n"
-"5\n"
"help.text"
-msgid "To add or remove footers from all of the page styles that are in use in the document, choose <emph>Insert - Footer - All</emph>."
-msgstr "ドキュメント内で使用しているすべてのページスタイルにフッターを追加または削除するには、メニュー <emph>挿入 → フッター → すべて</emph> を選択します。"
+msgid "To add or remove footers from all of the page styles that are in use in the document, choose <emph>Insert - </emph><emph>Header and Footer - </emph><emph>Footer - All</emph>."
+msgstr ""
#: 04230000.xhp
+#, fuzzy
msgctxt ""
"04230000.xhp\n"
"par_id3151187\n"
-"6\n"
"help.text"
msgid "To format a footer, choose <link href=\"text/shared/01/05040300.xhp\" name=\"Format - Page - Footer\"><emph>Format - Page - Footer</emph></link>."
msgstr "フッターを書式設定するには、メニュー <link href=\"text/shared/01/05040300.xhp\" name=\"書式 → ページ → フッター\"><emph>書式 → ページ → フッター</emph></link> を選択します。"
@@ -14736,10 +14726,10 @@ msgid "Fields"
msgstr "フィールド"
#: 04990000.xhp
+#, fuzzy
msgctxt ""
"04990000.xhp\n"
"hd_id3147405\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/04990000.xhp\" name=\"Fields\">Fields</link>"
msgstr "<link href=\"text/swriter/01/04990000.xhp\" name=\"フィールド\">フィールド</link>"
@@ -14748,18 +14738,17 @@ msgstr "<link href=\"text/swriter/01/04990000.xhp\" name=\"フィールド\">フ
msgctxt ""
"04990000.xhp\n"
"par_id3145827\n"
-"2\n"
"help.text"
-msgid "Inserts a field at the current cursor position. The submenu lists the most common field types. To view all of the available fields, choose <emph>Other</emph>."
-msgstr "現在のカーソル位置にフィールドを挿入します。サブメニューには、もっとも頻繁に使用されるフィールドの種類のリストが表示されます。使用できるすべてのフィールドを表示するには、<emph>その他</emph> を選択します。"
+msgid "The submenu lists the most common field types that can be inserted into a document at the current cursor position. To view all of the available fields, choose <emph>More Fields</emph>."
+msgstr ""
#: 04990000.xhp
+#, fuzzy
msgctxt ""
"04990000.xhp\n"
"hd_id3147571\n"
-"3\n"
"help.text"
-msgid "<link href=\"text/swriter/01/04090000.xhp\" name=\"Other\">Other</link>"
+msgid "<link href=\"text/swriter/01/04090000.xhp\" name=\"Other\">More Fields</link>"
msgstr "<link href=\"text/swriter/01/04090000.xhp\" name=\"その他...\">その他...</link>"
#: 05030200.xhp
@@ -15316,12 +15305,12 @@ msgid "<ahelp hid=\"HID_NUMPARA\">Adds or removes outline level, numbering, or b
msgstr "<ahelp hid=\"HID_NUMPARA\">段落に対して、アウトラインレベル、番号付け、または箇条書きを設定または解除します。ここでは番号付けのスタイルを選択したり、番号付けリストに開始番号を指定することもできます。</ahelp>"
#: 05030800.xhp
+#, fuzzy
msgctxt ""
"05030800.xhp\n"
"par_id3153536\n"
-"14\n"
"help.text"
-msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>Format - Styles and </emph>Formatting, and then click the <emph>Paragraph Styles </emph>icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the<emph> Outline & Numbering</emph> tab."
+msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles </emph>icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the<emph> Outline & Numbering</emph> tab."
msgstr "段落スタイルが共通しているすべての段落に対して、番号付けオプションを変更するには、<emph>書式 → スタイルと書式設定</emph> を選択して、<emph>段落スタイル</emph>アイコンをクリックします。リストにあるスタイルを右クリックして、<emph>変更</emph> を選択し、<emph>アウトラインと番号付け</emph> タブをクリックします。"
#: 05030800.xhp
@@ -17225,12 +17214,13 @@ msgid "<link href=\"text/swriter/01/05060200.xhp\" name=\"Wrap\">Wrap</link>"
msgstr "<link href=\"text/swriter/01/05060200.xhp\" name=\"折り返し\">折り返し</link>"
#: 05060200.xhp
+#, fuzzy
msgctxt ""
"05060200.xhp\n"
"par_id3154478\n"
"2\n"
"help.text"
-msgid "<variable id=\"umlauftext\"><ahelp hid=\".uno:TextWrap\">Specify the way you want text to wrap around an object.</ahelp> You can also specify the spacing between the text and the object. </variable>"
+msgid "<variable id=\"umlauftext\"><ahelp hid=\".uno:TextWrap\">Specify the way you want text to wrap around an object.</ahelp> You can also specify the spacing between the text and the object.</variable>"
msgstr "<variable id=\"umlauftext\"><ahelp hid=\".uno:TextWrap\">オブジェクト周辺のテキストに対する、折り返しの方法を指定します。</ahelp>テキストとオブジェクトの間隔も指定できます。</variable>"
#: 05060200.xhp
@@ -17489,12 +17479,13 @@ msgid "First Paragraph"
msgstr "最初の段落"
#: 05060200.xhp
+#, fuzzy
msgctxt ""
"05060200.xhp\n"
"par_id3154333\n"
"29\n"
"help.text"
-msgid "<variable id=\"ersterabsatztext\"><ahelp hid=\".uno:WrapAnchorOnly\">Starts a new paragraph below the object after you press Enter.</ahelp> The space between the paragraphs is determined by the size of the object. </variable>"
+msgid "<variable id=\"ersterabsatztext\"><ahelp hid=\".uno:WrapAnchorOnly\">Starts a new paragraph below the object after you press Enter.</ahelp> The space between the paragraphs is determined by the size of the object.</variable>"
msgstr "<variable id=\"ersterabsatztext\"><ahelp hid=\".uno:WrapAnchorOnly\">Enter キーを押して改段する際に、新規段落の開始位置をオブジェクトの下端に合わせます。</ahelp>前の段落との間隔は、オブジェクトのサイズに規定されます。</variable>"
#: 05060200.xhp
@@ -17525,12 +17516,13 @@ msgid "Contour"
msgstr "輪郭"
#: 05060200.xhp
+#, fuzzy
msgctxt ""
"05060200.xhp\n"
"par_id3155793\n"
"48\n"
"help.text"
-msgid "<variable id=\"konturtext\"><ahelp hid=\".uno:WrapContour\">Wraps text around the shape of the object. This option is not available for the <emph>Through</emph> wrap type, or for frames.</ahelp> To change the contour of an object, select the object, and then choose <emph>Format - Wrap - </emph><link href=\"text/swriter/01/05060201.xhp\" name=\"Edit Contour\"><emph>Edit Contour</emph></link>. </variable>"
+msgid "<variable id=\"konturtext\"><ahelp hid=\".uno:WrapContour\">Wraps text around the shape of the object. This option is not available for the <emph>Through</emph> wrap type, or for frames.</ahelp> To change the contour of an object, select the object, and then choose <emph>Format - Wrap - </emph><link href=\"text/swriter/01/05060201.xhp\" name=\"Edit Contour\"><emph>Edit Contour</emph></link>.</variable>"
msgstr "<variable id=\"konturtext\"><ahelp hid=\".uno:WrapContour\">テキストをオブジェクトの外枠ではなく、オブジェクトの輪郭で折り返させます。このオプションは、折り返し方法に <emph>折り返しなし</emph> を選択している場合、およびオブジェクトの種類が枠である場合は選択できません。</ahelp>オブジェクトの輪郭を変更するには、<emph>書式 → 折り返し → </emph><link href=\"text/swriter/01/05060201.xhp\" name=\"輪郭の編集\"><emph>輪郭の編集</emph></link> を選択します。</variable>"
#: 05060200.xhp
@@ -17539,8 +17531,8 @@ msgctxt ""
"hd_id3154620\n"
"51\n"
"help.text"
-msgid "Only outside"
-msgstr "外側のみ"
+msgid "Outside only"
+msgstr ""
#: 05060200.xhp
msgctxt ""
@@ -18344,22 +18336,22 @@ msgid "File name"
msgstr "ファイル名"
#: 05060300.xhp
+#, fuzzy
msgctxt ""
"05060300.xhp\n"
"par_id3156278\n"
-"12\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/picturepage/entry\">Displays the path to the linked graphic file. To change the link, click the browse button (<emph>...</emph>) and then locate the file that you want to link to. </ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/picturepage/entry\">Displays the path to the linked graphic file. To change the link, click the <emph>Browse</emph> button and then locate the file that you want to link to.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/picturepage/entry\">リンクされた図のファイルへのパスが表示されます。リンクを変更するには、ブラウズボタン (<emph>...</emph>) をクリックして、リンクするファイルを指定します。</ahelp>"
#: 05060300.xhp
+#, fuzzy
msgctxt ""
"05060300.xhp\n"
"hd_id3145776\n"
-"13\n"
"help.text"
-msgid "..."
-msgstr "..."
+msgid "Browse"
+msgstr "ブラウズ"
#: 05060300.xhp
msgctxt ""
@@ -20232,12 +20224,13 @@ msgid "To delete a row, place the cursor in the row that you want to delete, hol
msgstr "行を削除するために、削除したい行にカーソルを持ってきて、 <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> を押しながら削除を押し、離した後に、上矢印か下矢印を押します。"
#: 05090201.xhp
+#, fuzzy
msgctxt ""
"05090201.xhp\n"
"par_id3150983\n"
"10\n"
"help.text"
-msgid "To change the behavior of tables in a text document, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040500.xhp\" name=\"Text Document - Table\">%PRODUCTNAME Writer - Table</link></emph>."
+msgid "To change the behavior of tables in a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040500.xhp\" name=\"Text Document - Table\"><emph>%PRODUCTNAME Writer - Table</emph></link>."
msgstr "文書ドキュメントの表の属性を変更するには、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01040500.xhp\" name=\"文書ドキュメント → 表\">%PRODUCTNAME Writer → 表</link></emph> を選択します。"
#: 05090201.xhp
@@ -21400,21 +21393,21 @@ msgid "Use Page Styles to organize the structure of the document, and to add pag
msgstr "ページの構成を管理したり、ページ番号を追加したりします。次のページに続くページスタイルも選択できます。"
#: 05130000.xhp
+#, fuzzy
msgctxt ""
"05130000.xhp\n"
"par_id3154196\n"
-"63\n"
"help.text"
-msgid "Numbering Styles"
+msgid "List Styles"
msgstr "リストのスタイル"
#: 05130000.xhp
+#, fuzzy
msgctxt ""
"05130000.xhp\n"
"par_id3149298\n"
-"64\n"
"help.text"
-msgid "Use Numbering Styles to format numbered or bulleted lists."
+msgid "Use List Styles to format numbered or bulleted lists."
msgstr "番号付き段落または箇条書きを書式設定します。"
#: 05130000.xhp
@@ -21984,8 +21977,8 @@ msgctxt ""
"05140000.xhp\n"
"bm_id3907589\n"
"help.text"
-msgid "<bookmark_value>Styles and Formatting window;applying styles</bookmark_value>"
-msgstr "<bookmark_value>スタイルと書式設定 ウィンドウ;スタイルの適用</bookmark_value>"
+msgid "<bookmark_value>Styles and Formatting window;applying styles</bookmark_value> <bookmark_value>styles;previews</bookmark_value> <bookmark_value>previews;styles</bookmark_value>"
+msgstr ""
#: 05140000.xhp
#, fuzzy
@@ -22022,6 +22015,14 @@ msgid "To <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dock\">dock
msgstr "スタイルと書式設定 ウィンドウを<link href=\"text/shared/00/00000005.xhp#andocken\" name=\"ドッキング\">ドッキング</link>させるには、タイトルバーをドラッグしてワークスペースの右ないし左端に移動させます。ウィンドウのドッキングを解除するには、ツールバーの空きエリアをダブルクリックします。"
#: 05140000.xhp
+msgctxt ""
+"05140000.xhp\n"
+"par_id270120161717298895\n"
+"help.text"
+msgid "By default, the Styles and Formatting deck displays a preview of the available styles. The previews can be disabled in the <link href=\"text/shared/optionen/expertconfig.xhp\">Expert configuration</link> by setting the property <emph>/org.openoffice.Office.Common/StylesAndFormatting Preview</emph> to <emph>false</emph>."
+msgstr ""
+
+#: 05140000.xhp
#, fuzzy
msgctxt ""
"05140000.xhp\n"
@@ -22375,12 +22376,12 @@ msgid "Opens the AutoCorrect dialog."
msgstr "オートコレクトダイアログを開く。"
#: 05150000.xhp
+#, fuzzy
msgctxt ""
"05150000.xhp\n"
"par_id3147570\n"
-"3\n"
"help.text"
-msgid "To open the <link href=\"text/swriter/01/05150101.xhp\" name=\"AutoFormat for Tables\">AutoFormat for Tables</link> dialog, click in a table cell, and then choose <emph>Table - AutoFormat</emph>."
+msgid "To open the <link href=\"text/swriter/01/05150101.xhp\" name=\"AutoFormat for Tables\">AutoFormat for Tables</link> dialog, click in a table cell, and then choose <emph>Table - AutoFormat Styles</emph>."
msgstr "<link href=\"text/swriter/01/05150101.xhp\" name=\"表のオートフォーマット\">表のオートフォーマット</link> ダイアログを開くには、表のセルをクリックし、<emph>表 → オートフォーマット</emph> を選択します。"
#: 05150100.xhp
@@ -22489,12 +22490,12 @@ msgid "Click in a table cell, or select the cells that you want to format."
msgstr "書式を適用するセルをクリックします。複数のセルに適用する場合は、ドラッグして選択します。"
#: 05150101.xhp
+#, fuzzy
msgctxt ""
"05150101.xhp\n"
"par_id3153006\n"
-"5\n"
"help.text"
-msgid "Choose <emph>Table - AutoFormat</emph>, and then click the format that you to want to apply."
+msgid "Choose <emph>Table - AutoFormat Styles</emph>, and then click the format that you to want to apply."
msgstr "<emph>表 → オートフォーマット</emph> を選択して、適用する書式をクリックします。"
#: 05150101.xhp
@@ -22552,12 +22553,12 @@ msgid "Format a table in your document."
msgstr "表を希望の書式に設定します。"
#: 05150101.xhp
+#, fuzzy
msgctxt ""
"05150101.xhp\n"
"par_id3156320\n"
-"13\n"
"help.text"
-msgid "Select the table, and then choose <emph>Table - AutoFormat</emph>."
+msgid "Select the table, and then choose <emph>Table - AutoFormat Styles</emph>."
msgstr "テーブルを選択して、<emph>表 → オートフォーマット</emph> を選択します。"
#: 05150101.xhp
@@ -23204,113 +23205,6 @@ msgctxt ""
msgid "<ahelp hid=\"sfx/ui/loadtemplatedialog/fromfile\">Locate the file containing the styles that you want to load, and then click <emph>Open</emph>.</ahelp>"
msgstr "<ahelp hid=\"sfx/ui/loadtemplatedialog/fromfile\">読み込むスタイルが登録されているファイルを指定してから、<emph>開く</emph> をクリックします。</ahelp>"
-#: 05180000.xhp
-msgctxt ""
-"05180000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Wrap"
-msgstr "折り返し"
-
-#: 05180000.xhp
-msgctxt ""
-"05180000.xhp\n"
-"hd_id3145826\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/05180000.xhp\" name=\"Wrap\">Wrap</link>"
-msgstr "<link href=\"text/swriter/01/05180000.xhp\" name=\"折り返し\">折り返し</link>"
-
-#: 05180000.xhp
-msgctxt ""
-"05180000.xhp\n"
-"par_id3153002\n"
-"2\n"
-"help.text"
-msgid "Sets the text wrap options for graphics, objects, and frames."
-msgstr "図、オブジェクト、および枠の周りにおけるテキストの折り返しオプションを設定します。"
-
-#: 05180000.xhp
-msgctxt ""
-"05180000.xhp\n"
-"hd_id3150022\n"
-"3\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/05060200.xhp\" name=\"No wrap\">No wrap</link>"
-msgstr "<link href=\"text/swriter/01/05060200.xhp\" name=\"上下\">上下</link>"
-
-#: 05180000.xhp
-msgctxt ""
-"05180000.xhp\n"
-"hd_id3150934\n"
-"4\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/05060200.xhp\" name=\"Page wrap\">Page wrap</link>"
-msgstr "<link href=\"text/swriter/01/05060200.xhp\" name=\"両側\">両側</link>"
-
-#: 05180000.xhp
-msgctxt ""
-"05180000.xhp\n"
-"hd_id3149027\n"
-"5\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/05060200.xhp\" name=\"Dynamic page wrap\">Dynamic page wrap</link>"
-msgstr "<link href=\"text/swriter/01/05060200.xhp\" name=\"左右動的\">左右動的</link>"
-
-#: 05180000.xhp
-msgctxt ""
-"05180000.xhp\n"
-"hd_id3153718\n"
-"6\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/05060200.xhp\" name=\"Wrap through\">Wrap through</link>"
-msgstr "<link href=\"text/swriter/01/05060200.xhp\" name=\"折り返しなし\">折り返しなし</link>"
-
-#: 05180000.xhp
-msgctxt ""
-"05180000.xhp\n"
-"hd_id3156321\n"
-"7\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/05060200.xhp\" name=\"In background\">In background</link>"
-msgstr "<link href=\"text/swriter/01/05060200.xhp\" name=\"背景に\">背景に</link>"
-
-#: 05180000.xhp
-msgctxt ""
-"05180000.xhp\n"
-"hd_id3151180\n"
-"10\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/05060200.xhp\" name=\"Contour\">Contour</link>"
-msgstr "<link href=\"text/swriter/01/05060200.xhp\" name=\"輪郭\">輪郭</link>"
-
-#: 05180000.xhp
-msgctxt ""
-"05180000.xhp\n"
-"hd_id3147566\n"
-"9\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/05060201.xhp\" name=\"Edit Contour\">Edit Contour</link>"
-msgstr "<link href=\"text/swriter/01/05060201.xhp\" name=\"輪郭の編集\">輪郭の編集</link>"
-
-#: 05180000.xhp
-msgctxt ""
-"05180000.xhp\n"
-"hd_id3149294\n"
-"8\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/05060200.xhp\" name=\"First paragraph\">First paragraph</link>"
-msgstr "<link href=\"text/swriter/01/05060200.xhp\" name=\"最初の段落\">最初の段落</link>"
-
-#: 05180000.xhp
-msgctxt ""
-"05180000.xhp\n"
-"hd_id3147341\n"
-"11\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/05060200.xhp\" name=\"Edit\">Edit</link>"
-msgstr "<link href=\"text/swriter/01/05060200.xhp\" name=\"編集\">編集</link>"
-
#: 05190000.xhp
msgctxt ""
"05190000.xhp\n"
@@ -23594,12 +23488,13 @@ msgid "To exclude paragraphs from the automatic hyphenation, select the paragrap
msgstr "段落を自動ハイフネーションの対象から外すには、メニュー <emph>書式 → 段落</emph> を選択し、<emph>体裁</emph> タブをクリックして、<emph>ハイフネーション</emph> 領域の <emph>自動</emph> チェックボックスをオフにします。"
#: 06030000.xhp
+#, fuzzy
msgctxt ""
"06030000.xhp\n"
"par_id3154276\n"
"18\n"
"help.text"
-msgid "To disable the Hyphenation dialog and always hyphenate automatically, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010400.xhp\" name=\"Language Settings - Writing Aids\">Language Settings - Writing Aids</link></emph>, and select the <emph>Hyphenate without inquiry</emph> check box."
+msgid "To disable the Hyphenation dialog and always hyphenate automatically, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01010400.xhp\" name=\"Language Settings - Writing Aids\"><emph>Language Settings - Writing Aids</emph></link>, and select the <emph>Hyphenate without inquiry</emph> check box."
msgstr "ハイフネーションダイアログを無効にし、常に自動的にハイフンの挿入を行うには、 <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01010400.xhp\" name=\"言語設定 → 文章作成支援\">言語設定 → 文章作成支援</link></emph> を選択し、<emph>確認なしのハイフネーション</emph> チェックボックスをオンにします。"
#: 06030000.xhp
@@ -23612,12 +23507,13 @@ msgid "To manually enter a hyphen directly in the document, click in the word wh
msgstr "手動操作でドキュメントにハイフンを挿入するには、目的とする単語中のハイフン挿入位置にカーソルを置いてから、<switchinline select=\"sys\"><caseinline select=\"MAC\">(Command) </caseinline><defaultinline>(Ctrl)</defaultinline></switchinline> + (-) を押します。"
#: 06030000.xhp
+#, fuzzy
msgctxt ""
"06030000.xhp\n"
"par_id3147523\n"
"32\n"
"help.text"
-msgid "To insert a non-breaking (protected) hyphen directly in the document, click in the word that you want to hyphenate, and then press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>+Ctrl </defaultinline></switchinline>+Minus sign(-)."
+msgid "To insert a non-breaking (protected) hyphen directly in the document, click in the word that you want to hyphenate, and then press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus sign(-)."
msgstr "保護されたハイフン (行末に置かれた場合に見かけ上の改行を受けないハイフン) を挿入するには、目的とする単語中のハイフン挿入位置にカーソルを置いてから、(Shift) + <switchinline select=\"sys\"><caseinline select=\"MAC\">(Command)</caseinline><defaultinline>(Ctrl)</defaultinline></switchinline> + (-) を押します。"
#: 06030000.xhp
@@ -23627,7 +23523,7 @@ msgctxt ""
"par_id3154573\n"
"33\n"
"help.text"
-msgid "To hide soft hyphens, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\">%PRODUCTNAME Writer - Formatting Aids</link></emph>, and then clear the <emph>Custom hyphens</emph> check box."
+msgid "To hide soft hyphens, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link>, and then clear the <emph>Custom hyphens</emph> check box."
msgstr "ユーザー定義のハイフンを非表示にするには、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01040600.xhp\" name=\"文書ドキュメント → 書式サポート\">%PRODUCTNAME Writer → 書式サポート</link></emph>を選択し、<emph>ユーザー定義のハイフン</emph> チェックボックスをオンにします。"
#: 06030000.xhp
@@ -25558,13 +25454,13 @@ msgid "<ahelp hid=\"modules/swriter/ui/sortdialog/separator\">Enter the characte
msgstr "<ahelp hid=\"modules/swriter/ui/sortdialog/separator\">ここには選択中の段落内にある記号で、列間の区切り記号として用いる記号を入力します。</ahelp>$[officename] は選択中の段落を並べ替える際に、ここで指定した区切り記号に基づいて、並べ替えキーの位置を判定します。"
#: 06100000.xhp
+#, fuzzy
msgctxt ""
"06100000.xhp\n"
"hd_id3151324\n"
-"31\n"
"help.text"
-msgid "..."
-msgstr "..."
+msgid "Select"
+msgstr "選択"
#: 06100000.xhp
msgctxt ""
@@ -25707,22 +25603,21 @@ msgid "<ahelp hid=\".uno:UpdateCurIndex\" visibility=\"visible\">Updates the cur
msgstr "<ahelp hid=\".uno:UpdateCurIndex\" visibility=\"visible\">現在の索引や目次を更新します。</ahelp>現在の索引や目次とは、カーソルの置かれている索引や目次のことです。"
#: 06160000.xhp
+#, fuzzy
msgctxt ""
"06160000.xhp\n"
"par_id3154763\n"
-"3\n"
"help.text"
-msgid "You can also right-click in an index or table of contents, and then choose <emph>Update Index/Table</emph>. The following commands are also available in the context menu:"
+msgid "You can also right-click in an index or table of contents, and then choose <emph>Update Index or Table of Contents</emph>. The following commands are also available in the context menu:"
msgstr "索引または目次を右クリックして、<emph>目次と索引の更新</emph> をクリックしてもかまいません。コンテキストメニューには次のコマンドもあります。"
#: 06160000.xhp
msgctxt ""
"06160000.xhp\n"
"hd_id3146967\n"
-"4\n"
"help.text"
-msgid "Edit Index/Table"
-msgstr "目次と索引の編集"
+msgid "Edit Index or Table of Contents"
+msgstr ""
#: 06160000.xhp
msgctxt ""
@@ -25737,10 +25632,9 @@ msgstr "<ahelp hid=\".uno:EditCurIndex\" visibility=\"visible\">現在の索引
msgctxt ""
"06160000.xhp\n"
"hd_id3147403\n"
-"6\n"
"help.text"
-msgid "Delete Index/Table"
-msgstr "目次と索引の削除"
+msgid "Delete Index or Table of Contents"
+msgstr ""
#: 06160000.xhp
msgctxt ""
diff --git a/source/ja/helpcontent2/source/text/swriter/02.po b/source/ja/helpcontent2/source/text/swriter/02.po
index 392bdc4b8a4..2943a77804e 100644
--- a/source/ja/helpcontent2/source/text/swriter/02.po
+++ b/source/ja/helpcontent2/source/text/swriter/02.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-11-10 19:33+0100\n"
-"PO-Revision-Date: 2015-10-24 11:16+0000\n"
-"Last-Translator: sujiniku <qqke6wd9k@apricot.ocn.ne.jp>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2015-12-11 12:32+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: 1445685378.000000\n"
+"X-POOTLE-MTIME: 1449837170.000000\n"
#: 02110000.xhp
msgctxt ""
@@ -3494,39 +3494,38 @@ msgid "To assign a different time format, or adapt the actual time data, select
msgstr "別の書式を割り当てたり、自動的に更新したりするには、メニュー <emph>挿入 → フィールド → その他</emph> を選択して、<link href=\"text/swriter/01/04090000.xhp\" name=\"フィールド\"><emph>フィールド</emph></link> ダイアログで希望の書式に変更します。また、挿入した時刻フィールドの書式はいつでも変更できます。メニュー <link href=\"text/swriter/01/02140000.xhp\" name=\"編集 → フィールド\"><emph>編集 → フィールド</emph></link> を選択してください。"
#: 18030300.xhp
+#, fuzzy
msgctxt ""
"18030300.xhp\n"
"tit\n"
"help.text"
-msgid "Page Numbers"
+msgid "Page Number"
msgstr "ページ番号"
#: 18030300.xhp
+#, fuzzy
msgctxt ""
"18030300.xhp\n"
"hd_id3147173\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/swriter/02/18030300.xhp\" name=\"Page Numbers\">Page Numbers</link>"
+msgid "<link href=\"text/swriter/02/18030300.xhp\" name=\"Page Number\">Page Number</link>"
msgstr "<link href=\"text/swriter/02/18030300.xhp\" name=\"ページ番号\">ページ番号</link>"
#: 18030300.xhp
msgctxt ""
"18030300.xhp\n"
"par_id3150760\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\".uno:InsertPageNumberField\">Inserts the current page number as a field at the cursor position.</ahelp> The default setting is the Page Style format."
-msgstr "<ahelp hid=\".uno:InsertPageNumberField\">現在のページ番号を、カーソルの位置にフィールド形式で挿入します。</ahelp>標準設定で適用される書式はページスタイルです。"
+msgid "<ahelp hid=\".\">Inserts the current page number as a field at the cursor position.</ahelp> The default setting is for it to use the <emph>Page </emph><emph>Number</emph> character style."
+msgstr ""
#: 18030300.xhp
#, fuzzy
msgctxt ""
"18030300.xhp\n"
"par_id3151175\n"
-"3\n"
"help.text"
-msgid "If you would like to define a different format or modify the page number, insert a field with <emph>Insert - Fields - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. It is also possible to edit a field inserted with the <emph>Page Numbers</emph> command with <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>. To change page numbers, read the <link href=\"text/swriter/guide/pagenumbers.xhp\" name=\"Page Numbers\"><emph>Page Numbers</emph></link> guide."
+msgid "If you would like to define a different format or modify the page number, insert a field with <emph>Insert - Fields - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. It is also possible to edit a field inserted with the <emph>Page Number</emph> command with <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>. To change page numbers, read the <link href=\"text/swriter/guide/pagenumbers.xhp\" name=\"Page Numbers\"><emph>Page Numbers</emph></link> guide."
msgstr "別の書式を定義する、またはページ番号を修正するには、<emph>挿入 → フィールド→ その他</emph> でフィールドを挿入し、<link href=\"text/swriter/01/04090000.xhp\" name=\"フィールド\"><emph>フィールド</emph></link> ダイアログで必要な設定を行います。<link href=\"text/swriter/01/02140000.xhp\" name=\"編集 → フィールド\"><emph>編集 → フィールド</emph></link> で、<emph>ページ番号</emph> コマンドで挿入したフィールドを編集することもできます。ページ番号を変更するには、<link href=\"text/swriter/guide/pagenumbers.xhp\" name=\"ページ番号\"><emph>ページ番号</emph></link> ガイドを参照してください。"
#: 18030400.xhp
@@ -3663,12 +3662,13 @@ msgid "<link href=\"text/swriter/02/18030700.xhp\" name=\"Author\">Author</link>
msgstr "<link href=\"text/swriter/02/18030700.xhp\" name=\"作成者\">作成者</link>"
#: 18030700.xhp
+#, fuzzy
msgctxt ""
"18030700.xhp\n"
"par_id3152896\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\".uno:InsertAuthorField\">Inserts the name of the person who created the document here as a field.</ahelp> The field applies the entry made under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010100.xhp\" name=\"$[officename] - User data\">$[officename] - User data</link></emph>."
+msgid "<ahelp hid=\".uno:InsertAuthorField\">Inserts the name of the person who created the document here as a field.</ahelp> The field applies the entry made under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01010100.xhp\" name=\"$[officename] - User data\"><emph>$[officename] - User data</emph></link>."
msgstr "<ahelp hid=\".uno:InsertAuthorField\">ドキュメントの作成者を、フィールド形式で挿入します。</ahelp>このフィールドに表示される内容は、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01010100.xhp\" name=\"$[officename] → ユーザーデータ\">$[officename] → ユーザーデータ</link></emph>に登録してあるものです。"
#: 18120000.xhp
@@ -3727,8 +3727,8 @@ msgctxt ""
"18130000.xhp\n"
"tit\n"
"help.text"
-msgid "Direct Cursor On/Off"
-msgstr "ダイレクトカーソル オン/オフ"
+msgid "Direct Cursor Mode"
+msgstr ""
#: 18130000.xhp
msgctxt ""
@@ -3739,26 +3739,35 @@ msgid "<bookmark_value>direct cursor; restriction</bookmark_value>"
msgstr "<bookmark_value>ダイレクトカーソル; 設定する</bookmark_value>"
#: 18130000.xhp
+#, fuzzy
msgctxt ""
"18130000.xhp\n"
"hd_id3147167\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor On/Off\">Direct Cursor On/Off</link>"
+msgid "<link href=\"text/swriter/02/18130000.xhp\" name=\"Direct Cursor Mode\">Direct Cursor Mode</link>"
msgstr "<link href=\"text/swriter/02/18130000.xhp\" name=\"ダイレクトカーソルのオン/オフ\">ダイレクトカーソルのオン/オフ</link>"
#: 18130000.xhp
+#, fuzzy
msgctxt ""
"18130000.xhp\n"
"par_id3152896\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\".uno:ShadowCursor\">Activates or deactivates the direct cursor.</ahelp> You can specify the behavior of the direct cursor by choosing <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\">%PRODUCTNAME Writer - Formatting Aids</link></emph>."
+msgid "<ahelp hid=\".uno:ShadowCursor\">Activates or deactivates the direct cursor.</ahelp> You can specify the behavior of the direct cursor by choosing <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01040600.xhp\" name=\"Text Document - Formatting Aids\"><emph>%PRODUCTNAME Writer - Formatting Aids</emph></link>."
msgstr "<ahelp hid=\".uno:ShadowCursor\">ダイレクトカーソルのオン/オフを切り換えます。</ahelp> ダイレクトカーソルの動作設定は、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01040600.xhp\" name=\"文書ドキュメント → 書式サポート\">%PRODUCTNAME Writer → 書式サポート</link></emph> で指定できます。"
#: 18130000.xhp
msgctxt ""
"18130000.xhp\n"
+"par_id3151133\n"
+"help.text"
+msgid "On Tools bar, click"
+msgstr ""
+
+#: 18130000.xhp
+msgctxt ""
+"18130000.xhp\n"
"par_id3147508\n"
"help.text"
msgid "<image id=\"img_id3154840\" src=\"cmd/sc_shadowcursor.png\"><alt id=\"alt_id3154840\">Icon</alt></image>"
@@ -3768,10 +3777,9 @@ msgstr "<image id=\"img_id3154840\" src=\"cmd/sc_shadowcursor.png\"><alt id=\"al
msgctxt ""
"18130000.xhp\n"
"par_id3151310\n"
-"3\n"
"help.text"
-msgid "Direct Cursor On/Off"
-msgstr "ダイレクトカーソル オン/オフ"
+msgid "Toggle Direct Cursor Mode"
+msgstr ""
#: 18130000.xhp
msgctxt ""
diff --git a/source/ja/helpcontent2/source/text/swriter/guide.po b/source/ja/helpcontent2/source/text/swriter/guide.po
index 4e8b346b27b..e4d7d6dc692 100644
--- a/source/ja/helpcontent2/source/text/swriter/guide.po
+++ b/source/ja/helpcontent2/source/text/swriter/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-12-11 12:58+0100\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
"PO-Revision-Date: 2015-12-24 11:43+0000\n"
"Last-Translator: system user <>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25,63 +25,64 @@ msgid "Positioning Objects"
msgstr "オブジェクトの位置決め"
#: anchor_object.xhp
+#, fuzzy
msgctxt ""
"anchor_object.xhp\n"
"bm_id3147828\n"
"help.text"
-msgid "<bookmark_value>objects;anchoring options</bookmark_value> <bookmark_value>positioning;objects (guide)</bookmark_value> <bookmark_value>anchors;options</bookmark_value> <bookmark_value>frames;anchoring options</bookmark_value> <bookmark_value>pictures;anchoring options</bookmark_value> <bookmark_value>centering;images on HTML pages</bookmark_value>"
+msgid "<bookmark_value>objects;anchoring options</bookmark_value> <bookmark_value>positioning;objects (guide)</bookmark_value> <bookmark_value>anchors;options</bookmark_value> <bookmark_value>frames;anchoring options</bookmark_value> <bookmark_value>pictures;anchoring options</bookmark_value> <bookmark_value>centering;images on HTML pages</bookmark_value>"
msgstr "<bookmark_value>オブジェクト;アンカーのオプション</bookmark_value><bookmark_value>位置決め;オブジェクト (ガイド)</bookmark_value><bookmark_value>アンカー;オプション</bookmark_value><bookmark_value>枠;アンカーのオプション</bookmark_value><bookmark_value>画像;アンカーのオプション</bookmark_value><bookmark_value>中央寄せ;HTML ページ上のイメージ</bookmark_value>"
#: anchor_object.xhp
+#, fuzzy
msgctxt ""
"anchor_object.xhp\n"
"hd_id3147828\n"
-"45\n"
"help.text"
msgid "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Positioning Objects\">Positioning Objects</link></variable>"
msgstr "<variable id=\"anchor_object\"><link href=\"text/swriter/guide/anchor_object.xhp\" name=\"オブジェクトの位置決め\">オブジェクトの位置決め</link></variable>"
#: anchor_object.xhp
+#, fuzzy
msgctxt ""
"anchor_object.xhp\n"
"par_id3147251\n"
-"46\n"
"help.text"
msgid "You can use anchors to position an object, graphic, or frame in a document. An anchored item remains in place, or moves when you modify the document. The following anchoring options are available:"
msgstr "ドキュメント上にオブジェクト、画像、テキスト枠を配置する際には、アンカーを使ってこれらの位置を制御できます。アンカーされた項目は、ドキュメントの内容の変更に伴って、その位置の固定ないし移動が行われます。アンカーのオプションには、下記のものがあります。"
#: anchor_object.xhp
+#, fuzzy
msgctxt ""
"anchor_object.xhp\n"
"par_id3145599\n"
-"47\n"
"help.text"
msgid "Anchoring"
msgstr "アンカー"
#: anchor_object.xhp
+#, fuzzy
msgctxt ""
"anchor_object.xhp\n"
"par_id3145622\n"
-"48\n"
"help.text"
msgid "Effect"
msgstr "効果"
#: anchor_object.xhp
+#, fuzzy
msgctxt ""
"anchor_object.xhp\n"
"par_id3145650\n"
-"49\n"
"help.text"
msgid "As character"
msgstr "文字として"
#: anchor_object.xhp
+#, fuzzy
msgctxt ""
"anchor_object.xhp\n"
"par_id3151181\n"
-"50\n"
"help.text"
msgid "Anchors the selected item as a character in the current text. If the height of the selected item is greater than the current font size, the height of the line containing the item is increased."
msgstr "選択項目を、現在のテキスト中の 1 文字としてアンカーします。選択項目の高さが、テキストのフォントサイズよりも大きい場合は、項目を表示する行のフォントサイズが増加されます。"
@@ -95,84 +96,84 @@ msgid "To center an image on an HTML page, insert the image, anchor it \"as char
msgstr "HTML ページ上でイメージを中央に配置するには、イメージを挿入し、そのイメージを「文字として」アンカーしてから段落を中央に配置します。"
#: anchor_object.xhp
+#, fuzzy
msgctxt ""
"anchor_object.xhp\n"
"par_id3151212\n"
-"51\n"
"help.text"
msgid "To character"
msgstr "文字に"
#: anchor_object.xhp
+#, fuzzy
msgctxt ""
"anchor_object.xhp\n"
"par_id3151235\n"
-"52\n"
"help.text"
msgid "Anchors the selected item to a character."
msgstr "選択項目を、1 つの文字にアンカーします。"
#: anchor_object.xhp
+#, fuzzy
msgctxt ""
"anchor_object.xhp\n"
"par_id3155071\n"
-"53\n"
"help.text"
msgid "To paragraph"
msgstr "段落に"
#: anchor_object.xhp
+#, fuzzy
msgctxt ""
"anchor_object.xhp\n"
"par_id3155094\n"
-"54\n"
"help.text"
msgid "Anchors the selected item to the current paragraph."
msgstr "選択項目を、現在の段落にアンカーします。"
#: anchor_object.xhp
+#, fuzzy
msgctxt ""
"anchor_object.xhp\n"
"par_id3155122\n"
-"55\n"
"help.text"
msgid "To page"
msgstr "ページに"
#: anchor_object.xhp
+#, fuzzy
msgctxt ""
"anchor_object.xhp\n"
"par_id3155144\n"
-"56\n"
"help.text"
msgid "Anchors the selected item to the current page."
msgstr "選択項目を、現在のページにアンカーします。"
#: anchor_object.xhp
+#, fuzzy
msgctxt ""
"anchor_object.xhp\n"
"par_id3145674\n"
-"57\n"
"help.text"
msgid "To frame"
msgstr "枠に"
#: anchor_object.xhp
+#, fuzzy
msgctxt ""
"anchor_object.xhp\n"
"par_id3145697\n"
-"58\n"
"help.text"
msgid "Anchors the selected item to the surrounding frame."
msgstr "選択項目を、周囲の枠にアンカーします。"
#: anchor_object.xhp
+#, fuzzy
msgctxt ""
"anchor_object.xhp\n"
"par_id3145715\n"
-"59\n"
"help.text"
-msgid "When you insert an object, graphic, or frame, an anchor icon appears where the item is anchored. You can position an anchored item by dragging the item to another location. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
+msgid "When you insert an object, graphic, or frame, an anchor icon appears where the item is anchored. You can position an anchored item by dragging the item to another location. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu."
msgstr "オブジェクト、画像、テキスト枠を挿入すると、アンカーされた位置にアンカーアイコンが表示されます。アンカーした項目をドラッグ操作で移動すると、アンカー位置も変更されます。アンカーオプションを変更するには、アンカーした項目を右クリックして、<item type=\"menuitem\">アンカー</item> サブメニューを選択します。"
#: arrange_chapters.xhp
@@ -386,12 +387,12 @@ msgid "To Enable Automatic Numbering and Bulleting"
msgstr "番号付けや箇条書きのシンボルを自動的に挿入させる"
#: auto_numbering.xhp
+#, fuzzy
msgctxt ""
"auto_numbering.xhp\n"
"par_id3152830\n"
-"29\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect Options</item>, click the <item type=\"menuitem\">Options</item> tab, and then select “Apply numbering – symbol”."
+msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options</item>, click the <item type=\"menuitem\">Options</item> tab, and then select “Bulleted and numbered lists”."
msgstr "<item type=\"menuitem\">ツール → オートコレクトオプション</item>を選択し、<item type=\"menuitem\">オプション</item>タブをクリック、「番号付け記号の適用」を選択します。"
#: auto_numbering.xhp
@@ -525,12 +526,12 @@ msgid "To Remove a Word from the AutoCorrect List"
msgstr "特定の用語をオートコレクトのリストから削除するには、下記の手順で操作します。"
#: auto_off.xhp
+#, fuzzy
msgctxt ""
"auto_off.xhp\n"
"par_id3147274\n"
-"14\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect Options</item>."
+msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options</item>."
msgstr "<item type=\"menuitem\">ツール → オートコレクトオプション</item>を選択します。"
#: auto_off.xhp
@@ -570,12 +571,12 @@ msgid "To Stop Replacing Quotation Marks"
msgstr "クオーテーションマーク (引用符) の置換機能を解除するには、下記の手順で操作します。"
#: auto_off.xhp
+#, fuzzy
msgctxt ""
"auto_off.xhp\n"
"par_id3151196\n"
-"6\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect Options</item>."
+msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options</item>."
msgstr "<item type=\"menuitem\">ツール → オートコレクトオプション</item>を選択します。"
#: auto_off.xhp
@@ -651,12 +652,12 @@ msgid "$[officename] automatically draws a line when you type three of the follo
msgstr "「-」、「_」、「=」、「*」、「~」、「#」の記号は、3 個連続入力して Enter キーを押すと、$[officename] が自動的に罫線へ変換します。"
#: auto_off.xhp
+#, fuzzy
msgctxt ""
"auto_off.xhp\n"
"par_id3155439\n"
-"19\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect Options</item>."
+msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options</item>."
msgstr "<item type=\"menuitem\">ツール → オートコレクトオプション</item>を選択します。"
#: auto_off.xhp
@@ -836,12 +837,12 @@ msgid "You can prevent AutoCorrect from correcting specific abbreviations or wor
msgstr "大文字小文字の混在する省略語や単語を入力する際に、オートコレクトによる自動修正機能をオフにすることができます。"
#: autocorr_except.xhp
+#, fuzzy
msgctxt ""
"autocorr_except.xhp\n"
"par_id3155576\n"
-"13\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect Options</item>, and then click the <item type=\"menuitem\">Exceptions</item> tab."
+msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options</item>, and then click the <item type=\"menuitem\">Exceptions</item> tab."
msgstr "<item type=\"menuitem\">ツール → オートコレクトオプション</item>を選択します。次に<item type=\"menuitem\">例外</item>タブをクリックします。"
#: autocorr_except.xhp
@@ -889,81 +890,82 @@ msgid "Using AutoText"
msgstr "入力支援を使用する"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"bm_id3155521\n"
"help.text"
-msgid "<bookmark_value>AutoText</bookmark_value> <bookmark_value>networks and AutoText directories</bookmark_value> <bookmark_value>lists;AutoText shortcuts</bookmark_value> <bookmark_value>printing;AutoText shortcuts</bookmark_value> <bookmark_value>inserting;text blocks</bookmark_value> <bookmark_value>text blocks</bookmark_value> <bookmark_value>blocks of text</bookmark_value>"
+msgid "<bookmark_value>AutoText</bookmark_value> <bookmark_value>networks and AutoText directories</bookmark_value> <bookmark_value>lists;AutoText shortcuts</bookmark_value> <bookmark_value>printing;AutoText shortcuts</bookmark_value> <bookmark_value>inserting;text blocks</bookmark_value> <bookmark_value>text blocks</bookmark_value> <bookmark_value>blocks of text</bookmark_value>"
msgstr "<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>"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"hd_id3155521\n"
-"26\n"
"help.text"
msgid "<variable id=\"autotext\"><link href=\"text/swriter/guide/autotext.xhp\" name=\"Using AutoText\">Using AutoText</link></variable>"
msgstr "<variable id=\"autotext\"> <link href=\"text/swriter/guide/autotext.xhp\" name=\"テキストブロックを入力支援として使用する\">テキストブロックを入力支援として使用する</link> </variable>"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"par_id3150534\n"
-"27\n"
"help.text"
msgid "In $[officename] Writer, you can store text - also containing graphics, tables, and fields - as AutoText, so that you can quickly insert the text later on. If you want, you can also store formatted text."
msgstr "$[officename] Writer の入力支援の機能を利用すると、ユーザーの指定するテキストを登録しておき、必要時にドキュメントに挿入することができます。登録内容には、テキストの書式設定や、図、表、フィールドを含めることもできます。"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"hd_id3155539\n"
-"48\n"
"help.text"
-msgid "To To Create an AutoText Entry"
+msgid "To Create an AutoText Entry"
msgstr "入力支援項目を作成する"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"par_id3155560\n"
-"47\n"
"help.text"
msgid "Select the text, text with graphics, table, or field that you want to save as an AutoText entry. A graphic can only be stored if it is anchored as a character and is preceded and followed by at least one text character."
msgstr "入力支援の項目として登録するテキスト、画像付きテキスト、表、フィールドを選択します。登録できる画像は、1 つの文字としてアンカーされ前後に最低 1 文字が置かれているものだけです。"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"par_id3155581\n"
-"57\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Edit - AutoText</item>."
-msgstr "<item type=\"menuitem\">編集 → 入力支援</item>を選択します。"
+msgid "Choose <item type=\"menuitem\">Tools - AutoText</item>."
+msgstr "<item type=\"menuitem\">ファイル → エクスポート</item> を選択します。"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"par_id3147761\n"
-"58\n"
"help.text"
msgid "Select the category where you want to store the AutoText."
msgstr "入力支援の登録カテゴリを選択します。"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"par_id3147779\n"
-"59\n"
"help.text"
msgid "Type a name that is longer than four characters. This allows you to use the <emph>Display remainder of name as suggestion while typing</emph> AutoText option. If you want, you can modify the proposed shortcut."
msgstr "最低 4 文字以上の名前を入力します。これにより <emph>入力中にテキストブロック名をヒント表示する</emph> オプションの設定が適用されます。ショートカットの候補文字は自動で入力されますが、必要であればユーザーによる変更ができます。"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"par_id3147807\n"
-"60\n"
"help.text"
msgid "Click the <emph>AutoText</emph> button, and then choose <emph>New</emph>."
msgstr "<emph>入力支援</emph> ボタンをクリックして、<emph>新規作成</emph> を選択します。"
@@ -977,73 +979,73 @@ msgid "Click the <emph>Close</emph> button."
msgstr "<emph>閉じる</emph> ボタンをクリックします。"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"hd_id3147282\n"
-"39\n"
"help.text"
msgid "To Insert an AutoText Entry"
msgstr "入力支援の項目を挿入する"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"par_id3145597\n"
-"61\n"
"help.text"
msgid "Click in your document where you want to insert an AutoText entry."
msgstr "ドキュメント上で、入力支援の項目を挿入する位置にカーソルを移動します。"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"par_id3145615\n"
-"28\n"
"help.text"
-msgid "Choose <link href=\"text/swriter/01/02120000.xhp\" name=\"Edit - AutoText\"><emph>Edit - AutoText</emph></link>."
+msgid "Choose <link href=\"text/swriter/01/02120000.xhp\" name=\"Tools - AutoText\"><emph>Tools - AutoText</emph></link>."
msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"編集 → 入力支援\"><emph>編集 → 入力支援</emph></link> を選択します。"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"par_id3145644\n"
-"38\n"
"help.text"
-msgid "Select the AutoText that you want to insert, and then click <item type=\"menuitem\">Insert</item>."
+msgid "Select the AutoText that you want to insert, and then click <item type=\"menuitem\">Insert</item>."
msgstr "挿入したい入力支援項目を選択し、<item type=\"menuitem\">挿入</item>をクリックします。"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"par_id3145668\n"
-"30\n"
"help.text"
-msgid "You can also type the shortcut for an AutoText entry, and then press F3, or click the arrow next to the <item type=\"menuitem\">AutoText</item> icon on the <item type=\"menuitem\">Insert</item> bar, and then choose an AutoText entry."
+msgid "You can also type the shortcut for an AutoText entry, and then press F3, or click the arrow next to the <item type=\"menuitem\">AutoText</item> icon on the <item type=\"menuitem\">Insert</item> bar, and then choose an AutoText entry."
msgstr "また、入力支援の項目のショートカットを入力して F3 キーを押すか、<item type=\"menuitem\">挿入</item>バーにある<item type=\"menuitem\">入力支援</item>アイコンの横にある矢印をクリックして、入力支援の項目を選択することもできます。"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"par_id3155090\n"
-"43\n"
"help.text"
msgid "To quickly enter a %PRODUCTNAME Math formula, type <item type=\"literal\">fn</item>, and then press F3. If you insert more than one formula, the formulae are sequentially numbered. To insert dummy text, type <item type=\"literal\">dt</item>, and then press F3."
msgstr "<item type=\"literal\">fn</item>と入力してから F3 キーを押すと、%PRODUCTNAME Math で作成した数式が挿入できます。数式を複数挿入すると、自動的に連番が付けられます。<item type=\"literal\">dt</item>と入力してから F3 キーを押すと、ダミーテキストが挿入されます。"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"hd_id3155115\n"
-"45\n"
"help.text"
msgid "To Print a List of AutoText Entries"
msgstr "入力支援の項目を印刷する"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"par_id3155136\n"
-"44\n"
"help.text"
msgid "Choose <emph>Tools - Macros - Organize Macros - %PRODUCTNAME Basic</emph>."
msgstr "<emph>ツール → マクロ → マクロの管理→ %PRODUCTNAME Basic</emph> を選択します。"
@@ -1052,7 +1054,6 @@ msgstr "<emph>ツール → マクロ → マクロの管理→ %PRODUCTNAME Bas
msgctxt ""
"autotext.xhp\n"
"par_id3155160\n"
-"62\n"
"help.text"
msgid "In the <emph>Macro from</emph> tree control, select %PRODUCTNAME Macros - Gimmicks - AutoText."
msgstr ""
@@ -1061,79 +1062,78 @@ msgstr ""
msgctxt ""
"autotext.xhp\n"
"par_id3151277\n"
-"63\n"
"help.text"
msgid "Select \"Main\" in the <emph>Existing macros in: AutoText</emph> list and then click <emph>Run</emph>. A list of the current AutoText entries is generated in a separate text document."
msgstr ""
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"par_id3151304\n"
-"64\n"
"help.text"
msgid "Choose <emph>File - Print</emph>."
msgstr "<emph>ファイル → 印刷</emph> を選択します。"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"hd_id3151327\n"
-"49\n"
"help.text"
msgid "Using AutoText in Network Installations"
msgstr "ネットワーク上での入力支援"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"par_id3151355\n"
-"50\n"
"help.text"
msgid "You can store AutoText entries in different directories on a network."
msgstr "入力支援の項目は、ネットワーク上にある他のディレクトリに保存することもできます。"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"par_id3151370\n"
-"51\n"
"help.text"
msgid "For example, you can store \"read-only\" AutoText entries for your company on a central server, and user-defined AutoText entries in a local directory."
msgstr "たとえば、自社関連の「読み取り専用」の入力支援項目は中央サーバーに格納し、ユーザー定義の入力支援項目はローカルディレクトリに格納するなどの管理が行えます。"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"par_id3151390\n"
-"52\n"
"help.text"
msgid "The paths for the AutoText directories can be edited in the configuration."
msgstr "入力支援ディレクトリへのパスは、設定で編集できます。"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"par_id3154960\n"
-"53\n"
"help.text"
msgid "Two directories are listed here. The first entry is on the server installation and the second entry is in the user directory. If there are two AutoText entries with the same name in both directories, the entry from the user directory is used."
msgstr "ここには、2 つのディレクトリがリストに表示されます。最初の項目はサーバーインストール用のもので、2 番目の項目はユーザーディレクトリです。両方のディレクトリに同じ名前の入力支援項目がある場合、ユーザーディレクトリのものが使用されます。"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"par_id3154995\n"
-"42\n"
"help.text"
-msgid "<link href=\"text/swriter/01/02120000.xhp\" name=\"Edit - AutoText\">Edit - AutoText</link>"
+msgid "<link href=\"text/swriter/01/02120000.xhp\" name=\"Tools - AutoText\">Tools - AutoText</link>"
msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"編集 → 入力支援\">編集 → 入力支援</link>"
#: autotext.xhp
+#, fuzzy
msgctxt ""
"autotext.xhp\n"
"par_id3155012\n"
-"46\n"
"help.text"
msgid "<link href=\"text/shared/01/06040600.xhp\" name=\"Word Completion\">Word Completion</link>"
msgstr "<link href=\"text/shared/01/06040600.xhp\" name=\"ワードコンプリーション\">ワードコンプリーション</link>"
@@ -1324,11 +1324,12 @@ msgid "To apply a background color to a text paragraph within a cell, place the
msgstr "セル内のテキスト段落に背景色を設定するには、テキスト段落の間にカーソルを置いて、<item type=\"menuitem\">背景色</item> ツールバーから適用する色をクリックします。"
#: background.xhp
+#, fuzzy
msgctxt ""
"background.xhp\n"
"par_idN10A56\n"
"help.text"
-msgid "<link href=\"text/shared/02/02160000.xhp\">Highlighting icon</link>"
+msgid "<link href=\"text/shared/02/02160000.xhp\">Highlight Color icon</link>"
msgstr "<link href=\"text/shared/02/02160000.xhp\">強調表示アイコン</link>"
#: background.xhp
@@ -2276,56 +2277,57 @@ msgid "Calculating in Text Documents"
msgstr "文書ドキュメント上で計算を実行する"
#: calculate.xhp
+#, fuzzy
msgctxt ""
"calculate.xhp\n"
"bm_id3149909\n"
"help.text"
-msgid "<bookmark_value>calculating; in text</bookmark_value> <bookmark_value>formulas; calculating in text</bookmark_value> <bookmark_value>references;in Writer tables</bookmark_value>"
+msgid "<bookmark_value>calculating; in text</bookmark_value> <bookmark_value>formulas; calculating in text</bookmark_value> <bookmark_value>references;in Writer tables</bookmark_value>"
msgstr "<bookmark_value>計算; 文書内</bookmark_value><bookmark_value>数式; 文書内での計算</bookmark_value><bookmark_value>参照; Writer の表</bookmark_value>"
#: calculate.xhp
+#, fuzzy
msgctxt ""
"calculate.xhp\n"
"hd_id3149909\n"
-"1\n"
"help.text"
msgid "<variable id=\"calculate\"><link href=\"text/swriter/guide/calculate.xhp\" name=\"Calculating in Text Documents\">Calculating in Text Documents</link></variable>"
msgstr "<variable id=\"calculate\"><link href=\"text/swriter/guide/calculate.xhp\" name=\"文書ドキュメント内での計算\">文書ドキュメント内での計算</link></variable>"
#: calculate.xhp
+#, fuzzy
msgctxt ""
"calculate.xhp\n"
"par_id3149949\n"
-"2\n"
"help.text"
msgid "You can insert a calculation directly into a text document or into a text table."
msgstr "文書ドキュメントでは、ドキュメント上へ直接計算式を挿入することも、表の中で計算式を使うこともできます。"
#: calculate.xhp
+#, fuzzy
msgctxt ""
"calculate.xhp\n"
"par_id3149972\n"
-"3\n"
"help.text"
msgid "Click in the document where you want to insert the calculation, and then press F2. If you are in a table cell, type an equals sign =."
msgstr "ドキュメント上で計算式を挿入する位置にカーソルを移動して、F2 キーを押します。表のセル中にカーソルがある場合は、イコール記号 = キーを押します。"
#: calculate.xhp
+#, fuzzy
msgctxt ""
"calculate.xhp\n"
"par_id3155547\n"
-"10\n"
"help.text"
msgid "Type the calculation that you want to insert, for example, <item type=\"literal\">=10000/12</item>, and then press Enter."
msgstr "計算式を<item type=\"literal\">=10000/12</item>のような形で入力して、Enter キーを押します。"
#: calculate.xhp
+#, fuzzy
msgctxt ""
"calculate.xhp\n"
"par_id3155565\n"
-"11\n"
"help.text"
-msgid "You can also click the <item type=\"menuitem\">Formula</item> icon on the <item type=\"menuitem\">Formula Bar</item>, and then choose a function for your formula."
+msgid "You can also click the <item type=\"menuitem\">Formula</item> icon on the <item type=\"menuitem\">Formula Bar</item>, and then choose a function for your formula."
msgstr "<item type=\"menuitem\">数式バー</item>にある<item type=\"menuitem\">数式</item>アイコンをクリックすることもできます。そして数式の関数を選択します。"
#: calculate.xhp
@@ -2493,81 +2495,82 @@ msgid "Calculating Complex Formulas in Text Documents"
msgstr "文書ドキュメント上で数式を計算させる"
#: calculate_intext.xhp
+#, fuzzy
msgctxt ""
"calculate_intext.xhp\n"
"bm_id3147406\n"
"help.text"
-msgid "<bookmark_value>formulas; complex formulas in text</bookmark_value> <bookmark_value>calculating;formulas/mean values</bookmark_value>"
+msgid "<bookmark_value>formulas; complex formulas in text</bookmark_value> <bookmark_value>calculating;formulas/mean values</bookmark_value>"
msgstr "<bookmark_value>数式; テキスト中の複雑な数式</bookmark_value><bookmark_value>計算; 数式/平均値</bookmark_value>"
#: calculate_intext.xhp
+#, fuzzy
msgctxt ""
"calculate_intext.xhp\n"
"hd_id3147406\n"
-"20\n"
"help.text"
msgid "<variable id=\"calculate_intext\"><link href=\"text/swriter/guide/calculate_intext.xhp\" name=\"Calculating Complex Formulas in Text Documents\">Calculating Complex Formulas in Text Documents</link></variable>"
msgstr "<variable id=\"calculate_intext\"><link href=\"text/swriter/guide/calculate_intext.xhp\" name=\"文書ドキュメント上での複雑な計算\">文書ドキュメント上での複雑な計算</link></variable>"
#: calculate_intext.xhp
+#, fuzzy
msgctxt ""
"calculate_intext.xhp\n"
"par_id3145245\n"
-"25\n"
"help.text"
msgid "You can use predefined functions in a formula, and then insert the result of the calculation into a text document."
msgstr "計算式には事前定義された関数が使用でき、計算結果は文書ドキュメントに挿入できます。"
#: calculate_intext.xhp
+#, fuzzy
msgctxt ""
"calculate_intext.xhp\n"
"par_id3152901\n"
-"26\n"
"help.text"
msgid "For example, to calculate the mean value of three numbers, do the following:"
msgstr "たとえば、3 つの数値の平均を計算する場合は、下記の手順で操作します。"
#: calculate_intext.xhp
+#, fuzzy
msgctxt ""
"calculate_intext.xhp\n"
"par_id3145078\n"
-"27\n"
"help.text"
msgid "Click in the document where you want to insert the formula, and then press F2."
msgstr "ドキュメント上で計算式を挿入する位置にカーソルを移動して、F2 キーを押します。"
#: calculate_intext.xhp
+#, fuzzy
msgctxt ""
"calculate_intext.xhp\n"
"par_id3156382\n"
-"28\n"
"help.text"
-msgid "Click the <item type=\"menuitem\">Formula</item> icon, and choose \"Mean\" from the Statistical Functions list."
+msgid "Click the <item type=\"menuitem\">Formula</item> icon, and choose \"Mean\" from the Statistical Functions list."
msgstr "<item type=\"menuitem\">数式</item>アイコンをクリックして、統計関数のなかから「平均値」を選択してください。"
#: calculate_intext.xhp
+#, fuzzy
msgctxt ""
"calculate_intext.xhp\n"
"par_id3149692\n"
-"30\n"
"help.text"
msgid "Type the three numbers, separated by vertical slashes (|)."
msgstr "数値間の区切りを縦棒記号 (|) として、3 つの数値を入力します。"
#: calculate_intext.xhp
+#, fuzzy
msgctxt ""
"calculate_intext.xhp\n"
"par_id3149481\n"
-"32\n"
"help.text"
msgid "Press <emph>Enter</emph>. The result is inserted as a field into the document."
msgstr "Enterキーを押して数式を確定すると、テキスト内に結果がフィールドとして挿入されます。"
#: calculate_intext.xhp
+#, fuzzy
msgctxt ""
"calculate_intext.xhp\n"
"par_id3149823\n"
-"35\n"
"help.text"
msgid "To edit the formula, double-click the field in the document."
msgstr "計算式を編集するには、ドキュメント上でフィールドをダブルクリックします。"
@@ -2766,45 +2769,46 @@ msgid "Using Captions"
msgstr "キャプションの使用"
#: captions.xhp
+#, fuzzy
msgctxt ""
"captions.xhp\n"
"bm_id3147691\n"
"help.text"
-msgid "<bookmark_value>inserting; captions</bookmark_value> <bookmark_value>captions; inserting and editing</bookmark_value> <bookmark_value>editing;captions</bookmark_value> <bookmark_value>objects; captioning</bookmark_value> <bookmark_value>tables; labeling</bookmark_value> <bookmark_value>frames; labeling</bookmark_value> <bookmark_value>charts; labeling</bookmark_value> <bookmark_value>text frames; labeling</bookmark_value> <bookmark_value>draw objects; inserting captions</bookmark_value> <bookmark_value>legends, see also captions</bookmark_value>"
+msgid "<bookmark_value>inserting; captions</bookmark_value> <bookmark_value>captions; inserting and editing</bookmark_value> <bookmark_value>editing;captions</bookmark_value> <bookmark_value>objects; captioning</bookmark_value> <bookmark_value>tables; labeling</bookmark_value> <bookmark_value>frames; labeling</bookmark_value> <bookmark_value>charts; labeling</bookmark_value> <bookmark_value>text frames; labeling</bookmark_value> <bookmark_value>draw objects; inserting captions</bookmark_value> <bookmark_value>legends, see also captions</bookmark_value>"
msgstr "<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>テキスト枠; ラベルを付ける</bookmark_value><bookmark_value>図形描画オブジェクト; キャプションを挿入する</bookmark_value><bookmark_value>凡例、キャプションも参照のこと</bookmark_value>"
#: captions.xhp
+#, fuzzy
msgctxt ""
"captions.xhp\n"
"hd_id3150537\n"
-"39\n"
"help.text"
msgid "<variable id=\"captions\"><link href=\"text/swriter/guide/captions.xhp\" name=\"Using Captions\">Using Captions</link></variable>"
msgstr "<variable id=\"captions\"><link href=\"text/swriter/guide/captions.xhp\" name=\"キャプションの使用\">キャプションの使用</link></variable>"
#: captions.xhp
+#, fuzzy
msgctxt ""
"captions.xhp\n"
"par_id3153156\n"
-"22\n"
"help.text"
msgid "In text documents, you can add continuously numbered captions to graphics, tables, frames, and drawing objects."
msgstr "文書ドキュメント上の図、表、枠、および図形描画オブジェクトに対しては、連番付きのキャプションを追加することができます。"
#: captions.xhp
+#, fuzzy
msgctxt ""
"captions.xhp\n"
"par_id3153172\n"
-"36\n"
"help.text"
msgid "You can edit the text and the number ranges for different types of captions."
msgstr "キャプションに表示されるテキストや番号は、編集することができます。"
#: captions.xhp
+#, fuzzy
msgctxt ""
"captions.xhp\n"
"par_id3153186\n"
-"37\n"
"help.text"
msgid "When you add a caption to a picture or to an object, the object and the caption text are placed together in a new frame. When you add a caption to a table, the caption text is inserted as a paragraph next to the table. When you add a caption to a frame, the caption text is added to the text inside the frame, either before or after the existing text."
msgstr "図やオブジェクトにキャプションを付ける場合、これらのオブジェクトとキャプションは、新規の枠の中にまとめて取り込まれます。表にキャプションを付ける場合、キャプションは表の直後に段落の文章として挿入されます。枠にキャプションを付ける場合、キャプションは枠中の既存テキストの前または後に追加されます。"
@@ -2818,66 +2822,66 @@ msgid "To move both the object and the caption, drag the frame that contains the
msgstr "オブジェクトとキャプションをまとめて移動するには、これらを囲む外枠をドラッグします。移動後に F9 キーを押すと、キャプションの数字が更新されます。"
#: captions.xhp
+#, fuzzy
msgctxt ""
"captions.xhp\n"
"hd_id3155541\n"
-"23\n"
"help.text"
msgid "To define a caption proceed as follows:"
msgstr "キャプションは次のように定義します:"
#: captions.xhp
+#, fuzzy
msgctxt ""
"captions.xhp\n"
"par_id3155567\n"
-"24\n"
"help.text"
msgid "Select the item that you want to add a caption to."
msgstr "キャプションを追加する項目を選択します。"
#: captions.xhp
+#, fuzzy
msgctxt ""
"captions.xhp\n"
"par_id3155586\n"
-"25\n"
"help.text"
msgid "Choose <emph>Insert - Caption</emph>."
msgstr "<emph>挿入 → キャプション</emph> を選択します。"
#: captions.xhp
+#, fuzzy
msgctxt ""
"captions.xhp\n"
"par_id3147765\n"
-"26\n"
"help.text"
-msgid "Select the options that you want, and then click <item type=\"menuitem\">OK</item>. If you want, you can also enter different text in the <item type=\"menuitem\">Category</item> box, for example <item type=\"literal\">Figure</item>."
+msgid "Select the options that you want, and then click <item type=\"menuitem\">OK</item>. If you want, you can also enter different text in the <item type=\"menuitem\">Category</item> box, for example <item type=\"literal\">Figure</item>."
msgstr "必要なオプションを選択し、<item type=\"menuitem\">OK</item>をクリックします。必要ならば、異なるテキストを<item type=\"menuitem\">カテゴリ</item>ボックスに入れることもできます。たとえば、<item type=\"literal\">図</item>などです。"
#: captions.xhp
+#, fuzzy
msgctxt ""
"captions.xhp\n"
"par_id3147254\n"
-"27\n"
"help.text"
msgid "You can edit caption text directly in the document."
msgstr "キャプションのテキストは、ドキュメント上で直接編集することもできます。"
#: captions.xhp
+#, fuzzy
msgctxt ""
"captions.xhp\n"
"par_id3147271\n"
-"28\n"
"help.text"
msgid "A caption is formatted with the paragraph style that matches the name of the caption category. For example, if you insert a \"Table\" caption, the \"Table\" paragraph style is applied to the caption text."
msgstr "キャプションは、キャプションのカテゴリーの名前に一致する段落スタイルで書式設定されます。たとえば「表」のキャプションを挿入すると、そのキャプションのテキストには「表」段落スタイルが適用されます。"
#: captions.xhp
+#, fuzzy
msgctxt ""
"captions.xhp\n"
"par_id3145671\n"
-"45\n"
"help.text"
-msgid "$[officename] can automatically add a caption when you insert an object, graphic, frame, or table. Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - AutoCaption</emph>."
+msgid "$[officename] can automatically add a caption when you insert an object, graphic, frame, or table. Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - AutoCaption</emph>."
msgstr "$[officename] では、オブジェクト、図、枠、表の挿入時に自動的にキャプションを付けることができます。この設定をするには、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 自動キャプション</emph> を選択します。"
#: captions_numbers.xhp
@@ -2942,12 +2946,13 @@ msgid "Choose <emph>Insert - Caption</emph>."
msgstr "<emph>挿入 → キャプション</emph> を選択します。"
#: captions_numbers.xhp
+#, fuzzy
msgctxt ""
"captions_numbers.xhp\n"
"par_id3150527\n"
"19\n"
"help.text"
-msgid "Select a caption title from the <item type=\"menuitem\">Category</item> box, and select a numbering style in the <item type=\"menuitem\">Numbering</item> box. <br/>You also can enter a caption text in this dialog. If you want, enter text in the <item type=\"menuitem\">Caption</item> box."
+msgid "Select a caption title from the <item type=\"menuitem\">Category</item> box, and select a numbering style in the <item type=\"menuitem\">Numbering</item> box. <br/>You also can enter a caption text in this dialog. If you want, enter text in the <item type=\"menuitem\">Caption</item> box."
msgstr "<item type=\"menuitem\">カテゴリ</item>ボックスからキャプションのタイトルを選択します。そして<item type=\"menuitem\">番号付け</item>ボックスで番号付けスタイルを選択します。<br/>このダイアログにキャプションのテキストを入れることもできます。テキストを<item type=\"menuitem\">キャプション</item>ボックスに入れてください。"
#: captions_numbers.xhp
@@ -2960,21 +2965,23 @@ msgid "Click <emph>Options</emph>."
msgstr "<emph>オプション</emph> をクリックします。"
#: captions_numbers.xhp
+#, fuzzy
msgctxt ""
"captions_numbers.xhp\n"
"par_id3153190\n"
"45\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Level</item> box, select the number of heading levels to include in the chapter number."
+msgid "In the <item type=\"menuitem\">Level</item> box, select the number of heading levels to include in the chapter number."
msgstr "<item type=\"menuitem\">レベル</item>ボックスで章番号に含めるための見出しレベルの番号を選択します。"
#: captions_numbers.xhp
+#, fuzzy
msgctxt ""
"captions_numbers.xhp\n"
"par_id3155553\n"
"46\n"
"help.text"
-msgid "Type the character that you want to separate the chapter number(s) from the caption number in the <item type=\"menuitem\">Separator</item> box, and then click <item type=\"menuitem\">OK</item>."
+msgid "Type the character that you want to separate the chapter number(s) from the caption number in the <item type=\"menuitem\">Separator</item> box, and then click <item type=\"menuitem\">OK</item>."
msgstr "章番号をキャプションから分ける区切り文字を、<item type=\"menuitem\">区切り文字</item>ボックスに入力します。それから<item type=\"menuitem\">OK</item>をクリックします。"
#: captions_numbers.xhp
@@ -2987,12 +2994,13 @@ msgid "In the <emph>Caption</emph> dialog, click <emph>OK</emph>."
msgstr "ダイアログ <emph>キャプション</emph> に戻って、<emph>OK</emph> をクリックします。"
#: captions_numbers.xhp
+#, fuzzy
msgctxt ""
"captions_numbers.xhp\n"
"par_id3147226\n"
"43\n"
"help.text"
-msgid "$[officename] can automatically add a caption when you insert an object, graphic, or table. Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - AutoCaption</emph>."
+msgid "$[officename] can automatically add a caption when you insert an object, graphic, or table. Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - AutoCaption</emph>."
msgstr "オブジェクト、図、表の挿入時に、$[officename] によって自動的にキャプションを付けることができます。<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 自動キャプション</emph> を選択します。"
#: captions_numbers.xhp
@@ -3020,117 +3028,118 @@ msgid "Creating a Page Style Based on the Current Page"
msgstr "現在のページを基にページスタイルを作成する"
#: change_header.xhp
+#, fuzzy
msgctxt ""
"change_header.xhp\n"
"bm_id3146875\n"
"help.text"
-msgid "<bookmark_value>headers; inserting</bookmark_value> <bookmark_value>footers; inserting</bookmark_value> <bookmark_value>page styles; changing from selection</bookmark_value> <bookmark_value>new page styles from selection</bookmark_value>"
+msgid "<bookmark_value>headers; inserting</bookmark_value> <bookmark_value>footers; inserting</bookmark_value> <bookmark_value>page styles; changing from selection</bookmark_value> <bookmark_value>new page styles from selection</bookmark_value>"
msgstr "<bookmark_value>ヘッダー; 挿入する</bookmark_value><bookmark_value>フッター; 挿入する</bookmark_value><bookmark_value>ページスタイル; 選択範囲から変更する</bookmark_value><bookmark_value>選択範囲からの新しいページスタイル</bookmark_value>"
#: change_header.xhp
+#, fuzzy
msgctxt ""
"change_header.xhp\n"
"hd_id3146875\n"
-"21\n"
"help.text"
msgid "<variable id=\"change_header\"><link href=\"text/swriter/guide/change_header.xhp\" name=\"Creating a Page Style Based on the Current Page\">Creating a Page Style Based on the Current Page</link></variable>"
msgstr "<variable id=\"change_header\"><link href=\"text/swriter/guide/change_header.xhp\" name=\"選択内容からのページスタイル\">選択内容からのページスタイル</link></variable>"
#: change_header.xhp
+#, fuzzy
msgctxt ""
"change_header.xhp\n"
"par_id3153584\n"
-"22\n"
"help.text"
msgid "You can design a page layout and then create a page style based on it."
msgstr "ユーザーの設定したページレイアウトを基に、ページスタイルを作成できます。"
#: change_header.xhp
+#, fuzzy
msgctxt ""
"change_header.xhp\n"
"par_id3154245\n"
-"24\n"
"help.text"
msgid "For example, you can create a page style that displays a particular header, and another page style that displays a different header."
msgstr "たとえば、それぞれ異なるヘッダーを配置した複数のページスタイルを作成しておくことができます。"
#: change_header.xhp
+#, fuzzy
msgctxt ""
"change_header.xhp\n"
"par_id3150503\n"
-"26\n"
"help.text"
-msgid "Open a new text document, choose <emph>Format - Styles and Formatting</emph>, and then click the <emph>Page Styles</emph> icon."
+msgid "Open a new text document, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Page Styles</emph> icon."
msgstr "文書ドキュメントを新規に開いて <emph>書式 → スタイルと書式設定</emph> を選択し、<emph>ページスタイル</emph> アイコンをクリックします。"
#: change_header.xhp
+#, fuzzy
msgctxt ""
"change_header.xhp\n"
"par_id3150532\n"
-"27\n"
"help.text"
msgid "Click the <emph>New Style from Selection</emph> icon and select <emph>New Styles from Selection</emph> from the submenu."
msgstr "<emph>選択スタイルから新規作成</emph> アイコンをクリックし、<emph>選択スタイルから新規作成</emph> を選択します。"
#: change_header.xhp
+#, fuzzy
msgctxt ""
"change_header.xhp\n"
"par_id3153153\n"
-"31\n"
"help.text"
-msgid "Type a name for the page in the <item type=\"menuitem\">Style name</item> box, and then click <item type=\"menuitem\">OK</item>."
+msgid "Type a name for the page in the <item type=\"menuitem\">Style name</item> box, and then click <item type=\"menuitem\">OK</item>."
msgstr "ページの名前を<item type=\"menuitem\">スタイル名</item>ボックスに入力し、<item type=\"menuitem\">OK</item>をクリックします。"
#: change_header.xhp
+#, fuzzy
msgctxt ""
"change_header.xhp\n"
"par_id3153184\n"
-"32\n"
"help.text"
msgid "Double-click the name in the list to apply the style to the current page."
msgstr "現在のページにスタイルを適用するには、該当する名前をダブルクリックします。"
#: change_header.xhp
+#, fuzzy
msgctxt ""
"change_header.xhp\n"
"par_id3155541\n"
-"33\n"
"help.text"
msgid "Choose <emph>Insert - Header</emph>, and choose the new page style from the list."
msgstr "メニュー <emph>挿入 → ヘッダー</emph> を選び、新規に作成した <emph>ページスタイル</emph> をリストから選択します。"
#: change_header.xhp
+#, fuzzy
msgctxt ""
"change_header.xhp\n"
"par_id3155572\n"
-"34\n"
"help.text"
msgid "Type the text that you want in the header. Position the cursor into the main text area outside of the header."
msgstr "ヘッダー中に表示するテキストを入力します。"
#: change_header.xhp
+#, fuzzy
msgctxt ""
"change_header.xhp\n"
"par_id3155592\n"
-"25\n"
"help.text"
msgid "Choose <emph>Insert - Manual Break</emph>."
msgstr "<emph>挿入 → 任意区切り</emph> を選択します。"
#: change_header.xhp
+#, fuzzy
msgctxt ""
"change_header.xhp\n"
"par_id3147771\n"
-"28\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Type</item> area, select <item type=\"menuitem\">Page break</item> and then select “Default” from the <item type=\"menuitem\">Style</item> box."
+msgid "In the <item type=\"menuitem\">Type</item> area, select <item type=\"menuitem\">Page break</item> and then select “Default” from the <item type=\"menuitem\">Style</item> box."
msgstr "<item type=\"menuitem\">入力</item>領域で, <item type=\"menuitem\">任意区切り</item>を選択し、<item type=\"menuitem\">スタイル</item>ボックスから“標準”を選択します。"
#: change_header.xhp
+#, fuzzy
msgctxt ""
"change_header.xhp\n"
"par_id3147810\n"
-"29\n"
"help.text"
msgid "Repeat steps 2-6 to create a second custom page style with a different header."
msgstr "異なるヘッダーを持つ 2 つめのページスタイルをユーザー定義するには、手順 2 から 6 を繰り返します。"
@@ -3144,65 +3153,66 @@ msgid "Outline Numbering"
msgstr "章番号付け"
#: chapter_numbering.xhp
+#, fuzzy
msgctxt ""
"chapter_numbering.xhp\n"
"bm_id3147682\n"
"help.text"
-msgid "<bookmark_value>outlines;numbering</bookmark_value> <bookmark_value>deleting;heading numbers</bookmark_value> <bookmark_value>chapter numbering</bookmark_value> <bookmark_value>headings; numbering/paragraph styles</bookmark_value> <bookmark_value>numbering;headings</bookmark_value>"
+msgid "<bookmark_value>outlines;numbering</bookmark_value> <bookmark_value>deleting;heading numbers</bookmark_value> <bookmark_value>chapter numbering</bookmark_value> <bookmark_value>headings; numbering/paragraph styles</bookmark_value> <bookmark_value>numbering;headings</bookmark_value>"
msgstr "<bookmark_value>アウトライン; 番号付け</bookmark_value><bookmark_value>削除;見出し番号</bookmark_value><bookmark_value>章の番号付け</bookmark_value><bookmark_value>見出し; 番号付け/段落スタイル</bookmark_value><bookmark_value>番号付け; 見出し</bookmark_value>"
#: chapter_numbering.xhp
+#, fuzzy
msgctxt ""
"chapter_numbering.xhp\n"
"hd_id3147682\n"
-"22\n"
"help.text"
msgid "<variable id=\"chapter_numbering\"><link href=\"text/swriter/guide/chapter_numbering.xhp\" name=\"Outline Numbering\">Outline Numbering</link></variable>"
msgstr "<variable id=\"chapter_numbering\"><link href=\"text/swriter/guide/chapter_numbering.xhp\" name=\"章番号付け\">章番号付け</link></variable>"
#: chapter_numbering.xhp
+#, fuzzy
msgctxt ""
"chapter_numbering.xhp\n"
"par_id3155605\n"
-"23\n"
"help.text"
msgid "You can modify the heading hierarchy or assign a level in the hierarchy to a custom paragraph style. You can also add chapter and section numbering to heading paragraph styles. By default, the \"Heading 1\" paragraph style is at the top of the outline hierarchy."
msgstr "ユーザー定義した段落スタイルに対しては、見出し階層の変更および、レベルの追加が行えます。また段落スタイルには、章やセクションの番号を追加することもできます。デフォルトの設定では、段落スタイルの「見出し 1」がアウトライン階層の最上層にくるようにされています。"
#: chapter_numbering.xhp
+#, fuzzy
msgctxt ""
"chapter_numbering.xhp\n"
"hd_id3155626\n"
-"35\n"
"help.text"
msgid "To Add Automatic Numbering to a Heading Style"
msgstr "見出しスタイルに自動番号付けを設定する"
#: chapter_numbering.xhp
+#, fuzzy
msgctxt ""
"chapter_numbering.xhp\n"
"par_id3154255\n"
-"36\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Tools - Outline Numbering</item>, and then click the <item type=\"menuitem\">Numbering</item> tab."
+msgid "Choose <item type=\"menuitem\">Tools - Outline Numbering</item>, and then click the <item type=\"menuitem\">Numbering</item> tab."
msgstr "<item type=\"menuitem\">ツール → 章番号付け</item>を選択し、<item type=\"menuitem\">番号付け</item>タブをクリックします。"
#: chapter_numbering.xhp
+#, fuzzy
msgctxt ""
"chapter_numbering.xhp\n"
"par_id3155891\n"
-"37\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Paragraph Style</item> box, select the heading style that you want to add chapter numbers to."
+msgid "In the <item type=\"menuitem\">Paragraph Style</item> box, select the heading style that you want to add chapter numbers to."
msgstr "<item type=\"menuitem\">段落スタイル</item>ボックスで、章番号を追加したい見出しスタイルを選択します。"
#: chapter_numbering.xhp
+#, fuzzy
msgctxt ""
"chapter_numbering.xhp\n"
"par_id3150513\n"
-"25\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Numbers</item> box, select the numbering style that you want to use, and then click <item type=\"menuitem\">OK</item>."
+msgid "In the <item type=\"menuitem\">Numbers</item> box, select the numbering style that you want to use, and then click <item type=\"menuitem\">OK</item>."
msgstr "<item type=\"menuitem\">番号</item>ボックスで、使用したい番号付けスタイルを選択し、<item type=\"menuitem\">OK</item>をクリックします。"
#: chapter_numbering.xhp
@@ -3226,50 +3236,50 @@ msgctxt ""
"chapter_numbering.xhp\n"
"par_idN107D9\n"
"help.text"
-msgid "Press the <item type=\"keycode\">Backspace</item> key to delete the number."
-msgstr "<item type=\"keycode\">Backspace</item> キーを押して番号を削除します。"
+msgid "Press the Backspace key to delete the number."
+msgstr ""
#: chapter_numbering.xhp
+#, fuzzy
msgctxt ""
"chapter_numbering.xhp\n"
"hd_id3155552\n"
-"26\n"
"help.text"
msgid "To Use a Custom Paragraph Style as a Heading"
msgstr "見出しにユーザー定義の段落スタイルを使用する"
#: chapter_numbering.xhp
+#, fuzzy
msgctxt ""
"chapter_numbering.xhp\n"
"par_id3155571\n"
-"38\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Tools - Outline Numbering</item>, and then click the <item type=\"menuitem\">Numbering</item> tab."
+msgid "Choose <item type=\"menuitem\">Tools - Outline Numbering</item>, and then click the <item type=\"menuitem\">Numbering</item> tab."
msgstr "<item type=\"menuitem\">ツール → 章番号付け</item>を選択し、<item type=\"menuitem\">番号付け</item>タブをクリックします。"
#: chapter_numbering.xhp
+#, fuzzy
msgctxt ""
"chapter_numbering.xhp\n"
"par_id3147758\n"
-"27\n"
"help.text"
msgid "Select the custom style in the <emph>Paragraph Style</emph> box."
msgstr "<emph>段落スタイル</emph> ボックスで、適用するユーザー定義のスタイルを選択します。"
#: chapter_numbering.xhp
+#, fuzzy
msgctxt ""
"chapter_numbering.xhp\n"
"par_id3147782\n"
-"39\n"
"help.text"
-msgid "Click the heading level that you want to assign to the custom paragraph style in the <item type=\"menuitem\">Level</item> list."
+msgid "Click the heading level that you want to assign to the custom paragraph style in the <item type=\"menuitem\">Level</item> list."
msgstr "変更した段落スタイルに割り当てたい見出しレベルを<item type=\"menuitem\">レベル</item>リストからクリックします。"
#: chapter_numbering.xhp
+#, fuzzy
msgctxt ""
"chapter_numbering.xhp\n"
"par_id3147808\n"
-"28\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
@@ -3283,92 +3293,93 @@ msgid "Conditional Text"
msgstr "条件付きテキスト"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"bm_id3155619\n"
"help.text"
-msgid "<bookmark_value>matching conditional text in fields</bookmark_value> <bookmark_value>if-then queries as fields</bookmark_value> <bookmark_value>conditional text; setting up</bookmark_value> <bookmark_value>text; conditional text</bookmark_value> <bookmark_value>defining;conditions</bookmark_value>"
+msgid "<bookmark_value>matching conditional text in fields</bookmark_value> <bookmark_value>if-then queries as fields</bookmark_value> <bookmark_value>conditional text; setting up</bookmark_value> <bookmark_value>text; conditional text</bookmark_value> <bookmark_value>defining;conditions</bookmark_value>"
msgstr "<bookmark_value>フィールド内の条件付きテキストを照合する</bookmark_value><bookmark_value>フィールドとしての if-then 処理</bookmark_value><bookmark_value>条件付きテキスト; 設定する</bookmark_value><bookmark_value>テキスト; 条件付きテキスト</bookmark_value><bookmark_value>定義する; 条件</bookmark_value>"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"hd_id3155619\n"
-"4\n"
"help.text"
msgid "<variable id=\"conditional_text\"><link href=\"text/swriter/guide/conditional_text.xhp\" name=\"Conditional Text\">Conditional Text</link></variable>"
msgstr "<variable id=\"conditional_text\"><link href=\"text/swriter/guide/conditional_text.xhp\" name=\"条件付きテキスト\">条件付きテキスト</link></variable>"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3155879\n"
-"5\n"
"help.text"
msgid "You can set up fields in your document that display text when a condition that you define is met. For example, you can define the conditional text that is displayed in a series of reminder letters."
msgstr "フィールドの機能を利用すると、ユーザーの指定条件を満たした場合にのみ、ドキュメント上に特定のテキストを表示させることができます。ここでは条件付きテキストの使用法として、催促状の表示を切り換える場合を例に説明をします。"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3155895\n"
-"6\n"
"help.text"
msgid "Setting up conditional text in this example is a two-part process. First you create a variable, and then you create the condition."
msgstr "条件付きテキストの設定は、大きく分けて 2 つの手順で進めます。まず最初に変数を作成してから、次に条件の設定を行います。"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"hd_id3153175\n"
-"61\n"
"help.text"
msgid "To Define a Conditional Variable"
msgstr "条件変数を定義する"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3153185\n"
-"62\n"
"help.text"
msgid "The first part of the example is to define a variable for the condition statement."
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 "<item type=\"menuitem\">挿入 - フィールド - 他のフィールド</item>を選択し、<item type=\"menuitem\">変数</item>タブをクリックします。"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3147759\n"
-"9\n"
"help.text"
-msgid "Click \"Set variable\" in the <item type=\"menuitem\">Type</item> list."
+msgid "Click \"Set variable\" in the <item type=\"menuitem\">Type</item> list."
msgstr "<item type=\"menuitem\">フィールドタイプ</item>リストの「変数の設定」をクリックします。"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3147784\n"
-"10\n"
"help.text"
msgid "Type a name for the variable in the <item type=\"menuitem\">Name</item> box, for example <item type=\"literal\">Reminder</item>."
msgstr "<item type=\"menuitem\">名前</item>ボックスに変数の名前を入力します。たとえば <item type=\"literal\">Reminder</item> などです。"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3147810\n"
-"57\n"
"help.text"
-msgid "Click \"Text\" in the <item type=\"menuitem\">Format</item> list."
+msgid "Click \"Text\" in the <item type=\"menuitem\">Format</item> list."
msgstr "<item type=\"menuitem\">書式</item>リストの「テキスト」をクリックします。"
#: conditional_text.xhp
@@ -3380,127 +3391,127 @@ msgid "Enter <item type=\"literal\">1</item> in the <item type=\"menuitem\">Valu
msgstr "<item type=\"literal\">1</item> を<item type=\"menuitem\">値</item>ボックスに入力し、<item type=\"menuitem\">挿入</item>をクリックします。<br/>書式リストに「Standard」書式が表示されます。"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"hd_id3145645\n"
-"63\n"
"help.text"
msgid "To Define a Condition and the Conditional Text"
msgstr "条件および条件付きテキストを定義する"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3145659\n"
-"64\n"
"help.text"
msgid "The second part of the example is to define the condition that must be met, and to insert a placeholder for displaying the conditional text in your document."
msgstr "この例の 2 番目の部分では、判定条件を設定して、条件付きテキストをドキュメントに表示するためのプレースホルダーを挿入する方法を示します。"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3151193\n"
-"12\n"
"help.text"
msgid "Place the cursor where you want to insert the conditional text in your text."
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 "<item type=\"menuitem\">挿入 - フィールド - 他のフィールド</item>を選択し、<item type=\"menuitem\">機能</item>タブをクリックします。"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3151250\n"
-"13\n"
"help.text"
-msgid "Click \"Conditional text\" in the <item type=\"menuitem\">Type</item> list."
+msgid "Click \"Conditional text\" in the <item type=\"menuitem\">Type</item> list."
msgstr "<item type=\"menuitem\">フィールドタイプ</item>リストの「条件付きテキスト」をクリックします。"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3155936\n"
-"14\n"
"help.text"
-msgid "Type <item type=\"literal\">Reminder EQ \"3\"</item> in the <item type=\"menuitem\">Condition</item> box. In other words, the conditional text will be displayed when the variable in the field that you defined in the first part of this example is equal to three."
+msgid "Type <item type=\"literal\">Reminder EQ \"3\"</item> in the <item type=\"menuitem\">Condition</item> box. In other words, the conditional text will be displayed when the variable in the field that you defined in the first part of this example is equal to three."
msgstr "<item type=\"menuitem\">条件</item>ボックスに <item type=\"literal\">Reminder EQ \"3\"</item> と入力します。この条件指定の意味は、例の最初の手順で定義したフィールドの変数が 3 に等しくなったとき、条件付きテキストを表示する、という指示です。"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3155969\n"
-"15\n"
"help.text"
msgid "The quotation marks enclosing the \"3\" indicate that the variable that you defined in the first part of this example is a text string."
msgstr "数値の 3 が引用符で囲んであるのは、ここの解説の最初の手順で、ユーザー定義の変数をテキストと設定したためです。"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3150446\n"
-"16\n"
"help.text"
msgid "Type the text that you want to display when the condition is met in the <emph>Then</emph> box. There is almost no limit to the length of the text that you can enter. You can paste a paragraph into this box."
msgstr "<emph>条件を満たすとき</emph> ボックスには、条件が満たされた場合に表示させるテキストを入力します。ここに入力できるテキストの長さには特に制限はありません。必要であれば、1 つの段落全体をコピーしてこのボックスに貼り付けることもできます。"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3150473\n"
-"17\n"
"help.text"
msgid "Click <emph>Insert</emph>, and then click <emph>Close</emph>."
msgstr "<emph>挿入</emph> をクリックして、<emph>閉じる</emph> をクリックします。"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"hd_id3155073\n"
-"66\n"
"help.text"
msgid "To Display the Conditional Text"
msgstr "条件付きテキストを表示させる"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3155086\n"
-"67\n"
"help.text"
msgid "In this example, the conditional text is displayed when the value of the conditional variable is equal to 3."
msgstr "ここでの設定例で条件付きテキストが表示されるのは、条件判定用の変数の値が 3 に等しい場合です。"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3155110\n"
-"19\n"
"help.text"
msgid "Place your cursor in front of the field that you defined in the first part of this example, and then choose <emph>Edit - Fields</emph>."
msgstr "最初の手順で指定したフィールドの先頭部にカーソルを移動して、メニュー <emph>編集 → フィールド</emph> を選択します。"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3155136\n"
-"68\n"
"help.text"
-msgid "Replace the number in the <item type=\"menuitem\">Value</item> box with 3, and then click <item type=\"menuitem\">Close</item>."
+msgid "Replace the number in the <item type=\"menuitem\">Value</item> box with 3, and then click <item type=\"menuitem\">Close</item>."
msgstr "<item type=\"menuitem\">値</item>ボックスの数値を 3 にして、<item type=\"menuitem\">閉じる</item>をクリックします。"
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3155168\n"
-"20\n"
"help.text"
msgid "If the field does not automatically update, press F9."
msgstr "フィールドが自動的に更新されない場合は F9 キーを押してください。"
@@ -3522,99 +3533,100 @@ msgid "Conditional Text for Page Counts"
msgstr "ページ総数と条件付きテキストを併用した例"
#: conditional_text2.xhp
+#, fuzzy
msgctxt ""
"conditional_text2.xhp\n"
"bm_id3153108\n"
"help.text"
-msgid "<bookmark_value>page counts</bookmark_value> <bookmark_value>conditional text;page counts</bookmark_value>"
+msgid "<bookmark_value>page counts</bookmark_value> <bookmark_value>conditional text;page counts</bookmark_value>"
msgstr "<bookmark_value>ページ総数</bookmark_value><bookmark_value>条件付きテキスト; ページ総数</bookmark_value>"
#: conditional_text2.xhp
+#, fuzzy
msgctxt ""
"conditional_text2.xhp\n"
"hd_id3153108\n"
-"1\n"
"help.text"
msgid "<variable id=\"conditional_text2\"><link href=\"text/swriter/guide/conditional_text2.xhp\" name=\"Conditional Text for Page Counts\">Conditional Text for Page Counts</link></variable>"
msgstr "<variable id=\"conditional_text2\"><link href=\"text/swriter/guide/conditional_text2.xhp\" name=\"ページ総数用の条件付き文書\">ページ総数用の条件付き文書</link></variable>"
#: conditional_text2.xhp
+#, fuzzy
msgctxt ""
"conditional_text2.xhp\n"
"par_id3156228\n"
-"3\n"
"help.text"
msgid "You can create a conditional text field that displays the word \"pages\" instead of \"page\" in conjunction with a page count field if your document contains more than one page."
msgstr "条件付きテキストフィールドを使用すると、ページ総数フィールドが 1 ページだけのときは「page」と表示し、1 ページより多いときは「pages」と表示することも可能です。(英語の場合)"
#: conditional_text2.xhp
+#, fuzzy
msgctxt ""
"conditional_text2.xhp\n"
"par_id3156257\n"
-"4\n"
"help.text"
msgid "Place the cursor in your document where you want to insert the page count."
msgstr "ページ総数を表示する場所にカーソルを置きます。"
#: conditional_text2.xhp
+#, fuzzy
msgctxt ""
"conditional_text2.xhp\n"
"par_id3150513\n"
-"5\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Insert - Fields - Page Count</item>, and then enter a space."
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 "<item type=\"menuitem\">挿入 - フィールド - 他のフィールド</item>を選択し、<item type=\"menuitem\">機能</item>タブをクリックします。"
#: conditional_text2.xhp
+#, fuzzy
msgctxt ""
"conditional_text2.xhp\n"
"par_id3153166\n"
-"9\n"
"help.text"
-msgid "Click \"Conditional text\" in the <item type=\"menuitem\">Type</item> list."
+msgid "Click \"Conditional text\" in the <item type=\"menuitem\">Type</item> list."
msgstr "<item type=\"menuitem\">フィールドタイプ</item>リストの「条件付きテキスト」をクリックします。"
#: conditional_text2.xhp
+#, fuzzy
msgctxt ""
"conditional_text2.xhp\n"
"par_id3145256\n"
-"7\n"
"help.text"
msgid "Type <item type=\"literal\">Page > 1</item> in the <item type=\"menuitem\">Condition</item> box."
msgstr "<item type=\"menuitem\">条件</item>ボックスに<item type=\"literal\">Page > 1</item>と入力します。"
#: conditional_text2.xhp
+#, fuzzy
msgctxt ""
"conditional_text2.xhp\n"
"par_id3145280\n"
-"10\n"
"help.text"
msgid "Type <item type=\"literal\">Pages</item> in the <item type=\"menuitem\">Then</item> box."
msgstr "<item type=\"menuitem\">条件を満たすとき</item>ボックスに<item type=\"literal\">Page</item>と入力します。"
#: conditional_text2.xhp
+#, fuzzy
msgctxt ""
"conditional_text2.xhp\n"
"par_id3145305\n"
-"11\n"
"help.text"
msgid "Type <item type=\"literal\">Page</item> in the <item type=\"menuitem\">Else</item> box."
msgstr "<item type=\"menuitem\">条件を満たさないとき</item>ボックスに <item type=\"literal\">Page</item> と入力します。"
#: conditional_text2.xhp
+#, fuzzy
msgctxt ""
"conditional_text2.xhp\n"
"par_id3155535\n"
-"8\n"
"help.text"
msgid "Click <emph>Insert</emph>, and then click <emph>Close</emph>."
msgstr "<emph>挿入</emph> をクリックして、<emph>閉じる</emph> をクリックします。"
@@ -3628,45 +3640,46 @@ msgid "Removing Words From a User-Defined Dictionary"
msgstr "ユーザー辞書の登録単語を削除する"
#: delete_from_dict.xhp
+#, fuzzy
msgctxt ""
"delete_from_dict.xhp\n"
"bm_id3147688\n"
"help.text"
-msgid "<bookmark_value>user-defined dictionaries; removing words from</bookmark_value> <bookmark_value>custom dictionaries; removing words from</bookmark_value> <bookmark_value>deleting;words in user-defined dictionaries</bookmark_value>"
+msgid "<bookmark_value>user-defined dictionaries; removing words from</bookmark_value> <bookmark_value>custom dictionaries; removing words from</bookmark_value> <bookmark_value>deleting;words in user-defined dictionaries</bookmark_value>"
msgstr "<bookmark_value>ユーザー定義辞書; 登録単語を削除する</bookmark_value><bookmark_value>カスタム辞書; 登録単語を削除する</bookmark_value><bookmark_value>削除する; ユーザー定義辞書の単語</bookmark_value>"
#: delete_from_dict.xhp
+#, fuzzy
msgctxt ""
"delete_from_dict.xhp\n"
"hd_id3147688\n"
-"13\n"
"help.text"
msgid "<variable id=\"delete_from_dict\"><link href=\"text/swriter/guide/delete_from_dict.xhp\" name=\"Removing Words From a User-Defined Dictionary\">Removing Words From a User-Defined Dictionary</link></variable>"
msgstr "<variable id=\"delete_from_dict\"><link href=\"text/swriter/guide/delete_from_dict.xhp\" name=\"ユーザー辞書の登録単語の削除\">ユーザー辞書の登録単語の削除</link></variable>"
#: delete_from_dict.xhp
+#, fuzzy
msgctxt ""
"delete_from_dict.xhp\n"
"par_id3153417\n"
-"14\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Writing Aids</emph>."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Writing Aids</emph>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 → 文章作成支援</emph> を選択します。"
#: delete_from_dict.xhp
+#, fuzzy
msgctxt ""
"delete_from_dict.xhp\n"
"par_id3151391\n"
-"16\n"
"help.text"
-msgid "Select the user-defined dictionary that you want to edit in the <item type=\"menuitem\">User-defined</item> list, and then click <item type=\"menuitem\">Edit</item>."
+msgid "Select the user-defined dictionary that you want to edit in the <item type=\"menuitem\">User-defined</item> list, and then click <item type=\"menuitem\">Edit</item>."
msgstr "<item type=\"menuitem\">ユーザー定義</item>リストから編集したいユーザー定義辞書を選択し、<item type=\"menuitem\">編集</item>をクリックします。"
#: delete_from_dict.xhp
+#, fuzzy
msgctxt ""
"delete_from_dict.xhp\n"
"par_id3154233\n"
-"17\n"
"help.text"
msgid "Select the word that you want to delete in the <emph>Word</emph> list, and then click <emph>Delete</emph>."
msgstr "削除する単語をリスト <emph>単語</emph> で選択して、<emph>削除</emph> をクリックします。"
@@ -3741,35 +3754,37 @@ msgid "Alternating Page Styles on Odd and Even Pages"
msgstr "奇数ページと偶数ページでページスタイルを使い分ける"
#: even_odd_sdw.xhp
+#, fuzzy
msgctxt ""
"even_odd_sdw.xhp\n"
"bm_id3153407\n"
"help.text"
-msgid "<bookmark_value>page styles; left and right pages</bookmark_value> <bookmark_value>blank pages with alternating page styles</bookmark_value> <bookmark_value>empty page with alternating page styles</bookmark_value> <bookmark_value>pages; left and right pages</bookmark_value> <bookmark_value>formatting; even/odd pages</bookmark_value> <bookmark_value>title pages; page styles</bookmark_value> <bookmark_value>First Page page style</bookmark_value> <bookmark_value>Left Page page style</bookmark_value> <bookmark_value>right pages</bookmark_value> <bookmark_value>even/odd pages;formatting</bookmark_value>"
+msgid "<bookmark_value>page styles; left and right pages</bookmark_value> <bookmark_value>blank pages with alternating page styles</bookmark_value> <bookmark_value>empty page with alternating page styles</bookmark_value> <bookmark_value>pages; left and right pages</bookmark_value> <bookmark_value>formatting; even/odd pages</bookmark_value> <bookmark_value>title pages; page styles</bookmark_value> <bookmark_value>First Page page style</bookmark_value> <bookmark_value>Left Page page style</bookmark_value> <bookmark_value>right pages</bookmark_value> <bookmark_value>even/odd pages;formatting</bookmark_value>"
msgstr "<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>左ページのページスタイル</bookmark_value><bookmark_value>右ページ</bookmark_value><bookmark_value>偶数/奇数ページ; 書式設定</bookmark_value>"
#: even_odd_sdw.xhp
+#, fuzzy
msgctxt ""
"even_odd_sdw.xhp\n"
"hd_id3153407\n"
-"1\n"
"help.text"
msgid "<variable id=\"even_odd_sdw\"><link href=\"text/swriter/guide/even_odd_sdw.xhp\" name=\"Alternating Page Styles on Odd and Even Pages\">Alternating Page Styles on Odd and Even Pages</link></variable>"
msgstr "<variable id=\"even_odd_sdw\"><link href=\"text/swriter/guide/even_odd_sdw.xhp\" name=\"奇数ページと偶数ページにおけるページスタイルの交替\">奇数ページと偶数ページにおけるページスタイルの交替</link></variable>"
#: even_odd_sdw.xhp
+#, fuzzy
msgctxt ""
"even_odd_sdw.xhp\n"
"par_id3154265\n"
"help.text"
-msgid "<image id=\"img_id3155876\" src=\"cmd/sc_designerdialog.png\" width=\"0.1862in\" height=\"0.1862in\"><alt id=\"alt_id3155876\">Icon</alt></image>"
+msgid "<image id=\"img_id3155876\" src=\"cmd/sc_designerdialog.png\" width=\"0.473cm\" height=\"0.473cm\"><alt id=\"alt_id3155876\">Icon</alt></image>"
msgstr "<image id=\"img_id3155876\" src=\"cmd/sc_designerdialog.png\" width=\"0.1862in\" height=\"0.1862in\"><alt id=\"alt_id3155876\">アイコン</alt></image>"
#: even_odd_sdw.xhp
+#, fuzzy
msgctxt ""
"even_odd_sdw.xhp\n"
"par_id3147126\n"
-"2\n"
"help.text"
msgid "$[officename] can automatically apply alternating page styles on even (left) and odd pages (right) in your document. For example, you can use page styles to display different headers and footers on even and odd pages. The current page style is displayed in the <emph>Status Bar</emph> at the bottom of the workplace."
msgstr "$[officename] では、ドキュメントの偶数 (左) と奇数 (右) ページごとに適用するページスタイルを自動的に変更させることができます。たとえばページスタイルを使用することで、ヘッダーやフッターを偶数と奇数ページごとに使い分けることも可能です。現在のページのページスタイルは、ワークスペース下部の <emph>ステータスバー</emph> に表示されます。"
@@ -3783,91 +3798,91 @@ msgid "To Set Up Alternating Page Styles"
msgstr "交互に切り替わるページスタイルを設定する"
#: even_odd_sdw.xhp
+#, fuzzy
msgctxt ""
"even_odd_sdw.xhp\n"
"par_id3150526\n"
-"4\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Format - Styles and Formatting</item>, and then click the <item type=\"menuitem\">Page Styles</item> icon."
+msgid "Choose <item type=\"menuitem\">View - Styles and Formatting</item>, and then click the <item type=\"menuitem\">Page Styles</item> icon."
msgstr "<item type=\"menuitem\">書式 → スタイルと書式設定</item>を選択し、<item type=\"menuitem\">ページスタイル</item>をクリックします。"
#: even_odd_sdw.xhp
+#, fuzzy
msgctxt ""
"even_odd_sdw.xhp\n"
"par_id3153153\n"
-"6\n"
"help.text"
msgid "In the list of page styles, right-click \"Left Page\" and choose <emph>Modify</emph>."
msgstr "ページスタイルのリストで「左ページ」を右クリックして、<emph>変更</emph> を選択します。"
#: even_odd_sdw.xhp
+#, fuzzy
msgctxt ""
"even_odd_sdw.xhp\n"
"par_id3153179\n"
-"8\n"
"help.text"
msgid "Click the <emph>Organizer</emph> tab."
msgstr "<emph>管理</emph> タブをクリックします。"
#: even_odd_sdw.xhp
+#, fuzzy
msgctxt ""
"even_odd_sdw.xhp\n"
"par_id3145267\n"
-"17\n"
"help.text"
msgid "Select \"Right Page\" in the <emph>Next Style</emph> box, and then click <emph>OK</emph>."
msgstr "ボックス <emph>次に続くスタイル</emph> で「右ページ」を選択して、<emph>OK</emph> をクリックします。"
#: even_odd_sdw.xhp
+#, fuzzy
msgctxt ""
"even_odd_sdw.xhp\n"
"par_id3145299\n"
-"9\n"
"help.text"
msgid "In the list of page styles, right-click \"Right Page\" and choose <emph>Modify</emph>."
msgstr "ページスタイルのリストで「右ページ」を右クリックして、<emph>変更</emph> を選択します。"
#: even_odd_sdw.xhp
+#, fuzzy
msgctxt ""
"even_odd_sdw.xhp\n"
"par_id3155529\n"
-"18\n"
"help.text"
msgid "Select \"Left Page\" in the <emph>Next Style</emph> box, and then click <emph>OK</emph>."
msgstr "ボックス <emph>次に続くスタイル</emph> で「左ページ」を選択して、<emph>OK</emph> をクリックします。"
#: even_odd_sdw.xhp
+#, fuzzy
msgctxt ""
"even_odd_sdw.xhp\n"
"par_id3155561\n"
-"10\n"
"help.text"
msgid "Go to the first page in your document, and double-click \"Right Page\" in the list of page styles in the Styles and Formatting window."
msgstr "ドキュメントの先頭ページに移動して、スタイルと書式設定ウィンドウのページスタイルリストで「右ページ」をダブルクリックします。"
#: even_odd_sdw.xhp
+#, fuzzy
msgctxt ""
"even_odd_sdw.xhp\n"
"par_id3155588\n"
-"19\n"
"help.text"
-msgid "To add a header to one of the page styles, choose <item type=\"menuitem\">Insert - Header</item>, and choose the page style that you want to add the header to. In the header frame, type the text that you want to use as the header."
+msgid "To add a header to one of the page styles, choose <item type=\"menuitem\">Insert - Header</item>, and choose the page style that you want to add the header to. In the header frame, type the text that you want to use as the header."
msgstr "ページスタイルにヘッダーを追加するには、メニュー <item type=\"menuitem\">挿入 → ヘッダー</item>を選択して、ヘッダーを追加するページスタイルを選択します。ヘッダーに表示するテキストをヘッダー枠内に入力します。"
#: even_odd_sdw.xhp
+#, fuzzy
msgctxt ""
"even_odd_sdw.xhp\n"
"par_id3147772\n"
-"20\n"
"help.text"
-msgid "To add a footer to one of the page styles, choose <item type=\"menuitem\">Insert - Footer</item>, and choose the page style that you want to add the footer to. In the footer frame, type the text that you want to use as a footer."
+msgid "To add a footer to one of the page styles, choose <item type=\"menuitem\">Insert - Footer</item>, and choose the page style that you want to add the footer to. In the footer frame, type the text that you want to use as a footer."
msgstr "フッターをページスタイルに追加するには、メニュー <item type=\"menuitem\">挿入 → フッター</item> を選択し、フッターを追加するページスタイルを選択します。フッターに表示するテキストをフッター枠内に入力します。"
#: even_odd_sdw.xhp
+#, fuzzy
msgctxt ""
"even_odd_sdw.xhp\n"
"par_id3147254\n"
-"12\n"
"help.text"
msgid "If you do not want to have a header or a footer on the title page of your document, apply the \"First Page\" style to the title page."
msgstr "ドキュメントのタイトルページにヘッダーまたはフッターを入れない場合は、タイトルページに「最初のページ」スタイルを適用します。"
@@ -3889,11 +3904,12 @@ msgid "If two even or two odd pages directly follow each other in your document,
msgstr "ドキュメント内で 2 つの偶数ページまたは 2 つの奇数ページが連続していると、Writer の標準の設定では空のページが挿入されます。 自動生成されるこれらの空ページは、印刷と PDF へのエクスポートがなされないように除外できます。"
#: even_odd_sdw.xhp
+#, fuzzy
msgctxt ""
"even_odd_sdw.xhp\n"
"par_id7594225\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Print</emph>."
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Print</emph>."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 印刷</emph> を選択します。"
#: even_odd_sdw.xhp
@@ -3905,10 +3921,10 @@ msgid "Remove the check mark from <emph>Print automatically inserted blank pages
msgstr "<emph>自動的に挿入された空白ページを印刷</emph> からチェックマークを削除します。"
#: even_odd_sdw.xhp
+#, fuzzy
msgctxt ""
"even_odd_sdw.xhp\n"
"par_id3145596\n"
-"13\n"
"help.text"
msgid "<link href=\"text/swriter/01/04010000.xhp\" name=\"Insert Break dialog\">Insert Break dialog</link>"
msgstr "<link href=\"text/swriter/01/04010000.xhp\" name=\"ダイアログで区切りを挿入する\">ダイアログで区切りを挿入する</link>"
@@ -4042,7 +4058,7 @@ msgctxt ""
"par_id3150536\n"
"195\n"
"help.text"
-msgid "To display or hide field highlighting in a document, choose <emph>View - Field Shadings</emph>. To permanently disable this feature, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Application Colors</emph>, and clear the check box in front of <emph>Field shadings</emph>."
+msgid "To display or hide field highlighting in a document, choose <emph>View - Field Shadings</emph>. To permanently disable this feature, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - $[officename] - Application Colors</emph>, and clear the check box in front of <emph>Field shadings</emph>."
msgstr "ドキュメント上でフィールドを強調表示するには、メニュー <emph>表示 → 灰色のバックで強調</emph> で指定します。この機能を解除するには、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → $[officename] → 配色の調整</emph> を選択して、<emph>灰色のバックで強調</emph> チェックボックスをオフにします。"
#: fields.xhp
@@ -4052,7 +4068,7 @@ msgctxt ""
"par_id3152885\n"
"7\n"
"help.text"
-msgid "To change the color of field shadings, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01012000.xhp\" name=\"$[officename] - Application Colors\"><item type=\"menuitem\">$[officename] - Application Colors</item></link></emph>, locate the <item type=\"menuitem\">Field shadings</item> option, and then select a different color in the <item type=\"menuitem\">Color setting</item> box."
+msgid "To change the color of field shadings, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01012000.xhp\" name=\"$[officename] - Application Colors\"><emph><item type=\"menuitem\">$[officename] - Application Colors</item></emph></link>, locate the <item type=\"menuitem\">Field shadings</item> option, and then select a different color in the <item type=\"menuitem\">Color setting</item> box."
msgstr "フィールドのシェーディング色を変更するには、メニュー <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → <link href=\"text/shared/optionen/01012000.xhp\" name=\"$[officename] → 配色の調整\"><item type=\"menuitem\">$[officename] → 外観</item></link></emph> を選択して、<item type=\"menuitem\">フィールドのシェーディング</item> オプションの <item type=\"menuitem\">色の設定</item> ボックスで表示色を指定します。"
#: fields.xhp
@@ -4218,65 +4234,66 @@ msgid "Inserting a Fixed or Variable Date Field"
msgstr "日付フィールド (自動更新および固定表示) を挿入する"
#: fields_date.xhp
+#, fuzzy
msgctxt ""
"fields_date.xhp\n"
"bm_id5111545\n"
"help.text"
-msgid "<bookmark_value>inserting;date fields</bookmark_value> <bookmark_value>dates;inserting</bookmark_value> <bookmark_value>date fields;fixed/variable</bookmark_value> <bookmark_value>fixed dates</bookmark_value> <bookmark_value>variable dates</bookmark_value>"
+msgid "<bookmark_value>inserting;date fields</bookmark_value> <bookmark_value>dates;inserting</bookmark_value> <bookmark_value>date fields;fixed/variable</bookmark_value> <bookmark_value>fixed dates</bookmark_value> <bookmark_value>variable dates</bookmark_value>"
msgstr "<bookmark_value>挿入; 日付フィールド</bookmark_value><bookmark_value>日付; 挿入</bookmark_value><bookmark_value>日付フィールド; 固定/可変</bookmark_value><bookmark_value>固定日付</bookmark_value><bookmark_value>可変日付</bookmark_value>"
#: fields_date.xhp
+#, fuzzy
msgctxt ""
"fields_date.xhp\n"
"hd_id3155165\n"
-"1\n"
"help.text"
msgid "<variable id=\"fields_date\"><link href=\"text/swriter/guide/fields_date.xhp\" name=\"Inserting a Fixed or Variable Date Field\">Inserting a Fixed or Variable Date Field</link></variable>"
msgstr "<variable id=\"fields_date\"><link href=\"text/swriter/guide/fields_date.xhp\" name=\"固定式および可変式の日付フィールドの挿入\">固定式および可変式の日付フィールドの挿入</link></variable>"
#: fields_date.xhp
+#, fuzzy
msgctxt ""
"fields_date.xhp\n"
"par_id3154491\n"
-"2\n"
"help.text"
msgid "You can insert the current date as a field that updates each time you open the document, or as a field that does not update."
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 "メニュー <emph>挿入 - フィールド - 他のフィールド</emph> を選択して、<emph>ドキュメント</emph> タブをクリックします。"
#: fields_date.xhp
+#, fuzzy
msgctxt ""
"fields_date.xhp\n"
"par_id3153415\n"
-"5\n"
"help.text"
-msgid "Click “Date” in the <item type=\"menuitem\">Type</item> list and do one of the following:"
+msgid "Click “Date” in the <item type=\"menuitem\">Type</item> list and do one of the following:"
msgstr "<item type=\"menuitem\">フィールドタイプ</item>の「日付」をクリックし、次のうちどれかを実行します:"
#: fields_date.xhp
+#, fuzzy
msgctxt ""
"fields_date.xhp\n"
"par_id3155602\n"
-"6\n"
"help.text"
-msgid "To insert the date as a field that updates each time you open the document, click ”Date” in the <item type=\"menuitem\">Select</item> list."
+msgid "To insert the date as a field that updates each time you open the document, click ”Date” in the <item type=\"menuitem\">Select</item> list."
msgstr "日付をドキュメントを開いた時刻に更新するフィールドとして挿入するには、<item type=\"menuitem\">選択</item>リストで「日付」をクリックします。"
#: fields_date.xhp
+#, fuzzy
msgctxt ""
"fields_date.xhp\n"
"par_id3154241\n"
-"4\n"
"help.text"
-msgid "To insert the date as a field that does not update, click “Date (fixed)” in the <item type=\"menuitem\">Select</item> list."
+msgid "To insert the date as a field that does not update, click “Date (fixed)” in the <item type=\"menuitem\">Select</item> list."
msgstr "日付を更新しないフィールドとして挿入するには、<item type=\"menuitem\">選択</item>リストで「日付(固定)」をクリックします。"
#: fields_enter.xhp
@@ -4288,72 +4305,73 @@ msgid "Adding Input Fields"
msgstr "入力フィールドを挿入する"
#: fields_enter.xhp
+#, fuzzy
msgctxt ""
"fields_enter.xhp\n"
"bm_id3155916\n"
"help.text"
-msgid "<bookmark_value>text; input fields</bookmark_value> <bookmark_value>fields; input fields in text</bookmark_value> <bookmark_value>input fields in text</bookmark_value> <bookmark_value>inserting;input fields</bookmark_value>"
+msgid "<bookmark_value>text; input fields</bookmark_value> <bookmark_value>fields; input fields in text</bookmark_value> <bookmark_value>input fields in text</bookmark_value> <bookmark_value>inserting;input fields</bookmark_value>"
msgstr "<bookmark_value>テキスト; 入力フィールド</bookmark_value><bookmark_value>フィールド; テキスト中の入力フィールド</bookmark_value><bookmark_value>テキスト中の入力フィールド</bookmark_value><bookmark_value>挿入; 入力フィールド</bookmark_value>"
#: fields_enter.xhp
+#, fuzzy
msgctxt ""
"fields_enter.xhp\n"
"hd_id3155916\n"
-"1\n"
"help.text"
-msgid "<variable id=\"fields_enter\"><link href=\"text/swriter/guide/fields_enter.xhp\" name=\"Adding Input Fields\">Adding Input Fields</link> </variable>"
+msgid "<variable id=\"fields_enter\"><link href=\"text/swriter/guide/fields_enter.xhp\" name=\"Adding Input Fields\">Adding Input Fields</link></variable>"
msgstr "<variable id=\"fields_enter\"><link href=\"text/swriter/guide/fields_enter.xhp\" name=\"入力フィールドの追加\">入力フィールドの追加</link></variable>"
#: fields_enter.xhp
+#, fuzzy
msgctxt ""
"fields_enter.xhp\n"
"par_id3153409\n"
-"2\n"
"help.text"
msgid "An input field is a variable that you can click in a document to open a dialog where you can edit the variable."
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."
+msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item> and click the <item type=\"menuitem\">Functions</item> tab."
msgstr "<item type=\"menuitem\">挿入 - フィールド - 他のフィールド</item>を選択し、<item type=\"menuitem\">機能</item>タブをクリックします。"
#: fields_enter.xhp
+#, fuzzy
msgctxt ""
"fields_enter.xhp\n"
"par_id3155620\n"
-"5\n"
"help.text"
msgid "Click “Input field”in the <item type=\"menuitem\">Type</item> list."
msgstr "<item type=\"menuitem\">フィールドタイプ</item>リストで「入力フィールド」をクリックします。"
#: fields_enter.xhp
+#, fuzzy
msgctxt ""
"fields_enter.xhp\n"
"par_id3154257\n"
-"6\n"
"help.text"
-msgid "Click <item type=\"menuitem\">Insert</item> and type the text for the variable."
+msgid "Click <item type=\"menuitem\">Insert</item> and type the text for the variable."
msgstr "<item type=\"menuitem\">挿入</item>をクリックし、その変数のテキストを入力します。"
#: fields_enter.xhp
+#, fuzzy
msgctxt ""
"fields_enter.xhp\n"
"par_id3155888\n"
-"7\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
#: fields_enter.xhp
+#, fuzzy
msgctxt ""
"fields_enter.xhp\n"
"par_id3150708\n"
-"4\n"
"help.text"
msgid "To quickly open all input fields in a document for editing, press Ctrl+Shift+F9."
msgstr "ドキュメント内のすべての入力フィールドをすばやく開くには、Ctrl + Shift + F9 キーを押します。"
@@ -4367,441 +4385,442 @@ msgid "Querying User Data in Fields or Conditions"
msgstr "ユーザーデータをフィールドなどの条件式で使用する"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"bm_id3153398\n"
"help.text"
-msgid "<bookmark_value>fields; user data</bookmark_value> <bookmark_value>user data; querying</bookmark_value> <bookmark_value>conditions; user data fields</bookmark_value> <bookmark_value>hiding;text, from specific users</bookmark_value> <bookmark_value>text; hiding from specific users, with conditions</bookmark_value> <bookmark_value>user variables in conditions/fields</bookmark_value>"
+msgid "<bookmark_value>fields; user data</bookmark_value> <bookmark_value>user data; querying</bookmark_value> <bookmark_value>conditions; user data fields</bookmark_value> <bookmark_value>hiding;text, from specific users</bookmark_value> <bookmark_value>text; hiding from specific users, with conditions</bookmark_value> <bookmark_value>user variables in conditions/fields</bookmark_value>"
msgstr "<bookmark_value>フィールド; ユーザーデータ</bookmark_value><bookmark_value>ユーザーデータ; 問い合わせる</bookmark_value><bookmark_value>条件; ユーザーデータフィールド</bookmark_value><bookmark_value>非表示; テキスト、特定のユーザーに対して</bookmark_value><bookmark_value>テキスト; 特定のユーザーに対して非表示、条件付き</bookmark_value><bookmark_value>条件 / フィールド内のユーザー変数</bookmark_value>"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"hd_id3153398\n"
-"59\n"
"help.text"
msgid "<variable id=\"fields_userdata\"><link href=\"text/swriter/guide/fields_userdata.xhp\" name=\"Querying User Data in Fields or Conditions\">Querying User Data in Fields or Conditions</link></variable>"
msgstr "<variable id=\"fields_userdata\"><link href=\"text/swriter/guide/fields_userdata.xhp\" name=\"ユーザーデータを条件にする\">ユーザーデータを条件にする</link></variable>"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3154239\n"
-"60\n"
"help.text"
msgid "You can access and compare some user data from conditions or fields. For example, you can compare user data with the following operators:"
msgstr "フィールドに渡されるユーザーデータやその他の情報を使って、条件判定などの処理が行えます。たとえば、ユーザーデータの比較には下記の演算子を使用できます。"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3155889\n"
-"94\n"
"help.text"
msgid "Operator"
msgstr "<emph>演算子</emph>"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3147110\n"
-"95\n"
"help.text"
msgid "Meaning"
msgstr "説明"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3150508\n"
-"96\n"
"help.text"
msgid "== or EQ"
msgstr "== または EQ"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3150531\n"
-"97\n"
"help.text"
msgid "equals"
msgstr "同じ"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3150725\n"
-"98\n"
"help.text"
msgid "!= or NEQ"
msgstr "!= または NEQ"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3150748\n"
-"99\n"
"help.text"
msgid "is not equal to"
msgstr "同じでない"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3153167\n"
-"101\n"
"help.text"
msgid "If you want, you can use a condition to hide specific text in your document from a specific user."
msgstr "また必要であれば、条件判定を使って、特定のユーザーに対してドキュメント上のテキストを非表示とするようにもできます。"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3153190\n"
-"102\n"
"help.text"
msgid "Select the text in the document that you want to hide."
msgstr "ドキュメント上の非表示にするテキストを選択します。"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3145273\n"
-"103\n"
"help.text"
msgid "Choose <emph>Insert - Section</emph>."
msgstr "メニュー <emph>挿入 → セクション</emph> を選択します。"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3145297\n"
-"104\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Hide</item> area, select the <item type=\"menuitem\">Hide</item> check box."
+msgid "In the <item type=\"menuitem\">Hide</item> area, select the <item type=\"menuitem\">Hide</item> check box."
msgstr "<item type=\"menuitem\">非表示</item>領域で、<item type=\"menuitem\">非表示</item>チェックボックスを選択します。"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3155533\n"
-"105\n"
"help.text"
msgid "In the <emph>With Condition</emph> box, type <emph>user_lastname == \"Doe\"</emph>, where \"Doe\" is the last name of the user that you want to hide the text from."
msgstr "そしてボックス <emph>条件付き</emph> に <emph>user_lastname == \"Doe\"</emph> のように入力しますが、ここで「Doe」がテキストを非表示にするユーザーの名字です。"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3155573\n"
-"107\n"
"help.text"
msgid "Click <emph>Insert</emph> and then save the document."
msgstr "<emph>挿入</emph> をクリックしてドキュメントを保存します。"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3147760\n"
-"108\n"
"help.text"
msgid "The name of the hidden section can still be seen in the Navigator."
msgstr "非表示にされていても、セクションの名前はナビゲーターで表示されます。"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3147777\n"
-"61\n"
"help.text"
msgid "The following table is a list of the user variables that you can access when defining a condition or a field:"
msgstr "下記の一覧は、判定条件やフィールドを設定する際にアクセス可能なユーザー変数をまとめたものです。"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3147819\n"
-"62\n"
"help.text"
msgid "User variables"
msgstr "<emph>ユーザー変数</emph>"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3147218\n"
-"63\n"
"help.text"
msgid "Meaning"
msgstr "説明"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3147245\n"
-"64\n"
"help.text"
msgid "user_firstname"
msgstr "user_firstname"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3147268\n"
-"65\n"
"help.text"
msgid "First name"
msgstr "名"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3145592\n"
-"66\n"
"help.text"
msgid "user_lastname"
msgstr "user_lastname"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3145615\n"
-"67\n"
"help.text"
msgid "Last name"
msgstr "姓"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3145642\n"
-"68\n"
"help.text"
msgid "user_initials"
msgstr "user_initials"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3145666\n"
-"69\n"
"help.text"
msgid "Initials"
msgstr "イニシャル"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3151200\n"
-"70\n"
"help.text"
msgid "user_company"
msgstr "user_company"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3151223\n"
-"71\n"
"help.text"
msgid "Company"
msgstr "会社名"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3151250\n"
-"72\n"
"help.text"
msgid "user_street"
msgstr "user_street"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3152912\n"
-"73\n"
"help.text"
msgid "Street"
msgstr "市町村"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3152940\n"
-"74\n"
"help.text"
msgid "user_country"
msgstr "user_country"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3152963\n"
-"75\n"
"help.text"
msgid "Country"
msgstr "国名"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3152990\n"
-"76\n"
"help.text"
msgid "user_zipcode"
msgstr "user_zipcode"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3145679\n"
-"77\n"
"help.text"
msgid "Zip Code"
msgstr "郵便番号"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3145706\n"
-"78\n"
"help.text"
msgid "user_city"
msgstr "user_city"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3145729\n"
-"79\n"
"help.text"
msgid "City"
msgstr "都道府県"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3145756\n"
-"80\n"
"help.text"
msgid "user_title"
msgstr "user_title"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3145779\n"
-"81\n"
"help.text"
msgid "Title"
msgstr "肩書き"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3156284\n"
-"82\n"
"help.text"
msgid "user_position"
msgstr "user_position"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3156307\n"
-"83\n"
"help.text"
msgid "Position"
msgstr "役職"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3156334\n"
-"84\n"
"help.text"
msgid "user_tel_work"
msgstr "user_tel_work"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3156357\n"
-"85\n"
"help.text"
msgid "Business telephone number"
msgstr "勤務先電話番号"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3156384\n"
-"86\n"
"help.text"
msgid "user_tel_home"
msgstr "user_tel_home"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3149728\n"
-"87\n"
"help.text"
msgid "Home telephone number"
msgstr "電話番号 (自宅)"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3149756\n"
-"88\n"
"help.text"
msgid "user_fax"
msgstr "user_fax"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3149778\n"
-"89\n"
"help.text"
msgid "Fax number"
msgstr "Fax 番号"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3149806\n"
-"90\n"
"help.text"
msgid "user_email"
msgstr "user_email"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3147294\n"
-"91\n"
"help.text"
msgid "E-mail address"
msgstr "e-Mail アドレス"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3147321\n"
-"92\n"
"help.text"
msgid "user_state"
msgstr "user_state"
#: fields_userdata.xhp
+#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3147344\n"
-"93\n"
"help.text"
msgid "State"
msgstr "国名"
@@ -5116,19 +5135,21 @@ msgid "The similarity search can find text that is almost the same as your searc
msgstr "類似スペルの検索では、検索テキストとほぼ同じであるテキストを見つけることができます。 この機能では、違いとして認める文字の数を設定できます。"
#: finding.xhp
+#, fuzzy
msgctxt ""
"finding.xhp\n"
"par_id8533280\n"
"help.text"
-msgid "Check the <emph>Similarity search</emph> option and optionally click the <emph>...</emph> button to change the settings. (Setting all three numbers to 1 works fine for English text.)"
+msgid "Check the <emph>Similarity search</emph> option and optionally click the <emph>Similarities</emph> button to change the settings. (Setting all three numbers to 1 works fine for English text.)"
msgstr "<emph>類似スペルの検索</emph> オプションをチェックし、必要に応じて <emph>「...」</emph> ボタンをクリックして設定を変更します (3 つの数値をすべて 1 にする設定は英語の文字列に適する)。"
#: finding.xhp
+#, fuzzy
msgctxt ""
"finding.xhp\n"
"par_id4646748\n"
"help.text"
-msgid "When you have enabled Asian language support under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>, the Find & Replace dialog offers options to search Asian text."
+msgid "When you have enabled Asian language support under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>, the Find & Replace dialog offers options to search Asian text."
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → 言語設定 →言語</emph> でアジア言語サポートを有効にしてある場合、アジア言語のテキストを検索するオプションが「検索と置換」ダイアログに表示されます。"
#: finding.xhp
@@ -5188,99 +5209,100 @@ msgid "Inserting Page Numbers of Continuation Pages"
msgstr "次ページのページ番号を挿入する"
#: footer_nextpage.xhp
+#, fuzzy
msgctxt ""
"footer_nextpage.xhp\n"
"bm_id3145819\n"
"help.text"
-msgid "<bookmark_value>pages; continuation pages</bookmark_value> <bookmark_value>next page number in footers</bookmark_value> <bookmark_value>continuation pages</bookmark_value> <bookmark_value>page numbers; continuation pages</bookmark_value>"
+msgid "<bookmark_value>pages; continuation pages</bookmark_value> <bookmark_value>next page number in footers</bookmark_value> <bookmark_value>continuation pages</bookmark_value> <bookmark_value>page numbers; continuation pages</bookmark_value>"
msgstr "<bookmark_value>ページ; 次ページ</bookmark_value><bookmark_value>フッターに次ページの番号</bookmark_value><bookmark_value>次ページ</bookmark_value><bookmark_value>ページ番号; 次ページ</bookmark_value>"
#: footer_nextpage.xhp
+#, fuzzy
msgctxt ""
"footer_nextpage.xhp\n"
"hd_id3145819\n"
-"1\n"
"help.text"
msgid "<variable id=\"footer_nextpage\"><link href=\"text/swriter/guide/footer_nextpage.xhp\" name=\"Inserting Page Numbers of Continuation Pages\">Inserting Page Numbers of Continuation Pages</link></variable>"
msgstr "<variable id=\"footer_nextpage\"> <link href=\"text/swriter/guide/footer_nextpage.xhp\" name=\"次のページのページ番号を挿入する\">次のページのページ番号を挿入する</link> </variable>"
#: footer_nextpage.xhp
+#, fuzzy
msgctxt ""
"footer_nextpage.xhp\n"
"par_id3154242\n"
-"12\n"
"help.text"
msgid "You can easily insert the page number of the next page in a footer by using a field."
msgstr "次ページのページ番号をフッターに表示させたいような場合も、フィールド機能を使えば簡単に実現できます。"
#: footer_nextpage.xhp
+#, fuzzy
msgctxt ""
"footer_nextpage.xhp\n"
"par_id3154256\n"
-"4\n"
"help.text"
msgid "The page number is only displayed if the following page exists."
msgstr "この場合のページ番号は、次のページが存在しないと表示されません。"
#: footer_nextpage.xhp
+#, fuzzy
msgctxt ""
"footer_nextpage.xhp\n"
"par_id3155886\n"
-"5\n"
"help.text"
msgid "Choose <emph>Insert - Footer</emph> and select the page style that you want to add the footer to."
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 "フッターにカーソルを移動して、メニュー <emph>挿入 - フィールド - 他のフィールド</emph> を選択します。"
#: footer_nextpage.xhp
+#, fuzzy
msgctxt ""
"footer_nextpage.xhp\n"
"par_id3147134\n"
-"7\n"
"help.text"
msgid "In the <emph>Fields</emph> dialog, click the <emph>Document</emph> tab."
msgstr "ダイアログ <emph>フィールド</emph> で、<emph>ドキュメント</emph> タブをクリックします。"
#: footer_nextpage.xhp
+#, fuzzy
msgctxt ""
"footer_nextpage.xhp\n"
"par_id3150955\n"
-"8\n"
"help.text"
msgid "Click 'Page' in the <emph>Type</emph> list and 'Next page' in the <emph>Select</emph> list."
msgstr "<emph>フィールドタイプ</emph> で「ページ」をクリックして、リスト <emph>選択</emph> で「次のページ」を選択します。"
#: footer_nextpage.xhp
+#, fuzzy
msgctxt ""
"footer_nextpage.xhp\n"
"par_id3150517\n"
-"9\n"
"help.text"
-msgid "Click a numbering style in the <item type=\"menuitem\">Format</item> list."
+msgid "Click a numbering style in the <item type=\"menuitem\">Format</item> list."
msgstr "<item type=\"menuitem\">書式</item>リストで任意の番号付けスタイルをクリックします。"
#: footer_nextpage.xhp
+#, fuzzy
msgctxt ""
"footer_nextpage.xhp\n"
"par_id3150537\n"
-"10\n"
"help.text"
msgid "If you select 'Text' in the <emph>Format</emph> list, only the text that you enter in the <emph>Value</emph> box is displayed in the field."
msgstr "<emph>「書式」</emph> リストで「テキスト」を選択した場合、 <emph>「値」</emph> ボックスに入力したテキストのみがフィールドに表示されます。"
#: footer_nextpage.xhp
+#, fuzzy
msgctxt ""
"footer_nextpage.xhp\n"
"par_id3150727\n"
-"11\n"
"help.text"
msgid "Click <emph>Insert</emph> to insert the field with the page number."
msgstr "<emph>挿入</emph> をクリックするとフィールドにページ番号が挿入されます。"
@@ -5388,188 +5410,190 @@ msgid "Inserting and Editing Footnotes or Endnotes"
msgstr "脚注と文末脚注の挿入と編集"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"bm_id3145819\n"
"help.text"
-msgid "<bookmark_value>endnotes;inserting and editing</bookmark_value> <bookmark_value>inserting;footnotes/endnotes</bookmark_value> <bookmark_value>deleting;footnotes</bookmark_value> <bookmark_value>editing;footnotes/endnotes</bookmark_value> <bookmark_value>organizing;footnotes</bookmark_value> <bookmark_value>footnotes; inserting and editing</bookmark_value>"
+msgid "<bookmark_value>endnotes;inserting and editing</bookmark_value> <bookmark_value>inserting;footnotes/endnotes</bookmark_value> <bookmark_value>deleting;footnotes</bookmark_value> <bookmark_value>editing;footnotes/endnotes</bookmark_value> <bookmark_value>organizing;footnotes</bookmark_value> <bookmark_value>footnotes; inserting and editing</bookmark_value>"
msgstr "<bookmark_value>文末脚注; 挿入と編集</bookmark_value><bookmark_value>挿入; 脚注/文末脚注</bookmark_value><bookmark_value>削除; 脚注</bookmark_value><bookmark_value>編集; 脚注/文末脚注</bookmark_value><bookmark_value>管理; 脚注</bookmark_value><bookmark_value>脚注; 挿入と編集</bookmark_value>"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"hd_id3145819\n"
-"16\n"
"help.text"
msgid "<variable id=\"footnote_usage\"><link href=\"text/swriter/guide/footnote_usage.xhp\" name=\"Inserting and Editing Footnotes or Endnotes\">Inserting and Editing Footnotes or Endnotes</link></variable>"
msgstr "<variable id=\"footnote_usage\"><link href=\"text/swriter/guide/footnote_usage.xhp\" name=\"脚注と文末脚注の挿入と編集\">脚注と文末脚注の挿入と編集</link></variable>"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3154258\n"
-"14\n"
"help.text"
msgid "Footnotes reference more information about a topic at the bottom of a page and endnotes reference information at the end of the document. $[officename] automatically numbers the footnotes and endnotes."
msgstr "脚注はトピックに関する補足情報をページ末に表示し、文末脚注は補足情報をドキュメントの末尾に表示します。脚注と文末脚注には $[officename] によって自動的に番号付けが行われます。"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"hd_id3155881\n"
-"24\n"
"help.text"
msgid "To Insert a Footnote or Endnote"
msgstr "脚注および文末脚注を挿入する"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3155903\n"
-"25\n"
"help.text"
msgid "Click in your document where you want to place the anchor of the note."
msgstr "ドキュメント上で、脚注のアンカーを挿入する位置にカーソルを移動します。"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3147120\n"
-"26\n"
"help.text"
-msgid "Choose <link href=\"text/swriter/01/04030000.xhp\" name=\"Insert - Footnote\"><emph>Insert - Footnote/Endnote</emph></link>."
+msgid "Choose <link href=\"text/swriter/01/04030000.xhp\" name=\"Insert - Footnote\"><emph>Insert - Footnote and Endnote - Footnote or Endnote</emph></link>."
msgstr "<link href=\"text/swriter/01/04030000.xhp\" name=\"挿入 → 脚注\"><emph>挿入 → 脚注/文末脚注</emph></link> を選択します。"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3150937\n"
-"34\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Numbering</item> area, select the format that you want to use. If you select <item type=\"menuitem\">Character</item>, click the browse button (<item type=\"menuitem\">...</item>) and select the character that you want to use for the footnote."
+msgid "In the <item type=\"menuitem\">Numbering</item> area, select the format that you want to use. If you select <item type=\"menuitem\">Character</item>, click the <item type=\"menuitem\">Choose</item> button and select the character that you want to use for the footnote."
msgstr "<item type=\"menuitem\">番号付け</item>エリアで、使用したい書式を選択します。<item type=\"menuitem\">文字</item>を選択したら、ブラウズボタン (<item type=\"menuitem\">...</item>) をクリックして脚注に使用する文字を選択します。"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3150508\n"
-"35\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Type</item> area, select <item type=\"menuitem\">Footnote</item> or <item type=\"menuitem\">Endnote</item>."
+msgid "In the <item type=\"menuitem\">Type</item> area, select <item type=\"menuitem\">Footnote</item> or <item type=\"menuitem\">Endnote</item>."
msgstr "<item type=\"menuitem\">タイプフィールド</item>エリアで、<item type=\"menuitem\">脚注</item>を選択するか、<item type=\"menuitem\">文末脚注</item>を選択します。"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3150704\n"
-"36\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3150729\n"
-"37\n"
"help.text"
msgid "Type the note."
msgstr "脚注として記載する内容を記入します。"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3148843\n"
"help.text"
-msgid "<image id=\"img_id3148857\" src=\"cmd/sc_insertfootnote.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148857\">Icon</alt></image>"
+msgid "<image id=\"img_id3148857\" src=\"cmd/sc_insertfootnote.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3148857\">Icon</alt></image>"
msgstr "<image id=\"img_id3148857\" src=\"cmd/sc_insertfootnote.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3148857\">アイコン</alt></image>"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3153176\n"
-"27\n"
"help.text"
msgid "You can also insert footnotes by clicking the <emph>Insert Footnote Directly</emph> icon on the <emph>Insert</emph> toolbar."
msgstr "脚注の挿入は、<emph>挿入</emph> ツールバーの <emph>脚注の直接挿入</emph> アイコンをクリックすることでも行えます。"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"hd_id3155543\n"
-"28\n"
"help.text"
msgid "To Edit a Footnote or Endnote"
msgstr "脚注および文末脚注を編集する"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3150167\n"
-"6\n"
"help.text"
msgid "The mouse pointer changes to a hand when you rest it over a footnote or endnote anchor in your document."
msgstr "マウスを使って脚注参照番号と脚注の間をジャンプすることもできます。脚注番号にマウスポインターを置くとポインタの形が変わります。"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3155563\n"
-"29\n"
"help.text"
msgid "To edit the text of a footnote or endnote, click in the note, or click the anchor for the note in the text."
msgstr "脚注や文末脚注の記載テキストを編集するには、個々の脚注を直接クリックするか、本文中の該当アンカーをクリックします。"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3145029\n"
-"40\n"
"help.text"
msgid "To change the format of a footnote, click in the footnote, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline> to open the Styles and Formatting window, right-click \"Footnote\" in the list, and then choose <emph>Modify</emph>."
msgstr "脚注の書式を変更するには、脚注の中にカーソルを移動し、<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline> キーを押して、「スタイルと書式設定」ウィンドウを開き、リストの \"脚注\" を右クリックして <emph>変更</emph> 選択します。"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3145062\n"
-"30\n"
"help.text"
msgid "To jump from the footnote or endnote text to the note anchor in the text, press PageUp."
msgstr "脚注や文末脚注の位置から、本文中の対応する参照番号のアンカー位置に移動するには、PageUp キーを押します。"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3145081\n"
-"4\n"
"help.text"
msgid "To edit the numbering properties of a footnote or endnote anchor, click in front of the anchor, and choose <link href=\"text/swriter/01/02150000.xhp\" name=\"Edit - Footnote\"><emph>Edit - Footnote/Endnote</emph></link>."
msgstr "脚注や文末脚注のアンカー位置に表示する記号を変更するには、アンカーの直前にカーソルを移動して、メニュー <link href=\"text/swriter/01/02150000.xhp\" name=\"編集 → 脚注\"><emph>編集 → 脚注/文末脚注</emph></link> を選択します。"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3147776\n"
-"3\n"
"help.text"
-msgid "To change the formatting that $[officename] applies to footnotes and endnotes, choose <link href=\"text/swriter/01/06080000.xhp\" name=\"Tools - Footnotes\"><emph>Tools - Footnotes/Endnotes</emph></link>."
+msgid "To change the formatting that $[officename] applies to footnotes and endnotes, choose <link href=\"text/swriter/01/06080000.xhp\" name=\"Tools - Footnotes\"><emph>Tools - Footnotes and Endnotes</emph></link>."
msgstr "脚注および文末脚注に $[officename] が適用する書式設定を変更するには、メニュー <link href=\"text/swriter/01/06080000.xhp\" name=\"ツール → 脚注\"><emph>ツール → 脚注/文末脚注</emph></link> を選択します。"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3147813\n"
-"15\n"
"help.text"
msgid "To edit the properties of the text area for footnotes or endnotes, choose <emph>Format - Page</emph>, and then click the <link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\"><emph>Footnote</emph></link> tab."
msgstr "脚注や文末脚注のテキスト範囲の属性を編集するには、メニュー <emph>編集 → ページ</emph> を選択して <link href=\"text/swriter/01/05040600.xhp\" name=\"脚注\"><emph>脚注</emph></link> タブをクリックします。"
#: footnote_usage.xhp
+#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3147232\n"
-"41\n"
"help.text"
msgid "To remove a footnote, delete the footnote anchor in the text."
msgstr "脚注を削除するには、本文中の脚注アンカーを削除します。"
@@ -5583,126 +5607,127 @@ msgid "Spacing Between Footnotes"
msgstr "脚注間の間隔"
#: footnote_with_line.xhp
+#, fuzzy
msgctxt ""
"footnote_with_line.xhp\n"
"bm_id3147683\n"
"help.text"
-msgid "<bookmark_value>spacing; endnotes/footnotes</bookmark_value> <bookmark_value>endnotes; spacing</bookmark_value> <bookmark_value>footnotes; spacing</bookmark_value> <bookmark_value>borders;for footnotes/endnotes</bookmark_value> <bookmark_value>lines;footnotes/endnotes</bookmark_value>"
+msgid "<bookmark_value>spacing; endnotes/footnotes</bookmark_value> <bookmark_value>endnotes; spacing</bookmark_value> <bookmark_value>footnotes; spacing</bookmark_value> <bookmark_value>borders;for footnotes/endnotes</bookmark_value> <bookmark_value>lines;footnotes/endnotes</bookmark_value>"
msgstr "<bookmark_value>間隔; 文末脚注/脚注</bookmark_value><bookmark_value>文末脚注; 間隔</bookmark_value><bookmark_value>脚注; 間隔</bookmark_value><bookmark_value>外枠; 脚注/文末脚注</bookmark_value><bookmark_value>行; 脚注/文末脚注</bookmark_value>"
#: footnote_with_line.xhp
+#, fuzzy
msgctxt ""
"footnote_with_line.xhp\n"
"hd_id3147683\n"
-"40\n"
"help.text"
msgid "<variable id=\"footnote_with_line\"><link href=\"text/swriter/guide/footnote_with_line.xhp\" name=\"Spacing Between Footnotes\">Spacing Between Footnotes</link></variable>"
msgstr "<variable id=\"footnote_with_line\"><link href=\"text/swriter/guide/footnote_with_line.xhp\" name=\"脚注間の間隔\">脚注間の間隔</link></variable>"
#: footnote_with_line.xhp
+#, fuzzy
msgctxt ""
"footnote_with_line.xhp\n"
"par_id3145808\n"
-"39\n"
"help.text"
msgid "If you want to increase the spacing between footnote or endnote texts, you can add a top and bottom border to the corresponding paragraph style."
msgstr "脚注や文末脚注内のテキストまでの間隔を大きくするには、段落スタイルを変更して、上方および下方の外枠を追加することで調整できます。"
#: footnote_with_line.xhp
+#, fuzzy
msgctxt ""
"footnote_with_line.xhp\n"
"par_id3155603\n"
-"41\n"
"help.text"
msgid "Click in a footnote or endnote."
msgstr "脚注または文末脚注の中にカーソルを移動します。"
#: footnote_with_line.xhp
+#, fuzzy
msgctxt ""
"footnote_with_line.xhp\n"
"par_id3155620\n"
-"42\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgid "Choose <emph>View - Styles and Formatting</emph>."
msgstr "<emph>書式 → スタイルと書式設定</emph>を選択します。"
#: footnote_with_line.xhp
+#, fuzzy
msgctxt ""
"footnote_with_line.xhp\n"
"par_id3154251\n"
-"43\n"
"help.text"
msgid "Right-click the Paragraph Style that you want to modify, for example, \"Footnote\", and choose <emph>Modify</emph>."
msgstr "「脚注」など、変更する段落スタイルを右クリックして、<emph>変更</emph> を選択します。"
#: footnote_with_line.xhp
+#, fuzzy
msgctxt ""
"footnote_with_line.xhp\n"
"par_id3155884\n"
-"45\n"
"help.text"
msgid "Click the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> tab."
msgstr "<link href=\"text/shared/01/05030500.xhp\" name=\"外枠\"><emph>外枠</emph></link> タブに入り、上下の枠線を選択し、枠線の色に白を選択します。"
#: footnote_with_line.xhp
+#, fuzzy
msgctxt ""
"footnote_with_line.xhp\n"
"par_id3147110\n"
-"51\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Default</item> area, click the <item type=\"menuitem\">Set Top and Bottom Borders Only</item> icon."
+msgid "In the <item type=\"menuitem\">Default</item> area, click the <item type=\"menuitem\">Set Top and Bottom Borders Only</item> icon."
msgstr "<item type=\"menuitem\">標準</item>領域で、<item type=\"menuitem\">上下の枠線を設定</item>をクリックします。"
#: footnote_with_line.xhp
+#, fuzzy
msgctxt ""
"footnote_with_line.xhp\n"
"par_id3150931\n"
-"52\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Line</item> area, click a line in the <item type=\"menuitem\">Style</item> list."
+msgid "In the <item type=\"menuitem\">Line</item> area, click a line in the <item type=\"menuitem\">Style</item> list."
msgstr "<item type=\"menuitem\">線</item>領域で、<item type=\"menuitem\">スタイル</item>リストの線をクリックします。"
#: footnote_with_line.xhp
+#, fuzzy
msgctxt ""
"footnote_with_line.xhp\n"
"par_id3150961\n"
-"53\n"
"help.text"
-msgid "Select \"White\" in the <item type=\"menuitem\">Color</item> box. If the background of the page is not white, select the color that best matches the background color."
+msgid "Select \"White\" in the <item type=\"menuitem\">Color</item> box. If the background of the page is not white, select the color that best matches the background color."
msgstr "ボックス<item type=\"menuitem\">色</item>で「白」を選択します。ここで、ページの背景色が白でない場合は、一番近い色を選択します。"
#: footnote_with_line.xhp
+#, fuzzy
msgctxt ""
"footnote_with_line.xhp\n"
"par_id3150519\n"
-"50\n"
"help.text"
msgid "In the <emph>Spacing to contents</emph> area, clear the <emph>Synchronize</emph> check box."
msgstr "<emph>内容までの間隔</emph> のチェックボックス <emph>比率を保つ</emph> をオフにします。"
#: footnote_with_line.xhp
+#, fuzzy
msgctxt ""
"footnote_with_line.xhp\n"
"par_id3150709\n"
-"47\n"
"help.text"
-msgid "Enter a value in the <item type=\"menuitem\">Top</item> and <item type=\"menuitem\">Bottom</item> boxes."
+msgid "Enter a value in the <item type=\"menuitem\">Top</item> and <item type=\"menuitem\">Bottom</item> boxes."
msgstr "<item type=\"menuitem\">上</item>と<item type=\"menuitem\">下</item>ボックスに値を入力します。"
#: footnote_with_line.xhp
+#, fuzzy
msgctxt ""
"footnote_with_line.xhp\n"
"par_id3150740\n"
-"48\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
#: footnote_with_line.xhp
+#, fuzzy
msgctxt ""
"footnote_with_line.xhp\n"
"par_id3148846\n"
-"49\n"
"help.text"
msgid "<link href=\"text/shared/01/05030500.xhp\" name=\"Format - Paragraph - Borders\">Format - Paragraph - Borders</link>"
msgstr "<link href=\"text/shared/01/05030500.xhp\" name=\"書式 → 段落 → 外枠\">書式 → 段落 → 外枠</link>"
@@ -5994,18 +6019,19 @@ msgid "Working with Master Documents and Subdocuments"
msgstr "マスタードキュメントとサブドキュメントの使い方"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"bm_id3145246\n"
"help.text"
-msgid "<bookmark_value>Navigator;master documents</bookmark_value> <bookmark_value>master documents;creating/editing/exporting</bookmark_value> <bookmark_value>subdocuments;creating/editing/removing</bookmark_value> <bookmark_value>removing;subdocuments</bookmark_value> <bookmark_value>indexes; master documents</bookmark_value>"
+msgid "<bookmark_value>Navigator;master documents</bookmark_value> <bookmark_value>master documents;creating/editing/exporting</bookmark_value> <bookmark_value>subdocuments;creating/editing/removing</bookmark_value> <bookmark_value>removing;subdocuments</bookmark_value> <bookmark_value>indexes; master documents</bookmark_value>"
msgstr "<bookmark_value>ナビゲーター; マスタードキュメント</bookmark_value><bookmark_value>マスタードキュメント; 作成/編集/エクスポート</bookmark_value><bookmark_value>サブドキュメント; 作成/編集/削除</bookmark_value><bookmark_value>削除; サブドキュメント</bookmark_value><bookmark_value>索引; マスタードキュメント</bookmark_value>"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"hd_id3145246\n"
-"4\n"
"help.text"
msgid "<variable id=\"globaldoc_howtos\"><link href=\"text/swriter/guide/globaldoc_howtos.xhp\">Working with Master Documents and Subdocuments</link></variable>"
msgstr "<variable id=\"globaldoc_howtos\"><link href=\"text/swriter/guide/globaldoc_howtos.xhp\">マスタードキュメントとサブドキュメントの使い方</link></variable>"
@@ -6019,73 +6045,73 @@ msgid "A master document lets you manage large documents, such as a book with ma
msgstr "マスタードキュメントを使用すると、多くの章がある本などの大型ドキュメントを管理できます。 マスタードキュメントは、複数の <item type=\"productname\">%PRODUCTNAME</item> Writer ファイルのコンテナーとみなすことができます。 個々のファイルはサブドキュメントと呼ばれます。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"hd_id3153127\n"
-"29\n"
"help.text"
msgid "To Create a Master Document"
msgstr "マスター文書を作成する"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3149634\n"
-"30\n"
"help.text"
msgid "Do one of the following:"
msgstr "下記のいずれかの操作を行います。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3149956\n"
-"31\n"
"help.text"
msgid "Choose <emph>File - New - Master Document</emph>."
msgstr "<emph>ファイル → 新規作成 → マスタードキュメント</emph> を選択します。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3149612\n"
-"32\n"
"help.text"
msgid "Open an existing document and choose <emph>File - Send - Create Master Document</emph>."
msgstr "既存のドキュメントを開き、メニュー <emph>ファイル → 送る → マスタードキュメントの作成</emph> を選択します。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3149873\n"
-"28\n"
"help.text"
-msgid "If you are creating a new master document, the first entry in the Navigator should be a <item type=\"menuitem\">Text</item> entry. Type an introduction or enter some text. This ensures that after having edited an existing style in the master document, you see the changed style when viewing the subdocuments."
+msgid "If you are creating a new master document, the first entry in the Navigator should be a <item type=\"menuitem\">Text</item> entry. Type an introduction or enter some text. This ensures that after having edited an existing style in the master document, you see the changed style when viewing the subdocuments."
msgstr "新しいマスタードキュメントを作成する場合、ナビゲーターの最初の項目は<item type=\"menuitem\">テキスト</item>項目でなければなりません。ドキュメントの説明などを入力します。これによって、マスタードキュメントで既存のスタイルを編集すると、サブドキュメントを表示するときに、変更したスタイルが表示されます。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3145114\n"
-"33\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Navigator</item> for master documents (should open automatically, else press F5 to open), click and hold the <item type=\"menuitem\">Insert</item> icon, and do one of the following:"
+msgid "In the <item type=\"menuitem\">Navigator</item> for master documents (should open automatically, else press F5 to open), click and hold the <item type=\"menuitem\">Insert</item> icon, and do one of the following:"
msgstr "マスタードキュメントの<item type=\"menuitem\">ナビゲーター</item> (これは自動または F5 押下で開きます) で、<item type=\"menuitem\">挿入</item>アイコンをクリックしたまま、 次のいずれかを実行します:"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3156240\n"
-"34\n"
"help.text"
msgid "To insert an existing file as a subdocument, choose <emph>File</emph>, locate the file that you want to include, and then click <emph>OK</emph>."
msgstr "挿入する画像ファイルを選択して、<emph>開く</emph> をクリックします。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3145405\n"
-"35\n"
"help.text"
msgid "To create a new subdocument, choose <emph>New Document</emph>, type a name for the file, and then click <emph>Save</emph>."
msgstr "ハッチングの表を保存するには、<emph>ハッチングの表を保存する</emph> ボタンをクリックして、ファイル名を入力し、<emph>保存</emph> をクリックします。"
@@ -6099,90 +6125,91 @@ msgid "To insert some text between subdocuments, choose <emph>Text</emph>. Then
msgstr "<ahelp hid=\"HID_GLBLTREE_INS_TEXT\">マスタードキュメントにテキストを入力できる新しい段落を挿入します。 ナビゲーターで既存のテキスト項目の隣にテキストを挿入することはできません。</ahelp>"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3153382\n"
-"36\n"
"help.text"
msgid "Choose <emph>File - Save</emph>."
msgstr "メニュー <emph>ファイル → 保存</emph> を選択します。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"hd_id3154242\n"
-"37\n"
"help.text"
msgid "To Edit a Master Document"
msgstr "マスタードキュメントを編集する"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3154255\n"
-"20\n"
"help.text"
msgid "Use the Navigator for rearranging and editing the subdocuments in a master document."
msgstr "マスタードキュメント内のサブドキュメントの順番を変更するには、ナビゲーターを使用します。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3155879\n"
-"38\n"
"help.text"
msgid "To open a subdocument for editing, double-click the name of the subdocument in the Navigator."
msgstr "編集のためサブドキュメントを開くには、ナビゲーターでサブドキュメントの名前をダブルクリックします。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3155931\n"
-"39\n"
"help.text"
msgid "To remove a subdocument from the master document, right-click the subdocument in the Navigator list and choose <emph>Delete</emph>. The subdocument file is not deleted, only the entry in the Navigator is removed."
msgstr "マスタードキュメントからサブドキュメントを削除するには、ナビゲーターリストでサブドキュメントを右クリックし、<emph>削除</emph> を選択します。 サブドキュメントファイルは削除されず、ナビゲーターのエントリだけが削除されます。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3148677\n"
-"8\n"
"help.text"
msgid "To add text to a master document, right-click an item in the Navigator list, and then choose <emph>Insert - Text</emph>. A text section is inserted before the selected item in the master document where you can type the text that you want. You cannot insert text next to an existing text entry in the Navigator."
msgstr "マスタードキュメントにテキストを追加するには、ナビゲーターリスト内の項目を右クリックしてから、<emph>挿入 - テキスト</emph> を選択します。 マスタードキュメントで選択した項目の前にテキストセクションが挿入され、ここに必要なテキストを入力できます。 ナビゲーターで既存のテキスト項目の隣にテキストを挿入することはできません。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3149982\n"
-"10\n"
"help.text"
-msgid "To reorder the subdocuments in a master document, drag a subdocument to a new location in the Navigator list. You can also select a subdocument in the list, and click the <item type=\"menuitem\">Move down</item> or <item type=\"menuitem\">Move up</item> icon."
+msgid "To reorder the subdocuments in a master document, drag a subdocument to a new location in the Navigator list. You can also select a subdocument in the list, and click the <item type=\"menuitem\">Move down</item> or <item type=\"menuitem\">Move up</item> icon."
msgstr "マスタードキュメント内でのサブドキュメントの位置を変更するには、ナビゲーターのリスト上でサブドキュメントをドラッグして、その並び順を変更します。またサブドキュメントを選択してから、アイコン <item type=\"menuitem\">下へ</item>および<item type=\"menuitem\">上へ</item>をクリックしても、同様の操作が行えます。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3153022\n"
-"40\n"
"help.text"
msgid "To add an index, such as a table of contents, right-click in the Navigator list, and then choose <emph>Insert - Index</emph>."
msgstr "目次や索引を追加するには、ナビゲーターリスト内で右クリックして、<emph>挿入 → 目次と索引</emph> を選択します。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3148949\n"
"help.text"
-msgid "<image id=\"img_id3148959\" src=\"sw/imglst/sc20246.png\" width=\"0.1862in\" height=\"0.1862in\"><alt id=\"alt_id3148959\">Icon</alt></image>"
+msgid "<image id=\"img_id3148959\" src=\"sw/imglst/sc20246.png\" width=\"0.473cm\" height=\"0.473cm\"><alt id=\"alt_id3148959\">Icon</alt></image>"
msgstr "<image id=\"img_id3148959\" src=\"sw/imglst/sc20246.png\" width=\"0.1862in\" height=\"0.1862in\"><alt id=\"alt_id3148959\">アイコン</alt></image>"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3153632\n"
-"21\n"
"help.text"
msgid "To update an index in a master document, select the index in the Navigator, and then click the <emph>Update</emph> icon."
msgstr "マスタードキュメントの索引の表示内容を更新するには、ナビゲータ上で索引を選択して、アイコン <emph>更新</emph> をクリックします。"
@@ -6196,100 +6223,100 @@ msgid "When you insert an object like a frame or a picture into a master documen
msgstr "マスタードキュメントにフレームや画像などのオブジェクトを挿入する場合は、そのオブジェクトを「ページに」対してはアンカーしないでください。代わりに、<emph>書式 → (オブジェクトの種類) → 種類</emph> タブページで「段落に」アンカーを設定し、<emph>横</emph> および <emph>縦</emph> の <emph>基準</emph> リストボックスで「ページ全体」に対して相対的にオブジェクトの位置を設定します。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"hd_id3153656\n"
-"41\n"
"help.text"
msgid "To Start Each Subdocument on a New Page"
msgstr "新規ページで各サブ文書を開始する"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3152760\n"
-"42\n"
"help.text"
msgid "Ensure that each subdocument starts with a heading that uses the same paragraph style, for example \"Heading 1\"."
msgstr "すべてのサブドキュメントの先頭部が、「見出し 1」などの同じ段落スタイルで始まっていることを確認します。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3153876\n"
-"43\n"
"help.text"
-msgid "In the master document, choose <emph>Format - Styles and Formatting</emph>, and click the <emph>Paragraph Styles</emph> icon."
+msgid "In the master document, choose <emph>View - Styles and Formatting</emph>, and click the <emph>Paragraph Styles</emph> icon."
msgstr "マスタードキュメント上で<emph>書式 → スタイルと書式設定</emph> を選択して、<emph>段落スタイル</emph> アイコンをクリックします。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3153907\n"
-"44\n"
"help.text"
msgid "Right-click \"Heading 1\" and choose <emph>Modify</emph>."
msgstr "「見出し 1」を右クリックして、<emph>変更</emph> を選択します。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3147124\n"
-"45\n"
"help.text"
-msgid "Click the <item type=\"menuitem\">Text Flow</item> tab."
+msgid "Click the <item type=\"menuitem\">Text Flow</item> tab."
msgstr "<item type=\"menuitem\">体裁</item>タブをクリックします。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3149770\n"
-"46\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Breaks</item> area, select <item type=\"menuitem\">Insert</item>, and then select “Page”in the <item type=\"menuitem\">Type</item> box."
+msgid "In the <item type=\"menuitem\">Breaks</item> area, select <item type=\"menuitem\">Insert</item>, and then select “Page”in the <item type=\"menuitem\">Type</item> box."
msgstr "<item type=\"menuitem\">改行/改ページ</item>領域で、<item type=\"menuitem\">挿入</item>を選択し、<item type=\"menuitem\">種類</item>で「改ページ」を選択します。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3150224\n"
-"17\n"
"help.text"
msgid "If you want each subdocument to start on an odd page, select <emph>With Page Style</emph>, and select \"Right page\" in the box."
msgstr "各サブドキュメントの開始ページを奇数ページとする場合は、<emph>ページスタイル付き</emph> をオンにして、その横のボックスで「右ページ」を選択します。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3145205\n"
-"47\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"hd_id3145228\n"
-"48\n"
"help.text"
msgid "To Export a Master Document as a <item type=\"productname\">%PRODUCTNAME</item> Text Document"
msgstr "マスタードキュメントを <item type=\"productname\">%PRODUCTNAME</item> テキスト文書としてエクスポートする"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3150315\n"
-"49\n"
"help.text"
msgid "Choose <item type=\"menuitem\">File - Export</item>."
msgstr "<item type=\"menuitem\">ファイル → エクスポート</item> を選択します。"
#: globaldoc_howtos.xhp
+#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3148580\n"
-"50\n"
"help.text"
msgid "In the <emph>File format</emph> list, select a text document file format and click <emph>Export</emph>."
msgstr "<emph>ファイルの種類</emph> リストで文書ドキュメントのファイル形式を選択して、<emph>エクスポート</emph> をクリックします。"
@@ -6319,90 +6346,91 @@ msgid "About Headers and Footers"
msgstr "ヘッダーとフッターを使用する"
#: header_footer.xhp
+#, fuzzy
msgctxt ""
"header_footer.xhp\n"
"bm_id3155863\n"
"help.text"
-msgid "<bookmark_value>headers;about</bookmark_value> <bookmark_value>footers;about</bookmark_value> <bookmark_value>HTML documents; headers and footers</bookmark_value>"
+msgid "<bookmark_value>headers;about</bookmark_value> <bookmark_value>footers;about</bookmark_value> <bookmark_value>HTML documents; headers and footers</bookmark_value>"
msgstr "<bookmark_value>ヘッダー; 使用法</bookmark_value><bookmark_value>フッター; 使用法</bookmark_value><bookmark_value>HTML ドキュメント; ヘッダーとフッター</bookmark_value>"
#: header_footer.xhp
+#, fuzzy
msgctxt ""
"header_footer.xhp\n"
"hd_id3155863\n"
-"38\n"
"help.text"
msgid "<variable id=\"header_footer\"><link href=\"text/swriter/guide/header_footer.xhp\" name=\"About Headers and Footers\">About Headers and Footers</link></variable>"
msgstr "<variable id=\"header_footer\"><link href=\"text/swriter/guide/header_footer.xhp\" name=\"ヘッダーとフッターについて\">ヘッダーとフッターについて</link></variable>"
#: header_footer.xhp
+#, fuzzy
msgctxt ""
"header_footer.xhp\n"
"par_id3154255\n"
-"35\n"
"help.text"
msgid "Headers and footers are areas in the top and the bottom page margins, where you can add text or graphics. Headers and footers are added to the current page style. Any page that uses the same style automatically receives the header or footer that you add. You can insert <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\">Fields</link>, such as page numbers and chapter headings, in headers and footers in a text document."
msgstr "ヘッダーとフッターとは、上側および下側のページ余白に設置して、テキストや画像を配置するための領域のことです。ヘッダーおよびフッターは、現在のページスタイルに追加されます。ヘッダーやフッターを追加したページスタイルに関しては、該当するページスタイルを使用するページのすべてで、追加したヘッダーやフッターが自動的に表示されます。また<link href=\"text/swriter/01/04090000.xhp\" name=\"フィールド\">フィールド</link>を使用して、文書ドキュメントのヘッダーやフッターの中にページ番号や章見出しなどを挿入することもできます。"
#: header_footer.xhp
+#, fuzzy
msgctxt ""
"header_footer.xhp\n"
"par_id3150511\n"
-"44\n"
"help.text"
msgid "The page style for the current page is displayed in the <emph>Status Bar</emph>."
msgstr "現在のページのページスタイルは、<emph>ステータスバー</emph> に表示されます。"
#: header_footer.xhp
+#, fuzzy
msgctxt ""
"header_footer.xhp\n"
"par_id3155896\n"
-"39\n"
"help.text"
msgid "To add a header to a page, choose <emph>Insert - Header</emph>, and then select the page style for the current page from the submenu."
msgstr "ページにヘッダーを追加するには、メニュー <emph>挿入 → ヘッダー</emph> を選択して、現在のページのページスタイルをサブメニューから選択します。"
#: header_footer.xhp
+#, fuzzy
msgctxt ""
"header_footer.xhp\n"
"par_id3147119\n"
-"43\n"
"help.text"
msgid "To add a footer to a page, choose <emph>Insert - Footer</emph>, and then select the page style for the current page from the submenu."
msgstr "ページにフッターを追加するには、メニュー <emph>挿入 → フッター</emph> を選択して、現在のページのページスタイルをサブメニューから選択します。"
#: header_footer.xhp
+#, fuzzy
msgctxt ""
"header_footer.xhp\n"
"par_id3153726\n"
-"40\n"
"help.text"
-msgid "You can also choose <item type=\"menuitem\">Format - Page</item>, click the <item type=\"menuitem\">Header</item> or <item type=\"menuitem\">Footer</item> tab, and then select <item type=\"menuitem\">Header on</item> or <item type=\"menuitem\">Footer on</item>. Clear the <item type=\"menuitem\">Same content left/right</item> check box if you want to define different headers and footers for even and odd pages."
+msgid "You can also choose <item type=\"menuitem\">Format - Page</item>, click the <item type=\"menuitem\">Header</item> or <item type=\"menuitem\">Footer</item> tab, and then select <item type=\"menuitem\">Header on</item> or <item type=\"menuitem\">Footer on</item>. Clear the <item type=\"menuitem\">Same content left/right</item> check box if you want to define different headers and footers for even and odd pages."
msgstr "<item type=\"menuitem\">書式 → ページ</item>を選択することもできます。<item type=\"menuitem\">ヘッダー</item>または<item type=\"menuitem\">フッター</item>タブをクリックし、<item type=\"menuitem\">ヘッダーを付ける</item>奇数ページと偶数ページで異なるヘッダーとフッターを定義したい場合は、<item type=\"menuitem\">左右ページ同じ内容</item>チェックボックスを外します。"
#: header_footer.xhp
+#, fuzzy
msgctxt ""
"header_footer.xhp\n"
"par_id3146876\n"
-"36\n"
"help.text"
msgid "To use different headers or footers in your document, you must add them to different <link href=\"text/swriter/guide/header_pagestyles.xhp\" name=\"Page Styles\">Page Styles</link>, and then apply the styles to the pages where you want the headers or footer to appear."
msgstr "ドキュメント中で複数の種類のヘッダーやフッターを使い分けるには、個々のヘッダーやフッターをそれぞれ異なる<link href=\"text/swriter/guide/header_pagestyles.xhp\" name=\"ページスタイル\">ページスタイル</link>に対して追加しておき、表示させたいページに対してこれらのスタイルを適用します。"
#: header_footer.xhp
+#, fuzzy
msgctxt ""
"header_footer.xhp\n"
"hd_id3150704\n"
-"41\n"
"help.text"
msgid "Headers and Footers in HTML Documents"
msgstr "HTML 形式ドキュメントでのヘッダーおよびフッター"
#: header_footer.xhp
+#, fuzzy
msgctxt ""
"header_footer.xhp\n"
"par_id3150717\n"
-"34\n"
"help.text"
msgid "Some of the header and footer options are also available for HTML documents. Headers and footers are not supported by HTML and instead are exported with special tags, so that they can be viewed in a browser. Headers and footers are only exported in HTML documents if they are enabled in Web Layout mode. When you reopen the document in $[officename], the headers and footers are displayed correctly, including any fields that you inserted."
msgstr "HTML ドキュメントには、ヘッダーオプションとフッターオプションの一部も使用できます。 ヘッダーとフッターは HTML でサポートされませんが、ブラウザーで表示できるように、特殊なタグを使用してエクスポートできます。 ヘッダーとフッターを HTML ドキュメント内でエクスポートできるのは、それらが Web レイアウトモードで有効に設定されている場合だけです。 $[officename] でドキュメントを再オープンする際には、ユーザーが挿入したフィールドも含めてヘッダーとフッターが正しく表示されます。"
@@ -6424,171 +6452,172 @@ msgid "Defining Different Headers and Footers"
msgstr "複数のヘッダーやフッターを使い分ける"
#: header_pagestyles.xhp
+#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"bm_id3155920\n"
"help.text"
-msgid "<bookmark_value>headers;defining for left and right pages</bookmark_value> <bookmark_value>footers;defining for left and right pages</bookmark_value> <bookmark_value>page styles; changing</bookmark_value> <bookmark_value>defining; headers/footers</bookmark_value> <bookmark_value>mirrored page layout</bookmark_value>"
+msgid "<bookmark_value>headers;defining for left and right pages</bookmark_value> <bookmark_value>footers;defining for left and right pages</bookmark_value> <bookmark_value>page styles; changing</bookmark_value> <bookmark_value>defining; headers/footers</bookmark_value> <bookmark_value>mirrored page layout</bookmark_value>"
msgstr "<bookmark_value>ヘッダー;左右のページ用の定義</bookmark_value><bookmark_value>フッター;左右のページ用の定義</bookmark_value><bookmark_value>ページスタイル; 変更</bookmark_value><bookmark_value>定義する; ヘッダー/フッター</bookmark_value><bookmark_value>左右対象ページのレイアウト</bookmark_value>"
#: header_pagestyles.xhp
+#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"hd_id3155920\n"
-"25\n"
"help.text"
msgid "<variable id=\"header_pagestyles\"><link href=\"text/swriter/guide/header_pagestyles.xhp\" name=\"Defining Different Headers and Footers\">Defining Different Headers and Footers</link></variable>"
msgstr "<variable id=\"header_pagestyles\"><link href=\"text/swriter/guide/header_pagestyles.xhp\" name=\"ヘッダーおよびフッターの使い分け\">ヘッダーおよびフッターの使い分け</link></variable>"
#: header_pagestyles.xhp
+#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3154263\n"
-"26\n"
"help.text"
msgid "You can use different headers and footers on different pages in your document, so long as the pages use different page styles. $[officename] provides several predefined page styles, such as <emph>First page</emph>, <emph>Left page</emph> and <emph>Right page</emph>, or you can create a custom page style."
msgstr "1 つのドキュメント内に配置するヘッダーやフッターに関しては、ページスタイル単位で使い分けることができます。$[officename] の事前定義されたページスタイルには、<emph>最初のページ</emph>、<emph>左ページ</emph>、<emph>右ページ</emph> などがありますが、その他にカスタムのページスタイルをユーザー定義することもできます。"
#: header_pagestyles.xhp
+#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3147105\n"
-"27\n"
"help.text"
-msgid "You can also use the mirrored page layout if you want to add a header to a page style that has different inner and outer page margins. To apply this option to a page style, choose <item type=\"menuitem\">Format - Page</item>, click the <item type=\"menuitem\">Page</item> tab, and in the <item type=\"menuitem\">Layout settings</item> area, choose “Mirrored” in the <item type=\"menuitem\">Page layout</item> box."
+msgid "You can also use the mirrored page layout if you want to add a header to a page style that has different inner and outer page margins. To apply this option to a page style, choose <item type=\"menuitem\">Format - Page</item>, click the <item type=\"menuitem\">Page</item> tab, and in the <item type=\"menuitem\">Layout settings</item> area, choose “Mirrored” in the <item type=\"menuitem\">Page layout</item> box."
msgstr "内側と外側で異なるページ余白をもったページスタイルにヘッダーを付与したい場合には、左右対称レイアウトを使うこともできます。このオプションをページスタイルに適用するには、<item type=\"menuitem\">書式 → ページ</item>を選択し、<item type=\"menuitem\">ページ</item>タブをクリック、そして<item type=\"menuitem\">レイアウト設定</item>領域で、<item type=\"menuitem\">ページレイアウト</item>ボックスの中から「左右対称」を選択します。"
#: header_pagestyles.xhp
+#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3150224\n"
-"28\n"
"help.text"
msgid "For example, you can use page styles to define different headers for even and odd pages in a document."
msgstr "たとえば、偶数ページと奇数ページでヘッダーやフッターを使い分ける場合は、それぞれに異なるページスタイルを適用します。"
#: header_pagestyles.xhp
+#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3150929\n"
-"29\n"
"help.text"
msgid "Open a new text document."
msgstr "新しい白紙の文書ドキュメントを開きます。"
#: header_pagestyles.xhp
+#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3150946\n"
-"31\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting</emph> and click the <emph>Page Styles</emph> icon in the Styles and Formatting window."
+msgid "Choose <emph>View - Styles and Formatting</emph> and click the <emph>Page Styles</emph> icon in the Styles and Formatting sidebar deck."
msgstr "<emph>書式 → スタイルと書式設定</emph> を選択して、スタイルと書式設定ウィンドウの <emph>ページスタイル</emph> アイコンをクリックします。"
#: header_pagestyles.xhp
+#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3150510\n"
-"30\n"
"help.text"
msgid "Right-click \"Right Page\" in the list of page styles and choose <emph>Modify</emph>."
msgstr "ページスタイルのリスト中の「右ページ」を右クリックして、<emph>変更</emph> を選択します。"
#: header_pagestyles.xhp
+#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3150536\n"
-"33\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Page Styles</item> dialog, click the <item type=\"menuitem\">Header</item> tab."
+msgid "In the <item type=\"menuitem\">Page Styles</item> dialog, click the <item type=\"menuitem\">Header</item> tab."
msgstr "<item type=\"menuitem\">ページスタイル</item>ダイアログで、<item type=\"menuitem\">ヘッダー</item>タブをクリックします。"
#: header_pagestyles.xhp
+#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3153750\n"
-"34\n"
"help.text"
-msgid "Select <item type=\"menuitem\">Header on</item> and click the <item type=\"menuitem\">Organizer</item> tab."
+msgid "Select <item type=\"menuitem\">Header on</item> and click the <item type=\"menuitem\">Organizer</item> tab."
msgstr "<item type=\"menuitem\">ヘッダーを付ける</item>を選択し、<item type=\"menuitem\">管理</item>タブを選択します。"
#: header_pagestyles.xhp
+#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3146865\n"
-"35\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Next Style</item> box, select \"Left Page\"."
+msgid "In the <item type=\"menuitem\">Next Style</item> box, select \"Left Page\"."
msgstr "<item type=\"menuitem\">次のスタイル</item>ボックスで、「左ページ」を選択します。"
#: header_pagestyles.xhp
+#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3146889\n"
-"36\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
#: header_pagestyles.xhp
+#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3150714\n"
-"37\n"
"help.text"
msgid "In the <emph>Styles and Formatting</emph> window, right-click \"Left Page\" in the list of page styles and choose <emph>Modify</emph>."
msgstr "<emph>スタイルと書式設定</emph> ウィンドウで、ページスタイルのリストにある「左ページ」を右クリックして、<emph>変更</emph> を選択します。"
#: header_pagestyles.xhp
+#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3150748\n"
-"38\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Page Styles</item> dialog, click the <item type=\"menuitem\">Header</item> tab."
+msgid "In the <item type=\"menuitem\">Page Styles</item> dialog, click the <item type=\"menuitem\">Header</item> tab."
msgstr "<item type=\"menuitem\">ページスタイル</item>ダイアログで、<item type=\"menuitem\">ヘッダー</item>タブをクリックします。"
#: header_pagestyles.xhp
+#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3153172\n"
-"39\n"
"help.text"
-msgid "Select <item type=\"menuitem\">Header on</item> and click the <item type=\"menuitem\">Organizer</item> tab."
+msgid "Select <item type=\"menuitem\">Header on</item> and click the <item type=\"menuitem\">Organizer</item> tab."
msgstr "<item type=\"menuitem\">ヘッダーを付ける</item>を選択し、<item type=\"menuitem\">管理</item>タブを選択します。"
#: header_pagestyles.xhp
+#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3147061\n"
-"40\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Next Style</item> box, select \"Right Page\"."
+msgid "In the <item type=\"menuitem\">Next Style</item> box, select \"Right Page\"."
msgstr "<item type=\"menuitem\">次のスタイル</item>ボックスで、「右ページ」を選択します。"
#: header_pagestyles.xhp
+#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3147086\n"
-"41\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
#: header_pagestyles.xhp
+#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3145263\n"
-"42\n"
"help.text"
msgid "Double-click \"Right Page\" in the list of page styles to apply the style to the current page."
msgstr "ページスタイルのリストで「右ページ」をダブルクリックして、現在のページにスタイルを適用します。"
#: header_pagestyles.xhp
+#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3145284\n"
-"43\n"
"help.text"
msgid "Enter text or graphics in the header for the Left Page style. After the next page is added to your document, enter text or graphics in the header for the Right Page style."
msgstr "左ページのスタイルのヘッダーに、テキストや画像を入力します。ドキュメント内に次のページを挿入してから、右ページのスタイルのヘッダーに、テキストや画像を入力します。"
@@ -6602,162 +6631,163 @@ msgid "Inserting a Chapter Name and Number in a Header or a Footer"
msgstr "ヘッダーやフッターに章タイトルや章番号を挿入する"
#: header_with_chapter.xhp
+#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"bm_id3155919\n"
"help.text"
-msgid "<bookmark_value>running titles in headers</bookmark_value> <bookmark_value>floating titles in headers</bookmark_value> <bookmark_value>headers; chapter information</bookmark_value> <bookmark_value>chapter names in headers</bookmark_value> <bookmark_value>names; chapter names in headers</bookmark_value>"
+msgid "<bookmark_value>running titles in headers</bookmark_value> <bookmark_value>floating titles in headers</bookmark_value> <bookmark_value>headers; chapter information</bookmark_value> <bookmark_value>chapter names in headers</bookmark_value> <bookmark_value>names; chapter names in headers</bookmark_value>"
msgstr "<bookmark_value>ヘッダーの変化するタイトル</bookmark_value><bookmark_value>ヘッダーの浮動するタイトル</bookmark_value><bookmark_value>ヘッダー; 章情報</bookmark_value><bookmark_value>ヘッダーの章タイトル</bookmark_value><bookmark_value>見出し; ヘッダーの章タイトル</bookmark_value>"
#: header_with_chapter.xhp
+#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"hd_id3155919\n"
-"3\n"
"help.text"
msgid "<variable id=\"header_with_chapter\"><link href=\"text/swriter/guide/header_with_chapter.xhp\" name=\"Inserting a Chapter Name and Number in a Header or a Footer\">Inserting a Chapter Name and Number in a Header or a Footer</link></variable>"
msgstr "<variable id=\"header_with_chapter\"><link href=\"text/swriter/guide/header_with_chapter.xhp\" name=\"ヘッダーおよびフッターへの章のタイトルや番号の挿入\">ヘッダーおよびフッターへの章のタイトルや番号の挿入</link></variable>"
#: header_with_chapter.xhp
+#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3153414\n"
-"22\n"
"help.text"
msgid "Before you can insert chapter information into a header or footer, you must first set the outline numbering options for the paragraph style that you want to use for chapter titles."
msgstr "ヘッダーやフッターに章のタイトル名などの情報を挿入するには、あらかじめ章タイトルの段落スタイルに対して章番号付けオプションを指定しておく必要があります。"
#: header_with_chapter.xhp
+#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"hd_id3154244\n"
-"23\n"
"help.text"
msgid "To Create a Paragraph Style for Chapter Titles"
msgstr "章タイトルの段落スタイルを作成する"
#: header_with_chapter.xhp
+#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3155874\n"
-"24\n"
"help.text"
msgid "Choose <emph>Tools - Outline Numbering</emph>."
msgstr "メニュー <emph>ツール → 章番号付け</emph> を選択します。"
#: header_with_chapter.xhp
+#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3155898\n"
-"25\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Style</item> box, select the paragraph style that you want to use for chapter titles, for example, \"Heading 1\"."
+msgid "In the <item type=\"menuitem\">Style</item> box, select the paragraph style that you want to use for chapter titles, for example, \"Heading 1\"."
msgstr "<emph>段落スタイル</emph> ボックスで、章タイトルに使用する段落スタイルとして、たとえば「見出し 1」などを指定します。"
#: header_with_chapter.xhp
+#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3147124\n"
-"26\n"
"help.text"
-msgid "Select the numbering style for the chapter titles in the <item type=\"menuitem\">Number</item> box, for example, \"1,2,3...\"."
+msgid "Select the numbering style for the chapter titles in the <item type=\"menuitem\">Number</item> box, for example, \"1,2,3...\"."
msgstr "<item type=\"menuitem\">番号</item>ボックスで、章タイトル用の番号付けスタイルを選択します。たとえば「1,2,3...」などです。"
#: header_with_chapter.xhp
+#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3150219\n"
-"27\n"
"help.text"
-msgid "Type \"Chapter\" followed by a space in the <item type=\"menuitem\">Before</item> box."
+msgid "Type \"Chapter\" followed by a space in the <item type=\"menuitem\">Before</item> box."
msgstr "<item type=\"menuitem\">番号前</item>ボックスに「Chapter」とつづけてスペースを入力します。"
#: header_with_chapter.xhp
+#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3150245\n"
-"28\n"
"help.text"
-msgid "Enter a space in the <item type=\"menuitem\">After</item> box."
+msgid "Enter a space in the <item type=\"menuitem\">After</item> box."
msgstr "<item type=\"menuitem\">番号後</item>ボックスに空白を入力します。"
#: header_with_chapter.xhp
+#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3150949\n"
-"29\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
#: header_with_chapter.xhp
+#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"hd_id3150505\n"
-"30\n"
"help.text"
msgid "To Insert the Chapter Name and Number in a Header or a Footer"
msgstr "ヘッダーやフッターに章のタイトル名と番号を挿入する"
#: header_with_chapter.xhp
+#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3150527\n"
-"5\n"
"help.text"
msgid "Apply the paragraph style that you defined for chapter titles to the chapter headings in your document."
msgstr "ドキュメント中の章見出しに対して、章タイトル用に指定した段落スタイルを適用します。"
#: header_with_chapter.xhp
+#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3153729\n"
-"6\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Header</item> or <item type=\"menuitem\">Insert - Footer</item>, and then select the page style for the current page from the submenu."
+msgid "Choose <item type=\"menuitem\">Insert - Header</item> or <item type=\"menuitem\">Insert - Footer</item>, and then select the page style for the current page from the submenu."
msgstr "<item type=\"menuitem\">挿入 → ヘッダー</item>もしくは<item type=\"menuitem\">挿入 → フッター</item>を選択し、それからサブメニューから現在のページのメージスタイルを選択します。"
#: header_with_chapter.xhp
+#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3153762\n"
-"7\n"
"help.text"
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 "<item type=\"menuitem\">挿入 - フィールド - 他のフィールド</item>を選択し、<item type=\"menuitem\">ドキュメント</item>タブをクリックします。"
+msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item> and click the <item type=\"menuitem\">Document</item> tab."
+msgstr "<item type=\"menuitem\">挿入 - フィールド - 他のフィールド</item>を選択し、<item type=\"menuitem\">機能</item>タブをクリックします。"
#: header_with_chapter.xhp
+#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3153175\n"
-"10\n"
"help.text"
-msgid "Click \"Chapter\" in the <item type=\"menuitem\">Type</item> list and \"Chapter number and name\" in the <item type=\"menuitem\">Format</item> list."
+msgid "Click \"Chapter\" in the <item type=\"menuitem\">Type</item> list and \"Chapter number and name\" in the <item type=\"menuitem\">Format</item> list."
msgstr "<item type=\"menuitem\">タイプフィールド</item>リストで「章」、<item type=\"menuitem\">書式</item>リストで「章番号と章名」をクリックします。"
#: header_with_chapter.xhp
+#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3147065\n"
-"11\n"
"help.text"
msgid "Click <emph>Insert</emph> and then click <emph>Close</emph>."
msgstr "<emph>挿入</emph> をクリックして、<emph>閉じる</emph> をクリックします。"
#: header_with_chapter.xhp
+#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3147095\n"
-"12\n"
"help.text"
msgid "The header on every page that uses the current page style automatically displays the chapter name and number."
msgstr "現在のページスタイルを使用しているすべてのページで、該当する章のタイトル名と番号が自動的にヘッダー中に表示されます。"
@@ -6771,63 +6801,63 @@ msgid "Formatting Headers or Footers"
msgstr "ヘッダーおよびフッターの書式設定をする"
#: header_with_line.xhp
+#, fuzzy
msgctxt ""
"header_with_line.xhp\n"
"bm_id3154866\n"
"help.text"
-msgid "<bookmark_value>inserting;lines under headers/above footers</bookmark_value> <bookmark_value>lines; under headers/above footers</bookmark_value> <bookmark_value>headers;formatting</bookmark_value> <bookmark_value>footers;formatting</bookmark_value> <bookmark_value>shadows;headers/footers</bookmark_value> <bookmark_value>borders;for headers/footers</bookmark_value>"
+msgid "<bookmark_value>inserting;lines under headers/above footers</bookmark_value> <bookmark_value>lines; under headers/above footers</bookmark_value> <bookmark_value>headers;formatting</bookmark_value> <bookmark_value>footers;formatting</bookmark_value> <bookmark_value>shadows;headers/footers</bookmark_value> <bookmark_value>borders;for headers/footers</bookmark_value>"
msgstr "<bookmark_value>挿入; ヘッダーの下に線 / フッターの上に線</bookmark_value><bookmark_value>線; ヘッダーの下 / フッターの上</bookmark_value><bookmark_value>ヘッダー; 書式設定</bookmark_value><bookmark_value>フッター; 書式設定</bookmark_value><bookmark_value>影; ヘッダー/フッター</bookmark_value><bookmark_value>外枠; ヘッダー/フッター用</bookmark_value>"
#: header_with_line.xhp
+#, fuzzy
msgctxt ""
"header_with_line.xhp\n"
"hd_id3154866\n"
-"20\n"
"help.text"
msgid "<variable id=\"header_with_line\"><link href=\"text/swriter/guide/header_with_line.xhp\" name=\"Formatting Headers or Footers\">Formatting Headers or Footers</link></variable>"
msgstr "<variable id=\"header_with_line\"><link href=\"text/swriter/guide/header_with_line.xhp\" name=\"ヘッダーおよびフッターの書式設定\">ヘッダーおよびフッターの書式設定</link></variable>"
#: header_with_line.xhp
+#, fuzzy
msgctxt ""
"header_with_line.xhp\n"
"par_id3154243\n"
-"21\n"
"help.text"
msgid "You can apply direct formatting to the text in a header or footer. You can also adjust the spacing of the text relative to the header or footer frame or apply a border to the header or footer."
msgstr "ヘッダーやフッターについては、表示テキストの書式設定を直接指定することができます。また、これらのテキストとヘッダー枠やフッター枠との間隔を指定したり、ヘッダーやフッターの枠線を表示することもできます。"
#: header_with_line.xhp
+#, fuzzy
msgctxt ""
"header_with_line.xhp\n"
"par_id3155873\n"
-"22\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Format - Page</item> and select the <item type=\"menuitem\">Header</item> or <item type=\"menuitem\">Footer</item> tab."
+msgid "Choose <item type=\"menuitem\">Format - Page</item> and select the <item type=\"menuitem\">Header</item> or <item type=\"menuitem\">Footer</item> tab."
msgstr "<item type=\"menuitem\">書式 → ページ</item>を選び、<item type=\"menuitem\">ヘッダー</item>または<item type=\"menuitem\">フッター</item>タブを選択します。"
#: header_with_line.xhp
+#, fuzzy
msgctxt ""
"header_with_line.xhp\n"
"par_id3147109\n"
-"27\n"
"help.text"
msgid "Set the spacing options that you want to use."
msgstr "余白や間隔に関する必要なオプションを設定します。"
#: header_with_line.xhp
+#, fuzzy
msgctxt ""
"header_with_line.xhp\n"
"par_id3147128\n"
-"23\n"
"help.text"
-msgid "To add a border or a shadow to the header or the footer, click <item type=\"menuitem\">More</item>. The <item type=\"menuitem\">Border/Background</item> dialog opens."
+msgid "To add a border or a shadow to the header or the footer, click <item type=\"menuitem\">More</item>. The <item type=\"menuitem\">Border/Background</item> dialog opens."
msgstr "ヘッダーやフッターに外枠もしくは影を付けるには、<item type=\"menuitem\">詳細</item>をクリックします。<item type=\"menuitem\">外枠/背景</item>ダイアログが開きます。"
#: header_with_line.xhp
msgctxt ""
"header_with_line.xhp\n"
"par_id3150520\n"
-"24\n"
"help.text"
msgid "To add a separator line between the header or the footer and the content of the page, click the bottom edge of the square in the <emph>Line arrangement</emph> area. Click a line style in the <emph>Style</emph> box."
msgstr ""
@@ -6836,7 +6866,6 @@ msgstr ""
msgctxt ""
"header_with_line.xhp\n"
"par_id3153742\n"
-"25\n"
"help.text"
msgid "To adjust the spacing between the content of the header or footer and the line, clear the <emph>Synchronize</emph> box, and then enter a value in the<emph> Bottom</emph> box."
msgstr ""
@@ -7255,90 +7284,91 @@ msgid "Inserting Hyperlinks With the Navigator"
msgstr "ナビゲーターを用いてハイパーリンクを挿入する"
#: hyperlinks.xhp
+#, fuzzy
msgctxt ""
"hyperlinks.xhp\n"
"bm_id3155845\n"
"help.text"
-msgid "<bookmark_value>hyperlinks; inserting from Navigator</bookmark_value> <bookmark_value>inserting; hyperlinks from Navigator</bookmark_value> <bookmark_value>cross-references; inserting with Navigator</bookmark_value> <bookmark_value>Navigator;inserting hyperlinks</bookmark_value>"
+msgid "<bookmark_value>hyperlinks; inserting from Navigator</bookmark_value> <bookmark_value>inserting; hyperlinks from Navigator</bookmark_value> <bookmark_value>cross-references; inserting with Navigator</bookmark_value> <bookmark_value>Navigator;inserting hyperlinks</bookmark_value>"
msgstr "<bookmark_value>ハイパーリンク; ナビゲーターから挿入</bookmark_value><bookmark_value>挿入; ナビゲーターからハイパーリンク</bookmark_value><bookmark_value>相互参照; ナビゲータを用いて挿入</bookmark_value><bookmark_value>ナビゲーター; ハイパーリンクを挿入</bookmark_value>"
#: hyperlinks.xhp
+#, fuzzy
msgctxt ""
"hyperlinks.xhp\n"
"hd_id3155845\n"
-"21\n"
"help.text"
msgid "<variable id=\"hyperlinks\"><link href=\"text/swriter/guide/hyperlinks.xhp\" name=\"Inserting Hyperlinks With the Navigator\">Inserting Hyperlinks With the Navigator</link></variable>"
msgstr "<variable id=\"hyperlinks\"><link href=\"text/swriter/guide/hyperlinks.xhp\" name=\"ナビゲーターを使ったハイパーリンクの挿入\">ナビゲーターを使ったハイパーリンクの挿入</link></variable>"
#: hyperlinks.xhp
+#, fuzzy
msgctxt ""
"hyperlinks.xhp\n"
"par_id3155858\n"
-"20\n"
"help.text"
msgid "You can insert a cross-reference as a hyperlink in your document using the Navigator. You can even cross-reference items from other <item type=\"productname\">%PRODUCTNAME</item> documents. If you click the hyperlink when the document is opened in <item type=\"productname\">%PRODUCTNAME</item>, you are taken to the cross-referenced item."
msgstr "文章ドキュメントに挿入する相互参照は、ナビゲーターを使ってハイパーリンク化できます。こうした相互参照項目は、他の <item type=\"productname\">%PRODUCTNAME</item> ドキュメントとの間で設置することもできます。<item type=\"productname\">%PRODUCTNAME</item> ドキュメントを開いた状態でハイパーリンクをクリックすると、その相互参照項目に移動できます。"
#: hyperlinks.xhp
+#, fuzzy
msgctxt ""
"hyperlinks.xhp\n"
"par_id3149833\n"
-"32\n"
"help.text"
msgid "Open the document(s) containing the items you want to cross-reference."
msgstr "相互参照させる項目のあるドキュメントを必要な分だけ開きます。"
#: hyperlinks.xhp
+#, fuzzy
msgctxt ""
"hyperlinks.xhp\n"
"par_id3148846\n"
-"23\n"
"help.text"
msgid "On the Standard bar, click the <emph>Navigator</emph> icon."
msgstr "標準バーにある <emph>ナビゲーター</emph> アイコンをクリックします。"
#: hyperlinks.xhp
+#, fuzzy
msgctxt ""
"hyperlinks.xhp\n"
"par_id3156108\n"
-"25\n"
"help.text"
-msgid "Click the arrow next to the <item type=\"menuitem\">Drag Mode</item> icon, and ensure that <item type=\"menuitem\">Insert as Hyperlink</item> is selected."
+msgid "Click the arrow next to the <item type=\"menuitem\">Drag Mode</item> icon, and ensure that <item type=\"menuitem\">Insert as Hyperlink</item> is selected."
msgstr "<item type=\"menuitem\">ドラッグモード</item>アイコンの横にある矢印をクリックし、<item type=\"menuitem\">ハイパーリンクとして挿入</item>が選択されていることを確認します。"
#: hyperlinks.xhp
+#, fuzzy
msgctxt ""
"hyperlinks.xhp\n"
"par_id3153396\n"
-"31\n"
"help.text"
msgid "In the list at the bottom of the Navigator, select the document containing the item that you want to cross-reference."
msgstr "ナビゲーターの下端にあるリストで、相互参照する項目のあるドキュメントを選択します。"
#: hyperlinks.xhp
+#, fuzzy
msgctxt ""
"hyperlinks.xhp\n"
"par_id3153416\n"
-"24\n"
"help.text"
msgid "In the Navigator list, click the plus sign next to the item that you want to insert as a hyperlink."
msgstr "ナビゲーターのリスト上で、ハイパーリンクを挿入する項目の横にあるプラス記号をクリックします。"
#: hyperlinks.xhp
+#, fuzzy
msgctxt ""
"hyperlinks.xhp\n"
"par_id3153133\n"
-"26\n"
"help.text"
msgid "Drag the item to where you want to insert the hyperlink in the document."
msgstr "ドキュメント上のハイパーリンクを挿入する位置へ、該当項目をドラッグします。"
#: hyperlinks.xhp
+#, fuzzy
msgctxt ""
"hyperlinks.xhp\n"
"par_id3149635\n"
-"27\n"
"help.text"
msgid "The name of the item is inserted in the document as an underlined hyperlink."
msgstr "これにより項目名が、下線付きのハイパーリンクとしてドキュメントに挿入されます。"
@@ -7377,12 +7407,13 @@ msgid "If your text is <link href=\"text/swriter/guide/using_hyphen.xhp\">automa
msgstr "テキストに <link href=\"text/swriter/guide/using_hyphen.xhp\">自動的にハイフンが付けられて</link>、特定の単語が適切に表示されない場合や、特定の単語にハイフンを付けたくない場合は、これらの単語のハイフネーションをオフにできます。"
#: hyphen_prevent.xhp
+#, fuzzy
msgctxt ""
"hyphen_prevent.xhp\n"
"par_id3153634\n"
"40\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Writing Aids</emph>"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Writing Aids</emph>"
msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline>→ 言語設定 → 文書作成支援</emph> を選択します。"
#: hyphen_prevent.xhp
@@ -7439,11 +7470,12 @@ msgid "Some words contain special characters that %PRODUCTNAME treats as a hyphe
msgstr "いくつかの単語は、%PRODUCTNAME がハイフンとして扱う特殊文字を含みます。もしそれをハイフンにしたくなければ、挿入された箇所ではハイフネーションを避けるような特別なコードを挿入することができます。次のように操作します:"
#: hyphen_prevent.xhp
+#, fuzzy
msgctxt ""
"hyphen_prevent.xhp\n"
"par_id0302200910262850\n"
"help.text"
-msgid "Enable the special features of complex text layout (CTL) languages: Choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</item> and check <emph>Enabled for complex text layout (CTL)</emph>. Click OK."
+msgid "Enable the special features of complex text layout (CTL) languages: Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - Language Settings - Languages</item> and check <emph>Enabled for complex text layout (CTL)</emph>. Click OK."
msgstr "Enable the special features of complex text layout (CTL) languages: Choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</item> and check <emph>Enabled for complex text layout (CTL)</emph>. Click OK."
#: hyphen_prevent.xhp
@@ -7508,8 +7540,8 @@ msgctxt ""
"indenting.xhp\n"
"par_id5589159\n"
"help.text"
-msgid "To change the measurement units, choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General</item>, and then select a new measurement unit in the Settings area."
-msgstr "測定単位を変更するには、<item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 全般</item> を選択し、「設定」で、新しい測定単位を選択します。"
+msgid "To change the measurement units, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Writer - General</item>, and then select a new measurement unit in the Settings area."
+msgstr ""
#: indenting.xhp
msgctxt ""
@@ -7584,72 +7616,73 @@ msgid "Editing or Deleting Index and Table Entries"
msgstr "目次や索引の項目を編集または削除する"
#: indices_delete.xhp
+#, fuzzy
msgctxt ""
"indices_delete.xhp\n"
"bm_id3155186\n"
"help.text"
-msgid "<bookmark_value>indexes; editing or deleting entries</bookmark_value> <bookmark_value>tables of contents; editing or deleting entries</bookmark_value> <bookmark_value>deleting;entries of indexes/tables of contents</bookmark_value> <bookmark_value>editing;table/index entries</bookmark_value>"
+msgid "<bookmark_value>indexes; editing or deleting entries</bookmark_value> <bookmark_value>tables of contents; editing or deleting entries</bookmark_value> <bookmark_value>deleting;entries of indexes/tables of contents</bookmark_value> <bookmark_value>editing;table/index entries</bookmark_value>"
msgstr "<bookmark_value>索引; 項目の編集または削除</bookmark_value><bookmark_value>目次; 項目の編集または削除</bookmark_value><bookmark_value>削除; 索引/目次の項目</bookmark_value><bookmark_value>編集; 表/索引の項目</bookmark_value>"
#: indices_delete.xhp
+#, fuzzy
msgctxt ""
"indices_delete.xhp\n"
"hd_id3155186\n"
-"11\n"
"help.text"
msgid "<variable id=\"indices_delete\"><link href=\"text/swriter/guide/indices_delete.xhp\" name=\"Editing or Deleting Index and Table Entries\">Editing or Deleting Index and Table Entries</link></variable>"
msgstr "<variable id=\"indices_delete\"><link href=\"text/swriter/guide/indices_delete.xhp\" name=\"目次と索引の項目を編集または削除する\">目次と索引の項目を編集または削除する</link></variable>"
#: indices_delete.xhp
+#, fuzzy
msgctxt ""
"indices_delete.xhp\n"
"par_id3155855\n"
-"12\n"
"help.text"
-msgid "Index entries are inserted as fields into your document. To view fields in your document, choose <item type=\"menuitem\">View</item> and ensure that <item type=\"menuitem\">Field Shadings</item> is selected."
+msgid "Index entries are inserted as fields into your document. To view fields in your document, choose <item type=\"menuitem\">View</item> and ensure that <item type=\"menuitem\">Field Shadings</item> is selected."
msgstr "索引項目はフィールドとしてドキュメントに挿入されます。ドキュメントのフィールドを確認するには、<item type=\"menuitem\">表示</item>を選択し、<item type=\"menuitem\">灰色のバックで強調</item>を選択します。"
#: indices_delete.xhp
+#, fuzzy
msgctxt ""
"indices_delete.xhp\n"
"par_id3155507\n"
-"13\n"
"help.text"
msgid "Place the cursor immediately in front of the index entry in your document."
msgstr "ドキュメント上の索引の項目で、その先頭部にカーソルを移動します。"
#: indices_delete.xhp
+#, fuzzy
msgctxt ""
"indices_delete.xhp\n"
"par_id3155526\n"
-"16\n"
"help.text"
msgid "Choose <emph>Edit - Index Entry</emph>, and do one of the following:"
msgstr "メニュー <emph>編集 → 目次と索引の項目</emph> を選択して、下記のいずれかの操作を行います。"
#: indices_delete.xhp
+#, fuzzy
msgctxt ""
"indices_delete.xhp\n"
"par_id3154238\n"
-"17\n"
"help.text"
msgid "To change the entry, enter different text in the <emph>Entry</emph> box."
msgstr "検出されたテキストを置換するテキストを <emph>置換テキスト</emph> テキストボックスに入力します。"
#: indices_delete.xhp
+#, fuzzy
msgctxt ""
"indices_delete.xhp\n"
"par_id3154263\n"
-"18\n"
"help.text"
msgid "To remove the entry, click <emph>Delete</emph>."
msgstr "エントリーを削除するには、<emph>削除</emph> をクリックします。"
#: indices_delete.xhp
+#, fuzzy
msgctxt ""
"indices_delete.xhp\n"
"par_id3155893\n"
-"15\n"
"help.text"
msgid "To cycle through the index entries in your document, click the next or the previous arrows in the <link href=\"text/swriter/01/02160000.xhp\" name=\"Edit Index Entry dialog\"><emph>Edit Index Entry</emph> dialog</link>."
msgstr "ドキュメント内にある他の索引の項目に移動するには、<link name=\"ダイアログ 目次と索引の項目編集\" href=\"text/swriter/01/02160000.xhp\">ダイアログ <emph>目次と索引の項目編集</emph></link> にある左右の矢印型ボタンをクリックします。"
@@ -7689,12 +7722,13 @@ msgid "Place the cursor in the index or table of contents."
msgstr "目次ないし索引の中にカーソルを移動します。"
#: indices_edit.xhp
+#, fuzzy
msgctxt ""
"indices_edit.xhp\n"
"par_id3155871\n"
"59\n"
"help.text"
-msgid "If you cannot place your cursor in the index or table of contents, choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting Aids</item>, and then select <item type=\"menuitem\">Enable</item> in the <item type=\"menuitem\">Cursor in protected areas</item> section."
+msgid "If you cannot place your cursor in the index or table of contents, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Writer - Formatting Aids</item>, and then select <item type=\"menuitem\">Enable</item> in the <item type=\"menuitem\">Cursor in protected areas</item> section."
msgstr "目次や索引の中にカーソルを移動できない場合は、<item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 書式サポート</item> を選択して、<item type=\"menuitem\">保護範囲へのカーソル進入</item>の<item type=\"menuitem\">許可する</item>チェックボックスをオンにします。"
#: indices_edit.xhp
@@ -7707,12 +7741,12 @@ msgid "Right-click and choose an editing option from the menu."
msgstr "右クリックして表示されるメニューから、必要な編集オプションを選択します。"
#: indices_edit.xhp
+#, fuzzy
msgctxt ""
"indices_edit.xhp\n"
"par_id3155872\n"
-"60\n"
"help.text"
-msgid "You can also make changes directly to an index or table of contents. Right-click in the index or table of contents, choose <emph>Edit Index/Table</emph>, click <emph>Index/Table</emph> tab, and then clear the <emph>Protected from manual changes</emph> check box."
+msgid "You can also make changes directly to an index or table of contents. Right-click in the index or table of contents, choose <emph>Edit Index or Table of Contents</emph>, click <emph>Index or Table of Contents</emph> tab, and then clear the <emph>Protected against manual changes</emph> check box."
msgstr "また目次や索引の内容は、直接編集することもできます。これを行うには、目次ないし索引を右クリックして <emph>目次と索引の編集</emph> を選択し、<emph>目次と索引</emph> タブをクリックしてチェックボックス <emph>任意変更から保護</emph> をオフにしておく必要があります。"
#: indices_enter.xhp
@@ -7759,12 +7793,12 @@ msgid "Click in a word, or select the words in your document that you want to us
msgstr "ドキュメント内で索引の項目とする単語ないし文字列を選択します。"
#: indices_enter.xhp
+#, fuzzy
msgctxt ""
"indices_enter.xhp\n"
"par_id3147409\n"
-"9\n"
"help.text"
-msgid "Choose <emph>Insert - Indexes and Tables - Entry</emph>, and do one of the following:"
+msgid "Choose <emph>Insert - Table of Contents and Index - Index Entry</emph>, and do one of the following:"
msgstr "メニュー <emph>挿入 → 目次と索引 → 目次と索引の項目登録</emph> を選択して、下記のうち必要な操作を行います。"
#: indices_enter.xhp
@@ -7901,12 +7935,12 @@ msgid "To Apply a Different Paragraph Style to an Index Level"
msgstr "索引レベルごとに違う段落スタイルを適用する"
#: indices_form.xhp
+#, fuzzy
msgctxt ""
"indices_form.xhp\n"
"par_id3147110\n"
-"45\n"
"help.text"
-msgid "Right-click in the index or table of contents, and then choose <emph>Edit Index/Table</emph>."
+msgid "Right-click in the index or table of contents, and then choose <emph>Edit Index or Table of Contents</emph>."
msgstr "目次ないし索引を右クリックして、<emph>目次と索引の編集</emph> を選択します。"
#: indices_form.xhp
@@ -7973,12 +8007,12 @@ msgid "You can assign a cross-reference as a hyperlink to entries in a table of
msgstr "目次の項目に対しては、相互参照をハイパーリンクとして割り当てることができます。"
#: indices_form.xhp
+#, fuzzy
msgctxt ""
"indices_form.xhp\n"
"par_id3150712\n"
-"51\n"
"help.text"
-msgid "Right-click in the table of contents, and then choose <emph>Edit Index/Table</emph>."
+msgid "Right-click in the table of contents, and then choose <emph>Edit Index or Table of Contents</emph>."
msgstr "目次を右クリックして <emph>目次と索引の編集</emph> を選択します。"
#: indices_form.xhp
@@ -8035,27 +8069,28 @@ msgid "Creating Alphabetical Indexes"
msgstr "索引を作成する"
#: indices_index.xhp
+#, fuzzy
msgctxt ""
"indices_index.xhp\n"
"bm_id3155911\n"
"help.text"
-msgid "<bookmark_value>concordance files;indexes</bookmark_value> <bookmark_value>indexes; alphabetical indexes</bookmark_value> <bookmark_value>alphabetical indexes</bookmark_value>"
+msgid "<bookmark_value>concordance files;indexes</bookmark_value> <bookmark_value>indexes; alphabetical indexes</bookmark_value> <bookmark_value>alphabetical indexes</bookmark_value>"
msgstr "<bookmark_value>コンコーダンスファイル; 索引</bookmark_value><bookmark_value>索引; アルファベット順索引</bookmark_value><bookmark_value>アルファベット順索引</bookmark_value>"
#: indices_index.xhp
+#, fuzzy
msgctxt ""
"indices_index.xhp\n"
"hd_id3155911\n"
-"24\n"
"help.text"
msgid "<variable id=\"indices_index\"><link href=\"text/swriter/guide/indices_index.xhp\" name=\"Creating Alphabetical Indexes\">Creating Alphabetical Indexes</link></variable>"
msgstr "<variable id=\"indices_index\"><link href=\"text/swriter/guide/indices_index.xhp\" name=\"索引の作成\">索引の作成</link></variable>"
#: indices_index.xhp
+#, fuzzy
msgctxt ""
"indices_index.xhp\n"
"par_id3154233\n"
-"25\n"
"help.text"
msgid "Click in your document where you want to insert the index."
msgstr "ドキュメント上で索引を作成する位置にカーソルを移動します。"
@@ -8064,61 +8099,60 @@ msgstr "ドキュメント上で索引を作成する位置にカーソルを移
msgctxt ""
"indices_index.xhp\n"
"par_id3154252\n"
-"26\n"
"help.text"
-msgid "Choose <emph>Insert - Indexes and Tables - Indexes and Tables</emph>."
-msgstr "メニュー <emph>挿入 → 目次と索引 → 目次と索引</emph> を選択します。"
+msgid "Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>."
+msgstr ""
#: indices_index.xhp
+#, fuzzy
msgctxt ""
"indices_index.xhp\n"
"par_id3155884\n"
-"31\n"
"help.text"
-msgid "On the <emph>Index/Table</emph> tab, select \"Alphabetical Index\" in the <emph>Type</emph> box."
+msgid "On the <emph>Index or Table of Contents</emph> tab, select \"Alphabetical Index\" in the <emph>Type</emph> box."
msgstr "<emph>目次と索引</emph> タブのボックス <emph>種類</emph> で、「索引」を選択します。"
#: indices_index.xhp
+#, fuzzy
msgctxt ""
"indices_index.xhp\n"
"par_id3147114\n"
-"36\n"
"help.text"
-msgid "If you want to use a concordance file, select <item type=\"menuitem\">Concordance file</item> in the <item type=\"menuitem\">Options</item> area, click the <item type=\"menuitem\">File</item> button, and then locate an existing file or create a new concordance file."
+msgid "If you want to use a concordance file, select <item type=\"menuitem\">Concordance file</item> in the <item type=\"menuitem\">Options</item> area, click the <item type=\"menuitem\">File</item> button, and then locate an existing file or create a new concordance file."
msgstr "コンコーダンスファイルを使用したい場合は、<item type=\"menuitem\">オプション</item>エリアで<item type=\"menuitem\">コンコーダンスファイル</item>を選択し、<item type=\"menuitem\">ファイル</item>ボタンをクリック、既存ファイルを指定するか新しいコンコーダンスファイルを作成します。"
#: indices_index.xhp
+#, fuzzy
msgctxt ""
"indices_index.xhp\n"
"par_id3150223\n"
-"28\n"
"help.text"
msgid "Set the formatting options for the index, either on the current tab, or on any of the other tabs of this dialog. For example, if you want to use single letter headings in your index, click the <emph>Entries</emph> tab, and then select <emph>Alphabetical delimiter</emph>. To change the formatting of levels in the index, click the <emph>Styles</emph> tab."
msgstr "必要に応じてダイアログのタブを切り換えて、索引の書式設定オプションを指定します。たとえば、索引中に 1 文字の見出しを付けるには、<emph>項目</emph> タブをクリックして <emph>アルファベット分類文字</emph> をオンにします。索引のレベルクリックして <emph>アルファベット分類文字</emph> をオンにします。索引のレベルのフォーマットを変更するには、<emph>スタイル</emph> タブをクリックします。"
#: indices_index.xhp
+#, fuzzy
msgctxt ""
"indices_index.xhp\n"
"par_id3150946\n"
-"27\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
#: indices_index.xhp
+#, fuzzy
msgctxt ""
"indices_index.xhp\n"
"par_id3150502\n"
-"37\n"
"help.text"
-msgid "To update the index, right-click in the index, and then choose <emph>Update Index/Table</emph>."
+msgid "To update the index, right-click in the index, and then choose <emph>Update Index or Table of Contents</emph>."
msgstr "索引を更新するには、索引を右クリックして、<emph>目次と索引の更新</emph> を選択します。"
#: indices_index.xhp
+#, fuzzy
msgctxt ""
"indices_index.xhp\n"
"par_id3152760\n"
-"38\n"
"help.text"
msgid "<link href=\"text/swriter/01/04120250.xhp\" name=\"Creating a concordance file\">Creating a concordance file</link>"
msgstr "<link href=\"text/swriter/01/04120250.xhp\" name=\"コンコーダンスファイルの作成\">コンコーダンスファイルの作成</link>"
@@ -8132,225 +8166,226 @@ msgid "Creating a Bibliography"
msgstr "参考文献表を作成する"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"bm_id3149687\n"
"help.text"
-msgid "<bookmark_value>indexes;creating bibliographies</bookmark_value> <bookmark_value>databases;creating bibliographies</bookmark_value> <bookmark_value>bibliographies</bookmark_value> <bookmark_value>entries;bibliographies</bookmark_value> <bookmark_value>storing bibliographic information</bookmark_value>"
+msgid "<bookmark_value>indexes;creating bibliographies</bookmark_value> <bookmark_value>databases;creating bibliographies</bookmark_value> <bookmark_value>bibliographies</bookmark_value> <bookmark_value>entries;bibliographies</bookmark_value> <bookmark_value>storing bibliographic information</bookmark_value>"
msgstr "<bookmark_value>索引; 参考文献リストを作成する</bookmark_value><bookmark_value>データベース; 参考文献リストを作成する</bookmark_value><bookmark_value>参考文献リスト</bookmark_value><bookmark_value>項目; 参考文献リスト</bookmark_value><bookmark_value>参考文献情報の保存</bookmark_value>"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"hd_id3149687\n"
-"46\n"
"help.text"
msgid "<variable id=\"indices_literature\"><link href=\"text/swriter/guide/indices_literature.xhp\" name=\"Creating a Bibliography\">Creating a Bibliography</link></variable>"
msgstr "<variable id=\"indices_literature\"><link href=\"text/swriter/guide/indices_literature.xhp\" name=\"参考文献の作成\">参考文献の作成</link></variable>"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3155864\n"
-"60\n"
"help.text"
msgid "A bibliography is a list of works that you reference in a document."
msgstr "参考文献表とは、ドキュメント中に挿入した参照のリストのことです。"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"hd_id3153402\n"
-"61\n"
"help.text"
msgid "Storing Bibliographic Information"
msgstr "参考文献情報の格納先"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3153414\n"
-"62\n"
"help.text"
msgid "$[officename] stores bibliographic information in a bibliography database, or in an individual document."
msgstr "$[officename] における参考文献情報の格納先は、蔵書管理データベースに登録するか、個々のドキュメントに記録します。"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"hd_id3154244\n"
-"63\n"
"help.text"
msgid "To Store Information in the Bibliography Database"
msgstr "情報を蔵書管理データベースに格納する"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3155872\n"
-"50\n"
"help.text"
msgid "Choose <link href=\"text/shared/01/02250000.xhp\" name=\"Tools - Bibliography Database\"><emph>Tools - Bibliography Database</emph></link>"
msgstr "<link href=\"text/shared/01/02250000.xhp\" name=\"ツール → 蔵書管理データベース\"><emph>ツール → 蔵書管理データベース</emph></link> を選択します。"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3155900\n"
-"64\n"
"help.text"
msgid "Choose <emph>Insert - Record</emph>."
msgstr "メニュー <emph>挿入 → レコード</emph> を選択します。"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3147123\n"
-"65\n"
"help.text"
-msgid "Type a name for the bibliography entry in the <item type=\"menuitem\">Short name</item> box, and then add additional information to the record in the remaining boxes."
+msgid "Type a name for the bibliography entry in the <item type=\"menuitem\">Short name</item> box, and then add additional information to the record in the remaining boxes."
msgstr "参考文献項目の識別用の名前を <item type=\"menuitem\">著者 ID</item> に入力し、その他の必要な情報を該当ボックスに追加します。"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3150219\n"
-"66\n"
"help.text"
-msgid "Close the <item type=\"menuitem\">Bibliography Database</item> window."
+msgid "Close the <item type=\"menuitem\">Bibliography Database</item> window."
msgstr "<item type=\"menuitem\">蔵書管理データベース</item>ウィンドウを閉じます。"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"hd_id3150242\n"
-"67\n"
"help.text"
msgid "To Store Bibliographic Information in an Individual Document"
msgstr "参考文献情報を個々のドキュメントに格納する"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3150945\n"
-"68\n"
"help.text"
msgid "Click in your document where you want to add the bibliography entry."
msgstr "ドキュメント上で参考文献項目を追加する位置にカーソルを移動します。"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3150964\n"
-"51\n"
"help.text"
-msgid "Choose <link href=\"text/swriter/01/04120300.xhp\" name=\"Insert - Indexes and Tables - Bibliography Entry\"><emph>Insert - Indexes and Tables - Bibliography Entry</emph></link>."
+msgid "Choose <link href=\"text/swriter/01/04120300.xhp\" name=\"Insert - Table of Contents and Index - Bibliography Entry\"><emph>Insert - Table of Contents and Index - Bibliography Entry</emph></link>."
msgstr "メニュー <link href=\"text/swriter/01/04120300.xhp\" name=\"挿入 → 目次と索引 → 参考文献項目\"><emph>挿入 → 目次と索引 → 参考文献項目</emph></link> を選択します。"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3150525\n"
-"69\n"
"help.text"
msgid "Select <emph>From document content</emph> and click <emph>New</emph>."
msgstr "<emph>ドキュメントから</emph> を選択して、<emph>新規作成</emph> をクリックします。"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3153738\n"
-"70\n"
"help.text"
-msgid "Type a name for the bibliography entry in the <item type=\"menuitem\">Short name</item> box."
+msgid "Type a name for the bibliography entry in the <item type=\"menuitem\">Short name</item> box."
msgstr "参考文献表の項目の名前を<item type=\"menuitem\">略称</item>ボックスに入力します。"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3153763\n"
-"71\n"
"help.text"
-msgid "Select the publication source for the record in the <item type=\"menuitem\">Type</item> box, and then add additional information in the remaining boxes."
+msgid "Select the publication source for the record in the <item type=\"menuitem\">Type</item> box, and then add additional information in the remaining boxes."
msgstr "参考文献の出典の種類をボックス <item type=\"menuitem\">タイプ</item> で選択し、その他の必要な情報を該当ボックスに追加します。"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3146873\n"
-"72\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3146897\n"
-"73\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Insert Bibliography Entry</item> dialog, click <item type=\"menuitem\">Insert</item>, and then <item type=\"menuitem\">Close</item>."
+msgid "In the <item type=\"menuitem\">Insert Bibliography Entry</item> dialog, click <item type=\"menuitem\">Insert</item>, and then <item type=\"menuitem\">Close</item>."
msgstr "<item type=\"menuitem\">参考文献項目の挿入</item>ダイアログで、<item type=\"menuitem\">挿入</item>をクリックし、<item type=\"menuitem\">閉じる</item>をクリックします。"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"hd_id3150741\n"
-"74\n"
"help.text"
msgid "Inserting Bibliography Entries From the Bibliography Database"
msgstr "蔵書管理データベースからの参考文献項目の挿入"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3148402\n"
-"75\n"
"help.text"
msgid "Click in your document where you want to add the bibliography entry."
msgstr "ドキュメント上で参考文献項目を追加する位置にカーソルを移動します。"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3148421\n"
-"52\n"
"help.text"
-msgid "Choose <emph>Insert - Indexes and Tables - Bibliography Entry</emph>."
+msgid "Choose <emph>Insert - Table of Contents and Index - Bibliography Entry</emph>."
msgstr "メニュー <emph>挿入 → 目次と索引 → 参考文献項目</emph> を選択します。"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3153231\n"
-"53\n"
"help.text"
msgid "Select <emph>From bibliography database</emph>."
msgstr "<emph>蔵書管理データベースから</emph> を選択します。"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3147059\n"
-"54\n"
"help.text"
-msgid "Select the name of the bibliography entry that you want to insert in the <item type=\"menuitem\">Short name</item> box."
+msgid "Select the name of the bibliography entry that you want to insert in the <item type=\"menuitem\">Short name</item> box."
msgstr "<item type=\"menuitem\">略称</item>ボックスで挿入したい参考文献項目の名前を選択します。"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3147085\n"
-"76\n"
"help.text"
msgid "Click <emph>Insert</emph> and then click <emph>Close</emph>."
msgstr "<emph>挿入</emph> をクリックして、<emph>閉じる</emph> をクリックします。"
#: indices_literature.xhp
+#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3156060\n"
-"77\n"
"help.text"
msgid "<link href=\"text/swriter/01/04120300.xhp\" name=\"Bibliography Database\">Bibliography Database</link>"
msgstr "<link href=\"text/swriter/01/04120300.xhp\" name=\"蔵書管理データベース\">蔵書管理データベース</link>"
@@ -8407,21 +8442,22 @@ msgid "Create an <link href=\"text/swriter/01/04120210.xhp\" name=\"index in eac
msgstr "まず<link href=\"text/swriter/01/04120210.xhp\" name=\"個々のドキュメント内で索引\">個々のドキュメント内で索引</link>を作成してから、これらをコピーして 1 つのドキュメントにまとめ、必要な修正を施します。"
#: indices_multidoc.xhp
+#, fuzzy
msgctxt ""
"indices_multidoc.xhp\n"
"par_id3147118\n"
"45\n"
"help.text"
-msgid "Select each index, choose <link href=\"text/swriter/01/04020000.xhp\" name=\"Insert - Section\"><item type=\"menuitem\">Insert - Section</item></link>, and then enter a name for the index. In a separate document, choose <item type=\"menuitem\">Insert - Section</item>, select <item type=\"menuitem\">Link</item>, click the browse button (<item type=\"menuitem\">...</item>), and then locate and insert a named index section."
+msgid "Select each index, choose <link href=\"text/swriter/01/04020000.xhp\" name=\"Insert - Section\"><item type=\"menuitem\">Insert - Section</item></link>, and then enter a name for the index. In a separate document, choose <item type=\"menuitem\">Insert - Section</item>, select <item type=\"menuitem\">Link</item>, click the <item type=\"menuitem\">Browse</item> button, and then locate and insert a named index section."
msgstr "各索引を選択し、<link href=\"text/swriter/01/04020000.xhp\" name=\"挿入 → セクション\"><item type=\"menuitem\">挿入 → セクション</item></link>を選択、索引の名前を入力します。別のドキュメントで、<item type=\"menuitem\">挿入 → セクション</item>を選択、<item type=\"menuitem\">リンク</item>をチェックし、ブラウズボタン (<item type=\"menuitem\">...</item>) をクリックして、名前のついた索引セクションを指定、挿入します。"
#: indices_multidoc.xhp
+#, fuzzy
msgctxt ""
"indices_multidoc.xhp\n"
"par_id3150230\n"
-"46\n"
"help.text"
-msgid "Create a <link href=\"text/shared/01/01010001.xhp\" name=\"master document\">master document</link>, add as subdocuments the files that you want to include in the index, and then choose <emph>Insert - Index and Tables - Indexes and Tables</emph>."
+msgid "Create a <link href=\"text/shared/01/01010001.xhp\" name=\"master document\">master document</link>, add as subdocuments the files that you want to include in the index, and then choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>."
msgstr "<link href=\"text/shared/01/01010001.xhp\" name=\"マスタードキュメント\">マスタードキュメント</link> を作成し、索引に含めるファイルをサブドキュメントとして追加してから、<emph>「挿入」 → 「目次と索引」 → 「目次と索引」</emph> を選択します。"
#: indices_toc.xhp
@@ -8433,27 +8469,28 @@ msgid "Creating a Table of Contents"
msgstr "目次を作成する"
#: indices_toc.xhp
+#, fuzzy
msgctxt ""
"indices_toc.xhp\n"
"bm_id3147104\n"
"help.text"
-msgid "<bookmark_value>tables of contents; creating and updating</bookmark_value> <bookmark_value>updating; tables of contents</bookmark_value>"
+msgid "<bookmark_value>tables of contents; creating and updating</bookmark_value> <bookmark_value>updating; tables of contents</bookmark_value>"
msgstr "<bookmark_value>目次; 作成と更新</bookmark_value><bookmark_value>更新; 目次</bookmark_value>"
#: indices_toc.xhp
+#, fuzzy
msgctxt ""
"indices_toc.xhp\n"
"hd_id3147104\n"
-"16\n"
"help.text"
msgid "<variable id=\"indices_toc\"><link href=\"text/swriter/guide/indices_toc.xhp\" name=\"Creating a Table of Contents\">Creating a Table of Contents</link></variable>"
msgstr "<variable id=\"indices_toc\"><link href=\"text/swriter/guide/indices_toc.xhp\" name=\"目次を作成する\">目次を作成する</link></variable>"
#: indices_toc.xhp
+#, fuzzy
msgctxt ""
"indices_toc.xhp\n"
"par_id3150942\n"
-"45\n"
"help.text"
msgid "The best way to generate a table of contents is to apply the predefined heading paragraph styles, such as \"Heading 1\", to the paragraphs that you want to include in your table of contents. After you apply these styles, you can then create a table of contents."
msgstr "目次の項目を指定する最も簡単な方法は、目次に表示させたい段落に対して、「見出し 1」などの事前定義された見出し段落スタイルを適用することです。こうしたスタイルの必要箇所への適用が終了すると、目次を作成できます。"
@@ -8467,10 +8504,10 @@ msgid "To Insert a Table of Contents"
msgstr "目次を挿入する"
#: indices_toc.xhp
+#, fuzzy
msgctxt ""
"indices_toc.xhp\n"
"par_id3150510\n"
-"17\n"
"help.text"
msgid "Click in your document where you want to create the table of contents."
msgstr "ドキュメント上で目次を作成する位置にカーソルを移動します。"
@@ -8479,79 +8516,78 @@ msgstr "ドキュメント上で目次を作成する位置にカーソルを移
msgctxt ""
"indices_toc.xhp\n"
"par_id3150528\n"
-"18\n"
"help.text"
-msgid "Choose <emph>Insert - Indexes and Tables - Indexes and Tables</emph>, and then click the <link href=\"text/swriter/01/04120211.xhp\" name=\"Index/Table\"><emph>Index/Table</emph></link> tab."
-msgstr "メニュー <emph>挿入 → 目次と索引 → 目次と索引</emph> を選択して、<link href=\"text/swriter/01/04120211.xhp\" name=\"目次と索引\"><emph>目次と索引</emph></link> タブをクリックします。"
+msgid "Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>, and then click the <link href=\"text/swriter/01/04120211.xhp\" name=\"Index or Table of Contents\"><emph>Index or Table of Contents</emph></link> tab."
+msgstr ""
#: indices_toc.xhp
+#, fuzzy
msgctxt ""
"indices_toc.xhp\n"
"par_id3153746\n"
-"46\n"
"help.text"
msgid "Select \"Table of Contents\" in the <emph>Type</emph> box."
msgstr "ボックス <emph>種類</emph> で「目次」を選択します。"
#: indices_toc.xhp
+#, fuzzy
msgctxt ""
"indices_toc.xhp\n"
"par_id3146856\n"
-"47\n"
"help.text"
msgid "Select any options that you want."
msgstr "必要なオプションを設定します。"
#: indices_toc.xhp
+#, fuzzy
msgctxt ""
"indices_toc.xhp\n"
"par_id3146872\n"
-"19\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
#: indices_toc.xhp
+#, fuzzy
msgctxt ""
"indices_toc.xhp\n"
"par_id3146896\n"
-"20\n"
"help.text"
-msgid "If you want to use a different paragraph style as a table of contents entry, select the <item type=\"menuitem\">Additional Styles</item> check box in the <item type=\"menuitem\">Create from</item> area, and then click the (<item type=\"menuitem\">...</item>) button next to the check box. In the <item type=\"menuitem\">Assign Styles</item> dialog, click the style in the list, and then click the <item type=\"menuitem\">>></item> or the <item type=\"menuitem\"><<</item> button to define the outline level for the paragraph style."
+msgid "If you want to use a different paragraph style as a table of contents entry, select the <item type=\"menuitem\">Additional Styles</item> check box in the <item type=\"menuitem\">Create from</item> area, and then click the <item type=\"menuitem\">Assign styles</item> button next to the check box. In the <item type=\"menuitem\">Assign Styles</item> dialog, click the style in the list, and then click the <item type=\"menuitem\">>></item> or the <item type=\"menuitem\"><<</item> button to define the outline level for the paragraph style."
msgstr "もし、目次の項目として異なる段落スタイルを使いたいなら、<item type=\"menuitem\">内容</item>領域の<item type=\"menuitem\">その他のスタイル</item>チェックボックスを選択し、そのチェックボックスにある (<item type=\"menuitem\">...</item>) ボタンをクリックします。<item type=\"menuitem\">スタイルの適用</item>ダイアログで、リストの任意のスタイルをクリックし、<item type=\"menuitem\">>></item> か <item type=\"menuitem\"><<</item> ボタンをクリックして、その段落スタイルのアウトラインレベルを定義します。"
#: indices_toc.xhp
+#, fuzzy
msgctxt ""
"indices_toc.xhp\n"
"hd_id3153148\n"
-"21\n"
"help.text"
msgid "To Update a Table of Contents"
msgstr "目次を更新する"
#: indices_toc.xhp
+#, fuzzy
msgctxt ""
"indices_toc.xhp\n"
"par_id3153161\n"
-"22\n"
"help.text"
msgid "Do one of the following:"
msgstr "下記のいずれかの操作を行います。"
#: indices_toc.xhp
+#, fuzzy
msgctxt ""
"indices_toc.xhp\n"
"par_id3153183\n"
-"48\n"
"help.text"
-msgid "Right-click in the table of contents and choose <emph>Update Index/Table</emph>."
+msgid "Right-click in the table of contents and choose <emph>Update Index or Table of Contents</emph>."
msgstr "目次を右クリックして、<emph>目次と索引の更新</emph> を選択します。"
#: indices_toc.xhp
+#, fuzzy
msgctxt ""
"indices_toc.xhp\n"
"par_id3147066\n"
-"44\n"
"help.text"
msgid "Choose <emph>Tools - Update - All Indexes and Tables</emph>."
msgstr "メニュー <emph>ツール → 更新 → すべての目次と索引</emph> を選択します。"
@@ -8565,108 +8601,109 @@ msgid "User-Defined Indexes"
msgstr "ユーザー定義の索引"
#: indices_userdef.xhp
+#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"bm_id3154896\n"
"help.text"
-msgid "<bookmark_value>indexes; creating user-defined indexes</bookmark_value> <bookmark_value>user-defined indexes</bookmark_value>"
+msgid "<bookmark_value>indexes; creating user-defined indexes</bookmark_value> <bookmark_value>user-defined indexes</bookmark_value>"
msgstr "<bookmark_value>索引; ユーザー定義の索引を作成する</bookmark_value><bookmark_value>ユーザー定義の索引</bookmark_value>"
#: indices_userdef.xhp
+#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"hd_id3154896\n"
-"30\n"
"help.text"
msgid "<variable id=\"indices_userdef\"><link href=\"text/swriter/guide/indices_userdef.xhp\" name=\"User-Defined Indexes\">User-Defined Indexes</link></variable>"
msgstr "<variable id=\"indices_userdef\"><link href=\"text/swriter/guide/indices_userdef.xhp\" name=\"ユーザー定義の索引\">ユーザー定義の索引</link></variable>"
#: indices_userdef.xhp
+#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"par_id3155184\n"
-"31\n"
"help.text"
msgid "You can create as many user-defined indexes as you want."
msgstr "ユーザー定義の索引は、必要な数だけ作成できます。"
#: indices_userdef.xhp
+#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"hd_id3155915\n"
-"47\n"
"help.text"
msgid "To Create a User-Defined Index"
msgstr "ユーザー定義の索引を作成する"
#: indices_userdef.xhp
+#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"par_id3155867\n"
-"48\n"
"help.text"
msgid "Select a word or words that you want to add to a user-defined index."
msgstr "ユーザー定義の索引に登録する用語を選択します。"
#: indices_userdef.xhp
+#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"par_id3153410\n"
-"49\n"
"help.text"
-msgid "Choose <emph>Insert - Indexes and Tables - Entry</emph>."
-msgstr "メニュー <emph>挿入 → 目次と索引 → 目次と索引の項目登録</emph> を選択します。"
+msgid "Choose <emph>Insert - Table of Contents and Index - Index Entry</emph>."
+msgstr "メニュー <emph>挿入 → 目次と索引 → 参考文献項目</emph> を選択します。"
#: indices_userdef.xhp
+#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"par_id3154248\n"
-"50\n"
"help.text"
-msgid "Click the <item type=\"menuitem\">New User-defined Index</item> button next to the <item type=\"menuitem\">Index</item> box."
+msgid "Click the <item type=\"menuitem\">New User-defined Index</item> button next to the <item type=\"menuitem\">Index</item> box."
msgstr "<item type=\"menuitem\">索引</item>ボックスの横にある<item type=\"menuitem\">新しいユーザー定義の索引</item>ボタンをクリックします。"
#: indices_userdef.xhp
+#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"par_id3155886\n"
-"51\n"
"help.text"
-msgid "Type a name for the index in the <item type=\"menuitem\">Name</item> box and click <item type=\"menuitem\">OK</item>."
+msgid "Type a name for the index in the <item type=\"menuitem\">Name</item> box and click <item type=\"menuitem\">OK</item>."
msgstr "<item type=\"menuitem\">名前</item>ボックスに索引の名前を入力して、<item type=\"menuitem\">OK</item> をクリックします。"
#: indices_userdef.xhp
+#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"par_id3147114\n"
-"52\n"
"help.text"
-msgid "Click <item type=\"menuitem\">Insert</item> to add the selected word(s) to the new index."
+msgid "Click <item type=\"menuitem\">Insert</item> to add the selected word(s) to the new index."
msgstr "<item type=\"menuitem\">挿入</item>をクリックして、選択した単語を新しい索引に追加します。"
#: indices_userdef.xhp
+#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"par_id3147139\n"
-"53\n"
"help.text"
-msgid "Click <item type=\"menuitem\">Close</item>."
-msgstr "<item type=\"menuitem\">閉じる</item>をクリックします。"
+msgid "Click <item type=\"menuitem\">Close</item>."
+msgstr "<item type=\"menuitem\">挿入</item>をクリックします。"
#: indices_userdef.xhp
+#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"hd_id3150231\n"
-"54\n"
"help.text"
msgid "To Insert a User-Defined Index"
msgstr "ユーザー定義の索引を挿入する"
#: indices_userdef.xhp
+#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"par_id3150933\n"
-"32\n"
"help.text"
msgid "Click in the document where you want to insert the index."
msgstr "ドキュメント上で索引を作成する位置にカーソルを移動します。"
@@ -8675,45 +8712,44 @@ msgstr "ドキュメント上で索引を作成する位置にカーソルを移
msgctxt ""
"indices_userdef.xhp\n"
"par_id3150952\n"
-"33\n"
"help.text"
-msgid "Choose <emph>Insert - Indexes and Tables - Indexes and Tables</emph>."
-msgstr "メニュー <emph>挿入 → 目次と索引 → 目次と索引</emph> を選択します。"
+msgid "Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>."
+msgstr ""
#: indices_userdef.xhp
+#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"par_id3150509\n"
-"55\n"
"help.text"
-msgid "On the <item type=\"menuitem\">Index/Table</item> tab, select the name of the user-defined index that you created in the <item type=\"menuitem\">Type</item> box."
+msgid "On the <item type=\"menuitem\">Index or Table of Contents</item> tab, select the name of the user-defined index that you created in the <item type=\"menuitem\">Type</item> box."
msgstr "<item type=\"menuitem\">目次と索引</item>タブの種類ボックスで、作成したユーザー定義索引の名前を選択します。"
#: indices_userdef.xhp
+#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"par_id3146881\n"
-"56\n"
"help.text"
msgid "Select any options that you want."
msgstr "必要なオプションを設定します。"
#: indices_userdef.xhp
+#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"par_id3146897\n"
-"34\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
#: indices_userdef.xhp
+#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"par_id3150720\n"
-"20\n"
"help.text"
-msgid "If you want to use a different paragraph style as a table of contents entry, select <item type=\"menuitem\">Styles</item>, and then click the (<item type=\"menuitem\">...</item>) button next to the box. Click the style in the list, and then click the <item type=\"menuitem\">>></item> or the <item type=\"menuitem\"><<</item> button to define the outline level for the paragraph style."
+msgid "If you want to use a different paragraph style as a table of contents entry, select <item type=\"menuitem\">Additional styles</item>, and then click the (<item type=\"menuitem\">Assign styles</item>) button next to the box. Click the style in the list, and then click the <item type=\"menuitem\">>></item> or the <item type=\"menuitem\"><<</item> button to define the outline level for the paragraph style."
msgstr "If you want to use a different paragraph style as a table of contents entry, select <item type=\"menuitem\">Styles</item>, and then click the (<item type=\"menuitem\">...</item>) button next to the box. Click the style in the list, and then click the <item type=\"menuitem\">>></item> or the <item type=\"menuitem\"><<</item> button to define the outline level for the paragraph style."
#: insert_beforetable.xhp
@@ -8742,12 +8778,13 @@ msgid "<variable id=\"insert_beforetable\"><link href=\"text/swriter/guide/inser
msgstr "<variable id=\"insert_beforetable\"><link href=\"text/swriter/guide/insert_beforetable.xhp\" name=\"ページ先頭部にある表の前へのテキストの挿入\">ページ先頭部にある表の前へのテキストの挿入</link></variable>"
#: insert_beforetable.xhp
+#, fuzzy
msgctxt ""
"insert_beforetable.xhp\n"
"par_id3155923\n"
"55\n"
"help.text"
-msgid "If you want to insert text before a table that is at the top of a page, click in the first cell of the table, in front of any contents of that cell, and then press <item type=\"keycode\">Enter</item> or <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter</item>."
+msgid "If you want to insert text before a table that is at the top of a page, click in the first cell of the table, in front of any contents of that cell, and then press <item type=\"keycode\">Enter</item> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Option</item></caseinline><defaultinline><item type=\"keycode\">Alt</item></defaultinline></switchinline><item type=\"keycode\">+Enter</item>."
msgstr "ページの先頭にある表の前にテキストを挿入したい場合には、表の一番初めのセルをクリック (セルの中に、何かのテキストがある場合は、そのテキストより前の部分をクリック) し、次に、 <item type=\"keycode\">Enter</item> または <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter</item> を押します。"
#: insert_beforetable.xhp
@@ -8755,8 +8792,8 @@ msgctxt ""
"insert_beforetable.xhp\n"
"par_idN10612\n"
"help.text"
-msgid "To insert text after a table at the end of the document, go to the last cell of the table and press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter</item>."
-msgstr "ドキュメントの最後にある表の後にテキストを挿入する場合には、表の最後のセルに行き、 <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter</item> を押します。"
+msgid "To insert text after a table at the end of the document, go to the last cell of the table and press <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Option</item></caseinline><defaultinline><item type=\"keycode\">Alt</item></defaultinline></switchinline><item type=\"keycode\">+Enter</item>."
+msgstr ""
#: insert_graphic.xhp
msgctxt ""
@@ -9168,92 +9205,93 @@ msgid "Combining Numbered Lists"
msgstr "番号付けリストの結合"
#: join_numbered_lists.xhp
+#, fuzzy
msgctxt ""
"join_numbered_lists.xhp\n"
"bm_id3150495\n"
"help.text"
-msgid "<bookmark_value>numbering; combining</bookmark_value> <bookmark_value>merging;numbered lists</bookmark_value> <bookmark_value>joining;numbered lists</bookmark_value> <bookmark_value>lists;combining numbered lists</bookmark_value> <bookmark_value>paragraphs;numbering non-consecutive</bookmark_value>"
+msgid "<bookmark_value>numbering; combining</bookmark_value> <bookmark_value>merging;numbered lists</bookmark_value> <bookmark_value>joining;numbered lists</bookmark_value> <bookmark_value>lists;combining numbered lists</bookmark_value> <bookmark_value>paragraphs;numbering non-consecutive</bookmark_value>"
msgstr "<bookmark_value>番号付け; 結合する</bookmark_value><bookmark_value>マージ; 番号付きリスト</bookmark_value><bookmark_value>結合; 番号付きリスト</bookmark_value><bookmark_value>リスト; 番号付きリストの結合</bookmark_value><bookmark_value>段落; 連続しない番号付け</bookmark_value>"
#: join_numbered_lists.xhp
+#, fuzzy
msgctxt ""
"join_numbered_lists.xhp\n"
"hd_id3150495\n"
-"32\n"
"help.text"
msgid "<variable id=\"join_numbered_lists\"><link href=\"text/swriter/guide/join_numbered_lists.xhp\" name=\"Combining Numbered Lists\">Combining Numbered Lists</link></variable>"
msgstr "<variable id=\"join_numbered_lists\"><link href=\"text/swriter/guide/join_numbered_lists.xhp\" name=\"番号付けリストの結合\">番号付けリストの結合</link></variable>"
#: join_numbered_lists.xhp
+#, fuzzy
msgctxt ""
"join_numbered_lists.xhp\n"
"par_id3149692\n"
-"33\n"
"help.text"
msgid "You can combine numbered lists into a single consecutively numbered list."
msgstr "複数の番号付けリストを結合して、1 つの番号付けリストに統合することができます。"
#: join_numbered_lists.xhp
+#, fuzzy
msgctxt ""
"join_numbered_lists.xhp\n"
"hd_id3149452\n"
-"34\n"
"help.text"
msgid "To Combine Consecutive Numbered Lists"
msgstr "隣接した番号付きリストを結合する"
#: join_numbered_lists.xhp
+#, fuzzy
msgctxt ""
"join_numbered_lists.xhp\n"
"par_id3154479\n"
-"35\n"
"help.text"
msgid "Select all of the paragraphs in the lists."
msgstr "リスト中のすべての段落を選択します。"
#: join_numbered_lists.xhp
+#, fuzzy
msgctxt ""
"join_numbered_lists.xhp\n"
"par_id3155911\n"
-"36\n"
"help.text"
-msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Numbering On/Off</item> icon twice."
+msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Numbering On/Off</item> icon twice."
msgstr "<item type=\"menuitem\">書式設定</item>バーの<item type=\"menuitem\">番号付けオン/オフ</item>アイコンを 2 回クリックします。"
#: join_numbered_lists.xhp
+#, fuzzy
msgctxt ""
"join_numbered_lists.xhp\n"
"hd_id3155870\n"
-"37\n"
"help.text"
msgid "To Create a Numbered List From Non-consecutive Paragraphs:"
msgstr "隣接していない段落から番号付きリストを作成する:"
#: join_numbered_lists.xhp
+#, fuzzy
msgctxt ""
"join_numbered_lists.xhp\n"
"par_id3153417\n"
-"38\n"
"help.text"
msgid "Hold down Ctrl and drag a selection in the first numbered paragraph. You only have to select one character."
msgstr "番号付けする最初の段落を、Ctrl キーを押し下げたまま選択します。選択するのは 1 文字だけでも十分です。"
#: join_numbered_lists.xhp
+#, fuzzy
msgctxt ""
"join_numbered_lists.xhp\n"
"par_id3149644\n"
-"39\n"
"help.text"
msgid "Continue to hold down Ctrl, and drag a selection in each numbered paragraph of the lists you want to combine."
msgstr "Ctrl キーを押し下げたまま、番号付けする他の段落を選択します。"
#: join_numbered_lists.xhp
+#, fuzzy
msgctxt ""
"join_numbered_lists.xhp\n"
"par_id3145102\n"
-"40\n"
"help.text"
-msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Numbering On/Off</item> icon twice."
+msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Numbering On/Off</item> icon twice."
msgstr "<item type=\"menuitem\">書式設定</item>バーの<item type=\"menuitem\">番号付けオン/オフ</item>アイコンを 2 回クリックします。"
#: jump2statusbar.xhp
@@ -9492,12 +9530,12 @@ msgid "You can import styles from another document or template into the current
msgstr "ドキュメントで使用するスタイルについては、他のドキュメントやテンプレートからインポートすることもできます。"
#: load_styles.xhp
+#, fuzzy
msgctxt ""
"load_styles.xhp\n"
"par_id3155910\n"
-"12\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting</emph> to open the <emph>Styles and Formatting</emph> window."
+msgid "Choose <emph>View - Styles and Formatting</emph> to open the <emph>Styles and Formatting</emph> sidebar deck."
msgstr "<emph>書式 → スタイルと書式設定</emph> を選択し、<emph>スタイルと書式設定</emph> ウィンドウを開きます。"
#: load_styles.xhp
@@ -9929,91 +9967,91 @@ msgid "<bookmark_value>numbering;quotations/similar items</bookmark_value>"
msgstr "<bookmark_value>番号付け;引用符/類似項目</bookmark_value>"
#: number_sequence.xhp
+#, fuzzy
msgctxt ""
"number_sequence.xhp\n"
"hd_id3149695\n"
-"36\n"
"help.text"
msgid "<variable id=\"number_sequence\"><link href=\"text/swriter/guide/number_sequence.xhp\" name=\"Defining Number Ranges\">Defining Number Ranges</link></variable>"
msgstr "<variable id=\"number_sequence\"><link href=\"text/swriter/guide/number_sequence.xhp\" name=\"連番の定義\">連番の定義</link></variable>"
#: number_sequence.xhp
+#, fuzzy
msgctxt ""
"number_sequence.xhp\n"
"par_id3155918\n"
-"37\n"
"help.text"
msgid "You can automatically number similar items, such as quotations, in your document."
msgstr "ドキュメント内で同じような部分 (引用など) にも、自動的に番号を付けることができます。"
#: number_sequence.xhp
+#, fuzzy
msgctxt ""
"number_sequence.xhp\n"
"par_id3149829\n"
-"38\n"
"help.text"
msgid "Type the text that you want to assign numbering to, for example, \"Quotation Number \"."
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."
+msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab."
msgstr "<item type=\"menuitem\">挿入 - フィールド - 他のフィールド</item>を選択し、<item type=\"menuitem\">変数</item>タブをクリックします。"
#: number_sequence.xhp
+#, fuzzy
msgctxt ""
"number_sequence.xhp\n"
"par_id3156240\n"
-"40\n"
"help.text"
-msgid "Click \"Number range\" in the <item type=\"menuitem\">Type</item> list."
+msgid "Click \"Number range\" in the <item type=\"menuitem\">Type</item> list."
msgstr "<item type=\"menuitem\">タイプフィールド</item>リストの「連番」をクリックします。"
#: number_sequence.xhp
+#, fuzzy
msgctxt ""
"number_sequence.xhp\n"
"par_id3153363\n"
-"61\n"
"help.text"
-msgid "Type \"Quotation\" in the <item type=\"menuitem\">Name</item> box."
+msgid "Type \"Quotation\" in the <item type=\"menuitem\">Name</item> box."
msgstr "<item type=\"menuitem\">名前</item>ボックスに「引用」と入力します。"
#: number_sequence.xhp
+#, fuzzy
msgctxt ""
"number_sequence.xhp\n"
"par_id3153387\n"
-"62\n"
"help.text"
msgid "Do one of the following:"
msgstr "下記のいずれかの操作を行います。"
#: number_sequence.xhp
+#, fuzzy
msgctxt ""
"number_sequence.xhp\n"
"par_id3154250\n"
-"42\n"
"help.text"
msgid "Type a number in the <emph>Value</emph> box, or leave the box empty to use automatic numbering."
msgstr "<emph>値</emph>欄に数字を入力するか、 空白のままにすれば自動で番号付けをします。"
#: number_sequence.xhp
+#, fuzzy
msgctxt ""
"number_sequence.xhp\n"
"par_id3154851\n"
-"58\n"
"help.text"
msgid "Select the outline level where you want the numbering to restart in the <emph>Level </emph>box."
msgstr "アニメーションの繰り返し再生数 (ループ数) を、ボックス <emph>ループ数</emph> (右側のボックス) で選択します。"
#: number_sequence.xhp
+#, fuzzy
msgctxt ""
"number_sequence.xhp\n"
"par_id3155886\n"
-"41\n"
"help.text"
msgid "Click <emph>Insert</emph>, and then click <emph>Close</emph>."
msgstr "<emph>挿入</emph> をクリックして、<emph>閉じる</emph> をクリックします。"
@@ -10027,27 +10065,28 @@ msgid "Adding Line Numbers"
msgstr "行番号を表示する"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"bm_id3150101\n"
"help.text"
-msgid "<bookmark_value>line numbers</bookmark_value> <bookmark_value>text; line numbers</bookmark_value> <bookmark_value>paragraphs;line numbers</bookmark_value> <bookmark_value>lines of text; numbering</bookmark_value> <bookmark_value>numbering; lines</bookmark_value> <bookmark_value>numbers; line numbering</bookmark_value> <bookmark_value>marginal numbers on text pages</bookmark_value>"
+msgid "<bookmark_value>line numbers</bookmark_value> <bookmark_value>text; line numbers</bookmark_value> <bookmark_value>paragraphs;line numbers</bookmark_value> <bookmark_value>lines of text; numbering</bookmark_value> <bookmark_value>numbering; lines</bookmark_value> <bookmark_value>numbers; line numbering</bookmark_value> <bookmark_value>marginal numbers on text pages</bookmark_value>"
msgstr "<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>"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"hd_id3150101\n"
-"3\n"
"help.text"
msgid "<variable id=\"numbering_lines\"><link href=\"text/swriter/guide/numbering_lines.xhp\" name=\"Adding Line Numbers\">Adding Line Numbers</link></variable>"
msgstr "<variable id=\"numbering_lines\"><link href=\"text/swriter/guide/numbering_lines.xhp\" name=\"行番号の表示\">行番号の表示</link></variable>"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3149842\n"
-"1\n"
"help.text"
msgid "$[officename] can insert line numbers in an entire document or to selected paragraphs in your document. Line numbers are included when you print your document. You can specify the line numbering interval, the starting line number, and whether to count blank lines or lines in frames. You can also add a separator between line numbers."
msgstr "$[officename] は、ドキュメント全体またはドキュメント内の選択した段落に行番号を挿入できます。 行番号は、ドキュメントの印刷時に含まれます。 行番号付け間隔、最初の行番号、および空白行または枠内の行をカウントするかどうかを指定できます。 行番号間に区切り記号を追加することもできます。"
@@ -10061,244 +10100,244 @@ msgid "Line numbers are not available in HTML format."
msgstr "行番号は、HTML 形式では使用できません。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"hd_id3153410\n"
-"6\n"
"help.text"
msgid "To Add Line Numbers to an Entire Document"
msgstr "行番号をドキュメント全体に付ける"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3149640\n"
-"7\n"
"help.text"
msgid "Choose <emph>Tools - Line Numbering</emph>."
msgstr "メニュー <emph>ツール → 行番号付け</emph> を選択します。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3149612\n"
-"8\n"
"help.text"
msgid "Select <emph>Show numbering</emph>, and then select the options that you want."
msgstr "<emph>番号付けをオンにする</emph> をオンにして、必要なオプションを設定します。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3145101\n"
-"20\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"hd_id3156241\n"
-"10\n"
"help.text"
msgid "To Add Line Numbers to Specific Paragraphs"
msgstr "行番号を特定の段落に付ける"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3156264\n"
-"21\n"
"help.text"
msgid "Choose <emph>Tools - Line Numbering</emph>."
msgstr "メニュー <emph>ツール → 行番号付け</emph> を選択します。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3153385\n"
-"11\n"
"help.text"
msgid "Select <emph>Show numbering</emph>."
msgstr "<emph>番号付けをオンにする</emph> をオンにします。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3154248\n"
-"12\n"
"help.text"
msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline> to open the <emph>Styles and Formatting</emph> window, and then click the <emph>Paragraph Styles</emph> icon."
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline> キーを押して、<emph>スタイルと書式設定</emph> ウィンドウを開き、<emph>段落スタイル</emph> アイコンをクリックします。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3154853\n"
-"13\n"
"help.text"
msgid "Right-click the \"Default\" paragraph style and choose <emph>Modify</emph>."
msgstr "「標準」段落スタイルを右クリックして、<emph>変更</emph> を選択します。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3150222\n"
-"17\n"
"help.text"
msgid "All paragraph styles are based on the \"Default\" style."
msgstr "この「標準」段落スタイルは、すべての段落スタイルがベースとしているものです。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3150931\n"
-"15\n"
"help.text"
msgid "Click the <emph>Numbering</emph> tab."
msgstr "<emph>アウトラインと番号付け</emph> タブをクリックします。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3150956\n"
-"16\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Line Numbering</item> area, clear the <item type=\"menuitem\">Include this paragraph in line numbering</item> check box."
+msgid "In the <item type=\"menuitem\">Line Numbering</item> area, clear the <item type=\"menuitem\">Include this paragraph in line numbering</item> check box."
msgstr "<item type=\"menuitem\">行番号付け</item>領域で、<item type=\"menuitem\">この段落の行数を含める</item>チェックボックスを外します。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3150520\n"
-"22\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3151077\n"
-"18\n"
"help.text"
msgid "Select the paragraph(s) where you want to add the line numbers."
msgstr "行番号を表示する段落を選択します。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3151096\n"
-"19\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <item type=\"menuitem\">Numbering</item> tab."
+msgid "Choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <item type=\"menuitem\">Numbering</item> tab."
msgstr "<item type=\"menuitem\">書式 → 段落</item>を選択し、<item type=\"menuitem\">番号付け</item>タブをクリックします。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3153733\n"
-"23\n"
"help.text"
msgid "Select <emph>Include this paragraph in line numbering</emph>."
msgstr "チェックボックス <emph>この段落の行数を含める</emph> をオンにします。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3153758\n"
-"24\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3146864\n"
-"2\n"
"help.text"
msgid "You can also create a paragraph style that includes line numbering, and apply it to the paragraphs that you want to add line numbers to."
msgstr "また、行番号の表示設定を有効にした段落スタイルを新規作成し、行番号を表示させる段落に対して、この段落スタイルを適用するという方法も利用できます。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"hd_id3146880\n"
-"25\n"
"help.text"
msgid "To Specify the Starting Line Number"
msgstr "行番号の開始番号を指定する"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3150703\n"
-"26\n"
"help.text"
msgid "Click in a paragraph."
msgstr "段落中にカーソルを移動します。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3150721\n"
-"27\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <item type=\"menuitem\">Numbering</item> tab."
+msgid "Choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <item type=\"menuitem\">Numbering</item> tab."
msgstr "<item type=\"menuitem\">書式 → 段落</item>を選択し、<item type=\"menuitem\">番号付け</item>タブをクリックします。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3148389\n"
-"28\n"
"help.text"
-msgid "Select the <item type=\"menuitem\">Include this paragraph in line numbering</item> check box."
+msgid "Select the <item type=\"menuitem\">Include this paragraph in line numbering</item> check box."
msgstr "<item type=\"menuitem\">この段落の行数を含める</item>チェックボックスを選択します。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3148414\n"
-"29\n"
"help.text"
-msgid "Select <item type=\"menuitem\">Restart at the paragraph</item> check box."
+msgid "Select <item type=\"menuitem\">Restart at the paragraph</item> check box."
msgstr "<item type=\"menuitem\">この段落で新しく開始</item>チェックボックスを選択します。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3153779\n"
-"30\n"
"help.text"
-msgid "Enter a line number in the <item type=\"menuitem\">Start with</item> box."
+msgid "Enter a line number in the <item type=\"menuitem\">Start with</item> box."
msgstr "<item type=\"menuitem\">開始番号</item>ボックスに行番号を入力します。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3153804\n"
-"31\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3153934\n"
-"5\n"
"help.text"
msgid "<link href=\"text/swriter/01/06180000.xhp\" name=\"Tools - Line Numbering\">Tools - Line Numbering</link>"
msgstr "<link href=\"text/swriter/01/06180000.xhp\" name=\"ツール → 行番号付け\">ツール → 行番号付け</link>"
#: numbering_lines.xhp
+#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3153960\n"
-"32\n"
"help.text"
msgid "<link href=\"text/swriter/01/05030800.xhp\" name=\"Format - Paragraph - Numbering\">Format - Paragraph - Numbering</link>"
msgstr "メニュー <link href=\"text/swriter/01/05030800.xhp\" name=\"書式 → 段落 → 番号付け\">書式 → 段落 → 番号付け</link>"
@@ -10584,11 +10623,12 @@ msgid "Changing Page Backgrounds"
msgstr "ページの背景を変更する"
#: pagebackground.xhp
+#, fuzzy
msgctxt ""
"pagebackground.xhp\n"
"bm_id8431653\n"
"help.text"
-msgid "<bookmark_value>page styles;backgrounds</bookmark_value> <bookmark_value>backgrounds; different pages</bookmark_value> <bookmark_value>changing;page backgrounds</bookmark_value> <bookmark_value>pages;backgrounds</bookmark_value>"
+msgid "<bookmark_value>page styles;backgrounds</bookmark_value> <bookmark_value>backgrounds; different pages</bookmark_value> <bookmark_value>changing;page backgrounds</bookmark_value> <bookmark_value>pages;backgrounds</bookmark_value>"
msgstr "<bookmark_value>ページスタイル; 背景</bookmark_value><bookmark_value>背景; ページごとに異なる</bookmark_value><bookmark_value>変更; ページ背景</bookmark_value><bookmark_value>ページ; 背景</bookmark_value>"
#: pagebackground.xhp
@@ -10616,11 +10656,12 @@ msgid "To Change the Page Background"
msgstr "ページの背景を変更する"
#: pagebackground.xhp
+#, fuzzy
msgctxt ""
"pagebackground.xhp\n"
"par_idN10827\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgid "Choose <emph>View - Styles and Formatting</emph>."
msgstr "<emph>書式 → スタイルと書式設定</emph>を選択します。"
#: pagebackground.xhp
@@ -10712,11 +10753,12 @@ msgid "Before you begin, ensure that you have created a page style that uses a p
msgstr "この操作をするに当たっては、適用するページ背景を設定したページスタイルを事前に作成しておく必要があります。詳細については、<link href=\"text/swriter/guide/pagebackground.xhp#define\">ページの背景を変更する</link>を参照してください。"
#: pagebackground.xhp
+#, fuzzy
msgctxt ""
"pagebackground.xhp\n"
"par_idN10892\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgid "Choose <emph>View - Styles and Formatting</emph>."
msgstr "<emph>書式 → スタイルと書式設定</emph>を選択します。"
#: pagebackground.xhp
@@ -10776,11 +10818,12 @@ msgid "Select <emph>Page break</emph>."
msgstr "<emph>改ページ</emph> を選択します。"
#: pagebackground.xhp
+#, fuzzy
msgctxt ""
"pagebackground.xhp\n"
"par_idN108D1\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Style</item> box, select a page style that uses the page background."
+msgid "In the <item type=\"menuitem\">Style</item> box, select a page style that uses the page background."
msgstr "<item type=\"menuitem\">スタイル</item>ボックスで、そのページ背景を使うページスタイルを選択します。"
#: pagebackground.xhp
@@ -11064,11 +11107,12 @@ msgid "Click into the first page of your document."
msgstr "ドキュメントの最初のページをクリックします。"
#: pagenumbers.xhp
+#, fuzzy
msgctxt ""
"pagenumbers.xhp\n"
"par_id4313791\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgid "Choose <emph>View - Styles and Formatting</emph>."
msgstr "<emph>書式 → スタイルと書式設定</emph>を選択します。"
#: pagenumbers.xhp
@@ -11272,11 +11316,12 @@ msgid "To change the page orientation for all pages that share the same page sty
msgstr "同じページスタイルを共有しているすべてのページの方向を変更するには、ページスタイルを最初に用意してから、このスタイルを適用します。"
#: pageorientation.xhp
+#, fuzzy
msgctxt ""
"pageorientation.xhp\n"
"par_idN10727\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgid "Choose <emph>View - Styles and Formatting</emph>."
msgstr "<emph>書式 → スタイルと書式設定</emph>を選択します。"
#: pageorientation.xhp
@@ -11448,11 +11493,12 @@ msgid "To apply the \"page break with style\" property to the current paragraph
msgstr "「スタイル付き改ページ」を現在の段落スタイルに適切に適用するには、現在の段落を右クリックします。コンテキストメニューから <item type=\"menuitem\">段落スタイルの編集</item> を選択します。<emph>体裁</emph> タブをクリックします。区切りエリアで、<emph>許可する</emph> と <emph>ページスタイルを使用</emph> を有効にしリアで、<emph>挿入</emph> と <emph>ページスタイル付き</emph> を有効にします。リストボックスからページスタイル名を選択します。"
#: pageorientation.xhp
+#, fuzzy
msgctxt ""
"pageorientation.xhp\n"
"par_id4744407\n"
"help.text"
-msgid "To apply the \"page break with style\" property to an arbitrary paragraph style, choose <item type=\"menuitem\">Format - Styles and Formatting</item>. Click the <emph>Paragraph Styles</emph> icon. Right-click the name of the paragraph style you want to modify and choose <emph>Modify</emph>. Click the <emph>Text Flow</emph> tab. In the Breaks area, activate <emph>Enable</emph> and <emph>With Page Style</emph>. Select a page style name from the listbox."
+msgid "To apply the \"page break with style\" property to an arbitrary paragraph style, choose <item type=\"menuitem\">View - Styles and Formatting</item>. Click the <emph>Paragraph Styles</emph> icon. Right-click the name of the paragraph style you want to modify and choose <emph>Modify</emph>. Click the <emph>Text Flow</emph> tab. In the Breaks area, activate <emph>Enable</emph> and <emph>With Page Style</emph>. Select a page style name from the listbox."
msgstr "「スタイル付き改ページ」を任意の段落スタイルに適切に適用するには、<item type=\"menuitem\">書式 → スタイルと書式設定</item> を選択します。<emph>段落スタイル</emph> アイコンをクリックします。変更する段落スタイルの名前を右クリックして、<emph>変更</emph> を選択します。<emph>体裁</emph> タブをクリックします。区切りエリアで、<emph>挿入</emph> と <emph>ページスタイル付き</emph> を有効にします。リストボックスからページスタイル名を選択します。"
#: pagestyles.xhp
@@ -11464,36 +11510,37 @@ msgid "Creating and Applying Page Styles"
msgstr "ページスタイルを適用または新規作成する"
#: pagestyles.xhp
+#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"bm_id7071138\n"
"help.text"
-msgid "<bookmark_value>page styles;creating and applying</bookmark_value> <bookmark_value>defining;page styles</bookmark_value> <bookmark_value>styles;for pages</bookmark_value>"
+msgid "<bookmark_value>page styles;creating and applying</bookmark_value> <bookmark_value>defining;page styles</bookmark_value> <bookmark_value>styles;for pages</bookmark_value>"
msgstr "<bookmark_value>ページスタイル; 作成と適用</bookmark_value><bookmark_value>定義する; ページスタイル</bookmark_value><bookmark_value>スタイル; ページ</bookmark_value>"
#: pagestyles.xhp
+#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"hd_id3155182\n"
-"1\n"
"help.text"
-msgid "<variable id=\"pagestyles\"><link href=\"text/swriter/guide/pagestyles.xhp\" name=\"Creating and Applying Page Styles\">Creating and Applying Page Styles</link> </variable>"
+msgid "<variable id=\"pagestyles\"><link href=\"text/swriter/guide/pagestyles.xhp\" name=\"Creating and Applying Page Styles\">Creating and Applying Page Styles</link></variable>"
msgstr "<variable id=\"pagestyles\"><link href=\"text/swriter/guide/pagestyles.xhp\" name=\"ページスタイルを適用または新規作成する\">ページスタイルを適用または新規作成する</link> </variable>"
#: pagestyles.xhp
+#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"par_id3149846\n"
-"10\n"
"help.text"
msgid "$[officename] uses page styles to specify the layout of a page, including the page orientation, background, margins, headers, footers, and text columns. To change the layout of an individual page in a document, you must create and apply a custom page style to the page."
msgstr "$[officename] では、用紙方向、背景、余白、ヘッダー、フッター、テキストの段落設定などのページレイアウトを、ページスタイルとして適用します。1 つのドキュメント内の各ページごとにレイアウトを変更するには、ページスタイルをユーザー定義して、ページに割り当てる必要があります。"
#: pagestyles.xhp
+#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"hd_id3156109\n"
-"11\n"
"help.text"
msgid "To Define a New Page Style"
msgstr "新規にページスタイルを定義する"
@@ -11502,43 +11549,42 @@ msgstr "新規にページスタイルを定義する"
msgctxt ""
"pagestyles.xhp\n"
"par_id3153411\n"
-"3\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Format - Styles and Formatting</item>."
+msgid "Choose <item type=\"menuitem\">View - Styles and Formatting</item>."
msgstr ""
#: pagestyles.xhp
+#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"par_id3153133\n"
-"12\n"
"help.text"
msgid "Click the <emph>Page Styles</emph> icon."
msgstr "<emph>ページスタイル</emph> アイコンをクリックします。"
#: pagestyles.xhp
+#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"par_id3149641\n"
-"13\n"
"help.text"
msgid "In the list of page styles, right-click an item, and then choose <emph>New</emph>."
msgstr "ページスタイルのリストで、項目を右クリックして、<emph>新規作成</emph> をクリックします。"
#: pagestyles.xhp
+#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"par_id3149614\n"
-"14\n"
"help.text"
msgid "On the <emph>Organizer</emph> tab, type a name in the <emph>Name</emph> box."
msgstr "<emph>管理</emph> タブをクリックして、ボックス <emph>名前</emph> に名前を入力します。"
#: pagestyles.xhp
+#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"par_id3145110\n"
-"15\n"
"help.text"
msgid "Do one of the following:"
msgstr "下記のいずれかの操作を行います。"
@@ -11547,7 +11593,6 @@ msgstr "下記のいずれかの操作を行います。"
msgctxt ""
"pagestyles.xhp\n"
"par_id3156252\n"
-"16\n"
"help.text"
msgid "To apply the custom page style to a single page, select the default page style that is used in your document in the <emph>Next Style</emph> box."
msgstr ""
@@ -11556,106 +11601,105 @@ msgstr ""
msgctxt ""
"pagestyles.xhp\n"
"par_id3153376\n"
-"17\n"
"help.text"
msgid "To apply the custom page style to more than one page, select its name in the <emph>Next Style</emph> box. To stop using the style, insert a manual page break and assign it a different page style."
msgstr ""
#: pagestyles.xhp
+#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"par_id3154252\n"
-"20\n"
"help.text"
msgid "Use the tabs in the dialog to set the layout options for the page style, and then click <emph>OK</emph>."
msgstr "タブを切り換えて必要なレイアウトのオプションを指定してから、<emph>OK</emph> をクリックします。"
#: pagestyles.xhp
+#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"hd_id3154851\n"
-"21\n"
"help.text"
msgid "To Apply a Page Style"
msgstr "ページスタイルを適用する"
#: pagestyles.xhp
+#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"par_id3154873\n"
-"22\n"
"help.text"
msgid "Click in the page that you want to apply the page style to."
msgstr "ページスタイルを適用するページに、カーソルを移動します。"
#: pagestyles.xhp
+#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"par_id3155888\n"
-"23\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Format - Styles and Formatting</item>, and then click the <item type=\"menuitem\">Page Style</item> icon."
+msgid "Choose <item type=\"menuitem\">View - Styles and Formatting</item>, and then click the <item type=\"menuitem\">Page Style</item> icon."
msgstr "<item type=\"menuitem\">書式 → スタイルと書式設定</item>を選択し、<item type=\"menuitem\">ページスタイル</item>アイコンをクリックします。"
#: pagestyles.xhp
+#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"par_id3148685\n"
-"24\n"
"help.text"
msgid "Double-click a name in the list."
msgstr "リストに表示される名前の 1 つをダブルクリックします。"
#: pagestyles.xhp
+#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"hd_id3148701\n"
-"18\n"
"help.text"
msgid "To Apply a Page Style to a New Page"
msgstr "新規ページにページスタイルを適用する"
#: pagestyles.xhp
+#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"par_id3147122\n"
-"4\n"
"help.text"
msgid "Click in the document where you want a new page to start."
msgstr "ドキュメント上の新規ページを挿入する位置に、カーソルを移動します。"
#: pagestyles.xhp
+#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"par_id3150210\n"
-"5\n"
"help.text"
msgid "Choose <emph>Insert - Manual Break</emph>."
msgstr "<emph>挿入 → 任意区切り</emph> を選択します。"
#: pagestyles.xhp
+#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"par_id3150235\n"
-"6\n"
"help.text"
msgid "Select <emph>Page break</emph>."
msgstr "<emph>改ページ</emph> を選択します。"
#: pagestyles.xhp
+#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"par_id3150939\n"
-"19\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Style</item> box, select the page style that you want to apply to the page that follows the manual break."
+msgid "In the <item type=\"menuitem\">Style</item> box, select the page style that you want to apply to the page that follows the manual break."
msgstr "<item type=\"menuitem\">スタイル</item>ボックスでその手動の区切りに続くページに適用したいページスタイルを選択します。"
#: pagestyles.xhp
+#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"par_id3150965\n"
-"25\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
@@ -11951,99 +11995,100 @@ msgid "Selecting printer paper trays"
msgstr "用紙トレイを指定する"
#: printer_tray.xhp
+#, fuzzy
msgctxt ""
"printer_tray.xhp\n"
"bm_id6609088\n"
"help.text"
-msgid "<bookmark_value>selecting;paper trays</bookmark_value> <bookmark_value>paper tray selection</bookmark_value>"
+msgid "<bookmark_value>selecting;paper trays</bookmark_value> <bookmark_value>paper tray selection</bookmark_value>"
msgstr "<bookmark_value>選択; 用紙トレイ</bookmark_value><bookmark_value>用紙トレイの選択</bookmark_value>"
#: printer_tray.xhp
+#, fuzzy
msgctxt ""
"printer_tray.xhp\n"
"hd_id3155909\n"
-"1\n"
"help.text"
msgid "<variable id=\"printer_tray\"><link href=\"text/swriter/guide/printer_tray.xhp\" name=\"Selecting printer paper trays\">Selecting Printer Paper Trays</link></variable>"
msgstr "<variable id=\"printer_tray\"><link href=\"text/swriter/guide/printer_tray.xhp\" name=\"用紙トレイを選択する\">用紙トレイを選択する</link></variable>"
#: printer_tray.xhp
+#, fuzzy
msgctxt ""
"printer_tray.xhp\n"
"par_id3155858\n"
-"2\n"
"help.text"
msgid "Use page styles to specify different paper sources for different pages in your document."
msgstr "ドキュメント中のページごとに異なる給紙元を指定する場合は、ページスタイルを使用します。"
#: printer_tray.xhp
+#, fuzzy
msgctxt ""
"printer_tray.xhp\n"
"par_id3149841\n"
-"7\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgid "Choose <emph>View - Styles and Formatting</emph>."
msgstr "<emph>書式 → スタイルと書式設定</emph>を選択します。"
#: printer_tray.xhp
+#, fuzzy
msgctxt ""
"printer_tray.xhp\n"
"par_id3156108\n"
-"8\n"
"help.text"
-msgid "Click the <item type=\"menuitem\">Page Styles</item> icon."
+msgid "Click the <item type=\"menuitem\">Page Styles</item> icon."
msgstr "<item type=\"menuitem\">ページスタイル</item>アイコンをクリックします。"
#: printer_tray.xhp
+#, fuzzy
msgctxt ""
"printer_tray.xhp\n"
"par_id3155066\n"
-"9\n"
"help.text"
msgid "Right-click the page style in the list that you want to specify the paper source for, and then choose <emph>Modify</emph>."
msgstr "給紙元を指定するページスタイルをリスト中で右クリックして、<emph>変更</emph> を選択します。"
#: printer_tray.xhp
+#, fuzzy
msgctxt ""
"printer_tray.xhp\n"
"par_id3153416\n"
-"10\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Paper tray</item> box, select the paper tray that you want to use."
+msgid "In the <item type=\"menuitem\">Paper tray</item> box, select the paper tray that you want to use."
msgstr "<item type=\"menuitem\">用紙トレイ</item>ボックスで使用したい用紙トレイを選択します。"
#: printer_tray.xhp
+#, fuzzy
msgctxt ""
"printer_tray.xhp\n"
"par_id3153140\n"
-"11\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
#: printer_tray.xhp
+#, fuzzy
msgctxt ""
"printer_tray.xhp\n"
"par_id3149649\n"
-"12\n"
"help.text"
msgid "Repeat steps 1-5 for each page style that you want to specify the paper for."
msgstr "給紙元を指定する個々のページスタイルごとに、手順 1 から 5 を繰り返します。"
#: printer_tray.xhp
+#, fuzzy
msgctxt ""
"printer_tray.xhp\n"
"par_id3149616\n"
-"5\n"
"help.text"
msgid "Apply the page style to the pages that you want."
msgstr "必要なページに、ページスタイルを適用します。"
#: printer_tray.xhp
+#, fuzzy
msgctxt ""
"printer_tray.xhp\n"
"par_id3154260\n"
-"13\n"
"help.text"
msgid "<link href=\"text/swriter/guide/pagestyles.xhp\" name=\"Creating and applying page styles\">Creating and applying page styles</link>"
msgstr "<link href=\"text/swriter/guide/pagestyles.xhp\" name=\"ページスタイルの作成と適用\">ページスタイルの作成と適用</link>"
@@ -12267,12 +12312,13 @@ msgid "Turning off protection"
msgstr "保護を解除する"
#: protection.xhp
+#, fuzzy
msgctxt ""
"protection.xhp\n"
"par_id3155178\n"
"40\n"
"help.text"
-msgid "Place the cursor in the cell or select the cells. First, if necessary, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting Aids</emph> and mark <emph>Cursor in protected areas - Enable</emph>. Then right-click the cell to open the context menu, choose <emph>Cell - Unprotect</emph>."
+msgid "Place the cursor in the cell or select the cells. First, if necessary, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph> and mark <emph>Cursor in protected areas - Enable</emph>. Then right-click the cell to open the context menu, choose <emph>Cell - Unprotect</emph>."
msgstr "カーソルをセルに置くか、セルを選択します。<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 書式サポート</emph> を選択し、<emph>保護範囲へのカーソル進入</emph> の「許可する」チェックボックスをオンにします。次に、セルを右クリックしてコンテキストメニューを開き、<emph>セル → 保護を解除</emph> を選択します。"
#: protection.xhp
@@ -12338,12 +12384,12 @@ msgid "Place the cursor in the index/table of contents."
msgstr "カーソルを目的の目次または索引の中に置きます。"
#: protection.xhp
+#, fuzzy
msgctxt ""
"protection.xhp\n"
"par_id3159088\n"
-"47\n"
"help.text"
-msgid "From the context menu choose <emph>Edit Index/Table</emph>. On the Index/Table tab page, mark <emph>Protected against manual changes</emph>."
+msgid "From the context menu choose <emph>Edit Index or Table of Contents</emph>. On the Index or Table of Contents tab page, mark <emph>Protected against manual changes</emph>."
msgstr "コンテキストメニューから <emph>目次と索引の編集</emph> を呼び出します。 <emph>目次と索引</emph> タブページで <emph>任意変更から保護</emph> をオンにします。"
#: protection.xhp
@@ -12356,22 +12402,23 @@ msgid "Turning off protection"
msgstr "保護を解除する"
#: protection.xhp
+#, fuzzy
msgctxt ""
"protection.xhp\n"
"par_id3148463\n"
"49\n"
"help.text"
-msgid "Place the cursor in the index. First of all, if necessary, under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting Aids </emph>, mark <emph>Cursor in protected areas - Enable</emph>."
+msgid "Place the cursor in the index. First of all, if necessary, under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids </emph>, mark <emph>Cursor in protected areas - Enable</emph>."
msgstr "カーソルを索引の中に置きます。<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer →書式サポート</emph> を選択し、<emph>保護範囲へのカーソル進入</emph> の「許可する」 チェックボックスをオンにします。"
#: protection.xhp
+#, fuzzy
msgctxt ""
"protection.xhp\n"
"par_id3152968\n"
-"50\n"
"help.text"
-msgid "From the context menu choose <emph>Edit Index/Table</emph>. On the Index/Table tab page, unmark <emph>Protected against manual changes</emph>."
-msgstr "コンテキストメニューから <emph>目次と索引の編集</emph> を呼び出します。<emph>目次と索引</emph> タブで <emph>任意変更から保護</emph> をオフにします。"
+msgid "From the context menu choose <emph>Edit Index or Table of Contents</emph>. On the Index or Table of Contents tab page, unmark <emph>Protected against manual changes</emph>."
+msgstr "コンテキストメニューから <emph>目次と索引の編集</emph> を呼び出します。 <emph>目次と索引</emph> タブページで <emph>任意変更から保護</emph> をオンにします。"
#: protection.xhp
msgctxt ""
@@ -12399,126 +12446,127 @@ msgid "Inserting Cross-References"
msgstr "相互参照を挿入する"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"bm_id3145087\n"
"help.text"
-msgid "<bookmark_value>references; inserting cross-references</bookmark_value> <bookmark_value>cross-references; inserting and updating</bookmark_value> <bookmark_value>tables; cross-referencing</bookmark_value> <bookmark_value>pictures; cross-referencing</bookmark_value> <bookmark_value>objects; cross-referencing</bookmark_value> <bookmark_value>OLE objects;cross-referencing</bookmark_value> <bookmark_value>draw objects;cross-referencing</bookmark_value> <bookmark_value>updating;cross-references</bookmark_value> <bookmark_value>inserting;cross-references</bookmark_value>"
+msgid "<bookmark_value>references; inserting cross-references</bookmark_value> <bookmark_value>cross-references; inserting and updating</bookmark_value> <bookmark_value>tables; cross-referencing</bookmark_value> <bookmark_value>pictures; cross-referencing</bookmark_value> <bookmark_value>objects; cross-referencing</bookmark_value> <bookmark_value>OLE objects;cross-referencing</bookmark_value> <bookmark_value>draw objects;cross-referencing</bookmark_value> <bookmark_value>updating;cross-references</bookmark_value> <bookmark_value>inserting;cross-references</bookmark_value>"
msgstr "<bookmark_value>参照; 相互参照を挿入する</bookmark_value><bookmark_value>相互参照; 挿入と更新</bookmark_value><bookmark_value>表; 相互参照を設定する</bookmark_value><bookmark_value>図; 相互参照を設定する</bookmark_value><bookmark_value>オブジェクト; 相互参照を設定する</bookmark_value><bookmark_value>OLE オブジェクト; 相互参照を設定する</bookmark_value><bookmark_value>描画オブジェクト; 相互参照を設定する</bookmark_value><bookmark_value>更新; 相互参照</bookmark_value><bookmark_value>挿入; 相互参照</bookmark_value>"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"hd_id3145087\n"
-"28\n"
"help.text"
msgid "<variable id=\"references\"><link href=\"text/swriter/guide/references.xhp\" name=\"Inserting Cross-References\">Inserting Cross-References</link></variable>"
msgstr "<variable id=\"references\"><link href=\"text/swriter/guide/references.xhp\" name=\"相互参照の挿入\">相互参照の挿入</link></variable>"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3159263\n"
-"8\n"
"help.text"
msgid "Cross-references allow you to jump to specific text passages and objects in a single document. A cross-reference consists of a target and a reference that are inserted as <link href=\"text/swriter/guide/fields.xhp\" name=\"fields\">fields</link> in the document."
msgstr "相互参照は、ドキュメント内に設定した特定の段落やオブジェクトにジャンプするための機能です。相互参照の設定は、ターゲットとなる参照先を指定した上で、呼び出し元となる参照を<link href=\"text/swriter/guide/fields.xhp\" name=\"フィールド\">フィールド</link>の形でドキュメント上に挿入します。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3155860\n"
-"21\n"
"help.text"
msgid "Objects with captions and bookmarks can be used as targets."
msgstr "ターゲットとしては、テキストマークやキャプションの付いたオブジェクトを使用できます。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"hd_id3149833\n"
-"38\n"
"help.text"
msgid "Cross-Referencing Text"
msgstr "テキストへの相互参照の作成"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3149846\n"
-"39\n"
"help.text"
msgid "Before you can insert a cross-reference, you must first specify the targets in your text."
msgstr "相互参照を挿入するには、あらかじめテキスト中にターゲットを指定しておく必要があります。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"hd_id3156105\n"
-"52\n"
"help.text"
msgid "To Insert a Target"
msgstr "ターゲットを挿入する"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3153408\n"
-"40\n"
"help.text"
msgid "Select the text that you want to use as a target for the cross-reference."
msgstr "相互参照のターゲットとするテキストを選択します。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3153125\n"
-"41\n"
"help.text"
msgid "Choose <emph>Insert - Cross-reference</emph>."
msgstr "メニュー <emph>挿入 → 相互参照</emph> を選択します。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3149634\n"
-"42\n"
"help.text"
msgid "In the <item type=\"menuitem\">Type</item> list, select “Set Reference”."
msgstr "<item type=\"menuitem\">フィールドタイプ</item>リストで「参照の設定」を選択します。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3149614\n"
-"43\n"
"help.text"
msgid "Type a name for the target in the <emph>Name</emph> box. The selected text is displayed in the <emph>Value</emph> box."
msgstr "ボックス <emph>名前</emph> に、ターゲットの名前を入力します。先に選択しておいたテキストが、ボックス <emph>値</emph> に表示されます。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3145110\n"
-"44\n"
"help.text"
-msgid "Click <item type=\"menuitem\">Insert</item>. The name of the target is added to the <item type=\"menuitem\">Selection</item> list."
+msgid "Click <item type=\"menuitem\">Insert</item>. The name of the target is added to the <item type=\"menuitem\">Selection</item> list."
msgstr "<item type=\"menuitem\">挿入</item>をクリックします。ターゲットの名前が<item type=\"menuitem\">選択</item>リストに追加されます。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3156257\n"
-"45\n"
"help.text"
msgid "Leave the dialog open and proceed to the next section."
msgstr "このダイアログは開いたままにして、次のセクションの手順を行います。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"hd_id3153370\n"
-"53\n"
"help.text"
msgid "To Create a Cross-Reference to a Target"
msgstr "ターゲットへの相互参照を作成する"
@@ -12540,145 +12588,145 @@ msgid "Choose <emph>Insert - Cross-reference</emph> to open the dialog, if it is
msgstr "ダイアログが開いていない場合は、<emph>挿入 → 相互参照</emph> を選択してダイアログを開きます。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3153392\n"
-"46\n"
"help.text"
msgid "In the <emph>Type</emph> list, select \"Insert Reference\"."
msgstr "リスト <emph>フィールドタイプ</emph> で、「参照の挿入」を選択します。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3154256\n"
-"47\n"
"help.text"
msgid "In the <emph>Selection</emph> list, select the target that you want to cross-reference."
msgstr "リスト <emph>選択</emph> で、相互参照させるターゲットを選択します。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3154856\n"
-"48\n"
"help.text"
msgid "In the <emph>Insert reference to</emph> list, select the format for the cross-reference. The <link href=\"text/swriter/01/04090002.xhp\" name=\"format\">format</link> specifies the type of information that is displayed as the cross-reference. For example, \"Reference\" inserts the target text, and \"Page\" inserts the page number where the target is located. For footnotes the footnote number is inserted."
msgstr "<emph>参照の挿入</emph> リストで、相互参照の書式を選択します。<link href=\"text/swriter/01/04090002.xhp\" name=\"書式\">書式</link> は、相互参照として表示される情報のタイプを指定します。たとえば、「参照テキスト」はターゲットテキストを挿入し、「ページ」はこのテキストがある場所のページ番号を挿入します。脚注の場合は、脚注番号が挿入されます。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3155895\n"
-"49\n"
"help.text"
msgid "Click <emph>Insert</emph>."
msgstr "<emph>挿入</emph> をクリックします。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3148685\n"
-"54\n"
"help.text"
msgid "Click <emph>Close</emph> when finished."
msgstr "必要な設定が終了すれば <emph>閉じる</emph> をクリックします。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"hd_id3149980\n"
-"29\n"
"help.text"
msgid "Cross-Referencing an Object"
msgstr "オブジェクトへの参照の作成"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3149992\n"
-"30\n"
"help.text"
msgid "You can cross-reference most objects in your document, such as graphics, drawing objects, OLE objects, and tables, so long as they have a caption. To add a caption to an object, select the object, and then choose <link href=\"text/swriter/guide/captions.xhp\" name=\"Insert - Caption\"><emph>Insert - Caption</emph></link>."
msgstr "ドキュメント内に配置された画像、図形描画オブジェクト、OLE オブジェクト、表などに対しても相互参照を作成できますが、その場合はキャプションが設定されている必要があります。オブジェクトにキャプションを付けるには、オブジェクトを選択してから、メニュー <link href=\"text/swriter/guide/captions.xhp\" name=\"挿入 → キャプション\"><emph>挿入 → キャプション</emph></link> を選択します。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3147123\n"
-"14\n"
"help.text"
msgid "Click in the document where you want to insert the cross-reference."
msgstr "ドキュメント上の相互参照を挿入する位置にカーソルを移動します。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3150212\n"
-"11\n"
"help.text"
msgid "Choose <emph>Insert - Cross-reference</emph>."
msgstr "メニュー <emph>挿入 → 相互参照</emph> を選択します。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3150236\n"
-"32\n"
"help.text"
msgid "In the <emph>Type</emph> list, select the caption category of the object."
msgstr "リスト <emph>フィールドタイプ</emph> で、該当するオブジェクトのキャプションのカテゴリーを選択します。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3150942\n"
-"33\n"
"help.text"
msgid "In the <emph>Selection</emph> list, select the caption number of the object that you want to cross-reference."
msgstr "リスト <emph>選択</emph> で、相互参照するキャプションを選択します。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3150968\n"
-"34\n"
"help.text"
msgid "In the <emph>Insert reference to</emph> list, select the format of the cross-reference. The <link href=\"text/swriter/01/04090002.xhp\" name=\"format\">format</link> specifies the type of information that is displayed as the cross-reference. For example, \"Reference\" inserts the caption category and caption text of the object."
msgstr "<emph>参照の挿入</emph> リストで、相互参照の書式を選択します。<link href=\"text/swriter/01/04090002.xhp\" name=\"書式\">書式</link> は、相互参照として表示される情報のタイプを指定します。たとえば、「参照テキスト」は、オブジェクトのキャプションのカテゴリおよびテキストを挿入します。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3150535\n"
-"35\n"
"help.text"
msgid "Click <emph>Insert</emph>."
msgstr "<emph>挿入</emph> をクリックします。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3151092\n"
-"55\n"
"help.text"
msgid "Click <emph>Close</emph> when finished."
msgstr "必要な設定が終了すれば <emph>閉じる</emph> をクリックします。"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"hd_id3151115\n"
-"56\n"
"help.text"
msgid "Updating Cross-References"
msgstr "相互参照の情報の更新"
#: references.xhp
+#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3153594\n"
-"51\n"
"help.text"
msgid "To manually update the cross-references in a document, choose <emph>Tools - Update - Fields</emph> from the menu or press F9."
msgstr "文書内の相互参照情報を手動で更新するには、メニューから <emph>ツール - 更新 - フィールド</emph> を選ぶか F9 を押してください。"
@@ -12700,65 +12748,66 @@ msgid "Modifying Cross-References"
msgstr "相互参照を変更する"
#: references_modify.xhp
+#, fuzzy
msgctxt ""
"references_modify.xhp\n"
"bm_id3149291\n"
"help.text"
-msgid "<bookmark_value>references; modifying cross-references</bookmark_value> <bookmark_value>cross-references; modifying</bookmark_value> <bookmark_value>editing;cross-references</bookmark_value> <bookmark_value>searching;cross-references</bookmark_value>"
+msgid "<bookmark_value>references; modifying cross-references</bookmark_value> <bookmark_value>cross-references; modifying</bookmark_value> <bookmark_value>editing;cross-references</bookmark_value> <bookmark_value>searching;cross-references</bookmark_value>"
msgstr "<bookmark_value>参照; 相互参照を変更する</bookmark_value><bookmark_value>相互参照; 変更する</bookmark_value><bookmark_value>編集; 相互参照</bookmark_value><bookmark_value>検索; 相互参照</bookmark_value>"
#: references_modify.xhp
+#, fuzzy
msgctxt ""
"references_modify.xhp\n"
"hd_id3149291\n"
-"6\n"
"help.text"
msgid "<variable id=\"references_modify\"><link href=\"text/swriter/guide/references_modify.xhp\" name=\"Modifying Cross-References\">Modifying Cross-References</link></variable>"
msgstr "<variable id=\"references_modify\"><link href=\"text/swriter/guide/references_modify.xhp\" name=\"相互参照の変更\">相互参照の変更</link></variable>"
#: references_modify.xhp
+#, fuzzy
msgctxt ""
"references_modify.xhp\n"
"par_id3153132\n"
-"2\n"
"help.text"
msgid "Click in front of the cross-reference that you want to modify."
msgstr "変更する相互参照の先頭部にカーソルを移動します。"
#: references_modify.xhp
+#, fuzzy
msgctxt ""
"references_modify.xhp\n"
"par_id3149632\n"
-"3\n"
"help.text"
msgid "If you cannot see the field shading of the cross-reference, choose <emph>View - Field Shadings</emph> or press <emph>Ctrl+F8</emph>."
msgstr "相互参照のフィールドが灰色表示されていない場合は、<emph>表示 → 灰色のバックで強調</emph> を選択するか、<emph>Ctrl + F8</emph> を押します。"
#: references_modify.xhp
+#, fuzzy
msgctxt ""
"references_modify.xhp\n"
"par_id3149611\n"
-"4\n"
"help.text"
msgid "Choose <emph>Edit - Fields</emph>."
msgstr "メニュー <emph>編集 → フィールド</emph> を選択します。"
#: references_modify.xhp
+#, fuzzy
msgctxt ""
"references_modify.xhp\n"
"par_id3145101\n"
-"7\n"
"help.text"
msgid "Set the options that you want, and then click <emph>OK</emph>."
msgstr "必要なオプションを設定して、<emph>OK</emph>をクリックします。"
#: references_modify.xhp
+#, fuzzy
msgctxt ""
"references_modify.xhp\n"
"par_id3154255\n"
-"5\n"
"help.text"
-msgid "Use the arrow buttons in the <item type=\"menuitem\">Edit Fields</item> dialog to browse through the cross-references in the current document."
+msgid "Use the arrow buttons in the <item type=\"menuitem\">Edit Fields</item> dialog to browse through the cross-references in the current document."
msgstr "ダイアログ<item type=\"menuitem\">フィールドの編集</item>にある矢印ボタンをクリックすると、現在のドキュメントに挿入されている相互参照の位置に移動できます。"
#: registertrue.xhp
@@ -12814,8 +12863,8 @@ msgctxt ""
"registertrue.xhp\n"
"par_idN10671\n"
"help.text"
-msgid "Select the <item type=\"menuitem\">Register-true</item> checkbox and click <item type=\"menuitem\">OK</item>."
-msgstr "<item type=\"menuitem\">印刷見当</item>チェックボックスを選択し、<item type=\"menuitem\">OK</item> をクリックします。"
+msgid "In the <item type=\"menuitem\">Register-true</item> section, select the <item type=\"menuitem\">Activate</item> checkbox and click <item type=\"menuitem\">OK</item>."
+msgstr ""
#: registertrue.xhp
msgctxt ""
@@ -12862,8 +12911,8 @@ msgctxt ""
"registertrue.xhp\n"
"par_idN10698\n"
"help.text"
-msgid "Clear the <emph>Register-true</emph> checkbox."
-msgstr "<emph>印刷見当</emph> の <emph>合わせる</emph> チェックボックスをオフにします。"
+msgid "In the <emph>Register-true</emph> section, clear the <emph>Activate</emph> checkbox."
+msgstr ""
#: registertrue.xhp
msgctxt ""
@@ -12917,12 +12966,12 @@ msgid "This AutoCorrect feature only works on text that is formatted with the \"
msgstr "このオートコレクト機能を利用できるのは、標準段落スタイルで書式設定されたテキストに対してのみです。"
#: removing_line_breaks.xhp
+#, fuzzy
msgctxt ""
"removing_line_breaks.xhp\n"
"par_id3153138\n"
-"5\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect Options</item>."
+msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options</item>."
msgstr "<item type=\"menuitem\">ツール → オートコレクトオプション</item>を選択します。"
#: removing_line_breaks.xhp
@@ -13432,189 +13481,190 @@ msgid "Inserting Sections"
msgstr "セクションの挿入"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"bm_id3149695\n"
"help.text"
-msgid "<bookmark_value>sections; inserting</bookmark_value> <bookmark_value>inserting; sections</bookmark_value> <bookmark_value>HTML documents;inserting linked sections</bookmark_value> <bookmark_value>updating;linked sections, manually</bookmark_value> <bookmark_value>links;inserting sections</bookmark_value>"
+msgid "<bookmark_value>sections; inserting</bookmark_value> <bookmark_value>inserting; sections</bookmark_value> <bookmark_value>HTML documents;inserting linked sections</bookmark_value> <bookmark_value>updating;linked sections, manually</bookmark_value> <bookmark_value>links;inserting sections</bookmark_value>"
msgstr "<bookmark_value>セクション; 挿入</bookmark_value><bookmark_value>挿入; セクション</bookmark_value><bookmark_value>HTML ドキュメント; リンクされたセクションの挿入</bookmark_value><bookmark_value>更新; リンクされたセクション、手動</bookmark_value><bookmark_value>リンク; セクションの挿入</bookmark_value>"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"hd_id3149695\n"
-"16\n"
"help.text"
msgid "<variable id=\"section_insert\"><link href=\"text/swriter/guide/section_insert.xhp\" name=\"Inserting Sections\">Inserting Sections</link></variable>"
msgstr "<variable id=\"section_insert\"><link href=\"text/swriter/guide/section_insert.xhp\" name=\"セクションを挿入する\">セクションを挿入する</link></variable>"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3155917\n"
-"26\n"
"help.text"
msgid "You can insert new sections, or links to sections in other documents into the current document. If you insert a section as a link, the content of the link changes when you modify the source document."
msgstr "現在のドキュメントには、セクションを新規に挿入するだけでなく、他のドキュメントにあるセクションへのリンクを挿入することもできます。セクションをリンクとして挿入すると、ソースドキュメントの変更に応じてリンクの内容も変化します。"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"hd_id3155863\n"
-"27\n"
"help.text"
msgid "To Insert a New Section"
msgstr "新規にセクションを挿入する"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3149843\n"
-"23\n"
"help.text"
msgid "Click in your document where you want to insert a new section, or select the text that you want to convert to a section."
msgstr "ドキュメント上で新規にセクションを挿入する位置にカーソルを移動するか、セクションに変換するテキストを選択します。"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3156103\n"
-"28\n"
"help.text"
msgid "If you select a text that occurs within a paragraph, the text is automatically converted into a new paragraph."
msgstr "1 つの段落内にある一部のテキストのみを選択した場合、この選択テキストは自動的に 1 つの段落に変換されます。"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3149281\n"
-"24\n"
"help.text"
msgid "Choose <emph>Insert - Section</emph>."
msgstr "メニュー <emph>挿入 → セクション</emph> を選択します。"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3153404\n"
-"29\n"
"help.text"
-msgid "In the <item type=\"menuitem\">New Section</item> box, type a name for the section."
+msgid "In the <item type=\"menuitem\">New Section</item> box, type a name for the section."
msgstr "<item type=\"menuitem\">新しいセクション</item>ボックスにセクションの名前を入力します。"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3153127\n"
-"25\n"
"help.text"
msgid "Set the options for the section, and then click <emph>Insert</emph>."
msgstr "セクションのオプションを指定してから、<emph>挿入</emph> をクリックします。"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"hd_id3149635\n"
-"30\n"
"help.text"
msgid "To Insert a Section as a Link"
msgstr "セクションをリンクとして挿入する"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3149648\n"
-"31\n"
"help.text"
msgid "Before you can insert a section as link, you must first create sections in the source document."
msgstr "セクションをリンクとして挿入する場合は、事前にソースドキュメント側でセクションを作成しておく必要があります。"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3149611\n"
-"18\n"
"help.text"
msgid "When you open a document that contains linked sections, $[officename] prompts you to update the contents of the sections. To manually update a link, choose <emph>Tools - Update - Links</emph>."
msgstr "リンクしたセクションを含むドキュメントを開く際には、セクションの内容を更新するよう $[officename] からメッセージが出されます。手動で更新をする場合は、メニュー <emph>ツール → 更新 → リンク</emph> を選択します。"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3149860\n"
-"22\n"
"help.text"
msgid "You can also insert linked sections in HTML documents. When you view the page in a web browser, the content of the sections corresponds to the content of the sections at the time the HTML document was last saved."
msgstr "HTML ドキュメントにリンクされたセクションを挿入することもできます。そのページを Web ブラウザーで見ると、対応するセクションの内容はHTML 文書が最後に保存された最新の内容に対応します。"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3145104\n"
-"32\n"
"help.text"
msgid "Click in your document where you want to insert the linked section."
msgstr "ドキュメント上で、セクションをリンクとして挿入する位置にカーソルを移動します。"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3156241\n"
-"33\n"
"help.text"
msgid "Choose <emph>Insert - Section</emph>."
msgstr "メニュー <emph>挿入 → セクション</emph> を選択します。"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3153363\n"
-"34\n"
"help.text"
-msgid "In the <item type=\"menuitem\">New Section</item> box, type a name for the section."
+msgid "In the <item type=\"menuitem\">New Section</item> box, type a name for the section."
msgstr "<item type=\"menuitem\">新しいセクション</item>ボックスにセクションの名前を入力します。"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3153387\n"
-"35\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Link</item> area, select the <item type=\"menuitem\">Link</item> check box. <switchinline select=\"sys\"><caseinline select=\"WIN\">Under Windows, you can also select the <item type=\"menuitem\">DDE</item> check box to automatically update the contents of the section when the section in the source document is changed. </caseinline></switchinline>"
+msgid "In the <item type=\"menuitem\">Link</item> area, select the <item type=\"menuitem\">Link</item> check box. <switchinline select=\"sys\"><caseinline select=\"WIN\">Under Windows, you can also select the <item type=\"menuitem\">DDE</item> check box to automatically update the contents of the section when the section in the source document is changed. </caseinline></switchinline>"
msgstr "<item type=\"menuitem\">リンク</item>エリアのチェックボックス<item type=\"menuitem\">リンク</item>をオンにします。<switchinline select=\"sys\"><caseinline select=\"WIN\">Windows 環境の場合、チェックボックス<item type=\"menuitem\">DDE</item>をオンにしておくと、ソースドキュメント側でセクションが変更された際に、自動的にセクションの内容を更新させるようにできます。</caseinline> </switchinline>"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3154852\n"
-"36\n"
"help.text"
-msgid "Click the browse button (<item type=\"menuitem\">...</item>) next to the <item type=\"menuitem\">File name</item> box."
+msgid "Click the browse button (<item type=\"menuitem\">...</item>) next to the <item type=\"menuitem\">File name</item> box."
msgstr "<item type=\"menuitem\">ファイル名</item>ボックスの横にあるブラウズボタン (<item type=\"menuitem\">...</item>) をクリックします。"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3155882\n"
-"37\n"
"help.text"
msgid "Locate the document containing the section that you want to link to, and then click <emph>Insert</emph>."
msgstr "リンクするセクションを含むドキュメントを選択して、<emph>挿入</emph> をクリックします。"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3149978\n"
-"38\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Section</item> box, select the section that you want to insert."
+msgid "In the <item type=\"menuitem\">Section</item> box, select the section that you want to insert."
msgstr "<item type=\"menuitem\">セクション</item>ボックスで、挿入したいセクションを選択します。"
#: section_insert.xhp
+#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3150003\n"
-"39\n"
"help.text"
msgid "Click <emph>Insert</emph>."
msgstr "<emph>挿入</emph> をクリックします。"
@@ -13760,27 +13810,28 @@ msgid "Saving Text Documents in HTML Format"
msgstr "文書ドキュメントを HTML 形式で保存する"
#: send2html.xhp
+#, fuzzy
msgctxt ""
"send2html.xhp\n"
"bm_id3145087\n"
"help.text"
-msgid "<bookmark_value>text documents; publishing in HTML</bookmark_value> <bookmark_value>HTML documents; creating from text documents</bookmark_value> <bookmark_value>homepage creation</bookmark_value> <bookmark_value>saving;in HTML format</bookmark_value>"
+msgid "<bookmark_value>text documents; publishing in HTML</bookmark_value> <bookmark_value>HTML documents; creating from text documents</bookmark_value> <bookmark_value>homepage creation</bookmark_value> <bookmark_value>saving;in HTML format</bookmark_value>"
msgstr "<bookmark_value>文書ドキュメント; HTML 形式でパブリッシュ</bookmark_value><bookmark_value>HTML ドキュメント; 文書ドキュメントから作成</bookmark_value><bookmark_value>ホームページの作成</bookmark_value><bookmark_value>保存; HTML 形式で</bookmark_value>"
#: send2html.xhp
+#, fuzzy
msgctxt ""
"send2html.xhp\n"
"hd_id3145087\n"
-"1\n"
"help.text"
msgid "<variable id=\"send2html\"><link href=\"text/swriter/guide/send2html.xhp\" name=\"Saving Text Documents in HTML Format\">Saving Text Documents in HTML Format</link></variable>"
msgstr "<variable id=\"send2html\"><link href=\"text/swriter/guide/send2html.xhp\" name=\"文書ドキュメントの HTML 形式での保存\">文書ドキュメントの HTML 形式での保存</link></variable>"
#: send2html.xhp
+#, fuzzy
msgctxt ""
"send2html.xhp\n"
"par_id3149825\n"
-"2\n"
"help.text"
msgid "You can save a $[officename] Writer document in HTML format, so that you can view it in a web browser. If you want, you can associate a page break with a specific heading paragraph style to generate a separate HTML page each time the style appears in the document. $[officename] Writer automatically creates a page containing hyperlinks to each of these pages."
msgstr "$[officename] Writer のドキュメントは、Web ブラウザーでの表示用に HTML 形式で保存することができます。必要であれば、改ページ記号を特定の見出し段落スタイルと関連付けて、ドキュメント中の該当スタイルの出現位置ごとに、個別の HTML ページとして分割させることもできます。これを行う場合、分割された各ページへのハイパーリンクを収めた 1 枚のページを $[officename] Writer が自動的に作成します。"
@@ -13794,37 +13845,37 @@ msgid "When you save a text document in HTML format, any graphics in the documen
msgstr ""
#: send2html.xhp
+#, fuzzy
msgctxt ""
"send2html.xhp\n"
"par_id3155868\n"
-"5\n"
"help.text"
msgid "Apply one of the default $[officename] heading paragraph styles, for example, \"Heading 1\", to the paragraphs where you want to generate a new HTML page."
msgstr "「見出し 1」など、$[officename] に標準で用意されている見出し段落スタイルの 1 つを選んで、新規 HTML ページの分割位置とする段落に指定します。"
#: send2html.xhp
+#, fuzzy
msgctxt ""
"send2html.xhp\n"
"par_id3156100\n"
-"6\n"
"help.text"
msgid "Choose <emph>File - Send - Create HTML Document</emph>."
msgstr "メニュー <emph>ファイル → 送る → HTML 形式ドキュメントの作成</emph> を選択します。"
#: send2html.xhp
+#, fuzzy
msgctxt ""
"send2html.xhp\n"
"par_id3149281\n"
-"7\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Styles</item> box, select the paragraph style that you want to use to generate a new HTML page."
+msgid "In the <item type=\"menuitem\">Styles</item> box, select the paragraph style that you want to use to generate a new HTML page."
msgstr "<item type=\"menuitem\">スタイル</item>ボックスで、新しい HTML ページの生成に使用したい段落スタイルを選択します。"
#: send2html.xhp
+#, fuzzy
msgctxt ""
"send2html.xhp\n"
"par_id3153407\n"
-"9\n"
"help.text"
msgid "Enter a path and a name for the HTML document, and then click <emph>Save</emph>."
msgstr "HTML 形式ドキュメントの保存パスおよびファイル名を指定して、<emph>保存</emph> をクリックします。"
@@ -14061,13 +14112,12 @@ msgid "Smart Tags Menu"
msgstr "「スマートタグ」メニュー"
#: smarttags.xhp
-#, fuzzy
msgctxt ""
"smarttags.xhp\n"
"par_id1917477\n"
"help.text"
-msgid "Any text in a Writer document can be marked with a Smart Tag, by default a magenta colored underline. You can change the color in <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Application Colors</item>."
-msgstr "Writer ドキュメントのどのテキストにでも、スマートタグでマークを付けることができます。スマートタグでは、デフォルトでマゼンタ色の下線が付けられます。この色は、<item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME → 外観</item> で変更できます。"
+msgid "Any text in a Writer document can be marked with a Smart Tag, by default a magenta colored underline. You can change the color in <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME - Application Colors</item>."
+msgstr ""
#: smarttags.xhp
msgctxt ""
@@ -14118,27 +14168,28 @@ msgid "Checking Spelling and Grammar"
msgstr "スペルと文法をチェックする"
#: spellcheck_dialog.xhp
+#, fuzzy
msgctxt ""
"spellcheck_dialog.xhp\n"
"bm_id3149684\n"
"help.text"
-msgid "<bookmark_value>spellcheck; checking text documents manually</bookmark_value> <bookmark_value>checking spelling;manually</bookmark_value> <bookmark_value>grammar checker</bookmark_value>"
+msgid "<bookmark_value>spellcheck; checking text documents manually</bookmark_value> <bookmark_value>checking spelling;manually</bookmark_value> <bookmark_value>grammar checker</bookmark_value>"
msgstr "<bookmark_value>スペルチェック; 文書ドキュメントを手動でチェックする</bookmark_value><bookmark_value>スペルをチェックする; 手動</bookmark_value><bookmark_value>文法チェッカー</bookmark_value>"
#: spellcheck_dialog.xhp
+#, fuzzy
msgctxt ""
"spellcheck_dialog.xhp\n"
"hd_id3149684\n"
-"37\n"
"help.text"
msgid "<variable id=\"spellcheck_dialog\"><link href=\"text/swriter/guide/spellcheck_dialog.xhp\" name=\"Checking Spelling and Grammar\">Checking Spelling and Grammar</link></variable>"
msgstr "<variable id=\"spellcheck_dialog\"><link href=\"text/swriter/guide/spellcheck_dialog.xhp\" name=\"スペルと文法のチェック\">スペルと文法のチェック</link></variable>"
#: spellcheck_dialog.xhp
+#, fuzzy
msgctxt ""
"spellcheck_dialog.xhp\n"
"par_id3149814\n"
-"9\n"
"help.text"
msgid "You can manually check the spelling and grammar of a text selection or the entire document."
msgstr "選択したテキストおよびドキュメント全体に対するスペルと文法のチェックは、手動で実行できます。"
@@ -14152,46 +14203,46 @@ msgid "To check the spelling and the grammar of a text, the appropriate dictiona
msgstr "文章のスペルと文法チェックをするためには、適切な辞書をインストールする必要があります。たくさんの言語の3つの異なった辞書が存在します: スペル辞書、ハイフネーション規則、類義語時点です。これらの辞書は1つの言語だけに対応しています。文法チェックは拡張機能としてダウンロードし、インストールすることができます。<link href=\"http://extensions.libreoffice.org/dictionary\">拡張機能の Web ページ</link>をご覧ください。"
#: spellcheck_dialog.xhp
+#, fuzzy
msgctxt ""
"spellcheck_dialog.xhp\n"
"par_id3149828\n"
-"10\n"
"help.text"
msgid "The spellcheck starts at the current cursor position, or at the beginning of the text selection."
msgstr "スペルチェックは、現在のカーソル位置ないしは、ドキュメントの先頭から開始できます。"
#: spellcheck_dialog.xhp
+#, fuzzy
msgctxt ""
"spellcheck_dialog.xhp\n"
"par_id3155859\n"
-"43\n"
"help.text"
msgid "Click in the document, or select the text that you want to check."
msgstr "ドキュメントをクリックしてカーソルを挿入するか、スペルチェックをする単語を選択します。"
#: spellcheck_dialog.xhp
+#, fuzzy
msgctxt ""
"spellcheck_dialog.xhp\n"
"par_id3149836\n"
-"44\n"
"help.text"
msgid "Choose <emph>Tools - Spelling and Grammar</emph>."
msgstr "<emph>ツール → スペルと文法チェック</emph> を選択します。"
#: spellcheck_dialog.xhp
+#, fuzzy
msgctxt ""
"spellcheck_dialog.xhp\n"
"par_id3156104\n"
-"45\n"
"help.text"
-msgid "When a possible spelling error is encountered, the <item type=\"menuitem\">Spellcheck</item> dialog opens and $[officename] offers some suggested corrections."
+msgid "When a possible spelling error is encountered, the <item type=\"menuitem\">Spellcheck</item> dialog opens and $[officename] offers some suggested corrections."
msgstr "スペルミスと思われる単語に対してダイアログ <item type=\"menuitem\">スペルチェック</item> が表示され、$[officename] に登録されている修正候補の単語が提示されます。"
#: spellcheck_dialog.xhp
+#, fuzzy
msgctxt ""
"spellcheck_dialog.xhp\n"
"par_id3149861\n"
-"46\n"
"help.text"
msgid "Do one of the following:"
msgstr "下記のいずれかの操作を行います。"
@@ -14200,7 +14251,6 @@ msgstr "下記のいずれかの操作を行います。"
msgctxt ""
"spellcheck_dialog.xhp\n"
"par_id3145099\n"
-"47\n"
"help.text"
msgid "To accept a correction, click the suggestion, and then click <emph>Correct</emph>."
msgstr ""
@@ -14209,7 +14259,6 @@ msgstr ""
msgctxt ""
"spellcheck_dialog.xhp\n"
"par_id3156241\n"
-"48\n"
"help.text"
msgid "Edit the sentence in the upper text box, and then click <emph>Correct</emph>."
msgstr ""
@@ -14218,16 +14267,15 @@ msgstr ""
msgctxt ""
"spellcheck_dialog.xhp\n"
"par_id3155886\n"
-"40\n"
"help.text"
msgid "To add the unknown word to a user-defined dictionary, click <emph>Add to Dictionary</emph>."
msgstr ""
#: spellcheck_dialog.xhp
+#, fuzzy
msgctxt ""
"spellcheck_dialog.xhp\n"
"par_id3147107\n"
-"49\n"
"help.text"
msgid "<link href=\"text/shared/01/06010000.xhp\" name=\"Spellcheck dialog\">Spelling and Grammar dialog</link>"
msgstr "<link href=\"text/shared/01/06010000.xhp\" name=\"スペルチェックダイアログ\">スペルと文法チェックダイアログ</link>"
@@ -14267,12 +14315,12 @@ msgid "You can quickly apply styles, such as paragraph and character styles, in
msgstr "ドキュメント上の段落スタイルや文字スタイルなどを適用する操作は、スタイルと書式設定ウィンドウの水やりモードを使用することで、簡単に実行できます。"
#: stylist_fillformat.xhp
+#, fuzzy
msgctxt ""
"stylist_fillformat.xhp\n"
"par_id3156114\n"
-"32\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgid "Choose <emph>View - Styles and Formatting</emph>."
msgstr "<emph>書式 → スタイルと書式設定</emph>を選択します。"
#: stylist_fillformat.xhp
@@ -14329,126 +14377,127 @@ msgid "Creating New Styles From Selections"
msgstr "選択内容を基に新規スタイルを作成する"
#: stylist_fromselect.xhp
+#, fuzzy
msgctxt ""
"stylist_fromselect.xhp\n"
"bm_id3155911\n"
"help.text"
-msgid "<bookmark_value>styles; creating from selections</bookmark_value> <bookmark_value>drag and drop;creating new styles</bookmark_value> <bookmark_value>copying;styles, from selections</bookmark_value>"
+msgid "<bookmark_value>styles; creating from selections</bookmark_value> <bookmark_value>drag and drop;creating new styles</bookmark_value> <bookmark_value>copying;styles, from selections</bookmark_value>"
msgstr "<bookmark_value>スタイル; 選択から作成</bookmark_value><bookmark_value>ドラッグ&ドロップ; 新規スタイルの作成</bookmark_value><bookmark_value>コピー; スタイル、選択から</bookmark_value>"
#: stylist_fromselect.xhp
+#, fuzzy
msgctxt ""
"stylist_fromselect.xhp\n"
"hd_id3155911\n"
-"34\n"
"help.text"
msgid "<variable id=\"stylist_fromselect\"><link href=\"text/swriter/guide/stylist_fromselect.xhp\" name=\"Creating New Styles From Selections\">Creating New Styles From Selections</link></variable>"
msgstr "<variable id=\"stylist_fromselect\"><link href=\"text/swriter/guide/stylist_fromselect.xhp\" name=\"選択内容からの新しいスタイルの作成\">選択内容からの新しいスタイルの作成</link></variable>"
#: stylist_fromselect.xhp
+#, fuzzy
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3149829\n"
-"35\n"
"help.text"
msgid "To Create a New Style From a Manually Formatted Selection"
msgstr "手動で書式設定されたスタイルを選んで、新しいスタイルを作る"
#: stylist_fromselect.xhp
+#, fuzzy
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3156097\n"
-"36\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgid "Choose <emph>View - Styles and Formatting</emph>."
msgstr "<emph>書式 → スタイルと書式設定</emph>を選択します。"
#: stylist_fromselect.xhp
+#, fuzzy
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3153402\n"
-"42\n"
"help.text"
msgid "Click the icon of the style category that you want to create."
msgstr "作成するスタイルについて、該当するカテゴリのアイコンをクリックします。"
#: stylist_fromselect.xhp
+#, fuzzy
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3153119\n"
-"37\n"
"help.text"
msgid "Click in the document where you want to copy the style from, for example, in a paragraph that you applied manual formatting to."
msgstr "ドキュメント上でユーザーが手動で書式設定した段落など、コピーするスタイルが適用されている部分にカーソルを移動します。"
#: stylist_fromselect.xhp
+#, fuzzy
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3153138\n"
-"38\n"
"help.text"
-msgid "Click the arrow next to the <item type=\"menuitem\">New Style from Selection</item> icon and choose <item type=\"menuitem\">New Style from Selection</item> from the submenu"
+msgid "Click the arrow next to the <item type=\"menuitem\">New Style from Selection</item> icon and choose <item type=\"menuitem\">New Style from Selection</item> from the submenu"
msgstr "<item type=\"menuitem\">選択スタイルから新規作成</item>アイコンの横にある矢印をクリックし、サブメニューから<item type=\"menuitem\">新しいスタイルを選択</item>を選択します。"
#: stylist_fromselect.xhp
+#, fuzzy
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3156260\n"
-"43\n"
"help.text"
-msgid "Type a name in the <item type=\"menuitem\">Style Name</item> box."
+msgid "Type a name in the <item type=\"menuitem\">Style Name</item> box."
msgstr "<item type=\"menuitem\">スタイル名</item>ボックスに名前を入力します。"
#: stylist_fromselect.xhp
+#, fuzzy
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3154411\n"
-"44\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
#: stylist_fromselect.xhp
+#, fuzzy
msgctxt ""
"stylist_fromselect.xhp\n"
"hd_id3153373\n"
-"20\n"
"help.text"
msgid "To Create a New Style by Drag-And-Drop"
msgstr "ドラッグ&ドロップで新しいスタイルを作成する"
#: stylist_fromselect.xhp
+#, fuzzy
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3154233\n"
-"31\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgid "Choose <emph>View - Styles and Formatting</emph>."
msgstr "<emph>書式 → スタイルと書式設定</emph>を選択します。"
#: stylist_fromselect.xhp
+#, fuzzy
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3154258\n"
-"45\n"
"help.text"
msgid "Click the icon of the style category that you want to create."
msgstr "作成するスタイルについて、該当するカテゴリのアイコンをクリックします。"
#: stylist_fromselect.xhp
+#, fuzzy
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3154851\n"
-"32\n"
"help.text"
msgid "Select at least one character, or object, in the style that you want to copy. For page and frame styles, select at least one character or object in the page or frame."
msgstr "コピーするスタイルの適用されている文字かオブジェクトを、最低 1 つ選択します。ページや枠スタイルの場合は、該当するページや枠の中にある文字かオブジェクトを最低 1 つ選択します。"
#: stylist_fromselect.xhp
+#, fuzzy
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3154871\n"
-"33\n"
"help.text"
msgid "Drag the character or object to the Styles and Formatting window and release."
msgstr "文字やオブジェクトをスタイルと書式設定ウィンドウにドラッグ&ドロップします。"
@@ -14470,10 +14519,10 @@ msgid "You can also drag-and-drop a frame into the Styles and Formatting window
msgstr "また枠を選択して スタイルと書式設定 ウィンドウにドラッグ&ドロップすると、新規に枠スタイルを作成できます。選択した枠を スタイルと書式設定 ウィンドウの枠スタイルアイコンにドラッグ&ドロップする際には、枠をクリックした時点で、マウスを動かさずにマウスボタンをしばらく押し下げたままにする必要があります。"
#: stylist_fromselect.xhp
+#, fuzzy
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3149988\n"
-"40\n"
"help.text"
msgid "<link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link>"
msgstr "<link href=\"text/swriter/01/05140000.xhp\" name=\"スタイルと書式設定\">スタイルと書式設定</link>"
@@ -14504,12 +14553,12 @@ msgid "<variable id=\"stylist_update\"><link href=\"text/swriter/guide/stylist_u
msgstr "<variable id=\"stylist_update\"><link href=\"text/swriter/guide/stylist_update.xhp\" name=\"書式スタイルを選択スタイルから更新する\">書式スタイルを選択スタイルから更新する</link></variable>"
#: stylist_update.xhp
+#, fuzzy
msgctxt ""
"stylist_update.xhp\n"
"par_id3149838\n"
-"40\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting</emph>."
+msgid "Choose <emph>View - Styles and Formatting</emph>."
msgstr "<emph>書式 → スタイルと書式設定</emph>を選択します。"
#: stylist_update.xhp
@@ -15257,63 +15306,64 @@ msgid "Repeating a Table Header on a New Page"
msgstr "新規ページでの表の見出し行の再表示"
#: table_repeat_multiple_headers.xhp
+#, fuzzy
msgctxt ""
"table_repeat_multiple_headers.xhp\n"
"bm_id3155870\n"
"help.text"
-msgid "<bookmark_value>tables; heading repetition after page breaks</bookmark_value> <bookmark_value>repeating; table headings after page breaks</bookmark_value> <bookmark_value>headings; repeating in tables</bookmark_value> <bookmark_value>multi-page tables</bookmark_value>"
+msgid "<bookmark_value>tables; heading repetition after page breaks</bookmark_value> <bookmark_value>repeating; table headings after page breaks</bookmark_value> <bookmark_value>headings; repeating in tables</bookmark_value> <bookmark_value>multi-page tables</bookmark_value>"
msgstr "<bookmark_value>表; 改ページ後の見出しの繰り返し</bookmark_value><bookmark_value>繰り返し; 改ページ後の表の見出し</bookmark_value><bookmark_value>見出し; 表中での繰り返し</bookmark_value><bookmark_value>複数ページにまたがる表</bookmark_value>"
#: table_repeat_multiple_headers.xhp
+#, fuzzy
msgctxt ""
"table_repeat_multiple_headers.xhp\n"
"hd_id3153406\n"
-"6\n"
"help.text"
msgid "<variable id=\"table_repeat_multiple_headers\"><link href=\"text/swriter/guide/table_repeat_multiple_headers.xhp\" name=\"Repeating a Table Header on a New Page\">Repeating a Table Heading on a New Page</link></variable>"
msgstr "<variable id=\"table_repeat_multiple_headers\"><link href=\"text/swriter/guide/table_repeat_multiple_headers.xhp\" name=\"表の見出しの新規ページでの再表示\">表の見出しの新規ページでの再表示</link></variable>"
#: table_repeat_multiple_headers.xhp
+#, fuzzy
msgctxt ""
"table_repeat_multiple_headers.xhp\n"
"par_id3149636\n"
-"7\n"
"help.text"
msgid "You can repeat a table heading on each new page that the table spans."
msgstr "複数のページにまたがる表の場合、該当する各ページの先頭に表の見出し行を再表示させることができます。"
#: table_repeat_multiple_headers.xhp
+#, fuzzy
msgctxt ""
"table_repeat_multiple_headers.xhp\n"
"par_id3145098\n"
-"8\n"
"help.text"
msgid "Choose <emph>Table - Insert - Table</emph>."
msgstr "<emph>表 → 挿入 → 表</emph>を選択します。"
#: table_repeat_multiple_headers.xhp
+#, fuzzy
msgctxt ""
"table_repeat_multiple_headers.xhp\n"
"par_id3156240\n"
-"9\n"
"help.text"
-msgid "Select the <item type=\"menuitem\">Heading</item> and the <item type=\"menuitem\">Repeat heading</item> check boxes."
+msgid "Select the <item type=\"menuitem\">Heading</item> and the <item type=\"menuitem\">Repeat heading</item> check boxes."
msgstr "<item type=\"menuitem\">見出し</item>と<item type=\"menuitem\">見出しの繰り返し</item>チェックボックスを選択します。"
#: table_repeat_multiple_headers.xhp
+#, fuzzy
msgctxt ""
"table_repeat_multiple_headers.xhp\n"
"par_id3153376\n"
-"10\n"
"help.text"
msgid "Select the number of rows and columns for the table."
msgstr "表の行数と列数を指定します。"
#: table_repeat_multiple_headers.xhp
+#, fuzzy
msgctxt ""
"table_repeat_multiple_headers.xhp\n"
"par_id3153393\n"
-"11\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
@@ -15415,11 +15465,12 @@ msgid "<image id=\"img_id3149622\" src=\"cmd/sc_optimizetable.png\" width=\"0.16
msgstr "<image id=\"img_id3149622\" src=\"cmd/sc_optimizetable.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149622\">アイコン</alt></image>"
#: table_sizing.xhp
+#, fuzzy
msgctxt ""
"table_sizing.xhp\n"
"par_id3146497\n"
"help.text"
-msgid "You can also distribute rows and columns evenly using the icons on the <item type=\"menuitem\">Optimize</item> toolbar on the <item type=\"menuitem\">Table</item> Bar."
+msgid "You can also distribute rows and columns evenly using the icons on the <item type=\"menuitem\">Optimize Size</item> toolbar on the <item type=\"menuitem\">Table</item> Bar."
msgstr "<item type=\"menuitem\">表</item>バーにある<item type=\"menuitem\">最適化</item>ツールバーを使って、行と列を均等に分割することもできます。"
#: table_sizing.xhp
@@ -15487,11 +15538,12 @@ msgid "To increase the distance from the left edge of the page to the edge of th
msgstr "ページの左端からの表の端までの距離を増やすには、<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Shift を押し下げたまま、右矢印キーを押します。"
#: table_sizing.xhp
+#, fuzzy
msgctxt ""
"table_sizing.xhp\n"
"par_id3155891\n"
"help.text"
-msgid "You can specify the behavior for the arrow keys by choosing <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><emph>%PRODUCTNAME Writer - Table</emph>, and selecting the options that you want in the <emph>Keyboard handling</emph> area."
+msgid "You can specify the behavior for the arrow keys by choosing <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Table</emph>, and selecting the options that you want in the <emph>Keyboard handling</emph> area."
msgstr "矢印キーによる操作のオプションは、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 表</emph> を選択して、<emph>キーボード操作</emph> で設定します。"
#: table_sizing.xhp
@@ -15503,11 +15555,12 @@ msgid "To Change the Width of a Cell"
msgstr "セルの幅を変更する"
#: table_sizing.xhp
+#, fuzzy
msgctxt ""
"table_sizing.xhp\n"
"par_id3148676\n"
"help.text"
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline>, and then press the left or the right arrow key"
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command</caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline>, and then press the left or the right arrow key"
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command</caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline> を押した状態で、左または右矢印キーを押します。"
#: table_sizing.xhp
@@ -15519,11 +15572,12 @@ msgid "Changing the Height of a Row"
msgstr "行の高さの変更"
#: table_sizing.xhp
+#, fuzzy
msgctxt ""
"table_sizing.xhp\n"
"par_id3153035\n"
"help.text"
-msgid "To change the height of a row, place the cursor in a cell in the row, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline> key, and then press the up or the down arrow key."
+msgid "To change the height of a row, place the cursor in a cell in the row, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key, and then press the up or the down arrow key."
msgstr "表の行の高さを変更するには、該当行のセルにカーソルを移動して、<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> キーを押した状態で、上または下矢印キーを押します。"
#: table_sizing.xhp
@@ -15617,12 +15671,13 @@ msgid "Note that these properties are valid only for changes to the column width
msgstr "これらのプロパティは、キーボード操作で列幅を変更する場合にのみ有効なので注意してください。マウスを使う場合は、任意の列幅に変更できます。"
#: tablemode.xhp
+#, fuzzy
msgctxt ""
"tablemode.xhp\n"
"par_id3156110\n"
"8\n"
"help.text"
-msgid "To set the <item type=\"menuitem\">Behavior of rows/columns</item> options for tables in text documents, choose <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Table</item>, or use the <item type=\"menuitem\">Fixed</item>, <item type=\"menuitem\">Fixed/Proportional</item>, and <item type=\"menuitem\">Variable</item> icons on the <item type=\"menuitem\">Table</item> Bar. There are three display modes for tables:"
+msgid "To set the <item type=\"menuitem\">Behavior of rows/columns</item> options for tables in text documents, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Writer - Table</item>, or use the <item type=\"menuitem\">Fixed</item>, <item type=\"menuitem\">Fixed/Proportional</item>, and <item type=\"menuitem\">Variable</item> icons on the <item type=\"menuitem\">Table</item> Bar. There are three display modes for tables:"
msgstr "文書ドキュメント上での表の行や列の操作に対するオプションは、<item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 表</item> を選択するか、<item type=\"menuitem\">表</item> バーの <item type=\"menuitem\">固定</item>、 <item type=\"menuitem\">固定比例</item>、<item type=\"menuitem\">フレックス</item> アイコンを使用します。これら 3 種類の表示モードは、それぞれ次のように動作します。"
#: tablemode.xhp
@@ -15661,72 +15716,73 @@ msgid "Creating a Document Template"
msgstr "ドキュメントテンプレートを作成する"
#: template_create.xhp
+#, fuzzy
msgctxt ""
"template_create.xhp\n"
"bm_id3149688\n"
"help.text"
-msgid "<bookmark_value>document templates</bookmark_value> <bookmark_value>templates; creating document templates</bookmark_value>"
+msgid "<bookmark_value>document templates</bookmark_value> <bookmark_value>templates; creating document templates</bookmark_value>"
msgstr "<bookmark_value>ドキュメントテンプレート; 作成する</bookmark_value><bookmark_value>スタイル; ドキュメントテンプレートを作成する</bookmark_value>"
#: template_create.xhp
+#, fuzzy
msgctxt ""
"template_create.xhp\n"
"hd_id3149688\n"
-"62\n"
"help.text"
msgid "<variable id=\"template_create\"><link href=\"text/swriter/guide/template_create.xhp\" name=\"Creating a Document Template\">Creating a Document Template</link></variable>"
msgstr "<variable id=\"template_create\"><link href=\"text/swriter/guide/template_create.xhp\" name=\"ドキュメントテンプレートを作成する\">ドキュメントテンプレートを作成する</link></variable>"
#: template_create.xhp
+#, fuzzy
msgctxt ""
"template_create.xhp\n"
"par_id3149492\n"
-"63\n"
"help.text"
msgid "You can create a template to use as the basis for creating new text documents."
msgstr "テンプレートを作成して、新規作成する文書ドキュメントのひな形とすることができます。"
#: template_create.xhp
+#, fuzzy
msgctxt ""
"template_create.xhp\n"
"par_id3155915\n"
-"64\n"
"help.text"
msgid "Create a document and add the content and formatting styles that you want."
msgstr "ドキュメントを新規作成して、必要な内容の入力と書式設定を行います。"
#: template_create.xhp
+#, fuzzy
msgctxt ""
"template_create.xhp\n"
"par_id3147422\n"
-"65\n"
"help.text"
msgid "Choose <emph>File - Save As Template</emph>."
msgstr "<emph>ファイル - テンプレートとして保存</emph>を選択します。"
#: template_create.xhp
+#, fuzzy
msgctxt ""
"template_create.xhp\n"
"par_id3149829\n"
-"66\n"
"help.text"
-msgid "In the <item type=\"menuitem\">New Template</item> box, type a name for the new template."
+msgid "In the <item type=\"menuitem\">New Template</item> box, type a name for the new template."
msgstr "<item type=\"menuitem\">新しいドキュメントテンプレート</item>ボックスに新しいテンプレートの名前を入力します。"
#: template_create.xhp
+#, fuzzy
msgctxt ""
"template_create.xhp\n"
"par_id3156098\n"
-"70\n"
"help.text"
-msgid "Select a template category in the <item type=\"menuitem\">Categories</item> list."
+msgid "Select a template category in the <item type=\"menuitem\">Categories</item> list."
msgstr "<item type=\"menuitem\">分類</item>で任意のテンプレート分類を選択します。"
#: template_create.xhp
+#, fuzzy
msgctxt ""
"template_create.xhp\n"
"par_id3149281\n"
-"71\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
@@ -15735,16 +15791,15 @@ msgstr "<emph>OK</emph> をクリックします。"
msgctxt ""
"template_create.xhp\n"
"par_id3153404\n"
-"67\n"
"help.text"
-msgid "To create a document based on the template, choose <item type=\"menuitem\">File - New - Templates</item>, select the template, and then click <item type=\"menuitem\">Open</item>."
+msgid "To create a document based on the template, choose <item type=\"menuitem\">File - New - Templates</item>, select the template, and then click <item type=\"menuitem\">Open</item>."
msgstr ""
#: template_create.xhp
+#, fuzzy
msgctxt ""
"template_create.xhp\n"
"par_id3149636\n"
-"68\n"
"help.text"
msgid "<link href=\"text/shared/01/01110300.xhp\" name=\"File - Save As Template\">File - Save As Template</link>"
msgstr "<link href=\"text/shared/01/01110300.xhp\" name=\"File - Save As Template\">ファイル - テンプレートとして保存</link>"
@@ -15924,63 +15979,64 @@ msgid "Animating Text"
msgstr "テキストアニメーションを使う"
#: text_animation.xhp
+#, fuzzy
msgctxt ""
"text_animation.xhp\n"
"bm_id3151182\n"
"help.text"
-msgid "<bookmark_value>text animation</bookmark_value> <bookmark_value>effects; text animation</bookmark_value> <bookmark_value>animations;text</bookmark_value>"
+msgid "<bookmark_value>text animation</bookmark_value> <bookmark_value>effects; text animation</bookmark_value> <bookmark_value>animations;text</bookmark_value>"
msgstr "<bookmark_value>テキストアニメーション</bookmark_value><bookmark_value>効果; テキストアニメーション</bookmark_value><bookmark_value>アニメーション; テキスト</bookmark_value>"
#: text_animation.xhp
+#, fuzzy
msgctxt ""
"text_animation.xhp\n"
"hd_id3151182\n"
-"17\n"
"help.text"
msgid "<variable id=\"text_animation\"><link href=\"text/swriter/guide/text_animation.xhp\" name=\"Animating Text\">Animating Text</link></variable>"
msgstr "<variable id=\"text_animation\"> <link href=\"text/swriter/guide/text_animation.xhp\" name=\"テキストアニメーションを使う\">テキストアニメーションを使う</link> </variable>"
#: text_animation.xhp
+#, fuzzy
msgctxt ""
"text_animation.xhp\n"
"par_id3145080\n"
-"18\n"
"help.text"
msgid "You can only animate text that is contained in a drawing object, such as rectangles, lines, or text objects. For example, draw a rectangle, then double-click the rectangle and enter your text."
msgstr "アニメーション化できるテキストは、図形描画オブジェクト内に入力されたテキストだけです。これには四角形オブジェクト、線オブジェクト、テキストオブジェクトなどが該当し、たとえば四角形オブジェクトであれば、描画後にオブジェクトをダブルクリックすることで、テキストが入力できます。"
#: text_animation.xhp
+#, fuzzy
msgctxt ""
"text_animation.xhp\n"
"par_id3149811\n"
-"19\n"
"help.text"
msgid "Select the drawing object containing the text that you want to animate."
msgstr "アニメーション化するテキストが入力してある図形描画オブジェクトを選択します。"
#: text_animation.xhp
+#, fuzzy
msgctxt ""
"text_animation.xhp\n"
"par_id3155178\n"
-"20\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Format - Object - Text Attributes</item>, and then click the <item type=\"menuitem\">Text Animation</item> tab."
+msgid "Choose <item type=\"menuitem\">Format - Object - Text Attributes</item>, and then click the <item type=\"menuitem\">Text Animation</item> tab."
msgstr "<item type=\"menuitem\">書式 → オブジェクト → テキストの属性</item>を選択し、<item type=\"menuitem\">テキストアニメーション</item>タブをクリックします。"
#: text_animation.xhp
+#, fuzzy
msgctxt ""
"text_animation.xhp\n"
"par_id3149819\n"
-"21\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Effect</item> box, select the animation that you want."
+msgid "In the <item type=\"menuitem\">Effect</item> box, select the animation that you want."
msgstr "<item type=\"menuitem\">効果</item>ボックスで、希望のアニメーションを選択します。"
#: text_animation.xhp
+#, fuzzy
msgctxt ""
"text_animation.xhp\n"
"par_id3145786\n"
-"22\n"
"help.text"
msgid "Set the properties of the effect, and then click <emph>OK</emph>."
msgstr "効果の属性を指定して、<emph>OK</emph> をクリックします。"
@@ -16020,11 +16076,12 @@ msgid "You can change the case of text, format text with small capitals, or capi
msgstr "英文のテキストにおいて、大文字と小文字を変更したり、すべての文字を小文字にしたり、すべての単語の先頭文字を大文字にしたりできます。"
#: text_capital.xhp
+#, fuzzy
msgctxt ""
"text_capital.xhp\n"
"par_idN10728\n"
"help.text"
-msgid "When you apply a formatting to your text by <emph>Format - Character</emph>, the text stays the same, it is only displayed in another way. On the other hand, when you choose <emph>Format - Change Case</emph>, the text is permanently changed."
+msgid "When you apply formatting to your text by <emph>Format - Character</emph>, the text stays the same, it is only displayed in another way. On the other hand, when you choose <emph>Format - Text - Change Case</emph>, the text is permanently changed."
msgstr "<emph>書式 → 文字</emph> を用いてテキストに書式設定を施しても、テキストそのものは変化せず、文字表示用の装飾が変わるだけです。これに対して、<emph>書式 → 文字種の変換</emph> を使用すると、テキストの文字コードそのものが変更されます。"
#: text_capital.xhp
@@ -16055,11 +16112,12 @@ msgid "Do one of the following:"
msgstr "下記のいずれかの操作を行います。"
#: text_capital.xhp
+#, fuzzy
msgctxt ""
"text_capital.xhp\n"
"par_id1120200910485778\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Format - Change Case - Uppercase</item>."
+msgid "Choose <item type=\"menuitem\">Format - Text - Change Case - Uppercase</item>."
msgstr "<item type=\"menuitem\">書式 → 文字種の変換 → 大文字</item> を選択します。"
#: text_capital.xhp
@@ -16098,11 +16156,12 @@ msgid "Do one of the following:"
msgstr "下記のいずれかの操作を行います。"
#: text_capital.xhp
+#, fuzzy
msgctxt ""
"text_capital.xhp\n"
"par_id112020091049000\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Format - Change Case - Lowercase</item>."
+msgid "Choose <item type=\"menuitem\">Format - Text - Change Case - Lowercase</item>."
msgstr "<item type=\"menuitem\">書式 → 文字種の変換 → 小文字</item> を選択します。"
#: text_capital.xhp
@@ -16122,90 +16181,91 @@ msgid "Using a Frame to Center Text on a Page"
msgstr "枠を用いてテキストをページ中央に配置する"
#: text_centervert.xhp
+#, fuzzy
msgctxt ""
"text_centervert.xhp\n"
"bm_id3155177\n"
"help.text"
-msgid "<bookmark_value>text frames; centering on pages</bookmark_value> <bookmark_value>centering;text frames on pages</bookmark_value> <bookmark_value>title pages; centering text on</bookmark_value>"
+msgid "<bookmark_value>text frames; centering on pages</bookmark_value> <bookmark_value>centering;text frames on pages</bookmark_value> <bookmark_value>title pages; centering text on</bookmark_value>"
msgstr "<bookmark_value>テキスト枠; ページ上での中央揃え</bookmark_value><bookmark_value>中央揃え; ページ上のテキスト枠</bookmark_value><bookmark_value>タイトルページ; テキストの中央揃え</bookmark_value>"
#: text_centervert.xhp
+#, fuzzy
msgctxt ""
"text_centervert.xhp\n"
"hd_id3155177\n"
-"94\n"
"help.text"
msgid "<variable id=\"text_centervert\"><link href=\"text/swriter/guide/text_centervert.xhp\" name=\"Using a Frame to Center Text on a Page\">Using a Frame to Center Text on a Page</link></variable>"
msgstr "<variable id=\"text_centervert\"><link href=\"text/swriter/guide/text_centervert.xhp\" name=\"テキスト枠を使ったページテキストの中央揃え\">テキスト枠を使ったページテキストの中央揃え</link></variable>"
#: text_centervert.xhp
+#, fuzzy
msgctxt ""
"text_centervert.xhp\n"
"par_id3155920\n"
-"78\n"
"help.text"
msgid "Select the text that you want to center on the page."
msgstr "ページ上で中央揃えとするテキストを選択します。"
#: text_centervert.xhp
+#, fuzzy
msgctxt ""
"text_centervert.xhp\n"
"par_id3155868\n"
-"79\n"
"help.text"
msgid "Choose <emph>Insert - Frame</emph>."
msgstr "メニュー <emph>挿入 → 枠</emph> を選択します。"
#: text_centervert.xhp
+#, fuzzy
msgctxt ""
"text_centervert.xhp\n"
"par_id3152765\n"
-"82\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Anchor</item> area, select <item type=\"menuitem\">To page</item>."
+msgid "In the <item type=\"menuitem\">Anchor</item> area, select <item type=\"menuitem\">To page</item>."
msgstr "<item type=\"menuitem\">アンカー</item>領域で、<item type=\"menuitem\">ページに</item>を選択します。"
#: text_centervert.xhp
+#, fuzzy
msgctxt ""
"text_centervert.xhp\n"
"par_id3149844\n"
-"95\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Size</item> area, set the dimensions of the frame."
+msgid "In the <item type=\"menuitem\">Size</item> area, set the dimensions of the frame."
msgstr "<item type=\"menuitem\">サイズ</item>エリアで、枠の幅と高さを設定します。"
#: text_centervert.xhp
+#, fuzzy
msgctxt ""
"text_centervert.xhp\n"
"par_id3156114\n"
-"96\n"
"help.text"
-msgid "In the <item type=\"menuitem\">Position</item> area, select \"Center\" in the <item type=\"menuitem\">Horizontal</item> and <item type=\"menuitem\">Vertical</item> boxes."
+msgid "In the <item type=\"menuitem\">Position</item> area, select \"Center\" in the <item type=\"menuitem\">Horizontal</item> and <item type=\"menuitem\">Vertical</item> boxes."
msgstr "<item type=\"menuitem\">位置</item>領域で、<item type=\"menuitem\">横</item>ボックスと<item type=\"menuitem\">縦</item>ボックスで「中央」を選択します。"
#: text_centervert.xhp
+#, fuzzy
msgctxt ""
"text_centervert.xhp\n"
"par_id3153410\n"
-"97\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
#: text_centervert.xhp
+#, fuzzy
msgctxt ""
"text_centervert.xhp\n"
"par_id3149615\n"
-"84\n"
"help.text"
-msgid "To hide the borders of the frame, select the frame, and then choose <item type=\"menuitem\">Format - Frame/Object</item>. Click the <item type=\"menuitem\">Borders</item> tab, and then click in the <item type=\"menuitem\">Set No Border</item> box in the <item type=\"menuitem\">Line Arrangement</item> area."
+msgid "To hide the borders of the frame, select the frame, and then choose <item type=\"menuitem\">Format - Frame/Object</item>. Click the <item type=\"menuitem\">Borders</item> tab, and then click in the <item type=\"menuitem\">Set No Border</item> box in the <item type=\"menuitem\">Line Arrangement</item> area."
msgstr "枠の外枠を非表示にするには、フレームを選択し<item type=\"menuitem\">書式 → 枠/オブジェクト</item>を選びます。<item type=\"menuitem\">外枠</item>タブをクリックし、<item type=\"menuitem\">線を引く位置</item>領域で<item type=\"menuitem\">枠線なしを設定</item>ボックスをクリックします。"
#: text_centervert.xhp
+#, fuzzy
msgctxt ""
"text_centervert.xhp\n"
"par_id3145098\n"
-"83\n"
"help.text"
msgid "To resize the frame, drag the edges of the frame."
msgstr "テキスト枠のサイズを変更するには、テキスト枠の端をドラッグします。"
@@ -16245,12 +16305,13 @@ msgid "The direct cursor allows you to enter text anywhere on a page."
msgstr "ダイレクトカーソルは、ページ上の任意の位置にテキストを入力するための機能です。"
#: text_direct_cursor.xhp
+#, fuzzy
msgctxt ""
"text_direct_cursor.xhp\n"
"par_id3155921\n"
"41\n"
"help.text"
-msgid "To set the behavior of the direct cursor, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - Formatting Aids</emph>."
+msgid "To set the behavior of the direct cursor, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph>."
msgstr "ダイレクトカーソルの動作設定は、<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME → 設定</caseinline><defaultinline>ツール → オプション</defaultinline></switchinline> → %PRODUCTNAME Writer → 書式サポート</emph> で指定します。"
#: text_direct_cursor.xhp
@@ -16956,90 +17017,91 @@ msgid "Rotating Text"
msgstr "テキストを回転させる"
#: text_rotate.xhp
+#, fuzzy
msgctxt ""
"text_rotate.xhp\n"
"bm_id3155911\n"
"help.text"
-msgid "<bookmark_value>text; rotating</bookmark_value> <bookmark_value>rotating;text</bookmark_value>"
+msgid "<bookmark_value>text; rotating</bookmark_value> <bookmark_value>rotating;text</bookmark_value>"
msgstr "<bookmark_value>テキスト; 回転</bookmark_value><bookmark_value>回転;テキスト</bookmark_value>"
#: text_rotate.xhp
+#, fuzzy
msgctxt ""
"text_rotate.xhp\n"
"hd_id3155911\n"
-"65\n"
"help.text"
msgid "<variable id=\"text_rotate\"><link href=\"text/swriter/guide/text_rotate.xhp\" name=\"Rotating Text\">Rotating Text</link></variable>"
msgstr "<variable id=\"text_rotate\"><link href=\"text/swriter/guide/text_rotate.xhp\" name=\"テキストを回転させる\">テキストを回転させる</link></variable>"
#: text_rotate.xhp
+#, fuzzy
msgctxt ""
"text_rotate.xhp\n"
"par_id3147410\n"
-"66\n"
"help.text"
msgid "You can only rotate text that is contained in a drawing object."
msgstr "テキストを回転できるのは、図形描画オブジェクト中のテキストだけです。"
#: text_rotate.xhp
+#, fuzzy
msgctxt ""
"text_rotate.xhp\n"
"par_id3153130\n"
-"67\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">View - Toolbars- Drawing</item> to open the <item type=\"menuitem\">Drawing</item> toolbar."
+msgid "Choose <item type=\"menuitem\">View - Toolbars- Drawing</item> to open the <item type=\"menuitem\">Drawing</item> toolbar."
msgstr "<item type=\"menuitem\">表示 → ツールバー → 図形描画</item> をクリックすると<item type=\"menuitem\">図形描画</item>ツールバーが開きます。"
#: text_rotate.xhp
+#, fuzzy
msgctxt ""
"text_rotate.xhp\n"
"par_id3149866\n"
-"68\n"
"help.text"
-msgid "Select the <link href=\"text/shared/02/01140000.xhp\" name=\"Text\"><item type=\"menuitem\">Text</item></link> icon <image id=\"img_id3149600\" src=\"cmd/sc_texttoolbox.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3149600\">Icon</alt></image>."
+msgid "Select the <link href=\"text/shared/02/01140000.xhp\" name=\"Text\"><item type=\"menuitem\">Text</item></link> icon <image id=\"img_id3149600\" src=\"cmd/sc_texttoolbox.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3149600\">Icon</alt></image>."
msgstr "<link href=\"text/shared/02/01140000.xhp\" name=\"Text\"><item type=\"menuitem\">テキスト</item></link>アイコン<image id=\"img_id3149600\" src=\"cmd/sc_texttoolbox.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3149600\">アイコン</alt></image>を選択します。"
#: text_rotate.xhp
+#, fuzzy
msgctxt ""
"text_rotate.xhp\n"
"par_id3149590\n"
-"69\n"
"help.text"
msgid "Drag in your document to draw the text object, and then type your text."
msgstr "ドキュメント上のドラッグ操作でテキストオブジェクトを描画し、テキストを入力します。"
#: text_rotate.xhp
+#, fuzzy
msgctxt ""
"text_rotate.xhp\n"
"par_id3154415\n"
-"71\n"
"help.text"
-msgid "Click outside of the object, then click the text you entered. Click the <link href=\"text/shared/02/05090000.xhp\" name=\"Object Rotation Mode\"><item type=\"menuitem\">Rotate</item></link> icon <image id=\"img_id3145405\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3145405\">Icon</alt></image> on the <item type=\"menuitem\">Drawing Object Properties</item> toolbar."
+msgid "Click outside of the object, then click the text you entered. Click the <link href=\"text/shared/02/05090000.xhp\" name=\"Object Rotation Mode\"><item type=\"menuitem\">Rotate</item></link> icon <image id=\"img_id3145405\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3145405\">Icon</alt></image> on the <item type=\"menuitem\">Drawing Object Properties</item> toolbar."
msgstr "オブジェクトの外側をクリックし、それから入力したテキストをクリックします。<item type=\"menuitem\">描画オブジェクトプロパティ</item>ツールバーにある<link href=\"text/shared/02/05090000.xhp\" name=\"Object Rotation Mode\"><item type=\"menuitem\">回転</item></link>アイコン<image id=\"img_id3145405\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3145405\">アイコン</alt></image>をクリックします。"
#: text_rotate.xhp
+#, fuzzy
msgctxt ""
"text_rotate.xhp\n"
"par_id3154252\n"
-"72\n"
"help.text"
msgid "Drag one of the corner handles of the text object."
msgstr "テキストオブジェクトに表示されたコーナーハンドルの 1 つをドラッグします。"
#: text_rotate.xhp
+#, fuzzy
msgctxt ""
"text_rotate.xhp\n"
"par_id3154844\n"
-"73\n"
"help.text"
msgid "You can also right-click the text object, choose <emph>Position and Size</emph>, click the <emph>Rotation</emph> tab, and then enter a rotation angle or a new position for the object."
msgstr "また、テキストオブジェクトを右クリックして、<emph>位置とサイズ</emph> を選択し、<emph>回転</emph> タブをクリックして、回転させる角度や位置を指定することもできます。"
#: text_rotate.xhp
+#, fuzzy
msgctxt ""
"text_rotate.xhp\n"
"par_id3155888\n"
-"74\n"
"help.text"
msgid "<link href=\"text/shared/02/01140000.xhp\" name=\"Show Draw Functions\">Show Draw Functions</link>"
msgstr "<link href=\"text/shared/02/01140000.xhp\" name=\"図形描画機能の表示\">図形描画機能の表示</link>"
@@ -17150,12 +17212,12 @@ msgid "Type a name in the <emph>New Section</emph> box, and then select the <emp
msgstr "<emph>新しいセクション</emph> ボックスに名前を入力して、チェックボックス <emph>リンク</emph> をオンにします。"
#: textdoc_inframe.xhp
+#, fuzzy
msgctxt ""
"textdoc_inframe.xhp\n"
"par_id3149642\n"
-"37\n"
"help.text"
-msgid "In the <item type=\"menuitem\">File Name</item> box, type the name of the file that you want to insert, or click the browse button (<item type=\"menuitem\">...</item>) and locate the file."
+msgid "In the <item type=\"menuitem\">File Name</item> box, type the name of the file that you want to insert, or click the <item type=\"menuitem\">Browse</item> button and locate the file."
msgstr "<item type=\"menuitem\">ファイル名</item>ボックスで挿入したいファイルの名前を入力するか、ブラウズボタン (<item type=\"menuitem\">...</item>) をクリックし、ファイルを指定します。"
#: textdoc_inframe.xhp
@@ -17319,12 +17381,12 @@ msgid "For example, enable the automatic hyphenation option for the \"Default\"
msgstr "これはたとえば、「標準」段落スタイルにハイフネーションを設定して、ハイフネーションを行いたい段落にこのスタイルを適用するようにします。"
#: using_hyphen.xhp
+#, fuzzy
msgctxt ""
"using_hyphen.xhp\n"
"par_id3149611\n"
-"54\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles</emph> icon."
+msgid "Choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles</emph> icon."
msgstr "<emph>書式 → スタイルと書式設定</emph> を選択して <emph>段落スタイル</emph> アイコンをクリックします。"
#: using_hyphen.xhp
@@ -17461,18 +17523,19 @@ msgid "Adding Bullets"
msgstr "箇条書き表示にする"
#: using_numbered_lists.xhp
+#, fuzzy
msgctxt ""
"using_numbered_lists.xhp\n"
"bm_id3155186\n"
"help.text"
-msgid "<bookmark_value>bullet lists;turning on and off</bookmark_value> <bookmark_value>paragraphs; bulleted</bookmark_value> <bookmark_value>bullets;adding and editing</bookmark_value> <bookmark_value>formatting;bullets</bookmark_value> <bookmark_value>removing;bullets in text documents</bookmark_value> <bookmark_value>changing;bulleting symbols</bookmark_value>"
+msgid "<bookmark_value>bullet lists;turning on and off</bookmark_value> <bookmark_value>paragraphs; bulleted</bookmark_value> <bookmark_value>bullets;adding and editing</bookmark_value> <bookmark_value>formatting;bullets</bookmark_value> <bookmark_value>removing;bullets in text documents</bookmark_value> <bookmark_value>changing;bulleting symbols</bookmark_value>"
msgstr "<bookmark_value>箇条書きリスト; オン/オフ切り替え</bookmark_value><bookmark_value>段落; 箇条書き</bookmark_value><bookmark_value>箇条書き; 追加と編集</bookmark_value><bookmark_value>書式設定; 箇条書き</bookmark_value><bookmark_value>削除する; 文書ドキュメントでの箇条書き</bookmark_value><bookmark_value>変更する; 箇条書きの記号</bookmark_value>"
#: using_numbered_lists.xhp
+#, fuzzy
msgctxt ""
"using_numbered_lists.xhp\n"
"hd_id3155186\n"
-"6\n"
"help.text"
msgid "<variable id=\"using_numbered_lists\"><link href=\"text/swriter/guide/using_numbered_lists.xhp\" name=\"Adding Bullets\">Adding Bullets</link></variable>"
msgstr "<variable id=\"using_numbered_lists\"><link href=\"text/swriter/guide/using_numbered_lists.xhp\" name=\"箇条書き表示\">箇条書き表示</link></variable>"
@@ -17486,46 +17549,46 @@ msgid "To Add Bullets"
msgstr "箇条書きを設定する"
#: using_numbered_lists.xhp
+#, fuzzy
msgctxt ""
"using_numbered_lists.xhp\n"
"par_id3149829\n"
-"7\n"
"help.text"
msgid "Select the paragraph(s) that you want to add bullets to."
msgstr "箇条書き表示にする段落を選択します。"
#: using_numbered_lists.xhp
+#, fuzzy
msgctxt ""
"using_numbered_lists.xhp\n"
"par_id3149635\n"
-"16\n"
"help.text"
-msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Bullets On/Off</item> icon <image id=\"img_id3156108\" src=\"cmd/sc_defaultbullet.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3156108\">Icon</alt></image>."
+msgid "On the <item type=\"menuitem\">Formatting</item> Bar, click the <item type=\"menuitem\">Bullets On/Off</item> icon <image id=\"img_id3156108\" src=\"cmd/sc_defaultbullet.png\" width=\"0.423cm\" height=\"0.423cm\"><alt id=\"alt_id3156108\">Icon</alt></image>."
msgstr "<item type=\"menuitem\">書式設定</item>バーで、<item type=\"menuitem\">箇条書き オン/オフ</item>アイコン<image id=\"img_id3156108\" src=\"cmd/sc_defaultbullet.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3156108\">アイコン</alt></image>をクリックします。"
#: using_numbered_lists.xhp
+#, fuzzy
msgctxt ""
"using_numbered_lists.xhp\n"
"par_id3145403\n"
-"17\n"
"help.text"
msgid "To remove bullets, select the bulleted paragraphs, and then click the <emph>Bullets On/Off</emph> icon on the <emph>Formatting</emph> Bar."
msgstr "箇条書きを解除するには、箇条書きにした段落を選択してから <emph>書式設定</emph>バーの<emph>箇条書きオン/オフ</emph> アイコンをクリックします。"
#: using_numbered_lists.xhp
+#, fuzzy
msgctxt ""
"using_numbered_lists.xhp\n"
"hd_id3154403\n"
-"26\n"
"help.text"
msgid "To Format Bullets"
msgstr "箇条書きの書式設定をする"
#: using_numbered_lists.xhp
+#, fuzzy
msgctxt ""
"using_numbered_lists.xhp\n"
"par_id3154416\n"
-"9\n"
"help.text"
msgid "To change the formatting of a bulleted list, choose <item type=\"menuitem\">Format - Bullets and Numbering</item>."
msgstr "箇条書きリストの書式設定を変更するには、<item type=\"menuitem\">書式 → 箇条書きと番号付け</item>を選択します。"
@@ -17535,9 +17598,8 @@ msgstr "箇条書きリストの書式設定を変更するには、<item type=\
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."
+msgid "For example, to change the bulleting symbol, click the <item type=\"menuitem\">Options</item> tab, click the <item type=\"menuitem\">Select</item> button 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 "たとえば、箇条書きの記号を変更するには、<item type=\"menuitem\">オプション</item>タブをクリックし、次に、<item type=\"menuitem\">文字</item>の横にあるブラウズボタン (<item type=\"menuitem\">...</item>) をクリック、特別文字を選択します。<item type=\"menuitem\">図</item>タブをクリックすることもできます。<item type=\"menuitem\">選択</item>領域で記号のスタイルをクリックします。"
#: using_numbered_lists2.xhp
@@ -17670,12 +17732,13 @@ msgid "To Apply Numbering Manually"
msgstr "手動で番号付けを適用する"
#: using_numbering.xhp
+#, fuzzy
msgctxt ""
"using_numbering.xhp\n"
"par_id3155866\n"
"33\n"
"help.text"
-msgid "To apply numbering manually, click in the paragraph, and then click the <item type=\"menuitem\">Numbering On/Off</item> icon on the <item type=\"menuitem\">Formatting</item> Bar."
+msgid "To apply numbering manually, click in the paragraph, and then click the <item type=\"menuitem\">Numbering On/Off</item> icon on the <item type=\"menuitem\">Formatting</item> Bar."
msgstr "手動で番号付けを適用するには、段落の中ほどをクリックし<item type=\"menuitem\">書式設定</item>バーの<item type=\"menuitem\">番号付けオン/オフ</item>アイコンをクリックします。"
#: using_numbering.xhp
@@ -17754,12 +17817,12 @@ msgid "Paragraph Styles give you greater control over numbering that you apply i
msgstr "段落スタイルを使用すると、ドキュメント中で適用する段落番号に対して、より多く制御できます。スタイルの番号付け書式を変更すると、該当するスタイルが適用されているすべての段落が自動的に更新されます。"
#: using_numbering.xhp
+#, fuzzy
msgctxt ""
"using_numbering.xhp\n"
"par_id3149646\n"
-"35\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Format - Styles and Formatting</item>, and then click the <item type=\"menuitem\">Paragraph Styles</item> icon."
+msgid "Choose <item type=\"menuitem\">View - Styles and Formatting</item>, and then click the <item type=\"menuitem\">Paragraph Styles</item> icon."
msgstr "<item type=\"menuitem\">書式 → スタイルと書式設定</item>を選択し、<item type=\"menuitem\">段落スタイル</item>アイコンをクリックします。"
#: using_numbering.xhp
@@ -17772,12 +17835,13 @@ msgid "Right-click the paragraph style that you want to apply numbering to, and
msgstr "番号付けを施す段落スタイルを右クリックして、<emph>変更</emph> を選択します。"
#: using_numbering.xhp
+#, fuzzy
msgctxt ""
"using_numbering.xhp\n"
"par_id3149850\n"
"37\n"
"help.text"
-msgid "Click the <item type=\"menuitem\">Outline & Numbering</item> tab."
+msgid "Click the <item type=\"menuitem\">Outline & Numbering</item> tab."
msgstr "<item type=\"menuitem\">アウトラインと番号付け</item>タブをクリックします。"
#: using_numbering.xhp
@@ -17996,11 +18060,12 @@ msgid "To Switch off the Word Completion"
msgstr "ワードコンプリーション機能をオフにする"
#: word_completion.xhp
+#, fuzzy
msgctxt ""
"word_completion.xhp\n"
"par_idN107A5\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect Options - Word Completion</item>."
+msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
msgstr "<item type=\"menuitem\">ツール → オートコレクトオプション → ワードコンプリーション</item> を選択します。"
#: word_completion.xhp
@@ -18322,7 +18387,7 @@ msgctxt ""
"words_count.xhp\n"
"par_id111620090113400\n"
"help.text"
-msgid "To add a custom character to be considered as the word limit, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Writer - General</emph> and add the character into the <emph>Additional separators</emph> field."
+msgid "To add a custom character to be considered as the word limit, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - General</emph> and add the character into the <emph>Additional separators</emph> field."
msgstr ""
#: words_count.xhp
@@ -18351,18 +18416,19 @@ msgid "Wrapping Text Around Objects"
msgstr "オブジェクトの周囲で文書を折り返す"
#: wrap.xhp
+#, fuzzy
msgctxt ""
"wrap.xhp\n"
"bm_id3154486\n"
"help.text"
-msgid "<bookmark_value>text wrap around objects</bookmark_value> <bookmark_value>contour editor</bookmark_value> <bookmark_value>contour wrap</bookmark_value> <bookmark_value>text; formatting around objects</bookmark_value> <bookmark_value>formatting; contour wrap</bookmark_value> <bookmark_value>objects; contour wrap</bookmark_value> <bookmark_value>wrapping text;editing contours</bookmark_value> <bookmark_value>editors;contour editor</bookmark_value>"
+msgid "<bookmark_value>text wrap around objects</bookmark_value> <bookmark_value>contour editor</bookmark_value> <bookmark_value>contour wrap</bookmark_value> <bookmark_value>text; formatting around objects</bookmark_value> <bookmark_value>formatting; contour wrap</bookmark_value> <bookmark_value>objects; contour wrap</bookmark_value> <bookmark_value>wrapping text;editing contours</bookmark_value> <bookmark_value>editors;contour editor</bookmark_value>"
msgstr "<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>エディター; 輪郭エディター</bookmark_value>"
#: wrap.xhp
+#, fuzzy
msgctxt ""
"wrap.xhp\n"
"hd_id3154486\n"
-"8\n"
"help.text"
msgid "<variable id=\"wrap\"><link href=\"text/swriter/guide/wrap.xhp\" name=\"Wrapping Text Around Objects\">Wrapping Text Around Objects</link></variable>"
msgstr "<variable id=\"wrap\"><link href=\"text/swriter/guide/wrap.xhp\" name=\"オブジェクト周辺における文書の折り返し\">オブジェクト周辺における文書の折り返し</link></variable>"
@@ -18376,10 +18442,10 @@ msgid "To Wrap Text Around an Object"
msgstr "オブジェクト周辺のテキストを折り返す"
#: wrap.xhp
+#, fuzzy
msgctxt ""
"wrap.xhp\n"
"par_id3149696\n"
-"9\n"
"help.text"
msgid "Select the object."
msgstr "オブジェクトを選択します。"
@@ -18388,34 +18454,33 @@ msgstr "オブジェクトを選択します。"
msgctxt ""
"wrap.xhp\n"
"par_id3155907\n"
-"10\n"
"help.text"
-msgid "Choose <emph>Format - Wrap</emph>, and then choose the wrapping style that you want to apply."
-msgstr "メニュー <emph>書式 → 折り返し</emph> を選択して、折り返しスタイルを選択します。"
+msgid "Choose <emph>Format - Frame and Objects - Properties</emph>, and then click the <link href=\"text/swriter/01/05060200.xhp\" name=\"Wrap\"><emph>Wrap</emph></link> tab to choose the wrapping style that you want to apply."
+msgstr ""
#: wrap.xhp
+#, fuzzy
msgctxt ""
"wrap.xhp\n"
"par_id3155859\n"
-"4\n"
"help.text"
msgid "The current wrapping style is indicated by a bullet."
msgstr "現在選択されている折り返しスタイルには、黒丸が表示されています。"
#: wrap.xhp
+#, fuzzy
msgctxt ""
"wrap.xhp\n"
"hd_id3149834\n"
-"14\n"
"help.text"
msgid "To Specify the Wrapping Properties"
msgstr "折り返し属性を設定する"
#: wrap.xhp
+#, fuzzy
msgctxt ""
"wrap.xhp\n"
"par_id3154079\n"
-"15\n"
"help.text"
msgid "Select the object."
msgstr "オブジェクトを選択します。"
@@ -18425,79 +18490,78 @@ msgstr "オブジェクトを選択します。"
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."
+msgid "Choose <emph>Format - Image - Properties</emph>, and then click the <link href=\"text/swriter/01/05060200.xhp\" name=\"Wrap\"><emph>Wrap</emph></link> tab."
msgstr "メニュー <emph>書式 → 画像</emph> を選択して、<link href=\"text/swriter/01/05060200.xhp\" name=\"折り返し\"><emph>折り返し</emph></link> タブをクリックします。"
#: wrap.xhp
+#, fuzzy
msgctxt ""
"wrap.xhp\n"
"par_id3153370\n"
-"5\n"
"help.text"
msgid "Set the options that you want."
msgstr "必要なオプションを設定します。"
#: wrap.xhp
+#, fuzzy
msgctxt ""
"wrap.xhp\n"
"par_id3153386\n"
-"16\n"
"help.text"
msgid "Click <emph>OK</emph>."
msgstr "<emph>OK</emph> をクリックします。"
#: wrap.xhp
+#, fuzzy
msgctxt ""
"wrap.xhp\n"
"hd_id3154247\n"
-"17\n"
"help.text"
msgid "To Change the Wrapping Contour of a Graphic"
msgstr "図の折り返し輪郭を変更する"
#: wrap.xhp
+#, fuzzy
msgctxt ""
"wrap.xhp\n"
"par_id3154262\n"
-"18\n"
"help.text"
msgid "You can change the shape that the text wraps around."
msgstr "テキストをどのような形で折り返すかは、ユーザーが設定できます。"
#: wrap.xhp
+#, fuzzy
msgctxt ""
"wrap.xhp\n"
"par_id3154860\n"
-"19\n"
"help.text"
msgid "Select the graphic, right-click, and then choose <emph>Wrap - Edit Contour</emph>."
msgstr "画像を選択して、右クリックし、コンテキストメニュー <emph>折り返し → 輪郭の編集</emph> を選択します。"
#: wrap.xhp
+#, fuzzy
msgctxt ""
"wrap.xhp\n"
"par_id3150231\n"
-"7\n"
"help.text"
-msgid "Use the tools to draw a new contour, and then click the <item type=\"menuitem\">Apply</item> icon (green check mark)."
+msgid "Use the tools to draw a new contour, and then click the <item type=\"menuitem\">Apply</item> icon (green check mark)."
msgstr "ツールを使用し、新しい輪郭を描き、<item type=\"menuitem\">適用</item>アイコン (緑色のチェックマーク) をクリックします。"
#: wrap.xhp
+#, fuzzy
msgctxt ""
"wrap.xhp\n"
"par_id3150947\n"
-"21\n"
"help.text"
-msgid "Close the <item type=\"menuitem\">Contour Editor</item> window."
+msgid "Close the <item type=\"menuitem\">Contour Editor</item> window."
msgstr "<item type=\"menuitem\">輪郭エディター</item>ウィンドウを閉じます。"
#: wrap.xhp
+#, fuzzy
msgctxt ""
"wrap.xhp\n"
"par_id3150520\n"
-"22\n"
"help.text"
msgid "<link href=\"text/swriter/01/05060201.xhp\" name=\"Contour Editor\">Contour Editor</link>"
msgstr "<link href=\"text/swriter/01/05060201.xhp\" name=\"輪郭エディター\">輪郭エディター</link>"
diff --git a/source/ja/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/ja/instsetoo_native/inc_openoffice/windows/msi_languages.po
index a7ba72fc0d7..5c7cca20a0d 100644
--- a/source/ja/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/ja/instsetoo_native/inc_openoffice/windows/msi_languages.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-12-06 06:37+0000\n"
-"Last-Translator: paz Ohhashi <paz.ohhashi@gmail.com>\n"
+"POT-Creation-Date: 2016-03-09 20:48+0100\n"
+"PO-Revision-Date: 2015-12-29 05:44+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"
@@ -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: 1449383828.000000\n"
+"X-POOTLE-MTIME: 1451367841.000000\n"
#: ActionTe.ulf
msgctxt ""
@@ -597,8 +597,8 @@ msgctxt ""
"ActionTe.ulf\n"
"OOO_ACTIONTEXT_73\n"
"LngText.text"
-msgid "Removing files"
-msgstr "ファイルを削除しています"
+msgid "Removing files from previous installation"
+msgstr ""
#: ActionTe.ulf
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 945fe291675..64eb38ef972 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: 2016-01-08 13:42+0100\n"
-"PO-Revision-Date: 2016-02-23 09:05+0000\n"
-"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2016-02-28 07:39+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: 1456218356.000000\n"
+"X-POOTLE-MTIME: 1456645186.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -143,6 +143,16 @@ msgid "Form Spin Button"
msgstr "フォームスピンボタン"
#: BasicIDEWindowState.xcu
+#, fuzzy
+msgctxt ""
+"BasicIDEWindowState.xcu\n"
+"..BasicIDEWindowState.UIElements.States.private:resource/popupmenu/dialog\n"
+"UIName\n"
+"value.text"
+msgid "Dialog"
+msgstr "ダイアログ"
+
+#: BasicIDEWindowState.xcu
msgctxt ""
"BasicIDEWindowState.xcu\n"
"..BasicIDEWindowState.UIElements.States.private:resource/toolbar/standardbar\n"
@@ -388,6 +398,15 @@ msgstr "参照先トレースの削除(~D)"
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FreezeCellsMenu\n"
+"Label\n"
+"value.text"
+msgid "Freeze ~Cells"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:FreezePanes\n"
"Label\n"
"value.text"
@@ -397,6 +416,24 @@ msgstr "行と列の固定(~R)"
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FreezePanesFirstColumn\n"
+"Label\n"
+"value.text"
+msgid "Freeze First Column"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FreezePanesFirstRow\n"
+"Label\n"
+"value.text"
+msgid "Freeze First Row"
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:ShowErrors\n"
"Label\n"
"value.text"
@@ -413,6 +450,55 @@ msgid "Insert Chart"
msgstr "グラフの挿入"
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillModeTracePredescessor\n"
+"Label\n"
+"value.text"
+msgid "Trace ~Precedent"
+msgstr "参照元トレース(~P)"
+
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillModeRemovePredescessor\n"
+"Label\n"
+"value.text"
+msgid "~Remove Precedent"
+msgstr "参照元トレースの削除(~R)"
+
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillModeTraceSuccessor\n"
+"Label\n"
+"value.text"
+msgid "~Trace Dependent"
+msgstr "参照先トレース(~T)"
+
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillModeRemoveSuccessor\n"
+"Label\n"
+"value.text"
+msgid "Remove Dependent"
+msgstr "参照先トレースの削除(~D)"
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FillModeEnd\n"
+"Label\n"
+"value.text"
+msgid "Exit Fill Mode"
+msgstr ""
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:ClearArrows\n"
@@ -566,6 +652,16 @@ msgid "Pivot Table Filter"
msgstr "ピボットテーブルフィルター"
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataPilotFilter\n"
+"PopupLabel\n"
+"value.text"
+msgid "~Filter..."
+msgstr "フィルター(~F)..."
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:NextPage\n"
@@ -665,12 +761,13 @@ msgid "Page Format"
msgstr "ページ書式"
#: CalcCommands.xcu
+#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:StatusSelectionMode\n"
"Label\n"
"value.text"
-msgid "Selection Mode"
+msgid "Se~lection Mode"
msgstr "選択モード"
#: CalcCommands.xcu
@@ -820,6 +917,15 @@ msgstr "ピボットテーブル(~V)..."
#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DataDataPilotRun\n"
+"PopupLabel\n"
+"value.text"
+msgid "~Edit Layout..."
+msgstr ""
+
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:GoLeftToStartOfDataSel\n"
"Label\n"
"value.text"
@@ -1259,6 +1365,16 @@ msgid "Delete C~ells..."
msgstr "セルの削除(~E)..."
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteCell\n"
+"PopupLabel\n"
+"value.text"
+msgid "De~lete..."
+msgstr "削除(~D)..."
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:RepeatSearch\n"
@@ -1664,6 +1780,16 @@ msgid "Comm~ent"
msgstr "コメント(~E)"
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertAnnotation\n"
+"PopupLabel\n"
+"value.text"
+msgid "Insert Co~mment"
+msgstr "コマンドの挿入"
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:DeleteNote\n"
@@ -1835,6 +1961,16 @@ msgid "Cle~ar Cells..."
msgstr "セルの削除(~A)..."
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:Delete\n"
+"PopupLabel\n"
+"value.text"
+msgid "Cl~ear Contents..."
+msgstr "内容の消去"
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:DeleteAllBreaks\n"
@@ -1970,6 +2106,16 @@ msgid "Insert ~Cells..."
msgstr "セルの挿入(~C)..."
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertCell\n"
+"PopupLabel\n"
+"value.text"
+msgid "~Insert..."
+msgstr "挿入(~I)..."
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertRowsMenu\n"
@@ -2024,6 +2170,16 @@ msgid "Rows ~Above"
msgstr "行の上(~A)"
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertRowsBefore\n"
+"PopupLabel\n"
+"value.text"
+msgid "Insert Rows ~Above"
+msgstr "行を上に挿入"
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertColumns\n"
@@ -2060,6 +2216,16 @@ msgid "Columns ~Left"
msgstr "列の左(~L)"
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertColumnsBefore\n"
+"PopupLabel\n"
+"value.text"
+msgid "Insert Columns ~Left"
+msgstr "列を左に挿入"
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertRowsAfter\n"
@@ -2078,6 +2244,16 @@ msgid "Rows ~Below"
msgstr "行の下(~B)"
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertRowsAfter\n"
+"PopupLabel\n"
+"value.text"
+msgid "Insert Rows ~Below"
+msgstr "行を下に挿入"
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertColumnsAfter\n"
@@ -2096,6 +2272,16 @@ msgid "Columns ~Right"
msgstr "列の右(~R)"
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:InsertColumnsAfter\n"
+"PopupLabel\n"
+"value.text"
+msgid "Insert Columns ~Right"
+msgstr "列を右に挿入"
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:Insert\n"
@@ -2231,6 +2417,16 @@ msgid "Ce~lls..."
msgstr "セル(~L)..."
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:FormatCellDialog\n"
+"PopupLabel\n"
+"value.text"
+msgid "~Format Cells..."
+msgstr "セルの書式設定(~C)..."
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:RowHeight\n"
@@ -2249,6 +2445,16 @@ msgid "~Height..."
msgstr "高さ(~H)..."
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:RowHeight\n"
+"PopupLabel\n"
+"value.text"
+msgid "Row ~Height..."
+msgstr "行の高さ(~H)..."
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:SetOptimalRowHeight\n"
@@ -2285,6 +2491,16 @@ msgid "H~ide"
msgstr "非表示(~I)"
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:HideRow\n"
+"PopupLabel\n"
+"value.text"
+msgid "H~ide Rows"
+msgstr "行を表示しない(~I)"
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:ShowRow\n"
@@ -2303,6 +2519,16 @@ msgid "~Show"
msgstr "表示(~S)"
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowRow\n"
+"PopupLabel\n"
+"value.text"
+msgid "Sho~w Rows"
+msgstr "行を表示する(~S)"
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:ColumnWidth\n"
@@ -2321,6 +2547,16 @@ msgid "~Width..."
msgstr "幅(~W)..."
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ColumnWidth\n"
+"PopupLabel\n"
+"value.text"
+msgid "Column ~Width..."
+msgstr "列幅(~W)..."
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:SetOptimalColumnWidth\n"
@@ -2357,6 +2593,16 @@ msgid "~Hide"
msgstr "非表示(~H)"
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:HideColumn\n"
+"PopupLabel\n"
+"value.text"
+msgid "H~ide Columns"
+msgstr "列を表示しない(~H)"
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:ShowColumn\n"
@@ -2375,6 +2621,16 @@ msgid "~Show"
msgstr "表示(~S)"
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:ShowColumn\n"
+"PopupLabel\n"
+"value.text"
+msgid "S~how Columns"
+msgstr "列を表示する(~S)"
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:Hide\n"
@@ -2438,6 +2694,16 @@ msgid "~Page..."
msgstr "ページ(~P)..."
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:PageFormatDialog\n"
+"PopupLabel\n"
+"value.text"
+msgid "Format Pa~ge..."
+msgstr "ページの書式設定(~P)..."
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:StandardTextAttributes\n"
@@ -2447,6 +2713,16 @@ msgid "Standard Text Attributes"
msgstr "標準テキスト属性の設定"
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:StandardTextAttributes\n"
+"PopupLabel\n"
+"value.text"
+msgid "Default"
+msgstr "標準"
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:TextAttributes\n"
@@ -2789,6 +3065,16 @@ msgid "Sheet ~Tab Color..."
msgstr "シートタブの色(~T)..."
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SetTabBgColor\n"
+"PopupLabel\n"
+"value.text"
+msgid "~Tab Color..."
+msgstr "タブの色(~T)..."
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:TabBgColor\n"
@@ -3122,6 +3408,16 @@ msgid "R~ight-To-Left"
msgstr "右から左へ(~I)"
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SheetRightToLeft\n"
+"PopupLabel\n"
+"value.text"
+msgid "Sheet R~ight-To-Left"
+msgstr "シートを右から左へ(~I)"
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:SetAnchorToPage\n"
@@ -3208,8 +3504,8 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:InsertFieldSheet\n"
"Label\n"
"value.text"
-msgid "Insert Sheet Name Field"
-msgstr "シートの名前のフィールドを挿入"
+msgid "Sheet Name"
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -3217,17 +3513,18 @@ msgctxt ""
"..CalcCommands.UserInterface.Commands..uno:InsertFieldDocTitle\n"
"Label\n"
"value.text"
-msgid "Insert Document Title Field"
-msgstr "文書のタイトルのフィールドを挿入"
+msgid "Document Title"
+msgstr ""
#: CalcCommands.xcu
+#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertFieldDateVariable\n"
"Label\n"
"value.text"
-msgid "Insert Date Field (variable)"
-msgstr "日付のフィールド(可変)を挿入"
+msgid "Date"
+msgstr "日付"
#: CalcCommands.xcu
msgctxt ""
@@ -3248,6 +3545,16 @@ msgid "Formula to Value"
msgstr "数式を数値に"
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:InsertFieldMenu\n"
+"Label\n"
+"value.text"
+msgid "Insert Field"
+msgstr "フィールドの挿入"
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Popups..uno:AuditMenu\n"
@@ -3388,8 +3695,8 @@ msgctxt ""
"..CalcCommands.UserInterface.Popups..uno:RowMenu\n"
"Label\n"
"value.text"
-msgid "~Row"
-msgstr "行(~R)"
+msgid "Ro~w"
+msgstr ""
#: CalcCommands.xcu
msgctxt ""
@@ -3428,12 +3735,13 @@ msgid "M~erge Cells"
msgstr "セルの結合(~E)"
#: CalcCommands.xcu
+#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Popups..uno:PrintRangesMenu\n"
"Label\n"
"value.text"
-msgid "Pri~nt Ranges"
+msgid "Prin~t Ranges"
msgstr "印刷範囲(~N)"
#: CalcCommands.xcu
@@ -3554,6 +3862,16 @@ msgid "Paste Only Formula"
msgstr "数式に限定して貼り付け"
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:PasteOnlyFormula\n"
+"PopupLabel\n"
+"value.text"
+msgid "~Formula"
+msgstr "数式(~R)"
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Popups..uno:PasteOnlyText\n"
@@ -3563,6 +3881,16 @@ msgid "Paste Only Text"
msgstr "テキストに限定して貼り付け"
#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:PasteOnlyText\n"
+"PopupLabel\n"
+"value.text"
+msgid "~Text"
+msgstr "テキスト(~T)"
+
+#: CalcCommands.xcu
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Popups..uno:PasteOnlyValue\n"
@@ -3571,6 +3899,183 @@ msgctxt ""
msgid "Paste Only Value"
msgstr "値に限定して貼り付け"
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Popups..uno:PasteOnlyValue\n"
+"PopupLabel\n"
+"value.text"
+msgid "~Number"
+msgstr "数値"
+
+#: CalcWindowState.xcu
+#, fuzzy
+msgctxt ""
+"CalcWindowState.xcu\n"
+"..CalcWindowState.UIElements.States.private:resource/popupmenu/audit\n"
+"UIName\n"
+"value.text"
+msgid "Detective"
+msgstr "トレース(~D)"
+
+#: CalcWindowState.xcu
+#, fuzzy
+msgctxt ""
+"CalcWindowState.xcu\n"
+"..CalcWindowState.UIElements.States.private:resource/popupmenu/cell\n"
+"UIName\n"
+"value.text"
+msgid "Cell"
+msgstr "セル"
+
+#: CalcWindowState.xcu
+msgctxt ""
+"CalcWindowState.xcu\n"
+"..CalcWindowState.UIElements.States.private:resource/popupmenu/celledit\n"
+"UIName\n"
+"value.text"
+msgid "Cell Edit"
+msgstr ""
+
+#: CalcWindowState.xcu
+#, fuzzy
+msgctxt ""
+"CalcWindowState.xcu\n"
+"..CalcWindowState.UIElements.States.private:resource/popupmenu/chart\n"
+"UIName\n"
+"value.text"
+msgid "Chart"
+msgstr "グラフ"
+
+#: CalcWindowState.xcu
+msgctxt ""
+"CalcWindowState.xcu\n"
+"..CalcWindowState.UIElements.States.private:resource/popupmenu/colheader\n"
+"UIName\n"
+"value.text"
+msgid "Column Header"
+msgstr ""
+
+#: CalcWindowState.xcu
+#, fuzzy
+msgctxt ""
+"CalcWindowState.xcu\n"
+"..CalcWindowState.UIElements.States.private:resource/popupmenu/draw\n"
+"UIName\n"
+"value.text"
+msgid "Shape"
+msgstr "シェイプ"
+
+#: CalcWindowState.xcu
+#, fuzzy
+msgctxt ""
+"CalcWindowState.xcu\n"
+"..CalcWindowState.UIElements.States.private:resource/popupmenu/drawtext\n"
+"UIName\n"
+"value.text"
+msgid "Shape Text"
+msgstr "テキストのスケール"
+
+#: CalcWindowState.xcu
+#, fuzzy
+msgctxt ""
+"CalcWindowState.xcu\n"
+"..CalcWindowState.UIElements.States.private:resource/popupmenu/form\n"
+"UIName\n"
+"value.text"
+msgid "Form Control"
+msgstr "フォームコントロール"
+
+#: CalcWindowState.xcu
+#, fuzzy
+msgctxt ""
+"CalcWindowState.xcu\n"
+"..CalcWindowState.UIElements.States.private:resource/popupmenu/formrichtext\n"
+"UIName\n"
+"value.text"
+msgid "Text Box Formatting"
+msgstr "テキストボックスの書式設定"
+
+#: CalcWindowState.xcu
+#, fuzzy
+msgctxt ""
+"CalcWindowState.xcu\n"
+"..CalcWindowState.UIElements.States.private:resource/popupmenu/graphic\n"
+"UIName\n"
+"value.text"
+msgid "Image"
+msgstr "イメージ"
+
+#: CalcWindowState.xcu
+#, fuzzy
+msgctxt ""
+"CalcWindowState.xcu\n"
+"..CalcWindowState.UIElements.States.private:resource/popupmenu/media\n"
+"UIName\n"
+"value.text"
+msgid "Media"
+msgstr "メディア"
+
+#: CalcWindowState.xcu
+#, fuzzy
+msgctxt ""
+"CalcWindowState.xcu\n"
+"..CalcWindowState.UIElements.States.private:resource/popupmenu/oleobject\n"
+"UIName\n"
+"value.text"
+msgid "OLE Object"
+msgstr "OLE オブジェクト"
+
+#: CalcWindowState.xcu
+#, fuzzy
+msgctxt ""
+"CalcWindowState.xcu\n"
+"..CalcWindowState.UIElements.States.private:resource/popupmenu/pagebreak\n"
+"UIName\n"
+"value.text"
+msgid "Page Break"
+msgstr "改ページ(~P)"
+
+#: CalcWindowState.xcu
+#, fuzzy
+msgctxt ""
+"CalcWindowState.xcu\n"
+"..CalcWindowState.UIElements.States.private:resource/popupmenu/pivot\n"
+"UIName\n"
+"value.text"
+msgid "Pivot Table"
+msgstr "ピボットテーブル(~P)"
+
+#: CalcWindowState.xcu
+#, fuzzy
+msgctxt ""
+"CalcWindowState.xcu\n"
+"..CalcWindowState.UIElements.States.private:resource/popupmenu/preview\n"
+"UIName\n"
+"value.text"
+msgid "Print Preview"
+msgstr "印刷プレビュー"
+
+#: CalcWindowState.xcu
+#, fuzzy
+msgctxt ""
+"CalcWindowState.xcu\n"
+"..CalcWindowState.UIElements.States.private:resource/popupmenu/rowheader\n"
+"UIName\n"
+"value.text"
+msgid "Row Header"
+msgstr "ヘッダーへ"
+
+#: CalcWindowState.xcu
+msgctxt ""
+"CalcWindowState.xcu\n"
+"..CalcWindowState.UIElements.States.private:resource/popupmenu/sheettab\n"
+"UIName\n"
+"value.text"
+msgid "Sheet Tabs Bar"
+msgstr ""
+
#: CalcWindowState.xcu
msgctxt ""
"CalcWindowState.xcu\n"
@@ -3581,6 +4086,25 @@ msgid "Graphic Filter"
msgstr "グラフィックフィルター"
#: CalcWindowState.xcu
+#, fuzzy
+msgctxt ""
+"CalcWindowState.xcu\n"
+"..CalcWindowState.UIElements.States.private:resource/toolbar/linesbar\n"
+"UIName\n"
+"value.text"
+msgid "Lines"
+msgstr "線"
+
+#: CalcWindowState.xcu
+msgctxt ""
+"CalcWindowState.xcu\n"
+"..CalcWindowState.UIElements.States.private:resource/toolbar/classificationbar\n"
+"UIName\n"
+"value.text"
+msgid "Classification"
+msgstr ""
+
+#: CalcWindowState.xcu
msgctxt ""
"CalcWindowState.xcu\n"
"..CalcWindowState.UIElements.States.private:resource/toolbar/graphicobjectbar\n"
@@ -4931,6 +5455,26 @@ msgid "~Grid"
msgstr "目盛線(~G)"
#: ChartWindowState.xcu
+#, fuzzy
+msgctxt ""
+"ChartWindowState.xcu\n"
+"..ChartWindowState.UIElements.States.private:resource/popupmenu/draw\n"
+"UIName\n"
+"value.text"
+msgid "Shape"
+msgstr "シェイプ"
+
+#: ChartWindowState.xcu
+#, fuzzy
+msgctxt ""
+"ChartWindowState.xcu\n"
+"..ChartWindowState.UIElements.States.private:resource/popupmenu/drawtext\n"
+"UIName\n"
+"value.text"
+msgid "Shape Text"
+msgstr "テキストのスケール"
+
+#: ChartWindowState.xcu
msgctxt ""
"ChartWindowState.xcu\n"
"..ChartWindowState.UIElements.States.private:resource/toolbar/standardbar\n"
@@ -5878,11 +6422,11 @@ msgstr "プレビュー"
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
-"..DrawImpressCommands.UserInterface.Commands..uno:Polygon\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:CloseObject\n"
"Label\n"
"value.text"
-msgid "Polygon, filled"
-msgstr "多角形、塗りつぶし"
+msgid "Close ~Object"
+msgstr ""
#: DrawImpressCommands.xcu
msgctxt ""
@@ -5926,8 +6470,18 @@ msgctxt ""
"..DrawImpressCommands.UserInterface.Commands..uno:RenamePage\n"
"Label\n"
"value.text"
-msgid "Rename Page/Slide"
-msgstr "ページ/スライド名の変更"
+msgid "Rename Page"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:RenameSlide\n"
+"Label\n"
+"value.text"
+msgid "Rename Slide"
+msgstr "ページの名前変更"
#: DrawImpressCommands.xcu
msgctxt ""
@@ -5935,8 +6489,8 @@ msgctxt ""
"..DrawImpressCommands.UserInterface.Commands..uno:RenameLayer\n"
"Label\n"
"value.text"
-msgid "~Rename"
-msgstr "名前の変更(~R)"
+msgid "~Rename Layer"
+msgstr ""
#: DrawImpressCommands.xcu
msgctxt ""
@@ -6403,8 +6957,18 @@ msgctxt ""
"..DrawImpressCommands.UserInterface.Commands..uno:DuplicatePage\n"
"Label\n"
"value.text"
-msgid "Duplicate Page/~Slide"
-msgstr "ページ/スライドの複製(~S)"
+msgid "Duplicate Page"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:DuplicateSlide\n"
+"Label\n"
+"value.text"
+msgid "Duplicate ~Slide"
+msgstr "スライドの複製(~S)"
#: DrawImpressCommands.xcu
msgctxt ""
@@ -6677,13 +7241,14 @@ msgid "To C~ontour"
msgstr "輪郭に変換(~O)"
#: DrawImpressCommands.xcu
+#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:EditHyperlink\n"
"Label\n"
"value.text"
-msgid "H~yperlink..."
-msgstr "ハイパーリンク(~Y)..."
+msgid "~Hyperlink..."
+msgstr "ハイパーリンク(~H)..."
#: DrawImpressCommands.xcu
msgctxt ""
@@ -6709,16 +7274,36 @@ msgctxt ""
"..DrawImpressCommands.UserInterface.Commands..uno:PageSetup\n"
"Label\n"
"value.text"
-msgid "Format Page/Slide"
-msgstr "ページ/スライドの書式"
+msgid "Format Page"
+msgstr ""
#: DrawImpressCommands.xcu
+#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:PageSetup\n"
"ContextLabel\n"
"value.text"
-msgid "~Page/Slide Properties..."
+msgid "~Page Properties..."
+msgstr "ページ/スライドのプロパティ(~P)..."
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:SlideSetup\n"
+"Label\n"
+"value.text"
+msgid "Format Slide"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:SlideSetup\n"
+"ContextLabel\n"
+"value.text"
+msgid "Slide Properties..."
msgstr "ページ/スライドのプロパティ(~P)..."
#: DrawImpressCommands.xcu
@@ -6803,13 +7388,23 @@ msgid "~High Contrast"
msgstr "ハイコントラスト(~H)"
#: DrawImpressCommands.xcu
+#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:InsertPage\n"
"Label\n"
"value.text"
-msgid "New Page/Slid~e"
-msgstr "新しいページ/スライド(~E)"
+msgid "New Page"
+msgstr "次のページ"
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:InsertSlide\n"
+"Label\n"
+"value.text"
+msgid "New Slid~e"
+msgstr ""
#: DrawImpressCommands.xcu
msgctxt ""
@@ -6958,13 +7553,43 @@ msgstr "ルーラー(~R)"
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:ShowRuler\n"
+"PopupLabel\n"
+"value.text"
+msgid "View ~Rulers"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:InsertLayer\n"
"Label\n"
"value.text"
+msgid "Insert Layer"
+msgstr "ラベルの挿入"
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:InsertLayer\n"
+"ContextLabel\n"
+"value.text"
msgid "~Layer..."
msgstr "レイヤー(~L)..."
#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:InsertLayer\n"
+"PopupLabel\n"
+"value.text"
+msgid "~Insert Layer..."
+msgstr "名前の挿入(~I)..."
+
+#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:ModifyPage\n"
@@ -6979,12 +7604,31 @@ msgctxt ""
"..DrawImpressCommands.UserInterface.Commands..uno:ModifyLayer\n"
"Label\n"
"value.text"
+msgid "Modify Layer"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:ModifyLayer\n"
+"ContextLabel\n"
+"value.text"
msgid "~Layer..."
msgstr "レイヤー(~L)..."
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:ModifyLayer\n"
+"PopupLabel\n"
+"value.text"
+msgid "~Modify Layer..."
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:PageMode\n"
"Label\n"
"value.text"
@@ -7096,8 +7740,8 @@ msgctxt ""
"..DrawImpressCommands.UserInterface.Commands..uno:PresentationLayout\n"
"Label\n"
"value.text"
-msgid "Slide D~esign..."
-msgstr "ページスタイル(~E)..."
+msgid "Slide Master D~esign..."
+msgstr ""
#: DrawImpressCommands.xcu
msgctxt ""
@@ -7159,26 +7803,38 @@ msgctxt ""
"..DrawImpressCommands.UserInterface.Commands..uno:DeletePage\n"
"Label\n"
"value.text"
-msgid "D~elete Page/Slide"
-msgstr "ページ/スライドの削除(~E)"
+msgid "D~elete Page"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:DeleteSlide\n"
+"Label\n"
+"value.text"
+msgid "D~elete Slide"
+msgstr "スライドの削除(~E)"
#: DrawImpressCommands.xcu
+#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DeleteLayer\n"
"Label\n"
"value.text"
-msgid "Delete"
-msgstr "削除"
+msgid "Delete Layer"
+msgstr "マスターを削除"
#: DrawImpressCommands.xcu
+#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:Dismantle\n"
"Label\n"
"value.text"
-msgid "~Split"
-msgstr "組み合わせの解除(~S)"
+msgid "Spl~it"
+msgstr "スプリット"
#: DrawImpressCommands.xcu
msgctxt ""
@@ -7408,15 +8064,6 @@ msgstr "矢印終点直線コネクター"
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
-"..DrawImpressCommands.UserInterface.Commands..uno:LineToolbox\n"
-"Label\n"
-"value.text"
-msgid "Curve"
-msgstr "曲線"
-
-#: DrawImpressCommands.xcu
-msgctxt ""
-"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:ConnectorLineArrows\n"
"Label\n"
"value.text"
@@ -7678,69 +8325,6 @@ msgstr "テキスト範囲のみ選択"
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
-"..DrawImpressCommands.UserInterface.Commands..uno:ConvertTo1BitThreshold\n"
-"Label\n"
-"value.text"
-msgid "1 Bit Threshold"
-msgstr "1ビットしきい値"
-
-#: DrawImpressCommands.xcu
-msgctxt ""
-"DrawImpressCommands.xcu\n"
-"..DrawImpressCommands.UserInterface.Commands..uno:ConvertTo1BitMatrix\n"
-"Label\n"
-"value.text"
-msgid "1 Bit Dithered"
-msgstr "1ビッドディザリング"
-
-#: DrawImpressCommands.xcu
-msgctxt ""
-"DrawImpressCommands.xcu\n"
-"..DrawImpressCommands.UserInterface.Commands..uno:ConvertTo4BitGrays\n"
-"Label\n"
-"value.text"
-msgid "4 Bit grayscales"
-msgstr "4ビットグレースケール"
-
-#: DrawImpressCommands.xcu
-msgctxt ""
-"DrawImpressCommands.xcu\n"
-"..DrawImpressCommands.UserInterface.Commands..uno:ConvertTo4BitColors\n"
-"Label\n"
-"value.text"
-msgid "4 Bit color palette"
-msgstr "4ビットカラーパレット"
-
-#: DrawImpressCommands.xcu
-msgctxt ""
-"DrawImpressCommands.xcu\n"
-"..DrawImpressCommands.UserInterface.Commands..uno:ConvertTo8BitGrays\n"
-"Label\n"
-"value.text"
-msgid "8 Bit Grayscales"
-msgstr "8ビットグレースケール"
-
-#: DrawImpressCommands.xcu
-msgctxt ""
-"DrawImpressCommands.xcu\n"
-"..DrawImpressCommands.UserInterface.Commands..uno:ConvertTo8BitColors\n"
-"Label\n"
-"value.text"
-msgid "8 Bit color palette"
-msgstr "8ビットカラーパレット"
-
-#: DrawImpressCommands.xcu
-msgctxt ""
-"DrawImpressCommands.xcu\n"
-"..DrawImpressCommands.UserInterface.Commands..uno:ConvertToTrueColor\n"
-"Label\n"
-"value.text"
-msgid "24 Bit True Color"
-msgstr "24ビット True Color"
-
-#: DrawImpressCommands.xcu
-msgctxt ""
-"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DoubleClickTextEdit\n"
"Label\n"
"value.text"
@@ -7759,15 +8343,6 @@ msgstr "保存(~S)..."
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
-"..DrawImpressCommands.UserInterface.Commands..uno:OriginalSize\n"
-"Label\n"
-"value.text"
-msgid "~Original Size"
-msgstr "元のサイズ(~O)"
-
-#: DrawImpressCommands.xcu
-msgctxt ""
-"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:ChangePicture\n"
"Label\n"
"value.text"
@@ -8270,15 +8845,36 @@ msgid "Insert Row"
msgstr "行の挿入"
#: DrawImpressCommands.xcu
+#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:InsertRowDialog\n"
"Label\n"
"value.text"
+msgid "Insert Rows"
+msgstr "行の挿入(~R)"
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:InsertRowDialog\n"
+"ContextLabel\n"
+"value.text"
msgid "~Rows..."
msgstr "行(~R)..."
#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:InsertRowDialog\n"
+"PopupLabel\n"
+"value.text"
+msgid "Insert Rows..."
+msgstr "行の挿入(~R)"
+
+#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:InsertColumns\n"
@@ -8288,15 +8884,36 @@ msgid "Insert Column"
msgstr "列の挿入"
#: DrawImpressCommands.xcu
+#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:InsertColumnDialog\n"
"Label\n"
"value.text"
+msgid "Insert Columns"
+msgstr "列の挿入(~L)"
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:InsertColumnDialog\n"
+"ContextLabel\n"
+"value.text"
msgid "~Columns..."
msgstr "列(~C)..."
#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:InsertColumnDialog\n"
+"PopupLabel\n"
+"value.text"
+msgid "Insert Columns..."
+msgstr "列の挿入"
+
+#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
@@ -8315,6 +8932,16 @@ msgid "~Rows"
msgstr "行(~R)"
#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"PopupLabel\n"
+"value.text"
+msgid "Delete Row"
+msgstr "行の削除"
+
+#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:DeleteColumns\n"
@@ -8333,6 +8960,16 @@ msgid "~Columns"
msgstr "列(~C)"
#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteColumns\n"
+"PopupLabel\n"
+"value.text"
+msgid "Delete Column"
+msgstr "列の削除"
+
+#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:SelectTable\n"
@@ -8369,6 +9006,16 @@ msgid "~Columns"
msgstr "列(~C)"
#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:EntireColumn\n"
+"PopupLabel\n"
+"value.text"
+msgid "Select Column"
+msgstr "列の選択"
+
+#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:EntireRow\n"
@@ -8387,6 +9034,16 @@ msgid "~Rows"
msgstr "行(~R)"
#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:EntireRow\n"
+"PopupLabel\n"
+"value.text"
+msgid "Select Rows"
+msgstr "行の選択"
+
+#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:TableDialog\n"
@@ -8513,58 +9170,124 @@ msgid "Minimize ~Presentation..."
msgstr "プレゼンテーションの軽量化(~P)..."
#: DrawImpressCommands.xcu
+#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:FirstPage\n"
"Label\n"
"value.text"
-msgid "Go to First Page/Slide"
+msgid "Go to First Page"
msgstr "最初のページ/スライドへジャンプ"
#: DrawImpressCommands.xcu
+#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:FirstPage\n"
"ContextLabel\n"
"value.text"
-msgid "To First Page/Slide"
-msgstr "最初のページ/スライドへ"
+msgid "To First Page"
+msgstr "最初のページ"
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:FirstSlide\n"
+"Label\n"
+"value.text"
+msgid "Go to First Slide"
+msgstr "最初のページ/スライドへジャンプ"
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:FirstSlide\n"
+"ContextLabel\n"
+"value.text"
+msgid "To First Slide"
+msgstr "最初のページ/スライドへジャンプ"
#: DrawImpressCommands.xcu
+#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:PreviousPage\n"
"Label\n"
"value.text"
-msgid "Go to Previous Page/Slide"
+msgid "Go to Previous Page"
msgstr "前のページ/スライドへジャンプ"
#: DrawImpressCommands.xcu
+#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:PreviousPage\n"
"ContextLabel\n"
"value.text"
-msgid "To Previous Page/Slide"
+msgid "To Previous Page"
+msgstr "前の表へ"
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:PreviousSlide\n"
+"Label\n"
+"value.text"
+msgid "Go to Previous Slide"
+msgstr "前のページ/スライドへジャンプ"
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:PreviousSlide\n"
+"ContextLabel\n"
+"value.text"
+msgid "To Previous Slide"
msgstr "前のページ/スライドへ"
#: DrawImpressCommands.xcu
+#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:NextPage\n"
"Label\n"
"value.text"
-msgid "Go to Next Page/Slide"
+msgid "Go to Next Page"
msgstr "次のページ/スライドへジャンプ"
#: DrawImpressCommands.xcu
+#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:NextPage\n"
"ContextLabel\n"
"value.text"
-msgid "To Next Page/Slide"
-msgstr "次のページ/スライドへ"
+msgid "To Next Page"
+msgstr "次の表へ"
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:NextSlide\n"
+"Label\n"
+"value.text"
+msgid "Go to Next Slide"
+msgstr "次のページ/スライドへジャンプ"
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:NextSlide\n"
+"ContextLabel\n"
+"value.text"
+msgid "To Next Slide"
+msgstr "次のページ/スライドへジャンプ"
#: DrawImpressCommands.xcu
msgctxt ""
@@ -8576,21 +9299,42 @@ msgid "Go to Last Page"
msgstr ""
#: DrawImpressCommands.xcu
+#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:LastPage\n"
"ContextLabel\n"
"value.text"
-msgid "To Last Page/Slide"
-msgstr "最後のページ/スライドへ"
+msgid "To Last Page"
+msgstr "最後のページ"
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:LastSlide\n"
+"Label\n"
+"value.text"
+msgid "Go to Last Slide"
+msgstr "最初のページ/スライドへジャンプ"
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:LastSlide\n"
+"ContextLabel\n"
+"value.text"
+msgid "To Last Slide"
+msgstr ""
#: DrawImpressCommands.xcu
+#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:MovePageFirst\n"
"Label\n"
"value.text"
-msgid "Move Page/Slide to Start"
+msgid "Move Page to Start"
msgstr "ページ/スライドを最初に移動"
#: DrawImpressCommands.xcu
@@ -8599,8 +9343,27 @@ msgctxt ""
"..DrawImpressCommands.UserInterface.Popups..uno:MovePageFirst\n"
"ContextLabel\n"
"value.text"
-msgid "Page/Slide to Start"
-msgstr "ページ/スライドを最初へ"
+msgid "Page to Start"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:MoveSlideFirst\n"
+"Label\n"
+"value.text"
+msgid "Move Slide to Start"
+msgstr "ページ/スライドを最初に移動"
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:MoveSlideFirst\n"
+"ContextLabel\n"
+"value.text"
+msgid "Slide to Start"
+msgstr ""
#: DrawImpressCommands.xcu
msgctxt ""
@@ -8608,17 +9371,36 @@ msgctxt ""
"..DrawImpressCommands.UserInterface.Popups..uno:MovePageUp\n"
"Label\n"
"value.text"
-msgid "Move Page/Slide Up"
-msgstr "ページ/スライドを上に移動"
+msgid "Move Page Up"
+msgstr ""
#: DrawImpressCommands.xcu
+#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:MovePageUp\n"
"ContextLabel\n"
"value.text"
-msgid "Page/Slide Up"
-msgstr "ページ/スライドを上へ"
+msgid "Page Up"
+msgstr "ページの上方向"
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:MoveSlideUp\n"
+"Label\n"
+"value.text"
+msgid "Move Slide Up"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:MoveSlideUp\n"
+"ContextLabel\n"
+"value.text"
+msgid "Slide Up"
+msgstr ""
#: DrawImpressCommands.xcu
msgctxt ""
@@ -8626,25 +9408,46 @@ msgctxt ""
"..DrawImpressCommands.UserInterface.Popups..uno:MovePageDown\n"
"Label\n"
"value.text"
-msgid "Move Page/Slide Down"
-msgstr "ページ/スライドを下に移動"
+msgid "Move Page Down"
+msgstr ""
#: DrawImpressCommands.xcu
+#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:MovePageDown\n"
"ContextLabel\n"
"value.text"
-msgid "Page/Slide Down"
-msgstr "ページ/スライドを下へ"
+msgid "Page Down"
+msgstr "ページの下方向"
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:MoveSlideDown\n"
+"Label\n"
+"value.text"
+msgid "Move Slide Down"
+msgstr "ページ/スライドを下に移動"
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:MoveSlideDown\n"
+"ContextLabel\n"
+"value.text"
+msgid "Slide Down"
+msgstr ""
#: DrawImpressCommands.xcu
+#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:MovePageLast\n"
"Label\n"
"value.text"
-msgid "Move Page/Slide to End"
+msgid "Move Page to End"
msgstr "ページ/スライドを最後に移動"
#: DrawImpressCommands.xcu
@@ -8653,8 +9456,472 @@ msgctxt ""
"..DrawImpressCommands.UserInterface.Popups..uno:MovePageLast\n"
"ContextLabel\n"
"value.text"
-msgid "Page/Slide to End"
-msgstr "ページ/スライドを最後へ"
+msgid "Page to End"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:MoveSlideLast\n"
+"Label\n"
+"value.text"
+msgid "Move Slide to End"
+msgstr "ページ/スライドを最後に移動"
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:MoveSlideLast\n"
+"ContextLabel\n"
+"value.text"
+msgid "Slide to End"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:AssignLayout?WhatLayout:long=20\n"
+"Label\n"
+"value.text"
+msgid "Blank"
+msgstr "点滅する"
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:AssignLayout?WhatLayout:long=19\n"
+"Label\n"
+"value.text"
+msgid "Title"
+msgstr "タイトル(~T)"
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:AssignLayout?WhatLayout:long=0\n"
+"Label\n"
+"value.text"
+msgid "Title, Text"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:AssignLayout?WhatLayout:long=1\n"
+"Label\n"
+"value.text"
+msgid "Title, Content"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:AssignLayout?WhatLayout:long=32\n"
+"Label\n"
+"value.text"
+msgid "Centered Text"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:AssignLayout?WhatLayout:long=3\n"
+"Label\n"
+"value.text"
+msgid "Title, 2 Content"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:AssignLayout?WhatLayout:long=12\n"
+"Label\n"
+"value.text"
+msgid "Title, Content and 2 Content on Right"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:AssignLayout?WhatLayout:long=15\n"
+"Label\n"
+"value.text"
+msgid "Title, 2 Content on Left and Content"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:AssignLayout?WhatLayout:long=14\n"
+"Label\n"
+"value.text"
+msgid "Title, Content above Content"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:AssignLayout?WhatLayout:long=16\n"
+"Label\n"
+"value.text"
+msgid "Title, 2 Content above Content"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:AssignLayout?WhatLayout:long=18\n"
+"Label\n"
+"value.text"
+msgid "Title, 4 Content"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:AssignLayout?WhatLayout:long=34\n"
+"Label\n"
+"value.text"
+msgid "Title, 6 Content"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:AssignLayout?WhatLayout:long=28\n"
+"Label\n"
+"value.text"
+msgid "Title, Content (Vertical)"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:AssignLayout?WhatLayout:long=27\n"
+"Label\n"
+"value.text"
+msgid "Title, Content over Content (Vertical)"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:AssignLayout?WhatLayout:long=29\n"
+"Label\n"
+"value.text"
+msgid "Title, Vertical Content"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:AssignLayout?WhatLayout:long=30\n"
+"Label\n"
+"value.text"
+msgid "Title, 2 Vertical Content"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:SlideLayoutMenu\n"
+"Label\n"
+"value.text"
+msgid "Slide Layout"
+msgstr "スライドレイアウト"
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:PageMenu\n"
+"Label\n"
+"value.text"
+msgid "Pag~e"
+msgstr "ページ"
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:SlideFeaturesMenu\n"
+"Label\n"
+"value.text"
+msgid "Slid~e Features"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:CellMenu\n"
+"Label\n"
+"value.text"
+msgid "~Cell"
+msgstr "セル"
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:RowMenu\n"
+"Label\n"
+"value.text"
+msgid "~Row"
+msgstr "行(~R)"
+
+#: DrawImpressCommands.xcu
+#, fuzzy
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:ColumnMenu\n"
+"Label\n"
+"value.text"
+msgid "Colu~mn"
+msgstr "列(~M)"
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:ModifyPresentationObject\n"
+"Label\n"
+"value.text"
+msgid "Presentation ~Object..."
+msgstr ""
+
+#: DrawWindowState.xcu
+#, fuzzy
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/3dobject\n"
+"UIName\n"
+"value.text"
+msgid "3D Object"
+msgstr "立体オブジェクト"
+
+#: DrawWindowState.xcu
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/3dscene\n"
+"UIName\n"
+"value.text"
+msgid "3D Scene"
+msgstr ""
+
+#: DrawWindowState.xcu
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/3dscene2\n"
+"UIName\n"
+"value.text"
+msgid "3D Scene (group)"
+msgstr ""
+
+#: DrawWindowState.xcu
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/connector\n"
+"UIName\n"
+"value.text"
+msgid "Connector/Freeform Line"
+msgstr ""
+
+#: DrawWindowState.xcu
+#, fuzzy
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/curve\n"
+"UIName\n"
+"value.text"
+msgid "Curve"
+msgstr "曲線"
+
+#: DrawWindowState.xcu
+#, fuzzy
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/draw\n"
+"UIName\n"
+"value.text"
+msgid "Shape"
+msgstr "シェイプ"
+
+#: DrawWindowState.xcu
+#, fuzzy
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/drawtext\n"
+"UIName\n"
+"value.text"
+msgid "Shape Text"
+msgstr "テキストのスケール"
+
+#: DrawWindowState.xcu
+#, fuzzy
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/form\n"
+"UIName\n"
+"value.text"
+msgid "Form Control"
+msgstr "フォームコントロール"
+
+#: DrawWindowState.xcu
+#, fuzzy
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/formrichtext\n"
+"UIName\n"
+"value.text"
+msgid "Text Box Formatting"
+msgstr "テキストボックスの書式設定"
+
+#: DrawWindowState.xcu
+#, fuzzy
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/gluepoint\n"
+"UIName\n"
+"value.text"
+msgid "Glue Point"
+msgstr "接着点"
+
+#: DrawWindowState.xcu
+#, fuzzy
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/graphic\n"
+"UIName\n"
+"value.text"
+msgid "Image"
+msgstr "イメージ"
+
+#: DrawWindowState.xcu
+#, fuzzy
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/group\n"
+"UIName\n"
+"value.text"
+msgid "Group"
+msgstr "グループ化(~G)"
+
+#: DrawWindowState.xcu
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/layertab\n"
+"UIName\n"
+"value.text"
+msgid "Layer Tabs bar"
+msgstr ""
+
+#: DrawWindowState.xcu
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/line\n"
+"UIName\n"
+"value.text"
+msgid "Line/Arrow"
+msgstr ""
+
+#: DrawWindowState.xcu
+#, fuzzy
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/measure\n"
+"UIName\n"
+"value.text"
+msgid "Dimension Line"
+msgstr "寸法線"
+
+#: DrawWindowState.xcu
+#, fuzzy
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/media\n"
+"UIName\n"
+"value.text"
+msgid "Media"
+msgstr "メディア"
+
+#: DrawWindowState.xcu
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/multiselect\n"
+"UIName\n"
+"value.text"
+msgid "Multiple Selection"
+msgstr ""
+
+#: DrawWindowState.xcu
+#, fuzzy
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/oleobject\n"
+"UIName\n"
+"value.text"
+msgid "OLE Object"
+msgstr "OLE オブジェクト"
+
+#: DrawWindowState.xcu
+#, fuzzy
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/page\n"
+"UIName\n"
+"value.text"
+msgid "Page"
+msgstr "ページ"
+
+#: DrawWindowState.xcu
+#, fuzzy
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/pagepane\n"
+"UIName\n"
+"value.text"
+msgid "Page Pane"
+msgstr "ページペイン(~P)"
+
+#: DrawWindowState.xcu
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/pagepanenosel\n"
+"UIName\n"
+"value.text"
+msgid "Page Pane (no selection)"
+msgstr ""
+
+#: DrawWindowState.xcu
+#, fuzzy
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/table\n"
+"UIName\n"
+"value.text"
+msgid "Table"
+msgstr "表"
+
+#: DrawWindowState.xcu
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/tabletext\n"
+"UIName\n"
+"value.text"
+msgid "Table Text"
+msgstr ""
+
+#: DrawWindowState.xcu
+msgctxt ""
+"DrawWindowState.xcu\n"
+"..DrawWindowState.UIElements.States.private:resource/popupmenu/textbox\n"
+"UIName\n"
+"value.text"
+msgid "Text Box (drawing)"
+msgstr ""
#: DrawWindowState.xcu
msgctxt ""
@@ -12458,6 +13725,25 @@ msgid "Controls"
msgstr "コントロール"
#: GenericCommands.xcu
+#, fuzzy
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:Polygon\n"
+"Label\n"
+"value.text"
+msgid "Polygon, filled"
+msgstr "多角形、塗りつぶし"
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ChangeControlType\n"
+"Label\n"
+"value.text"
+msgid "~Replace with"
+msgstr ""
+
+#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:InsertFormMenu\n"
@@ -12548,6 +13834,16 @@ msgid "Basic Shapes"
msgstr "基本シェイプ"
#: GenericCommands.xcu
+#, fuzzy
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:BasicShapes\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Basic"
+msgstr "基本(~B)"
+
+#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SymbolShapes\n"
@@ -12557,6 +13853,16 @@ msgid "Symbol Shapes"
msgstr "記号シェイプ"
#: GenericCommands.xcu
+#, fuzzy
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:SymbolShapes\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Symbol"
+msgstr "記号(~S)"
+
+#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ParaspaceIncrease\n"
@@ -14650,8 +15956,8 @@ msgctxt ""
"..GenericCommands.UserInterface.Commands..uno:GrafMode\n"
"Label\n"
"value.text"
-msgid "Graphics mode"
-msgstr "図モード"
+msgid "Image mode"
+msgstr ""
#: GenericCommands.xcu
msgctxt ""
@@ -14807,6 +16113,16 @@ msgid "Save..."
msgstr "保存..."
#: GenericCommands.xcu
+#, fuzzy
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OriginalSize\n"
+"Label\n"
+"value.text"
+msgid "~Original Size"
+msgstr "元のサイズ(~O)"
+
+#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:GridMenu\n"
@@ -14980,6 +16296,16 @@ msgid "~Save"
msgstr "保存(~S)"
#: GenericCommands.xcu
+#, fuzzy
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:SaveSimple\n"
+"Label\n"
+"value.text"
+msgid "Save Document"
+msgstr "ドキュメントの格納"
+
+#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:BezierInsert\n"
@@ -15313,12 +16639,13 @@ msgid "H~alf-width"
msgstr "半角(~A)"
#: GenericCommands.xcu
+#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:InsertDoc\n"
"Label\n"
"value.text"
-msgid "~Document..."
+msgid "Doc~ument..."
msgstr "ドキュメント(~D)..."
#: GenericCommands.xcu
@@ -16359,12 +17686,13 @@ msgid "~Frame"
msgstr "フレーム(~F)"
#: GenericCommands.xcu
+#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:InsertFootnotesMenu\n"
"Label\n"
"value.text"
-msgid "Footnote and En~dnote"
+msgid "Footnote and Endno~te"
msgstr "脚注と文末脚注(~D)"
#: GenericCommands.xcu
@@ -16397,20 +17725,11 @@ msgstr "フィルター(~F)"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Commands..uno:FormatImageModeMenu\n"
-"Label\n"
-"value.text"
-msgid "Mo~de"
-msgstr "モード(~D)"
-
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatTextMenu\n"
"Label\n"
"value.text"
-msgid "~Text"
-msgstr "テキスト(~T)"
+msgid "Te~xt"
+msgstr "テキスト(~X)"
#: GenericCommands.xcu
msgctxt ""
@@ -16568,24 +17887,6 @@ msgstr "線(~L)"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Commands..uno:ShapesBasicMenu\n"
-"Label\n"
-"value.text"
-msgid "~Basic"
-msgstr "基本(~B)"
-
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Commands..uno:ShapesSymbolMenu\n"
-"Label\n"
-"value.text"
-msgid "~Symbol"
-msgstr "記号(~S)"
-
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:RulerMenu\n"
"Label\n"
"value.text"
@@ -16784,15 +18085,6 @@ msgstr "名刺の挿入"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Commands..uno:InsertPlugin\n"
-"Label\n"
-"value.text"
-msgid "~Plug-in..."
-msgstr "プラグイン(~P)..."
-
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:BringToFront\n"
"Label\n"
"value.text"
@@ -16820,24 +18112,6 @@ msgstr "HT~ML ソーステキスト"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Commands..uno:InsertSound\n"
-"Label\n"
-"value.text"
-msgid "~Audio..."
-msgstr "オーディオ(~A)..."
-
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Commands..uno:InsertVideo\n"
-"Label\n"
-"value.text"
-msgid "~Video..."
-msgstr "ビデオ(~V)..."
-
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:HyperlinkDialog\n"
"Label\n"
"value.text"
@@ -16944,21 +18218,23 @@ msgid "Arrow Style"
msgstr "線の終点スタイル"
#: GenericCommands.xcu
+#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:Redo\n"
"Label\n"
"value.text"
-msgid "Redo"
+msgid "~Redo"
msgstr "やり直し"
#: GenericCommands.xcu
+#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:Undo\n"
"Label\n"
"value.text"
-msgid "Undo"
+msgid "~Undo"
msgstr "元に戻す"
#: GenericCommands.xcu
@@ -16985,8 +18261,8 @@ msgctxt ""
"..GenericCommands.UserInterface.Commands..uno:Repeat\n"
"Label\n"
"value.text"
-msgid "~Repeat"
-msgstr "繰り返し(~R)"
+msgid "Repea~t"
+msgstr ""
#: GenericCommands.xcu
msgctxt ""
@@ -16998,13 +18274,14 @@ msgid "Delete History"
msgstr "履歴の削除"
#: GenericCommands.xcu
+#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:Cut\n"
"Label\n"
"value.text"
-msgid "Cu~t"
-msgstr "切り取り(~T)"
+msgid "~Cut"
+msgstr "切り取り"
#: GenericCommands.xcu
msgctxt ""
@@ -17012,8 +18289,8 @@ msgctxt ""
"..GenericCommands.UserInterface.Commands..uno:Copy\n"
"Label\n"
"value.text"
-msgid "~Copy"
-msgstr "コピー(~C)"
+msgid "Cop~y"
+msgstr ""
#: GenericCommands.xcu
msgctxt ""
@@ -17034,6 +18311,16 @@ msgid "Paste Unformatted Text"
msgstr "書式設定されていないテキストの貼り付け"
#: GenericCommands.xcu
+#, fuzzy
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:PasteUnformatted\n"
+"PopupLabel\n"
+"value.text"
+msgid "~Unformatted Text"
+msgstr "整形済みテキスト(~F)"
+
+#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:Delete\n"
@@ -17234,11 +18521,11 @@ msgstr "ナビゲーター(~V)"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Commands..uno:TaskPane\n"
+"..GenericCommands.UserInterface.Commands..uno:Notebookbar\n"
"Label\n"
"value.text"
-msgid "Task Pane"
-msgstr "作業ペイン"
+msgid "Notebookbar"
+msgstr ""
#: GenericCommands.xcu
msgctxt ""
@@ -17277,12 +18564,13 @@ msgid "Fit to Frame"
msgstr "枠に合わせる"
#: GenericCommands.xcu
+#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ImageMapDialog\n"
"Label\n"
"value.text"
-msgid "ImageMap"
+msgid "Image~Map"
msgstr "イメージマップ"
#: GenericCommands.xcu
@@ -17880,6 +19168,16 @@ msgid "Increase Indent"
msgstr "インデントを増やす"
#: GenericCommands.xcu
+#, fuzzy
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:LineToolbox\n"
+"Label\n"
+"value.text"
+msgid "Curve"
+msgstr "曲線"
+
+#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:Freeline\n"
@@ -18042,12 +19340,13 @@ msgid "~Address Book Source..."
msgstr "アドレス帳ソース(~A)..."
#: GenericCommands.xcu
+#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:RubyDialog\n"
"Label\n"
"value.text"
-msgid "As~ian phonetic guide..."
+msgid "Asian phonetic g~uide..."
msgstr "ルビ(~I)..."
#: GenericCommands.xcu
@@ -18105,12 +19404,13 @@ msgid "Send Via ~Bluetooth..."
msgstr "~Bluetooth経由で送信..."
#: GenericCommands.xcu
+#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ExportToPDF\n"
"Label\n"
"value.text"
-msgid "Export as P~DF..."
+msgid "~Export as PDF..."
msgstr "P~DF としてエクスポート..."
#: GenericCommands.xcu
@@ -18556,15 +19856,36 @@ msgid "Con~trol Properties..."
msgstr "コントロールのプロパティ(~T)..."
#: GenericCommands.xcu
+#, fuzzy
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ControlProperties\n"
+"PopupLabel\n"
+"value.text"
+msgid "Con~trol..."
+msgstr "コントロール(~T)..."
+
+#: GenericCommands.xcu
+#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormProperties\n"
-"ContextLabel\n"
+"Label\n"
"value.text"
msgid "For~m Properties..."
msgstr "フォームのプロパティ(~M)..."
#: GenericCommands.xcu
+#, fuzzy
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:FormProperties\n"
+"PopupLabel\n"
+"value.text"
+msgid "For~m..."
+msgstr "フォーム(~M)..."
+
+#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:TabDialog\n"
@@ -18898,6 +20219,16 @@ msgid "Print Pr~eview"
msgstr "印刷プレビュー(~E)"
#: GenericCommands.xcu
+#, fuzzy
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:PrintPreview\n"
+"PopupLabel\n"
+"value.text"
+msgid "Close Preview"
+msgstr "プレビューを閉じる"
+
+#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:PatternField\n"
@@ -19665,6 +20996,15 @@ msgstr ""
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:StyleMenu\n"
+"Label\n"
+"value.text"
+msgid "St~yle"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:HelpMenu\n"
"Label\n"
"value.text"
@@ -19825,13 +21165,14 @@ msgid "R~eference"
msgstr "参照(~E)"
#: GenericCommands.xcu
+#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:EditCommentsMenu\n"
"Label\n"
"value.text"
-msgid "C~omment"
-msgstr "コメント(~O)"
+msgid "Comme~nt"
+msgstr "コメント(~N)"
#: GenericCommands.xcu
msgctxt ""
@@ -19933,13 +21274,14 @@ msgid "A~rrange"
msgstr "整列(~R)"
#: GenericCommands.xcu
+#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:FlipMenu\n"
"Label\n"
"value.text"
-msgid "~Flip"
-msgstr "反転(~F)"
+msgid "F~lip"
+msgstr "反転"
#: GenericCommands.xcu
msgctxt ""
@@ -19947,17 +21289,27 @@ msgctxt ""
"..GenericCommands.UserInterface.Popups..uno:RotateMenu\n"
"Label\n"
"value.text"
-msgid "Ro~tate"
-msgstr "回転(~T)"
+msgid "Rot~ate"
+msgstr ""
#: GenericCommands.xcu
+#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"Label\n"
"value.text"
-msgid "A~nchor"
-msgstr "アンカー(~N)"
+msgid "Change Anchor"
+msgstr "アンカーの変更"
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
+"ContextLabel\n"
+"value.text"
+msgid "Anc~hor"
+msgstr ""
#: GenericCommands.xcu
msgctxt ""
@@ -20158,13 +21510,14 @@ msgid "Template Manager"
msgstr "テンプレートマネージャー"
#: GenericCommands.xcu
+#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:TemplateMenu\n"
"Label\n"
"value.text"
-msgid "~Templates"
-msgstr "ドキュメントテンプレート(~T)"
+msgid "Te~mplates"
+msgstr "テンプレート"
#: GenericCommands.xcu
msgctxt ""
@@ -20184,6 +21537,264 @@ msgctxt ""
msgid "3D Model..."
msgstr "3Dモデル..."
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:ClassificationApply\n"
+"Label\n"
+"value.text"
+msgid "Apply Document Classification"
+msgstr ""
+
+#: ImpressWindowState.xcu
+#, fuzzy
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/3dobject\n"
+"UIName\n"
+"value.text"
+msgid "3D Object"
+msgstr "立体オブジェクト"
+
+#: ImpressWindowState.xcu
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/3dscene\n"
+"UIName\n"
+"value.text"
+msgid "3D Scene"
+msgstr ""
+
+#: ImpressWindowState.xcu
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/3dscene2\n"
+"UIName\n"
+"value.text"
+msgid "3D Scene (group)"
+msgstr ""
+
+#: ImpressWindowState.xcu
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/connector\n"
+"UIName\n"
+"value.text"
+msgid "Connector/Freeform Line"
+msgstr ""
+
+#: ImpressWindowState.xcu
+#, fuzzy
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/curve\n"
+"UIName\n"
+"value.text"
+msgid "Curve"
+msgstr "曲線"
+
+#: ImpressWindowState.xcu
+#, fuzzy
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/draw\n"
+"UIName\n"
+"value.text"
+msgid "Shape"
+msgstr "シェイプ"
+
+#: ImpressWindowState.xcu
+#, fuzzy
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/drawtext\n"
+"UIName\n"
+"value.text"
+msgid "Shape Text"
+msgstr "テキストのスケール"
+
+#: ImpressWindowState.xcu
+#, fuzzy
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/form\n"
+"UIName\n"
+"value.text"
+msgid "Form Control"
+msgstr "フォームコントロール"
+
+#: ImpressWindowState.xcu
+#, fuzzy
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/formrichtext\n"
+"UIName\n"
+"value.text"
+msgid "Text Box Formatting"
+msgstr "テキストボックスの書式設定"
+
+#: ImpressWindowState.xcu
+#, fuzzy
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/gluepoint\n"
+"UIName\n"
+"value.text"
+msgid "Glue Point"
+msgstr "接着点"
+
+#: ImpressWindowState.xcu
+#, fuzzy
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/graphic\n"
+"UIName\n"
+"value.text"
+msgid "Image"
+msgstr "イメージ"
+
+#: ImpressWindowState.xcu
+#, fuzzy
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/group\n"
+"UIName\n"
+"value.text"
+msgid "Group"
+msgstr "グループ化(~G)"
+
+#: ImpressWindowState.xcu
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/line\n"
+"UIName\n"
+"value.text"
+msgid "Line/Arrow"
+msgstr ""
+
+#: ImpressWindowState.xcu
+#, fuzzy
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/measure\n"
+"UIName\n"
+"value.text"
+msgid "Dimension Line"
+msgstr "寸法線"
+
+#: ImpressWindowState.xcu
+#, fuzzy
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/media\n"
+"UIName\n"
+"value.text"
+msgid "Media"
+msgstr "メディア"
+
+#: ImpressWindowState.xcu
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/multiselect\n"
+"UIName\n"
+"value.text"
+msgid "Multiple Selection"
+msgstr ""
+
+#: ImpressWindowState.xcu
+#, fuzzy
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/oleobject\n"
+"UIName\n"
+"value.text"
+msgid "OLE Object"
+msgstr "OLE オブジェクト"
+
+#: ImpressWindowState.xcu
+#, fuzzy
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/outline\n"
+"UIName\n"
+"value.text"
+msgid "Outline"
+msgstr "アウトライン"
+
+#: ImpressWindowState.xcu
+#, fuzzy
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/page\n"
+"UIName\n"
+"value.text"
+msgid "Slide"
+msgstr "スライド(~L)"
+
+#: ImpressWindowState.xcu
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/pagepane\n"
+"UIName\n"
+"value.text"
+msgid "Slide Sorter/Pane"
+msgstr ""
+
+#: ImpressWindowState.xcu
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/pagepanenosel\n"
+"UIName\n"
+"value.text"
+msgid "Slide Sorter/Pane (no selection)"
+msgstr ""
+
+#: ImpressWindowState.xcu
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/pagepanemaster\n"
+"UIName\n"
+"value.text"
+msgid "Slide Master Sorter/Pane"
+msgstr ""
+
+#: ImpressWindowState.xcu
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/pagepanenoselmaster\n"
+"UIName\n"
+"value.text"
+msgid "Slide Master Sorter/Pane (no selection)"
+msgstr ""
+
+#: ImpressWindowState.xcu
+#, fuzzy
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/table\n"
+"UIName\n"
+"value.text"
+msgid "Table"
+msgstr "表"
+
+#: ImpressWindowState.xcu
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/tabletext\n"
+"UIName\n"
+"value.text"
+msgid "Table Text"
+msgstr ""
+
+#: ImpressWindowState.xcu
+msgctxt ""
+"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/popupmenu/textbox\n"
+"UIName\n"
+"value.text"
+msgid "Text Box (drawing)"
+msgstr ""
+
#: ImpressWindowState.xcu
msgctxt ""
"ImpressWindowState.xcu\n"
@@ -20394,6 +22005,15 @@ msgstr "線"
#: ImpressWindowState.xcu
msgctxt ""
"ImpressWindowState.xcu\n"
+"..ImpressWindowState.UIElements.States.private:resource/toolbar/classificationbar\n"
+"UIName\n"
+"value.text"
+msgid "Classification"
+msgstr ""
+
+#: ImpressWindowState.xcu
+msgctxt ""
+"ImpressWindowState.xcu\n"
"..ImpressWindowState.UIElements.States.private:resource/toolbar/basicshapes\n"
"UIName\n"
"value.text"
@@ -20808,33 +22428,6 @@ msgstr "オプション"
#: MathCommands.xcu
msgctxt ""
"MathCommands.xcu\n"
-"..MathCommands.UserInterface.Commands..uno:View50\n"
-"Label\n"
-"value.text"
-msgid "0.5"
-msgstr "0.5"
-
-#: MathCommands.xcu
-msgctxt ""
-"MathCommands.xcu\n"
-"..MathCommands.UserInterface.Commands..uno:View100\n"
-"Label\n"
-"value.text"
-msgid "Zoom 100%"
-msgstr "ズーム 100%"
-
-#: MathCommands.xcu
-msgctxt ""
-"MathCommands.xcu\n"
-"..MathCommands.UserInterface.Commands..uno:View200\n"
-"Label\n"
-"value.text"
-msgid "Zoom 200%"
-msgstr "ズーム 200%"
-
-#: MathCommands.xcu
-msgctxt ""
-"MathCommands.xcu\n"
"..MathCommands.UserInterface.Commands..uno:ZoomIn\n"
"Label\n"
"value.text"
@@ -20860,9 +22453,10 @@ msgid "U~pdate"
msgstr "更新(~P)"
#: MathCommands.xcu
+#, fuzzy
msgctxt ""
"MathCommands.xcu\n"
-"..MathCommands.UserInterface.Commands..uno:Adjust\n"
+"..MathCommands.UserInterface.Commands..uno:ZoomOptimal\n"
"Label\n"
"value.text"
msgid "Sho~w All"
@@ -20889,6 +22483,15 @@ msgstr "数式カーソル"
#: MathWindowState.xcu
msgctxt ""
"MathWindowState.xcu\n"
+"..MathWindowState.UIElements.States.private:resource/popupmenu/view\n"
+"UIName\n"
+"value.text"
+msgid "Work Area"
+msgstr ""
+
+#: MathWindowState.xcu
+msgctxt ""
+"MathWindowState.xcu\n"
"..MathWindowState.UIElements.States.private:resource/toolbar/standardbar\n"
"UIName\n"
"value.text"
@@ -21076,13 +22679,14 @@ msgid "Execute Report..."
msgstr "レポートを実行..."
#: ReportCommands.xcu
+#, fuzzy
msgctxt ""
"ReportCommands.xcu\n"
".ReportCommands.UserInterface.Commands..uno:ImageControl\n"
"Label\n"
"value.text"
-msgid "Graphic..."
-msgstr "画像..."
+msgid "Image..."
+msgstr "画像(~I)..."
#: ReportCommands.xcu
msgctxt ""
@@ -21303,69 +22907,6 @@ msgstr "レポートコントロール"
#: ReportCommands.xcu
msgctxt ""
"ReportCommands.xcu\n"
-".ReportCommands.UserInterface.Commands..uno:ShapesMenu\n"
-"Label\n"
-"value.text"
-msgid "Shapes"
-msgstr "シェイプ"
-
-#: ReportCommands.xcu
-msgctxt ""
-"ReportCommands.xcu\n"
-".ReportCommands.UserInterface.Commands..uno:BasicShapesMenu\n"
-"Label\n"
-"value.text"
-msgid "Basic Shapes"
-msgstr "基本シェイプ"
-
-#: ReportCommands.xcu
-msgctxt ""
-"ReportCommands.xcu\n"
-".ReportCommands.UserInterface.Commands..uno:SymbolShapesMenu\n"
-"Label\n"
-"value.text"
-msgid "Symbol Shapes"
-msgstr "記号シェイプ"
-
-#: ReportCommands.xcu
-msgctxt ""
-"ReportCommands.xcu\n"
-".ReportCommands.UserInterface.Commands..uno:ArrowShapesMenu\n"
-"Label\n"
-"value.text"
-msgid "Arrow Shapes"
-msgstr "矢印シェイプ"
-
-#: ReportCommands.xcu
-msgctxt ""
-"ReportCommands.xcu\n"
-".ReportCommands.UserInterface.Commands..uno:FlowChartShapesMenu\n"
-"Label\n"
-"value.text"
-msgid "FlowChart Shapes"
-msgstr "フローチャートシェイプ"
-
-#: ReportCommands.xcu
-msgctxt ""
-"ReportCommands.xcu\n"
-".ReportCommands.UserInterface.Commands..uno:CalloutShapesMenu\n"
-"Label\n"
-"value.text"
-msgid "Callout Shapes"
-msgstr "吹き出しシェイプ"
-
-#: ReportCommands.xcu
-msgctxt ""
-"ReportCommands.xcu\n"
-".ReportCommands.UserInterface.Commands..uno:StarShapesMenu\n"
-"Label\n"
-"value.text"
-msgid "Star Shapes"
-msgstr "星型シェイプ"
-
-#: ReportCommands.xcu
-msgctxt ""
-"ReportCommands.xcu\n"
".ReportCommands.UserInterface.Commands..uno:SectionShrinkMenu\n"
"Label\n"
"value.text"
@@ -21917,13 +23458,14 @@ msgid "~Copy"
msgstr "コピー(~C)"
#: StartModuleCommands.xcu
+#, fuzzy
msgctxt ""
"StartModuleCommands.xcu\n"
"..StartModuleCommands.UserInterface.Commands..uno:Cut\n"
"Label\n"
"value.text"
-msgid "Cu~t"
-msgstr "切り取り(~T)"
+msgid "~Cut"
+msgstr "切り取り"
#: StartModuleCommands.xcu
msgctxt ""
@@ -22126,6 +23668,24 @@ msgstr "標準"
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:AddTextBox\n"
+"Label\n"
+"value.text"
+msgid "Add Text Box"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:RemoveTextBox\n"
+"Label\n"
+"value.text"
+msgid "Remove Text Box"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:EditGlossary\n"
"Label\n"
"value.text"
@@ -22295,12 +23855,13 @@ msgid "Number Recognition"
msgstr "数字とみなす"
#: WriterCommands.xcu
+#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertSection\n"
"Label\n"
"value.text"
-msgid "~Section..."
+msgid "Se~ction..."
msgstr "セクション(~S)..."
#: WriterCommands.xcu
@@ -22387,6 +23948,15 @@ msgstr "現在の目次や索引(~I)"
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:UpdateCurIndex\n"
+"PopupLabel\n"
+"value.text"
+msgid "Update index"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:RemoveTableOf\n"
"Label\n"
"value.text"
@@ -22459,6 +24029,15 @@ msgstr "変更の記録(~R)"
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:TrackChangesBar\n"
+"Label\n"
+"value.text"
+msgid "Show Track Changes Bar"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:ShowTrackedChanges\n"
"Label\n"
"value.text"
@@ -22538,13 +24117,24 @@ msgid "~Charts"
msgstr ""
#: WriterCommands.xcu
+#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:EditHyperlink\n"
"Label\n"
"value.text"
-msgid "H~yperlink"
-msgstr "ハイパーリンク(~Y)"
+msgid "~Hyperlink"
+msgstr "ハイパーリンク(~H)"
+
+#: WriterCommands.xcu
+#, fuzzy
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:EditHyperlink\n"
+"PopupLabel\n"
+"value.text"
+msgid "Edit Hyperlink..."
+msgstr "ハイパーリンクを編集"
#: WriterCommands.xcu
msgctxt ""
@@ -22576,6 +24166,15 @@ msgstr "ブックマーク(~K)..."
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertAnchor\n"
+"Label\n"
+"value.text"
+msgid "Anc~hor..."
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPara\n"
"Label\n"
"value.text"
@@ -22610,12 +24209,13 @@ msgid "~More Fields..."
msgstr "他のフィールド(~M)..."
#: WriterCommands.xcu
+#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:ChangeDatabaseField\n"
"Label\n"
"value.text"
-msgid "Exc~hange Database..."
+msgid "Exchange Data~base..."
msgstr "データベースの交換(~H)..."
#: WriterCommands.xcu
@@ -22630,6 +24230,15 @@ msgstr "キャプション..."
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertCaptionDialog\n"
+"PopupLabel\n"
+"value.text"
+msgid "Insert Caption..."
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertFootnoteDialog\n"
"Label\n"
"value.text"
@@ -22837,6 +24446,96 @@ msgstr "差し込み印刷ウィザード(~Z)..."
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:MailMergeFirstEntry\n"
+"Label\n"
+"value.text"
+msgid "First Mail Merge Entry"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:MailMergePrevEntry\n"
+"Label\n"
+"value.text"
+msgid "Previous Mail Merge Entry"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:MailMergeCurrentEntry\n"
+"Label\n"
+"value.text"
+msgid "Current Mail Merge Entry"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:MailMergeNextEntry\n"
+"Label\n"
+"value.text"
+msgid "Next Mail Merge Entry"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:MailMergeLastEntry\n"
+"Label\n"
+"value.text"
+msgid "Last Mail Merge Entry"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:MailMergeExcludeEntry\n"
+"Label\n"
+"value.text"
+msgid "Exclude Mail Merge Entry"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:MailMergeCreateDocuments\n"
+"Label\n"
+"value.text"
+msgid "Edit Individual Documents"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:MailMergeSaveDocuments\n"
+"Label\n"
+"value.text"
+msgid "Save Merged Documents"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:MailMergePrintDocuments\n"
+"Label\n"
+"value.text"
+msgid "Print Merged Documents"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:MailMergeEmailDocuments\n"
+"Label\n"
+"value.text"
+msgid "Send E-Mail Messages"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SetAnchorToFrame\n"
"Label\n"
"value.text"
@@ -22907,12 +24606,13 @@ msgid "Insert Object"
msgstr "オブジェクトの挿入"
#: WriterCommands.xcu
+#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
-msgid "~Text Box and Shape"
+msgid "Text Box and Shap~e"
msgstr "テキストボックスとシェイプ(~T)"
#: WriterCommands.xcu
@@ -22925,6 +24625,16 @@ msgid "Insert Field"
msgstr "フィールドの挿入"
#: WriterCommands.xcu
+#, fuzzy
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertFieldCtrl\n"
+"ContextLabel\n"
+"value.text"
+msgid "Fiel~d"
+msgstr "フィールド(~D)"
+
+#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertDateField\n"
@@ -23069,12 +24779,13 @@ msgid "Apply and Edit ~Changes"
msgstr "変更の適用と編集(~C)"
#: WriterCommands.xcu
+#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SelectionMode\n"
"Label\n"
"value.text"
-msgid "Selection Mode"
+msgid "Se~lection Mode"
msgstr "選択モード"
#: WriterCommands.xcu
@@ -23522,6 +25233,15 @@ msgstr "プロパティ(~P)..."
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:FrameDialog\n"
+"PopupLabel\n"
+"value.text"
+msgid "~Object..."
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:GraphicDialog\n"
"Label\n"
"value.text"
@@ -23556,6 +25276,16 @@ msgid "~Properties..."
msgstr "プロパティ(~P)..."
#: WriterCommands.xcu
+#, fuzzy
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:TableDialog\n"
+"PopupLabel\n"
+"value.text"
+msgid "~Table Properties..."
+msgstr "表のプロパティ(~B)..."
+
+#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:FootnoteDialog\n"
@@ -23891,6 +25621,15 @@ msgstr "形式を選択して貼り付け(~S)..."
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:PasteSpecial\n"
+"PopupLabel\n"
+"value.text"
+msgid "~More Options..."
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
"Label\n"
"value.text"
@@ -25656,6 +27395,25 @@ msgstr "開く(~O)..."
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:AutoCorrectDlg?OpenSmartTag:bool=true\n"
+"Label\n"
+"value.text"
+msgid "Smart ~Tag Options..."
+msgstr ""
+
+#: WriterCommands.xcu
+#, fuzzy
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:PasteSpecialMenu\n"
+"Label\n"
+"value.text"
+msgid "Paste ~Special"
+msgstr "形式を選択して貼り付け"
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Popups..uno:TableMenu\n"
"Label\n"
"value.text"
@@ -25735,6 +27493,16 @@ msgid "Comments..."
msgstr "コメント..."
#: WriterCommands.xcu
+#, fuzzy
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Popups..uno:FormatAllNotes\n"
+"PopupLabel\n"
+"value.text"
+msgid "~Format All Comments..."
+msgstr "すべてのコメントの書式"
+
+#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Popups..uno:WordCountDialog\n"
@@ -25861,9 +27629,10 @@ msgid "Forward"
msgstr "進む"
#: WriterCommands.xcu
+#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Horizontal Line&amp;FamilyName:string=ParagraphStyles\n"
+"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Horizontal%20Line&amp;FamilyName:string=ParagraphStyles\n"
"Label\n"
"value.text"
msgid "Horizontal ~Line"
@@ -25897,54 +27666,60 @@ msgid "Su~btitle"
msgstr "サブタイトル(~B)"
#: WriterCommands.xcu
+#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Heading 1&amp;FamilyName:string=ParagraphStyles\n"
+"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Heading%201&amp;FamilyName:string=ParagraphStyles\n"
"Label\n"
"value.text"
msgid "Heading ~1"
msgstr "見出し~1"
#: WriterCommands.xcu
+#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Heading 2&amp;FamilyName:string=ParagraphStyles\n"
+"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Heading%202&amp;FamilyName:string=ParagraphStyles\n"
"Label\n"
"value.text"
msgid "Heading ~2"
msgstr "見出し~2"
#: WriterCommands.xcu
+#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Heading 3&amp;FamilyName:string=ParagraphStyles\n"
+"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Heading%203&amp;FamilyName:string=ParagraphStyles\n"
"Label\n"
"value.text"
msgid "Heading ~3"
msgstr "見出し~3"
#: WriterCommands.xcu
+#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Heading 4&amp;FamilyName:string=ParagraphStyles\n"
+"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Heading%204&amp;FamilyName:string=ParagraphStyles\n"
"Label\n"
"value.text"
msgid "Heading ~4"
msgstr "見出し~4"
#: WriterCommands.xcu
+#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Heading 5&amp;FamilyName:string=ParagraphStyles\n"
+"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Heading%205&amp;FamilyName:string=ParagraphStyles\n"
"Label\n"
"value.text"
msgid "Heading ~5"
msgstr "見出し~5"
#: WriterCommands.xcu
+#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Heading 6&amp;FamilyName:string=ParagraphStyles\n"
+"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Heading%206&amp;FamilyName:string=ParagraphStyles\n"
"Label\n"
"value.text"
msgid "Heading ~6"
@@ -25960,27 +27735,30 @@ msgid "~Quotations"
msgstr "引用(~Q)"
#: WriterCommands.xcu
+#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Preformatted Text&amp;FamilyName:string=ParagraphStyles\n"
+"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Preformatted%20Text&amp;FamilyName:string=ParagraphStyles\n"
"Label\n"
"value.text"
msgid "Pre~formatted Text"
msgstr "整形済みテキスト(~F)"
#: WriterCommands.xcu
+#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Text body&amp;FamilyName:string=ParagraphStyles\n"
+"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Text%20body&amp;FamilyName:string=ParagraphStyles\n"
"Label\n"
"value.text"
msgid "Text Body"
msgstr "本文"
#: WriterCommands.xcu
+#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Default Style&amp;FamilyName:string=CharacterStyles\n"
+"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Default%20Style&amp;FamilyName:string=CharacterStyles\n"
"Label\n"
"value.text"
msgid "Default ~Character"
@@ -25996,9 +27774,10 @@ msgid "E~mphasis"
msgstr "強調(~E)"
#: WriterCommands.xcu
+#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Strong Emphasis&amp;FamilyName:string=CharacterStyles\n"
+"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Strong%20Emphasis&amp;FamilyName:string=CharacterStyles\n"
"Label\n"
"value.text"
msgid "~Strong Emphasis"
@@ -26014,9 +27793,10 @@ msgid "Qu~otation"
msgstr "引用(~O)"
#: WriterCommands.xcu
+#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Source Text&amp;FamilyName:string=CharacterStyles\n"
+"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Source%20Text&amp;FamilyName:string=CharacterStyles\n"
"Label\n"
"value.text"
msgid "Sou~rce Text"
@@ -26032,6 +27812,126 @@ msgid "Apply Paragraph Style"
msgstr "段落スタイルの適用"
#: WriterFormWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterFormWindowState.xcu\n"
+"..WriterFormWindowState.UIElements.States.private:resource/popupmenu/annotation\n"
+"UIName\n"
+"value.text"
+msgid "Comment"
+msgstr "コメント(~E)"
+
+#: WriterFormWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterFormWindowState.xcu\n"
+"..WriterFormWindowState.UIElements.States.private:resource/popupmenu/draw\n"
+"UIName\n"
+"value.text"
+msgid "Shape"
+msgstr "シェイプ"
+
+#: WriterFormWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterFormWindowState.xcu\n"
+"..WriterFormWindowState.UIElements.States.private:resource/popupmenu/drawtext\n"
+"UIName\n"
+"value.text"
+msgid "Shape Text"
+msgstr "テキストのスケール"
+
+#: WriterFormWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterFormWindowState.xcu\n"
+"..WriterFormWindowState.UIElements.States.private:resource/popupmenu/form\n"
+"UIName\n"
+"value.text"
+msgid "Form Control"
+msgstr "フォームコントロール"
+
+#: WriterFormWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterFormWindowState.xcu\n"
+"..WriterFormWindowState.UIElements.States.private:resource/popupmenu/formrichtext\n"
+"UIName\n"
+"value.text"
+msgid "Text Box Formatting"
+msgstr "テキストボックスの書式設定"
+
+#: WriterFormWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterFormWindowState.xcu\n"
+"..WriterFormWindowState.UIElements.States.private:resource/popupmenu/frame\n"
+"UIName\n"
+"value.text"
+msgid "Text Frame"
+msgstr "次の枠へ"
+
+#: WriterFormWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterFormWindowState.xcu\n"
+"..WriterFormWindowState.UIElements.States.private:resource/popupmenu/graphic\n"
+"UIName\n"
+"value.text"
+msgid "Image"
+msgstr "イメージ"
+
+#: WriterFormWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterFormWindowState.xcu\n"
+"..WriterFormWindowState.UIElements.States.private:resource/popupmenu/media\n"
+"UIName\n"
+"value.text"
+msgid "Media"
+msgstr "メディア"
+
+#: WriterFormWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterFormWindowState.xcu\n"
+"..WriterFormWindowState.UIElements.States.private:resource/popupmenu/oleobject\n"
+"UIName\n"
+"value.text"
+msgid "OLE Object"
+msgstr "OLE オブジェクト"
+
+#: WriterFormWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterFormWindowState.xcu\n"
+"..WriterFormWindowState.UIElements.States.private:resource/popupmenu/preview\n"
+"UIName\n"
+"value.text"
+msgid "Print Preview"
+msgstr "印刷プレビュー"
+
+#: WriterFormWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterFormWindowState.xcu\n"
+"..WriterFormWindowState.UIElements.States.private:resource/popupmenu/table\n"
+"UIName\n"
+"value.text"
+msgid "Table"
+msgstr "表"
+
+#: WriterFormWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterFormWindowState.xcu\n"
+"..WriterFormWindowState.UIElements.States.private:resource/popupmenu/text\n"
+"UIName\n"
+"value.text"
+msgid "Text"
+msgstr "テキスト"
+
+#: WriterFormWindowState.xcu
msgctxt ""
"WriterFormWindowState.xcu\n"
"..WriterFormWindowState.UIElements.States.private:resource/toolbar/standardbar\n"
@@ -26052,6 +27952,15 @@ msgstr "書式設定"
#: WriterFormWindowState.xcu
msgctxt ""
"WriterFormWindowState.xcu\n"
+"..WriterFormWindowState.UIElements.States.private:resource/toolbar/mailmerge\n"
+"UIName\n"
+"value.text"
+msgid "Mail Merge"
+msgstr ""
+
+#: WriterFormWindowState.xcu
+msgctxt ""
+"WriterFormWindowState.xcu\n"
"..WriterFormWindowState.UIElements.States.private:resource/toolbar/toolbar\n"
"UIName\n"
"value.text"
@@ -26365,6 +28274,126 @@ msgid "Fontwork Shape"
msgstr "フォントワークのシェイプ"
#: WriterGlobalWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterGlobalWindowState.xcu\n"
+"..WriterGlobalWindowState.UIElements.States.private:resource/popupmenu/annotation\n"
+"UIName\n"
+"value.text"
+msgid "Comment"
+msgstr "コメント(~E)"
+
+#: WriterGlobalWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterGlobalWindowState.xcu\n"
+"..WriterGlobalWindowState.UIElements.States.private:resource/popupmenu/draw\n"
+"UIName\n"
+"value.text"
+msgid "Shape"
+msgstr "シェイプ"
+
+#: WriterGlobalWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterGlobalWindowState.xcu\n"
+"..WriterGlobalWindowState.UIElements.States.private:resource/popupmenu/drawtext\n"
+"UIName\n"
+"value.text"
+msgid "Shape Text"
+msgstr "テキストのスケール"
+
+#: WriterGlobalWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterGlobalWindowState.xcu\n"
+"..WriterGlobalWindowState.UIElements.States.private:resource/popupmenu/form\n"
+"UIName\n"
+"value.text"
+msgid "Form Control"
+msgstr "フォームコントロール"
+
+#: WriterGlobalWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterGlobalWindowState.xcu\n"
+"..WriterGlobalWindowState.UIElements.States.private:resource/popupmenu/formrichtext\n"
+"UIName\n"
+"value.text"
+msgid "Text Box Formatting"
+msgstr "テキストボックスの書式設定"
+
+#: WriterGlobalWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterGlobalWindowState.xcu\n"
+"..WriterGlobalWindowState.UIElements.States.private:resource/popupmenu/frame\n"
+"UIName\n"
+"value.text"
+msgid "Text Frame"
+msgstr "次の枠へ"
+
+#: WriterGlobalWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterGlobalWindowState.xcu\n"
+"..WriterGlobalWindowState.UIElements.States.private:resource/popupmenu/graphic\n"
+"UIName\n"
+"value.text"
+msgid "Image"
+msgstr "イメージ"
+
+#: WriterGlobalWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterGlobalWindowState.xcu\n"
+"..WriterGlobalWindowState.UIElements.States.private:resource/popupmenu/media\n"
+"UIName\n"
+"value.text"
+msgid "Media"
+msgstr "メディア"
+
+#: WriterGlobalWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterGlobalWindowState.xcu\n"
+"..WriterGlobalWindowState.UIElements.States.private:resource/popupmenu/oleobject\n"
+"UIName\n"
+"value.text"
+msgid "OLE Object"
+msgstr "OLE オブジェクト"
+
+#: WriterGlobalWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterGlobalWindowState.xcu\n"
+"..WriterGlobalWindowState.UIElements.States.private:resource/popupmenu/preview\n"
+"UIName\n"
+"value.text"
+msgid "Print Preview"
+msgstr "印刷プレビュー"
+
+#: WriterGlobalWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterGlobalWindowState.xcu\n"
+"..WriterGlobalWindowState.UIElements.States.private:resource/popupmenu/table\n"
+"UIName\n"
+"value.text"
+msgid "Table"
+msgstr "表"
+
+#: WriterGlobalWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterGlobalWindowState.xcu\n"
+"..WriterGlobalWindowState.UIElements.States.private:resource/popupmenu/text\n"
+"UIName\n"
+"value.text"
+msgid "Text"
+msgstr "テキスト"
+
+#: WriterGlobalWindowState.xcu
msgctxt ""
"WriterGlobalWindowState.xcu\n"
"..WriterGlobalWindowState.UIElements.States.private:resource/toolbar/standardbar\n"
@@ -26707,6 +28736,126 @@ msgid "Navigation"
msgstr "ナビゲーション"
#: WriterReportWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterReportWindowState.xcu\n"
+"..WriterReportWindowState.UIElements.States.private:resource/popupmenu/annotation\n"
+"UIName\n"
+"value.text"
+msgid "Comment"
+msgstr "コメント(~E)"
+
+#: WriterReportWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterReportWindowState.xcu\n"
+"..WriterReportWindowState.UIElements.States.private:resource/popupmenu/draw\n"
+"UIName\n"
+"value.text"
+msgid "Shape"
+msgstr "シェイプ"
+
+#: WriterReportWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterReportWindowState.xcu\n"
+"..WriterReportWindowState.UIElements.States.private:resource/popupmenu/drawtext\n"
+"UIName\n"
+"value.text"
+msgid "Shape Text"
+msgstr "テキストのスケール"
+
+#: WriterReportWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterReportWindowState.xcu\n"
+"..WriterReportWindowState.UIElements.States.private:resource/popupmenu/form\n"
+"UIName\n"
+"value.text"
+msgid "Form Control"
+msgstr "フォームコントロール"
+
+#: WriterReportWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterReportWindowState.xcu\n"
+"..WriterReportWindowState.UIElements.States.private:resource/popupmenu/formrichtext\n"
+"UIName\n"
+"value.text"
+msgid "Text Box Formatting"
+msgstr "テキストボックスの書式設定"
+
+#: WriterReportWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterReportWindowState.xcu\n"
+"..WriterReportWindowState.UIElements.States.private:resource/popupmenu/frame\n"
+"UIName\n"
+"value.text"
+msgid "Text Frame"
+msgstr "次の枠へ"
+
+#: WriterReportWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterReportWindowState.xcu\n"
+"..WriterReportWindowState.UIElements.States.private:resource/popupmenu/graphic\n"
+"UIName\n"
+"value.text"
+msgid "Image"
+msgstr "イメージ"
+
+#: WriterReportWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterReportWindowState.xcu\n"
+"..WriterReportWindowState.UIElements.States.private:resource/popupmenu/media\n"
+"UIName\n"
+"value.text"
+msgid "Media"
+msgstr "メディア"
+
+#: WriterReportWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterReportWindowState.xcu\n"
+"..WriterReportWindowState.UIElements.States.private:resource/popupmenu/oleobject\n"
+"UIName\n"
+"value.text"
+msgid "OLE Object"
+msgstr "OLE オブジェクト"
+
+#: WriterReportWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterReportWindowState.xcu\n"
+"..WriterReportWindowState.UIElements.States.private:resource/popupmenu/preview\n"
+"UIName\n"
+"value.text"
+msgid "Print Preview"
+msgstr "印刷プレビュー"
+
+#: WriterReportWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterReportWindowState.xcu\n"
+"..WriterReportWindowState.UIElements.States.private:resource/popupmenu/table\n"
+"UIName\n"
+"value.text"
+msgid "Table"
+msgstr "表"
+
+#: WriterReportWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterReportWindowState.xcu\n"
+"..WriterReportWindowState.UIElements.States.private:resource/popupmenu/text\n"
+"UIName\n"
+"value.text"
+msgid "Text"
+msgstr "テキスト"
+
+#: WriterReportWindowState.xcu
msgctxt ""
"WriterReportWindowState.xcu\n"
"..WriterReportWindowState.UIElements.States.private:resource/toolbar/standardbar\n"
@@ -26727,6 +28876,15 @@ msgstr "書式設定"
#: WriterReportWindowState.xcu
msgctxt ""
"WriterReportWindowState.xcu\n"
+"..WriterReportWindowState.UIElements.States.private:resource/toolbar/mailmerge\n"
+"UIName\n"
+"value.text"
+msgid "Mail Merge"
+msgstr ""
+
+#: WriterReportWindowState.xcu
+msgctxt ""
+"WriterReportWindowState.xcu\n"
"..WriterReportWindowState.UIElements.States.private:resource/toolbar/toolbar\n"
"UIName\n"
"value.text"
@@ -27040,6 +29198,106 @@ msgid "Fontwork Shape"
msgstr "フォントワークのシェイプ"
#: WriterWebWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWebWindowState.xcu\n"
+"..WriterWebWindowState.UIElements.States.private:resource/popupmenu/annotation\n"
+"UIName\n"
+"value.text"
+msgid "Comment"
+msgstr "コメント(~E)"
+
+#: WriterWebWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWebWindowState.xcu\n"
+"..WriterWebWindowState.UIElements.States.private:resource/popupmenu/form\n"
+"UIName\n"
+"value.text"
+msgid "Form Control"
+msgstr "フォームコントロール"
+
+#: WriterWebWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWebWindowState.xcu\n"
+"..WriterWebWindowState.UIElements.States.private:resource/popupmenu/formrichtext\n"
+"UIName\n"
+"value.text"
+msgid "Text Box Formatting"
+msgstr "テキストボックスの書式設定"
+
+#: WriterWebWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWebWindowState.xcu\n"
+"..WriterWebWindowState.UIElements.States.private:resource/popupmenu/frame\n"
+"UIName\n"
+"value.text"
+msgid "Text Frame"
+msgstr "次の枠へ"
+
+#: WriterWebWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWebWindowState.xcu\n"
+"..WriterWebWindowState.UIElements.States.private:resource/popupmenu/graphic\n"
+"UIName\n"
+"value.text"
+msgid "Image"
+msgstr "イメージ"
+
+#: WriterWebWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWebWindowState.xcu\n"
+"..WriterWebWindowState.UIElements.States.private:resource/popupmenu/oleobject\n"
+"UIName\n"
+"value.text"
+msgid "OLE Object"
+msgstr "OLE オブジェクト"
+
+#: WriterWebWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWebWindowState.xcu\n"
+"..WriterWebWindowState.UIElements.States.private:resource/popupmenu/preview\n"
+"UIName\n"
+"value.text"
+msgid "Print Preview"
+msgstr "印刷プレビュー"
+
+#: WriterWebWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWebWindowState.xcu\n"
+"..WriterWebWindowState.UIElements.States.private:resource/popupmenu/source\n"
+"UIName\n"
+"value.text"
+msgid "HTML Source"
+msgstr "HT~ML ソーステキスト"
+
+#: WriterWebWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWebWindowState.xcu\n"
+"..WriterWebWindowState.UIElements.States.private:resource/popupmenu/table\n"
+"UIName\n"
+"value.text"
+msgid "Table"
+msgstr "表"
+
+#: WriterWebWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWebWindowState.xcu\n"
+"..WriterWebWindowState.UIElements.States.private:resource/popupmenu/text\n"
+"UIName\n"
+"value.text"
+msgid "Text"
+msgstr "テキスト"
+
+#: WriterWebWindowState.xcu
msgctxt ""
"WriterWebWindowState.xcu\n"
"..WriterWebWindowState.UIElements.States.private:resource/toolbar/standardbar\n"
@@ -27337,6 +29595,126 @@ msgid "Callouts"
msgstr "吹き出し"
#: WriterWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/popupmenu/annotation\n"
+"UIName\n"
+"value.text"
+msgid "Comment"
+msgstr "コメント(~E)"
+
+#: WriterWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/popupmenu/draw\n"
+"UIName\n"
+"value.text"
+msgid "Shape"
+msgstr "シェイプ"
+
+#: WriterWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/popupmenu/drawtext\n"
+"UIName\n"
+"value.text"
+msgid "Shape Text"
+msgstr "テキストのスケール"
+
+#: WriterWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/popupmenu/form\n"
+"UIName\n"
+"value.text"
+msgid "Form Control"
+msgstr "フォームコントロール"
+
+#: WriterWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/popupmenu/formrichtext\n"
+"UIName\n"
+"value.text"
+msgid "Text Box Formatting"
+msgstr "テキストボックスの書式設定"
+
+#: WriterWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/popupmenu/frame\n"
+"UIName\n"
+"value.text"
+msgid "Text Frame"
+msgstr "次の枠へ"
+
+#: WriterWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/popupmenu/graphic\n"
+"UIName\n"
+"value.text"
+msgid "Image"
+msgstr "イメージ"
+
+#: WriterWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/popupmenu/media\n"
+"UIName\n"
+"value.text"
+msgid "Media"
+msgstr "メディア"
+
+#: WriterWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/popupmenu/oleobject\n"
+"UIName\n"
+"value.text"
+msgid "OLE Object"
+msgstr "OLE オブジェクト"
+
+#: WriterWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/popupmenu/preview\n"
+"UIName\n"
+"value.text"
+msgid "Print Preview"
+msgstr "印刷プレビュー"
+
+#: WriterWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/popupmenu/table\n"
+"UIName\n"
+"value.text"
+msgid "Table"
+msgstr "表"
+
+#: WriterWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/popupmenu/text\n"
+"UIName\n"
+"value.text"
+msgid "Text"
+msgstr "テキスト"
+
+#: WriterWindowState.xcu
msgctxt ""
"WriterWindowState.xcu\n"
"..WriterWindowState.UIElements.States.private:resource/toolbar/standardbar\n"
@@ -27366,6 +29744,15 @@ msgstr "書式設定"
#: WriterWindowState.xcu
msgctxt ""
"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/toolbar/mailmerge\n"
+"UIName\n"
+"value.text"
+msgid "Mail Merge"
+msgstr ""
+
+#: WriterWindowState.xcu
+msgctxt ""
+"WriterWindowState.xcu\n"
"..WriterWindowState.UIElements.States.private:resource/toolbar/toolbar\n"
"UIName\n"
"value.text"
@@ -27373,6 +29760,25 @@ msgid "Tools"
msgstr "ツール"
#: WriterWindowState.xcu
+#, fuzzy
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/toolbar/linesbar\n"
+"UIName\n"
+"value.text"
+msgid "Lines"
+msgstr "線"
+
+#: WriterWindowState.xcu
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/toolbar/classificationbar\n"
+"UIName\n"
+"value.text"
+msgid "Classification"
+msgstr ""
+
+#: WriterWindowState.xcu
msgctxt ""
"WriterWindowState.xcu\n"
"..WriterWindowState.UIElements.States.private:resource/toolbar/tableobjectbar\n"
@@ -27540,8 +29946,8 @@ msgctxt ""
"..WriterWindowState.UIElements.States.private:resource/toolbar/optimizetablebar\n"
"UIName\n"
"value.text"
-msgid "Optimize"
-msgstr "最適化"
+msgid "Optimize Size"
+msgstr ""
#: WriterWindowState.xcu
msgctxt ""
@@ -27696,6 +30102,135 @@ msgctxt ""
msgid "Track Changes"
msgstr "変更の追跡"
+#: WriterWindowState.xcu
+msgctxt ""
+"WriterWindowState.xcu\n"
+"..WriterWindowState.UIElements.States.private:resource/toolbar/singlemode\n"
+"UIName\n"
+"value.text"
+msgid "Standard (Single Mode)"
+msgstr ""
+
+#: XFormsWindowState.xcu
+#, fuzzy
+msgctxt ""
+"XFormsWindowState.xcu\n"
+"..XFormsWindowState.UIElements.States.private:resource/popupmenu/annotation\n"
+"UIName\n"
+"value.text"
+msgid "Comment"
+msgstr "コメント(~E)"
+
+#: XFormsWindowState.xcu
+#, fuzzy
+msgctxt ""
+"XFormsWindowState.xcu\n"
+"..XFormsWindowState.UIElements.States.private:resource/popupmenu/draw\n"
+"UIName\n"
+"value.text"
+msgid "Shape"
+msgstr "シェイプ"
+
+#: XFormsWindowState.xcu
+#, fuzzy
+msgctxt ""
+"XFormsWindowState.xcu\n"
+"..XFormsWindowState.UIElements.States.private:resource/popupmenu/drawtext\n"
+"UIName\n"
+"value.text"
+msgid "Shape Text"
+msgstr "テキストのスケール"
+
+#: XFormsWindowState.xcu
+#, fuzzy
+msgctxt ""
+"XFormsWindowState.xcu\n"
+"..XFormsWindowState.UIElements.States.private:resource/popupmenu/form\n"
+"UIName\n"
+"value.text"
+msgid "Form Control"
+msgstr "フォームコントロール"
+
+#: XFormsWindowState.xcu
+#, fuzzy
+msgctxt ""
+"XFormsWindowState.xcu\n"
+"..XFormsWindowState.UIElements.States.private:resource/popupmenu/formrichtext\n"
+"UIName\n"
+"value.text"
+msgid "Text Box Formatting"
+msgstr "テキストボックスの書式設定"
+
+#: XFormsWindowState.xcu
+#, fuzzy
+msgctxt ""
+"XFormsWindowState.xcu\n"
+"..XFormsWindowState.UIElements.States.private:resource/popupmenu/frame\n"
+"UIName\n"
+"value.text"
+msgid "Text Frame"
+msgstr "次の枠へ"
+
+#: XFormsWindowState.xcu
+#, fuzzy
+msgctxt ""
+"XFormsWindowState.xcu\n"
+"..XFormsWindowState.UIElements.States.private:resource/popupmenu/graphic\n"
+"UIName\n"
+"value.text"
+msgid "Image"
+msgstr "イメージ"
+
+#: XFormsWindowState.xcu
+#, fuzzy
+msgctxt ""
+"XFormsWindowState.xcu\n"
+"..XFormsWindowState.UIElements.States.private:resource/popupmenu/media\n"
+"UIName\n"
+"value.text"
+msgid "Media"
+msgstr "メディア"
+
+#: XFormsWindowState.xcu
+#, fuzzy
+msgctxt ""
+"XFormsWindowState.xcu\n"
+"..XFormsWindowState.UIElements.States.private:resource/popupmenu/oleobject\n"
+"UIName\n"
+"value.text"
+msgid "OLE Object"
+msgstr "OLE オブジェクト"
+
+#: XFormsWindowState.xcu
+#, fuzzy
+msgctxt ""
+"XFormsWindowState.xcu\n"
+"..XFormsWindowState.UIElements.States.private:resource/popupmenu/preview\n"
+"UIName\n"
+"value.text"
+msgid "Print Preview"
+msgstr "印刷プレビュー"
+
+#: XFormsWindowState.xcu
+#, fuzzy
+msgctxt ""
+"XFormsWindowState.xcu\n"
+"..XFormsWindowState.UIElements.States.private:resource/popupmenu/table\n"
+"UIName\n"
+"value.text"
+msgid "Table"
+msgstr "表"
+
+#: XFormsWindowState.xcu
+#, fuzzy
+msgctxt ""
+"XFormsWindowState.xcu\n"
+"..XFormsWindowState.UIElements.States.private:resource/popupmenu/text\n"
+"UIName\n"
+"value.text"
+msgid "Text"
+msgstr "テキスト"
+
#: XFormsWindowState.xcu
msgctxt ""
"XFormsWindowState.xcu\n"
diff --git a/source/ja/readlicense_oo/docs.po b/source/ja/readlicense_oo/docs.po
index 59a66fdaea6..f1a4980dc93 100644
--- a/source/ja/readlicense_oo/docs.po
+++ b/source/ja/readlicense_oo/docs.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-25 12:33+0200\n"
+"POT-Creation-Date: 2016-03-09 20:48+0100\n"
"PO-Revision-Date: 2016-01-22 05:21+0000\n"
-"Last-Translator: Naruhiko Ogasawara <naruoga@gmail.com>\n"
+"Last-Translator: system user <>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
@@ -125,8 +125,8 @@ msgctxt ""
"readme.xrm\n"
"s2s3sdf21\n"
"readmeitem.text"
-msgid "Microsoft Windows XP SP2, Vista, Windows 7, or Windows 8"
-msgstr "Microsoft Windows XP SP2, Vista, Windows 7, または Windows 8"
+msgid "Microsoft Windows XP SP3, Vista, 7, 8, or 10"
+msgstr ""
#: readme.xrm
msgctxt ""
@@ -839,11 +839,3 @@ 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/reportdesign/source/ui/dlg.po b/source/ja/reportdesign/source/ui/dlg.po
index c91586a849b..5f751df8eb3 100644
--- a/source/ja/reportdesign/source/ui/dlg.po
+++ b/source/ja/reportdesign/source/ui/dlg.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: 2013-01-13 09:10+0000\n"
-"Last-Translator: Ikuya <ikuya@fruitsbasket.info>\n"
+"POT-Creation-Date: 2016-03-09 20:48+0100\n"
+"PO-Revision-Date: 2015-12-11 17:13+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: 1358068225.0\n"
+"X-POOTLE-MTIME: 1449853984.000000\n"
#: CondFormat.src
msgctxt ""
@@ -252,6 +252,16 @@ msgctxt ""
msgid "Select ascending or descending sort order. Ascending means from A to Z or 0 to 9"
msgstr "昇順または降順の並べ替え順序を選択します。 昇順は、A から Z または 0 から 9 を意味します"
+#: GroupsSorting.src
+#, fuzzy
+msgctxt ""
+"GroupsSorting.src\n"
+"RID_GROUPSROWPOPUPMENU\n"
+"SID_DELETE\n"
+"menuitem.text"
+msgid "~Delete"
+msgstr "削除(~D)"
+
#: Navigator.src
msgctxt ""
"Navigator.src\n"
@@ -313,6 +323,16 @@ msgctxt ""
msgid "Properties..."
msgstr "プロパティ..."
+#: Navigator.src
+#, fuzzy
+msgctxt ""
+"Navigator.src\n"
+"RID_MENU_NAVIGATOR\n"
+"SID_DELETE\n"
+"menuitem.text"
+msgid "~Delete"
+msgstr "削除(~D)"
+
#. The space after the word is no error. #PAGENUMBER# is a replacement and & must not be translated as well as "
#: PageNumber.src
msgctxt ""
diff --git a/source/ja/reportdesign/source/ui/report.po b/source/ja/reportdesign/source/ui/report.po
index 7f9ca5876a0..a4d8babfc4f 100644
--- a/source/ja/reportdesign/source/ui/report.po
+++ b/source/ja/reportdesign/source/ui/report.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-01-14 11:34+0000\n"
-"Last-Translator: baffclan <baffclan@yahoo.co.jp>\n"
+"POT-Creation-Date: 2016-03-09 20:48+0100\n"
+"PO-Revision-Date: 2015-06-26 01:06+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: 1421235291.000000\n"
+"X-POOTLE-MTIME: 1435280811.000000\n"
#: report.src
msgctxt ""
@@ -411,6 +411,15 @@ msgstr "グリッド線..."
msgctxt ""
"report.src\n"
"RID_MENU_REPORT.SID_ARRANGEMENU\n"
+"SID_FRAME_TO_TOP\n"
+"menuitem.text"
+msgid "~Bring to Front"
+msgstr ""
+
+#: report.src
+msgctxt ""
+"report.src\n"
+"RID_MENU_REPORT.SID_ARRANGEMENU\n"
"SID_FRAME_UP\n"
"menuitem.text"
msgid "Bring ~Forward"
@@ -428,6 +437,33 @@ msgstr "背面に移動(~W)"
#: report.src
msgctxt ""
"report.src\n"
+"RID_MENU_REPORT.SID_ARRANGEMENU\n"
+"SID_FRAME_TO_BOTTOM\n"
+"menuitem.text"
+msgid "~Send to Back"
+msgstr ""
+
+#: report.src
+msgctxt ""
+"report.src\n"
+"RID_MENU_REPORT.SID_ARRANGEMENU\n"
+"SID_OBJECT_HEAVEN\n"
+"menuitem.text"
+msgid "~To Foreground"
+msgstr ""
+
+#: report.src
+msgctxt ""
+"report.src\n"
+"RID_MENU_REPORT.SID_ARRANGEMENU\n"
+"SID_OBJECT_HELL\n"
+"menuitem.text"
+msgid "T~o Background"
+msgstr ""
+
+#: report.src
+msgctxt ""
+"report.src\n"
"RID_MENU_REPORT\n"
"SID_ARRANGEMENU\n"
"menuitem.text"
@@ -437,6 +473,69 @@ msgstr "整列(~A)"
#: report.src
msgctxt ""
"report.src\n"
+"RID_MENU_REPORT.SID_OBJECT_ALIGN\n"
+"SID_OBJECT_ALIGN_LEFT\n"
+"menuitem.text"
+msgid "~Left"
+msgstr ""
+
+#: report.src
+msgctxt ""
+"report.src\n"
+"RID_MENU_REPORT.SID_OBJECT_ALIGN\n"
+"SID_OBJECT_ALIGN_CENTER\n"
+"menuitem.text"
+msgid "~Centered"
+msgstr ""
+
+#: report.src
+msgctxt ""
+"report.src\n"
+"RID_MENU_REPORT.SID_OBJECT_ALIGN\n"
+"SID_OBJECT_ALIGN_RIGHT\n"
+"menuitem.text"
+msgid "~Right"
+msgstr ""
+
+#: report.src
+msgctxt ""
+"report.src\n"
+"RID_MENU_REPORT.SID_OBJECT_ALIGN\n"
+"SID_OBJECT_ALIGN_UP\n"
+"menuitem.text"
+msgid "~Top"
+msgstr ""
+
+#: report.src
+msgctxt ""
+"report.src\n"
+"RID_MENU_REPORT.SID_OBJECT_ALIGN\n"
+"SID_OBJECT_ALIGN_MIDDLE\n"
+"menuitem.text"
+msgid "C~enter"
+msgstr ""
+
+#: report.src
+msgctxt ""
+"report.src\n"
+"RID_MENU_REPORT.SID_OBJECT_ALIGN\n"
+"SID_OBJECT_ALIGN_DOWN\n"
+"menuitem.text"
+msgid "~Bottom"
+msgstr ""
+
+#: report.src
+msgctxt ""
+"report.src\n"
+"RID_MENU_REPORT\n"
+"SID_OBJECT_ALIGN\n"
+"menuitem.text"
+msgid "A~lignment"
+msgstr ""
+
+#: report.src
+msgctxt ""
+"report.src\n"
"RID_MENU_REPORT.SID_OBJECT_RESIZING\n"
"SID_OBJECT_SMALLESTWIDTH\n"
"menuitem.text"
@@ -536,6 +635,34 @@ msgstr "プロパティ..."
#: report.src
msgctxt ""
"report.src\n"
+"RID_MENU_REPORT\n"
+"SID_CUT\n"
+"menuitem.text"
+msgid "Cu~t"
+msgstr ""
+
+#: report.src
+msgctxt ""
+"report.src\n"
+"RID_MENU_REPORT\n"
+"SID_COPY\n"
+"menuitem.text"
+msgid "~Copy"
+msgstr ""
+
+#: report.src
+#, fuzzy
+msgctxt ""
+"report.src\n"
+"RID_MENU_REPORT\n"
+"SID_PASTE\n"
+"menuitem.text"
+msgid "~Paste"
+msgstr "貼り付け"
+
+#: report.src
+msgctxt ""
+"report.src\n"
"RID_STR_FIELDSELECTION\n"
"string.text"
msgid "Add field:"
diff --git a/source/ja/sc/source/ui/drawfunc.po b/source/ja/sc/source/ui/drawfunc.po
deleted file mode 100644
index a3cbfa1c39c..00000000000
--- a/source/ja/sc/source/ui/drawfunc.po
+++ /dev/null
@@ -1,303 +0,0 @@
-#. extracted from sc/source/ui/drawfunc
-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-11-10 19:32+0100\n"
-"PO-Revision-Date: 2015-12-30 11:37+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: Pootle 2.7\n"
-"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1451475474.000000\n"
-
-#: drformsh.src
-msgctxt ""
-"drformsh.src\n"
-"MN_RENAME_OBJECT\n"
-"SID_RENAME_OBJECT\n"
-"menuitem.text"
-msgid "Name..."
-msgstr "名前..."
-
-#: drformsh.src
-msgctxt ""
-"drformsh.src\n"
-"MN_TITLE_DESCRIPTION_OBJECT\n"
-"SID_TITLE_DESCRIPTION_OBJECT\n"
-"menuitem.text"
-msgid "Description..."
-msgstr "説明..."
-
-#: drformsh.src
-msgctxt ""
-"drformsh.src\n"
-"MN_ARRANGESUB.SUBMENU_OBJARRANGE\n"
-"SID_FRAME_UP\n"
-"menuitem.text"
-msgid "Bring ~Forward"
-msgstr "前面へ移動(~F)"
-
-#: drformsh.src
-msgctxt ""
-"drformsh.src\n"
-"MN_ARRANGESUB.SUBMENU_OBJARRANGE\n"
-"SID_FRAME_DOWN\n"
-"menuitem.text"
-msgid "Send Back~ward"
-msgstr "背面に移動(~W)"
-
-#: drformsh.src
-msgctxt ""
-"drformsh.src\n"
-"MN_ARRANGESUB\n"
-"SUBMENU_OBJARRANGE\n"
-"menuitem.text"
-msgid "~Arrange"
-msgstr "整列(~A)"
-
-#: drformsh.src
-msgctxt ""
-"drformsh.src\n"
-"MN_ANCHORSUB.SUBMENU_ANCHOR\n"
-"SID_ANCHOR_PAGE\n"
-"menuitem.text"
-msgid "To P~age"
-msgstr "ページに(~A)"
-
-#: drformsh.src
-msgctxt ""
-"drformsh.src\n"
-"MN_ANCHORSUB.SUBMENU_ANCHOR\n"
-"SID_ANCHOR_CELL\n"
-"menuitem.text"
-msgid "To ~Cell"
-msgstr "セルに(~C)"
-
-#: drformsh.src
-msgctxt ""
-"drformsh.src\n"
-"MN_ANCHORSUB\n"
-"SUBMENU_ANCHOR\n"
-"menuitem.text"
-msgid "An~chor"
-msgstr "アンカー(~C)"
-
-#: drformsh.src
-msgctxt ""
-"drformsh.src\n"
-"MN_ALIGNSUB\n"
-"SID_OBJECT_ALIGN\n"
-"menuitem.text"
-msgid "A~lignment"
-msgstr "配置(~L)"
-
-#: drformsh.src
-msgctxt ""
-"drformsh.src\n"
-"RID_POPUP_DRAWFORM\n"
-"string.text"
-msgid "Popup menu for form objects"
-msgstr "フォームオブジェクトのポップアップメニュー"
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"MN_RESET\n"
-"SID_TEXT_STANDARD\n"
-"menuitem.text"
-msgid "~Default"
-msgstr "標準(~D)"
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"MN_EDITLNK\n"
-"SID_DRAW_HLINK_EDIT\n"
-"menuitem.text"
-msgid "~Hyperlink..."
-msgstr "ハイパーリンク(~H)..."
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"MN_DELLNK\n"
-"SID_DRAW_HLINK_DELETE\n"
-"menuitem.text"
-msgid "~Remove Hyperlink"
-msgstr "ハイパーリンクの削除(~R)"
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"MN_DRWTXTATTR\n"
-"SID_DRAWTEXT_ATTR_DLG\n"
-"menuitem.text"
-msgid "Te~xt..."
-msgstr "テキスト(~X)..."
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"MN_ASSIGNMACRO\n"
-"SID_ASSIGNMACRO\n"
-"menuitem.text"
-msgid "Assig~n Macro..."
-msgstr "マクロの割り当て(~N)..."
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"MN_ORIGINALSIZE\n"
-"SID_ORIGINALSIZE\n"
-"menuitem.text"
-msgid "~Original Size"
-msgstr "オリジナルサイズ(~O)"
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"MN_RENAME_OBJECT\n"
-"SID_RENAME_OBJECT\n"
-"menuitem.text"
-msgid "Name..."
-msgstr "名前..."
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"MN_TITLE_DESCRIPTION_OBJECT\n"
-"SID_TITLE_DESCRIPTION_OBJECT\n"
-"menuitem.text"
-msgid "Description..."
-msgstr "説明..."
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"MN_MIRRORSUB.SUBMENU_OBJMIRROR\n"
-"SID_MIRROR_VERTICAL\n"
-"menuitem.text"
-msgid "~Vertically"
-msgstr "上下反転(~V)"
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"MN_MIRRORSUB.SUBMENU_OBJMIRROR\n"
-"SID_MIRROR_HORIZONTAL\n"
-"menuitem.text"
-msgid "~Horizontal"
-msgstr "左右反転(~H)"
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"MN_MIRRORSUB\n"
-"SUBMENU_OBJMIRROR\n"
-"menuitem.text"
-msgid "~Flip"
-msgstr "反転(~F)"
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"MN_ARRANGESUB.SUBMENU_OBJARRANGE\n"
-"SID_FRAME_UP\n"
-"menuitem.text"
-msgid "Bring ~Forward"
-msgstr "前面へ移動(~F)"
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"MN_ARRANGESUB.SUBMENU_OBJARRANGE\n"
-"SID_FRAME_DOWN\n"
-"menuitem.text"
-msgid "Send Back~ward"
-msgstr "背面に移動(~W)"
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"MN_ARRANGESUB\n"
-"SUBMENU_OBJARRANGE\n"
-"menuitem.text"
-msgid "~Arrange"
-msgstr "整列(~A)"
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"MN_ANCHORSUB.SUBMENU_ANCHOR\n"
-"SID_ANCHOR_PAGE\n"
-"menuitem.text"
-msgid "To P~age"
-msgstr "ページに(~A)"
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"MN_ANCHORSUB.SUBMENU_ANCHOR\n"
-"SID_ANCHOR_CELL\n"
-"menuitem.text"
-msgid "To ~Cell"
-msgstr "セルに(~C)"
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"MN_ANCHORSUB\n"
-"SUBMENU_ANCHOR\n"
-"menuitem.text"
-msgid "An~chor"
-msgstr "アンカー(~C)"
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"MN_ALIGNSUB\n"
-"SID_OBJECT_ALIGN\n"
-"menuitem.text"
-msgid "A~lignment"
-msgstr "配置(~L)"
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"RID_POPUP_DRAW\n"
-"string.text"
-msgid "Pop-up menu for drawing objects"
-msgstr "図形描画オブジェクトのポップアップメニュー"
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"RID_POPUP_GRAPHIC\n"
-"RID_IMAGE_SUBMENU\n"
-"menuitem.text"
-msgid "Image"
-msgstr "画像"
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"RID_POPUP_GRAPHIC.RID_POPUP_CHART\n"
-"SID_EXPORT_AS_GRAPHIC\n"
-"menuitem.text"
-msgid "Export as Image..."
-msgstr "画像としてエクスポート..."
-
-#: objdraw.src
-msgctxt ""
-"objdraw.src\n"
-"RID_POPUP_GRAPHIC\n"
-"RID_POPUP_DRAWTEXT\n"
-"string.text"
-msgid "Pop-up menu for text objects"
-msgstr "テキストオブジェクト用のポップアップメニュー"
diff --git a/source/ja/sc/source/ui/formdlg.po b/source/ja/sc/source/ui/formdlg.po
index cec332f6fd0..c9da7fab647 100644
--- a/source/ja/sc/source/ui/formdlg.po
+++ b/source/ja/sc/source/ui/formdlg.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: 2014-05-30 13:09+0200\n"
-"PO-Revision-Date: 2011-04-05 23:07+0200\n"
-"Last-Translator: Takeshi <tabe@fixedpoint.jp>\n"
+"POT-Creation-Date: 2016-03-09 20:48+0100\n"
+"PO-Revision-Date: 2015-12-11 17:13+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: 1449854009.000000\n"
#: dwfunctr.src
msgctxt ""
@@ -142,9 +143,10 @@ msgid "Insert Function into calculation sheet"
msgstr "シートに関数を挿入"
#: dwfunctr.src
+#, fuzzy
msgctxt ""
"dwfunctr.src\n"
"FID_FUNCTION_BOX\n"
-"dockingwindow.text"
+"window.text"
msgid "Functions"
msgstr "関数"
diff --git a/source/ja/sc/source/ui/src.po b/source/ja/sc/source/ui/src.po
index 757cad99a9a..7f5d7030f38 100644
--- a/source/ja/sc/source/ui/src.po
+++ b/source/ja/sc/source/ui/src.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-12-11 12:57+0100\n"
-"PO-Revision-Date: 2016-01-24 13:55+0000\n"
-"Last-Translator: Naruhiko Ogasawara <naruoga@gmail.com>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2016-02-28 07:40+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: 1453643750.000000\n"
+"X-POOTLE-MTIME: 1456645220.000000\n"
#: condformatdlg.src
msgctxt ""
@@ -2245,6 +2245,15 @@ msgstr "$1 行、$2 列選択"
msgctxt ""
"globstr.src\n"
"RID_GLOBSTR\n"
+"STR_FILTER_SELCOUNT\n"
+"string.text"
+msgid "$1 of $2 records found"
+msgstr ""
+
+#: globstr.src
+msgctxt ""
+"globstr.src\n"
+"RID_GLOBSTR\n"
"STR_COLUMN\n"
"string.text"
msgid "Column"
@@ -2935,6 +2944,15 @@ msgstr "エラー: 内部のオーバーフロー"
msgctxt ""
"globstr.src\n"
"RID_GLOBSTR\n"
+"STR_LONG_ERR_MATRIX_SIZE\n"
+"string.text"
+msgid "Error: Array or matrix size"
+msgstr ""
+
+#: globstr.src
+msgctxt ""
+"globstr.src\n"
+"RID_GLOBSTR\n"
"STR_LONG_ERR_CIRC_REF\n"
"string.text"
msgid "Error: Circular reference"
@@ -4047,8 +4065,8 @@ msgctxt ""
"RID_GLOBSTR\n"
"STR_ERR_NOREF\n"
"string.text"
-msgid "No references found."
-msgstr "参照は見つかりませんでした。"
+msgid "No cell references are found in the selected cells."
+msgstr ""
#: globstr.src
msgctxt ""
@@ -5662,857 +5680,14 @@ msgctxt ""
msgid "Sheet %1 of %2"
msgstr "シート %1 / %2"
-#: hdrcont.src
-msgctxt ""
-"hdrcont.src\n"
-"PART1\n"
-"FID_CELL_FORMAT\n"
-"menuitem.text"
-msgid "~Format Cells..."
-msgstr "セルの書式設定(~F)..."
-
-#: hdrcont.src
-msgctxt ""
-"hdrcont.src\n"
-"PART2\n"
-"SID_CUT\n"
-"menuitem.text"
-msgid "Cu~t"
-msgstr "切り取り(~T)"
-
-#: hdrcont.src
-msgctxt ""
-"hdrcont.src\n"
-"PART2\n"
-"SID_COPY\n"
-"menuitem.text"
-msgid "~Copy"
-msgstr "コピー(~C)"
-
-#: hdrcont.src
-msgctxt ""
-"hdrcont.src\n"
-"PART2\n"
-"SID_PASTE\n"
-"menuitem.text"
-msgid "~Paste"
-msgstr "貼り付け(~P)"
-
-#: hdrcont.src
-msgctxt ""
-"hdrcont.src\n"
-"RID_POPUP_ROWHEADER\n"
-"SID_PASTE_SPECIAL\n"
-"menuitem.text"
-msgid "P~aste Special..."
-msgstr "形式を選択して貼り付け(~A)..."
-
-#: hdrcont.src
-msgctxt ""
-"hdrcont.src\n"
-"RID_POPUP_ROWHEADER\n"
-"FID_INS_ROWS_BEFORE\n"
-"menuitem.text"
-msgid "~Insert Rows Above"
-msgstr "行を上に挿入(~I)"
-
-#: hdrcont.src
-msgctxt ""
-"hdrcont.src\n"
-"RID_POPUP_ROWHEADER\n"
-"FID_INS_ROWS_AFTER\n"
-"menuitem.text"
-msgid "Insert Rows ~Below"
-msgstr "行を下に挿入(~B)"
-
-#: hdrcont.src
-msgctxt ""
-"hdrcont.src\n"
-"RID_POPUP_ROWHEADER\n"
-"SID_DEL_ROWS\n"
-"menuitem.text"
-msgid "~Delete Rows"
-msgstr "行の削除(~D)"
-
-#: hdrcont.src
-msgctxt ""
-"hdrcont.src\n"
-"RID_POPUP_ROWHEADER\n"
-"SID_DELETE\n"
-"menuitem.text"
-msgid "Cl~ear Contents..."
-msgstr "内容の削除(~E)..."
-
-#: 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 ""
-"hdrcont.src\n"
-"RID_POPUP_ROWHEADER\n"
-"FID_ROW_HIDE\n"
-"menuitem.text"
-msgid "~Hide Rows"
-msgstr "行を表示しない(~H)"
-
-#: hdrcont.src
-msgctxt ""
-"hdrcont.src\n"
-"RID_POPUP_ROWHEADER\n"
-"FID_ROW_SHOW\n"
-"menuitem.text"
-msgid "~Show Rows"
-msgstr "行を表示する(~S)"
-
-#: hdrcont.src
-#, fuzzy
-msgctxt ""
-"hdrcont.src\n"
-"RID_POPUP_COLHEADER\n"
-"SID_PASTE_SPECIAL\n"
-"menuitem.text"
-msgid "P~aste Special..."
-msgstr "形式を選択して貼り付け(~A)..."
-
-#: hdrcont.src
-msgctxt ""
-"hdrcont.src\n"
-"RID_POPUP_COLHEADER\n"
-"FID_INS_COLUMNS_BEFORE\n"
-"menuitem.text"
-msgid "Insert Columns ~Left"
-msgstr "列を左に挿入(~L)"
-
-#: hdrcont.src
-msgctxt ""
-"hdrcont.src\n"
-"RID_POPUP_COLHEADER\n"
-"FID_INS_COLUMNS_AFTER\n"
-"menuitem.text"
-msgid "Insert Columns ~Right"
-msgstr "列を右に挿入(~R)"
-
-#: hdrcont.src
-msgctxt ""
-"hdrcont.src\n"
-"RID_POPUP_COLHEADER\n"
-"SID_DEL_COLS\n"
-"menuitem.text"
-msgid "~Delete Columns"
-msgstr "列の削除(~D)"
-
-#: hdrcont.src
-msgctxt ""
-"hdrcont.src\n"
-"RID_POPUP_COLHEADER\n"
-"SID_DELETE\n"
-"menuitem.text"
-msgid "Cl~ear Contents..."
-msgstr "内容の削除(~E)..."
-
-#: hdrcont.src
-#, fuzzy
-msgctxt ""
-"hdrcont.src\n"
-"RID_POPUP_COLHEADER\n"
-"FID_COL_WIDTH\n"
-"menuitem.text"
-msgid "Column ~Width..."
-msgstr "列幅(~U)..."
-
-#: hdrcont.src
-#, fuzzy
-msgctxt ""
-"hdrcont.src\n"
-"RID_POPUP_COLHEADER\n"
-"FID_COL_OPT_WIDTH\n"
-"menuitem.text"
-msgid "~Optimal Column Width..."
-msgstr "最適な列幅(~P)..."
-
-#: hdrcont.src
-msgctxt ""
-"hdrcont.src\n"
-"RID_POPUP_COLHEADER\n"
-"FID_COL_HIDE\n"
-"menuitem.text"
-msgid "~Hide Columns"
-msgstr "列を表示しない(~H)"
-
-#: hdrcont.src
-msgctxt ""
-"hdrcont.src\n"
-"RID_POPUP_COLHEADER\n"
-"FID_COL_SHOW\n"
-"menuitem.text"
-msgid "~Show Columns"
-msgstr "列を表示する(~S)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS\n"
-"string.text"
-msgid "Cell pop-up menu"
-msgstr "セルのポップアップメニュー"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS\n"
-"SID_CUT\n"
-"menuitem.text"
-msgid "Cu~t"
-msgstr "切り取り(~T)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS\n"
-"SID_COPY\n"
-"menuitem.text"
-msgid "~Copy"
-msgstr "コピー(~C)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS\n"
-"SID_PASTE\n"
-"menuitem.text"
-msgid "~Paste"
-msgstr "貼り付け(~P)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS\n"
-"SID_PASTE_SPECIAL\n"
-"menuitem.text"
-msgid "P~aste Special..."
-msgstr "形式を選択して貼り付け(~A)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS.SID_PASTE_ONLY\n"
-"SID_PASTE_ONLY_TEXT\n"
-"menuitem.text"
-msgid "~Text"
-msgstr "テキスト(~T)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS.SID_PASTE_ONLY\n"
-"SID_PASTE_ONLY_VALUE\n"
-"menuitem.text"
-msgid "~Number"
-msgstr "数値(~N)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS.SID_PASTE_ONLY\n"
-"SID_PASTE_ONLY_FORMULA\n"
-"menuitem.text"
-msgid "~Formula"
-msgstr "数式(~F)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS\n"
-"SID_PASTE_ONLY\n"
-"menuitem.text"
-msgid "Paste O~nly"
-msgstr "形式を限定して貼り付け(~N)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS\n"
-"SID_CELL_FORMAT_RESET\n"
-"menuitem.text"
-msgid "Clear ~Direct Formatting"
-msgstr "直接設定した書式の解除(~D)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS\n"
-"FID_CELL_FORMAT\n"
-"menuitem.text"
-msgid "~Format Cells..."
-msgstr "セルの書式設定(~F)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS\n"
-"FID_INS_CELL\n"
-"menuitem.text"
-msgid "~Insert..."
-msgstr "挿入(~I)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS\n"
-"FID_DELETE_CELL\n"
-"menuitem.text"
-msgid "De~lete..."
-msgstr "削除(~L)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS\n"
-"SID_DELETE\n"
-"menuitem.text"
-msgid "Cl~ear Contents..."
-msgstr "内容の削除(~E)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS\n"
-"FID_MERGE_ON\n"
-"menuitem.text"
-msgid "~Merge Cells..."
-msgstr "セルの結合(~M)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS\n"
-"FID_MERGE_OFF\n"
-"menuitem.text"
-msgid "Split Cells..."
-msgstr "セルの分割..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS\n"
-"SID_INSERT_POSTIT\n"
-"menuitem.text"
-msgid "Insert Co~mment"
-msgstr "コメントを挿入(~M)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS\n"
-"SID_EDIT_POSTIT\n"
-"menuitem.text"
-msgid "Edit Co~mment"
-msgstr "コメントを編集(~M)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS\n"
-"SID_DELETE_NOTE\n"
-"menuitem.text"
-msgid "D~elete Comment"
-msgstr "コメントを削除(~E)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS\n"
-"FID_SHOW_NOTE\n"
-"menuitem.text"
-msgid "Sho~w Comment"
-msgstr "コメントを表示(~W)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS\n"
-"FID_HIDE_NOTE\n"
-"menuitem.text"
-msgid "~Hide Comment"
-msgstr "コメントを非表示(~H)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_CELLS\n"
-"SID_DATA_SELECT\n"
-"menuitem.text"
-msgid "~Selection List..."
-msgstr "選択リスト(~S)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_TAB\n"
-"string.text"
-msgid "Sheet bar pop-up menu"
-msgstr "シートの見出しのポップアップメニュー"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_TAB\n"
-"FID_INS_TABLE\n"
-"menuitem.text"
-msgid "~Insert Sheet..."
-msgstr "シートを挿入(~I)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_TAB\n"
-"FID_DELETE_TABLE\n"
-"menuitem.text"
-msgid "~Delete Sheet..."
-msgstr "シートを削除(~D)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_TAB\n"
-"FID_TAB_MENU_RENAME\n"
-"menuitem.text"
-msgid "~Rename Sheet..."
-msgstr "シート名の変更(~R)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_TAB\n"
-"FID_TAB_MOVE\n"
-"menuitem.text"
-msgid "~Move/Copy Sheet..."
-msgstr "シートを移動またはコピー(~M)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_TAB\n"
-"FID_TAB_MENU_SET_TAB_BG_COLOR\n"
-"menuitem.text"
-msgid "~Tab Color..."
-msgstr "タブの色(~T)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_TAB\n"
-"FID_PROTECT_TABLE\n"
-"menuitem.text"
-msgid "~Protect Sheet..."
-msgstr "シートの保護(~P)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_TAB\n"
-"FID_TAB_TOGGLE_GRID\n"
-"menuitem.text"
-msgid "Sheet ~Gridlines"
-msgstr "シートのグリッド線(~G)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_TAB\n"
-"FID_TAB_RTL\n"
-"menuitem.text"
-msgid "S~heet Right-To-Left"
-msgstr "シートの右から左(~H)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_TAB\n"
-"FID_TAB_EVENTS\n"
-"menuitem.text"
-msgid "Sheet E~vents..."
-msgstr "シートイベント(~V)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_TAB\n"
-"FID_TABLE_HIDE\n"
-"menuitem.text"
-msgid "~Hide"
-msgstr "表示しない(~H)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_TAB\n"
-"FID_TABLE_SHOW\n"
-"menuitem.text"
-msgid "~Show..."
-msgstr "表示(~S)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_TAB\n"
-"FID_TAB_SELECTALL\n"
-"menuitem.text"
-msgid "Select All S~heets"
-msgstr "すべてのシートを選択(~H)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_TAB\n"
-"FID_TAB_DESELECTALL\n"
-"menuitem.text"
-msgid "D~eselect All Sheets"
-msgstr "すべてのシートを非選択(~E)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PIVOT\n"
-"string.text"
-msgid "Pivot table pop-up menu"
-msgstr "ピボットテーブルのポップアップメニュー"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PIVOT\n"
-"SID_OPENDLG_PIVOTTABLE\n"
-"menuitem.text"
-msgid "~Edit Layout..."
-msgstr "レイアウトの編集(~E)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PIVOT\n"
-"SID_PIVOT_RECALC\n"
-"menuitem.text"
-msgid "~Refresh"
-msgstr "更新(~R)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PIVOT\n"
-"SID_DP_FILTER\n"
-"menuitem.text"
-msgid "~Filter..."
-msgstr "フィルター(~F)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PIVOT\n"
-"SID_PIVOT_KILL\n"
-"menuitem.text"
-msgid "~Delete"
-msgstr "削除(~D)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PREVIEW\n"
-"string.text"
-msgid "Print Preview pop-up menu"
-msgstr "印刷プレビューのポップアップメニュー"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PREVIEW\n"
-"SID_PREVIEW_PREVIOUS\n"
-"menuitem.text"
-msgid "~Previous Page"
-msgstr "前ページ(~P)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PREVIEW\n"
-"SID_PREVIEW_NEXT\n"
-"menuitem.text"
-msgid "~Next Page"
-msgstr "次ページ(~N)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PREVIEW\n"
-"SID_FORMATPAGE\n"
-"menuitem.text"
-msgid "Pa~ge Layout..."
-msgstr "ページレイアウト(~G)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PREVIEW\n"
-"SID_CLOSEWIN\n"
-"menuitem.text"
-msgid "~Close"
-msgstr "閉じる(~C)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PREVIEW\n"
-"SID_PREVIEW_CLOSE\n"
-"menuitem.text"
-msgid "Close Pre~view"
-msgstr "プレビューを閉じる(~V)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_EDIT\n"
-"string.text"
-msgid "Text Input pop-up menu"
-msgstr "テキスト入力のポップアップメニュー"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_EDIT\n"
-"SID_CELL_FORMAT_RESET\n"
-"menuitem.text"
-msgid "~Default"
-msgstr "標準(~D)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_EDIT.RID_MN_INSERT_FIELDS\n"
-"SID_INSERT_FIELD_DATE_VAR\n"
-"menuitem.text"
-msgid "Date"
-msgstr "日付"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_EDIT.RID_MN_INSERT_FIELDS\n"
-"SID_INSERT_FIELD_SHEET\n"
-"menuitem.text"
-msgid "Sheet Name"
-msgstr "シート名"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_EDIT.RID_MN_INSERT_FIELDS\n"
-"SID_INSERT_FIELD_TITLE\n"
-"menuitem.text"
-msgid "Title"
-msgstr "タイトル"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_EDIT\n"
-"RID_MN_INSERT_FIELDS\n"
-"menuitem.text"
-msgid "Insert Fields"
-msgstr "フィールドの挿入"
-
-#: popup.src
+#: globstr.src
msgctxt ""
-"popup.src\n"
-"RID_POPUP_AUDIT\n"
+"globstr.src\n"
+"RID_GLOBSTR\n"
+"STR_FUNCTIONS_FOUND\n"
"string.text"
-msgid "Detective Fill Mode pop-up menu"
-msgstr "トレース実行モードのポップアップメニュー"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_AUDIT\n"
-"SID_FILL_ADD_PRED\n"
-"menuitem.text"
-msgid "Trace ~Precedent"
-msgstr "参照元トレース(~P)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_AUDIT\n"
-"SID_FILL_DEL_PRED\n"
-"menuitem.text"
-msgid "~Remove Precedent"
-msgstr "参照元トレースの削除(~R)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_AUDIT\n"
-"SID_FILL_ADD_SUCC\n"
-"menuitem.text"
-msgid "~Trace Dependent"
-msgstr "参照先トレース(~T)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_AUDIT\n"
-"SID_FILL_DEL_SUCC\n"
-"menuitem.text"
-msgid "Remove Dependent"
-msgstr "参照先トレースの削除"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_AUDIT\n"
-"SID_DETECTIVE_DEL_ALL\n"
-"menuitem.text"
-msgid "Remove ~All Traces"
-msgstr "すべてのトレースの削除(~A)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_AUDIT\n"
-"SID_FILL_NONE\n"
-"menuitem.text"
-msgid "Exit Fill Mode"
-msgstr "実行モードの終了"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PAGEBREAK\n"
-"string.text"
-msgid "Page Break Preview pop-up menu"
-msgstr "改ページプレビューのポップアップメニュー"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PAGEBREAK\n"
-"SID_CELL_FORMAT_RESET\n"
-"menuitem.text"
-msgid "~Default"
-msgstr "標準(~D)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PAGEBREAK\n"
-"FID_CELL_FORMAT\n"
-"menuitem.text"
-msgid "~Format Cells..."
-msgstr "セルの書式設定(~F)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PAGEBREAK\n"
-"FID_INS_ROWBRK\n"
-"menuitem.text"
-msgid "Insert ~Row Break"
-msgstr "行の区切りを挿入(~R)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PAGEBREAK\n"
-"FID_INS_COLBRK\n"
-"menuitem.text"
-msgid "Insert ~Column Break"
-msgstr "列の区切りを挿入(~C)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PAGEBREAK\n"
-"FID_DEL_MANUALBREAKS\n"
-"menuitem.text"
-msgid "Delete All Manual Breaks"
-msgstr "すべての任意改ページの削除"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PAGEBREAK\n"
-"FID_RESET_PRINTZOOM\n"
-"menuitem.text"
-msgid "Reset Scale"
-msgstr "スケールの解除"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PAGEBREAK\n"
-"SID_DEFINE_PRINTAREA\n"
-"menuitem.text"
-msgid "Define Print Range"
-msgstr "印刷範囲の指定"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PAGEBREAK\n"
-"SID_ADD_PRINTAREA\n"
-"menuitem.text"
-msgid "Add Print Range"
-msgstr "印刷範囲の追加"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PAGEBREAK\n"
-"SID_DELETE_PRINTAREA\n"
-"menuitem.text"
-msgid "Undo Print Range"
-msgstr "印刷範囲の解除"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PAGEBREAK\n"
-"SID_FORMATPAGE\n"
-"menuitem.text"
-msgid "Page Format..."
-msgstr "ページ書式..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PAGEBREAK\n"
-"FID_SHOW_NOTE\n"
-"menuitem.text"
-msgid "Sho~w Comment"
-msgstr "コメントを表示(~W)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_POPUP_PAGEBREAK\n"
-"FID_HIDE_NOTE\n"
-"menuitem.text"
-msgid "~Hide Comment"
-msgstr "コメントを非表示(~H)"
+msgid "%1 and %2 more"
+msgstr ""
#: scerrors.src
msgctxt ""
@@ -8521,6 +7696,57 @@ msgstr "日付のシリアル値。"
#: scfuncs.src
msgctxt ""
"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_WEEKNUM_OOO\n"
+"1\n"
+"string.text"
+msgid ""
+"Calculates the calendar week corresponding to the given date.\n"
+"This function only provides interoperability with %PRODUCTNAME 5.0 and earlier and OpenOffice.org."
+msgstr ""
+
+#: scfuncs.src
+#, fuzzy
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_WEEKNUM_OOO\n"
+"2\n"
+"string.text"
+msgid "Number"
+msgstr "数値"
+
+#: scfuncs.src
+#, fuzzy
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_WEEKNUM_OOO\n"
+"3\n"
+"string.text"
+msgid "The internal number of the date."
+msgstr "日付のシリアル値"
+
+#: scfuncs.src
+#, fuzzy
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_WEEKNUM_OOO\n"
+"4\n"
+"string.text"
+msgid "mode"
+msgstr "モード"
+
+#: scfuncs.src
+#, fuzzy
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_WEEKNUM_OOO\n"
+"5\n"
+"string.text"
+msgid "Indicates the first day of the week (1 = Sunday, other values = Monday)."
+msgstr "週の開始曜日。(1 = 日曜日、1 以外 = 月曜日)"
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_EASTERSUNDAY\n"
"1\n"
"string.text"
@@ -13538,13 +12764,14 @@ msgid "Mode"
msgstr "モード"
#: scfuncs.src
+#, fuzzy
msgctxt ""
"scfuncs.src\n"
"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_FLOOR_MATH\n"
"7\n"
"string.text"
msgid "For negative numbers; if given and not equal to or less than zero rounds towards zero."
-msgstr ""
+msgstr "対象が負の数の時、ここに0以外の数値を指定すると、0とは逆方向に向けて丸められ、それ以外の場合は0に向けて丸められます。"
#: scfuncs.src
#, fuzzy
@@ -21182,6 +20409,902 @@ msgstr "X の値の行列。"
#: scfuncs.src
msgctxt ""
"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_ADD\n"
+"1\n"
+"string.text"
+msgid "Calculates future value(s) using additive Exponential Smoothing algorithm."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_ADD\n"
+"2\n"
+"string.text"
+msgid "target"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_ADD\n"
+"3\n"
+"string.text"
+msgid "The date (array) for which you want to predict a value."
+msgstr ""
+
+#: scfuncs.src
+#, fuzzy
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_ADD\n"
+"4\n"
+"string.text"
+msgid "values"
+msgstr "値"
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_ADD\n"
+"5\n"
+"string.text"
+msgid "The data array from which you want to forecast."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_ADD\n"
+"6\n"
+"string.text"
+msgid "timeline"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_ADD\n"
+"7\n"
+"string.text"
+msgid "The date or numeric array; a consistent step between values is needed."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_ADD\n"
+"8\n"
+"string.text"
+msgid "period length"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_ADD\n"
+"9\n"
+"string.text"
+msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_ADD\n"
+"10\n"
+"string.text"
+msgid "data completion"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_ADD\n"
+"11\n"
+"string.text"
+msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_ADD\n"
+"12\n"
+"string.text"
+msgid "aggregation"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_ADD\n"
+"13\n"
+"string.text"
+msgid "Aggregation (default 0 = AVERAGE); method to be used to aggregate identical (time) values."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_MUL\n"
+"1\n"
+"string.text"
+msgid "Calculates future value(s) using multiplicative Exponential Smoothing algorithm."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_MUL\n"
+"2\n"
+"string.text"
+msgid "target"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_MUL\n"
+"3\n"
+"string.text"
+msgid "The date (array) for which you want to predict a value."
+msgstr ""
+
+#: scfuncs.src
+#, fuzzy
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_MUL\n"
+"4\n"
+"string.text"
+msgid "values"
+msgstr "値"
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_MUL\n"
+"5\n"
+"string.text"
+msgid "The data array from which you want to forecast."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_MUL\n"
+"6\n"
+"string.text"
+msgid "timeline"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_MUL\n"
+"7\n"
+"string.text"
+msgid "The date or numeric array; a consistent step between values is needed."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_MUL\n"
+"8\n"
+"string.text"
+msgid "period length"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_MUL\n"
+"9\n"
+"string.text"
+msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_MUL\n"
+"10\n"
+"string.text"
+msgid "data completion"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_MUL\n"
+"11\n"
+"string.text"
+msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_MUL\n"
+"12\n"
+"string.text"
+msgid "aggregation"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_MUL\n"
+"13\n"
+"string.text"
+msgid "Aggregation (default 0 = AVERAGE); method to be used to aggregate identical (time) values."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIA\n"
+"1\n"
+"string.text"
+msgid "Returns a prediction interval at the specified target value(s) for additive Exponential Smoothing method"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIA\n"
+"2\n"
+"string.text"
+msgid "target"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIA\n"
+"3\n"
+"string.text"
+msgid "The date (array) for which you want to predict a value."
+msgstr ""
+
+#: scfuncs.src
+#, fuzzy
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIA\n"
+"4\n"
+"string.text"
+msgid "values"
+msgstr "値"
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIA\n"
+"5\n"
+"string.text"
+msgid "The data array from which you want to forecast."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIA\n"
+"6\n"
+"string.text"
+msgid "timeline"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIA\n"
+"7\n"
+"string.text"
+msgid "The date or numeric array; a consistent step between values is needed."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIA\n"
+"8\n"
+"string.text"
+msgid "confidence level"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIA\n"
+"9\n"
+"string.text"
+msgid "Confidence level (default 0.95); value 0 to 1 (exclusive) for 0 to 100% calculated prediction interval."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIA\n"
+"10\n"
+"string.text"
+msgid "period length"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIA\n"
+"11\n"
+"string.text"
+msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIA\n"
+"12\n"
+"string.text"
+msgid "data completion"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIA\n"
+"13\n"
+"string.text"
+msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIA\n"
+"14\n"
+"string.text"
+msgid "aggregation"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIA\n"
+"15\n"
+"string.text"
+msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIM\n"
+"1\n"
+"string.text"
+msgid "Returns a prediction interval at the specified target value(s) for multiplicative Exponential Smoothing method"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIM\n"
+"2\n"
+"string.text"
+msgid "target"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIM\n"
+"3\n"
+"string.text"
+msgid "The date (array) for which you want to predict a value."
+msgstr ""
+
+#: scfuncs.src
+#, fuzzy
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIM\n"
+"4\n"
+"string.text"
+msgid "values"
+msgstr "値"
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIM\n"
+"5\n"
+"string.text"
+msgid "The data array from which you want to forecast."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIM\n"
+"6\n"
+"string.text"
+msgid "timeline"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIM\n"
+"7\n"
+"string.text"
+msgid "The date or numeric array; a consistent step between values is needed."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIM\n"
+"8\n"
+"string.text"
+msgid "confidence level"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIM\n"
+"9\n"
+"string.text"
+msgid "Confidence level (default 0.95); value 0 to 1 (exclusive) for 0 to 100% calculated prediction interval."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIM\n"
+"10\n"
+"string.text"
+msgid "period length"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIM\n"
+"11\n"
+"string.text"
+msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIM\n"
+"12\n"
+"string.text"
+msgid "data completion"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIM\n"
+"13\n"
+"string.text"
+msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIM\n"
+"14\n"
+"string.text"
+msgid "aggregation"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_PIM\n"
+"15\n"
+"string.text"
+msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_SEA\n"
+"1\n"
+"string.text"
+msgid "Calculates the number of samples in period (season) using additive Exponential Triple Smoothing algorithm."
+msgstr ""
+
+#: scfuncs.src
+#, fuzzy
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_SEA\n"
+"2\n"
+"string.text"
+msgid "values"
+msgstr "値"
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_SEA\n"
+"3\n"
+"string.text"
+msgid "The data array from which you want to forecast."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_SEA\n"
+"4\n"
+"string.text"
+msgid "timeline"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_SEA\n"
+"5\n"
+"string.text"
+msgid "The date or numeric array; a consistent step between values is needed."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_SEA\n"
+"6\n"
+"string.text"
+msgid "data completion"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_SEA\n"
+"7\n"
+"string.text"
+msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_SEA\n"
+"8\n"
+"string.text"
+msgid "aggregation"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_SEA\n"
+"9\n"
+"string.text"
+msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STA\n"
+"1\n"
+"string.text"
+msgid "Returns statistical value(s) using additive Exponential Smoothing algorithm."
+msgstr ""
+
+#: scfuncs.src
+#, fuzzy
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STA\n"
+"2\n"
+"string.text"
+msgid "values"
+msgstr "値"
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STA\n"
+"3\n"
+"string.text"
+msgid "The data array from which you want to forecast."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STA\n"
+"4\n"
+"string.text"
+msgid "timeline"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STA\n"
+"5\n"
+"string.text"
+msgid "The date or numeric array; a consistent step between values is needed."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STA\n"
+"6\n"
+"string.text"
+msgid "statistic type"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STA\n"
+"7\n"
+"string.text"
+msgid "Value (1-9) or array of values, indicating which statistic will be returned for the calculated forecast"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STA\n"
+"8\n"
+"string.text"
+msgid "period length"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STA\n"
+"9\n"
+"string.text"
+msgid "Number of Samples in Period (default 1); length of the seasonal pattern."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STA\n"
+"10\n"
+"string.text"
+msgid "data completion"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STA\n"
+"11\n"
+"string.text"
+msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STA\n"
+"12\n"
+"string.text"
+msgid "aggregation"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STA\n"
+"13\n"
+"string.text"
+msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STM\n"
+"1\n"
+"string.text"
+msgid "Returns statistical value(s) using multiplicative Exponential Smoothing algorithm."
+msgstr ""
+
+#: scfuncs.src
+#, fuzzy
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STM\n"
+"2\n"
+"string.text"
+msgid "values"
+msgstr "値"
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STM\n"
+"3\n"
+"string.text"
+msgid "The data array from which you want to forecast."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STM\n"
+"4\n"
+"string.text"
+msgid "timeline"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STM\n"
+"5\n"
+"string.text"
+msgid "The date or numeric array; a consistent step between values is needed."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STM\n"
+"6\n"
+"string.text"
+msgid "statistic type"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STM\n"
+"7\n"
+"string.text"
+msgid "Value (1-9) or array of values, indicating which statistic will be returned for the calculated forecast"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STM\n"
+"8\n"
+"string.text"
+msgid "period length"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STM\n"
+"9\n"
+"string.text"
+msgid "Number Of Samples in Period (default 1); length of the seasonal pattern."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STM\n"
+"10\n"
+"string.text"
+msgid "data completion"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STM\n"
+"11\n"
+"string.text"
+msgid "Data completion (default 1); 0 treats missing points as zero, 1 interpolates."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STM\n"
+"12\n"
+"string.text"
+msgid "aggregation"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_ETS_STM\n"
+"13\n"
+"string.text"
+msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
+msgstr ""
+
+#: scfuncs.src
+#, fuzzy
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_LIN\n"
+"1\n"
+"string.text"
+msgid "Returns a value along a linear regression"
+msgstr "回帰直線上で、独立変数が指定値であるときの従属変数の値を返します。"
+
+#: scfuncs.src
+#, fuzzy
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_LIN\n"
+"2\n"
+"string.text"
+msgid "value"
+msgstr "値"
+
+#: scfuncs.src
+#, fuzzy
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_LIN\n"
+"3\n"
+"string.text"
+msgid "The X value for which the Y value on the regression linear is to be calculated."
+msgstr "従属変数 y 値を求める対象となる独立変数 x。"
+
+#: scfuncs.src
+#, fuzzy
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_LIN\n"
+"4\n"
+"string.text"
+msgid "data_Y"
+msgstr "既知の Y"
+
+#: scfuncs.src
+#, fuzzy
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_LIN\n"
+"5\n"
+"string.text"
+msgid "The Y data array."
+msgstr "Y の値の行列。"
+
+#: scfuncs.src
+#, fuzzy
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_LIN\n"
+"6\n"
+"string.text"
+msgid "data_X"
+msgstr "既知の X"
+
+#: scfuncs.src
+#, fuzzy
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FORECAST_LIN\n"
+"7\n"
+"string.text"
+msgid "The X data array."
+msgstr "X の値の行列。"
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_ADDRESS\n"
"1\n"
"string.text"
@@ -24521,6 +24644,51 @@ msgctxt ""
msgid "The lower limit for integration"
msgstr "積分するときの下限値。"
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_RAWSUBTRACT\n"
+"1\n"
+"string.text"
+msgid "Returns the subtraction of numbers. Like a-b-c but without eliminating small roundoff errors."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_RAWSUBTRACT\n"
+"2\n"
+"string.text"
+msgid "minuend"
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_RAWSUBTRACT\n"
+"3\n"
+"string.text"
+msgid "Number from which following arguments are subtracted."
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_RAWSUBTRACT\n"
+"4\n"
+"string.text"
+msgid "subtrahend "
+msgstr ""
+
+#: scfuncs.src
+msgctxt ""
+"scfuncs.src\n"
+"RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_RAWSUBTRACT\n"
+"5\n"
+"string.text"
+msgid "Subtrahend 1, subtrahend 2, ... are numerical arguments subtracted from the minuend."
+msgstr ""
+
#: scstring.src
msgctxt ""
"scstring.src\n"
@@ -25853,11 +26021,12 @@ msgid "Delete AutoFormat"
msgstr "オートフォーマットの削除"
#: scstring.src
+#, fuzzy
msgctxt ""
"scstring.src\n"
"STR_DEL_AUTOFORMAT_MSG\n"
"string.text"
-msgid "Do you really want to delete the # AutoFomat?"
+msgid "Do you really want to delete the # AutoFormat?"
msgstr "オートフォーマット # を本当に削除しますか?"
#: scstring.src
diff --git a/source/ja/sc/uiconfig/scalc/ui.po b/source/ja/sc/uiconfig/scalc/ui.po
index e8bbf926a6f..160d378ba6c 100644
--- a/source/ja/sc/uiconfig/scalc/ui.po
+++ b/source/ja/sc/uiconfig/scalc/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-11-10 19:32+0100\n"
-"PO-Revision-Date: 2016-01-31 10:39+0000\n"
-"Last-Translator: system user <>\n"
+"POT-Creation-Date: 2016-03-09 20:48+0100\n"
+"PO-Revision-Date: 2016-02-28 07:40+0000\n"
+"Last-Translator: baffclan <baffclan@yahoo.co.jp>\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: 1454236742.000000\n"
+"X-POOTLE-MTIME: 1456645230.000000\n"
#: advancedfilterdialog.ui
msgctxt ""
@@ -4236,13 +4236,14 @@ msgid "Scope:"
msgstr "範囲:"
#: managenamesdialog.ui
+#, fuzzy
msgctxt ""
"managenamesdialog.ui\n"
"label3\n"
"label\n"
"string.text"
msgid "Range or formula expression:"
-msgstr ""
+msgstr "参照範囲または数式:"
#: managenamesdialog.ui
msgctxt ""
@@ -4616,6 +4617,15 @@ msgstr "大文字と小文字を区別する(_N)"
#: optcalculatepage.ui
msgctxt ""
"optcalculatepage.ui\n"
+"case\n"
+"tooltip_markup\n"
+"string.text"
+msgid "Disable case sensitivity for interoperability with Microsoft Excel"
+msgstr ""
+
+#: optcalculatepage.ui
+msgctxt ""
+"optcalculatepage.ui\n"
"calc\n"
"label\n"
"string.text"
@@ -4634,15 +4644,52 @@ msgstr "検索条件 = と <> はセル全体に適用(_W)"
#: optcalculatepage.ui
msgctxt ""
"optcalculatepage.ui\n"
-"regex\n"
+"match\n"
+"tooltip_markup\n"
+"string.text"
+msgid "Enable this for interoperability with Microsoft Excel"
+msgstr ""
+
+#: optcalculatepage.ui
+msgctxt ""
+"optcalculatepage.ui\n"
+"formulawildcards\n"
"label\n"
"string.text"
-msgid "_Enable regular expressions in formulas"
+msgid "Enable w_ildcards in formulas"
+msgstr ""
+
+#: optcalculatepage.ui
+msgctxt ""
+"optcalculatepage.ui\n"
+"formulawildcards\n"
+"tooltip_markup\n"
+"string.text"
+msgid "Enable wildcards for interoperability with Microsoft Excel"
+msgstr ""
+
+#: optcalculatepage.ui
+#, fuzzy
+msgctxt ""
+"optcalculatepage.ui\n"
+"formularegex\n"
+"label\n"
+"string.text"
+msgid "Enable r_egular expressions in formulas"
msgstr "数式で正規表現を使う(_E)"
#: optcalculatepage.ui
msgctxt ""
"optcalculatepage.ui\n"
+"formulaliteral\n"
+"label\n"
+"string.text"
+msgid "No wildcards or regular expressions in formulas"
+msgstr ""
+
+#: optcalculatepage.ui
+msgctxt ""
+"optcalculatepage.ui\n"
"lookup\n"
"label\n"
"string.text"
diff --git a/source/ja/scp2/source/activex.po b/source/ja/scp2/source/activex.po
index 1cc6238a539..8718e011315 100644
--- a/source/ja/scp2/source/activex.po
+++ b/source/ja/scp2/source/activex.po
@@ -2,18 +2,19 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-05-23 12:05+0200\n"
-"PO-Revision-Date: 2011-04-05 23:07+0200\n"
-"Last-Translator: Takeshi <tabe@fixedpoint.jp>\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2016-03-09 20:48+0100\n"
+"PO-Revision-Date: 2013-05-23 23:44+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: 1369352677.000000\n"
#: module_activex.ulf
msgctxt ""
@@ -28,5 +29,5 @@ msgctxt ""
"module_activex.ulf\n"
"STR_DESC_MODULE_OPTIONAL_ACTIVEXCONTROL\n"
"LngText.text"
-msgid "Component to enable Microsoft Internet Explorer to display %PRODUCTNAME documents."
-msgstr "Microsoft Internet Explorer で %PRODUCTNAME ドキュメントを表示できるようにするコンポーネント。"
+msgid "Deprecated Component (see release notes) to enable Microsoft Internet Explorer to display %PRODUCTNAME documents."
+msgstr ""
diff --git a/source/ja/sd/source/ui/animations.po b/source/ja/sd/source/ui/animations.po
index 4a8529570a8..2fb0ed37cd9 100644
--- a/source/ja/sd/source/ui/animations.po
+++ b/source/ja/sd/source/ui/animations.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-11-16 19:03+0100\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
"PO-Revision-Date: 2016-01-31 10:53+0000\n"
"Last-Translator: system user <>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -557,6 +557,38 @@ msgstr "ユーザーパス"
#: CustomAnimation.src
msgctxt ""
"CustomAnimation.src\n"
+"STR_CUSTOMANIMATION_ENTRANCE\n"
+"string.text"
+msgid "Entrance: %1"
+msgstr ""
+
+#: CustomAnimation.src
+msgctxt ""
+"CustomAnimation.src\n"
+"STR_CUSTOMANIMATION_EMPHASIS\n"
+"string.text"
+msgid "Emphasis: %1"
+msgstr ""
+
+#: CustomAnimation.src
+msgctxt ""
+"CustomAnimation.src\n"
+"STR_CUSTOMANIMATION_EXIT\n"
+"string.text"
+msgid "Exit: %1"
+msgstr ""
+
+#: CustomAnimation.src
+msgctxt ""
+"CustomAnimation.src\n"
+"STR_CUSTOMANIMATION_MOTION_PATHS\n"
+"string.text"
+msgid "Motion Paths: %1"
+msgstr ""
+
+#: CustomAnimation.src
+msgctxt ""
+"CustomAnimation.src\n"
"STR_SLIDETRANSITION_NONE\n"
"string.text"
msgid "None"
diff --git a/source/ja/sd/source/ui/app.po b/source/ja/sd/source/ui/app.po
index 292dfb3a992..079189530d1 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-12-11 12:58+0100\n"
-"PO-Revision-Date: 2016-01-17 07:36+0000\n"
-"Last-Translator: Ikuya Awashiro <ikuya@fruitsbasket.info>\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2016-02-23 09: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"
@@ -14,1285 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1453016202.000000\n"
-
-#: menuids3_tmpl.src
-msgctxt ""
-"menuids3_tmpl.src\n"
-"MN_CHANGEBEZIER\n"
-"SID_CHANGEBEZIER\n"
-"menuitem.text"
-msgid "To ~Curve"
-msgstr "曲線に変換(~C)"
-
-#: menuids3_tmpl.src
-msgctxt ""
-"menuids3_tmpl.src\n"
-"MN_CHANGEPOLYGON\n"
-"SID_CHANGEPOLYGON\n"
-"menuitem.text"
-msgid "To ~Polygon"
-msgstr "多角形に変換(~P)"
-
-#: menuids3_tmpl.src
-msgctxt ""
-"menuids3_tmpl.src\n"
-"MN_CONVERT_TO_CONTOUR\n"
-"SID_CONVERT_TO_CONTOUR\n"
-"menuitem.text"
-msgid "To C~ontour"
-msgstr "輪郭に変換(~O)"
-
-#: menuids3_tmpl.src
-msgctxt ""
-"menuids3_tmpl.src\n"
-"MN_CONVERT_TO_3D\n"
-"SID_CONVERT_TO_3D\n"
-"menuitem.text"
-msgid "To 3~D"
-msgstr "立体に変換(~D)"
-
-#: menuids3_tmpl.src
-msgctxt ""
-"menuids3_tmpl.src\n"
-"MN_CONVERT_TO_BITMAP\n"
-"SID_CONVERT_TO_BITMAP\n"
-"menuitem.text"
-msgid "To ~Bitmap"
-msgstr "ビットマップに変換(~B)"
-
-#: menuids3_tmpl.src
-msgctxt ""
-"menuids3_tmpl.src\n"
-"MN_CONVERT_TO_METAFILE\n"
-"SID_CONVERT_TO_METAFILE\n"
-"menuitem.text"
-msgid "To ~Metafile"
-msgstr "メタファイルに変換(~M)"
-
-#: menuids3_tmpl.src
-msgctxt ""
-"menuids3_tmpl.src\n"
-"MN_CONVERT_TO_3D_LATHE_FAST\n"
-"SID_CONVERT_TO_3D_LATHE_FAST\n"
-"menuitem.text"
-msgid "To 3D ~Rotation Object"
-msgstr "3D 回転体に変換(~R)"
-
-#: menuids3_tmpl.src
-msgctxt ""
-"menuids3_tmpl.src\n"
-"MN_VERTICAL\n"
-"SID_VERTICAL\n"
-"menuitem.text"
-msgid "~Vertically"
-msgstr "上下(~V)"
-
-#: menuids3_tmpl.src
-msgctxt ""
-"menuids3_tmpl.src\n"
-"MN_HORIZONTAL\n"
-"SID_HORIZONTAL\n"
-"menuitem.text"
-msgid "~Horizontally"
-msgstr "左右(~H)"
-
-#: menuids3_tmpl.src
-msgctxt ""
-"menuids3_tmpl.src\n"
-"MN_3D_WIN\n"
-"SID_3D_WIN\n"
-"menuitem.text"
-msgid "~3D Effects"
-msgstr "~3D 効果"
-
-#: menuids3_tmpl.src
-msgctxt ""
-"menuids3_tmpl.src\n"
-"MN_PRESENTATION_LAYOUT\n"
-"SID_PRESENTATION_LAYOUT\n"
-"menuitem.text"
-msgid "~Slide Design..."
-msgstr "ページスタイル(~S)..."
-
-#: menuids3_tmpl.src
-msgctxt ""
-"menuids3_tmpl.src\n"
-"MN_PAGE_DESIGN\n"
-"SID_PRESENTATION_LAYOUT\n"
-"menuitem.text"
-msgid "~Page Design..."
-msgstr "ページデザイン(~P)..."
-
-#: menuids3_tmpl.src
-msgctxt ""
-"menuids3_tmpl.src\n"
-"MN_DIA\n"
-"SID_SLIDE_TRANSITIONS_PANEL\n"
-"menuitem.text"
-msgid "Slide ~Transition"
-msgstr "画面切り替え(~T)"
-
-#: menuids3_tmpl.src
-msgctxt ""
-"menuids3_tmpl.src\n"
-"MN_SHOW_SLIDE\n"
-"SID_SHOW_SLIDE\n"
-"menuitem.text"
-msgid "~Show Slide"
-msgstr "スライドを表示(~S)"
-
-#: menuids3_tmpl.src
-msgctxt ""
-"menuids3_tmpl.src\n"
-"MN_HIDE_SLIDE\n"
-"SID_HIDE_SLIDE\n"
-"menuitem.text"
-msgid "~Hide Slide"
-msgstr "スライドを非表示(~H)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_DISTRIBUTE\n"
-"SID_DISTRIBUTE_DLG\n"
-"menuitem.text"
-msgid "~Distribution..."
-msgstr "分布(~D)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_INSERT_GRAPHIC\n"
-"SID_INSERT_GRAPHIC\n"
-"menuitem.text"
-msgid "Insert I~mage..."
-msgstr "画像の挿入(~M)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_CAPTUREPOINT\n"
-"SID_CAPTUREPOINT\n"
-"menuitem.text"
-msgid "~Insert Snap Point/Line..."
-msgstr "スナップ点とスナップ線の挿入(~I)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_SET_SNAPITEM\n"
-"SID_SET_SNAPITEM\n"
-"menuitem.text"
-msgid "~Edit..."
-msgstr "編集(~E)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_DELETE_SNAPITEM\n"
-"SID_DELETE_SNAPITEM\n"
-"menuitem.text"
-msgid "~Delete"
-msgstr "削除(~D)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_MODIFY_PAGE\n"
-"SID_MODIFYPAGE\n"
-"menuitem.text"
-msgid "Page ~Layout"
-msgstr "ページレイアウト(~L)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_FORMAT_PAGE\n"
-"SID_PAGESETUP\n"
-"menuitem.text"
-msgid "~Page Setup..."
-msgstr "ページ設定(~P)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_FORMAT_SLIDE\n"
-"SID_PAGESETUP\n"
-"menuitem.text"
-msgid "Format ~Slide..."
-msgstr "スライドの書式設定(~S)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_INSERT_SLIDE\n"
-"SID_INSERTPAGE\n"
-"menuitem.text"
-msgid "~New Slide"
-msgstr "新しいスライド(~N)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_DUPLICATE_SLIDE\n"
-"SID_DUPLICATE_PAGE\n"
-"menuitem.text"
-msgid "~Duplicate Slide"
-msgstr "ページの複製(~D)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_INSERT_MASTER\n"
-"SID_INSERT_MASTER_PAGE\n"
-"menuitem.text"
-msgid "~New Master"
-msgstr "新しいマスター(~N)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_INSERT_PAGE\n"
-"SID_INSERTPAGE\n"
-"menuitem.text"
-msgid "~New Page"
-msgstr "新しいページ(~N)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_INSERT_PAGE.MN_SELECT_BACKGROUND\n"
-"SID_SELECT_BACKGROUND\n"
-"menuitem.text"
-msgid "Set Background Image..."
-msgstr "背景画像の設定..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_INSERT_PAGE.MN_SELECT_BACKGROUND.MN_SAVE_BACKGROUND\n"
-"SID_SAVE_BACKGROUND\n"
-"menuitem.text"
-msgid "Save Background Image..."
-msgstr "背景画像の保存..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_INSERT_PAGE.MN_SELECT_BACKGROUND.MN_SAVE_BACKGROUND.MN_DISPLAY_MASTER_BACKGROUND\n"
-"SID_DISPLAY_MASTER_BACKGROUND\n"
-"menuitem.text"
-msgid "Display Background of Master"
-msgstr "マスターの背景を表示"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_INSERT_PAGE.MN_SELECT_BACKGROUND.MN_SAVE_BACKGROUND.MN_DISPLAY_MASTER_BACKGROUND.MN_DISPLAY_MASTER_OBJECTS\n"
-"SID_DISPLAY_MASTER_OBJECTS\n"
-"menuitem.text"
-msgid "Display Objects from Master"
-msgstr "マスターのオブジェクトを表示"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_PAGE_MENU\n"
-"DUMMY+3\n"
-"menuitem.text"
-msgid "Pag~e"
-msgstr "ページ(~E)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_SLIDE_MENU\n"
-"DUMMY+8\n"
-"menuitem.text"
-msgid "Slid~e"
-msgstr "スライド(~E)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_RENAME_LAYER\n"
-"SID_RENAMELAYER\n"
-"menuitem.text"
-msgid "~Rename Layer..."
-msgstr "レイヤーの名前の変更(~R)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_DELETE_SLIDE\n"
-"SID_DELETE_PAGE\n"
-"menuitem.text"
-msgid "D~elete Slide"
-msgstr "スライドの削除(~E)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_DELETE_MASTER\n"
-"SID_DELETE_MASTER_PAGE\n"
-"menuitem.text"
-msgid "D~elete Master"
-msgstr "マスターの削除(~E)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_DELETE_PAGE\n"
-"SID_DELETE_PAGE\n"
-"menuitem.text"
-msgid "D~elete Page"
-msgstr "ページの削除(~E)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_RENAME_SLIDE\n"
-"SID_RENAMEPAGE\n"
-"menuitem.text"
-msgid "~Rename Slide..."
-msgstr "スライドの名前変更(~R)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_RENAME_MASTER\n"
-"SID_RENAME_MASTER_PAGE\n"
-"menuitem.text"
-msgid "~Rename Master"
-msgstr "マスターの名前変更(~R)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_RENAME_PAGE\n"
-"SID_RENAMEPAGE\n"
-"menuitem.text"
-msgid "~Rename Page..."
-msgstr "ページの名前変更(~R)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_LINE\n"
-"SID_ATTRIBUTES_LINE\n"
-"menuitem.text"
-msgid "L~ine..."
-msgstr "線(~I)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_AREA\n"
-"SID_ATTRIBUTES_AREA\n"
-"menuitem.text"
-msgid "~Area..."
-msgstr "領域(~A)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_TEXTATTR\n"
-"SID_TEXTATTR_DLG\n"
-"menuitem.text"
-msgid "~Text..."
-msgstr "テキスト(~T)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_OUTLINE_TEXT_AUTOFIT\n"
-"SID_OUTLINE_TEXT_AUTOFIT\n"
-"menuitem.text"
-msgid "~Autofit Text"
-msgstr "テキストの自動設定 (~A)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_CONNECTION\n"
-"SID_CONNECTION_DLG\n"
-"menuitem.text"
-msgid "~Connector..."
-msgstr "コネクター(~C)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_NEW_ROUTING\n"
-"SID_CONNECTION_NEW_ROUTING\n"
-"menuitem.text"
-msgid "Reset ~Routing"
-msgstr "コネクター接続のやり直し(~R)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_MEASURE\n"
-"SID_MEASURE_DLG\n"
-"menuitem.text"
-msgid "Dimen~sions..."
-msgstr "寸法の記入(~S)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_TRANSFORM\n"
-"SID_ATTR_TRANSFORM\n"
-"menuitem.text"
-msgid "Position and Si~ze..."
-msgstr "位置とサイズ(~Z)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_EDIT_POINTS\n"
-"SID_BEZIER_EDIT\n"
-"menuitem.text"
-msgid "Edit ~Points"
-msgstr "制御点の編集(~P)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_POSITION.SID_POSITION\n"
-"SID_FRAME_TO_TOP\n"
-"menuitem.text"
-msgid "~Bring to Front"
-msgstr "最前面へ移動(~B)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_POSITION.SID_POSITION\n"
-"SID_MOREFRONT\n"
-"menuitem.text"
-msgid "Bring ~Forward"
-msgstr "前面へ移動(~F)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_POSITION.SID_POSITION\n"
-"SID_MOREBACK\n"
-"menuitem.text"
-msgid "Send Back~ward"
-msgstr "背面へ移動(~W)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_POSITION.SID_POSITION\n"
-"SID_FRAME_TO_BOTTOM\n"
-"menuitem.text"
-msgid "~Send to Back"
-msgstr "最背面へ移動(~S)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_POSITION.SID_POSITION\n"
-"SID_BEFORE_OBJ\n"
-"menuitem.text"
-msgid "In Front of ~Object"
-msgstr "指定オブジェクトの前面へ(~O)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_POSITION.SID_POSITION\n"
-"SID_BEHIND_OBJ\n"
-"menuitem.text"
-msgid "Be~hind Object"
-msgstr "指定オブジェクトの背面へ(~H)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_POSITION.SID_POSITION\n"
-"SID_REVERSE_ORDER\n"
-"menuitem.text"
-msgid "~Reverse"
-msgstr "入れ替え(~R)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_POSITION\n"
-"SID_POSITION\n"
-"menuitem.text"
-msgid "Arra~nge"
-msgstr "重なり(~N)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_CHAR\n"
-"SID_CHAR_DLG\n"
-"menuitem.text"
-msgid "C~haracter..."
-msgstr "文字(~H)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_CHAR_PARAGRAPH\n"
-"SID_PARA_DLG\n"
-"menuitem.text"
-msgid "P~aragraph..."
-msgstr "段落(~A)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_BULLET\n"
-"SID_CHARMAP\n"
-"menuitem.text"
-msgid "S~pecial Character..."
-msgstr "記号と特殊文字(~P)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_OBJECT_ALIGN.SID_OBJECT_ALIGN\n"
-"SID_OBJECT_ALIGN_LEFT\n"
-"menuitem.text"
-msgid "~Left"
-msgstr "左揃え(~L)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_OBJECT_ALIGN.SID_OBJECT_ALIGN\n"
-"SID_OBJECT_ALIGN_CENTER\n"
-"menuitem.text"
-msgid "~Centered"
-msgstr "左右中央揃え(~C)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_OBJECT_ALIGN.SID_OBJECT_ALIGN\n"
-"SID_OBJECT_ALIGN_RIGHT\n"
-"menuitem.text"
-msgid "~Right"
-msgstr "右揃え(~R)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_OBJECT_ALIGN.SID_OBJECT_ALIGN\n"
-"SID_OBJECT_ALIGN_UP\n"
-"menuitem.text"
-msgid "~Top"
-msgstr "上揃え(~T)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_OBJECT_ALIGN.SID_OBJECT_ALIGN\n"
-"SID_OBJECT_ALIGN_MIDDLE\n"
-"menuitem.text"
-msgid "C~enter"
-msgstr "上下中央揃え(~E)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_OBJECT_ALIGN.SID_OBJECT_ALIGN\n"
-"SID_OBJECT_ALIGN_DOWN\n"
-"menuitem.text"
-msgid "~Bottom"
-msgstr "下揃え(~B)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_OBJECT_ALIGN\n"
-"SID_OBJECT_ALIGN\n"
-"menuitem.text"
-msgid "Al~ign"
-msgstr "整列(~I)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_CLOSE_OBJECT\n"
-"SID_OBJECT_CLOSE\n"
-"menuitem.text"
-msgid "Close ~Object"
-msgstr "オブジェクトを閉じる(~O)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_BEZIER\n"
-"SID_BEZIER_EDIT\n"
-"menuitem.text"
-msgid "Edit ~Points"
-msgstr "制御点の編集(~P)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_BEZIER\n"
-"SID_BEZIER_MOVE\n"
-"menuitem.text"
-msgid "~Move Points"
-msgstr "制御点の移動(~M)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_BEZIER\n"
-"SID_BEZIER_INSERT\n"
-"menuitem.text"
-msgid "Insert ~Points"
-msgstr "制御点の挿入(~P)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_BEZIER\n"
-"SID_BEZIER_DELETE\n"
-"menuitem.text"
-msgid "~Delete Points"
-msgstr "制御点の削除(~D)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_BEZIER\n"
-"SID_BEZIER_CLOSE\n"
-"menuitem.text"
-msgid "Close ~Object"
-msgstr "オブジェクトを閉じる(~O)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_BEZIER\n"
-"SID_BEZIER_CUTLINE\n"
-"menuitem.text"
-msgid "~Split Curve"
-msgstr "曲線を切り離す(~S)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_BEZIER\n"
-"SID_BEZIER_CONVERT\n"
-"menuitem.text"
-msgid "Con~vert to Curve"
-msgstr "曲線に変換(~V)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_BEZIER\n"
-"SID_BEZIER_EDGE\n"
-"menuitem.text"
-msgid "~Corner"
-msgstr "角(~C)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_BEZIER\n"
-"SID_BEZIER_SMOOTH\n"
-"menuitem.text"
-msgid "Smoot~h"
-msgstr "滑らかに(~H)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_BEZIER\n"
-"SID_BEZIER_SYMMTR\n"
-"menuitem.text"
-msgid "S~ymmetric"
-msgstr "左右対称に(~Y)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_BEZIER\n"
-"SID_BEZIER_ELIMINATE_POINTS\n"
-"menuitem.text"
-msgid "~Reduce Points"
-msgstr "制御点の数を減らす(~R)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_GROUP\n"
-"SID_GROUP\n"
-"menuitem.text"
-msgid "~Group"
-msgstr "グループ化(~G)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_UNGROUP\n"
-"SID_UNGROUP\n"
-"menuitem.text"
-msgid "~Ungroup"
-msgstr "グループ解除(~U)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_COMBINE\n"
-"SID_COMBINE\n"
-"menuitem.text"
-msgid "Comb~ine"
-msgstr "組み合わせ(~I)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_DISMANTLE\n"
-"SID_DISMANTLE\n"
-"menuitem.text"
-msgid "~Split"
-msgstr "組み合わせの解除(~S)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_ENTER_GROUP\n"
-"SID_ENTER_GROUP\n"
-"menuitem.text"
-msgid "~Enter Group"
-msgstr "グループに入る(~E)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_LEAVE_GROUP\n"
-"SID_LEAVE_GROUP\n"
-"menuitem.text"
-msgid "E~xit Group"
-msgstr "グループを出る(~X)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_NAME_GROUP\n"
-"SID_NAME_GROUP\n"
-"menuitem.text"
-msgid "Name..."
-msgstr "名前..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_OBJECT_TITLE_DESCRIPTION\n"
-"SID_OBJECT_TITLE_DESCRIPTION\n"
-"menuitem.text"
-msgid "Description..."
-msgstr "説明..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_ACTION\n"
-"SID_ANIMATION_EFFECTS\n"
-"menuitem.text"
-msgid "Int~eraction..."
-msgstr "オブジェクトの動作設定(~E)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_PRESENTATIONOBJECT\n"
-"SID_PRESENTATIONOBJECT\n"
-"menuitem.text"
-msgid "Presentation ~Object..."
-msgstr "プレゼンテーションのオブジェクト(~O)..."
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_DELETE\n"
-"SID_DELETE\n"
-"menuitem.text"
-msgid "~Delete"
-msgstr "削除(~D)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_SET_DEFAULT\n"
-"SID_SET_DEFAULT\n"
-"menuitem.text"
-msgid "~Default Formatting"
-msgstr "既定の書式設定(~D)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_FONTWORK\n"
-"SID_FONTWORK\n"
-"menuitem.text"
-msgid "F~ontwork"
-msgstr "フォントワーク(~O)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_ORIGINAL_SIZE\n"
-"SID_ORIGINAL_SIZE\n"
-"menuitem.text"
-msgid "Restore ~Original Size"
-msgstr "元のサイズに戻す(~O)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_CROP\n"
-"SID_OBJECT_CROP\n"
-"menuitem.text"
-msgid "Crop I~mage"
-msgstr "画像のトリミング(~M)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_GLUE_INSERT_POINT\n"
-"SID_GLUE_INSERT_POINT\n"
-"menuitem.text"
-msgid "Insert ~Point"
-msgstr "制御点の挿入(~P)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_GLUE_ESC_DIR_LEFT\n"
-"SID_GLUE_ESCDIR_LEFT\n"
-"menuitem.text"
-msgid "~Left"
-msgstr "左揃え(~L)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_GLUE_ESC_DIR_TOP\n"
-"SID_GLUE_ESCDIR_TOP\n"
-"menuitem.text"
-msgid "~Top"
-msgstr "上揃え(~T)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_GLUE_ESC_DIR_RIGHT\n"
-"SID_GLUE_ESCDIR_RIGHT\n"
-"menuitem.text"
-msgid "~Right"
-msgstr "右揃え(~R)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_GLUE_ESC_DIR_BOTTOM\n"
-"SID_GLUE_ESCDIR_BOTTOM\n"
-"menuitem.text"
-msgid "~Bottom"
-msgstr "下揃え(~B)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_GLUE_PERCENT\n"
-"SID_GLUE_PERCENT\n"
-"menuitem.text"
-msgid "~Adapt Position to Object"
-msgstr "オブジェクトの位置に合わせる(~A)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_GLUE_HORZALIGN_LEFT\n"
-"SID_GLUE_HORZALIGN_LEFT\n"
-"menuitem.text"
-msgid "Fixed ~Horizontal Left"
-msgstr "横位置の左側に固定(~H)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_GLUE_HORZALIGN_CENTER\n"
-"SID_GLUE_HORZALIGN_CENTER\n"
-"menuitem.text"
-msgid "Fixed Horizontal ~Center"
-msgstr "横位置の中央に固定(~C)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_GLUE_HORZALIGN_RIGHT\n"
-"SID_GLUE_HORZALIGN_RIGHT\n"
-"menuitem.text"
-msgid "Fixed Hori~zontal Right"
-msgstr "横位置の右側に固定(~Z)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_GLUE_VERTALIGN_TOP\n"
-"SID_GLUE_VERTALIGN_TOP\n"
-"menuitem.text"
-msgid "Fixed ~Vertical Top"
-msgstr "縦位置の上に固定(~V)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_GLUE_VERTALIGN_CENTER\n"
-"SID_GLUE_VERTALIGN_CENTER\n"
-"menuitem.text"
-msgid "Fixed V~ertical Center"
-msgstr "縦位置の中央に固定(~E)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_GLUE_VERTALIGN_BOTTOM\n"
-"SID_GLUE_VERTALIGN_BOTTOM\n"
-"menuitem.text"
-msgid "Fixed Ver~tical Bottom"
-msgstr "縦位置の下に固定(~T)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_GLUE_VERTALIGN_BOTTOM.MN_RULER\n"
-"SID_RULER\n"
-"menuitem.text"
-msgid "View ~Ruler"
-msgstr "ルーラーの表示(~R)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_GRID_VISIBLE\n"
-"SID_GRID_VISIBLE\n"
-"menuitem.text"
-msgid "~Display Grid"
-msgstr "グリッド線を表示(~D)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_GRID_USE\n"
-"SID_GRID_USE\n"
-"menuitem.text"
-msgid "Snap to Grid"
-msgstr "グリッド線で位置合わせ"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_GRID_FRONT\n"
-"SID_GRID_FRONT\n"
-"menuitem.text"
-msgid "Grid to ~Front"
-msgstr "グリッド線を前方へ(~F)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_GRID\n"
-"DUMMY+5\n"
-"menuitem.text"
-msgid "~Grid"
-msgstr "グリッド線(~G)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_HELPLINES_VISIBLE\n"
-"SID_HELPLINES_VISIBLE\n"
-"menuitem.text"
-msgid "~Display Snap Lines"
-msgstr "スナップ線を表示(~D)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_HELPLINES_USE\n"
-"SID_HELPLINES_USE\n"
-"menuitem.text"
-msgid "~Snap to Snap Lines"
-msgstr "スナップ線で位置合わせ(~S)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_HELPLINES_FRONT\n"
-"SID_HELPLINES_FRONT\n"
-"menuitem.text"
-msgid "Snap Lines to ~Front"
-msgstr "スナップ線を前方へ(~F)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_HELPLINES\n"
-"DUMMY+6\n"
-"menuitem.text"
-msgid "~Snap Lines"
-msgstr "スナップ線(~S)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MNSUB_CONVERT\n"
-"SID_CONVERT\n"
-"menuitem.text"
-msgid "Con~vert"
-msgstr "変換(~V)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MNSUB_MIRROR\n"
-"SID_MIRROR\n"
-"menuitem.text"
-msgid "~Flip"
-msgstr "反転(~F)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_CONNECT\n"
-"SID_CONNECT\n"
-"menuitem.text"
-msgid "C~onnect"
-msgstr "結合(~O)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_BREAK\n"
-"SID_BREAK\n"
-"menuitem.text"
-msgid "~Break"
-msgstr "切り離す(~B)"
-
-#: menuids_tmpl.src
-msgctxt ""
-"menuids_tmpl.src\n"
-"MN_STYLEDT\n"
-"SID_STYLE_EDIT\n"
-"menuitem.text"
-msgid "Edit Style..."
-msgstr "スタイルの編集..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_DRAW_TEXTOBJ_INSIDE_POPUP\n"
-"SID_HIDE_LAST_LEVEL\n"
-"menuitem.text"
-msgid "~Hide Last Level"
-msgstr "最後のレベルを非表示にする(~H)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_DRAW_TEXTOBJ_INSIDE_POPUP\n"
-"SID_SHOW_NEXT_LEVEL\n"
-"menuitem.text"
-msgid "~Show Next Level"
-msgstr "次のレベルを表示する(~S)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_DRAW_TABLEOBJ_INSIDE_POPUP\n"
-"SID_FORMAT_TABLE_DLG\n"
-"menuitem.text"
-msgid "~Table..."
-msgstr "表(~T)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_DRAW_TABLEOBJ_INSIDE_POPUP.DUMMY+10\n"
-"SID_TABLE_MERGE_CELLS\n"
-"menuitem.text"
-msgid "~Merge"
-msgstr "結合(~M)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_DRAW_TABLEOBJ_INSIDE_POPUP.DUMMY+10\n"
-"SID_TABLE_SPLIT_CELLS\n"
-"menuitem.text"
-msgid "~Split..."
-msgstr "分割(~S)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_DRAW_TABLEOBJ_INSIDE_POPUP.DUMMY+10\n"
-"SID_TABLE_VERT_NONE\n"
-"menuitem.text"
-msgid "~Top"
-msgstr "上揃え(~T)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_DRAW_TABLEOBJ_INSIDE_POPUP.DUMMY+10\n"
-"SID_TABLE_VERT_CENTER\n"
-"menuitem.text"
-msgid "C~enter"
-msgstr "中央揃え(~E)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_DRAW_TABLEOBJ_INSIDE_POPUP.DUMMY+10\n"
-"SID_TABLE_VERT_BOTTOM\n"
-"menuitem.text"
-msgid "~Bottom"
-msgstr "下揃え(~B)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_DRAW_TABLEOBJ_INSIDE_POPUP\n"
-"DUMMY+10\n"
-"menuitem.text"
-msgid "~Cell"
-msgstr "セル(~C)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_DRAW_TABLEOBJ_INSIDE_POPUP.DUMMY+11\n"
-"SID_TABLE_DISTRIBUTE_ROWS\n"
-"menuitem.text"
-msgid "Space ~Equally"
-msgstr "均等分割(~E)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_DRAW_TABLEOBJ_INSIDE_POPUP.DUMMY+11\n"
-"SID_TABLE_SELECT_ROW\n"
-"menuitem.text"
-msgid "~Select"
-msgstr "選択(~S)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_DRAW_TABLEOBJ_INSIDE_POPUP.DUMMY+11\n"
-"SID_TABLE_INSERT_ROW_DLG\n"
-"menuitem.text"
-msgid "~Insert..."
-msgstr "挿入(~I)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_DRAW_TABLEOBJ_INSIDE_POPUP.DUMMY+11\n"
-"SID_TABLE_DELETE_ROW\n"
-"menuitem.text"
-msgid "~Delete"
-msgstr "削除(~D)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_DRAW_TABLEOBJ_INSIDE_POPUP\n"
-"DUMMY+11\n"
-"menuitem.text"
-msgid "~Row"
-msgstr "行(~R)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_DRAW_TABLEOBJ_INSIDE_POPUP.DUMMY+12\n"
-"SID_TABLE_DISTRIBUTE_COLUMNS\n"
-"menuitem.text"
-msgid "Space ~Equally"
-msgstr "均等分割(~E)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_DRAW_TABLEOBJ_INSIDE_POPUP.DUMMY+12\n"
-"SID_TABLE_SELECT_COL\n"
-"menuitem.text"
-msgid "~Select"
-msgstr "選択(~S)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_DRAW_TABLEOBJ_INSIDE_POPUP.DUMMY+12\n"
-"SID_TABLE_INSERT_COL_DLG\n"
-"menuitem.text"
-msgid "~Insert..."
-msgstr "挿入(~I)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_DRAW_TABLEOBJ_INSIDE_POPUP.DUMMY+12\n"
-"SID_TABLE_DELETE_COL\n"
-"menuitem.text"
-msgid "~Delete"
-msgstr "削除(~D)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_DRAW_TABLEOBJ_INSIDE_POPUP\n"
-"DUMMY+12\n"
-"menuitem.text"
-msgid "Colu~mn"
-msgstr "列(~M)"
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_LAYERTAB_POPUP\n"
-"SID_INSERTLAYER\n"
-"menuitem.text"
-msgid "~Insert Layer..."
-msgstr "レイヤーの挿入(~I)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_LAYERTAB_POPUP\n"
-"SID_MODIFYLAYER\n"
-"menuitem.text"
-msgid "Modify La~yer..."
-msgstr "レイヤーの変更(~Y)..."
-
-#: popup.src
-msgctxt ""
-"popup.src\n"
-"RID_LAYERTAB_POPUP\n"
-"SID_DELETE_LAYER\n"
-"menuitem.text"
-msgid "Delete ~Layer..."
-msgstr "レイヤーの削除(~L)..."
+"X-POOTLE-MTIME: 1456219316.000000\n"
#: popup.src
msgctxt ""
@@ -1358,6 +80,16 @@ msgid "~Edit Master..."
msgstr "マスターを編集(~E)..."
#: popup.src
+#, fuzzy
+msgctxt ""
+"popup.src\n"
+"RID_TASKPANE_CURRENT_MASTERPAGESSELECTOR_POPUP\n"
+"SID_DELETE_MASTER_PAGE\n"
+"menuitem.text"
+msgid "D~elete Master"
+msgstr "マスターの削除(~E)"
+
+#: popup.src
msgctxt ""
"popup.src\n"
"RID_TASKPANE_CURRENT_MASTERPAGESSELECTOR_POPUP\n"
@@ -1393,175 +125,6 @@ msgctxt ""
msgid "~Insert Slide"
msgstr "スライドの挿入(~I)"
-#: popup2_tmpl.src
-msgctxt ""
-"popup2_tmpl.src\n"
-"RID_GRAPHIC_TABLE_POPUP\n"
-"SID_FORMAT_TABLE_DLG\n"
-"menuitem.text"
-msgid "~Table..."
-msgstr "表(~T)..."
-
-#: popup2_tmpl.src
-msgctxt ""
-"popup2_tmpl.src\n"
-"RID_GRAPHIC_TABLE_POPUP.DUMMY+10\n"
-"SID_TABLE_MERGE_CELLS\n"
-"menuitem.text"
-msgid "~Merge"
-msgstr "結合(~M)"
-
-#: popup2_tmpl.src
-msgctxt ""
-"popup2_tmpl.src\n"
-"RID_GRAPHIC_TABLE_POPUP.DUMMY+10\n"
-"SID_TABLE_SPLIT_CELLS\n"
-"menuitem.text"
-msgid "~Split..."
-msgstr "分割(~S)..."
-
-#: popup2_tmpl.src
-msgctxt ""
-"popup2_tmpl.src\n"
-"RID_GRAPHIC_TABLE_POPUP.DUMMY+10\n"
-"SID_TABLE_VERT_NONE\n"
-"menuitem.text"
-msgid "~Top"
-msgstr "上揃え(~T)"
-
-#: popup2_tmpl.src
-msgctxt ""
-"popup2_tmpl.src\n"
-"RID_GRAPHIC_TABLE_POPUP.DUMMY+10\n"
-"SID_TABLE_VERT_CENTER\n"
-"menuitem.text"
-msgid "C~enter"
-msgstr "中央揃え(~E)"
-
-#: popup2_tmpl.src
-msgctxt ""
-"popup2_tmpl.src\n"
-"RID_GRAPHIC_TABLE_POPUP.DUMMY+10\n"
-"SID_TABLE_VERT_BOTTOM\n"
-"menuitem.text"
-msgid "~Bottom"
-msgstr "下揃え(~B)"
-
-#: popup2_tmpl.src
-msgctxt ""
-"popup2_tmpl.src\n"
-"RID_GRAPHIC_TABLE_POPUP\n"
-"DUMMY+10\n"
-"menuitem.text"
-msgid "~Cell"
-msgstr "セル(~C)"
-
-#: popup2_tmpl.src
-msgctxt ""
-"popup2_tmpl.src\n"
-"RID_GRAPHIC_TABLE_POPUP.DUMMY+11\n"
-"SID_TABLE_DISTRIBUTE_ROWS\n"
-"menuitem.text"
-msgid "Space ~Equally"
-msgstr "均等分割(~E)"
-
-#: popup2_tmpl.src
-msgctxt ""
-"popup2_tmpl.src\n"
-"RID_GRAPHIC_TABLE_POPUP.DUMMY+11\n"
-"SID_TABLE_SELECT_ROW\n"
-"menuitem.text"
-msgid "~Select"
-msgstr "選択(~S)"
-
-#: popup2_tmpl.src
-msgctxt ""
-"popup2_tmpl.src\n"
-"RID_GRAPHIC_TABLE_POPUP.DUMMY+11\n"
-"SID_TABLE_INSERT_ROW_DLG\n"
-"menuitem.text"
-msgid "~Insert..."
-msgstr "挿入(~I)..."
-
-#: popup2_tmpl.src
-msgctxt ""
-"popup2_tmpl.src\n"
-"RID_GRAPHIC_TABLE_POPUP.DUMMY+11\n"
-"SID_TABLE_DELETE_ROW\n"
-"menuitem.text"
-msgid "~Delete"
-msgstr "削除(~D)"
-
-#: popup2_tmpl.src
-msgctxt ""
-"popup2_tmpl.src\n"
-"RID_GRAPHIC_TABLE_POPUP\n"
-"DUMMY+11\n"
-"menuitem.text"
-msgid "~Row"
-msgstr "行(~R)"
-
-#: popup2_tmpl.src
-msgctxt ""
-"popup2_tmpl.src\n"
-"RID_GRAPHIC_TABLE_POPUP.DUMMY+12\n"
-"SID_TABLE_DISTRIBUTE_COLUMNS\n"
-"menuitem.text"
-msgid "Space ~Equally"
-msgstr "均等分割(~E)"
-
-#: popup2_tmpl.src
-msgctxt ""
-"popup2_tmpl.src\n"
-"RID_GRAPHIC_TABLE_POPUP.DUMMY+12\n"
-"SID_TABLE_SELECT_COL\n"
-"menuitem.text"
-msgid "~Select"
-msgstr "選択(~S)"
-
-#: popup2_tmpl.src
-msgctxt ""
-"popup2_tmpl.src\n"
-"RID_GRAPHIC_TABLE_POPUP.DUMMY+12\n"
-"SID_TABLE_INSERT_COL_DLG\n"
-"menuitem.text"
-msgid "~Insert..."
-msgstr "挿入(~I)..."
-
-#: popup2_tmpl.src
-msgctxt ""
-"popup2_tmpl.src\n"
-"RID_GRAPHIC_TABLE_POPUP.DUMMY+12\n"
-"SID_TABLE_DELETE_COL\n"
-"menuitem.text"
-msgid "~Delete"
-msgstr "削除(~D)"
-
-#: popup2_tmpl.src
-msgctxt ""
-"popup2_tmpl.src\n"
-"RID_GRAPHIC_TABLE_POPUP\n"
-"DUMMY+12\n"
-"menuitem.text"
-msgid "Colu~mn"
-msgstr "列(~M)"
-
-#: res_bmp.src
-msgctxt ""
-"res_bmp.src\n"
-"SfxStyleFamiliesRes1\n"
-"#define.text"
-msgid "Graphic Styles"
-msgstr "図のスタイル"
-
-#: res_bmp.src
-msgctxt ""
-"res_bmp.src\n"
-"SfxStyleFamiliesRes2\n"
-"#define.text"
-msgid "Presentation Styles"
-msgstr "プレゼンテーションのスタイル"
-
#: res_bmp.src
msgctxt ""
"res_bmp.src\n"
@@ -1587,6 +150,16 @@ msgid "All Styles"
msgstr "すべてのスタイル"
#: res_bmp.src
+#, fuzzy
+msgctxt ""
+"res_bmp.src\n"
+"DLG_STYLE_DESIGNER\n"
+"RID_GRAPHICSTYLEFAMILY\n"
+"sfxstylefamilyitem.text"
+msgid "Graphic Styles"
+msgstr "図のスタイル"
+
+#: res_bmp.src
msgctxt ""
"res_bmp.src\n"
"DLG_STYLE_DESIGNER.RID_GRAPHICSTYLEFAMILY\n"
@@ -1623,6 +196,16 @@ msgid "Custom Styles"
msgstr "ユーザー定義のスタイル"
#: res_bmp.src
+#, fuzzy
+msgctxt ""
+"res_bmp.src\n"
+"DLG_STYLE_DESIGNER\n"
+"RID_PRESENTATIONSTYLEFAMILY\n"
+"sfxstylefamilyitem.text"
+msgid "Presentation Styles"
+msgstr "プレゼンテーションのスタイル"
+
+#: res_bmp.src
msgctxt ""
"res_bmp.src\n"
"DLG_STYLE_DESIGNER.RID_PRESENTATIONSTYLEFAMILY\n"
@@ -4008,6 +2591,22 @@ msgctxt ""
msgid "Text Slide"
msgstr "テキストスライド"
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"STR_INSERT_3D_MODEL_TITLE\n"
+"string.text"
+msgid "Insert 3D Model"
+msgstr ""
+
+#: strings.src
+msgctxt ""
+"strings.src\n"
+"STR_INSERT_3D_MODEL_ALL_SUPPORTED_FORMATS\n"
+"string.text"
+msgid "All supported formats"
+msgstr ""
+
#: toolbox.src
msgctxt ""
"toolbox.src\n"
diff --git a/source/ja/sd/source/ui/dlg.po b/source/ja/sd/source/ui/dlg.po
index 788002648c2..9bfe4e7484d 100644
--- a/source/ja/sd/source/ui/dlg.po
+++ b/source/ja/sd/source/ui/dlg.po
@@ -3,27 +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-01-15 05:44+0000\n"
-"Last-Translator: matuaki <matuaki.ooo@gmail.com>\n"
+"POT-Creation-Date: 2016-03-09 20:49+0100\n"
+"PO-Revision-Date: 2015-12-11 17:21+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: 1389764640.0\n"
-
-#: navigatr.src
-msgctxt ""
-"navigatr.src\n"
-"FLT_NAVIGATOR.1\n"
-"TBI_PEN\n"
-"toolboxitem.text"
-msgid "Pointer"
-msgstr "ペン"
+"X-POOTLE-MTIME: 1449854466.000000\n"
#: navigatr.src
msgctxt ""
diff --git a/source/ja/sd/source/ui/view.po b/source/ja/sd/source/ui/view.po
index e7757f84ea7..81120151c40 100644
--- a/source/ja/sd/source/ui/view.po
+++ b/source/ja/sd/source/ui/view.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-08-25 12:34+0200\n"
-"PO-Revision-Date: 2015-01-12 07:54+0000\n"
+"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"PO-Revision-Date: 2015-12-11 17:21+0000\n"
"Last-Translator: system user <>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ja\n"
@@ -14,85 +14,94 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1421049291.000000\n"
+"X-POOTLE-MTIME: 1449854519.000000\n"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS\n"
-"_STR_IMPRESS_PRINT_UI_GROUP_NAME\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS\n"
+"STR_IMPRESS_PRINT_UI_GROUP_NAME\n"
"string.text"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS\n"
-"_STR_IMPRESS_PRINT_UI_PRINT_CONTENT\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS\n"
+"STR_IMPRESS_PRINT_UI_PRINT_CONTENT\n"
"string.text"
msgid "Print content"
msgstr "コンテンツの印刷"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS\n"
-"_STR_IMPRESS_PRINT_UI_PRINT_GROUP\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS\n"
+"STR_IMPRESS_PRINT_UI_PRINT_GROUP\n"
"string.text"
msgid "Print"
msgstr "印刷"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS\n"
-"_STR_IMPRESS_PRINT_UI_CONTENT\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS\n"
+"STR_IMPRESS_PRINT_UI_CONTENT\n"
"string.text"
msgid "Document"
msgstr "ドキュメント"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_CONTENT_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_CONTENT_CHOICES\n"
"Slides\n"
"itemlist.text"
msgid "Slides"
msgstr "スライド"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_CONTENT_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_CONTENT_CHOICES\n"
"Handouts\n"
"itemlist.text"
msgid "Handouts"
msgstr "配付資料"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_CONTENT_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_CONTENT_CHOICES\n"
"Notes\n"
"itemlist.text"
msgid "Notes"
msgstr "ノート"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_CONTENT_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_CONTENT_CHOICES\n"
"Outline\n"
"itemlist.text"
msgid "Outline"
msgstr "アウトライン"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS\n"
-"_STR_IMPRESS_PRINT_UI_SLIDESPERPAGE\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS\n"
+"STR_IMPRESS_PRINT_UI_SLIDESPERPAGE\n"
"string.text"
msgid "Slides per page"
msgstr "1 ページあたりのスライド数"
@@ -100,7 +109,7 @@ msgstr "1 ページあたりのスライド数"
#: DocumentRenderer.src
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES\n"
"According to layout\n"
"itemlist.text"
msgid "According to layout"
@@ -109,394 +118,423 @@ msgstr ""
#: DocumentRenderer.src
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES\n"
"1\n"
"itemlist.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: DocumentRenderer.src
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES\n"
"2\n"
"itemlist.text"
msgid "2"
-msgstr "2"
+msgstr ""
#: DocumentRenderer.src
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES\n"
"3\n"
"itemlist.text"
msgid "3"
-msgstr "3"
+msgstr ""
#: DocumentRenderer.src
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES\n"
"4\n"
"itemlist.text"
msgid "4"
-msgstr "4"
+msgstr ""
#: DocumentRenderer.src
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES\n"
"6\n"
"itemlist.text"
msgid "6"
-msgstr "6"
+msgstr ""
#: DocumentRenderer.src
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES\n"
"9\n"
"itemlist.text"
msgid "9"
-msgstr "9"
+msgstr ""
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS\n"
-"_STR_IMPRESS_PRINT_UI_ORDER\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS\n"
+"STR_IMPRESS_PRINT_UI_ORDER\n"
"string.text"
msgid "Order"
msgstr "順序"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_ORDER_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_ORDER_CHOICES\n"
"Left to right, then down\n"
"itemlist.text"
msgid "Left to right, then down"
msgstr "左から右へ、最後まで行ったら下へ"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_ORDER_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_ORDER_CHOICES\n"
"Top to bottom, then right\n"
"itemlist.text"
msgid "Top to bottom, then right"
msgstr "上から下へ、最後まで行ったら右へ"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS\n"
-"_STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS\n"
+"STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT\n"
"string.text"
msgid "~Contents"
msgstr "コンテンツ(~C)"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS\n"
-"_STR_IMPRESS_PRINT_UI_IS_PRINT_NAME\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS\n"
+"STR_IMPRESS_PRINT_UI_IS_PRINT_NAME\n"
"string.text"
msgid "~Slide name"
msgstr "スライド名(~S)"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS\n"
-"_STR_DRAW_PRINT_UI_IS_PRINT_NAME\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS\n"
+"STR_DRAW_PRINT_UI_IS_PRINT_NAME\n"
"string.text"
msgid "P~age name"
msgstr "ページ名(~A)"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS\n"
-"_STR_IMPRESS_PRINT_UI_IS_PRINT_DATE\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS\n"
+"STR_IMPRESS_PRINT_UI_IS_PRINT_DATE\n"
"string.text"
msgid "~Date and time"
msgstr "日時(~D)"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS\n"
-"_STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS\n"
+"STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN\n"
"string.text"
msgid "Hidden pages"
msgstr "非表示のページ"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS\n"
-"_STR_IMPRESS_PRINT_UI_OUTPUT_OPTIONS_GROUP\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS\n"
+"STR_IMPRESS_PRINT_UI_OUTPUT_OPTIONS_GROUP\n"
"string.text"
msgid "Output options"
msgstr "出力オプション"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS\n"
-"_STR_IMPRESS_PRINT_UI_QUALITY\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS\n"
+"STR_IMPRESS_PRINT_UI_QUALITY\n"
"string.text"
msgid "Color"
msgstr "色"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_QUALITY_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_QUALITY_CHOICES\n"
"Original colors\n"
"itemlist.text"
msgid "Original colors"
msgstr "カラー (画面表示と同じ)"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_QUALITY_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_QUALITY_CHOICES\n"
"Grayscale\n"
"itemlist.text"
msgid "Grayscale"
msgstr "グレースケール"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_QUALITY_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_QUALITY_CHOICES\n"
"Black & white\n"
"itemlist.text"
msgid "Black & white"
msgstr "白黒"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS\n"
-"_STR_IMPRESS_PRINT_UI_PAGE_OPTIONS\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS\n"
+"STR_IMPRESS_PRINT_UI_PAGE_OPTIONS\n"
"string.text"
msgid "~Size"
msgstr "サイズ(~S)"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES\n"
"Original size\n"
"itemlist.text"
msgid "Original size"
msgstr "既定のサイズ"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES\n"
"Fit to printable page\n"
"itemlist.text"
msgid "Fit to printable page"
msgstr "印刷可能なページサイズに合わせる"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES\n"
"Distribute on multiple sheets of paper\n"
"itemlist.text"
msgid "Distribute on multiple sheets of paper"
msgstr "複数の用紙に分ける"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES\n"
"Tile sheet of paper with repeated slides\n"
"itemlist.text"
msgid "Tile sheet of paper with repeated slides"
msgstr "ページをタイル状に印刷する"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW\n"
"Original size\n"
"itemlist.text"
msgid "Original size"
msgstr "既定のサイズ"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW\n"
"Fit to printable page\n"
"itemlist.text"
msgid "Fit to printable page"
msgstr "印刷可能なページサイズに合わせる"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW\n"
"Distribute on multiple sheets of paper\n"
"itemlist.text"
msgid "Distribute on multiple sheets of paper"
msgstr "複数の用紙に分ける"
#: DocumentRenderer.src
+#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
-"_STR_IMPRESS_PRINT_UI_OPTIONS._STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW\n"
+"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW\n"
"Tile sheet of paper with repeated pages\n"
"itemlist.text"
msgid "Tile sheet of paper with repeated pages"
msgstr "ページをタイル状に印刷する"
#: DocumentRenderer.src
+#, fuzzy