summaryrefslogtreecommitdiff
path: root/source/en-GB/helpcontent2/source/text
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-05-25 19:40:31 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-05-25 20:12:45 +0200
commit87fc3ca7cba6ea6be066cc79bed965aaa596f426 (patch)
treefa73ba53499587383acf02dc95540f6a497c2c01 /source/en-GB/helpcontent2/source/text
parentcfc31b7c53b06bab97be6b2cd9503423120ea1fe (diff)
update translations for 5.2.0 beta1
and force-fix errors using pocheck Change-Id: I9dac678a4e705f255463e6ba3b127f423e82fd65
Diffstat (limited to 'source/en-GB/helpcontent2/source/text')
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared.po207
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/00.po39
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/01.po524
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/01.po124
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/autopi.po16
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/explorer/database.po19
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/guide.po53
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/menu.po146
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/optionen.po89
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/00.po36
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/01.po51
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/guide.po45
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter.po97
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/00.po66
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/01.po72
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/02.po31
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/04.po9
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/guide.po460
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/menu.po153
22 files changed, 868 insertions, 1457 deletions
diff --git a/source/en-GB/helpcontent2/source/text/sbasic/shared.po b/source/en-GB/helpcontent2/source/text/sbasic/shared.po
index 28af49126af..b238c07560a 100644
--- a/source/en-GB/helpcontent2/source/text/sbasic/shared.po
+++ b/source/en-GB/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"POT-Creation-Date: 2016-05-23 21:36+0200\n"
"PO-Revision-Date: 2016-05-07 09:40+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1462614024.000000\n"
#: 00000002.xhp
@@ -18589,16 +18589,16 @@ msgctxt ""
"03080301.xhp\n"
"hd_id3150616\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=\"Randomise Statement [Runtime]\">Randomise Statement [Runtime]</link>"
+msgid "<variable id=\"heading_randomize\"><link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">Randomize Statement [Runtime]</link></variable>"
+msgstr ""
#: 03080301.xhp
msgctxt ""
"03080301.xhp\n"
"par_id3145090\n"
"help.text"
-msgid "Initializes the random-number generator."
-msgstr "Initialises the random-number generator."
+msgid "Initializes the random-number generator used by the <emph>Rnd</emph> function."
+msgstr ""
#: 03080301.xhp
msgctxt ""
@@ -18629,8 +18629,24 @@ msgctxt ""
"03080301.xhp\n"
"par_id3149670\n"
"help.text"
-msgid "<emph>Number:</emph> Any integer value that initializes the random-number generator."
-msgstr "<emph>Number:</emph> Any integer value that initialises the random-number generator."
+msgid "<emph>Number:</emph> Any integer value. Used as seed to initialize the random-number generator. Equal seeds result in equal random-number sequences by the <emph>Rnd</emph> function. If the parameter is omitted, the <emph>Randomize</emph> statement will be ignored."
+msgstr ""
+
+#: 03080301.xhp
+msgctxt ""
+"03080301.xhp\n"
+"par_id110520161656428611\n"
+"help.text"
+msgid "Unless a predictable sequence of numbers is desired, there is no need to use the <emph>Randomize</emph> statement, as the random-number generator will be initialized automatically at first use – it will be seeded using a system-provided random-number generator that produces uniformly-distributed, non-deterministic random numbers. If no such generator is available on the system, the system time will be used as seed."
+msgstr ""
+
+#: 03080301.xhp
+msgctxt ""
+"03080301.xhp\n"
+"par_id12052016194258344\n"
+"help.text"
+msgid "The <emph>Randomize</emph> statement affects BASIC's <emph>Rnd</emph> function only. Other random-number generators (for example the Calc's RAND() function, etc.) are not affected by it."
+msgstr ""
#: 03080301.xhp
msgctxt ""
@@ -18641,11 +18657,12 @@ msgid "Example:"
msgstr "Example:"
#: 03080301.xhp
+#, fuzzy
msgctxt ""
"03080301.xhp\n"
"par_id3147288\n"
"help.text"
-msgid "iVar = Int((10 * Rnd) ) ' Range from 0 To 9"
+msgid "iVar = Int(10 * Rnd) ' Range from 0 to 9"
msgstr "iVar = Int((10 * Rnd) ) ' Range from 0 to 9"
#: 03080301.xhp
@@ -18677,8 +18694,8 @@ msgctxt ""
"03080302.xhp\n"
"hd_id3148685\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 Function [Runtime]\">Rnd Function [Runtime]</link>"
+msgid "<variable id=\"heading_rnd\"><link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link></variable>"
+msgstr ""
#: 03080302.xhp
msgctxt ""
@@ -18733,24 +18750,16 @@ msgctxt ""
"03080302.xhp\n"
"par_id3125864\n"
"help.text"
-msgid "<emph>Expression:</emph> Any numeric expression."
-msgstr "<emph>Expression:</emph> A numeric expression."
-
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "<emph>Omitted:</emph> Returns the next random number in the sequence."
-msgstr "<emph>Omitted:</emph> Returns the next random number in the sequence."
+msgid "<emph>Expression:</emph> Has no effect, is ignored if provided."
+msgstr ""
#: 03080302.xhp
msgctxt ""
"03080302.xhp\n"
"par_id3147318\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 "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:"
+msgid "The <emph>Rnd</emph> function returns decimal fractions ranging from 0 (included) to 1 (excluded) according to a uniform distribution. It uses the Mersenne Twister 19937 random-number generator. To generate random integers in a given range, use a formula like in the example below. A <emph>Randomize</emph> statement with a defined seed value can be used beforehand, if a predictable sequence of numbers is desired."
+msgstr ""
#: 03080302.xhp
msgctxt ""
@@ -19451,14 +19460,6 @@ msgstr "Sgn returns -1."
#: 03080701.xhp
msgctxt ""
"03080701.xhp\n"
-"par_id3145271\n"
-"help.text"
-msgid "0"
-msgstr "0"
-
-#: 03080701.xhp
-msgctxt ""
-"03080701.xhp\n"
"par_id3146119\n"
"help.text"
msgid "Sgn returns 0."
@@ -27502,14 +27503,6 @@ msgstr "Boolean"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3153367\n"
-"help.text"
-msgid "11"
-msgstr "11"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3148645\n"
"help.text"
msgid "Boolean variable"
@@ -27526,14 +27519,6 @@ msgstr "Date"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3153363\n"
-"help.text"
-msgid "7"
-msgstr "7"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3155411\n"
"help.text"
msgid "Date variable"
@@ -27550,14 +27535,6 @@ msgstr "Double"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3150486\n"
-"help.text"
-msgid "5"
-msgstr "5"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3148616\n"
"help.text"
msgid "Double floating point variable"
@@ -27574,14 +27551,6 @@ msgstr "Integer"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3145647\n"
-"help.text"
-msgid "2"
-msgstr "2"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3154490\n"
"help.text"
msgid "Integer variable"
@@ -27598,14 +27567,6 @@ msgstr "Long"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3154513\n"
-"help.text"
-msgid "3"
-msgstr "3"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3151318\n"
"help.text"
msgid "Long integer variable"
@@ -27622,14 +27583,6 @@ msgstr "Object"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3154482\n"
-"help.text"
-msgid "9"
-msgstr "9"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3150323\n"
"help.text"
msgid "Object variable"
@@ -27646,14 +27599,6 @@ msgstr "Single"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3149020\n"
-"help.text"
-msgid "4"
-msgstr "4"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3147341\n"
"help.text"
msgid "Single floating-point variable"
@@ -27670,14 +27615,6 @@ msgstr "String"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3155960\n"
-"help.text"
-msgid "8"
-msgstr "8"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3146313\n"
"help.text"
msgid "String variable"
@@ -27694,14 +27631,6 @@ msgstr "Variant"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3154021\n"
-"help.text"
-msgid "12"
-msgstr "12"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3145789\n"
"help.text"
msgid "Variant variable (can contain all types specified by the definition)"
@@ -27718,14 +27647,6 @@ msgstr "Empty"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3152584\n"
-"help.text"
-msgid "0"
-msgstr "0"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3151278\n"
"help.text"
msgid "Variable is not initialized"
@@ -27742,14 +27663,6 @@ msgstr "Null"
#: 03103600.xhp
msgctxt ""
"03103600.xhp\n"
-"par_id3166424\n"
-"help.text"
-msgid "1"
-msgstr "1"
-
-#: 03103600.xhp
-msgctxt ""
-"03103600.xhp\n"
"par_id3145131\n"
"help.text"
msgid "No valid data"
@@ -32723,14 +32636,6 @@ msgstr "Optional integer expression that specifies the style of the window that
#: 03130500.xhp
msgctxt ""
"03130500.xhp\n"
-"par_id3148663\n"
-"help.text"
-msgid "0"
-msgstr "0"
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
"par_id3153360\n"
"help.text"
msgid "The focus is on the hidden program window."
@@ -32739,14 +32644,6 @@ msgstr "The focus is on the hidden program window."
#: 03130500.xhp
msgctxt ""
"03130500.xhp\n"
-"par_id3154123\n"
-"help.text"
-msgid "1"
-msgstr "1"
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
"par_id3144760\n"
"help.text"
msgid "The focus is on the program window in standard size."
@@ -32755,14 +32652,6 @@ msgstr "The focus is on the program window in standard size."
#: 03130500.xhp
msgctxt ""
"03130500.xhp\n"
-"par_id3156422\n"
-"help.text"
-msgid "2"
-msgstr "2"
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
"par_id3148451\n"
"help.text"
msgid "The focus is on the minimized program window."
@@ -32771,14 +32660,6 @@ msgstr "The focus is on the minimised program window."
#: 03130500.xhp
msgctxt ""
"03130500.xhp\n"
-"par_id3149561\n"
-"help.text"
-msgid "3"
-msgstr "3"
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
"par_id3146921\n"
"help.text"
msgid "focus is on the maximized program window."
@@ -32787,14 +32668,6 @@ msgstr "focus is on the maximised program window."
#: 03130500.xhp
msgctxt ""
"03130500.xhp\n"
-"par_id3149481\n"
-"help.text"
-msgid "4"
-msgstr "4"
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
"par_id3155854\n"
"help.text"
msgid "Standard size program window, without focus."
@@ -32803,14 +32676,6 @@ msgstr "Standard size program window, without focus."
#: 03130500.xhp
msgctxt ""
"03130500.xhp\n"
-"par_id3145271\n"
-"help.text"
-msgid "6"
-msgstr "6"
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
"par_id3152938\n"
"help.text"
msgid "Minimized program window, focus remains on the active window."
@@ -32819,14 +32684,6 @@ msgstr "Minimised program window, focus remains on the active window."
#: 03130500.xhp
msgctxt ""
"03130500.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "10"
-msgstr "10"
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
"par_id3151112\n"
"help.text"
msgid "Full-screen display."
diff --git a/source/en-GB/helpcontent2/source/text/scalc/00.po b/source/en-GB/helpcontent2/source/text/scalc/00.po
index 345d436fdec..adeba6f4752 100644
--- a/source/en-GB/helpcontent2/source/text/scalc/00.po
+++ b/source/en-GB/helpcontent2/source/text/scalc/00.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-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-02 13:05+0000\n"
+"POT-Creation-Date: 2016-05-23 21:36+0200\n"
+"PO-Revision-Date: 2016-05-08 10:04+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_GB\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462194345.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1462701876.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -1154,10 +1154,9 @@ msgstr "F9"
msgctxt ""
"00000406.xhp\n"
"par_id3150941\n"
-"19\n"
"help.text"
-msgid "<variable id=\"exatmb\">Choose <emph>Tools - Cell Contents - AutoCalculate</emph></variable>"
-msgstr "<variable id=\"exatmb\">Choose <emph>Tools - Cell Content - AutoCalculate</emph></variable>"
+msgid "<variable id=\"exatmb\">Choose <emph>Data - Calculate - AutoCalculate</emph></variable>"
+msgstr "<variable id=\"exatmb\">Choose <emph>Data - Calculate - AutoCalculate</emph></variable>"
#: 00000406.xhp
msgctxt ""
@@ -1244,12 +1243,12 @@ msgid "<variable id=\"dbrba\">Choose <emph>Data - Select Range</emph></variable>
msgstr "<variable id=\"dbrba\">Choose <emph>Data - Select Range</emph></variable>"
#: 00000412.xhp
+#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3150443\n"
-"5\n"
"help.text"
-msgid "<variable id=\"dnsrt\">Choose <emph>Data - Sort</emph></variable>"
+msgid "<variable id=\"dnsrt\">Choose <emph>Data - Sort...</emph></variable>"
msgstr "<variable id=\"dnsrt\">Choose <emph>Data - Sort</emph></variable>"
#: 00000412.xhp
@@ -1323,12 +1322,12 @@ msgid "<variable id=\"dnftr\">Choose <emph>Data - Filter</emph></variable>"
msgstr "<variable id=\"dnftr\">Choose <emph>Data - Filter</emph></variable>"
#: 00000412.xhp
+#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3148646\n"
-"12\n"
"help.text"
-msgid "Choose <emph>Data - Filter - AutoFilter</emph>"
+msgid "Choose <emph>Data - AutoFilter</emph>"
msgstr "Choose <emph>Data - Filter - AutoFilter</emph>"
#: 00000412.xhp
@@ -1358,37 +1357,39 @@ msgid "AutoFilter"
msgstr "AutoFilter"
#: 00000412.xhp
+#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3156278\n"
-"17\n"
"help.text"
-msgid "<variable id=\"dnfspz\">Choose <emph>Data - Filter - Advanced Filter</emph></variable>"
+msgid "<variable id=\"dnfspz\">Choose <emph>Data - More Filters - Advanced Filter...</emph></variable>"
msgstr "<variable id=\"dnfspz\">Choose <emph>Data - Filter - Advanced Filter</emph></variable>"
#: 00000412.xhp
+#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3153764\n"
"help.text"
-msgid "Choose <emph>Data - Filter - Standard Filter - Options</emph> label"
+msgid "Choose <emph>Data - More Filters - Standard Filter... - Options</emph> label"
msgstr "Choose <emph>Data - Filter - Standard Filter - Options</emph> label"
#: 00000412.xhp
+#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3155444\n"
"help.text"
-msgid "Choose <emph>Data - Filter - Advanced Filter - Options</emph> label"
+msgid "Choose <emph>Data - More Filters - Advanced Filter... - Options</emph> label"
msgstr "Choose <emph>Data - Filter - Advanced Filter - Options</emph> label"
#: 00000412.xhp
+#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3156382\n"
-"20\n"
"help.text"
-msgid "Choose <emph>Data - Filter - Reset Filter</emph>"
+msgid "Choose <emph>Data - More Filters - Reset Filter</emph>"
msgstr "Choose <emph>Data - Filter - Reset Filter</emph>"
#: 00000412.xhp
@@ -1418,12 +1419,12 @@ msgid "Reset Filter/Sort"
msgstr "Reset Filter/Sort"
#: 00000412.xhp
+#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3152778\n"
-"21\n"
"help.text"
-msgid "<variable id=\"dnaftas\">Choose <emph>Data - Filter - Hide AutoFilter</emph></variable>"
+msgid "<variable id=\"dnaftas\">Choose <emph>Data - More Filter - Hide AutoFilter</emph></variable>"
msgstr "<variable id=\"dnaftas\">Choose <emph>Data - Filter - Hide AutoFilter</emph></variable>"
#: 00000412.xhp
diff --git a/source/en-GB/helpcontent2/source/text/scalc/01.po b/source/en-GB/helpcontent2/source/text/scalc/01.po
index bd5b396dcff..ea1d5064438 100644
--- a/source/en-GB/helpcontent2/source/text/scalc/01.po
+++ b/source/en-GB/helpcontent2/source/text/scalc/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-07 10:10+0000\n"
+"POT-Creation-Date: 2016-05-23 22:09+0200\n"
+"PO-Revision-Date: 2016-05-08 10:05+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_GB\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462615828.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1462701905.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -4190,12 +4190,12 @@ msgid "Database Functions"
msgstr "Database Functions"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3145173\n"
-"2\n"
"help.text"
-msgid "<variable id=\"datenbanktext\">This section deals with functions used with data organized as one row of data for one record. </variable>"
+msgid "<variable id=\"datenbanktext\">This section deals with functions used with data organized as one row of data for one record.</variable>"
msgstr "<variable id=\"datenbanktext\">This section deals with functions used with data organised as one row of data for one record. </variable>"
#: 04060101.xhp
@@ -4336,15 +4336,6 @@ msgstr "<item type=\"input\">Weight</item>"
#: 04060101.xhp
msgctxt ""
"04060101.xhp\n"
-"par_id3153816\n"
-"15\n"
-"help.text"
-msgid "2"
-msgstr "2"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
"par_id3151240\n"
"16\n"
"help.text"
@@ -4354,51 +4345,6 @@ msgstr "<item type=\"input\">Andy</item>"
#: 04060101.xhp
msgctxt ""
"04060101.xhp\n"
-"par_id3156016\n"
-"17\n"
-"help.text"
-msgid "<item type=\"input\">3</item>"
-msgstr "<item type=\"input\">3</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3145073\n"
-"18\n"
-"help.text"
-msgid "<item type=\"input\">9</item>"
-msgstr "<item type=\"input\">9</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3154956\n"
-"19\n"
-"help.text"
-msgid "<item type=\"input\">150</item>"
-msgstr "<item type=\"input\">150</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153976\n"
-"20\n"
-"help.text"
-msgid "<item type=\"input\">40</item>"
-msgstr "<item type=\"input\">40</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150894\n"
-"21\n"
-"help.text"
-msgid "3"
-msgstr "3"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
"par_id3152870\n"
"22\n"
"help.text"
@@ -4408,51 +4354,6 @@ msgstr "<item type=\"input\">Betty</item>"
#: 04060101.xhp
msgctxt ""
"04060101.xhp\n"
-"par_id3149692\n"
-"23\n"
-"help.text"
-msgid "<item type=\"input\">4</item>"
-msgstr "<item type=\"input\">4</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3154652\n"
-"24\n"
-"help.text"
-msgid "<item type=\"input\">10</item>"
-msgstr "<item type=\"input\">10</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149381\n"
-"25\n"
-"help.text"
-msgid "<item type=\"input\">1000</item>"
-msgstr "<item type=\"input\">1000</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153812\n"
-"26\n"
-"help.text"
-msgid "<item type=\"input\">42</item>"
-msgstr "<item type=\"input\">42</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3146965\n"
-"27\n"
-"help.text"
-msgid "4"
-msgstr "4"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
"par_id3155596\n"
"28\n"
"help.text"
@@ -4462,51 +4363,6 @@ msgstr "<item type=\"input\">Charles</item>"
#: 04060101.xhp
msgctxt ""
"04060101.xhp\n"
-"par_id3147244\n"
-"29\n"
-"help.text"
-msgid "<item type=\"input\">3</item>"
-msgstr "<item type=\"input\">3</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149871\n"
-"30\n"
-"help.text"
-msgid "<item type=\"input\">10</item>"
-msgstr "<item type=\"input\">10</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3155752\n"
-"31\n"
-"help.text"
-msgid "<item type=\"input\">300</item>"
-msgstr "<item type=\"input\">300</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149052\n"
-"32\n"
-"help.text"
-msgid "<item type=\"input\">51</item>"
-msgstr "<item type=\"input\">51</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3146097\n"
-"33\n"
-"help.text"
-msgid "5"
-msgstr "5"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
"par_id3147296\n"
"34\n"
"help.text"
@@ -4516,51 +4372,6 @@ msgstr "<item type=\"input\">Daniel</item>"
#: 04060101.xhp
msgctxt ""
"04060101.xhp\n"
-"par_id3150393\n"
-"35\n"
-"help.text"
-msgid "<item type=\"input\">5</item>"
-msgstr "<item type=\"input\">5</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3145236\n"
-"36\n"
-"help.text"
-msgid "<item type=\"input\">11</item>"
-msgstr "<item type=\"input\">11</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150534\n"
-"37\n"
-"help.text"
-msgid "<item type=\"input\">1200</item>"
-msgstr "<item type=\"input\">1200</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150375\n"
-"38\n"
-"help.text"
-msgid "<item type=\"input\">48</item>"
-msgstr "<item type=\"input\">48</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3159121\n"
-"39\n"
-"help.text"
-msgid "6"
-msgstr "6"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
"par_id3150456\n"
"40\n"
"help.text"
@@ -4570,51 +4381,6 @@ msgstr "<item type=\"input\">Eva</item>"
#: 04060101.xhp
msgctxt ""
"04060101.xhp\n"
-"par_id3146886\n"
-"41\n"
-"help.text"
-msgid "<item type=\"input\">2</item>"
-msgstr "<item type=\"input\">2</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149945\n"
-"42\n"
-"help.text"
-msgid "<item type=\"input\">8</item>"
-msgstr "<item type=\"input\">8</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3157904\n"
-"43\n"
-"help.text"
-msgid "<item type=\"input\">650</item>"
-msgstr "<item type=\"input\">650</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149352\n"
-"44\n"
-"help.text"
-msgid "<item type=\"input\">33</item>"
-msgstr "<item type=\"input\">33</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150028\n"
-"45\n"
-"help.text"
-msgid "7"
-msgstr "7"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
"par_id3145826\n"
"46\n"
"help.text"
@@ -4624,51 +4390,6 @@ msgstr "<item type=\"input\">Frank</item>"
#: 04060101.xhp
msgctxt ""
"04060101.xhp\n"
-"par_id3150743\n"
-"47\n"
-"help.text"
-msgid "<item type=\"input\">2</item>"
-msgstr "<item type=\"input\">2</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3154844\n"
-"48\n"
-"help.text"
-msgid "<item type=\"input\">7</item>"
-msgstr "<item type=\"input\">7</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148435\n"
-"49\n"
-"help.text"
-msgid "<item type=\"input\">300</item>"
-msgstr "<item type=\"input\">300</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148882\n"
-"50\n"
-"help.text"
-msgid "<item type=\"input\">42</item>"
-msgstr "<item type=\"input\">42</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150140\n"
-"51\n"
-"help.text"
-msgid "8"
-msgstr "8"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
"par_id3146137\n"
"52\n"
"help.text"
@@ -4678,51 +4399,6 @@ msgstr "<item type=\"input\">Greta</item>"
#: 04060101.xhp
msgctxt ""
"04060101.xhp\n"
-"par_id3148739\n"
-"53\n"
-"help.text"
-msgid "<item type=\"input\">1</item>"
-msgstr "<item type=\"input\">1</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148583\n"
-"54\n"
-"help.text"
-msgid "<item type=\"input\">7</item>"
-msgstr "<item type=\"input\">7</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3154556\n"
-"55\n"
-"help.text"
-msgid "<item type=\"input\">200</item>"
-msgstr "<item type=\"input\">200</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3155255\n"
-"56\n"
-"help.text"
-msgid "<item type=\"input\">36</item>"
-msgstr "<item type=\"input\">36</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3145141\n"
-"57\n"
-"help.text"
-msgid "9"
-msgstr "9"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
"par_id3153078\n"
"58\n"
"help.text"
@@ -4732,51 +4408,6 @@ msgstr "<item type=\"input\">Harry</item>"
#: 04060101.xhp
msgctxt ""
"04060101.xhp\n"
-"par_id3149955\n"
-"59\n"
-"help.text"
-msgid "<item type=\"input\">3</item>"
-msgstr "<item type=\"input\">3</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150005\n"
-"60\n"
-"help.text"
-msgid "<item type=\"input\">9</item>"
-msgstr "<item type=\"input\">9</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3155951\n"
-"61\n"
-"help.text"
-msgid "<item type=\"input\">1200</item>"
-msgstr "<item type=\"input\">1200</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3145169\n"
-"62\n"
-"help.text"
-msgid "<item type=\"input\">44</item>"
-msgstr "<item type=\"input\">44</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3153571\n"
-"63\n"
-"help.text"
-msgid "10"
-msgstr "10"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
"par_id3148761\n"
"64\n"
"help.text"
@@ -4786,69 +4417,6 @@ msgstr "<item type=\"input\">Irene</item>"
#: 04060101.xhp
msgctxt ""
"04060101.xhp\n"
-"par_id3149877\n"
-"65\n"
-"help.text"
-msgid "<item type=\"input\">2</item>"
-msgstr "<item type=\"input\">2</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3154327\n"
-"66\n"
-"help.text"
-msgid "<item type=\"input\">8</item>"
-msgstr "<item type=\"input\">8</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3155435\n"
-"67\n"
-"help.text"
-msgid "<item type=\"input\">1000</item>"
-msgstr "<item type=\"input\">1000</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3145353\n"
-"68\n"
-"help.text"
-msgid "<item type=\"input\">42</item>"
-msgstr "<item type=\"input\">42</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150662\n"
-"69\n"
-"help.text"
-msgid "11"
-msgstr "11"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3150568\n"
-"70\n"
-"help.text"
-msgid "12"
-msgstr "12"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3149393\n"
-"71\n"
-"help.text"
-msgid "13"
-msgstr "13"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
"par_id3153544\n"
"72\n"
"help.text"
@@ -4894,42 +4462,6 @@ msgstr "<item type=\"input\">Weight</item>"
#: 04060101.xhp
msgctxt ""
"04060101.xhp\n"
-"par_id3153920\n"
-"77\n"
-"help.text"
-msgid "14"
-msgstr "14"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3148429\n"
-"78\n"
-"help.text"
-msgid "<item type=\"input\">>600</item>"
-msgstr "<item type=\"input\">>600</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3152588\n"
-"79\n"
-"help.text"
-msgid "15"
-msgstr "15"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
-"par_id3083286\n"
-"80\n"
-"help.text"
-msgid "16"
-msgstr "16"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
"par_id3163823\n"
"81\n"
"help.text"
@@ -4939,15 +4471,6 @@ msgstr "<item type=\"input\">DCOUNT</item>"
#: 04060101.xhp
msgctxt ""
"04060101.xhp\n"
-"par_id3145083\n"
-"82\n"
-"help.text"
-msgid "<item type=\"input\">5</item>"
-msgstr "<item type=\"input\">5</item>"
-
-#: 04060101.xhp
-msgctxt ""
-"04060101.xhp\n"
"par_id3149282\n"
"83\n"
"help.text"
@@ -4982,12 +4505,13 @@ msgid "<emph>Database</emph> is the cell range defining the database."
msgstr "<emph>Database</emph> is the cell range defining the database."
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3151272\n"
"86\n"
"help.text"
-msgid "<emph>DatabaseField</emph> specifies the column where the function operates on after the search criteria of the first parameter is applied and the data rows are selected. It is not related to the search criteria itself. Use the number 0 to specify the whole data range. <variable id=\"quotes\">To reference a column by means of the column header name, place quotation marks around the header name. </variable>"
+msgid "<emph>DatabaseField</emph> specifies the column where the function operates on after the search criteria of the first parameter is applied and the data rows are selected. It is not related to the search criteria itself. Use the number 0 to specify the whole data range. <variable id=\"quotes\">To reference a column by means of the column header name, place quotation marks around the header name.</variable>"
msgstr "<emph>DatabaseField</emph> specifies the column on which the function operates after the search criteria of the first parameter is applied and the data rows are selected. It is not related to the search criteria itself. Use the number 0 to specify the whole data range. <variable id=\"quotes\">To reference a column by means of the column header name, place quotation marks around the header name. </variable>"
#: 04060101.xhp
@@ -12535,11 +12059,12 @@ msgid "Examples"
msgstr "Examples"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
-"par_id3147240\n"
+"par_id3147241\n"
"help.text"
-msgid "<item type=\"input\">=COS(PI()/2)</item> returns 0, the cosine of PI/2 radians."
+msgid "<item type=\"input\">=COS(PI()*2)</item> returns 1, the cosine of 2*PI radians."
msgstr "<item type=\"input\">=COS(PI()/2)</item> returns 0, the cosine of PI/2 radians."
#: 04060106.xhp
@@ -39860,7 +39385,7 @@ msgctxt ""
"par_id2845774\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."
-msgstr "<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 "<item type=\"input\">=CHISQ.DIST(3; 2; 0) </item>equals 0.1115650801, the probability density function with 2 degrees of freedom, at x = 3."
#: 04060181.xhp
msgctxt ""
@@ -53342,8 +52867,8 @@ msgctxt ""
"05120000.xhp\n"
"par_id2414014\n"
"help.text"
-msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose Tools - Cell Contents - AutoCalculate (you see a check mark next to the command when AutoCalculate is enabled)."
-msgstr "To apply conditional formatting, AutoCalculate must be enabled. Choose Tools - Cell Content - AutoCalculate (a tick mark is present next to the command when AutoCalculate is enabled)."
+msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Data - Calculate - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)."
+msgstr "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Data - Calculate - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)."
#: 05120000.xhp
msgctxt ""
@@ -60572,19 +60097,21 @@ msgid "A value of 1 indicates that Calc is to determine the number of samples in
msgstr "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 not being a positive whole number, the functions will return the #NUM! Error."
#: exponsmooth_embd.xhp
+#, fuzzy
msgctxt ""
"exponsmooth_embd.xhp\n"
"par_id0603201608440579\n"
"help.text"
-msgid "forecast = basevalue + trend * ∆x + periodical_abberation."
+msgid "forecast = basevalue + trend * ∆x + periodical_aberration."
msgstr "forecast = basevalue + trend * ∆x + periodical_abberation."
#: exponsmooth_embd.xhp
+#, fuzzy
msgctxt ""
"exponsmooth_embd.xhp\n"
"par_id0603201608440675\n"
"help.text"
-msgid "forecast = ( basevalue + trend * ∆x ) * periodical_abberation."
+msgid "forecast = ( basevalue + trend * ∆x ) * periodical_aberration."
msgstr "forecast = ( basevalue + trend * ∆x ) * periodical_abberation."
#: exponsmooth_embd.xhp
@@ -63684,11 +63211,12 @@ msgid "=FORECAST.ETS.PI.ADD(DATE(2014;1;1);Values;Timeline;0,9;1;TRUE();1)"
msgstr "=FORECAST.ETS.PI.ADD(DATE(2014;1;1);Values;Timeline;0,9;1;TRUE();1)"
#: func_forecastetspiadd.xhp
+#, fuzzy
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."
+msgid "Returns 18.8061295551355, 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 "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."
#: func_forecastetspiadd.xhp
@@ -63804,11 +63332,12 @@ msgid "=FORECAST.ETS.PI.MULT(DATE(2014;1;1);Values;Timeline;0,9;1;TRUE();1)"
msgstr "=FORECAST.ETS.PI.MULT(DATE(2014;1;1);Values;Timeline;0,9;1;TRUE();1)"
#: func_forecastetspimult.xhp
+#, fuzzy
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."
+msgid "Returns 20.1040952101013, 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 "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."
#: func_forecastetspimult.xhp
@@ -67392,11 +66921,12 @@ msgid "Solver"
msgstr "Solver"
#: solver.xhp
+#, fuzzy
msgctxt ""
"solver.xhp\n"
"bm_id7654652\n"
"help.text"
-msgid "<bookmark_value>goal seeking;solver</bookmark_value><bookmark_value>what if operations;solver</bookmark_value><bookmark_value>back-solving</bookmark_value><bookmark_value>solver</bookmark_value>"
+msgid "<bookmark_value>goal seeking;solver</bookmark_value> <bookmark_value>what if operations;solver</bookmark_value> <bookmark_value>back-solving</bookmark_value> <bookmark_value>solver</bookmark_value>"
msgstr "<bookmark_value>goal seeking;solver</bookmark_value><bookmark_value>what if operations;solver</bookmark_value><bookmark_value>back-solving</bookmark_value><bookmark_value>solver</bookmark_value>"
#: solver.xhp
@@ -67408,11 +66938,12 @@ msgid "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Solver</l
msgstr "<variable id=\"solver\"><link href=\"text/scalc/01/solver.xhp\">Solver</link></variable>"
#: solver.xhp
+#, fuzzy
msgctxt ""
"solver.xhp\n"
"par_id9210486\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens the Solver dialog. A solver allows to solve equations with multiple unknown variables by goal seeking methods.</ahelp>"
+msgid "<ahelp hid=\".\">Opens the Solver dialog. A solver allows you to solve equations with multiple unknown variables by goal-seeking methods.</ahelp>"
msgstr "<ahelp hid=\".\">Opens the Solver dialogue box. A solver allows you to solve equations with multiple unknown variables by goal seeking methods.</ahelp>"
#: solver.xhp
@@ -67600,11 +67131,12 @@ msgid "<ahelp hid=\".\" visibility=\"hidden\">Configure the current solver.</ahe
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Configure the current solver.</ahelp>"
#: solver_options.xhp
+#, fuzzy
msgctxt ""
"solver_options.xhp\n"
"par_id6531266\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">If the current entry in the Settings listbox allows to edit a value, you can click the Edit button. A dialog opens where you can change the value.</ahelp>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">If the current entry in the Settings listbox allows you to edit a value, you can click the Edit button. A dialog opens where you can change the value.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">If the current entry in the Settings list box allows you to edit a value, you can click the Edit button. A dialogue box opens in which you can change the value.</ahelp>"
#: solver_options.xhp
diff --git a/source/en-GB/helpcontent2/source/text/scalc/guide.po b/source/en-GB/helpcontent2/source/text/scalc/guide.po
index baa4d1d82a0..94e9901049b 100644
--- a/source/en-GB/helpcontent2/source/text/scalc/guide.po
+++ b/source/en-GB/helpcontent2/source/text/scalc/guide.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-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-07 10:14+0000\n"
+"POT-Creation-Date: 2016-05-07 21:35+0200\n"
+"PO-Revision-Date: 2016-05-10 15:20+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_GB\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462616049.000000\n"
+"X-POOTLE-MTIME: 1462893616.000000\n"
#: address_auto.xhp
msgctxt ""
@@ -2605,8 +2605,8 @@ msgctxt ""
"cellstyle_conditional.xhp\n"
"par_id8039796\n"
"help.text"
-msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Tools - Cell Contents - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)."
-msgstr "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Tools - Cell Content - AutoCalculate</emph> (a tick mark is present next to the command when AutoCalculate is enabled)."
+msgid "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Data - Calculate - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)."
+msgstr "To apply conditional formatting, AutoCalculate must be enabled. Choose <emph>Data - Calculate - AutoCalculate</emph> (you see a check mark next to the command when AutoCalculate is enabled)."
#: cellstyle_conditional.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/shared/00.po b/source/en-GB/helpcontent2/source/text/shared/00.po
index 6dde478fb1f..92dec0fd680 100644
--- a/source/en-GB/helpcontent2/source/text/shared/00.po
+++ b/source/en-GB/helpcontent2/source/text/shared/00.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-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-07 10:14+0000\n"
+"POT-Creation-Date: 2016-05-23 21:37+0200\n"
+"PO-Revision-Date: 2016-05-10 15:20+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_GB\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462616055.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1462893655.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -7675,10 +7675,9 @@ msgstr "Choose <emph>Insert - Hyperlink</emph>"
msgctxt ""
"00000403.xhp\n"
"par_id3153717\n"
-"38\n"
"help.text"
-msgid "<variable id=\"hypdiamailnews\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Mail & News</emph></variable>"
-msgstr "<variable id=\"hypdiamailnews\">Click <emph>Hyperlink</emph> icon on<emph>Standard</emph> bar, click <emph>Mail & News</emph></variable>"
+msgid "<variable id=\"hypdiamailnews\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Mail</emph></variable>"
+msgstr "<variable id=\"hypdiamailnews\">Click <emph>Hyperlink</emph> icon on<emph>Standard</emph> bar, click <emph>Mail</emph></variable>"
#: 00000403.xhp
msgctxt ""
@@ -13229,12 +13228,12 @@ msgid "Choose <emph>Format - Axis - Y Axis - Numbers</emph> tab (Chart Documents
msgstr "Choose <emph>Format - Axis - y-Axis - Numbers</emph> tab (Chart Documents)"
#: 00040503.xhp
+#, fuzzy
msgctxt ""
"00040503.xhp\n"
"par_id3150823\n"
-"32\n"
"help.text"
-msgid "Also as <emph>Number Format</emph> dialog for tables and fields in text documents: Choose <emph>Format - Number Format</emph>, or choose <emph>Insert - Fields - More Fields - Variables</emph> tab and select \"Additional formats\" in the <emph>Format</emph> list."
+msgid "Also as <emph>Number Format</emph> dialog for tables and fields in text documents: Choose <emph>Format - Number Format</emph>, or choose <emph>Insert - Field - More Fields - Variables</emph> tab and select \"Additional formats\" in the <emph>Format</emph> list."
msgstr "Also as <emph>Number Format</emph> dialogue box for tables and fields in text documents: Choose <emph>Format - Number Format</emph>, or choose <emph>Insert - Fields - More Fields - Variables</emph> tab and select \"Additional formats\" in the <emph>Format</emph> list."
#: 00040503.xhp
diff --git a/source/en-GB/helpcontent2/source/text/shared/01.po b/source/en-GB/helpcontent2/source/text/shared/01.po
index f2ca22c9343..0acd84975a1 100644
--- a/source/en-GB/helpcontent2/source/text/shared/01.po
+++ b/source/en-GB/helpcontent2/source/text/shared/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-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-07 10:17+0000\n"
+"POT-Creation-Date: 2016-05-23 22:09+0200\n"
+"PO-Revision-Date: 2016-05-10 15:21+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_GB\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462616262.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1462893687.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -10013,13 +10013,13 @@ msgid "<link href=\"text/shared/01/02200100.xhp\" name=\"Edit\">Edit</link>"
msgstr "<link href=\"text/shared/01/02200100.xhp\" name=\"Edit\">Edit</link>"
#: 02200100.xhp
+#, fuzzy
msgctxt ""
"02200100.xhp\n"
"par_id3150008\n"
-"2\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\"\">Lets you edit a selected object in your file that you inserted with the <emph>Insert – Object </emph>command.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\"\">Lets you edit a selected object in your file that you inserted with the <emph>Insert – Object</emph> command.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".\">Lets you edit a selected object in your file that you inserted with the <emph>Insert – Object</emph> command.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\"\">Lets you edit a selected object in your file that you inserted with the <emph>Insert – Object </emph>command.</ahelp>"
#: 02200200.xhp
msgctxt ""
@@ -18669,7 +18669,6 @@ msgstr "Specify the spacing between individual characters."
msgctxt ""
"05020500.xhp\n"
"hd_id3125865\n"
-"19\n"
"help.text"
msgid "Spacing"
msgstr "Spacing"
@@ -18677,56 +18676,18 @@ msgstr "Spacing"
#: 05020500.xhp
msgctxt ""
"05020500.xhp\n"
-"par_id3153178\n"
-"20\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/positionpage/kerninglb\">Specifies the spacing between the characters of the selected text. For expanded or condensed spacing, enter the amount that you want to expand or condense the text in the <emph>by </emph>box.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/positionpage/kerninglb\">Specifies the spacing between the characters of the selected text. For expanded or condensed spacing, enter the amount that you want to expand or condense the text in the <emph>by </emph>box.</ahelp>"
-
-#: 05020500.xhp
-msgctxt ""
-"05020500.xhp\n"
-"par_id3154908\n"
-"21\n"
-"help.text"
-msgid "<emph>Default</emph> - uses the character spacing specified in the font type"
-msgstr "<emph>Default</emph> - uses the character spacing specified in the font type"
-
-#: 05020500.xhp
-msgctxt ""
-"05020500.xhp\n"
-"par_id3156543\n"
-"22\n"
-"help.text"
-msgid "<emph>Expanded</emph> - increases the character spacing"
-msgstr "<emph>Expanded</emph> - increases the character spacing"
-
-#: 05020500.xhp
-msgctxt ""
-"05020500.xhp\n"
-"par_id3154297\n"
-"23\n"
-"help.text"
-msgid "<emph>Condensed</emph> - decreases the character spacing"
-msgstr "<emph>Condensed</emph> - decreases the character spacing"
-
-#: 05020500.xhp
-msgctxt ""
-"05020500.xhp\n"
-"hd_id3157870\n"
-"25\n"
+"par_id3146974\n"
"help.text"
-msgid "by"
-msgstr "by"
+msgid "<ahelp hid=\"cui/ui/positionpage/kerningsb\">Specifies the spacing between the characters of the selected text. Enter the amount by which you want to expand or condense the text in the spin button.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/positionpage/kerningsb\">Specifies the spacing between the characters of the selected text. Enter the amount by which you want to expand or condense the text in the spin button.</ahelp>"
#: 05020500.xhp
msgctxt ""
"05020500.xhp\n"
-"par_id3146974\n"
-"26\n"
+"par_id3146975\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/positionpage/kerningsb\">Enter the amount by which you want to expand or condense the character spacing for the selected text.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/positionpage/kerningsb\">Enter the amount by which you want to expand or condense the character spacing for the selected text.</ahelp>"
+msgid "To increase the spacing, set a positive value; to reduce it, set a negative value."
+msgstr "To increase the spacing, set a positive value; to reduce it, set a negative value."
#: 05020500.xhp
msgctxt ""
@@ -18781,12 +18742,12 @@ msgid "<link href=\"text/shared/01/05020600.xhp\" name=\"Asian Layout\">Asian La
msgstr "<link href=\"text/shared/01/05020600.xhp\" name=\"Asian Layout\">Asian Layout</link>"
#: 05020600.xhp
+#, fuzzy
msgctxt ""
"05020600.xhp\n"
"par_id3155351\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"\">Sets the options for double-line writing for Asian languages. Select the characters in your text, and then choose this command.</ahelp>"
+msgid "<ahelp hid=\".\">Sets the options for double-line writing for Asian languages. Select the characters in your text, and then choose this command.</ahelp>"
msgstr "<ahelp hid=\"\">Sets the options for double-line writing for Asian languages. Select the characters in your text, and then choose this command.</ahelp>"
#: 05020600.xhp
@@ -21912,12 +21873,12 @@ msgid "Left margin"
msgstr "Left margin"
#: 05040300.xhp
+#, fuzzy
msgctxt ""
"05040300.xhp\n"
"par_id3150449\n"
-"18\n"
"help.text"
-msgid "<ahelp hid=\"svx/ui/headfootformatpage/spinMargLeft\">Enter the amount of space to leave between the left edge of the page and the left edge of the header.</ahelp>"
+msgid "<ahelp hid=\"svx/ui/headfootformatpage/spinMargLeft\">Enter the amount of space to leave between the left page margin and the left edge of the header.</ahelp>"
msgstr "<ahelp hid=\"svx/ui/headfootformatpage/spinMargLeft\">Enter the amount of space to leave between the left edge of the page and the left edge of the header.</ahelp>"
#: 05040300.xhp
@@ -21930,12 +21891,12 @@ msgid "Right margin"
msgstr "Right margin"
#: 05040300.xhp
+#, fuzzy
msgctxt ""
"05040300.xhp\n"
"par_id3157322\n"
-"20\n"
"help.text"
-msgid "<ahelp hid=\"svx/ui/headfootformatpage/spinMargRight\">Enter the amount of space to leave between the right edge of the page and the right edge of the header.</ahelp>"
+msgid "<ahelp hid=\"svx/ui/headfootformatpage/spinMargRight\">Enter the amount of space to leave between the right page margin and the right edge of the header.</ahelp>"
msgstr "<ahelp hid=\"svx/ui/headfootformatpage/spinMargRight\">Enter the amount of space to leave between the right edge of the page and the right edge of the header.</ahelp>"
#: 05040300.xhp
@@ -37730,12 +37691,12 @@ msgid "Append libraries"
msgstr "Append libraries"
#: 06130500.xhp
+#, fuzzy
msgctxt ""
"06130500.xhp\n"
"par_id3155271\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"\">Locate the <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click Open.</ahelp>"
+msgid "<ahelp hid=\".\">Locate the <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click Open.</ahelp>"
msgstr "<ahelp hid=\"\">Locate the <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click Open.</ahelp>"
#: 06130500.xhp
@@ -43362,27 +43323,27 @@ msgid "Export as PDF"
msgstr "Export as PDF"
#: ref_pdf_export.xhp
+#, fuzzy
msgctxt ""
"ref_pdf_export.xhp\n"
"bm_id3149532\n"
"help.text"
-msgid "<bookmark_value>PDF;export</bookmark_value> <bookmark_value>portable document format</bookmark_value> <bookmark_value>exporting;to PDF</bookmark_value>"
+msgid "<bookmark_value>PDF;export</bookmark_value> <bookmark_value>portable document format</bookmark_value> <bookmark_value>exporting;to PDF</bookmark_value>"
msgstr "<bookmark_value>PDF;export</bookmark_value><bookmark_value>portable document format</bookmark_value><bookmark_value>exporting;to PDF</bookmark_value>"
#: ref_pdf_export.xhp
+#, fuzzy
msgctxt ""
"ref_pdf_export.xhp\n"
"hd_id3149532\n"
-"52\n"
"help.text"
-msgid "<variable id=\"export_as_pdf\"><variable id=\"ref_pdf_export\"><link href=\"text/shared/01/ref_pdf_export.xhp\" name=\"Export as PDF\">Export as PDF</link></variable></variable>"
-msgstr "<variable id=\"export_as_pdf\"><variable id=\"ref_pdf_export\"><link href=\"text/shared/01/ref_pdf_export.xhp\" name=\"Export as PDF\">Export as PDF</link></variable></variable>"
+msgid "<variable id=\"ref_pdf_export\"><link href=\"text/shared/01/ref_pdf_export.xhp\" name=\"Export as PDF\">Export as PDF</link></variable>"
+msgstr "<variable id=\"ref_pdf_send_as\"><link href=\"text/shared/01/ref_pdf_send_as.xhp\" name=\"E-mail as PDF\">E-mail as PDF</link></variable>"
#: ref_pdf_export.xhp
msgctxt ""
"ref_pdf_export.xhp\n"
"par_id3154044\n"
-"1\n"
"help.text"
msgid "<variable id=\"export\"><ahelp hid=\"FILTER_EDIT_RID_PDF_EXPORT_DLG_ED_PAGES\">Saves the current file to Portable Document Format (PDF) version 1.4.</ahelp> A PDF file can be viewed and printed on any platform with the original formatting intact, provided that supporting software is installed.</variable>"
msgstr "<variable id=\"export\"><ahelp hid=\"FILTER_EDIT_RID_PDF_EXPORT_DLG_ED_PAGES\">Saves the current file to Portable Document Format (PDF) version 1.4.</ahelp> A PDF file can be viewed and printed on any platform with the original formatting intact, provided that supporting software is installed.</variable>"
@@ -43399,7 +43360,6 @@ msgstr "General tab"
msgctxt ""
"ref_pdf_export.xhp\n"
"hd_id3148520\n"
-"2\n"
"help.text"
msgid "Range"
msgstr "Range"
@@ -43408,7 +43368,6 @@ msgstr "Range"
msgctxt ""
"ref_pdf_export.xhp\n"
"par_id3154230\n"
-"3\n"
"help.text"
msgid "Sets the export options for the pages included in the PDF file."
msgstr "Sets the export options for the pages included in the PDF file."
@@ -43417,7 +43376,6 @@ msgstr "Sets the export options for the pages included in the PDF file."
msgctxt ""
"ref_pdf_export.xhp\n"
"hd_id3166445\n"
-"4\n"
"help.text"
msgid "All"
msgstr "All"
@@ -43426,7 +43384,6 @@ msgstr "All"
msgctxt ""
"ref_pdf_export.xhp\n"
"par_id3149893\n"
-"5\n"
"help.text"
msgid "<ahelp hid=\"filter/ui/pdfgeneralpage/all\">Exports all defined print ranges. If no print range is defined, exports the entire document.</ahelp>"
msgstr "<ahelp hid=\"filter/ui/pdfgeneralpage/all\">Exports all defined print ranges. If no print range is defined, exports the entire document.</ahelp>"
@@ -43435,7 +43392,6 @@ msgstr "<ahelp hid=\"filter/ui/pdfgeneralpage/all\">Exports all defined print ra
msgctxt ""
"ref_pdf_export.xhp\n"
"hd_id3154673\n"
-"6\n"
"help.text"
msgid "Pages"
msgstr "Pages"
@@ -43444,7 +43400,6 @@ msgstr "Pages"
msgctxt ""
"ref_pdf_export.xhp\n"
"par_id3147571\n"
-"7\n"
"help.text"
msgid "<ahelp hid=\".\">Exports the pages you type in the box.</ahelp>"
msgstr "<ahelp hid=\".\">Exports the pages you type in the box.</ahelp>"
@@ -43453,7 +43408,6 @@ msgstr "<ahelp hid=\".\">Exports the pages you type in the box.</ahelp>"
msgctxt ""
"ref_pdf_export.xhp\n"
"par_id3145136\n"
-"53\n"
"help.text"
msgid "To export a range of pages, use the format 3-6. To export single pages, use the format 7;9;11. If you want, you can export a combination of page ranges and single pages, by using a format like 3-6;8;10;12."
msgstr "To export a range of pages, use the format 3-6. To export single pages, use the format 7;9;11. If you want, you can export a combination of page ranges and single pages, by using a format like 3-6;8;10;12."
@@ -43462,7 +43416,6 @@ msgstr "To export a range of pages, use the format 3-6. To export single pages,
msgctxt ""
"ref_pdf_export.xhp\n"
"hd_id3147043\n"
-"8\n"
"help.text"
msgid "Selection"
msgstr "Selection"
@@ -43471,7 +43424,6 @@ msgstr "Selection"
msgctxt ""
"ref_pdf_export.xhp\n"
"par_id3150774\n"
-"9\n"
"help.text"
msgid "<ahelp hid=\"filter/ui/pdfgeneralpage/selection\">Exports the current selection.</ahelp>"
msgstr "<ahelp hid=\"filter/ui/pdfgeneralpage/selection\">Exports the current selection.</ahelp>"
@@ -43677,11 +43629,12 @@ msgid "<ahelp hid=\".\">Select to export comments of Writer and Calc documents a
msgstr "<ahelp hid=\".\">Select to export comments of Writer and Calc documents as PDF notes.</ahelp>"
#: ref_pdf_export.xhp
+#, fuzzy
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 <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."
+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 "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."
#: ref_pdf_export.xhp
@@ -43741,11 +43694,12 @@ msgid "Allow duplicate field names"
msgstr "Allow duplicate field names"
#: ref_pdf_export.xhp
+#, fuzzy
msgctxt ""
"ref_pdf_export.xhp\n"
"par_id102620090953596\n"
"help.text"
-msgid "<ahelp hid=\".\">Allows to use the same field name for multiple fields in the generated PDF file. If disabled, field names will be exported using generated unique names.</ahelp>"
+msgid "<ahelp hid=\".\">Allows you to use the same field name for multiple fields in the generated PDF file. If disabled, field names will be exported using generated unique names.</ahelp>"
msgstr "<ahelp hid=\".\">Allows to use the same field name for multiple fields in the generated PDF file. If disabled, field names will be exported using generated unique names.</ahelp>"
#: ref_pdf_export.xhp
@@ -43757,11 +43711,12 @@ msgid "Export automatically inserted blank pages"
msgstr "Export automatically inserted blank pages"
#: ref_pdf_export.xhp
+#, fuzzy
msgctxt ""
"ref_pdf_export.xhp\n"
"par_id8551896\n"
"help.text"
-msgid "<ahelp hid=\".\">If switched on, automatically inserted blank pages are exported to pdf file. This is best if you are printing the pdf file double-sided. Example: In a book a chapter paragraph style is set to always start with an odd numbered page. The previous chapter ends on an odd page. %PRODUCTNAME inserts an even numbered blank page. This option controls whether to export that even numbered page or not.</ahelp>"
+msgid "<ahelp hid=\".\">If switched on, automatically inserted blank pages are exported to the PDF file. This is best if you are printing the pdf file double-sided. Example: In a book a chapter paragraph style is set to always start with an odd numbered page. If the previous chapter ends on an odd page, %PRODUCTNAME inserts an even numbered blank page. This option controls whether to export that even numbered page or not.</ahelp>"
msgstr "<ahelp hid=\".\">If switched on, automatically inserted blank pages are exported to PDF file. This is best if you are printing the PDF file double-sided. Example: In a book a chapter paragraph style is set to always start with an odd numbered page. The previous chapter ends on an odd page. %PRODUCTNAME inserts an even numbered blank page. This option controls whether to export that even numbered page or not.</ahelp>"
#: ref_pdf_export.xhp
@@ -44245,11 +44200,12 @@ msgid "Export bookmarks as named destinations"
msgstr "Export bookmarks as named destinations"
#: ref_pdf_export.xhp
+#, fuzzy
msgctxt ""
"ref_pdf_export.xhp\n"
"par_id4809411\n"
"help.text"
-msgid "<ahelp hid=\".\">The bookmarks (targets of references) in PDF files can be defined as rectangular areas. Additionally, bookmarks to named objects can be defined by their names. Enable the checkbox to export the names of objects in your document as valid bookmark targets. This allows to link to those objects by name from other documents.</ahelp>"
+msgid "<ahelp hid=\".\">The bookmarks (targets of references) in PDF files can be defined as rectangular areas. Additionally, bookmarks to named objects can be defined by their names. Enable the checkbox to export the names of objects in your document as valid bookmark targets. This allows you to link to those objects by name from other documents.</ahelp>"
msgstr "<ahelp hid=\".\">The bookmarks (targets of references) in PDF files can be defined as rectangular areas. Additionally, bookmarks to named objects can be defined by their names. Mark the check box to export the names of objects in your document as valid bookmark targets. This allows you to link to those objects by name from other documents.</ahelp>"
#: ref_pdf_export.xhp
@@ -44377,8 +44333,8 @@ msgctxt ""
"ref_pdf_export.xhp\n"
"par_id41123951\n"
"help.text"
-msgid "You can enter a password to open the file. You can enter an optional password that allows to edit the document."
-msgstr "You can enter a password to open the file. You can enter an optional password that allows you to edit the document."
+msgid "You can specify a password needed to view the PDF. You can enter an optional password that allows the person viewing the PDF to edit and/or print the document."
+msgstr ""
#: ref_pdf_export.xhp
msgctxt ""
@@ -44589,11 +44545,12 @@ msgid "The signed PDF export uses the keys and X.509 certificates already stored
msgstr "The signed PDF export uses the keys and X.509 certificates already stored in your default key store location or on a smartcard."
#: ref_pdf_export.xhp
+#, fuzzy
msgctxt ""
"ref_pdf_export.xhp\n"
"par_id22107306\n"
"help.text"
-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>."
+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 "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>."
#: ref_pdf_export.xhp
@@ -44733,11 +44690,12 @@ msgid "During the PDF signing process, the TSA will be used to obtain a digitall
msgstr "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed."
#: ref_pdf_export.xhp
+#, fuzzy
msgctxt ""
"ref_pdf_export.xhp\n"
"par_id39089022\n"
"help.text"
-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>."
+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 "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>."
#: ref_pdf_export.xhp
@@ -44752,7 +44710,6 @@ msgstr "If no TSA URL is selected (the default), the signature will not be times
msgctxt ""
"ref_pdf_export.xhp\n"
"hd_id3150507\n"
-"50\n"
"help.text"
msgid "Export button"
msgstr "Export button"
@@ -44761,7 +44718,6 @@ msgstr "Export button"
msgctxt ""
"ref_pdf_export.xhp\n"
"par_id3146975\n"
-"51\n"
"help.text"
msgid "<ahelp hid=\".\">Exports the current file in PDF format.</ahelp>"
msgstr "<ahelp hid=\".\">Exports the current file in PDF format.</ahelp>"
diff --git a/source/en-GB/helpcontent2/source/text/shared/02.po b/source/en-GB/helpcontent2/source/text/shared/02.po
index 094bb26d201..1d149da239a 100644
--- a/source/en-GB/helpcontent2/source/text/shared/02.po
+++ b/source/en-GB/helpcontent2/source/text/shared/02.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-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-07 10:19+0000\n"
+"POT-Creation-Date: 2016-05-23 21:37+0200\n"
+"PO-Revision-Date: 2016-05-08 10:07+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_GB\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462616347.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1462702025.000000\n"
#: 01110000.xhp
msgctxt ""
@@ -139,8 +139,8 @@ msgctxt ""
"01140000.xhp\n"
"par_idN1089D\n"
"help.text"
-msgid "You can show and hide the <emph>Visible Buttons</emph>. Click the arrow at the end of the toolbar to access the <emph>Visible Buttons</emph> command."
-msgstr "You can show and hide the <emph>Visible Buttons</emph>. Click the arrow at the end of the toolbar to access the <emph>Visible Buttons</emph> command."
+msgid "You can change which buttons are visible in the toolbars. Right-click a toolbar to access the <emph>Visible Buttons</emph> command."
+msgstr "You can change which buttons are visible in the toolbars. Right-click a toolbar to access the <emph>Visible Buttons</emph> command."
#: 01140000.xhp
msgctxt ""
@@ -10320,7 +10320,6 @@ msgstr "Apply Style"
msgctxt ""
"02010000.xhp\n"
"hd_id3148520\n"
-"1\n"
"help.text"
msgid "<link href=\"text/shared/02/02010000.xhp\" name=\"Apply Style\">Apply Style</link>"
msgstr "<link href=\"text/shared/02/02010000.xhp\" name=\"Apply Style\">Apply Style</link>"
@@ -10329,7 +10328,6 @@ msgstr "<link href=\"text/shared/02/02010000.xhp\" name=\"Apply Style\">Apply St
msgctxt ""
"02010000.xhp\n"
"par_id3155351\n"
-"2\n"
"help.text"
msgid "<ahelp hid=\".uno:StyleApply\">Assigns a style to the current paragraph, selected paragraphs, or to a selected object.</ahelp>"
msgstr "<ahelp hid=\".uno:StyleApply\">Assigns a style to the current paragraph, selected paragraphs, or to a selected object.</ahelp>"
@@ -10347,22 +10345,22 @@ msgctxt ""
"02010000.xhp\n"
"par_idN10631\n"
"help.text"
-msgid "By pressing the Down arrow button on the right of a style name, you show pop-up menu that allows to update style from selection or to edit style."
-msgstr "By pressing the Down arrow button on the right of a style name, you show a pop-up menu that allows you to update style from selection or to edit style."
+msgid "Clicking on the Down arrow button on the right of a style name shows a pop-up menu that allows you to update the style from the current selection or to edit the style."
+msgstr ""
#: 02010000.xhp
+#, fuzzy
msgctxt ""
"02010000.xhp\n"
"par_id3155552\n"
"help.text"
-msgid "<image id=\"img_id3152801\" src=\"res/helpimg/zellvor.png\" width=\"1.0402in\" height=\"0.2098in\" localize=\"true\"><alt id=\"alt_id3152801\">Apply Style</alt></image>"
+msgid "<image id=\"img_id3152801\" src=\"res/helpimg/zellvor.png\" width=\"2.642cm\" height=\"0.533cm\" localize=\"true\"><alt id=\"alt_id3152801\">Apply Style</alt></image>"
msgstr "<image id=\"img_id3152801\" src=\"res/helpimg/zellvor.png\" width=\"1.0402in\" height=\"0.2098in\" localize=\"true\"><alt id=\"alt_id3152801\">Apply Style</alt></image>"
#: 02010000.xhp
msgctxt ""
"02010000.xhp\n"
"par_id3145345\n"
-"3\n"
"help.text"
msgid "Apply Style"
msgstr "Apply Style"
@@ -11893,8 +11891,8 @@ msgctxt ""
"07010000.xhp\n"
"par_idN108C6\n"
"help.text"
-msgid "Enable Load URL with the Visible Buttons command (click the arrow at the end of the toolbar)."
-msgstr "Enable Load URL with the Visible Buttons command (click the arrow at the end of the toolbar)."
+msgid "Enable Load URL with the <emph>Visible Buttons</emph> command (right-click the toolbar)."
+msgstr "Enable Load URL with the <emph>Visible Buttons</emph> command (right-click the toolbar)."
#: 07060000.xhp
msgctxt ""
@@ -12652,8 +12650,8 @@ msgctxt ""
"09070200.xhp\n"
"tit\n"
"help.text"
-msgid "Mail & News"
-msgstr "Mail & News"
+msgid "Mail"
+msgstr "Mail"
#: 09070200.xhp
msgctxt ""
@@ -12661,8 +12659,8 @@ msgctxt ""
"hd_id3147102\n"
"1\n"
"help.text"
-msgid "<link href=\"text/shared/02/09070200.xhp\" name=\"Mail News\">Mail & News</link>"
-msgstr "<link href=\"text/shared/02/09070200.xhp\" name=\"Mail News\">Mail & News</link>"
+msgid "<link href=\"text/shared/02/09070200.xhp\" name=\"Mail\">Mail</link>"
+msgstr "<link href=\"text/shared/02/09070200.xhp\" name=\"Mail\">Mail</link>"
#: 09070200.xhp
msgctxt ""
@@ -12670,17 +12668,16 @@ msgctxt ""
"par_id3153049\n"
"2\n"
"help.text"
-msgid "On the <emph>Mail & News</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> you can edit hyperlinks for e-mail or news addresses."
-msgstr "On the <emph>Mail & News</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialogue box\">Hyperlink dialogue box</link> you can edit hyperlinks for e-mail or news addresses."
+msgid "On the <emph>Mail</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialog</link> you can edit hyperlinks for e-mail addresses."
+msgstr "On the <emph>Mail</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\">Hyperlink dialogue box</link> you can edit hyperlinks for e-mail addresses."
#: 09070200.xhp
msgctxt ""
"09070200.xhp\n"
"hd_id3153528\n"
-"3\n"
"help.text"
-msgid "Mail & News"
-msgstr "Mail & News"
+msgid "Mail"
+msgstr "Mail"
#: 09070200.xhp
msgctxt ""
@@ -12703,24 +12700,6 @@ msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_MAIL\
#: 09070200.xhp
msgctxt ""
"09070200.xhp\n"
-"hd_id3155628\n"
-"6\n"
-"help.text"
-msgid "News"
-msgstr "News"
-
-#: 09070200.xhp
-msgctxt ""
-"09070200.xhp\n"
-"par_id3149955\n"
-"7\n"
-"help.text"
-msgid "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_NEWS\">Assigns a news address to the hyperlink.</ahelp> Clicking the hyperlink in the document will open a new message document to the news group you entered in the <emph>Recipient</emph> field."
-msgstr "<ahelp hid=\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_NEWS\">Assigns a news address to the hyperlink.</ahelp> Clicking the hyperlink in the document will open a new message document to the news group you entered in the <emph>Recipient</emph> field."
-
-#: 09070200.xhp
-msgctxt ""
-"09070200.xhp\n"
"hd_id3149580\n"
"8\n"
"help.text"
diff --git a/source/en-GB/helpcontent2/source/text/shared/autopi.po b/source/en-GB/helpcontent2/source/text/shared/autopi.po
index dfec15a2871..2df1f4e3d24 100644
--- a/source/en-GB/helpcontent2/source/text/shared/autopi.po
+++ b/source/en-GB/helpcontent2/source/text/shared/autopi.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-03-09 20:49+0100\n"
-"PO-Revision-Date: 2016-03-24 12:17+0000\n"
+"POT-Creation-Date: 2016-05-23 21:37+0200\n"
+"PO-Revision-Date: 2016-05-02 10:50+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_GB\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1458821822.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1462186253.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -4889,12 +4889,12 @@ msgid "<link href=\"text/shared/autopi/01100400.xhp\" name=\"Report Wizard - Cho
msgstr "<link href=\"text/shared/autopi/01100400.xhp\" name=\"Report Wizard - Choose Layout\">Report Wizard - Choose Layout</link>"
#: 01100400.xhp
+#, fuzzy
msgctxt ""
"01100400.xhp\n"
"par_id3154894\n"
-"1\n"
"help.text"
-msgid "<ahelp hid=\"\">Choose the layout from different templates and styles, and choose landscape or portrait page orientation.</ahelp>"
+msgid "<ahelp hid=\".\">Choose the layout from different templates and styles, and choose landscape or portrait page orientation.</ahelp>"
msgstr "<ahelp hid=\"\">Choose the layout from different templates and styles, and choose landscape or portrait page orientation.</ahelp>"
#: 01100400.xhp
@@ -8532,12 +8532,12 @@ msgid "<link href=\"text/shared/autopi/01170500.xhp\" name=\"Field Assignment\">
msgstr "<link href=\"text/shared/autopi/01170500.xhp\" name=\"Field Assignment\">Field Assignment</link>"
#: 01170500.xhp
+#, fuzzy
msgctxt ""
"01170500.xhp\n"
"par_id3143284\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"\">Opens a dialog that allows you to specify the field assignment.</ahelp>"
+msgid "<ahelp hid=\".\">Opens a dialog that allows you to specify the field assignment.</ahelp>"
msgstr "<ahelp hid=\"\">Opens a dialogue box that allows you to specify the field assignment.</ahelp>"
#: 01170500.xhp
diff --git a/source/en-GB/helpcontent2/source/text/shared/explorer/database.po b/source/en-GB/helpcontent2/source/text/shared/explorer/database.po
index 6ffd75ba240..dcf1698eeac 100644
--- a/source/en-GB/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/en-GB/helpcontent2/source/text/shared/explorer/database.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-03-09 20:49+0100\n"
+"POT-Creation-Date: 2016-05-23 21:37+0200\n"
"PO-Revision-Date: 2016-05-07 10:20+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1462616427.000000\n"
#: 02000000.xhp
@@ -5465,12 +5465,12 @@ msgid "Table description"
msgstr "Table description"
#: 05040200.xhp
+#, fuzzy
msgctxt ""
"05040200.xhp\n"
"par_id3154422\n"
-"4\n"
"help.text"
-msgid "<ahelp hid=\"\">Displays the description for the selected table.</ahelp>"
+msgid "<ahelp hid=\".\">Displays the description for the selected table.</ahelp>"
msgstr "<ahelp hid=\"\">Displays the description for the selected table.</ahelp>"
#: 11000002.xhp
@@ -5561,12 +5561,12 @@ msgid "<link href=\"text/shared/explorer/database/11020000.xhp\" name=\"ODBC\">O
msgstr "<link href=\"text/shared/explorer/database/11020000.xhp\" name=\"ODBC\">ODBC</link>"
#: 11020000.xhp
+#, fuzzy
msgctxt ""
"11020000.xhp\n"
"par_id3150499\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"\">Specifies the settings for <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp>"
+msgid "<ahelp hid=\".\">Specifies the settings for <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp>"
msgstr "<ahelp hid=\"\">Specifies the settings for <link href=\"text/shared/00/00000005.xhp#odbc\" name=\"ODBC\">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp>"
#: 11020000.xhp
@@ -5803,12 +5803,12 @@ msgid "<link href=\"text/shared/explorer/database/11030000.xhp\" name=\"dBase\">
msgstr "<link href=\"text/shared/explorer/database/11030000.xhp\" name=\"dBASE\">dBASE</link>"
#: 11030000.xhp
+#, fuzzy
msgctxt ""
"11030000.xhp\n"
"par_id3147088\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"\">Specify the settings for a dBASE database.</ahelp>"
+msgid "<ahelp hid=\".\">Specify the settings for a dBASE database.</ahelp>"
msgstr "<ahelp hid=\"\">Specify the settings for a dBASE database.</ahelp>"
#: 11030000.xhp
@@ -8846,11 +8846,12 @@ msgid "Yes, register the Database for me"
msgstr "Yes, register the Database for me"
#: dabawiz02.xhp
+#, fuzzy
msgctxt ""
"dabawiz02.xhp\n"
"par_idN105B4\n"
"help.text"
-msgid "<ahelp hid=\".\">Select to register the database within your user copy of %PRODUCTNAME. After registering, the database is displayed in the <emph>View - Data Sources</emph> window. You must register a database to be able to insert the database fields in a document (Insert - Fields - More Fields) or in a mail merge.</ahelp>"
+msgid "<ahelp hid=\".\">Select to register the database within your user copy of %PRODUCTNAME. After registering, the database is displayed in the <emph>View - Data Sources</emph> window. You must register a database to be able to insert the database fields in a document (Insert - Field - More Fields) or in a mail merge.</ahelp>"
msgstr "<ahelp hid=\".\">Select to register the database within your user copy of %PRODUCTNAME. After registering, the database is displayed in the <emph>View - Data Sources</emph> window. You must register a database to be able to insert the database fields in a document (Insert - Fields - More Fields) or in a mail merge.</ahelp>"
#: dabawiz02.xhp
diff --git a/source/en-GB/helpcontent2/source/text/shared/guide.po b/source/en-GB/helpcontent2/source/text/shared/guide.po
index 1bf5bd07e71..f7bea19d60b 100644
--- a/source/en-GB/helpcontent2/source/text/shared/guide.po
+++ b/source/en-GB/helpcontent2/source/text/shared/guide.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-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-07 10:21+0000\n"
+"POT-Creation-Date: 2016-05-23 22:09+0200\n"
+"PO-Revision-Date: 2016-05-10 15:22+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_GB\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462616486.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1462893728.000000\n"
#: aaa_start.xhp
msgctxt ""
@@ -7273,18 +7273,18 @@ msgid "Error Report Tool"
msgstr "Error Report Tool"
#: error_report.xhp
+#, fuzzy
msgctxt ""
"error_report.xhp\n"
"bm_id3150616\n"
"help.text"
-msgid "<bookmark_value>Error Report Tool</bookmark_value> <bookmark_value>reports;error reports</bookmark_value> <bookmark_value>crash reports</bookmark_value> <bookmark_value>activating;Error Report Tool</bookmark_value>"
+msgid "<bookmark_value>Error Report Tool</bookmark_value> <bookmark_value>reports;error reports</bookmark_value> <bookmark_value>crash reports</bookmark_value> <bookmark_value>activating;Error Report Tool</bookmark_value>"
msgstr "<bookmark_value>Error Report Tool</bookmark_value><bookmark_value>reports;error reports</bookmark_value><bookmark_value>crash reports</bookmark_value><bookmark_value>activating;Error Report Tool</bookmark_value>"
#: error_report.xhp
msgctxt ""
"error_report.xhp\n"
"hd_id3150616\n"
-"17\n"
"help.text"
msgid "<variable id=\"error_report\"><link href=\"text/shared/guide/error_report.xhp\" name=\"Error Report Tool\">Error Report Tool</link></variable>"
msgstr "<variable id=\"error_report\"><link href=\"text/shared/guide/error_report.xhp\" name=\"Error Report Tool\">Error Report Tool</link></variable>"
@@ -7293,7 +7293,6 @@ msgstr "<variable id=\"error_report\"><link href=\"text/shared/guide/error_repor
msgctxt ""
"error_report.xhp\n"
"par_id3153345\n"
-"1\n"
"help.text"
msgid "The Error Report Tool starts automatically when a program crash occurs."
msgstr "The Error Report Tool starts automatically when a program crash occurs."
@@ -7302,7 +7301,6 @@ msgstr "The Error Report Tool starts automatically when a program crash occurs."
msgctxt ""
"error_report.xhp\n"
"par_id3147088\n"
-"2\n"
"help.text"
msgid "The Error Report Tool gathers all necessary information that can help the program developers to improve the code, so that in later versions this error can possibly be avoided. Please help us to improve the software and send the generated error report."
msgstr "The Error Report Tool gathers all necessary information that can help the program developers to improve the code, so that in later versions this error can possibly be avoided. Please help us to improve the software and send the generated error report."
@@ -7311,7 +7309,6 @@ msgstr "The Error Report Tool gathers all necessary information that can help th
msgctxt ""
"error_report.xhp\n"
"hd_id3148538\n"
-"4\n"
"help.text"
msgid "Starting the Error Report Tool"
msgstr "Starting the Error Report Tool"
@@ -7320,7 +7317,6 @@ msgstr "Starting the Error Report Tool"
msgctxt ""
"error_report.xhp\n"
"par_id3149811\n"
-"5\n"
"help.text"
msgid "With most program crashes the Error Report Tool will start automatically."
msgstr "With most program crashes the Error Report Tool will start automatically."
@@ -7329,7 +7325,6 @@ msgstr "With most program crashes the Error Report Tool will start automatically
msgctxt ""
"error_report.xhp\n"
"hd_id3154046\n"
-"7\n"
"help.text"
msgid "Completing the Report"
msgstr "Completing the Report"
@@ -7338,7 +7333,6 @@ msgstr "Completing the Report"
msgctxt ""
"error_report.xhp\n"
"par_id3147335\n"
-"8\n"
"help.text"
msgid "On the main Error Report Tool dialog, you can enter some additional information that may help the developers to localize the error. For example, if the error only appears after a change in your hardware or software environment, or if you clicked on a button, please include that information."
msgstr "On the main Error Report Tool dialogue box, you can enter some additional information that may help the developers to localise the error. For example, if the error only appears after a change in your hardware or software environment, or if you clicked on a button, please include that information."
@@ -7347,7 +7341,6 @@ msgstr "On the main Error Report Tool dialogue box, you can enter some additiona
msgctxt ""
"error_report.xhp\n"
"hd_id3159399\n"
-"9\n"
"help.text"
msgid "Sending the Error Report"
msgstr "Sending the Error Report"
@@ -7356,7 +7349,6 @@ msgstr "Sending the Error Report"
msgctxt ""
"error_report.xhp\n"
"par_id3150504\n"
-"10\n"
"help.text"
msgid "The Error Report Tool uses the HTTP PUT / SOAP protocol to send the report data. You may optionally enter some descriptive text that will help us to identify the context of the program crash. Then click the <emph>Send</emph> button."
msgstr "The Error Report Tool uses the HTTP PUT / SOAP protocol to send the report data. You may optionally enter some descriptive text that will help us to identify the context of the program crash. Then click the <emph>Send</emph> button."
@@ -7365,25 +7357,23 @@ msgstr "The Error Report Tool uses the HTTP PUT / SOAP protocol to send the repo
msgctxt ""
"error_report.xhp\n"
"par_id3149670\n"
-"11\n"
"help.text"
msgid "You will not get an answer to your error report. If you need support, please visit the <link href=\"text/shared/main0108.xhp\">support forum</link> on the Internet."
msgstr "You will not get an answer to your error report. If you need support, please visit the <link href=\"text/shared/main0108.xhp\">support forum</link> on the Internet."
#: error_report.xhp
+#, fuzzy
msgctxt ""
"error_report.xhp\n"
"par_id3153526\n"
-"12\n"
"help.text"
-msgid "You may choose to respond to questions that the developers may have about the reported error. Mark the check box if you allow to be contacted by e-mail, should additional information be required. By default this box is not marked, so you will not get any e-mail."
+msgid "You may choose to respond to questions that the developers may have about the reported error. Mark the check box if you want to be contacted by e-mail, should additional information be required. By default this box is not marked, so you will not get any e-mail."
msgstr "You may choose to respond to questions that the developers may have about the reported error. Mark the check box if you allow to be contacted by e-mail, should additional information be required. By default this check box is not marked, so you will not get any e-mail."
#: error_report.xhp
msgctxt ""
"error_report.xhp\n"
"hd_id3150792\n"
-"13\n"
"help.text"
msgid "What Data is Sent?"
msgstr "What Data is Sent?"
@@ -7392,7 +7382,6 @@ msgstr "What Data is Sent?"
msgctxt ""
"error_report.xhp\n"
"par_id3154366\n"
-"14\n"
"help.text"
msgid "The error report consists of several files. The main file contains information about the error type, operating system name and version, memory usage, and the description that you entered. You can click the <emph>Show Report</emph> button on the main dialog of the Error Report Tool to view what will get sent in the main file."
msgstr "The error report consists of several files. The main file contains information about the error type, operating system name and version, memory usage, and the description that you entered. You can click the <emph>Show Report</emph> button on the main dialogue box of the Error Report Tool to view what will get sent in the main file."
@@ -7401,7 +7390,6 @@ msgstr "The error report consists of several files. The main file contains infor
msgctxt ""
"error_report.xhp\n"
"par_id3151177\n"
-"15\n"
"help.text"
msgid "In addition, relevant memory contents and stack traces are gathered by some system standard tools (\"dbhhelp.dll\" on Windows systems, \"pstack\" on UNIX systems). This information will be sent also."
msgstr "In addition, relevant memory contents and stack traces are gathered by some system standard tools (\"dbhhelp.dll\" on Windows systems, \"pstack\" on UNIX systems). This information will be sent also."
@@ -15238,10 +15226,9 @@ msgstr "<variable id=\"print_blackwhite\"><link href=\"text/shared/guide/print_b
msgctxt ""
"print_blackwhite.xhp\n"
"hd_id3150499\n"
-"3\n"
"help.text"
-msgid "Printing text and graphics in black and white"
-msgstr "Printing text and graphics in black and white"
+msgid "Printing Text and Images in Black and White"
+msgstr "Printing Text and Images in Black and White"
#: print_blackwhite.xhp
msgctxt ""
@@ -15292,10 +15279,9 @@ msgstr "The current document will be printed in black and white."
msgctxt ""
"print_blackwhite.xhp\n"
"hd_id3147653\n"
-"9\n"
"help.text"
-msgid "Printing in black and white in <item type=\"productname\">%PRODUCTNAME</item> Impress and <item type=\"productname\">%PRODUCTNAME</item> Draw"
-msgstr "Printing in black and white in <item type=\"productname\">%PRODUCTNAME</item> Impress and <item type=\"productname\">%PRODUCTNAME</item> Draw"
+msgid "Printing in Black and White in <item type=\"productname\">%PRODUCTNAME</item> Impress and <item type=\"productname\">%PRODUCTNAME</item> Draw"
+msgstr "Printing in Black and White in <item type=\"productname\">%PRODUCTNAME</item> Impress and <item type=\"productname\">%PRODUCTNAME</item> Draw"
#: print_blackwhite.xhp
msgctxt ""
@@ -15355,10 +15341,9 @@ msgstr "<emph>Black & white</emph> converts all colours into the two values blac
msgctxt ""
"print_blackwhite.xhp\n"
"hd_id3153896\n"
-"17\n"
"help.text"
-msgid "Printing only text in black and white"
-msgstr "Printing only text in black and white"
+msgid "Printing Only Text in Black and White"
+msgstr "Printing Only Text in Black and White"
#: print_blackwhite.xhp
msgctxt ""
@@ -15373,10 +15358,9 @@ msgstr "In <item type=\"productname\">%PRODUCTNAME</item> Writer you can choose
msgctxt ""
"print_blackwhite.xhp\n"
"hd_id3150358\n"
-"19\n"
"help.text"
-msgid "Printing all text documents with black and white text"
-msgstr "Printing all text documents with black and white text"
+msgid "Printing All Text Documents with Black and White Text"
+msgstr "Printing All Text Documents with Black and White Text"
#: print_blackwhite.xhp
msgctxt ""
@@ -15418,10 +15402,9 @@ msgstr "All text documents or HTML documents will be printed with black text."
msgctxt ""
"print_blackwhite.xhp\n"
"hd_id3148920\n"
-"24\n"
"help.text"
-msgid "Printing the current text document with black and white text"
-msgstr "Printing the current text document with black and white text"
+msgid "Printing the Current Text Document with Black and White Text"
+msgstr "Printing the Current Text Document with Black and White Text"
#: print_blackwhite.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/shared/menu.po b/source/en-GB/helpcontent2/source/text/shared/menu.po
new file mode 100644
index 00000000000..27c2a487699
--- /dev/null
+++ b/source/en-GB/helpcontent2/source/text/shared/menu.po
@@ -0,0 +1,146 @@
+#. extracted from helpcontent2/source/text/shared/menu
+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-05-23 21:37+0200\n"
+"PO-Revision-Date: 2016-05-08 13:36+0000\n"
+"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_GB\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1462714603.000000\n"
+
+#: insert_chart.xhp
+msgctxt ""
+"insert_chart.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart"
+msgstr "Chart"
+
+#: insert_chart.xhp
+msgctxt ""
+"insert_chart.xhp\n"
+"hd_id030420160945436725\n"
+"help.text"
+msgid "<link href=\"text/shared/menu/insert_chart.xhp\">Chart</link>"
+msgstr "<link href=\"text/shared/menu/insert_chart.xhp\">Chart</link>"
+
+#: insert_chart.xhp
+msgctxt ""
+"insert_chart.xhp\n"
+"par_id030420160947559665\n"
+"help.text"
+msgid "<ahelp hid=\".\">Inserts a chart based on data from a cell or table range or with default data.</ahelp>"
+msgstr "<ahelp hid=\".\">Inserts a chart based on data from a cell or table range or with default data.</ahelp>"
+
+#: insert_form_control.xhp
+msgctxt ""
+"insert_form_control.xhp\n"
+"tit\n"
+"help.text"
+msgid "Form Control"
+msgstr "Form Control"
+
+#: insert_form_control.xhp
+msgctxt ""
+"insert_form_control.xhp\n"
+"hd_id030720160611303537\n"
+"help.text"
+msgid "<link href=\"text/shared/menu/insert_form_control.xhp\">Form Control</link>"
+msgstr "<link href=\"text/shared/menu/insert_form_control.xhp\">Form Control</link>"
+
+#: insert_form_control.xhp
+msgctxt ""
+"insert_form_control.xhp\n"
+"par_id03072016061205929\n"
+"help.text"
+msgid "<ahelp hid=\".\">This submenu contains form controls like a textbox, checkbox, option button, and listbox that can be inserted into the document.</ahelp>"
+msgstr "<ahelp hid=\".\">This sub-menu contains form controls like a text box, check box, option button, and list box that can be inserted into the document.</ahelp>"
+
+#: insert_shape.xhp
+msgctxt ""
+"insert_shape.xhp\n"
+"tit\n"
+"help.text"
+msgid "Shape"
+msgstr "Shape"
+
+#: insert_shape.xhp
+msgctxt ""
+"insert_shape.xhp\n"
+"hd_id030420161043484643\n"
+"help.text"
+msgid "<link href=\"text/shared/menu/insert_shape.xhp\">Shape</link>"
+msgstr "<link href=\"text/shared/menu/insert_shape.xhp\">Shape</link>"
+
+#: insert_shape.xhp
+msgctxt ""
+"insert_shape.xhp\n"
+"par_id030420161051456436\n"
+"help.text"
+msgid "<ahelp hid=\".\">This submenu contains common shapes like a line, circle, triangle, and square, or a symbol shape like a smiley face, heart, and flower that can be inserted into the document.</ahelp>"
+msgstr "<ahelp hid=\".\">This sub-menu contains common shapes like a line, circle, triangle and square, or a symbol shape like a smiley face, heart and flower that can be inserted into the document.</ahelp>"
+
+#: insert_shape.xhp
+msgctxt ""
+"insert_shape.xhp\n"
+"par_id030720160629548185\n"
+"help.text"
+msgid "Line"
+msgstr "Line"
+
+#: insert_shape.xhp
+msgctxt ""
+"insert_shape.xhp\n"
+"par_id030720160640091844\n"
+"help.text"
+msgid "<ahelp hid=\".\">This submenu contains straight, freeform, curved and polygon line shapes.</ahelp>"
+msgstr "<ahelp hid=\".\">This sub-menu contains straight, free-form, curved and polygon line shapes.</ahelp>"
+
+#: insert_shape.xhp
+msgctxt ""
+"insert_shape.xhp\n"
+"hd_id030720160823321429\n"
+"help.text"
+msgid "<link href=\"text/shared/02/01140000.xhp#line_title\">Line</link>"
+msgstr "<link href=\"text/shared/02/01140000.xhp#line_title\">Line</link>"
+
+#: insert_shape.xhp
+msgctxt ""
+"insert_shape.xhp\n"
+"par_id030720160629546864\n"
+"help.text"
+msgid "Basic"
+msgstr "Basic"
+
+#: insert_shape.xhp
+#, fuzzy
+msgctxt ""
+"insert_shape.xhp\n"
+"par_id030720160644597415\n"
+"help.text"
+msgid "This submenu contains basic shapes like rectangles, circles, triangles, pentagon, hexagon, octagon, cylinder, and cube."
+msgstr "This sub-menu contains basic shapes like rectangles, circles, triangles, pentagon, octagon, pentagon, cylinder and cube."
+
+#: insert_shape.xhp
+msgctxt ""
+"insert_shape.xhp\n"
+"par_id030720160629547675\n"
+"help.text"
+msgid "Symbol"
+msgstr "Symbol"
+
+#: insert_shape.xhp
+msgctxt ""
+"insert_shape.xhp\n"
+"par_id030720160644595417\n"
+"help.text"
+msgid "This submenu contains symbols shapes like smiley face, heart, sun, moon, flower, puzzle, beveled shapes, and brackets."
+msgstr "This sub-menu contains symbols shapes like smiley face, heart, sun, moon, flower, puzzle, bevelled shapes and brackets."
diff --git a/source/en-GB/helpcontent2/source/text/shared/optionen.po b/source/en-GB/helpcontent2/source/text/shared/optionen.po
index 5ad10255e0a..a3a766dfa0b 100644
--- a/source/en-GB/helpcontent2/source/text/shared/optionen.po
+++ b/source/en-GB/helpcontent2/source/text/shared/optionen.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-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-07 10:24+0000\n"
+"POT-Creation-Date: 2016-05-23 21:37+0200\n"
+"PO-Revision-Date: 2016-05-10 15:22+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_GB\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462616670.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1462893741.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -1404,6 +1404,30 @@ msgctxt ""
msgid "This is where $[officename] puts its temporary files."
msgstr "This is where $[officename] puts its temporary files."
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154607\n"
+"help.text"
+msgid "Classification"
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3149344\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{install}/share/classification/example.xml</caseinline><defaultinline>{install}\\share\\classification\\example.xml</defaultinline></switchinline>"
+msgstr ""
+
+#: 01010300.xhp
+msgctxt ""
+"01010300.xhp\n"
+"par_id3154651\n"
+"help.text"
+msgid "$[officename] reads the TSCP BAF policy from this file."
+msgstr ""
+
#: 01010301.xhp
msgctxt ""
"01010301.xhp\n"
@@ -4311,8 +4335,8 @@ msgctxt ""
"01011000.xhp\n"
"bm_id3153881\n"
"help.text"
-msgid "<bookmark_value>undoing; number of steps</bookmark_value><bookmark_value>graphics; cache</bookmark_value><bookmark_value>cache for graphics</bookmark_value><bookmark_value>Quickstarter</bookmark_value>"
-msgstr "<bookmark_value>undoing; number of steps</bookmark_value><bookmark_value>graphics; cache</bookmark_value><bookmark_value>cache for graphics</bookmark_value><bookmark_value>Quickstarter</bookmark_value>"
+msgid "<bookmark_value>graphics; cache</bookmark_value><bookmark_value>cache for graphics</bookmark_value><bookmark_value>Quickstarter</bookmark_value>"
+msgstr "<bookmark_value>graphics; cache</bookmark_value><bookmark_value>cache for graphics</bookmark_value><bookmark_value>Quickstarter</bookmark_value>"
#: 01011000.xhp
msgctxt ""
@@ -4327,46 +4351,9 @@ msgstr "<link href=\"text/shared/optionen/01011000.xhp\" name=\"Memory\">Memory<
msgctxt ""
"01011000.xhp\n"
"par_id3154307\n"
-"26\n"
-"help.text"
-msgid "<ahelp hid=\".\">Defines the settings for the graphics cache and the number of steps you can undo.</ahelp>"
-msgstr "<ahelp hid=\".\">Defines the settings for the graphics cache and the number of steps you can undo.</ahelp>"
-
-#: 01011000.xhp
-msgctxt ""
-"01011000.xhp\n"
-"hd_id3155390\n"
-"1\n"
"help.text"
-msgid "Undo"
-msgstr "Undo"
-
-#: 01011000.xhp
-msgctxt ""
-"01011000.xhp\n"
-"par_id3145673\n"
-"2\n"
-"help.text"
-msgid "Defines the maximum number of reverse steps allowed."
-msgstr "Defines the maximum number of reverse steps allowed."
-
-#: 01011000.xhp
-msgctxt ""
-"01011000.xhp\n"
-"hd_id3153881\n"
-"3\n"
-"help.text"
-msgid "Number of steps"
-msgstr "Number of steps"
-
-#: 01011000.xhp
-msgctxt ""
-"01011000.xhp\n"
-"par_id3148685\n"
-"4\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/optmemorypage/undo\">You can specify the number of steps which can be undone by selecting a number from the box.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optmemorypage/undo\">You can specify the number of steps which can be undone by selecting a number from the box.</ahelp>"
+msgid "<ahelp hid=\".\">This tab page lets you define various settings for the graphics cache.</ahelp>"
+msgstr "<ahelp hid=\".\">This tab page lets you define various settings for the graphics cache.</ahelp>"
#: 01011000.xhp
msgctxt ""
@@ -9293,12 +9280,12 @@ msgid "<link href=\"text/shared/optionen/01050300.xhp\" name=\"Background\">Back
msgstr "<link href=\"text/shared/optionen/01050300.xhp\" name=\"Background\">Background</link>"
#: 01050300.xhp
+#, fuzzy
msgctxt ""
"01050300.xhp\n"
"par_id3150443\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"\" visibility=\"visible\">Specifies the background for HTML documents.</ahelp> The background is valid for both new HTML documents and for those that you load, as long as these have not defined their own background."
+msgid "<ahelp hid=\".\" visibility=\"visible\">Specifies the background for HTML documents.</ahelp> The background is valid for both new HTML documents and for those that you load, as long as these have not defined their own background."
msgstr "<ahelp hid=\"\" visibility=\"visible\">Specifies the background for HTML documents.</ahelp> The background is valid for both new HTML documents and for those that you load, as long as these have not defined their own background."
#: 01050300.xhp
@@ -11104,12 +11091,12 @@ msgid "<link href=\"text/shared/optionen/01060700.xhp\" name=\"Print\">Print</li
msgstr "<link href=\"text/shared/optionen/01060700.xhp\" name=\"Print\">Print</link>"
#: 01060700.xhp
+#, fuzzy
msgctxt ""
"01060700.xhp\n"
"par_id3143267\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"\">Determines the printer settings for spreadsheets.</ahelp>"
+msgid "<ahelp hid=\".\">Determines the printer settings for spreadsheets.</ahelp>"
msgstr "<ahelp hid=\"\">Determines the printer settings for spreadsheets.</ahelp>"
#: 01060700.xhp
@@ -13120,12 +13107,12 @@ msgid "Chart options"
msgstr "Chart options"
#: 01110000.xhp
+#, fuzzy
msgctxt ""
"01110000.xhp\n"
"par_id3149182\n"
-"2\n"
"help.text"
-msgid "<variable id=\"farbe\"><ahelp hid=\"\" visibility=\"visible\">Defines the general settings for charts.</ahelp></variable>"
+msgid "<variable id=\"farbe\"><ahelp hid=\".\" visibility=\"visible\">Defines the general settings for charts.</ahelp></variable>"
msgstr "<variable id=\"farbe\"><ahelp hid=\"\" visibility=\"visible\">Defines the general settings for charts.</ahelp></variable>"
#: 01110100.xhp
diff --git a/source/en-GB/helpcontent2/source/text/simpress/00.po b/source/en-GB/helpcontent2/source/text/simpress/00.po
index 1d458ecb7de..0f5f0ceb61a 100644
--- a/source/en-GB/helpcontent2/source/text/simpress/00.po
+++ b/source/en-GB/helpcontent2/source/text/simpress/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"POT-Creation-Date: 2016-05-23 21:36+0200\n"
"PO-Revision-Date: 2016-05-02 13:02+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1462194171.000000\n"
#: 00000004.xhp
@@ -623,75 +623,75 @@ msgid "File"
msgstr "File"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3149351\n"
-"17\n"
"help.text"
-msgid "<variable id=\"feldbf\">Choose <emph>Insert - Fields</emph></variable>"
+msgid "<variable id=\"feldbf\">Choose <emph>Insert - Field</emph></variable>"
msgstr "<variable id=\"feldbf\">Choose <emph>Insert - Fields</emph></variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3150477\n"
-"22\n"
"help.text"
-msgid "<variable id=\"feldbf1\">Choose <emph>Insert - Fields - Date (fixed)</emph></variable>"
+msgid "<variable id=\"feldbf1\">Choose <emph>Insert - Field - Date (fixed)</emph></variable>"
msgstr "<variable id=\"feldbf1\">Choose <emph>Insert - Fields - Date (fixed)</emph></variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3146879\n"
-"18\n"
"help.text"
-msgid "<variable id=\"feldbf2\">Choose <emph>Insert - Fields - Date (variable)</emph></variable>"
+msgid "<variable id=\"feldbf2\">Choose <emph>Insert - Field - Date (variable)</emph></variable>"
msgstr "<variable id=\"feldbf2\">Choose <emph>Insert - Fields - Date (variable)</emph></variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3153036\n"
-"19\n"
"help.text"
-msgid "<variable id=\"feldbf3\">Choose <emph>Insert - Fields - Time (fixed)</emph></variable>"
+msgid "<variable id=\"feldbf3\">Choose <emph>Insert - Field - Time (fixed)</emph></variable>"
msgstr "<variable id=\"feldbf3\">Choose <emph>Insert - Fields - Time (fixed)</emph></variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3145590\n"
-"20\n"
"help.text"
-msgid "<variable id=\"feldbf4\">Choose <emph>Insert - Fields - Time (variable)</emph></variable>"
+msgid "<variable id=\"feldbf4\">Choose <emph>Insert - Field - Time (variable)</emph></variable>"
msgstr "<variable id=\"feldbf4\">Choose <emph>Insert - Fields - Time (variable)</emph></variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3153935\n"
-"21\n"
"help.text"
-msgid "<variable id=\"feldbf5\">Choose <emph>Insert - Fields - Page Number</emph></variable>"
+msgid "<variable id=\"feldbf5\">Choose <emph>Insert - Field - Page Number</emph></variable>"
msgstr "<variable id=\"feldbf5\">Choose <emph>Insert - Fields - Page Number</emph></variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3148583\n"
-"23\n"
"help.text"
-msgid "<variable id=\"feldbf6\">Choose <emph>Insert - Fields - Author</emph></variable>"
+msgid "<variable id=\"feldbf6\">Choose <emph>Insert - Field - Author</emph></variable>"
msgstr "<variable id=\"feldbf6\">Choose <emph>Insert - Fields - Author</emph></variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3155951\n"
-"24\n"
"help.text"
-msgid "<variable id=\"feldbf7\">Choose <emph>Insert - Fields - File Name</emph></variable>"
+msgid "<variable id=\"feldbf7\">Choose <emph>Insert - Field - File Name</emph></variable>"
msgstr "<variable id=\"feldbf7\">Choose <emph>Insert - Fields - File Name</emph></variable>"
#: 00000405.xhp
diff --git a/source/en-GB/helpcontent2/source/text/simpress/01.po b/source/en-GB/helpcontent2/source/text/simpress/01.po
index 227da66f4c3..3e90b93730d 100644
--- a/source/en-GB/helpcontent2/source/text/simpress/01.po
+++ b/source/en-GB/helpcontent2/source/text/simpress/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"POT-Creation-Date: 2016-05-23 22:09+0200\n"
"PO-Revision-Date: 2016-05-02 10:51+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1462186277.000000\n"
#: 01170000.xhp
@@ -6748,18 +6748,18 @@ msgid "Slide Show Settings"
msgstr "Slide Show Settings"
#: 06080000.xhp
+#, fuzzy
msgctxt ""
"06080000.xhp\n"
"bm_id3153818\n"
"help.text"
-msgid "<bookmark_value>presentations; settings for</bookmark_value><bookmark_value>slide shows; settings for</bookmark_value><bookmark_value>presentations; window / full screen</bookmark_value><bookmark_value>multiple monitors</bookmark_value>"
+msgid "<bookmark_value>presentations; settings for</bookmark_value> <bookmark_value>slide shows; settings for</bookmark_value> <bookmark_value>presentations; window / full screen</bookmark_value> <bookmark_value>multiple monitors</bookmark_value>"
msgstr "<bookmark_value>presentations; settings for</bookmark_value><bookmark_value>slide shows; settings for</bookmark_value><bookmark_value>presentations; window / full screen</bookmark_value><bookmark_value>multiple monitors</bookmark_value>"
#: 06080000.xhp
msgctxt ""
"06080000.xhp\n"
"hd_id3153818\n"
-"1\n"
"help.text"
msgid "Slide Show Settings"
msgstr "Slide Show Settings"
@@ -6768,7 +6768,6 @@ msgstr "Slide Show Settings"
msgctxt ""
"06080000.xhp\n"
"par_id3148606\n"
-"2\n"
"help.text"
msgid "<variable id=\"praesent\"><ahelp hid=\".uno:PresentationDialog\">Defines settings for your slide show, including which slide to start from, the way you advance the slides, the type of presentation, and pointer options.</ahelp></variable>"
msgstr "<variable id=\"praesent\"><ahelp hid=\".uno:PresentationDialog\">Defines settings for your slide show, including which slide to start from, the way you advance the slides, the type of presentation, and pointer options.</ahelp></variable>"
@@ -6777,7 +6776,6 @@ msgstr "<variable id=\"praesent\"><ahelp hid=\".uno:PresentationDialog\">Defines
msgctxt ""
"06080000.xhp\n"
"hd_id3150213\n"
-"3\n"
"help.text"
msgid "Range"
msgstr "Range"
@@ -6786,7 +6784,6 @@ msgstr "Range"
msgctxt ""
"06080000.xhp\n"
"par_id3154766\n"
-"4\n"
"help.text"
msgid "Specifies which slides to include in the slide show."
msgstr "Specifies which slides to include in the slide show."
@@ -6795,7 +6792,6 @@ msgstr "Specifies which slides to include in the slide show."
msgctxt ""
"06080000.xhp\n"
"hd_id3145363\n"
-"5\n"
"help.text"
msgid "All slides"
msgstr "All slides"
@@ -6804,7 +6800,6 @@ msgstr "All slides"
msgctxt ""
"06080000.xhp\n"
"par_id3145114\n"
-"6\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/allslides\">Includes all of the slides in your slide show.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/allslides\">Includes all of the slides in your slide show.</ahelp>"
@@ -6813,7 +6808,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/allslides\">Includes
msgctxt ""
"06080000.xhp\n"
"hd_id3150431\n"
-"7\n"
"help.text"
msgid "From:"
msgstr "From:"
@@ -6822,7 +6816,6 @@ msgstr "From:"
msgctxt ""
"06080000.xhp\n"
"par_id3150391\n"
-"8\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/from_cb\">Enter the number of the start slide.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/from_cb\">Enter the number of the start slide.</ahelp>"
@@ -6831,7 +6824,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/from_cb\">Enter the
msgctxt ""
"06080000.xhp\n"
"hd_id3147404\n"
-"86\n"
"help.text"
msgid "Custom Slide Show"
msgstr "Custom Slide Show"
@@ -6840,7 +6832,6 @@ msgstr "Custom Slide Show"
msgctxt ""
"06080000.xhp\n"
"par_id3150538\n"
-"87\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/customslideshow_cb\">Runs a custom slide show in the order that you defined in <link href=\"text/simpress/01/06100000.xhp\" name=\"Slide Show - Custom Slide Show\"><emph>Slide Show - Custom Slide Show</emph></link>.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/customslideshow_cb\">Runs a custom slide show in the order that you defined in <link href=\"text/simpress/01/06100000.xhp\" name=\"Slide Show - Custom Slide Show\"><emph>Slide Show - Custom Slide Show</emph></link>.</ahelp>"
@@ -6849,7 +6840,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/customslideshow_cb\"
msgctxt ""
"06080000.xhp\n"
"hd_id3150653\n"
-"88\n"
"help.text"
msgid "Type"
msgstr "Type"
@@ -6858,7 +6848,6 @@ msgstr "Type"
msgctxt ""
"06080000.xhp\n"
"par_id3149354\n"
-"93\n"
"help.text"
msgid "Select the slide show type."
msgstr "Select the slide show type."
@@ -6867,7 +6856,6 @@ msgstr "Select the slide show type."
msgctxt ""
"06080000.xhp\n"
"hd_id3150482\n"
-"89\n"
"help.text"
msgid "Default"
msgstr "Default"
@@ -6876,7 +6864,6 @@ msgstr "Default"
msgctxt ""
"06080000.xhp\n"
"par_id3148730\n"
-"94\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/default\">A full screen slide is shown.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/default\">A full screen slide is shown.</ahelp>"
@@ -6885,7 +6872,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/default\">A full scr
msgctxt ""
"06080000.xhp\n"
"hd_id3153034\n"
-"90\n"
"help.text"
msgid "Window"
msgstr "Window"
@@ -6894,7 +6880,6 @@ msgstr "Window"
msgctxt ""
"06080000.xhp\n"
"par_id3155257\n"
-"82\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/window\">Slide show runs in the $[officename] program window.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/window\">Slide show runs in the $[officename] program window.</ahelp>"
@@ -6903,7 +6888,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/window\">Slide show
msgctxt ""
"06080000.xhp\n"
"hd_id3145593\n"
-"91\n"
"help.text"
msgid "Auto"
msgstr "Auto"
@@ -6912,7 +6896,6 @@ msgstr "Auto"
msgctxt ""
"06080000.xhp\n"
"par_id3149509\n"
-"95\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/auto\">Restarts the slide show after the pause interval you specify. A pause slide is displayed between the final slide and the start slide. Press the Esc key to stop the show.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/auto\">Restarts the slide show after the pause interval you specify. A pause slide is displayed between the final slide and the start slide. Press the Esc key to stop the show.</ahelp>"
@@ -6921,7 +6904,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/auto\">Restarts the
msgctxt ""
"06080000.xhp\n"
"hd_id3150862\n"
-"96\n"
"help.text"
msgid "Duration of pause"
msgstr "Duration of pause"
@@ -6930,7 +6912,6 @@ msgstr "Duration of pause"
msgctxt ""
"06080000.xhp\n"
"par_id3153112\n"
-"97\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/pauseduration\">Enter the duration of the pause before the slide show is repeated. If you enter zero, the show restarts immediately without showing a pause slide.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pauseduration\">Enter the duration of the pause before the slide show is repeated. If you enter zero, the show restarts immediately without showing a pause slide.</ahelp>"
@@ -6939,7 +6920,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pauseduration\">Ente
msgctxt ""
"06080000.xhp\n"
"hd_id3166420\n"
-"92\n"
"help.text"
msgid "Show logo"
msgstr "Show logo"
@@ -6948,7 +6928,6 @@ msgstr "Show logo"
msgctxt ""
"06080000.xhp\n"
"par_id3154501\n"
-"98\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/showlogo\">Displays the $[officename] logo on the pause slide.</ahelp> The logo cannot be exchanged."
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/showlogo\">Displays the $[officename] logo on the pause slide.</ahelp> The logo cannot be exchanged."
@@ -6957,7 +6936,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/showlogo\">Displays
msgctxt ""
"06080000.xhp\n"
"hd_id3150130\n"
-"9\n"
"help.text"
msgid "Options"
msgstr "Options"
@@ -6966,7 +6944,6 @@ msgstr "Options"
msgctxt ""
"06080000.xhp\n"
"hd_id3149883\n"
-"13\n"
"help.text"
msgid "Change slides manually"
msgstr "Change slides manually"
@@ -6975,7 +6952,6 @@ msgstr "Change slides manually"
msgctxt ""
"06080000.xhp\n"
"par_id3147373\n"
-"14\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/manualslides\">Slides never change automatically when this box is selected.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/manualslides\">Slides never change automatically when this check box is marked.</ahelp>"
@@ -6984,7 +6960,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/manualslides\">Slide
msgctxt ""
"06080000.xhp\n"
"hd_id3155439\n"
-"15\n"
"help.text"
msgid "Mouse pointer visible"
msgstr "Mouse pointer visible"
@@ -6993,7 +6968,6 @@ msgstr "Mouse pointer visible"
msgctxt ""
"06080000.xhp\n"
"par_id3150272\n"
-"16\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointervisible\">Shows the mouse pointer during a slide show.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointervisible\">Shows the mouse pointer during a slide show.</ahelp>"
@@ -7002,7 +6976,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointervisible\">Sho
msgctxt ""
"06080000.xhp\n"
"hd_id3150570\n"
-"17\n"
"help.text"
msgid "Mouse pointer as pen"
msgstr "Mouse pointer as pen"
@@ -7011,7 +6984,6 @@ msgstr "Mouse pointer as pen"
msgctxt ""
"06080000.xhp\n"
"par_id3150665\n"
-"18\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointeraspen\">Changes the mouse pointer to a pen which you can use to draw on slides during the presentation.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/pointeraspen\">Changes the mouse pointer to a pen which you can use to draw on slides during the presentation.</ahelp>"
@@ -7028,7 +7000,6 @@ msgstr "Anything you write with the pen is not saved when you exit the slide sho
msgctxt ""
"06080000.xhp\n"
"hd_id3153927\n"
-"20\n"
"help.text"
msgid "Navigator visible"
msgstr "Navigator visible"
@@ -7037,7 +7008,6 @@ msgstr "Navigator visible"
msgctxt ""
"06080000.xhp\n"
"par_id3148430\n"
-"21\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/navigatorvisible\">Displays the <link href=\"text/simpress/01/02110000.xhp\" name=\"Navigator\">Navigator</link> during the slide show.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/navigatorvisible\">Displays the <link href=\"text/simpress/01/02110000.xhp\" name=\"Navigator\">Navigator</link> during the slide show.</ahelp>"
@@ -7046,7 +7016,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/navigatorvisible\">D
msgctxt ""
"06080000.xhp\n"
"hd_id3153718\n"
-"84\n"
"help.text"
msgid "Animations allowed"
msgstr "Animations allowed"
@@ -7055,7 +7024,6 @@ msgstr "Animations allowed"
msgctxt ""
"06080000.xhp\n"
"par_id3083445\n"
-"85\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/animationsallowed\">Displays all frames of animated GIF files during the slide show.</ahelp> If this option is not selected, only the first frame of an animated GIF file is displayed."
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/animationsallowed\">Displays all frames of animated GIF files during the slide show.</ahelp> If this option is not selected, only the first frame of an animated GIF file is displayed."
@@ -7064,7 +7032,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/animationsallowed\">
msgctxt ""
"06080000.xhp\n"
"hd_id3152478\n"
-"22\n"
"help.text"
msgid "Change slides by clicking on background"
msgstr "Change slides by clicking on background"
@@ -7073,7 +7040,6 @@ msgstr "Change slides by clicking on background"
msgctxt ""
"06080000.xhp\n"
"par_id3156305\n"
-"23\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/changeslidesbyclick\">Advances to the next slide when you click on the background of a slide.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/changeslidesbyclick\">Advances to the next slide when you click on the background of a slide.</ahelp>"
@@ -7082,7 +7048,6 @@ msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/changeslidesbyclick\
msgctxt ""
"06080000.xhp\n"
"hd_id3150960\n"
-"24\n"
"help.text"
msgid "Presentation always on top"
msgstr "Presentation always on top"
@@ -7091,7 +7056,6 @@ msgstr "Presentation always on top"
msgctxt ""
"06080000.xhp\n"
"par_id3150764\n"
-"25\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/presentationdialog/alwaysontop\">The $[officename] window remains on top during the presentation. No other program will show its window in front of your presentation.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/presentationdialog/alwaysontop\">The $[officename] window remains on top during the presentation. No other program will show its window in front of your presentation.</ahelp>"
@@ -7129,11 +7093,12 @@ msgid "<ahelp hid=\".\">Select a monitor to use for full screen slide show mode.
msgstr "<ahelp hid=\".\">Select a monitor to use for full screen slide show mode.</ahelp>"
#: 06080000.xhp
+#, fuzzy
msgctxt ""
"06080000.xhp\n"
"par_id4846339\n"
"help.text"
-msgid "If the system allows to span a window over all available monitors, you can also select \"All monitors\". In this case the presentation spans over all available monitors."
+msgid "If the system allows the user to span a window over all available monitors, you can also select \"All monitors\". In this case the presentation is spanned over all available monitors."
msgstr "If the system allows you to span a window over all available monitors, you can also select \"All monitors\". In this case the presentation spans over all available monitors."
#: 06080000.xhp
@@ -7323,12 +7288,12 @@ msgid "Define Custom Slide Show"
msgstr "Define Custom Slide Show"
#: 06100100.xhp
+#, fuzzy
msgctxt ""
"06100100.xhp\n"
"par_id3154659\n"
-"2\n"
"help.text"
-msgid "<variable id=\"neu\"><ahelp hid=\"\" visibility=\"visible\">Creates a custom slide show.</ahelp></variable>"
+msgid "<variable id=\"neu\"><ahelp hid=\".\" visibility=\"visible\">Creates a custom slide show.</ahelp></variable>"
msgstr "<variable id=\"neu\"><ahelp hid=\"\" visibility=\"visible\">Creates a custom slide show.</ahelp></variable>"
#: 06100100.xhp
diff --git a/source/en-GB/helpcontent2/source/text/simpress/guide.po b/source/en-GB/helpcontent2/source/text/simpress/guide.po
index a65e8ec28e1..c6cafae2ef0 100644
--- a/source/en-GB/helpcontent2/source/text/simpress/guide.po
+++ b/source/en-GB/helpcontent2/source/text/simpress/guide.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-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-02 13:03+0000\n"
+"POT-Creation-Date: 2016-05-07 21:35+0200\n"
+"PO-Revision-Date: 2016-05-10 15:20+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_GB\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462194209.000000\n"
+"X-POOTLE-MTIME: 1462893636.000000\n"
#: 3d_create.xhp
msgctxt ""
@@ -1311,16 +1311,16 @@ msgctxt ""
"footer.xhp\n"
"par_id8403576\n"
"help.text"
-msgid "To edit a slide master, choose <emph>View - Master - Slide Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph>, to leave the slide master."
-msgstr "To edit a slide master, choose <emph>View - Master - Slide Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph>, to leave the slide master."
+msgid "To edit a slide master, choose <emph>View - Slide Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph>, to leave the slide master."
+msgstr "To edit a slide master, choose <emph>View - Slide Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph> to leave the slide master."
#: footer.xhp
msgctxt ""
"footer.xhp\n"
"par_id5641651\n"
"help.text"
-msgid "To edit a notes master, choose <emph>View - Master - Notes Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph>, to leave the notes master."
-msgstr "To edit a notes master, choose <emph>View - Master - Notes Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph>, to leave the notes master."
+msgid "To edit a notes master, choose <emph>View - Notes Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph>, to leave the notes master."
+msgstr "To edit a notes master, choose <emph>View - Notes Master</emph>. Click the Close Master View icon on the Master View toolbar, or choose <emph>View - Normal</emph> to leave the notes master."
#: footer.xhp
msgctxt ""
@@ -1351,8 +1351,8 @@ msgctxt ""
"footer.xhp\n"
"par_id8217413\n"
"help.text"
-msgid "When you switch to the master view, you can move that areas to any position on the master. You can enter additional text and resize the areas. You can select the contents of the areas and apply text formats. For example, you can change the font size or color."
-msgstr "When you switch to the master view, you can move that areas to any position on the master. You can enter additional text and resize the areas. You can select the contents of the areas and apply text formats. For example, you can change the font size or colour."
+msgid "When you switch to the master view, you can move those areas to any position on the master. Also, you can enter additional text into them, resize them, and select their contents to apply text formatting. For example, you can change the font size or color."
+msgstr "When you switch to the master view, you can move those areas to any position on the master. Also, you can enter additional text into them, resize them, and select their contents to apply text formatting. For example, you can change the font size or colour."
#: footer.xhp
msgctxt ""
@@ -1375,16 +1375,16 @@ msgctxt ""
"footer.xhp\n"
"par_id8843043\n"
"help.text"
-msgid "Choose <emph>View - Header and Footer</emph>."
-msgstr "Choose <emph>View - Header and Footer</emph>."
+msgid "Choose <emph>Insert - Header and Footer</emph>."
+msgstr "Choose <emph>Insert - Header and Footer</emph>."
#: footer.xhp
msgctxt ""
"footer.xhp\n"
"par_id1876583\n"
"help.text"
-msgid "You see a dialog with two tab pages: <emph>Slide</emph> and <emph>Notes and Handouts</emph> where you can enter contents to the predefined areas."
-msgstr "You see a dialogue box with two tab pages: <emph>Slide</emph> and <emph>Notes and Handouts</emph> in which you can enter contents to the predefined areas."
+msgid "You see a dialog with two tab pages: <emph>Slides</emph> and <emph>Notes and Handouts</emph> where you can enter contents to the predefined areas."
+msgstr "You see a dialogue box with two tab pages: <emph>Slides</emph> and <emph>Notes and Handouts</emph> in which you can enter contents to the predefined areas."
#: footer.xhp
msgctxt ""
@@ -1463,10 +1463,9 @@ msgstr "You can add a text object anywhere on the slide master."
msgctxt ""
"footer.xhp\n"
"par_id3148866\n"
-"14\n"
"help.text"
-msgid "Choose <emph>View - Master - Slide Master</emph>."
-msgstr "Choose <emph>View - Master - Slide Master</emph>."
+msgid "Choose <emph>View - Slide Master</emph>."
+msgstr "Choose <emph>View - Slide Sorter</emph>."
#: footer.xhp
msgctxt ""
@@ -1499,19 +1498,9 @@ msgstr "Choose <emph>View - Normal</emph> when you are finished."
msgctxt ""
"footer.xhp\n"
"par_id3150476\n"
-"17\n"
-"help.text"
-msgid "You can also add fields, such as the date or page number, to a header or footer by choosing <emph>Insert - Fields</emph>."
-msgstr "You can also add fields, such as the date or page number, to a header or footer by choosing <emph>Insert - Fields</emph>."
-
-#: footer.xhp
-msgctxt ""
-"footer.xhp\n"
-"par_id3156320\n"
-"18\n"
"help.text"
-msgid "You can hide the header or footer on the current slide by choosing <emph>Format</emph> - <link href=\"text/simpress/01/05130000.xhp\" name=\"Modify Layout\">Slide<emph> Layout</emph></link>, and clearing the <emph>Objects on background</emph> check box."
-msgstr "You can hide the header or footer on the current slide by choosing <emph>Format</emph> - <link href=\"text/simpress/01/05130000.xhp\" name=\"Modify Layout\">Slide <emph>Layout</emph></link>, and clearing the <emph>Objects on background</emph> check box."
+msgid "You can also add fields, such as the date or page number, to a header or footer by choosing <emph>Insert - Field</emph>."
+msgstr "You can also add fields, such as the date or page number, to a header or footer by choosing <emph>Insert - Field</emph>."
#: footer.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/swriter.po b/source/en-GB/helpcontent2/source/text/swriter.po
index 7ac200438ae..a1664882480 100644
--- a/source/en-GB/helpcontent2/source/text/swriter.po
+++ b/source/en-GB/helpcontent2/source/text/swriter.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-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-02 13:02+0000\n"
+"POT-Creation-Date: 2016-05-23 21:37+0200\n"
+"PO-Revision-Date: 2016-05-08 10:12+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_GB\n"
@@ -13,8 +13,88 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462194152.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1462702379.000000\n"
+
+#: classificationbar.xhp
+msgctxt ""
+"classificationbar.xhp\n"
+"tit\n"
+"help.text"
+msgid "Classification Bar"
+msgstr ""
+
+#: classificationbar.xhp
+msgctxt ""
+"classificationbar.xhp\n"
+"hd_id3150342\n"
+"help.text"
+msgid "<link href=\"text/swriter/classificationbar.xhp\" name=\"Classification Bar\">Classification Bar</link>"
+msgstr ""
+
+#: classificationbar.xhp
+msgctxt ""
+"classificationbar.xhp\n"
+"par_id3150202\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Classification</emph> bar contains tools to help secure document handling.</ahelp>"
+msgstr ""
+
+#: classificationbar.xhp
+msgctxt ""
+"classificationbar.xhp\n"
+"par_id31502029\n"
+"help.text"
+msgid "The purpose of this toolbar is that in case the user is required to follow a policy when editing a document, then $[officename] can help the user respect these rules in case $[officename] is informed about the rules. Transglobal Secure Collaboration Participation (TSCP) provides standards to describe document classification: Business Authentication Framework (BAF) describes how to specify a policy this toolbar can handle, and Business Authorization Identification and Labeling Scheme (BAILS) describes how to refer to this policy in documents."
+msgstr ""
+
+#: classificationbar.xhp
+msgctxt ""
+"classificationbar.xhp\n"
+"par_idN106B0\n"
+"help.text"
+msgid "Intellectual Property"
+msgstr ""
+
+#: classificationbar.xhp
+msgctxt ""
+"classificationbar.xhp\n"
+"par_idN106C0\n"
+"help.text"
+msgid "Selects the category of this document from the available BAF categories for the intellectual property policy type. The selected category influences the infobar, headers, footers and the watermark of the document."
+msgstr ""
+
+#: classificationbar.xhp
+msgctxt ""
+"classificationbar.xhp\n"
+"par_idN106CD\n"
+"help.text"
+msgid "National Security"
+msgstr ""
+
+#: classificationbar.xhp
+msgctxt ""
+"classificationbar.xhp\n"
+"par_idN106DD\n"
+"help.text"
+msgid "Selects the category of this document for the national security policy type. The selected category is saved together with the document as BAILS metadata, but it does not influence the user interface."
+msgstr ""
+
+#: classificationbar.xhp
+msgctxt ""
+"classificationbar.xhp\n"
+"par_idN106EA\n"
+"help.text"
+msgid "Export Control"
+msgstr ""
+
+#: classificationbar.xhp
+msgctxt ""
+"classificationbar.xhp\n"
+"par_idN106FA\n"
+"help.text"
+msgid "Selects the category of this document for the export control policy type. The selected category is saved together with the document as BAILS metadata, but it does not influence the user interface."
+msgstr ""
#: main0000.xhp
msgctxt ""
@@ -371,8 +451,8 @@ msgctxt ""
"main0104.xhp\n"
"tit\n"
"help.text"
-msgid ".uno:InsertHeaderFooterMenu"
-msgstr ".uno:InsertHeaderFooterMenu"
+msgid "Insert"
+msgstr "Insert"
#: main0104.xhp
msgctxt ""
@@ -1524,7 +1604,6 @@ msgstr "Status Bar"
msgctxt ""
"main0208.xhp\n"
"hd_id3153397\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/main0208.xhp\" name=\"Status Bar\">Status Bar</link>"
msgstr "<link href=\"text/swriter/main0208.xhp\" name=\"Status Bar\">Status Bar</link>"
@@ -1533,7 +1612,6 @@ msgstr "<link href=\"text/swriter/main0208.xhp\" name=\"Status Bar\">Status Bar<
msgctxt ""
"main0208.xhp\n"
"par_id3153414\n"
-"2\n"
"help.text"
msgid "The Status Bar contains information about the current document and offers various buttons with special functions."
msgstr "The Status Bar contains information about the current document and offers various buttons with special functions."
@@ -1579,11 +1657,12 @@ msgid "Zoom & View Layout"
msgstr "Zoom & View Layout"
#: main0208.xhp
+#, fuzzy
msgctxt ""
"main0208.xhp\n"
"par_id7723929\n"
"help.text"
-msgid "Three controls on the Writer Status Bar allow to change the zoom and view layout of your text documents."
+msgid "Three controls on the Writer Status Bar allow you to change the zoom and view layout of your text documents."
msgstr "Three controls on the Writer Status Bar allow to change the zoom and view layout of your text documents."
#: main0208.xhp
diff --git a/source/en-GB/helpcontent2/source/text/swriter/00.po b/source/en-GB/helpcontent2/source/text/swriter/00.po
index 56277b779ad..d722fe644f0 100644
--- a/source/en-GB/helpcontent2/source/text/swriter/00.po
+++ b/source/en-GB/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-04-16 21:40+0200\n"
+"POT-Creation-Date: 2016-05-23 21:36+0200\n"
"PO-Revision-Date: 2016-05-07 10:25+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1462616712.000000\n"
#: 00000004.xhp
@@ -541,93 +541,92 @@ msgid "<variable id=\"manuellerumbruch\">Choose <emph>Insert - Manual Break</emp
msgstr "<variable id=\"manuellerumbruch\">Choose <emph>Insert - Manual Break</emph></variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3154654\n"
-"3\n"
"help.text"
-msgid "Choose <emph>Insert - Fields</emph>"
+msgid "Choose <emph>Insert - Field</emph>"
msgstr "Choose <emph>Insert - Fields</emph>"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3146966\n"
-"90\n"
"help.text"
msgid "Open context menu - choose <emph>Fields</emph> (inserted fields)"
msgstr "Open context menu - choose <emph>Fields</emph> (inserted fields)"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3149053\n"
-"44\n"
"help.text"
-msgid "<variable id=\"feldbefehldatum\">Choose <emph>Insert - Fields - Date</emph></variable>"
+msgid "<variable id=\"feldbefehldatum\">Choose <emph>Insert - Field - Date</emph></variable>"
msgstr "<variable id=\"feldbefehldatum\">Choose <emph>Insert - Fields - Date</emph></variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3151393\n"
-"45\n"
"help.text"
-msgid "<variable id=\"feldbefehluhrzeit\">Choose <emph>Insert - Fields - Time</emph></variable>"
+msgid "<variable id=\"feldbefehluhrzeit\">Choose <emph>Insert - Field - Time</emph></variable>"
msgstr "<variable id=\"feldbefehluhrzeit\">Choose <emph>Insert - Fields - Time</emph></variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3146325\n"
-"46\n"
"help.text"
-msgid "<variable id=\"feldbefehlseitennummer\">Choose <emph>Insert - Fields - Page Number</emph></variable>"
+msgid "<variable id=\"feldbefehlseitennummer\">Choose <emph>Insert - Field - Page Number</emph></variable>"
msgstr "<variable id=\"feldbefehlseitennummer\">Choose <emph>Insert - Fields - Page Number</emph></variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3149356\n"
-"47\n"
"help.text"
-msgid "<variable id=\"feldbefehlseitenanzahl\">Choose <emph>Insert - Fields - Page Count</emph></variable>"
+msgid "<variable id=\"feldbefehlseitenanzahl\">Choose <emph>Insert - Field - Page Count</emph></variable>"
msgstr "<variable id=\"feldbefehlseitenanzahl\">Choose <emph>Insert - Fields - Page Count</emph></variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3153003\n"
-"48\n"
"help.text"
-msgid "<variable id=\"feldbefehlthema\">Choose <emph>Insert - Fields - Subject</emph></variable>"
+msgid "<variable id=\"feldbefehlthema\">Choose <emph>Insert - Field - Subject</emph></variable>"
msgstr "<variable id=\"feldbefehlthema\">Choose <emph>Insert - Fields - Subject</emph></variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3150016\n"
-"49\n"
"help.text"
-msgid "<variable id=\"feldbefehltitel\">Choose <emph>Insert - Fields - Title</emph></variable>"
+msgid "<variable id=\"feldbefehltitel\">Choose <emph>Insert - Field - Title</emph></variable>"
msgstr "<variable id=\"feldbefehltitel\">Choose <emph>Insert - Fields - Title</emph></variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3150564\n"
-"50\n"
"help.text"
-msgid "<variable id=\"feldbefehlautor\">Choose <emph>Insert - Fields - Author</emph></variable>"
+msgid "<variable id=\"feldbefehlautor\">Choose <emph>Insert - Field - Author</emph></variable>"
msgstr "<variable id=\"feldbefehlautor\">Choose <emph>Insert - Fields - Author</emph></variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3148386\n"
-"4\n"
"help.text"
-msgid "Choose <emph>Insert - Fields - More Fields</emph>"
+msgid "Choose <emph>Insert - Field - More Fields</emph>"
msgstr "Choose <emph>Insert - Fields - More Fields</emph>"
#: 00000404.xhp
@@ -666,66 +665,65 @@ msgid "Insert Fields"
msgstr "Insert Fields"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3149295\n"
-"56\n"
"help.text"
-msgid "<variable id=\"felddokument\">Choose <emph>Insert - Fields - More Fields - Document</emph> tab </variable>"
+msgid "<variable id=\"felddokument\">Choose <emph>Insert - Field - More Fields - Document</emph> tab</variable>"
msgstr "<variable id=\"felddokument\">Choose <emph>Insert - Fields - More Fields - Document</emph> tab </variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3154692\n"
-"51\n"
"help.text"
-msgid "Choose <emph>Insert - Fields - More Fields - Cross-references</emph> tab"
+msgid "Choose <emph>Insert - Field - More Fields - Cross-references</emph> tab"
msgstr "Choose <emph>Insert - Fields - More Fields - Cross-references</emph> tab"
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3145411\n"
-"63\n"
"help.text"
msgid "Choose <emph>Insert - Cross-reference</emph>"
msgstr "Choose <emph>Insert - Cross-reference</emph>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3147515\n"
-"52\n"
"help.text"
-msgid "<variable id=\"feldfunktionen\">Choose <emph>Insert - Fields - More Fields - Functions</emph> tab </variable>"
+msgid "<variable id=\"feldfunktionen\">Choose <emph>Insert - Field - More Fields - Functions</emph> tab</variable>"
msgstr "<variable id=\"feldfunktionen\">Choose <emph>Insert - Fields - More Fields - Functions</emph> tab </variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3153581\n"
-"53\n"
"help.text"
-msgid "<variable id=\"felddokumentinfo\">Choose <emph>Insert - Fields - More Fields - DocInformation</emph> tab </variable>"
+msgid "<variable id=\"felddokumentinfo\">Choose <emph>Insert - Field - More Fields - DocInformation</emph> tab</variable>"
msgstr "<variable id=\"felddokumentinfo\">Choose <emph>Insert - Fields - More Fields - DocInformation</emph> tab </variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3150710\n"
-"54\n"
"help.text"
-msgid "<variable id=\"feldvariablen\">Choose <emph>Insert - Fields - More Fields - Variables</emph> tab </variable>"
+msgid "<variable id=\"feldvariablen\">Choose <emph>Insert - Field - More Fields - Variables</emph> tab</variable>"
msgstr "<variable id=\"feldvariablen\">Choose <emph>Insert - Fields - More Fields - Variables</emph> tab </variable>"
#: 00000404.xhp
+#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3152945\n"
-"55\n"
"help.text"
-msgid "<variable id=\"felddatenbank\">Choose <emph>Insert - Fields - More Fields - Database</emph> tab </variable>"
+msgid "<variable id=\"felddatenbank\">Choose <emph>Insert - Field - More Fields - Database</emph> tab</variable>"
msgstr "<variable id=\"felddatenbank\">Choose <emph>Insert - Fields - More Fields - Database</emph> tab </variable>"
#: 00000404.xhp
diff --git a/source/en-GB/helpcontent2/source/text/swriter/01.po b/source/en-GB/helpcontent2/source/text/swriter/01.po
index 9de64052201..b2064805088 100644
--- a/source/en-GB/helpcontent2/source/text/swriter/01.po
+++ b/source/en-GB/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-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-07 10:29+0000\n"
+"POT-Creation-Date: 2016-05-23 21:36+0200\n"
+"PO-Revision-Date: 2016-05-08 10:15+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_GB\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462616943.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1462702512.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -107,12 +107,12 @@ msgid "<variable id=\"serienbrieftext\"><ahelp hid=\".uno:MergeDialog\">Opens th
msgstr "<variable id=\"serienbrieftext\"><ahelp hid=\".uno:MergeDialog\">Opens the <emph>Mail Merge</emph> dialogue box, which helps you in printing and saving form letters.</ahelp></variable>"
#: 01150000.xhp
+#, fuzzy
msgctxt ""
"01150000.xhp\n"
"par_id3154102\n"
-"4\n"
"help.text"
-msgid "During printing, the database information replaces the corresponding database fields (placeholders). For more information about inserting database fields refer to the <link href=\"text/swriter/01/04090006.xhp\" name=\"Database\"><emph>Database</emph></link> tab page under <emph>Insert - Fields - More Fields</emph>."
+msgid "During printing, the database information replaces the corresponding database fields (placeholders). For more information about inserting database fields refer to the <link href=\"text/swriter/01/04090006.xhp\" name=\"Database\"><emph>Database</emph></link> tab page under <emph>Insert - Field - More Fields</emph>."
msgstr "During printing, the database information replaces the corresponding database fields (placeholders). For more information about inserting database fields refer to the <link href=\"text/swriter/01/04090006.xhp\" name=\"Database\"><emph>Database</emph></link> tab page under <emph>Insert - Fields - More Fields</emph>."
#: 01150000.xhp
@@ -10016,12 +10016,12 @@ msgid "To display conditional text based on the number of pages:"
msgstr "To display conditional text based on the number of pages:"
#: 04090200.xhp
+#, fuzzy
msgctxt ""
"04090200.xhp\n"
"par_id3150333\n"
-"136\n"
"help.text"
-msgid "Choose <emph>Insert - Fields - More Fields</emph>, and then click the <emph>Functions</emph> tab."
+msgid "Choose <emph>Insert - Field - More Fields</emph>, and then click the <emph>Functions</emph> tab."
msgstr "Choose <emph>Insert - Fields - More Fields</emph>, and then click the <emph>Functions</emph> tab."
#: 04090200.xhp
@@ -10079,12 +10079,12 @@ msgid "To display conditional text based on a user-defined Variable"
msgstr "To display conditional text based on a user-defined Variable"
#: 04090200.xhp
+#, fuzzy
msgctxt ""
"04090200.xhp\n"
"par_id3155836\n"
-"138\n"
"help.text"
-msgid "Choose <emph>Insert - Fields - More Fields</emph>, and then click the <emph>Variables</emph> tab."
+msgid "Choose <emph>Insert - Field - More Fields</emph>, and then click the <emph>Variables</emph> tab."
msgstr "Choose <emph>Insert - Fields - More Fields</emph>, and then click the <emph>Variables</emph> tab."
#: 04090200.xhp
@@ -10196,12 +10196,12 @@ msgid "The first part of this example inserts a space between the \"First Name\"
msgstr "The first part of this example inserts a space between the \"Forename\" and \"Surname\" fields in a document, and the second part inserts text based on the content of a field. This example requires that an address data source is registered with $[officename]."
#: 04090200.xhp
+#, fuzzy
msgctxt ""
"04090200.xhp\n"
"par_id3150523\n"
-"145\n"
"help.text"
-msgid "Choose <emph>Insert - Fields - More Fields</emph>, and then click the <emph>Database</emph> tab."
+msgid "Choose <emph>Insert - Field - More Fields</emph>, and then click the <emph>Database</emph> tab."
msgstr "Choose <emph>Insert - Fields - More Fields</emph>, and then click the <emph>Database</emph> tab."
#: 04090200.xhp
@@ -13070,18 +13070,18 @@ msgid "Edit Concordance File"
msgstr "Edit Concordance File"
#: 04120250.xhp
+#, fuzzy
msgctxt ""
"04120250.xhp\n"
"bm_id3148768\n"
"help.text"
-msgid "<bookmark_value>editing; concordance files</bookmark_value><bookmark_value>concordance files; definition</bookmark_value>"
+msgid "<bookmark_value>editing; concordance files</bookmark_value> <bookmark_value>concordance files; definition</bookmark_value>"
msgstr "<bookmark_value>editing; concordance files</bookmark_value><bookmark_value>concordance files; definition</bookmark_value>"
#: 04120250.xhp
msgctxt ""
"04120250.xhp\n"
"hd_id3148768\n"
-"1\n"
"help.text"
msgid "Edit Concordance File"
msgstr "Edit Concordance File"
@@ -13090,24 +13090,23 @@ msgstr "Edit Concordance File"
msgctxt ""
"04120250.xhp\n"
"par_id3151180\n"
-"2\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/createautomarkdialog/CreateAutomarkDialog\">Create or edit a list of words to include in an Alphabetical Index.</ahelp> A concordance file lists words that should be referenced in an alphabetical index, together with the page number(s) where they appear in the document."
msgstr "<ahelp hid=\"modules/swriter/ui/createautomarkdialog/CreateAutomarkDialog\">Create or edit a list of words to include in an Alphabetical Index.</ahelp> A concordance file lists words that should be referenced in an alphabetical index, together with the page number(s) where they appear in the document."
#: 04120250.xhp
+#, fuzzy
msgctxt ""
"04120250.xhp\n"
"par_id837427\n"
"help.text"
-msgid "You can use the Find All button on the Find & Replace dialog to highlight all places where a word appears, then open the Insert Index Entry dialog to add that word and places to the alphabetical index. However, if you need the same set of alphabetical indexes in multiple documents, the concordance file allows to enter every word just once, then use the list many times."
+msgid "You can use the Find All button on the Find & Replace dialog to highlight all places where a word appears, then open the Insert Index Entry dialog to add that word and places to the alphabetical index. However, if you need the same set of alphabetical indexes in multiple documents, the concordance file allows you to enter every word just once, then use the list many times."
msgstr "You can use the Find All button on the Find & Replace dialogue box to highlight all places where a word appears, then open the Insert Index Entry dialogue box to add that word and places to the alphabetical index. However, if you need the same set of alphabetical indexes in multiple documents, the concordance file allows you to enter every word just once, then use the list many times."
#: 04120250.xhp
msgctxt ""
"04120250.xhp\n"
"hd_id3154645\n"
-"19\n"
"help.text"
msgid "To access the Edit Concordance File dialog:"
msgstr "To access the Edit Concordance File dialogue box:"
@@ -13124,7 +13123,6 @@ msgstr "Choose <emph>Insert - Table of Contents and Index - Table of Contents, I
msgctxt ""
"04120250.xhp\n"
"par_id3145420\n"
-"21\n"
"help.text"
msgid "In the <emph>Type </emph>box, select \"Alphabetical Index\"."
msgstr "In the <emph>Type</emph> box, select \"Alphabetical Index\"."
@@ -13133,7 +13131,6 @@ msgstr "In the <emph>Type</emph> box, select \"Alphabetical Index\"."
msgctxt ""
"04120250.xhp\n"
"par_id3154107\n"
-"22\n"
"help.text"
msgid "In the <emph>Options </emph>area, select the <emph>Concordance file</emph> check box."
msgstr "In the <emph>Options</emph> area, mark the <emph>Concordance file</emph> check box."
@@ -13142,7 +13139,6 @@ msgstr "In the <emph>Options</emph> area, mark the <emph>Concordance file</emph>
msgctxt ""
"04120250.xhp\n"
"par_id3153668\n"
-"23\n"
"help.text"
msgid "Click the <emph>File</emph> button, and then choose <emph>New</emph> or <emph>Edit</emph>."
msgstr "Click the <emph>File</emph> button, and then choose <emph>New</emph> or <emph>Edit</emph>."
@@ -13151,7 +13147,6 @@ msgstr "Click the <emph>File</emph> button, and then choose <emph>New</emph> or
msgctxt ""
"04120250.xhp\n"
"par_id3154470\n"
-"24\n"
"help.text"
msgid "A concordance file contains the following fields:"
msgstr "A concordance file contains the following fields:"
@@ -13160,7 +13155,6 @@ msgstr "A concordance file contains the following fields:"
msgctxt ""
"04120250.xhp\n"
"par_id3152953\n"
-"3\n"
"help.text"
msgid "\"Search term\" refers to the index entry that you want to mark in the document."
msgstr "\"Search term\" refers to the index entry that you want to mark in the document."
@@ -13169,7 +13163,6 @@ msgstr "\"Search term\" refers to the index entry that you want to mark in the d
msgctxt ""
"04120250.xhp\n"
"par_id3155896\n"
-"4\n"
"help.text"
msgid "\"Alternative entry\" refers to the index entry that you want to appear in the index."
msgstr "\"Alternative entry\" refers to the index entry that you want to appear in the index."
@@ -13178,7 +13171,6 @@ msgstr "\"Alternative entry\" refers to the index entry that you want to appear
msgctxt ""
"04120250.xhp\n"
"par_id3154194\n"
-"5\n"
"help.text"
msgid "The 1st and 2nd Keys are parent index entries. The \"Search term\" or the \"Alternative entry\" appears as a subentry under the 1st and 2nd Keys."
msgstr "The 1st and 2nd Keys are parent index entries. The \"Search term\" or the \"Alternative entry\" appears as a subentry under the 1st and 2nd Keys."
@@ -13187,7 +13179,6 @@ msgstr "The 1st and 2nd Keys are parent index entries. The \"Search term\" or th
msgctxt ""
"04120250.xhp\n"
"par_id3155184\n"
-"6\n"
"help.text"
msgid "\"Match case\" means that uppercase and lowercase letters are considered."
msgstr "\"Match case\" means that upper-case and lower-case letters are considered."
@@ -13196,7 +13187,6 @@ msgstr "\"Match case\" means that upper-case and lower-case letters are consider
msgctxt ""
"04120250.xhp\n"
"par_id3143282\n"
-"7\n"
"help.text"
msgid "\"Word only\" searches for the term as a single word."
msgstr "\"Word only\" searches for the term as a single word."
@@ -13205,7 +13195,6 @@ msgstr "\"Word only\" searches for the term as a single word."
msgctxt ""
"04120250.xhp\n"
"par_id3147220\n"
-"8\n"
"help.text"
msgid "To enable the \"Match case\" or \"Word only\" options, click in the corresponding cell, and then select the check box."
msgstr "To enable the \"Match case\" or \"Word only\" options, click in the corresponding cell, and then mark the check box."
@@ -13214,7 +13203,6 @@ msgstr "To enable the \"Match case\" or \"Word only\" options, click in the corr
msgctxt ""
"04120250.xhp\n"
"hd_id3153629\n"
-"25\n"
"help.text"
msgid "To create a concordance file without the Edit Concordance File dialog:"
msgstr "To create a concordance file without the Edit Concordance File dialogue box:"
@@ -13223,7 +13211,6 @@ msgstr "To create a concordance file without the Edit Concordance File dialogue
msgctxt ""
"04120250.xhp\n"
"par_id3153644\n"
-"9\n"
"help.text"
msgid "Use the following format guidelines when you create a concordance file:"
msgstr "Use the following format guidelines when you create a concordance file:"
@@ -13232,7 +13219,6 @@ msgstr "Use the following format guidelines when you create a concordance file:"
msgctxt ""
"04120250.xhp\n"
"par_id3152770\n"
-"10\n"
"help.text"
msgid "Each entry in the concordance file is on a separate line."
msgstr "Each entry in the concordance file is on a separate line."
@@ -13241,7 +13227,6 @@ msgstr "Each entry in the concordance file is on a separate line."
msgctxt ""
"04120250.xhp\n"
"par_id3155142\n"
-"26\n"
"help.text"
msgid "Commented lines start with #."
msgstr "Commented lines start with #."
@@ -13250,7 +13235,6 @@ msgstr "Commented lines start with #."
msgctxt ""
"04120250.xhp\n"
"par_id3153354\n"
-"11\n"
"help.text"
msgid "Use the following format for the entries:"
msgstr "Use the following format for the entries:"
@@ -13259,7 +13243,6 @@ msgstr "Use the following format for the entries:"
msgctxt ""
"04120250.xhp\n"
"par_id3149172\n"
-"12\n"
"help.text"
msgid "Search term;Alternative entry;1st key;2nd key;Match case;Word only"
msgstr "Search term;Alternative entry;1st key;2nd key;Match case;Word only"
@@ -13268,7 +13251,6 @@ msgstr "Search term;Alternative entry;1st key;2nd key;Match case;Word only"
msgctxt ""
"04120250.xhp\n"
"par_id3156270\n"
-"13\n"
"help.text"
msgid "The entries \"Match case\" and \"Word only\" are interpreted as \"No\" or FALSE if they are empty or zero (0). All other contents are interpreted as \"Yes\" or TRUE."
msgstr "The entries \"Match case\" and \"Word only\" are interpreted as \"No\" or FALSE if they are empty or zero (0). All other contents are interpreted as \"Yes\" or TRUE."
@@ -13277,7 +13259,6 @@ msgstr "The entries \"Match case\" and \"Word only\" are interpreted as \"No\" o
msgctxt ""
"04120250.xhp\n"
"hd_id3145778\n"
-"27\n"
"help.text"
msgid "Example"
msgstr "Example"
@@ -13286,7 +13267,6 @@ msgstr "Example"
msgctxt ""
"04120250.xhp\n"
"par_id3155907\n"
-"14\n"
"help.text"
msgid "For example, to include the word \"Boston\" in your alphabetical index under the \"Cities\" entry, enter the following line in the concordance file:"
msgstr "For example, to include the word \"London\" in your alphabetical index under the \"Cities\" entry, enter the following line in the concordance file:"
@@ -13295,7 +13275,6 @@ msgstr "For example, to include the word \"London\" in your alphabetical index u
msgctxt ""
"04120250.xhp\n"
"par_id3151370\n"
-"15\n"
"help.text"
msgid "Boston;Boston;Cities;;0;0"
msgstr "London;London;Cities;;0;0"
@@ -13304,7 +13283,6 @@ msgstr "London;London;Cities;;0;0"
msgctxt ""
"04120250.xhp\n"
"par_id3151383\n"
-"16\n"
"help.text"
msgid "This also finds \"Boston\" if it is written in lowercase letters."
msgstr "This also finds \"London\" if it is written in lower-case letters."
@@ -13313,7 +13291,6 @@ msgstr "This also finds \"London\" if it is written in lower-case letters."
msgctxt ""
"04120250.xhp\n"
"par_id3155866\n"
-"17\n"
"help.text"
msgid "To include the \"Beacon Hill\" district in Boston under the \"Cities\" entry, enter the following line:"
msgstr "To include the \"Westminster\" district in London under the \"Cities\" entry, enter the following line:"
@@ -13322,7 +13299,6 @@ msgstr "To include the \"Westminster\" district in London under the \"Cities\" e
msgctxt ""
"04120250.xhp\n"
"par_id3150116\n"
-"18\n"
"help.text"
msgid "Beacon Hill;Boston;Cities;"
msgstr "Westminster;London;Cities;"
@@ -14386,16 +14362,16 @@ msgctxt ""
"04220000.xhp\n"
"par_id3153921\n"
"help.text"
-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 "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."
+msgid "To remove a header, choose <emph>Insert - Header and Footer - 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 "To remove a header, choose <emph>Insert - Header and Footer - 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."
#: 04220000.xhp
msgctxt ""
"04220000.xhp\n"
"par_id3150761\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 - </emph><emph>Header and Footer - </emph><emph>Header - All</emph>."
-msgstr "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>."
+msgid "To add or remove headers from all of the page styles that are in use in the document, choose <emph>Insert - Header and Footer - Header - All</emph>."
+msgstr "To add or remove headers from all of the page styles that are in use in the document, choose <emph>Insert - Header and Footer - Header - All</emph>."
#: 04220000.xhp
msgctxt ""
@@ -14450,16 +14426,16 @@ msgctxt ""
"04230000.xhp\n"
"par_id3150566\n"
"help.text"
-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 "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."
+msgid "To remove a footer, choose <emph>Insert - Header and Footer - 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 "To remove a footer, choose <emph>Insert - Header and Footer - 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."
#: 04230000.xhp
msgctxt ""
"04230000.xhp\n"
"par_id3153923\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 - </emph><emph>Header and Footer - </emph><emph>Footer - All</emph>."
-msgstr "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>."
+msgid "To add or remove footers from all of the page styles that are in use in the document, choose <emph>Insert - Header and Footer - Footer - All</emph>."
+msgstr "To add or remove footers from all of the page styles that are in use in the document, choose <emph>Insert - Header and Footer - Footer - All</emph>."
#: 04230000.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/swriter/02.po b/source/en-GB/helpcontent2/source/text/swriter/02.po
index 9802d971724..224998accdc 100644
--- a/source/en-GB/helpcontent2/source/text/swriter/02.po
+++ b/source/en-GB/helpcontent2/source/text/swriter/02.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-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-07 10:29+0000\n"
+"POT-Creation-Date: 2016-05-23 21:36+0200\n"
+"PO-Revision-Date: 2016-05-08 10:15+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_GB\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462616968.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1462702532.000000\n"
#: 02110000.xhp
msgctxt ""
@@ -3434,12 +3434,12 @@ msgid "<ahelp hid=\".uno:InsertDateField\">Inserts the current date as a field.<
msgstr "<ahelp hid=\".uno:InsertDateField\">Inserts the current date as a field.</ahelp> The default date format is used, and the date is not automatically updated."
#: 18030100.xhp
+#, fuzzy
msgctxt ""
"18030100.xhp\n"
"par_id3151312\n"
-"3\n"
"help.text"
-msgid "If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Fields - More Fields</emph> to insert a field command and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
+msgid "If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Field - More Fields</emph> to insert a field command and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
msgstr "If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Fields - More Fields</emph> to insert a field command and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
#: 18030200.xhp
@@ -3477,12 +3477,12 @@ msgid "<ahelp hid=\".uno:InsertTimeField\" visibility=\"visible\">Inserts the cu
msgstr "<ahelp hid=\".uno:InsertTimeField\" visibility=\"visible\">Inserts the current time as a field.</ahelp> The time is taken directly from the system settings of your operating system. A fixed time format is applied, which cannot be updated by using the F9 function key."
#: 18030200.xhp
+#, fuzzy
msgctxt ""
"18030200.xhp\n"
"par_id3151177\n"
-"3\n"
"help.text"
-msgid "To assign a different time format, or adapt the actual time data, select <emph>Insert - Fields - More Fields</emph> and make the desired changes in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. Additionally, you can modify the format of an inserted time field at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
+msgid "To assign a different time format, or adapt the actual time data, select <emph>Insert - Field - More Fields</emph> and make the desired changes in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. Additionally, you can modify the format of an inserted time field at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
msgstr "To assign a different time format, or adapt the actual time data, select <emph>Insert - Fields - More Fields</emph> and make the desired changes in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialogue box. Additionally, you can modify the format of an inserted time field at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
#: 18030300.xhp
@@ -3506,15 +3506,16 @@ msgctxt ""
"18030300.xhp\n"
"par_id3150760\n"
"help.text"
-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 "<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."
+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 Number</emph> character style."
+msgstr "<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 Number</emph> character style."
#: 18030300.xhp
+#, fuzzy
msgctxt ""
"18030300.xhp\n"
"par_id3151175\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 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."
+msgid "If you would like to define a different format or modify the page number, insert a field with <emph>Insert - Field - 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 "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> dialogue box. 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."
#: 18030400.xhp
@@ -3587,12 +3588,12 @@ msgid "<ahelp hid=\".uno:InsertTopicField\">Inserts the subject specified in the
msgstr "<ahelp hid=\".uno:InsertTopicField\">Inserts the subject specified in the document properties as a field .</ahelp> This field displays the data entered in the <emph>Subject</emph> field under <emph>File - Properties - Description</emph>."
#: 18030500.xhp
+#, fuzzy
msgctxt ""
"18030500.xhp\n"
"par_id3156380\n"
-"3\n"
"help.text"
-msgid "If you would like to insert a different document property as a field, select <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. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
+msgid "If you would like to insert a different document property as a field, select <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
msgstr "If you would like to insert a different document property as a field, select <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> dialogue box. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
#: 18030600.xhp
@@ -3622,12 +3623,12 @@ msgid "<ahelp hid=\".uno:InsertTitleField\">Inserts the title specified in the d
msgstr "<ahelp hid=\".uno:InsertTitleField\">Inserts the title specified in the document properties as a field.</ahelp> This field displays the data entered in the <emph>Title</emph> field under <emph>File - Properties - Description</emph>."
#: 18030600.xhp
+#, fuzzy
msgctxt ""
"18030600.xhp\n"
"par_id3148768\n"
-"3\n"
"help.text"
-msgid "If you would like to insert a different document property as a field, select <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. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
+msgid "If you would like to insert a different document property as a field, select <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
msgstr "If you would like to insert a different document property as a field, select <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> dialogue box. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
#: 18030700.xhp
diff --git a/source/en-GB/helpcontent2/source/text/swriter/04.po b/source/en-GB/helpcontent2/source/text/swriter/04.po
index c7a77ef1be9..5c99268c7c0 100644
--- a/source/en-GB/helpcontent2/source/text/swriter/04.po
+++ b/source/en-GB/helpcontent2/source/text/swriter/04.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-05-23 21:36+0200\n"
"PO-Revision-Date: 2016-01-12 17:26+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,8 +12,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1452619595.000000\n"
#: 01020000.xhp
@@ -1310,12 +1310,13 @@ msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinlin
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Down"
#: 01020000.xhp
+#, fuzzy
msgctxt ""
"01020000.xhp\n"
"par_id6164433\n"
"help.text"
-msgid "Move cursor to end of paragraph."
-msgstr "Move cursor to end of paragraph."
+msgid "Move cursor to beginning of next paragraph."
+msgstr "Move cursor to the beginning of the previous paragraph"
#: 01020000.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/swriter/guide.po b/source/en-GB/helpcontent2/source/text/swriter/guide.po
index 80eae6d83a9..5d70a076c08 100644
--- a/source/en-GB/helpcontent2/source/text/swriter/guide.po
+++ b/source/en-GB/helpcontent2/source/text/swriter/guide.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-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-07 10:32+0000\n"
+"POT-Creation-Date: 2016-05-23 21:37+0200\n"
+"PO-Revision-Date: 2016-05-10 10:38+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_GB\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462617134.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1462876700.000000\n"
#: anchor_object.xhp
msgctxt ""
@@ -2754,7 +2754,6 @@ msgid "Choose <emph>Insert - Caption</emph>."
msgstr "Choose <emph>Insert - Caption</emph>."
#: captions.xhp
-#, fuzzy
msgctxt ""
"captions.xhp\n"
"par_id3147765\n"
@@ -2848,7 +2847,6 @@ msgid "Choose <emph>Insert - Caption</emph>."
msgstr "Choose <emph>Insert - Caption</emph>."
#: captions_numbers.xhp
-#, fuzzy
msgctxt ""
"captions_numbers.xhp\n"
"par_id3150527\n"
@@ -2867,7 +2865,6 @@ msgid "Click <emph>Options</emph>."
msgstr "Click <emph>Options</emph>."
#: captions_numbers.xhp
-#, fuzzy
msgctxt ""
"captions_numbers.xhp\n"
"par_id3153190\n"
@@ -2877,7 +2874,6 @@ msgid "In the <item type=\"menuitem\">Level</item> box, select the number of hea
msgstr "In the <item type=\"menuitem\">Level</item> box, select the number of heading levels to include in the chapter number."
#: captions_numbers.xhp
-#, fuzzy
msgctxt ""
"captions_numbers.xhp\n"
"par_id3155553\n"
@@ -2929,13 +2925,12 @@ msgid "Creating a Page Style Based on the Current Page"
msgstr "Creating a Page Style Based on the Current Page"
#: 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>"
-msgstr "<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>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>"
#: change_header.xhp
msgctxt ""
@@ -2962,13 +2957,12 @@ msgid "For example, you can create a page style that displays a particular heade
msgstr "For example, you can create a page style that displays a particular header, and another page style that displays a different header."
#: change_header.xhp
-#, fuzzy
msgctxt ""
"change_header.xhp\n"
"par_id3150503\n"
"help.text"
msgid "Open a new text document, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Page Styles</emph> icon."
-msgstr "Open a new text document, choose <emph>Format - Styles and Formatting</emph>, and then click the <emph>Page Styles</emph> icon."
+msgstr "Open a new text document, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Page Styles</emph> icon."
#: change_header.xhp
msgctxt ""
@@ -2979,7 +2973,6 @@ msgid "Click the <emph>New Style from Selection</emph> icon and select <emph>New
msgstr "Click the <emph>New Style from Selection</emph> icon and select <emph>New Styles from Selection</emph> from the sub-menu."
#: change_header.xhp
-#, fuzzy
msgctxt ""
"change_header.xhp\n"
"par_id3153153\n"
@@ -3020,7 +3013,6 @@ msgid "Choose <emph>Insert - Manual Break</emph>."
msgstr "Choose <emph>Insert - Manual Break</emph>."
#: change_header.xhp
-#, fuzzy
msgctxt ""
"change_header.xhp\n"
"par_id3147771\n"
@@ -3045,13 +3037,12 @@ msgid "Outline Numbering"
msgstr "Outline Numbering"
#: 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>"
-msgstr "<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>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>"
#: chapter_numbering.xhp
msgctxt ""
@@ -3078,7 +3069,6 @@ msgid "To Add Automatic Numbering to a Heading Style"
msgstr "To Add Automatic Numbering to a Heading Style"
#: chapter_numbering.xhp
-#, fuzzy
msgctxt ""
"chapter_numbering.xhp\n"
"par_id3154255\n"
@@ -3087,7 +3077,6 @@ msgid "Choose <item type=\"menuitem\">Tools - Outline Numbering</item>, and then
msgstr "Choose <item type=\"menuitem\">Tools - Outline Numbering</item>, and then click the <item type=\"menuitem\">Numbering</item> tab."
#: chapter_numbering.xhp
-#, fuzzy
msgctxt ""
"chapter_numbering.xhp\n"
"par_id3155891\n"
@@ -3096,7 +3085,6 @@ msgid "In the <item type=\"menuitem\">Paragraph Style</item> box, select the hea
msgstr "In the <item type=\"menuitem\">Paragraph Style</item> box, select the heading style that you want to add chapter numbers to."
#: chapter_numbering.xhp
-#, fuzzy
msgctxt ""
"chapter_numbering.xhp\n"
"par_id3150513\n"
@@ -3137,7 +3125,6 @@ msgid "To Use a Custom Paragraph Style as a Heading"
msgstr "To Use a Custom Paragraph Style as a Heading"
#: chapter_numbering.xhp
-#, fuzzy
msgctxt ""
"chapter_numbering.xhp\n"
"par_id3155571\n"
@@ -3154,7 +3141,6 @@ msgid "Select the custom style in the <emph>Paragraph Style</emph> box."
msgstr "Select the custom style in the <emph>Paragraph Style</emph> box."
#: chapter_numbering.xhp
-#, fuzzy
msgctxt ""
"chapter_numbering.xhp\n"
"par_id3147782\n"
@@ -3179,13 +3165,12 @@ msgid "Conditional Text"
msgstr "Conditional Text"
#: 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>"
-msgstr "<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>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>"
#: conditional_text.xhp
msgctxt ""
@@ -3228,15 +3213,15 @@ msgid "The first part of the example is to define a variable for the condition s
msgstr "The first part of the example is to define a variable for the condition statement."
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3155566\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 - Field - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab."
msgstr "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab."
#: conditional_text.xhp
-#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3147759\n"
@@ -3253,7 +3238,6 @@ msgid "Type a name for the variable in the <item type=\"menuitem\">Name</item> b
msgstr "Type a name for the variable in the <item type=\"menuitem\">Name</item> box, for example <item type=\"literal\">Reminder</item>."
#: conditional_text.xhp
-#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3147810\n"
@@ -3294,15 +3278,15 @@ msgid "Place the cursor where you want to insert the conditional text in your te
msgstr "Place the cursor where you want to insert the conditional text in your text."
#: conditional_text.xhp
+#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3151212\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
+msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
msgstr "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
#: conditional_text.xhp
-#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3151250\n"
@@ -3311,7 +3295,6 @@ msgid "Click \"Conditional text\" in the <item type=\"menuitem\">Type</item> lis
msgstr "Click \"Conditional text\" in the <item type=\"menuitem\">Type</item> list."
#: conditional_text.xhp
-#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3155936\n"
@@ -3368,7 +3351,6 @@ msgid "Place your cursor in front of the field that you defined in the first par
msgstr "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>."
#: conditional_text.xhp
-#, fuzzy
msgctxt ""
"conditional_text.xhp\n"
"par_id3155136\n"
@@ -3401,13 +3383,12 @@ msgid "Conditional Text for Page Counts"
msgstr "Conditional Text for Page Counts"
#: 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>"
-msgstr "<bookmark_value>page counts</bookmark_value><bookmark_value>conditional text;page counts</bookmark_value>"
+msgstr "<bookmark_value>page counts</bookmark_value> <bookmark_value>conditional text;page counts</bookmark_value>"
#: conditional_text2.xhp
msgctxt ""
@@ -3434,23 +3415,24 @@ msgid "Place the cursor in your document where you want to insert the page count
msgstr "Place the cursor in your document where you want to insert the page count."
#: conditional_text2.xhp
+#, fuzzy
msgctxt ""
"conditional_text2.xhp\n"
"par_id3150513\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Fields - Page Count</item>, and then enter a space."
+msgid "Choose <item type=\"menuitem\">Insert - Field - Page Count</item>, and then enter a space."
msgstr "Choose <item type=\"menuitem\">Insert - Fields - Page Count</item>, and then enter a space."
#: conditional_text2.xhp
+#, fuzzy
msgctxt ""
"conditional_text2.xhp\n"
"par_id3150537\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
+msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
msgstr "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
#: conditional_text2.xhp
-#, fuzzy
msgctxt ""
"conditional_text2.xhp\n"
"par_id3153166\n"
@@ -3499,13 +3481,12 @@ msgid "Removing Words From a User-Defined Dictionary"
msgstr "Removing Words From a User-Defined Dictionary"
#: 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>"
-msgstr "<bookmark_value>user-defined dictionaries; removing words from</bookmark_value><bookmark_value>custom dictionaries; removing words from</bookmark_value><bookmark_value>removing;words from user-defined dictionaries</bookmark_value>"
+msgstr "<bookmark_value>user-defined dictionaries; removing words from</bookmark_value> <bookmark_value>custom dictionaries; removing words from</bookmark_value> <bookmark_value>removing;words from user-defined dictionaries</bookmark_value>"
#: delete_from_dict.xhp
msgctxt ""
@@ -3524,7 +3505,6 @@ msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRO
msgstr "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>."
#: delete_from_dict.xhp
-#, fuzzy
msgctxt ""
"delete_from_dict.xhp\n"
"par_id3151391\n"
@@ -3610,13 +3590,12 @@ msgid "Alternating Page Styles on Odd and Even Pages"
msgstr "Alternating Page Styles on Odd and Even Pages"
#: 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>"
-msgstr "<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>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>"
#: even_odd_sdw.xhp
msgctxt ""
@@ -3651,13 +3630,12 @@ msgid "To Set Up Alternating Page Styles"
msgstr "To Set Up Alternating Page Styles"
#: even_odd_sdw.xhp
-#, fuzzy
msgctxt ""
"even_odd_sdw.xhp\n"
"par_id3150526\n"
"help.text"
msgid "Choose <item type=\"menuitem\">View - Styles and Formatting</item>, and then click the <item type=\"menuitem\">Page Styles</item> icon."
-msgstr "Choose <item type=\"menuitem\">Format - Styles and Formatting</item>, and then click the <item type=\"menuitem\">Page Styles</item> icon."
+msgstr "Choose <item type=\"menuitem\">View - Styles and Formatting</item>, and then click the <item type=\"menuitem\">Page Styles</item> icon."
#: even_odd_sdw.xhp
msgctxt ""
@@ -3708,7 +3686,6 @@ msgid "Go to the first page in your document, and double-click \"Right Page\" in
msgstr "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."
#: even_odd_sdw.xhp
-#, fuzzy
msgctxt ""
"even_odd_sdw.xhp\n"
"par_id3155588\n"
@@ -3717,7 +3694,6 @@ msgid "To add a header to one of the page styles, choose <item type=\"menuitem\"
msgstr "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."
#: even_odd_sdw.xhp
-#, fuzzy
msgctxt ""
"even_odd_sdw.xhp\n"
"par_id3147772\n"
@@ -4075,13 +4051,12 @@ msgid "Inserting a Fixed or Variable Date Field"
msgstr "Inserting a Fixed or Variable Date Field"
#: 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>"
-msgstr "<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>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>"
#: fields_date.xhp
msgctxt ""
@@ -4100,15 +4075,15 @@ msgid "You can insert the current date as a field that updates each time you ope
msgstr "You can insert the current date as a field that updates each time that you open the document, or as a field that does not update."
#: fields_date.xhp
+#, fuzzy
msgctxt ""
"fields_date.xhp\n"
"par_id3147679\n"
"help.text"
-msgid "Choose <emph>Insert - Fields - More Fields</emph> and click the <emph>Document</emph> tab."
+msgid "Choose <emph>Insert - Field - More Fields</emph> and click the <emph>Document</emph> tab."
msgstr "Choose <emph>Insert - Fields - More Fields</emph> and click the <emph>Document</emph> tab."
#: fields_date.xhp
-#, fuzzy
msgctxt ""
"fields_date.xhp\n"
"par_id3153415\n"
@@ -4117,7 +4092,6 @@ msgid "Click “Date” in the <item type=\"menuitem\">Type</item> list and do o
msgstr "Click “Date” in the <item type=\"menuitem\">Type</item> list and do one of the following:"
#: fields_date.xhp
-#, fuzzy
msgctxt ""
"fields_date.xhp\n"
"par_id3155602\n"
@@ -4126,7 +4100,6 @@ msgid "To insert the date as a field that updates each time you open the documen
msgstr "To insert the date as a field that updates each time that you open the document, click ”Date” in the <item type=\"menuitem\">Select</item> list."
#: fields_date.xhp
-#, fuzzy
msgctxt ""
"fields_date.xhp\n"
"par_id3154241\n"
@@ -4143,16 +4116,14 @@ msgid "Adding Input Fields"
msgstr "Adding Input Fields"
#: 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>"
-msgstr "<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>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>"
#: fields_enter.xhp
-#, fuzzy
msgctxt ""
"fields_enter.xhp\n"
"hd_id3155916\n"
@@ -4174,7 +4145,7 @@ msgctxt ""
"fields_enter.xhp\n"
"par_id3145776\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 - Field - More Fields</item> and click the <item type=\"menuitem\">Functions</item> tab."
msgstr "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
#: fields_enter.xhp
@@ -4186,7 +4157,6 @@ msgid "Click “Input field”in the <item type=\"menuitem\">Type</item> list."
msgstr "Click “Input field” in the <item type=\"menuitem\">Type</item> list."
#: fields_enter.xhp
-#, fuzzy
msgctxt ""
"fields_enter.xhp\n"
"par_id3154257\n"
@@ -4219,13 +4189,12 @@ msgid "Querying User Data in Fields or Conditions"
msgstr "Querying User Data in Fields or Conditions"
#: 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>"
-msgstr "<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>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>"
#: fields_userdata.xhp
msgctxt ""
@@ -4316,13 +4285,12 @@ msgid "Choose <emph>Insert - Section</emph>."
msgstr "Choose <emph>Insert - Section</emph>."
#: fields_userdata.xhp
-#, fuzzy
msgctxt ""
"fields_userdata.xhp\n"
"par_id3145297\n"
"help.text"
msgid "In the <item type=\"menuitem\">Hide</item> area, select the <item type=\"menuitem\">Hide</item> check box."
-msgstr "In the <item type=\"menuitem\">Hide</item> area, mark the <item type=\"menuitem\">Hide</item> check box."
+msgstr "In the <item type=\"menuitem\">Hide</item> area, select the <item type=\"menuitem\">Hide</item> check box."
#: fields_userdata.xhp
msgctxt ""
@@ -4917,13 +4885,12 @@ msgid "The similarity search can find text that is almost the same as your searc
msgstr "The similarity search can find text that is almost the same as your search text. You can set the number of characters that are allowed to differ."
#: 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>Similarities</emph> button to change the settings. (Setting all three numbers to 1 works fine for English text.)"
-msgstr "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.)"
+msgstr "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.)"
#: finding.xhp
msgctxt ""
@@ -4990,13 +4957,12 @@ msgid "Inserting Page Numbers of Continuation Pages"
msgstr "Inserting Page Numbers of Continuation Pages"
#: 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>"
-msgstr "<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>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>"
#: footer_nextpage.xhp
msgctxt ""
@@ -5031,11 +4997,12 @@ msgid "Choose <emph>Insert - Footer</emph> and select the page style that you wa
msgstr "Choose <emph>Insert - Footer</emph> and select the page style that you want to add the footer to."
#: footer_nextpage.xhp
+#, fuzzy
msgctxt ""
"footer_nextpage.xhp\n"
"par_id3147109\n"
"help.text"
-msgid "Place the cursor in the footer and choose <emph>Insert - Fields - More Fields</emph>."
+msgid "Place the cursor in the footer and choose <emph>Insert - Field - More Fields</emph>."
msgstr "Place the cursor in the footer and choose <emph>Insert - Fields - More Fields</emph>."
#: footer_nextpage.xhp
@@ -5055,7 +5022,6 @@ msgid "Click 'Page' in the <emph>Type</emph> list and 'Next page' in the <emph>S
msgstr "Click 'Page' in the <emph>Type</emph> list and 'Next page' in the <emph>Select</emph> list."
#: footer_nextpage.xhp
-#, fuzzy
msgctxt ""
"footer_nextpage.xhp\n"
"par_id3150517\n"
@@ -5130,12 +5096,12 @@ msgid "Choose <emph>Insert - Footer</emph> and select the page style that you wa
msgstr "Choose <emph>Insert - Footer</emph> and select the page style that you want to add the footer to."
#: footer_pagenumber.xhp
+#, fuzzy
msgctxt ""
"footer_pagenumber.xhp\n"
"par_id3150534\n"
-"3\n"
"help.text"
-msgid "Choose <emph>Insert - Fields - Page Number</emph>."
+msgid "Choose <emph>Insert - Field - Page Number</emph>."
msgstr "Choose <emph>Insert - Fields - Page Number</emph>."
#: footer_pagenumber.xhp
@@ -5165,12 +5131,12 @@ msgid "Click in front of the page number field, type <item type=\"literal\">Page
msgstr "Click in front of the page number field, type <item type=\"literal\">Page</item> followed by a space, click after the field, enter a space and then type <item type=\"literal\">of</item> and enter another space."
#: footer_pagenumber.xhp
+#, fuzzy
msgctxt ""
"footer_pagenumber.xhp\n"
"par_id3155554\n"
-"7\n"
"help.text"
-msgid "Choose <emph>Insert - Fields - Page Count</emph>."
+msgid "Choose <emph>Insert - Field - Page Count</emph>."
msgstr "Choose <emph>Insert - Fields - Page Count</emph>."
#: footnote_usage.xhp
@@ -5182,13 +5148,12 @@ msgid "Inserting and Editing Footnotes or Endnotes"
msgstr "Inserting and Editing Footnotes or Endnotes"
#: 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>"
-msgstr "<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>organising;footnotes</bookmark_value> <bookmark_value>footnotes; inserting and editing</bookmark_value>"
+msgstr "<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>organising;footnotes</bookmark_value> <bookmark_value>footnotes; inserting and editing</bookmark_value>"
#: footnote_usage.xhp
msgctxt ""
@@ -5223,25 +5188,22 @@ msgid "Click in your document where you want to place the anchor of the note."
msgstr "Click in your document where you want to place the anchor of the note."
#: footnote_usage.xhp
-#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3147120\n"
"help.text"
msgid "Choose <link href=\"text/swriter/01/04030000.xhp\" name=\"Insert - Footnote\"><emph>Insert - Footnote and Endnote - Footnote or Endnote</emph></link>."
-msgstr "Choose <link href=\"text/swriter/01/04030000.xhp\" name=\"Insert - Footnote\"><emph>Insert - Footnote/Endnote</emph></link>."
+msgstr "Choose <link href=\"text/swriter/01/04030000.xhp\" name=\"Insert - Footnote\"><emph>Insert - Footnote and Endnote - Footnote or Endnote</emph></link>."
#: footnote_usage.xhp
-#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3150937\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 <item type=\"menuitem\">Choose</item> button and select the character that you want to use for the footnote."
-msgstr "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."
+msgstr "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."
#: footnote_usage.xhp
-#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3150508\n"
@@ -5330,13 +5292,12 @@ msgid "To edit the numbering properties of a footnote or endnote anchor, click i
msgstr "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>."
#: footnote_usage.xhp
-#, fuzzy
msgctxt ""
"footnote_usage.xhp\n"
"par_id3147776\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 and Endnotes</emph></link>."
-msgstr "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>."
+msgstr "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>."
#: footnote_usage.xhp
msgctxt ""
@@ -5363,13 +5324,12 @@ msgid "Spacing Between Footnotes"
msgstr "Spacing Between Footnotes"
#: 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>"
-msgstr "<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>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>"
#: footnote_with_line.xhp
msgctxt ""
@@ -5396,13 +5356,12 @@ msgid "Click in a footnote or endnote."
msgstr "Click in a footnote or endnote."
#: footnote_with_line.xhp
-#, fuzzy
msgctxt ""
"footnote_with_line.xhp\n"
"par_id3155620\n"
"help.text"
msgid "Choose <emph>View - Styles and Formatting</emph>."
-msgstr "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "Choose <emph>View - Styles and Formatting</emph>."
#: footnote_with_line.xhp
msgctxt ""
@@ -5421,7 +5380,6 @@ msgid "Click the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><em
msgstr "Click the <link href=\"text/shared/01/05030500.xhp\" name=\"Borders\"><emph>Borders</emph></link> tab."
#: footnote_with_line.xhp
-#, fuzzy
msgctxt ""
"footnote_with_line.xhp\n"
"par_id3147110\n"
@@ -5430,7 +5388,6 @@ msgid "In the <item type=\"menuitem\">Default</item> area, click the <item type=
msgstr "In the <item type=\"menuitem\">Default</item> area, click the <item type=\"menuitem\">Set Top and Bottom Borders Only</item> icon."
#: footnote_with_line.xhp
-#, fuzzy
msgctxt ""
"footnote_with_line.xhp\n"
"par_id3150931\n"
@@ -5439,7 +5396,6 @@ msgid "In the <item type=\"menuitem\">Line</item> area, click a line in the <ite
msgstr "In the <item type=\"menuitem\">Line</item> area, click a line in the <item type=\"menuitem\">Style</item> list."
#: footnote_with_line.xhp
-#, fuzzy
msgctxt ""
"footnote_with_line.xhp\n"
"par_id3150961\n"
@@ -5456,7 +5412,6 @@ msgid "In the <emph>Spacing to contents</emph> area, clear the <emph>Synchronize
msgstr "In the <emph>Spacing to contents</emph> area, unmark the <emph>Synchronise</emph> check box."
#: footnote_with_line.xhp
-#, fuzzy
msgctxt ""
"footnote_with_line.xhp\n"
"par_id3150709\n"
@@ -5767,13 +5722,12 @@ msgid "Working with Master Documents and Subdocuments"
msgstr "Working with Master Documents and Sub-documents"
#: 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>"
-msgstr "<bookmark_value>Navigator;master documents</bookmark_value> <bookmark_value>master documents;creating/editing/exporting</bookmark_value> <bookmark_value>sub-documents;creating/editing/removing</bookmark_value> <bookmark_value>removing;sub-documents</bookmark_value> <bookmark_value>indexes; master documents</bookmark_value>"
+msgstr "<bookmark_value>Navigator;master documents</bookmark_value> <bookmark_value>master documents;creating/editing/exporting</bookmark_value> <bookmark_value>sub-documents;creating/editing/removing</bookmark_value> <bookmark_value>removing;sub-documents</bookmark_value> <bookmark_value>indexes; master documents</bookmark_value>"
#: globaldoc_howtos.xhp
msgctxt ""
@@ -5824,16 +5778,14 @@ msgid "Open an existing document and choose <emph>File - Send - Create Master Do
msgstr "Open an existing document and choose <emph>File - Send - Create Master Document</emph>."
#: globaldoc_howtos.xhp
-#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3149873\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."
-msgstr "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 you edit an existing style in the master document, you will see the changed style when viewing the sub-documents and that new styles that you define in the master document are valid in the sub-documents."
+msgstr "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 sub-documents."
#: globaldoc_howtos.xhp
-#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3145114\n"
@@ -5914,7 +5866,6 @@ msgid "To add text to a master document, right-click an item in the Navigator li
msgstr "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 in which you can type the text that you want. You cannot insert text next to an existing text entry in the Navigator."
#: globaldoc_howtos.xhp
-#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3149982\n"
@@ -5971,13 +5922,12 @@ msgid "Ensure that each subdocument starts with a heading that uses the same par
msgstr "Ensure that each sub-document starts with a heading that uses the same paragraph style, for example \"Heading 1\"."
#: globaldoc_howtos.xhp
-#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3153876\n"
"help.text"
msgid "In the master document, choose <emph>View - Styles and Formatting</emph>, and click the <emph>Paragraph Styles</emph> icon."
-msgstr "In the master document, choose <emph>Format - Styles and Formatting</emph>, and click the <emph>Paragraph Styles</emph> icon."
+msgstr "In the master document, choose <emph>View - Styles and Formatting</emph>, and click the <emph>Paragraph Styles</emph> icon."
#: globaldoc_howtos.xhp
msgctxt ""
@@ -5988,7 +5938,6 @@ msgid "Right-click \"Heading 1\" and choose <emph>Modify</emph>."
msgstr "Right-click \"Heading 1\" and choose <emph>Modify</emph>."
#: globaldoc_howtos.xhp
-#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3147124\n"
@@ -5997,13 +5946,12 @@ msgid "Click the <item type=\"menuitem\">Text Flow</item> tab."
msgstr "Click the <item type=\"menuitem\">Text Flow</item> tab."
#: globaldoc_howtos.xhp
-#, fuzzy
msgctxt ""
"globaldoc_howtos.xhp\n"
"par_id3149770\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."
-msgstr "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 "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."
#: globaldoc_howtos.xhp
msgctxt ""
@@ -6070,13 +6018,12 @@ msgid "About Headers and Footers"
msgstr "About Headers and Footers"
#: 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>"
-msgstr "<bookmark_value>headers;about</bookmark_value><bookmark_value>footers;about</bookmark_value><bookmark_value>HTML documents; headers and footers</bookmark_value>"
+msgstr "<bookmark_value>headers;about</bookmark_value> <bookmark_value>footers;about</bookmark_value> <bookmark_value>HTML documents; headers and footers</bookmark_value>"
#: header_footer.xhp
msgctxt ""
@@ -6119,13 +6066,12 @@ msgid "To add a footer to a page, choose <emph>Insert - Footer</emph>, and then
msgstr "To add a footer to a page, choose <emph>Insert - Footer</emph>, and then select the page style for the current page from the sub-menu."
#: header_footer.xhp
-#, fuzzy
msgctxt ""
"header_footer.xhp\n"
"par_id3153726\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."
-msgstr "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>. Unmark 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 "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."
#: header_footer.xhp
msgctxt ""
@@ -6168,13 +6114,12 @@ msgid "Defining Different Headers and Footers"
msgstr "Defining Different Headers and Footers"
#: 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>"
-msgstr "<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>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>"
#: header_pagestyles.xhp
msgctxt ""
@@ -6193,7 +6138,6 @@ msgid "You can use different headers and footers on different pages in your docu
msgstr "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."
#: header_pagestyles.xhp
-#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3147105\n"
@@ -6218,13 +6162,12 @@ msgid "Open a new text document."
msgstr "Open a new text document."
#: header_pagestyles.xhp
-#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3150946\n"
"help.text"
msgid "Choose <emph>View - Styles and Formatting</emph> and click the <emph>Page Styles</emph> icon in the Styles and Formatting sidebar deck."
-msgstr "Choose <emph>Format - Styles and Formatting</emph> and click the <emph>Page Styles</emph> icon in the Styles and Formatting window."
+msgstr "Choose <emph>View - Styles and Formatting</emph> and click the <emph>Page Styles</emph> icon in the Styles and Formatting sidebar deck."
#: header_pagestyles.xhp
msgctxt ""
@@ -6235,7 +6178,6 @@ msgid "Right-click \"Right Page\" in the list of page styles and choose <emph>Mo
msgstr "Right-click \"Right Page\" in the list of page styles and choose <emph>Modify</emph>."
#: header_pagestyles.xhp
-#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3150536\n"
@@ -6244,7 +6186,6 @@ msgid "In the <item type=\"menuitem\">Page Styles</item> dialog, click the <item
msgstr "In the <item type=\"menuitem\">Page Styles</item> dialogue box, click the <item type=\"menuitem\">Header</item> tab."
#: header_pagestyles.xhp
-#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3153750\n"
@@ -6253,7 +6194,6 @@ msgid "Select <item type=\"menuitem\">Header on</item> and click the <item type=
msgstr "Select <item type=\"menuitem\">Header on</item> and click the <item type=\"menuitem\">Organiser</item> tab."
#: header_pagestyles.xhp
-#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3146865\n"
@@ -6278,7 +6218,6 @@ msgid "In the <emph>Styles and Formatting</emph> window, right-click \"Left Page
msgstr "In the <emph>Styles and Formatting</emph> window, right-click \"Left Page\" in the list of page styles and choose <emph>Modify</emph>."
#: header_pagestyles.xhp
-#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3150748\n"
@@ -6287,7 +6226,6 @@ msgid "In the <item type=\"menuitem\">Page Styles</item> dialog, click the <item
msgstr "In the <item type=\"menuitem\">Page Styles</item> dialogue box, click the <item type=\"menuitem\">Header</item> tab."
#: header_pagestyles.xhp
-#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3153172\n"
@@ -6296,7 +6234,6 @@ msgid "Select <item type=\"menuitem\">Header on</item> and click the <item type=
msgstr "Select <item type=\"menuitem\">Header on</item> and click the <item type=\"menuitem\">Organiser</item> tab."
#: header_pagestyles.xhp
-#, fuzzy
msgctxt ""
"header_pagestyles.xhp\n"
"par_id3147061\n"
@@ -6337,13 +6274,12 @@ msgid "Inserting a Chapter Name and Number in a Header or a Footer"
msgstr "Inserting a Chapter Name and Number in a Header or a Footer"
#: 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>"
-msgstr "<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>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>"
#: header_with_chapter.xhp
msgctxt ""
@@ -6378,7 +6314,6 @@ msgid "Choose <emph>Tools - Outline Numbering</emph>."
msgstr "Choose <emph>Tools - Outline Numbering</emph>."
#: header_with_chapter.xhp
-#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3155898\n"
@@ -6387,7 +6322,6 @@ msgid "In the <item type=\"menuitem\">Style</item> box, select the paragraph sty
msgstr "In the <item type=\"menuitem\">Style</item> box, select the paragraph style that you want to use for chapter titles, for example, \"Heading 1\"."
#: header_with_chapter.xhp
-#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3147124\n"
@@ -6396,7 +6330,6 @@ msgid "Select the numbering style for the chapter titles in the <item type=\"men
msgstr "Select the numbering style for the chapter titles in the <item type=\"menuitem\">Number</item> box, for example, \"1,2,3...\"."
#: header_with_chapter.xhp
-#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3150219\n"
@@ -6405,7 +6338,6 @@ msgid "Type \"Chapter\" followed by a space in the <item type=\"menuitem\">Befor
msgstr "Type \"Chapter\" followed by a space in the <item type=\"menuitem\">Before</item> box."
#: header_with_chapter.xhp
-#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3150245\n"
@@ -6438,7 +6370,6 @@ msgid "Apply the paragraph style that you defined for chapter titles to the chap
msgstr "Apply the paragraph style that you defined for chapter titles to the chapter headings in your document."
#: header_with_chapter.xhp
-#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3153729\n"
@@ -6460,11 +6391,10 @@ msgctxt ""
"header_with_chapter.xhp\n"
"par_id3146863\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item> and click the <item type=\"menuitem\">Document</item> tab."
-msgstr "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
+msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item> and click the <item type=\"menuitem\">Document</item> tab."
+msgstr "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item> and click the <item type=\"menuitem\">Document</item> tab."
#: header_with_chapter.xhp
-#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3153175\n"
@@ -6497,13 +6427,12 @@ msgid "Formatting Headers or Footers"
msgstr "Formatting Headers or Footers"
#: 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>"
-msgstr "<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>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>"
#: header_with_line.xhp
msgctxt ""
@@ -6522,7 +6451,6 @@ msgid "You can apply direct formatting to the text in a header or footer. You ca
msgstr "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."
#: header_with_line.xhp
-#, fuzzy
msgctxt ""
"header_with_line.xhp\n"
"par_id3155873\n"
@@ -6539,7 +6467,6 @@ msgid "Set the spacing options that you want to use."
msgstr "Set the spacing options that you want to use."
#: header_with_line.xhp
-#, fuzzy
msgctxt ""
"header_with_line.xhp\n"
"par_id3147128\n"
@@ -6615,12 +6542,12 @@ msgid "To Create a Variable"
msgstr "To Create a Variable"
#: hidden_text.xhp
+#, fuzzy
msgctxt ""
"hidden_text.xhp\n"
"par_id3153131\n"
-"20\n"
"help.text"
-msgid "Click in your document and choose <emph>Insert - Fields - More Fields</emph>."
+msgid "Click in your document and choose <emph>Insert - Field - More Fields</emph>."
msgstr "Click in your document and choose <emph>Insert - Fields - More Fields</emph>."
#: hidden_text.xhp
@@ -6696,12 +6623,12 @@ msgid "Click in the document where you want to add the text."
msgstr "Click in the document where you want to add the text."
#: hidden_text.xhp
+#, fuzzy
msgctxt ""
"hidden_text.xhp\n"
"par_id3145409\n"
-"5\n"
"help.text"
-msgid "Choose <emph>Insert - Fields - More Fields</emph> and click the <emph>Functions</emph> tab."
+msgid "Choose <emph>Insert - Field - More Fields</emph> and click the <emph>Functions</emph> tab."
msgstr "Choose <emph>Insert - Fields - More Fields</emph> and click the <emph>Functions</emph> tab."
#: hidden_text.xhp
@@ -6759,12 +6686,12 @@ msgid "Click in the paragraph where you want to add the text."
msgstr "Click in the paragraph where you want to add the text."
#: hidden_text.xhp
+#, fuzzy
msgctxt ""
"hidden_text.xhp\n"
"par_id3154872\n"
-"35\n"
"help.text"
-msgid "Choose <emph>Insert - Fields - More Fields</emph> and click the <emph>Functions</emph> tab."
+msgid "Choose <emph>Insert - Field - More Fields</emph> and click the <emph>Functions</emph> tab."
msgstr "Choose <emph>Insert - Fields - More Fields</emph> and click the <emph>Functions</emph> tab."
#: hidden_text.xhp
@@ -6864,12 +6791,12 @@ msgid "<link href=\"text/swriter/guide/nonprintable_text.xhp\" name=\"Creating N
msgstr "<link href=\"text/swriter/guide/nonprintable_text.xhp\" name=\"Creating Non-printing Text\">Creating Non-printing Text</link>"
#: hidden_text.xhp
+#, fuzzy
msgctxt ""
"hidden_text.xhp\n"
"par_id3148603\n"
-"10\n"
"help.text"
-msgid "<link href=\"text/swriter/01/04090000.xhp\" name=\"Insert - Fields - Other\">Insert - Fields - More Fields</link>"
+msgid "<link href=\"text/swriter/01/04090000.xhp\" name=\"Insert - Fields - Other\">Insert - Field - More Fields</link>"
msgstr "<link href=\"text/swriter/01/04090000.xhp\" name=\"Insert - Fields - Other\">Insert - Fields - More Fields</link>"
#: hidden_text.xhp
@@ -6976,13 +6903,12 @@ msgid "Inserting Hyperlinks With the Navigator"
msgstr "Inserting Hyperlinks With the Navigator"
#: 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>"
-msgstr "<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>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>"
#: hyperlinks.xhp
msgctxt ""
@@ -7017,7 +6943,6 @@ msgid "On the Standard bar, click the <emph>Navigator</emph> icon."
msgstr "On the Standard bar, click the <emph>Navigator</emph> icon."
#: hyperlinks.xhp
-#, fuzzy
msgctxt ""
"hyperlinks.xhp\n"
"par_id3156108\n"
@@ -7298,13 +7223,12 @@ msgid "Editing or Deleting Index and Table Entries"
msgstr "Editing or Deleting Index and Table Entries"
#: 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>"
-msgstr "<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>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>"
#: indices_delete.xhp
msgctxt ""
@@ -7315,7 +7239,6 @@ msgid "<variable id=\"indices_delete\"><link href=\"text/swriter/guide/indices_d
msgstr "<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>"
#: indices_delete.xhp
-#, fuzzy
msgctxt ""
"indices_delete.xhp\n"
"par_id3155855\n"
@@ -7416,13 +7339,12 @@ msgid "Right-click and choose an editing option from the menu."
msgstr "Right-click and choose an editing option from the menu."
#: indices_edit.xhp
-#, fuzzy
msgctxt ""
"indices_edit.xhp\n"
"par_id3155872\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 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 "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 unmark the <emph>Protected from manual changes</emph> check box."
+msgstr "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."
#: indices_enter.xhp
msgctxt ""
@@ -7468,13 +7390,12 @@ msgid "Click in a word, or select the words in your document that you want to us
msgstr "Click in a word, or select the words in your document that you want to use as an index entry."
#: indices_enter.xhp
-#, fuzzy
msgctxt ""
"indices_enter.xhp\n"
"par_id3147409\n"
"help.text"
msgid "Choose <emph>Insert - Table of Contents and Index - Index Entry</emph>, and do one of the following:"
-msgstr "Choose <emph>Insert - Indexes and Tables - Entry</emph>, and do one of the following:"
+msgstr "Choose <emph>Insert - Table of Contents and Index - Index Entry</emph>, and do one of the following:"
#: indices_enter.xhp
msgctxt ""
@@ -7610,13 +7531,12 @@ msgid "To Apply a Different Paragraph Style to an Index Level"
msgstr "To Apply a Different Paragraph Style to an Index Level"
#: indices_form.xhp
-#, fuzzy
msgctxt ""
"indices_form.xhp\n"
"par_id3147110\n"
"help.text"
msgid "Right-click in the index or table of contents, and then choose <emph>Edit Index or Table of Contents</emph>."
-msgstr "Right-click in the index or table of contents, and then choose <emph>Edit Index/Table</emph>."
+msgstr "Right-click in the index or table of contents, and then choose <emph>Edit Index or Table of Contents</emph>."
#: indices_form.xhp
msgctxt ""
@@ -7682,13 +7602,12 @@ msgid "You can assign a cross-reference as a hyperlink to entries in a table of
msgstr "You can assign a cross-reference as a hyperlink to entries in a table of contents."
#: indices_form.xhp
-#, fuzzy
msgctxt ""
"indices_form.xhp\n"
"par_id3150712\n"
"help.text"
msgid "Right-click in the table of contents, and then choose <emph>Edit Index or Table of Contents</emph>."
-msgstr "Right-click in the table of contents, and then choose <emph>Edit Index/Table</emph>."
+msgstr "Right-click in the table of contents, and then choose <emph>Edit Index or Table of Contents</emph>."
#: indices_form.xhp
msgctxt ""
@@ -7744,13 +7663,12 @@ msgid "Creating Alphabetical Indexes"
msgstr "Creating Alphabetical Indexes"
#: 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>"
-msgstr "<bookmark_value>concordance files;indexes</bookmark_value><bookmark_value>indexes; alphabetical indexes</bookmark_value><bookmark_value>alphabetical indexes</bookmark_value>"
+msgstr "<bookmark_value>concordance files;indexes</bookmark_value> <bookmark_value>indexes; alphabetical indexes</bookmark_value> <bookmark_value>alphabetical indexes</bookmark_value>"
#: indices_index.xhp
msgctxt ""
@@ -7777,16 +7695,14 @@ msgid "Choose <emph>Insert - Table of Contents and Index - Table of Contents, In
msgstr "Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>."
#: indices_index.xhp
-#, fuzzy
msgctxt ""
"indices_index.xhp\n"
"par_id3155884\n"
"help.text"
msgid "On the <emph>Index or Table of Contents</emph> tab, select \"Alphabetical Index\" in the <emph>Type</emph> box."
-msgstr "On the <emph>Index/Table</emph> tab, select \"Alphabetical Index\" in the <emph>Type</emph> box."
+msgstr "On the <emph>Index or Table of Contents</emph> tab, select \"Alphabetical Index\" in the <emph>Type</emph> box."
#: indices_index.xhp
-#, fuzzy
msgctxt ""
"indices_index.xhp\n"
"par_id3147114\n"
@@ -7811,13 +7727,12 @@ msgid "Click <emph>OK</emph>."
msgstr "Click <emph>OK</emph>."
#: indices_index.xhp
-#, fuzzy
msgctxt ""
"indices_index.xhp\n"
"par_id3150502\n"
"help.text"
msgid "To update the index, right-click in the index, and then choose <emph>Update Index or Table of Contents</emph>."
-msgstr "To update the index, right-click in the index, and then choose <emph>Update Index/Table</emph>."
+msgstr "To update the index, right-click in the index, and then choose <emph>Update Index or Table of Contents</emph>."
#: indices_index.xhp
msgctxt ""
@@ -7836,13 +7751,12 @@ msgid "Creating a Bibliography"
msgstr "Creating a Bibliography"
#: 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>"
-msgstr "<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>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>"
#: indices_literature.xhp
msgctxt ""
@@ -7901,7 +7815,6 @@ msgid "Choose <emph>Insert - Record</emph>."
msgstr "Choose <emph>Insert - Record</emph>."
#: indices_literature.xhp
-#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3147123\n"
@@ -7910,7 +7823,6 @@ msgid "Type a name for the bibliography entry in the <item type=\"menuitem\">Sho
msgstr "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."
#: indices_literature.xhp
-#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3150219\n"
@@ -7935,13 +7847,12 @@ msgid "Click in your document where you want to add the bibliography entry."
msgstr "Click in your document where you want to add the bibliography entry."
#: indices_literature.xhp
-#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3150964\n"
"help.text"
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 "Choose <link href=\"text/swriter/01/04120300.xhp\" name=\"Insert - Indexes and Tables - Bibliography Entry\"><emph>Insert - Indexes and Tables - Bibliography Entry</emph></link>."
+msgstr "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>."
#: indices_literature.xhp
msgctxt ""
@@ -7952,7 +7863,6 @@ msgid "Select <emph>From document content</emph> and click <emph>New</emph>."
msgstr "Select <emph>From document content</emph> and click <emph>New</emph>."
#: indices_literature.xhp
-#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3153738\n"
@@ -7961,7 +7871,6 @@ msgid "Type a name for the bibliography entry in the <item type=\"menuitem\">Sho
msgstr "Type a name for the bibliography entry in the <item type=\"menuitem\">Short name</item> box."
#: indices_literature.xhp
-#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3153763\n"
@@ -7978,7 +7887,6 @@ msgid "Click <emph>OK</emph>."
msgstr "Click <emph>OK</emph>."
#: indices_literature.xhp
-#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3146897\n"
@@ -8003,13 +7911,12 @@ msgid "Click in your document where you want to add the bibliography entry."
msgstr "Click in your document where you want to add the bibliography entry."
#: indices_literature.xhp
-#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3148421\n"
"help.text"
msgid "Choose <emph>Insert - Table of Contents and Index - Bibliography Entry</emph>."
-msgstr "Choose <emph>Insert - Indexes and Tables - Bibliography Entry</emph>."
+msgstr "Choose <emph>Insert - Table of Contents and Index - Bibliography Entry</emph>."
#: indices_literature.xhp
msgctxt ""
@@ -8020,7 +7927,6 @@ msgid "Select <emph>From bibliography database</emph>."
msgstr "Select <emph>From bibliography database</emph>."
#: indices_literature.xhp
-#, fuzzy
msgctxt ""
"indices_literature.xhp\n"
"par_id3147059\n"
@@ -8096,23 +8002,21 @@ msgid "Create an <link href=\"text/swriter/01/04120210.xhp\" name=\"index in eac
msgstr "Create an <link href=\"text/swriter/01/04120210.xhp\" name=\"index in each individual document\">index in each individual document</link>, copy and paste the indexes into a single document, and then edit them."
#: 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 <item type=\"menuitem\">Browse</item> button, and then locate and insert a named index section."
-msgstr "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."
+msgstr "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."
#: indices_multidoc.xhp
-#, fuzzy
msgctxt ""
"indices_multidoc.xhp\n"
"par_id3150230\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 - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>."
-msgstr "Create a <link href=\"text/shared/01/01010001.xhp\" name=\"master document\">master document</link>, add the files as sub-documents that you want to include in the index, and then choose <emph>Insert - Index and Tables - Indexes and Tables</emph>."
+msgstr "Create a <link href=\"text/shared/01/01010001.xhp\" name=\"master document\">master document</link>, add as sub-documents 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>."
#: indices_toc.xhp
msgctxt ""
@@ -8123,13 +8027,12 @@ msgid "Creating a Table of Contents"
msgstr "Creating a Table of Contents"
#: 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>"
-msgstr "<bookmark_value>tables of contents; creating and updating</bookmark_value><bookmark_value>updating; tables of contents</bookmark_value>"
+msgstr "<bookmark_value>tables of contents; creating and updating</bookmark_value> <bookmark_value>updating; tables of contents</bookmark_value>"
#: indices_toc.xhp
msgctxt ""
@@ -8196,13 +8099,12 @@ msgid "Click <emph>OK</emph>."
msgstr "Click <emph>OK</emph>."
#: indices_toc.xhp
-#, fuzzy
msgctxt ""
"indices_toc.xhp\n"
"par_id3146896\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\">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 "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> dialogue 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 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> dialogue 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."
#: indices_toc.xhp
msgctxt ""
@@ -8221,13 +8123,12 @@ msgid "Do one of the following:"
msgstr "Do one of the following:"
#: indices_toc.xhp
-#, fuzzy
msgctxt ""
"indices_toc.xhp\n"
"par_id3153183\n"
"help.text"
msgid "Right-click in the table of contents and choose <emph>Update Index or Table of Contents</emph>."
-msgstr "Right-click in the table of contents and choose <emph>Update Index/Table</emph>."
+msgstr "Right-click in the table of contents and choose <emph>Update Index or Table of Contents</emph>."
#: indices_toc.xhp
msgctxt ""
@@ -8246,13 +8147,12 @@ msgid "User-Defined Indexes"
msgstr "User-Defined Indexes"
#: 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>"
-msgstr "<bookmark_value>indexes; creating user-defined indexes</bookmark_value><bookmark_value>user-defined indexes</bookmark_value>"
+msgstr "<bookmark_value>indexes; creating user-defined indexes</bookmark_value> <bookmark_value>user-defined indexes</bookmark_value>"
#: indices_userdef.xhp
msgctxt ""
@@ -8295,7 +8195,6 @@ msgid "Choose <emph>Insert - Table of Contents and Index - Index Entry</emph>."
msgstr "Choose <emph>Insert - Table of Contents and Index - Index Entry</emph>."
#: indices_userdef.xhp
-#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"par_id3154248\n"
@@ -8304,7 +8203,6 @@ msgid "Click the <item type=\"menuitem\">New User-defined Index</item> button ne
msgstr "Click the <item type=\"menuitem\">New User-Defined Index</item> button next to the <item type=\"menuitem\">Index</item> box."
#: indices_userdef.xhp
-#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"par_id3155886\n"
@@ -8313,7 +8211,6 @@ msgid "Type a name for the index in the <item type=\"menuitem\">Name</item> box
msgstr "Type a name for the index in the <item type=\"menuitem\">Name</item> box and click <item type=\"menuitem\">OK</item>."
#: indices_userdef.xhp
-#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"par_id3147114\n"
@@ -8322,13 +8219,12 @@ msgid "Click <item type=\"menuitem\">Insert</item> to add the selected word(s) t
msgstr "Click <item type=\"menuitem\">Insert</item> to add the selected word(s) to the new index."
#: indices_userdef.xhp
-#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"par_id3147139\n"
"help.text"
msgid "Click <item type=\"menuitem\">Close</item>."
-msgstr "Click <item type=\"menuitem\">Insert</item>."
+msgstr "Click <item type=\"menuitem\">Close</item>."
#: indices_userdef.xhp
msgctxt ""
@@ -8355,13 +8251,12 @@ msgid "Choose <emph>Insert - Table of Contents and Index - Table of Contents, In
msgstr "Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>."
#: indices_userdef.xhp
-#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"par_id3150509\n"
"help.text"
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 "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."
+msgstr "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."
#: indices_userdef.xhp
msgctxt ""
@@ -8380,13 +8275,12 @@ msgid "Click <emph>OK</emph>."
msgstr "Click <emph>OK</emph>."
#: indices_userdef.xhp
-#, fuzzy
msgctxt ""
"indices_userdef.xhp\n"
"par_id3150720\n"
"help.text"
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."
+msgstr "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."
#: insert_beforetable.xhp
msgctxt ""
@@ -8839,13 +8733,12 @@ msgid "Combining Numbered Lists"
msgstr "Combining Numbered Lists"
#: 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>"
-msgstr "<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>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>"
#: join_numbered_lists.xhp
msgctxt ""
@@ -8880,7 +8773,6 @@ msgid "Select all of the paragraphs in the lists."
msgstr "Select all of the paragraphs in the lists."
#: join_numbered_lists.xhp
-#, fuzzy
msgctxt ""
"join_numbered_lists.xhp\n"
"par_id3155911\n"
@@ -8913,7 +8805,6 @@ msgid "Continue to hold down Ctrl, and drag a selection in each numbered paragra
msgstr "Continue to hold down Ctrl, and drag a selection in each numbered paragraph of the lists you want to combine."
#: join_numbered_lists.xhp
-#, fuzzy
msgctxt ""
"join_numbered_lists.xhp\n"
"par_id3145102\n"
@@ -9157,13 +9048,12 @@ msgid "You can import styles from another document or template into the current
msgstr "You can import styles from another document or template into the current document."
#: load_styles.xhp
-#, fuzzy
msgctxt ""
"load_styles.xhp\n"
"par_id3155910\n"
"help.text"
msgid "Choose <emph>View - Styles and Formatting</emph> to open the <emph>Styles and Formatting</emph> sidebar deck."
-msgstr "Choose <emph>Format - Styles and Formatting</emph> to open the <emph>Styles and Formatting</emph> window."
+msgstr "Choose <emph>View - Styles and Formatting</emph> to open the <emph>Styles and Formatting</emph> sidebar deck."
#: load_styles.xhp
msgctxt ""
@@ -9622,11 +9512,10 @@ msgctxt ""
"number_sequence.xhp\n"
"par_id3155048\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 - Field - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab."
msgstr "Choose <item type=\"menuitem\">Insert - Fields - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab."
#: number_sequence.xhp
-#, fuzzy
msgctxt ""
"number_sequence.xhp\n"
"par_id3156240\n"
@@ -9635,7 +9524,6 @@ msgid "Click \"Number range\" in the <item type=\"menuitem\">Type</item> list."
msgstr "Click \"Number range\" in the <item type=\"menuitem\">Type</item> list."
#: number_sequence.xhp
-#, fuzzy
msgctxt ""
"number_sequence.xhp\n"
"par_id3153363\n"
@@ -9684,13 +9572,12 @@ msgid "Adding Line Numbers"
msgstr "Adding Line Numbers"
#: 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>"
-msgstr "<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>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>"
#: numbering_lines.xhp
msgctxt ""
@@ -9805,7 +9692,6 @@ msgid "Click the <emph>Numbering</emph> tab."
msgstr "Click the <emph>Numbering</emph> tab."
#: numbering_lines.xhp
-#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3150956\n"
@@ -9830,7 +9716,6 @@ msgid "Select the paragraph(s) where you want to add the line numbers."
msgstr "Select the paragraph(s) where you want to add the line numbers."
#: numbering_lines.xhp
-#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3151096\n"
@@ -9879,7 +9764,6 @@ msgid "Click in a paragraph."
msgstr "Click in a paragraph."
#: numbering_lines.xhp
-#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3150721\n"
@@ -9888,7 +9772,6 @@ msgid "Choose <item type=\"menuitem\">Format - Paragraph</item>, and then click
msgstr "Choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <item type=\"menuitem\">Numbering</item> tab."
#: numbering_lines.xhp
-#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3148389\n"
@@ -9897,7 +9780,6 @@ msgid "Select the <item type=\"menuitem\">Include this paragraph in line numberi
msgstr "Mark the <item type=\"menuitem\">Include this paragraph in line numbering</item> check box."
#: numbering_lines.xhp
-#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3148414\n"
@@ -9906,7 +9788,6 @@ msgid "Select <item type=\"menuitem\">Restart at the paragraph</item> check box.
msgstr "Mark the <item type=\"menuitem\">Restart at the paragraph</item> check box."
#: numbering_lines.xhp
-#, fuzzy
msgctxt ""
"numbering_lines.xhp\n"
"par_id3153779\n"
@@ -10219,13 +10100,12 @@ msgid "Changing Page Backgrounds"
msgstr "Changing Page Backgrounds"
#: 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>"
-msgstr "<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>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>"
#: pagebackground.xhp
msgctxt ""
@@ -10252,13 +10132,12 @@ msgid "To Change the Page Background"
msgstr "To Change the Page Background"
#: pagebackground.xhp
-#, fuzzy
msgctxt ""
"pagebackground.xhp\n"
"par_idN10827\n"
"help.text"
msgid "Choose <emph>View - Styles and Formatting</emph>."
-msgstr "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "Choose <emph>View - Styles and Formatting</emph>."
#: pagebackground.xhp
msgctxt ""
@@ -10349,13 +10228,12 @@ msgid "Before you begin, ensure that you have created a page style that uses a p
msgstr "Before you begin, ensure that you have created a page style that uses a page background. See <link href=\"text/swriter/guide/pagebackground.xhp#define\">To Change the Page Background</link> for details."
#: pagebackground.xhp
-#, fuzzy
msgctxt ""
"pagebackground.xhp\n"
"par_idN10892\n"
"help.text"
msgid "Choose <emph>View - Styles and Formatting</emph>."
-msgstr "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "Choose <emph>View - Styles and Formatting</emph>."
#: pagebackground.xhp
msgctxt ""
@@ -10414,7 +10292,6 @@ msgid "Select <emph>Page break</emph>."
msgstr "Select <emph>Page break</emph>."
#: pagebackground.xhp
-#, fuzzy
msgctxt ""
"pagebackground.xhp\n"
"par_idN108D1\n"
@@ -10495,11 +10372,12 @@ msgid "To Insert Page Numbers"
msgstr "To Insert Page Numbers"
#: pagenumbers.xhp
+#, fuzzy
msgctxt ""
"pagenumbers.xhp\n"
"par_id8611102\n"
"help.text"
-msgid "Choose <emph>Insert - Fields - Page Number</emph> to insert a page number at the current cursor position."
+msgid "Choose <emph>Insert - Field - Page Number</emph> to insert a page number at the current cursor position."
msgstr "Choose <emph>Insert - Fields - Page Number</emph> to insert a page number at the current cursor position."
#: pagenumbers.xhp
@@ -10703,13 +10581,12 @@ msgid "Click into the first page of your document."
msgstr "Click within the first page of your document."
#: pagenumbers.xhp
-#, fuzzy
msgctxt ""
"pagenumbers.xhp\n"
"par_id4313791\n"
"help.text"
msgid "Choose <emph>View - Styles and Formatting</emph>."
-msgstr "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "Choose <emph>View - Styles and Formatting</emph>."
#: pagenumbers.xhp
msgctxt ""
@@ -10912,13 +10789,12 @@ msgid "To change the page orientation for all pages that share the same page sty
msgstr "To change the page orientation for all pages that share the same page style, you first need a page style, then apply that style:"
#: pageorientation.xhp
-#, fuzzy
msgctxt ""
"pageorientation.xhp\n"
"par_idN10727\n"
"help.text"
msgid "Choose <emph>View - Styles and Formatting</emph>."
-msgstr "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "Choose <emph>View - Styles and Formatting</emph>."
#: pageorientation.xhp
msgctxt ""
@@ -11089,13 +10965,12 @@ msgid "To apply the \"page break with style\" property to the current paragraph
msgstr "To apply the \"page break with style\" property to the current paragraph style, right-click the current paragraph. Choose <item type=\"menuitem\">Edit Paragraph Style</item> from the context menu. 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 list box."
#: 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\">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 "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 list box."
+msgstr "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 list box."
#: pagestyles.xhp
msgctxt ""
@@ -11106,16 +10981,14 @@ msgid "Creating and Applying Page Styles"
msgstr "Creating and Applying Page Styles"
#: 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>"
-msgstr "<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>page styles;creating and applying</bookmark_value> <bookmark_value>defining;page styles</bookmark_value> <bookmark_value>styles;for pages</bookmark_value>"
#: pagestyles.xhp
-#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"hd_id3155182\n"
@@ -11140,13 +11013,12 @@ msgid "To Define a New Page Style"
msgstr "To Define a New Page Style"
#: pagestyles.xhp
-#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"par_id3153411\n"
"help.text"
msgid "Choose <item type=\"menuitem\">View - Styles and Formatting</item>."
-msgstr "Choose <item type=\"menuitem\">Format - Styles and Formatting</item>."
+msgstr "Choose <item type=\"menuitem\">View - Styles and Formatting</item>."
#: pagestyles.xhp
msgctxt ""
@@ -11221,13 +11093,12 @@ msgid "Click in the page that you want to apply the page style to."
msgstr "Click in the page to which you want to apply the page style."
#: pagestyles.xhp
-#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"par_id3155888\n"
"help.text"
msgid "Choose <item type=\"menuitem\">View - Styles and Formatting</item>, and then click the <item type=\"menuitem\">Page Style</item> icon."
-msgstr "Choose <item type=\"menuitem\">Format - Styles and Formatting</item>, and then click the <item type=\"menuitem\">Page Style</item> icon."
+msgstr "Choose <item type=\"menuitem\">View - Styles and Formatting</item>, and then click the <item type=\"menuitem\">Page Style</item> icon."
#: pagestyles.xhp
msgctxt ""
@@ -11270,7 +11141,6 @@ msgid "Select <emph>Page break</emph>."
msgstr "Select <emph>Page break</emph>."
#: pagestyles.xhp
-#, fuzzy
msgctxt ""
"pagestyles.xhp\n"
"par_id3150939\n"
@@ -11572,13 +11442,12 @@ msgid "Selecting printer paper trays"
msgstr "Selecting printer paper trays"
#: 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>"
-msgstr "<bookmark_value>selecting;paper trays</bookmark_value><bookmark_value>paper tray selection</bookmark_value>"
+msgstr "<bookmark_value>selecting;paper trays</bookmark_value> <bookmark_value>paper tray selection</bookmark_value>"
#: printer_tray.xhp
msgctxt ""
@@ -11597,16 +11466,14 @@ msgid "Use page styles to specify different paper sources for different pages in
msgstr "Use page styles to specify different paper sources for different pages in your document."
#: printer_tray.xhp
-#, fuzzy
msgctxt ""
"printer_tray.xhp\n"
"par_id3149841\n"
"help.text"
msgid "Choose <emph>View - Styles and Formatting</emph>."
-msgstr "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "Choose <emph>View - Styles and Formatting</emph>."
#: printer_tray.xhp
-#, fuzzy
msgctxt ""
"printer_tray.xhp\n"
"par_id3156108\n"
@@ -11623,7 +11490,6 @@ msgid "Right-click the page style in the list that you want to specify the paper
msgstr "Right-click the page style in the list that you want to specify the paper source for, and then choose <emph>Modify</emph>."
#: printer_tray.xhp
-#, fuzzy
msgctxt ""
"printer_tray.xhp\n"
"par_id3153416\n"
@@ -11952,13 +11818,12 @@ msgid "Place the cursor in the index/table of contents."
msgstr "Place the cursor in the index/table of contents."
#: protection.xhp
-#, fuzzy
msgctxt ""
"protection.xhp\n"
"par_id3159088\n"
"help.text"
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 "From the context menu choose <emph>Edit Index/Table</emph>. On the Index/Table tab page, mark <emph>Protected against manual changes</emph>."
+msgstr "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>."
#: protection.xhp
msgctxt ""
@@ -11979,13 +11844,12 @@ msgid "Place the cursor in the index. First of all, if necessary, under <switchi
msgstr "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>."
#: protection.xhp
-#, fuzzy
msgctxt ""
"protection.xhp\n"
"par_id3152968\n"
"help.text"
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 "From the context menu choose <emph>Edit Index/Table</emph>. On the Index/Table tab page, mark <emph>Protected against manual changes</emph>."
+msgstr "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>."
#: protection.xhp
msgctxt ""
@@ -12013,13 +11877,12 @@ msgid "Inserting Cross-References"
msgstr "Inserting Cross-References"
#: 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>"
-msgstr "<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>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>"
#: references.xhp
msgctxt ""
@@ -12102,7 +11965,6 @@ msgid "Type a name for the target in the <emph>Name</emph> box. The selected tex
msgstr "Type a name for the target in the <emph>Name</emph> box. The selected text is displayed in the <emph>Value</emph> box."
#: references.xhp
-#, fuzzy
msgctxt ""
"references.xhp\n"
"par_id3145110\n"
@@ -12287,13 +12149,12 @@ msgid "Modifying Cross-References"
msgstr "Modifying Cross-References"
#: 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>"
-msgstr "<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>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>"
#: references_modify.xhp
msgctxt ""
@@ -12336,7 +12197,6 @@ msgid "Set the options that you want, and then click <emph>OK</emph>."
msgstr "Set the options that you want, and then click <emph>OK</emph>."
#: references_modify.xhp
-#, fuzzy
msgctxt ""
"references_modify.xhp\n"
"par_id3154255\n"
@@ -12500,13 +12360,12 @@ msgid "This AutoCorrect feature only works on text that is formatted with the \"
msgstr "This AutoCorrect feature only works on text that is formatted with the \"Default\" paragraph style."
#: removing_line_breaks.xhp
-#, fuzzy
msgctxt ""
"removing_line_breaks.xhp\n"
"par_id3153138\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options</item>."
-msgstr "Choose <item type=\"menuitem\">Tools - AutoCorrect Options</item>."
+msgstr "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options</item>."
#: removing_line_breaks.xhp
msgctxt ""
@@ -13014,13 +12873,12 @@ msgid "Inserting Sections"
msgstr "Inserting Sections"
#: 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>"
-msgstr "<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>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>"
#: section_insert.xhp
msgctxt ""
@@ -13071,7 +12929,6 @@ msgid "Choose <emph>Insert - Section</emph>."
msgstr "Choose <emph>Insert - Section</emph>."
#: section_insert.xhp
-#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3153404\n"
@@ -13136,7 +12993,6 @@ msgid "Choose <emph>Insert - Section</emph>."
msgstr "Choose <emph>Insert - Section</emph>."
#: section_insert.xhp
-#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3153363\n"
@@ -13145,7 +13001,6 @@ msgid "In the <item type=\"menuitem\">New Section</item> box, type a name for th
msgstr "In the <item type=\"menuitem\">New Section</item> box, type a name for the section."
#: section_insert.xhp
-#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3153387\n"
@@ -13154,7 +13009,6 @@ msgid "In the <item type=\"menuitem\">Link</item> area, select the <item type=\"
msgstr "In the <item type=\"menuitem\">Link</item> area, mark the <item type=\"menuitem\">Link</item> check box. <switchinline select=\"sys\"><caseinline select=\"WIN\">Under Windows, you can also mark 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>"
#: section_insert.xhp
-#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3154852\n"
@@ -13171,7 +13025,6 @@ msgid "Locate the document containing the section that you want to link to, and
msgstr "Locate the document containing the section that you want to link to, and then click <emph>Insert</emph>."
#: section_insert.xhp
-#, fuzzy
msgctxt ""
"section_insert.xhp\n"
"par_id3149978\n"
@@ -13328,13 +13181,12 @@ msgid "Saving Text Documents in HTML Format"
msgstr "Saving Text Documents in HTML Format"
#: 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>"
-msgstr "<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>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>"
#: send2html.xhp
msgctxt ""
@@ -13377,7 +13229,6 @@ msgid "Choose <emph>File - Send - Create HTML Document</emph>."
msgstr "Choose <emph>File - Send - Create HTML Document</emph>."
#: send2html.xhp
-#, fuzzy
msgctxt ""
"send2html.xhp\n"
"par_id3149281\n"
@@ -13681,13 +13532,12 @@ msgid "Checking Spelling and Grammar"
msgstr "Checking Spelling Manually"
#: 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>"
-msgstr "<bookmark_value>spell check; checking text documents manually</bookmark_value><bookmark_value>checking spelling;manually</bookmark_value><bookmark_value>grammar checker</bookmark_value>"
+msgstr "<bookmark_value>spell check; checking text documents manually</bookmark_value> <bookmark_value>checking spelling;manually</bookmark_value> <bookmark_value>grammar checker</bookmark_value>"
#: spellcheck_dialog.xhp
msgctxt ""
@@ -13710,8 +13560,8 @@ msgctxt ""
"spellcheck_dialog.xhp\n"
"par_id0525200902184476\n"
"help.text"
-msgid "To check the spelling and the grammar of a text, the appropriate dictionaries must be installed. For many languages three different dictionaries exist: a spellchecker, a hyphenation dictionary, and a thesaurus. Each dictionary covers one language only. Grammar checkers can be downloaded and installed as extensions. See the <link href=\"http://extensions.libreoffice.org/dictionary\">extensions web page</link>."
-msgstr "To check the spelling and the grammar of a text, the appropriate dictionaries must be installed. For many languages three different dictionaries exist: a spelling checker, a hyphenation dictionary, and a thesaurus. Each dictionary covers one language only. Grammar checkers can be downloaded and installed as extensions. See the <link href=\"http://extensions.libreoffice.org/dictionary\">extensions web page</link>."
+msgid "To check the spelling and the grammar of a text, the appropriate dictionaries must be installed. For many languages three different dictionaries exist: a spellchecker, a hyphenation dictionary, and a thesaurus. Each dictionary covers one language only. Grammar checkers can be downloaded and installed as extensions. See the <link href=\"http://extensions.libreoffice.org/extension-center?getCategories=Dictionary\">extensions web page</link>."
+msgstr "To check the spelling and the grammar of a text, the appropriate dictionaries must be installed. For many languages three different dictionaries exist: a spell check dictionary, a hyphenation dictionary, and a thesaurus. Each dictionary covers one language only. Grammar checkers can be downloaded and installed as extensions. See the <link href=\"http://extensions.libreoffice.org/extension-center?getCategories=Dictionary\">extensions web page</link>."
#: spellcheck_dialog.xhp
msgctxt ""
@@ -13738,7 +13588,6 @@ msgid "Choose <emph>Tools - Spelling and Grammar</emph>."
msgstr "Choose <emph>Tools - Spelling and Grammar</emph>."
#: spellcheck_dialog.xhp
-#, fuzzy
msgctxt ""
"spellcheck_dialog.xhp\n"
"par_id3156104\n"
@@ -13821,13 +13670,12 @@ msgid "You can quickly apply styles, such as paragraph and character styles, in
msgstr "You can quickly apply styles, such as paragraph and character styles, in your document by using the Fill Format Mode in the Styles and Formatting window."
#: stylist_fillformat.xhp
-#, fuzzy
msgctxt ""
"stylist_fillformat.xhp\n"
"par_id3156114\n"
"help.text"
msgid "Choose <emph>View - Styles and Formatting</emph>."
-msgstr "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "Choose <emph>View - Styles and Formatting</emph>."
#: stylist_fillformat.xhp
msgctxt ""
@@ -13883,13 +13731,12 @@ msgid "Creating New Styles From Selections"
msgstr "Creating New Styles From Selections"
#: 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>"
-msgstr "<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>styles; creating from selections</bookmark_value> <bookmark_value>drag-and-drop;creating new styles</bookmark_value> <bookmark_value>copying;styles, from selections</bookmark_value>"
#: stylist_fromselect.xhp
msgctxt ""
@@ -13908,13 +13755,12 @@ msgid "To Create a New Style From a Manually Formatted Selection"
msgstr "To Create a New Style From a Manually Formatted Selection"
#: stylist_fromselect.xhp
-#, fuzzy
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3156097\n"
"help.text"
msgid "Choose <emph>View - Styles and Formatting</emph>."
-msgstr "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "Choose <emph>View - Styles and Formatting</emph>."
#: stylist_fromselect.xhp
msgctxt ""
@@ -13933,7 +13779,6 @@ msgid "Click in the document where you want to copy the style from, for example,
msgstr "Click in the document where you want to copy the style from, for example, in a paragraph that you applied manual formatting to."
#: stylist_fromselect.xhp
-#, fuzzy
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3153138\n"
@@ -13942,7 +13787,6 @@ msgid "Click the arrow next to the <item type=\"menuitem\">New Style from Select
msgstr "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 sub-menu"
#: stylist_fromselect.xhp
-#, fuzzy
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3156260\n"
@@ -13967,13 +13811,12 @@ msgid "To Create a New Style by Drag-And-Drop"
msgstr "To Create a New Style by Drag-and-Drop"
#: stylist_fromselect.xhp
-#, fuzzy
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3154233\n"
"help.text"
msgid "Choose <emph>View - Styles and Formatting</emph>."
-msgstr "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "Choose <emph>View - Styles and Formatting</emph>."
#: stylist_fromselect.xhp
msgctxt ""
@@ -14049,13 +13892,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=\"Updating Styles From Selections\">Updating Styles From Selections</link></variable>"
#: stylist_update.xhp
-#, fuzzy
msgctxt ""
"stylist_update.xhp\n"
"par_id3149838\n"
"help.text"
msgid "Choose <emph>View - Styles and Formatting</emph>."
-msgstr "Choose <emph>Format - Styles and Formatting</emph>."
+msgstr "Choose <emph>View - Styles and Formatting</emph>."
#: stylist_update.xhp
msgctxt ""
@@ -14802,13 +14644,12 @@ msgid "Repeating a Table Header on a New Page"
msgstr "Repeating a Table Header on a New Page"
#: 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>"
-msgstr "<bookmark_value>table headings; repeating 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>table headings; repeating 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>"
#: table_repeat_multiple_headers.xhp
msgctxt ""
@@ -14835,7 +14676,6 @@ msgid "Choose <emph>Table - Insert - Table</emph>."
msgstr "Choose <emph>Table - Insert - Table</emph>."
#: table_repeat_multiple_headers.xhp
-#, fuzzy
msgctxt ""
"table_repeat_multiple_headers.xhp\n"
"par_id3156240\n"
@@ -14956,13 +14796,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\">Icon</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 Size</item> toolbar on the <item type=\"menuitem\">Table</item> Bar."
-msgstr "You can also distribute rows and columns evenly using the icons on the <item type=\"menuitem\">Optimise</item> toolbar on the <item type=\"menuitem\">Table</item> Bar."
+msgstr "You can also distribute rows and columns evenly using the icons on the <item type=\"menuitem\">Optimise Size</item> toolbar on the <item type=\"menuitem\">Table</item> Bar."
#: table_sizing.xhp
msgctxt ""
@@ -15045,13 +14884,12 @@ msgid "To Change the Width of a Cell"
msgstr "To Change the Width of a Cell"
#: 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"
-msgstr "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 "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"
#: table_sizing.xhp
msgctxt ""
@@ -15062,13 +14900,12 @@ msgid "Changing the Height of a Row"
msgstr "Changing the Height of a Row"
#: 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."
-msgstr "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 "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."
#: table_sizing.xhp
msgctxt ""
@@ -15205,13 +15042,12 @@ msgid "Creating a Document Template"
msgstr "Creating a Document Template"
#: 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>"
-msgstr "<bookmark_value>document templates</bookmark_value><bookmark_value>templates; creating document templates</bookmark_value>"
+msgstr "<bookmark_value>document templates</bookmark_value> <bookmark_value>templates; creating document templates</bookmark_value>"
#: template_create.xhp
msgctxt ""
@@ -15246,7 +15082,6 @@ msgid "Choose <emph>File - Save As Template</emph>."
msgstr "Choose <emph>File - Save As Template</emph>."
#: template_create.xhp
-#, fuzzy
msgctxt ""
"template_create.xhp\n"
"par_id3149829\n"
@@ -15255,7 +15090,6 @@ msgid "In the <item type=\"menuitem\">New Template</item> box, type a name for t
msgstr "In the <item type=\"menuitem\">New Template</item> box, type a name for the new template."
#: template_create.xhp
-#, fuzzy
msgctxt ""
"template_create.xhp\n"
"par_id3156098\n"
@@ -15272,13 +15106,12 @@ msgid "Click <emph>OK</emph>."
msgstr "Click <emph>OK</emph>."
#: template_create.xhp
-#, fuzzy
msgctxt ""
"template_create.xhp\n"
"par_id3153404\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>."
-msgstr "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 "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>."
#: template_create.xhp
msgctxt ""
@@ -15463,13 +15296,12 @@ msgid "Animating Text"
msgstr "Animating Text"
#: 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>"
-msgstr "<bookmark_value>text animation</bookmark_value><bookmark_value>effects; text animation</bookmark_value><bookmark_value>animations;text</bookmark_value>"
+msgstr "<bookmark_value>text animation</bookmark_value> <bookmark_value>effects; text animation</bookmark_value> <bookmark_value>animations;text</bookmark_value>"
#: text_animation.xhp
msgctxt ""
@@ -15496,7 +15328,6 @@ msgid "Select the drawing object containing the text that you want to animate."
msgstr "Select the drawing object containing the text that you want to animate."
#: text_animation.xhp
-#, fuzzy
msgctxt ""
"text_animation.xhp\n"
"par_id3155178\n"
@@ -15505,7 +15336,6 @@ msgid "Choose <item type=\"menuitem\">Format - Object - Text Attributes</item>,
msgstr "Choose <item type=\"menuitem\">Format - Object - Text Attributes</item>, and then click the <item type=\"menuitem\">Text Animation</item> tab."
#: text_animation.xhp
-#, fuzzy
msgctxt ""
"text_animation.xhp\n"
"par_id3149819\n"
@@ -15556,13 +15386,12 @@ msgid "You can change the case of text, format text with small capitals, or capi
msgstr "You can change the case of text, format text with small capitals, or capitalise the first letter of each word in a selection."
#: text_capital.xhp
-#, fuzzy
msgctxt ""
"text_capital.xhp\n"
"par_idN10728\n"
"help.text"
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 "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."
+msgstr "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."
#: text_capital.xhp
msgctxt ""
@@ -15592,13 +15421,12 @@ msgid "Do one of the following:"
msgstr "Do one of the following:"
#: text_capital.xhp
-#, fuzzy
msgctxt ""
"text_capital.xhp\n"
"par_id1120200910485778\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Format - Text - Change Case - Uppercase</item>."
-msgstr "Choose <item type=\"menuitem\">Format - Change Case - Upper-case</item>."
+msgstr "Choose <item type=\"menuitem\">Format - Text - Change Case - Upper-case</item>."
#: text_capital.xhp
msgctxt ""
@@ -15636,13 +15464,12 @@ msgid "Do one of the following:"
msgstr "Do one of the following:"
#: text_capital.xhp
-#, fuzzy
msgctxt ""
"text_capital.xhp\n"
"par_id112020091049000\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Format - Text - Change Case - Lowercase</item>."
-msgstr "Choose <item type=\"menuitem\">Format - Change Case - Lower-case</item>."
+msgstr "Choose <item type=\"menuitem\">Format - Text - Change Case - Lower-case</item>."
#: text_capital.xhp
msgctxt ""
@@ -15661,13 +15488,12 @@ msgid "Using a Frame to Center Text on a Page"
msgstr "Using a Frame to Centre Text on a Page"
#: 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>"
-msgstr "<bookmark_value>text frames; centring on pages</bookmark_value><bookmark_value>centring;text frames on pages</bookmark_value><bookmark_value>title pages; centring text on</bookmark_value>"
+msgstr "<bookmark_value>text frames; centring on pages</bookmark_value> <bookmark_value>centring;text frames on pages</bookmark_value> <bookmark_value>title pages; centring text on</bookmark_value>"
#: text_centervert.xhp
msgctxt ""
@@ -15694,7 +15520,6 @@ msgid "Choose <emph>Insert - Frame</emph>."
msgstr "Choose <emph>Insert - Frame</emph>."
#: text_centervert.xhp
-#, fuzzy
msgctxt ""
"text_centervert.xhp\n"
"par_id3152765\n"
@@ -15703,7 +15528,6 @@ msgid "In the <item type=\"menuitem\">Anchor</item> area, select <item type=\"me
msgstr "In the <item type=\"menuitem\">Anchor</item> area, select <item type=\"menuitem\">To page</item>."
#: text_centervert.xhp
-#, fuzzy
msgctxt ""
"text_centervert.xhp\n"
"par_id3149844\n"
@@ -15712,7 +15536,6 @@ msgid "In the <item type=\"menuitem\">Size</item> area, set the dimensions of th
msgstr "In the <item type=\"menuitem\">Size</item> area, set the dimensions of the frame."
#: text_centervert.xhp
-#, fuzzy
msgctxt ""
"text_centervert.xhp\n"
"par_id3156114\n"
@@ -15729,7 +15552,6 @@ msgid "Click <emph>OK</emph>."
msgstr "Click <emph>OK</emph>."
#: text_centervert.xhp
-#, fuzzy
msgctxt ""
"text_centervert.xhp\n"
"par_id3149615\n"
@@ -16491,13 +16313,12 @@ msgid "Rotating Text"
msgstr "Rotating Text"
#: 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>"
-msgstr "<bookmark_value>text; rotating</bookmark_value><bookmark_value>rotating;text</bookmark_value>"
+msgstr "<bookmark_value>text; rotating</bookmark_value> <bookmark_value>rotating;text</bookmark_value>"
#: text_rotate.xhp
msgctxt ""
@@ -16516,7 +16337,6 @@ msgid "You can only rotate text that is contained in a drawing object."
msgstr "You can only rotate text that is contained in a drawing object."
#: text_rotate.xhp
-#, fuzzy
msgctxt ""
"text_rotate.xhp\n"
"par_id3153130\n"
@@ -16678,13 +16498,12 @@ msgid "Type a name in the <emph>New Section</emph> box, and then select the <emp
msgstr "Type a name in the <emph>New Section</emph> box, and then mark the <emph>Link</emph> check box."
#: textdoc_inframe.xhp
-#, fuzzy
msgctxt ""
"textdoc_inframe.xhp\n"
"par_id3149642\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 <item type=\"menuitem\">Browse</item> button and locate the file."
-msgstr "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."
+msgstr "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."
#: textdoc_inframe.xhp
msgctxt ""
@@ -16847,13 +16666,12 @@ msgid "For example, enable the automatic hyphenation option for the \"Default\"
msgstr "For example, enable the automatic hyphenation option for the \"Default\" paragraph style, and then apply the style to the paragraphs that you want to hyphenate."
#: using_hyphen.xhp
-#, fuzzy
msgctxt ""
"using_hyphen.xhp\n"
"par_id3149611\n"
"help.text"
msgid "Choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles</emph> icon."
-msgstr "Choose <emph>Format - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles</emph> icon."
+msgstr "Choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles</emph> icon."
#: using_hyphen.xhp
msgctxt ""
@@ -16989,13 +16807,12 @@ msgid "Adding Bullets"
msgstr "Adding Bullets"
#: 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>"
-msgstr "<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>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>"
#: using_numbered_lists.xhp
msgctxt ""
@@ -17054,13 +16871,12 @@ msgid "To change the formatting of a bulleted list, choose <item type=\"menuitem
msgstr "To change the formatting of a bulleted list, choose <item type=\"menuitem\">Format - Bullets and Numbering</item>."
#: using_numbered_lists.xhp
-#, fuzzy
msgctxt ""
"using_numbered_lists.xhp\n"
"par_id3153390\n"
"help.text"
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 "For example, to change the bulleting symbol, click the <item type=\"menuitem\">Options</item> tab, click the browse button (<item type=\"menuitem\">...</item>) next to <item type=\"menuitem\">Character</item>, and then select a special character. You can also click the <item type=\"menuitem\">Image</item> tab, and then click a symbol style in the <item type=\"menuitem\">Selection</item> area."
+msgstr "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."
#: using_numbered_lists2.xhp
msgctxt ""
@@ -17192,7 +17008,6 @@ msgid "To Apply Numbering Manually"
msgstr "To Apply Numbering Manually"
#: using_numbering.xhp
-#, fuzzy
msgctxt ""
"using_numbering.xhp\n"
"par_id3155866\n"
@@ -17277,13 +17092,12 @@ msgid "Paragraph Styles give you greater control over numbering that you apply i
msgstr "Paragraph Styles give you greater control over numbering that you apply in a document. When you change the numbering format of the style, all paragraphs using the style are automatically updated."
#: using_numbering.xhp
-#, fuzzy
msgctxt ""
"using_numbering.xhp\n"
"par_id3149646\n"
"help.text"
msgid "Choose <item type=\"menuitem\">View - Styles and Formatting</item>, and then click the <item type=\"menuitem\">Paragraph Styles</item> icon."
-msgstr "Choose <item type=\"menuitem\">Format - Styles and Formatting</item>, and then click the <item type=\"menuitem\">Paragraph Styles</item> icon."
+msgstr "Choose <item type=\"menuitem\">View - Styles and Formatting</item>, and then click the <item type=\"menuitem\">Paragraph Styles</item> icon."
#: using_numbering.xhp
msgctxt ""
@@ -17295,7 +17109,6 @@ msgid "Right-click the paragraph style that you want to apply numbering to, and
msgstr "Right-click the paragraph style that you want to apply numbering to, and then choose <emph>Modify</emph>."
#: using_numbering.xhp
-#, fuzzy
msgctxt ""
"using_numbering.xhp\n"
"par_id3149850\n"
@@ -17520,13 +17333,12 @@ msgid "To Switch off the Word Completion"
msgstr "To Switch off the Word Completion"
#: word_completion.xhp
-#, fuzzy
msgctxt ""
"word_completion.xhp\n"
"par_idN107A5\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
-msgstr "Choose <item type=\"menuitem\">Tools - AutoCorrect Options - Word Completion</item>."
+msgstr "Choose <item type=\"menuitem\">Tools - AutoCorrect - AutoCorrect Options - Word Completion</item>."
#: word_completion.xhp
msgctxt ""
@@ -17876,13 +17688,12 @@ msgid "Wrapping Text Around Objects"
msgstr "Wrapping Text Around Objects"
#: 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>"
-msgstr "<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>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>"
#: wrap.xhp
msgctxt ""
@@ -17941,13 +17752,12 @@ msgid "Select the object."
msgstr "Select the object."
#: wrap.xhp
-#, fuzzy
msgctxt ""
"wrap.xhp\n"
"par_id3153396\n"
"help.text"
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 "Choose <emph>Format - Image</emph>, and then click the <link href=\"text/swriter/01/05060200.xhp\" name=\"Wrap\"><emph>Wrap</emph></link> tab."
+msgstr "Choose <emph>Format - Image - Properties</emph>, and then click the <link href=\"text/swriter/01/05060200.xhp\" name=\"Wrap\"><emph>Wrap</emph></link> tab."
#: wrap.xhp
msgctxt ""
@@ -17990,7 +17800,6 @@ msgid "Select the graphic, right-click, and then choose <emph>Wrap - Edit Contou
msgstr "Select the graphic, right-click, and then choose <emph>Wrap - Edit Contour</emph>."
#: wrap.xhp
-#, fuzzy
msgctxt ""
"wrap.xhp\n"
"par_id3150231\n"
@@ -17999,7 +17808,6 @@ msgid "Use the tools to draw a new contour, and then click the <item type=\"menu
msgstr "Use the tools to draw a new contour, and then click the <item type=\"menuitem\">Apply</item> icon (green tick mark)."
#: wrap.xhp
-#, fuzzy
msgctxt ""
"wrap.xhp\n"
"par_id3150947\n"
diff --git a/source/en-GB/helpcontent2/source/text/swriter/menu.po b/source/en-GB/helpcontent2/source/text/swriter/menu.po
new file mode 100644
index 00000000000..878533ebc80
--- /dev/null
+++ b/source/en-GB/helpcontent2/source/text/swriter/menu.po
@@ -0,0 +1,153 @@
+#. extracted from helpcontent2/source/text/swriter/menu
+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-05-07 21:35+0200\n"
+"PO-Revision-Date: 2016-05-08 11:34+0000\n"
+"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_GB\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1462707253.000000\n"
+
+#: insert_footnote_endnote.xhp
+msgctxt ""
+"insert_footnote_endnote.xhp\n"
+"tit\n"
+"help.text"
+msgid "Footnote and Endnote"
+msgstr "Footnote and Endnote"
+
+#: insert_footnote_endnote.xhp
+msgctxt ""
+"insert_footnote_endnote.xhp\n"
+"hd_id03042016113344773\n"
+"help.text"
+msgid "<link href=\"text/swriter/menu/insert_footnote_endnote.xhp\">Footnote and Endnote</link>"
+msgstr "<link href=\"text/swriter/menu/insert_footnote_endnote.xhp\">Footnote and Endnote</link>"
+
+#: insert_footnote_endnote.xhp
+msgctxt ""
+"insert_footnote_endnote.xhp\n"
+"par_id030420161136126396\n"
+"help.text"
+msgid "<ahelp hid=\".\">The menu contains commands to insert a footnote or endnote with or without additional user interaction.</ahelp>"
+msgstr "<ahelp hid=\".\">The menu contains commands to insert a footnote or endnote with or without additional user interaction.</ahelp>"
+
+#: insert_footnote_endnote.xhp
+msgctxt ""
+"insert_footnote_endnote.xhp\n"
+"par_id03042016113613789\n"
+"help.text"
+msgid "Footnote"
+msgstr "Footnote"
+
+#: insert_footnote_endnote.xhp
+msgctxt ""
+"insert_footnote_endnote.xhp\n"
+"par_id030420161138373075\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertFootnote\">Insert a footnote at the current cursor position without a prompt.</ahelp>"
+msgstr "<ahelp hid=\".uno:InsertFootnote\">Insert a footnote at the current cursor position without a prompt.</ahelp>"
+
+#: insert_footnote_endnote.xhp
+msgctxt ""
+"insert_footnote_endnote.xhp\n"
+"hd_id030420161138377837\n"
+"help.text"
+msgid "Endnote"
+msgstr "Endnote"
+
+#: insert_footnote_endnote.xhp
+msgctxt ""
+"insert_footnote_endnote.xhp\n"
+"par_id030420161138378865\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertEndnote\">Insert a endnote at the current cursor position without a prompt.</ahelp>"
+msgstr "<ahelp hid=\".uno:InsertEndnote\">Insert a endnote at the current cursor position without a prompt.</ahelp>"
+
+#: insert_footnote_endnote.xhp
+msgctxt ""
+"insert_footnote_endnote.xhp\n"
+"hd_id3147231\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04030000.xhp\" name=\"Footnote\">Footnote or Endnote</link>"
+msgstr "<link href=\"text/swriter/01/04030000.xhp\" name=\"Footnote\">Footnote or Endnote</link>"
+
+#: insert_frame.xhp
+msgctxt ""
+"insert_frame.xhp\n"
+"tit\n"
+"help.text"
+msgid "Frame"
+msgstr "Frame"
+
+#: insert_frame.xhp
+msgctxt ""
+"insert_frame.xhp\n"
+"hd_id030720160601535384\n"
+"help.text"
+msgid "<link href=\"text/swriter/menu/insert_frame.xhp\">Frame</link>"
+msgstr "<link href=\"text/swriter/menu/insert_frame.xhp\">Frame</link>"
+
+#: insert_frame.xhp
+msgctxt ""
+"insert_frame.xhp\n"
+"par_id030720160603138925\n"
+"help.text"
+msgid "<ahelp hid=\".\">This submenu contains both interactive and non-interactive means of inserting a frame.</ahelp>"
+msgstr "<ahelp hid=\".\">This sub-menu contains both interactive and non-interactive means of inserting a frame.</ahelp>"
+
+#: insert_frame.xhp
+msgctxt ""
+"insert_frame.xhp\n"
+"hd_id030720160605268360\n"
+"help.text"
+msgid "Frame Interactively"
+msgstr "Frame Interactively"
+
+#: insert_frame.xhp
+msgctxt ""
+"insert_frame.xhp\n"
+"par_id030720160605261333\n"
+"help.text"
+msgid "<ahelp hid=\".uno:InsertFrameInteract\">Insert a frame by drawing its shape with the mouse cursor.</ahelp>"
+msgstr "<ahelp hid=\".uno:InsertFrameInteract\">Insert a frame by drawing its shape with the mouse cursor.</ahelp>"
+
+#: insert_frame.xhp
+msgctxt ""
+"insert_frame.xhp\n"
+"hd_id3150951\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=\"Floating Frame\">Floating Frame</link>"
+
+#: insert_header_footer.xhp
+msgctxt ""
+"insert_header_footer.xhp\n"
+"tit\n"
+"help.text"
+msgid "Header and Footer"
+msgstr "Header and Footer"
+
+#: insert_header_footer.xhp
+msgctxt ""
+"insert_header_footer.xhp\n"
+"hd_id030720160441573285\n"
+"help.text"
+msgid "<link href=\"text/swriter/menu/insert_header_footer.xhp\">Header and Footer</link>"
+msgstr "<link href=\"text/swriter/menu/insert_header_footer.xhp\">Header and Footer</link>"
+
+#: insert_header_footer.xhp
+msgctxt ""
+"insert_header_footer.xhp\n"
+"par_id030720160442296603\n"
+"help.text"
+msgid "<ahelp hid=\".\">This submenu includes commands to add and remove page headers and footers.</ahelp>"
+msgstr "<ahelp hid=\".\">This sub-menu includes commands to add and remove page headers and footers.</ahelp>"