summaryrefslogtreecommitdiff
path: root/source/en-GB/helpcontent2/source
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-06-07 18:24:34 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-06-07 18:39:47 +0200
commit5a19b0e2aace7ae41441a09e9aa31be7350ec18f (patch)
tree8b6fa073b096cdcbb19424543a2e65641f601c0b /source/en-GB/helpcontent2/source
parent155bdb645119af4f39f846c9b4e72157df126da1 (diff)
update translations for 5.2.0 beta2
and force-fix errors using pocheck Change-Id: I7bf80dbe27c76ab3fbd4e7aa39b5e2e5afb0db07
Diffstat (limited to 'source/en-GB/helpcontent2/source')
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared.po25
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/00.po27
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/01.po30
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/00.po9
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/01.po45
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/02.po11
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/autopi.po12
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/explorer/database.po16
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/guide.po10
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/menu.po9
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/optionen.po21
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/00.po30
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/01.po15
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter.po29
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/00.po51
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/01.po22
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/02.po21
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/04.po9
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/guide.po54
19 files changed, 173 insertions, 273 deletions
diff --git a/source/en-GB/helpcontent2/source/text/sbasic/shared.po b/source/en-GB/helpcontent2/source/text/sbasic/shared.po
index b238c07560a..84d3e429ac2 100644
--- a/source/en-GB/helpcontent2/source/text/sbasic/shared.po
+++ b/source/en-GB/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ 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:36+0200\n"
-"PO-Revision-Date: 2016-05-07 09:40+0000\n"
+"PO-Revision-Date: 2016-05-26 13:58+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: LibreOffice\n"
-"X-POOTLE-MTIME: 1462614024.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464271105.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -18590,7 +18590,7 @@ msgctxt ""
"hd_id3150616\n"
"help.text"
msgid "<variable id=\"heading_randomize\"><link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">Randomize Statement [Runtime]</link></variable>"
-msgstr ""
+msgstr "<variable id=\"heading_randomize\"><link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">Randomize Statement [Runtime]</link></variable>"
#: 03080301.xhp
msgctxt ""
@@ -18598,7 +18598,7 @@ msgctxt ""
"par_id3145090\n"
"help.text"
msgid "Initializes the random-number generator used by the <emph>Rnd</emph> function."
-msgstr ""
+msgstr "Initialises the random-number generator used by the <emph>Rnd</emph> function."
#: 03080301.xhp
msgctxt ""
@@ -18630,7 +18630,7 @@ msgctxt ""
"par_id3149670\n"
"help.text"
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 ""
+msgstr "<emph>Number:</emph> Any integer value. Used as seed to initialise 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."
#: 03080301.xhp
msgctxt ""
@@ -18638,7 +18638,7 @@ msgctxt ""
"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 ""
+msgstr "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 initialised 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."
#: 03080301.xhp
msgctxt ""
@@ -18646,7 +18646,7 @@ msgctxt ""
"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 ""
+msgstr "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."
#: 03080301.xhp
msgctxt ""
@@ -18657,13 +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"
-msgstr "iVar = Int((10 * Rnd) ) ' Range from 0 to 9"
+msgstr "iVar = Int(10 * Rnd) ' Range from 0 to 9"
#: 03080301.xhp
msgctxt ""
@@ -18695,7 +18694,7 @@ msgctxt ""
"hd_id3148685\n"
"help.text"
msgid "<variable id=\"heading_rnd\"><link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link></variable>"
-msgstr ""
+msgstr "<variable id=\"heading_rnd\"><link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link></variable>"
#: 03080302.xhp
msgctxt ""
@@ -18751,7 +18750,7 @@ msgctxt ""
"par_id3125864\n"
"help.text"
msgid "<emph>Expression:</emph> Has no effect, is ignored if provided."
-msgstr ""
+msgstr "<emph>Expression:</emph> Has no effect, is ignored if provided."
#: 03080302.xhp
msgctxt ""
@@ -18759,7 +18758,7 @@ msgctxt ""
"par_id3147318\n"
"help.text"
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 ""
+msgstr "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."
#: 03080302.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/scalc/00.po b/source/en-GB/helpcontent2/source/text/scalc/00.po
index adeba6f4752..3fdf0735d87 100644
--- a/source/en-GB/helpcontent2/source/text/scalc/00.po
+++ b/source/en-GB/helpcontent2/source/text/scalc/00.po
@@ -4,7 +4,7 @@ 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:36+0200\n"
-"PO-Revision-Date: 2016-05-08 10:04+0000\n"
+"PO-Revision-Date: 2016-05-26 14:00+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: LibreOffice\n"
-"X-POOTLE-MTIME: 1462701876.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464271240.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -1243,13 +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"
"help.text"
msgid "<variable id=\"dnsrt\">Choose <emph>Data - Sort...</emph></variable>"
-msgstr "<variable id=\"dnsrt\">Choose <emph>Data - Sort</emph></variable>"
+msgstr "<variable id=\"dnsrt\">Choose <emph>Data - Sort...</emph></variable>"
#: 00000412.xhp
msgctxt ""
@@ -1322,13 +1321,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"
"help.text"
msgid "Choose <emph>Data - AutoFilter</emph>"
-msgstr "Choose <emph>Data - Filter - AutoFilter</emph>"
+msgstr "Choose <emph>Data - AutoFilter</emph>"
#: 00000412.xhp
msgctxt ""
@@ -1357,40 +1355,36 @@ msgid "AutoFilter"
msgstr "AutoFilter"
#: 00000412.xhp
-#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3156278\n"
"help.text"
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>"
+msgstr "<variable id=\"dnfspz\">Choose <emph>Data - More Filters - Advanced Filter...</emph></variable>"
#: 00000412.xhp
-#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3153764\n"
"help.text"
msgid "Choose <emph>Data - More Filters - Standard Filter... - Options</emph> label"
-msgstr "Choose <emph>Data - Filter - Standard Filter - Options</emph> label"
+msgstr "Choose <emph>Data - More Filters - Standard Filter... - Options</emph> label"
#: 00000412.xhp
-#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3155444\n"
"help.text"
msgid "Choose <emph>Data - More Filters - Advanced Filter... - Options</emph> label"
-msgstr "Choose <emph>Data - Filter - Advanced Filter - Options</emph> label"
+msgstr "Choose <emph>Data - More Filters - Advanced Filter... - Options</emph> label"
#: 00000412.xhp
-#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3156382\n"
"help.text"
msgid "Choose <emph>Data - More Filters - Reset Filter</emph>"
-msgstr "Choose <emph>Data - Filter - Reset Filter</emph>"
+msgstr "Choose <emph>Data - More Filters - Reset Filter</emph>"
#: 00000412.xhp
msgctxt ""
@@ -1419,13 +1413,12 @@ msgid "Reset Filter/Sort"
msgstr "Reset Filter/Sort"
#: 00000412.xhp
-#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3152778\n"
"help.text"
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>"
+msgstr "<variable id=\"dnaftas\">Choose <emph>Data - More Filters - Hide AutoFilter</emph></variable>"
#: 00000412.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/scalc/01.po b/source/en-GB/helpcontent2/source/text/scalc/01.po
index ea1d5064438..b3fbb222230 100644
--- a/source/en-GB/helpcontent2/source/text/scalc/01.po
+++ b/source/en-GB/helpcontent2/source/text/scalc/01.po
@@ -4,7 +4,7 @@ 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 22:09+0200\n"
-"PO-Revision-Date: 2016-05-08 10:05+0000\n"
+"PO-Revision-Date: 2016-05-26 14:02+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: LibreOffice\n"
-"X-POOTLE-MTIME: 1462701905.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464271365.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -4190,13 +4190,12 @@ msgid "Database Functions"
msgstr "Database Functions"
#: 04060101.xhp
-#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3145173\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>"
-msgstr "<variable id=\"datenbanktext\">This section deals with functions used with data organised 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
msgctxt ""
@@ -4505,14 +4504,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>"
-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>"
+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
msgctxt ""
@@ -12059,13 +12057,12 @@ msgid "Examples"
msgstr "Examples"
#: 04060106.xhp
-#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3147241\n"
"help.text"
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."
+msgstr "<item type=\"input\">=COS(PI()*2)</item> returns 1, the cosine of 2*PI radians."
#: 04060106.xhp
msgctxt ""
@@ -60097,7 +60094,6 @@ 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"
@@ -60106,7 +60102,6 @@ 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"
@@ -63211,13 +63206,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 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."
+msgstr "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."
#: func_forecastetspiadd.xhp
msgctxt ""
@@ -63332,13 +63326,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 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."
+msgstr "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."
#: func_forecastetspimult.xhp
msgctxt ""
@@ -66921,13 +66914,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>"
-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>"
+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
msgctxt ""
@@ -66938,13 +66930,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 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>"
+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
msgctxt ""
@@ -67131,7 +67122,6 @@ 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"
diff --git a/source/en-GB/helpcontent2/source/text/shared/00.po b/source/en-GB/helpcontent2/source/text/shared/00.po
index 92dec0fd680..1324910132c 100644
--- a/source/en-GB/helpcontent2/source/text/shared/00.po
+++ b/source/en-GB/helpcontent2/source/text/shared/00.po
@@ -4,7 +4,7 @@ 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-10 15:20+0000\n"
+"PO-Revision-Date: 2016-05-26 14:08+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: LibreOffice\n"
-"X-POOTLE-MTIME: 1462893655.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464271738.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -13228,13 +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"
"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 - 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."
+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 - Field - More Fields - Variables</emph> tab and select \"Additional formats\" in the <emph>Format</emph> list."
#: 00040503.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/shared/01.po b/source/en-GB/helpcontent2/source/text/shared/01.po
index 0acd84975a1..ea88385c561 100644
--- a/source/en-GB/helpcontent2/source/text/shared/01.po
+++ b/source/en-GB/helpcontent2/source/text/shared/01.po
@@ -4,7 +4,7 @@ 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 22:09+0200\n"
-"PO-Revision-Date: 2016-05-10 15:21+0000\n"
+"PO-Revision-Date: 2016-05-26 14: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: LibreOffice\n"
-"X-POOTLE-MTIME: 1462893687.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464271486.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -10013,13 +10013,12 @@ 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"
"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>"
+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 ""
@@ -18742,13 +18741,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"
"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>"
-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>"
+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
msgctxt ""
@@ -21873,13 +21871,12 @@ msgid "Left margin"
msgstr "Left margin"
#: 05040300.xhp
-#, fuzzy
msgctxt ""
"05040300.xhp\n"
"par_id3150449\n"
"help.text"
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>"
+msgstr "<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>"
#: 05040300.xhp
msgctxt ""
@@ -21891,13 +21888,12 @@ msgid "Right margin"
msgstr "Right margin"
#: 05040300.xhp
-#, fuzzy
msgctxt ""
"05040300.xhp\n"
"par_id3157322\n"
"help.text"
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>"
+msgstr "<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>"
#: 05040300.xhp
msgctxt ""
@@ -37691,13 +37687,12 @@ msgid "Append libraries"
msgstr "Append libraries"
#: 06130500.xhp
-#, fuzzy
msgctxt ""
"06130500.xhp\n"
"par_id3155271\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>"
-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>"
+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
msgctxt ""
@@ -43323,22 +43318,20 @@ 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>"
-msgstr "<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"
"help.text"
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>"
+msgstr "<variable id=\"ref_pdf_export\"><link href=\"text/shared/01/ref_pdf_export.xhp\" name=\"Export as PDF\">Export as PDF</link></variable>"
#: ref_pdf_export.xhp
msgctxt ""
@@ -43629,13 +43622,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."
-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."
+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
msgctxt ""
@@ -43694,13 +43686,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 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>"
+msgstr "<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>"
#: ref_pdf_export.xhp
msgctxt ""
@@ -43711,13 +43702,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 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>"
+msgstr "<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>"
#: ref_pdf_export.xhp
msgctxt ""
@@ -44200,13 +44190,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 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>"
+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. Enable 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
msgctxt ""
@@ -44334,7 +44323,7 @@ msgctxt ""
"par_id41123951\n"
"help.text"
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 ""
+msgstr "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."
#: ref_pdf_export.xhp
msgctxt ""
@@ -44545,13 +44534,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>."
-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>."
+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
msgctxt ""
@@ -44690,7 +44678,6 @@ 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"
diff --git a/source/en-GB/helpcontent2/source/text/shared/02.po b/source/en-GB/helpcontent2/source/text/shared/02.po
index 1d149da239a..98d636a8163 100644
--- a/source/en-GB/helpcontent2/source/text/shared/02.po
+++ b/source/en-GB/helpcontent2/source/text/shared/02.po
@@ -4,7 +4,7 @@ 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 10:07+0000\n"
+"PO-Revision-Date: 2016-05-26 14: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: LibreOffice\n"
-"X-POOTLE-MTIME: 1462702025.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464271491.000000\n"
#: 01110000.xhp
msgctxt ""
@@ -10346,16 +10346,15 @@ msgctxt ""
"par_idN10631\n"
"help.text"
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 ""
+msgstr "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."
#: 02010000.xhp
-#, fuzzy
msgctxt ""
"02010000.xhp\n"
"par_id3155552\n"
"help.text"
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>"
+msgstr "<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>"
#: 02010000.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/shared/autopi.po b/source/en-GB/helpcontent2/source/text/shared/autopi.po
index 2df1f4e3d24..29f12601de3 100644
--- a/source/en-GB/helpcontent2/source/text/shared/autopi.po
+++ b/source/en-GB/helpcontent2/source/text/shared/autopi.po
@@ -4,7 +4,7 @@ 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-02 10:50+0000\n"
+"PO-Revision-Date: 2016-05-26 14: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: LibreOffice\n"
-"X-POOTLE-MTIME: 1462186253.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464271510.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -4889,13 +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"
"help.text"
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>"
+msgstr "<ahelp hid=\".\">Choose the layout from different templates and styles, and choose landscape or portrait page orientation.</ahelp>"
#: 01100400.xhp
msgctxt ""
@@ -8532,13 +8531,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"
"help.text"
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>"
+msgstr "<ahelp hid=\".\">Opens a dialogue box that allows you to specify the field assignment.</ahelp>"
#: 01170500.xhp
msgctxt ""
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 dcf1698eeac..7b29528b704 100644
--- a/source/en-GB/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/en-GB/helpcontent2/source/text/shared/explorer/database.po
@@ -4,7 +4,7 @@ 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-07 10:20+0000\n"
+"PO-Revision-Date: 2016-05-26 14: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: LibreOffice\n"
-"X-POOTLE-MTIME: 1462616427.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464271543.000000\n"
#: 02000000.xhp
msgctxt ""
@@ -5465,13 +5465,12 @@ msgid "Table description"
msgstr "Table description"
#: 05040200.xhp
-#, fuzzy
msgctxt ""
"05040200.xhp\n"
"par_id3154422\n"
"help.text"
msgid "<ahelp hid=\".\">Displays the description for the selected table.</ahelp>"
-msgstr "<ahelp hid=\"\">Displays the description for the selected table.</ahelp>"
+msgstr "<ahelp hid=\".\">Displays the description for the selected table.</ahelp>"
#: 11000002.xhp
msgctxt ""
@@ -5561,13 +5560,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"
"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>"
-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>"
+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
msgctxt ""
@@ -5803,13 +5801,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"
"help.text"
msgid "<ahelp hid=\".\">Specify the settings for a dBASE database.</ahelp>"
-msgstr "<ahelp hid=\"\">Specify the settings for a dBASE database.</ahelp>"
+msgstr "<ahelp hid=\".\">Specify the settings for a dBASE database.</ahelp>"
#: 11030000.xhp
msgctxt ""
@@ -8846,7 +8843,6 @@ msgid "Yes, register the Database for me"
msgstr "Yes, register the Database for me"
#: dabawiz02.xhp
-#, fuzzy
msgctxt ""
"dabawiz02.xhp\n"
"par_idN105B4\n"
diff --git a/source/en-GB/helpcontent2/source/text/shared/guide.po b/source/en-GB/helpcontent2/source/text/shared/guide.po
index f7bea19d60b..2a31ee37ce9 100644
--- a/source/en-GB/helpcontent2/source/text/shared/guide.po
+++ b/source/en-GB/helpcontent2/source/text/shared/guide.po
@@ -4,7 +4,7 @@ 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 22:09+0200\n"
-"PO-Revision-Date: 2016-05-10 15:22+0000\n"
+"PO-Revision-Date: 2016-05-26 14:06+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: LibreOffice\n"
-"X-POOTLE-MTIME: 1462893728.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464271562.000000\n"
#: aaa_start.xhp
msgctxt ""
@@ -7273,13 +7273,12 @@ 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>"
-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>"
+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 ""
@@ -7362,7 +7361,6 @@ msgid "You will not get an answer to your error report. If you need support, ple
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"
diff --git a/source/en-GB/helpcontent2/source/text/shared/menu.po b/source/en-GB/helpcontent2/source/text/shared/menu.po
index 27c2a487699..51276113e49 100644
--- a/source/en-GB/helpcontent2/source/text/shared/menu.po
+++ b/source/en-GB/helpcontent2/source/text/shared/menu.po
@@ -4,7 +4,7 @@ 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"
+"PO-Revision-Date: 2016-05-26 14:06+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: LibreOffice\n"
-"X-POOTLE-MTIME: 1462714603.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464271584.000000\n"
#: insert_chart.xhp
msgctxt ""
@@ -121,13 +121,12 @@ 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."
+msgstr "This sub-menu contains basic shapes like rectangles, circles, triangles, pentagon, hexagon, octagon, cylinder, and cube."
#: insert_shape.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/shared/optionen.po b/source/en-GB/helpcontent2/source/text/shared/optionen.po
index a3a766dfa0b..5ae566d6469 100644
--- a/source/en-GB/helpcontent2/source/text/shared/optionen.po
+++ b/source/en-GB/helpcontent2/source/text/shared/optionen.po
@@ -4,7 +4,7 @@ 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-10 15:22+0000\n"
+"PO-Revision-Date: 2016-05-26 14:06+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: LibreOffice\n"
-"X-POOTLE-MTIME: 1462893741.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464271611.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -1410,7 +1410,7 @@ msgctxt ""
"par_id3154607\n"
"help.text"
msgid "Classification"
-msgstr ""
+msgstr "Classification"
#: 01010300.xhp
msgctxt ""
@@ -1418,7 +1418,7 @@ msgctxt ""
"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 ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{install}/share/classification/example.xml</caseinline><defaultinline>{install}\\share\\classification\\example.xml</defaultinline></switchinline>"
#: 01010300.xhp
msgctxt ""
@@ -1426,7 +1426,7 @@ msgctxt ""
"par_id3154651\n"
"help.text"
msgid "$[officename] reads the TSCP BAF policy from this file."
-msgstr ""
+msgstr "$[officename] reads the TSCP BAF policy from this file."
#: 01010301.xhp
msgctxt ""
@@ -9280,13 +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"
"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."
-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."
+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
msgctxt ""
@@ -11091,13 +11090,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"
"help.text"
msgid "<ahelp hid=\".\">Determines the printer settings for spreadsheets.</ahelp>"
-msgstr "<ahelp hid=\"\">Determines the printer settings for spreadsheets.</ahelp>"
+msgstr "<ahelp hid=\".\">Determines the printer settings for spreadsheets.</ahelp>"
#: 01060700.xhp
msgctxt ""
@@ -13107,13 +13105,12 @@ msgid "Chart options"
msgstr "Chart options"
#: 01110000.xhp
-#, fuzzy
msgctxt ""
"01110000.xhp\n"
"par_id3149182\n"
"help.text"
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>"
+msgstr "<variable id=\"farbe\"><ahelp hid=\".\" visibility=\"visible\">Defines the general settings for charts.</ahelp></variable>"
#: 01110100.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/simpress/00.po b/source/en-GB/helpcontent2/source/text/simpress/00.po
index 0f5f0ceb61a..b67cdcc512a 100644
--- a/source/en-GB/helpcontent2/source/text/simpress/00.po
+++ b/source/en-GB/helpcontent2/source/text/simpress/00.po
@@ -4,7 +4,7 @@ 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:36+0200\n"
-"PO-Revision-Date: 2016-05-02 13:02+0000\n"
+"PO-Revision-Date: 2016-05-26 14:09+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: LibreOffice\n"
-"X-POOTLE-MTIME: 1462194171.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464271750.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -623,76 +623,68 @@ msgid "File"
msgstr "File"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3149351\n"
"help.text"
msgid "<variable id=\"feldbf\">Choose <emph>Insert - Field</emph></variable>"
-msgstr "<variable id=\"feldbf\">Choose <emph>Insert - Fields</emph></variable>"
+msgstr "<variable id=\"feldbf\">Choose <emph>Insert - Field</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3150477\n"
"help.text"
msgid "<variable id=\"feldbf1\">Choose <emph>Insert - Field - Date (fixed)</emph></variable>"
-msgstr "<variable id=\"feldbf1\">Choose <emph>Insert - Fields - Date (fixed)</emph></variable>"
+msgstr "<variable id=\"feldbf1\">Choose <emph>Insert - Field - Date (fixed)</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3146879\n"
"help.text"
msgid "<variable id=\"feldbf2\">Choose <emph>Insert - Field - Date (variable)</emph></variable>"
-msgstr "<variable id=\"feldbf2\">Choose <emph>Insert - Fields - Date (variable)</emph></variable>"
+msgstr "<variable id=\"feldbf2\">Choose <emph>Insert - Field - Date (variable)</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3153036\n"
"help.text"
msgid "<variable id=\"feldbf3\">Choose <emph>Insert - Field - Time (fixed)</emph></variable>"
-msgstr "<variable id=\"feldbf3\">Choose <emph>Insert - Fields - Time (fixed)</emph></variable>"
+msgstr "<variable id=\"feldbf3\">Choose <emph>Insert - Field - Time (fixed)</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3145590\n"
"help.text"
msgid "<variable id=\"feldbf4\">Choose <emph>Insert - Field - Time (variable)</emph></variable>"
-msgstr "<variable id=\"feldbf4\">Choose <emph>Insert - Fields - Time (variable)</emph></variable>"
+msgstr "<variable id=\"feldbf4\">Choose <emph>Insert - Field - Time (variable)</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3153935\n"
"help.text"
msgid "<variable id=\"feldbf5\">Choose <emph>Insert - Field - Page Number</emph></variable>"
-msgstr "<variable id=\"feldbf5\">Choose <emph>Insert - Fields - Page Number</emph></variable>"
+msgstr "<variable id=\"feldbf5\">Choose <emph>Insert - Field - Page Number</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3148583\n"
"help.text"
msgid "<variable id=\"feldbf6\">Choose <emph>Insert - Field - Author</emph></variable>"
-msgstr "<variable id=\"feldbf6\">Choose <emph>Insert - Fields - Author</emph></variable>"
+msgstr "<variable id=\"feldbf6\">Choose <emph>Insert - Field - Author</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3155951\n"
"help.text"
msgid "<variable id=\"feldbf7\">Choose <emph>Insert - Field - File Name</emph></variable>"
-msgstr "<variable id=\"feldbf7\">Choose <emph>Insert - Fields - File Name</emph></variable>"
+msgstr "<variable id=\"feldbf7\">Choose <emph>Insert - Field - File Name</emph></variable>"
#: 00000405.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/simpress/01.po b/source/en-GB/helpcontent2/source/text/simpress/01.po
index 3e90b93730d..97f3c1aec6d 100644
--- a/source/en-GB/helpcontent2/source/text/simpress/01.po
+++ b/source/en-GB/helpcontent2/source/text/simpress/01.po
@@ -4,7 +4,7 @@ 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 22:09+0200\n"
-"PO-Revision-Date: 2016-05-02 10:51+0000\n"
+"PO-Revision-Date: 2016-05-26 14: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: LibreOffice\n"
-"X-POOTLE-MTIME: 1462186277.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464271679.000000\n"
#: 01170000.xhp
msgctxt ""
@@ -6748,13 +6748,12 @@ 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>"
-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>"
+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 ""
@@ -7093,13 +7092,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 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."
+msgstr "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."
#: 06080000.xhp
msgctxt ""
@@ -7288,13 +7286,12 @@ msgid "Define Custom Slide Show"
msgstr "Define Custom Slide Show"
#: 06100100.xhp
-#, fuzzy
msgctxt ""
"06100100.xhp\n"
"par_id3154659\n"
"help.text"
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>"
+msgstr "<variable id=\"neu\"><ahelp hid=\".\" visibility=\"visible\">Creates a custom slide show.</ahelp></variable>"
#: 06100100.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/swriter.po b/source/en-GB/helpcontent2/source/text/swriter.po
index a1664882480..4e30bb639c2 100644
--- a/source/en-GB/helpcontent2/source/text/swriter.po
+++ b/source/en-GB/helpcontent2/source/text/swriter.po
@@ -4,7 +4,7 @@ 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 10:12+0000\n"
+"PO-Revision-Date: 2016-05-26 14:08+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: LibreOffice\n"
-"X-POOTLE-MTIME: 1462702379.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464271686.000000\n"
#: classificationbar.xhp
msgctxt ""
@@ -22,7 +22,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Classification Bar"
-msgstr ""
+msgstr "Classification Bar"
#: classificationbar.xhp
msgctxt ""
@@ -30,7 +30,7 @@ msgctxt ""
"hd_id3150342\n"
"help.text"
msgid "<link href=\"text/swriter/classificationbar.xhp\" name=\"Classification Bar\">Classification Bar</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/classificationbar.xhp\" name=\"Classification Bar\">Classification Bar</link>"
#: classificationbar.xhp
msgctxt ""
@@ -38,7 +38,7 @@ msgctxt ""
"par_id3150202\n"
"help.text"
msgid "<ahelp hid=\".\">The <emph>Classification</emph> bar contains tools to help secure document handling.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">The <emph>Classification</emph> bar contains tools to help secure document handling.</ahelp>"
#: classificationbar.xhp
msgctxt ""
@@ -46,7 +46,7 @@ msgctxt ""
"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 ""
+msgstr "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."
#: classificationbar.xhp
msgctxt ""
@@ -54,7 +54,7 @@ msgctxt ""
"par_idN106B0\n"
"help.text"
msgid "Intellectual Property"
-msgstr ""
+msgstr "Intellectual Property"
#: classificationbar.xhp
msgctxt ""
@@ -62,7 +62,7 @@ msgctxt ""
"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 ""
+msgstr "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."
#: classificationbar.xhp
msgctxt ""
@@ -70,7 +70,7 @@ msgctxt ""
"par_idN106CD\n"
"help.text"
msgid "National Security"
-msgstr ""
+msgstr "National Security"
#: classificationbar.xhp
msgctxt ""
@@ -78,7 +78,7 @@ msgctxt ""
"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 ""
+msgstr "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."
#: classificationbar.xhp
msgctxt ""
@@ -86,7 +86,7 @@ msgctxt ""
"par_idN106EA\n"
"help.text"
msgid "Export Control"
-msgstr ""
+msgstr "Export Control"
#: classificationbar.xhp
msgctxt ""
@@ -94,7 +94,7 @@ msgctxt ""
"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 ""
+msgstr "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."
#: main0000.xhp
msgctxt ""
@@ -1657,13 +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 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."
+msgstr "Three controls on the Writer Status Bar allow you to change the zoom and view layout of your text documents."
#: main0208.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/swriter/00.po b/source/en-GB/helpcontent2/source/text/swriter/00.po
index d722fe644f0..85be0f41b1a 100644
--- a/source/en-GB/helpcontent2/source/text/swriter/00.po
+++ b/source/en-GB/helpcontent2/source/text/swriter/00.po
@@ -4,7 +4,7 @@ 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:36+0200\n"
-"PO-Revision-Date: 2016-05-07 10:25+0000\n"
+"PO-Revision-Date: 2016-05-26 14:09+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: LibreOffice\n"
-"X-POOTLE-MTIME: 1462616712.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464271795.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -541,13 +541,12 @@ 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"
"help.text"
msgid "Choose <emph>Insert - Field</emph>"
-msgstr "Choose <emph>Insert - Fields</emph>"
+msgstr "Choose <emph>Insert - Field</emph>"
#: 00000404.xhp
msgctxt ""
@@ -558,76 +557,68 @@ 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"
"help.text"
msgid "<variable id=\"feldbefehldatum\">Choose <emph>Insert - Field - Date</emph></variable>"
-msgstr "<variable id=\"feldbefehldatum\">Choose <emph>Insert - Fields - Date</emph></variable>"
+msgstr "<variable id=\"feldbefehldatum\">Choose <emph>Insert - Field - Date</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3151393\n"
"help.text"
msgid "<variable id=\"feldbefehluhrzeit\">Choose <emph>Insert - Field - Time</emph></variable>"
-msgstr "<variable id=\"feldbefehluhrzeit\">Choose <emph>Insert - Fields - Time</emph></variable>"
+msgstr "<variable id=\"feldbefehluhrzeit\">Choose <emph>Insert - Field - Time</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3146325\n"
"help.text"
msgid "<variable id=\"feldbefehlseitennummer\">Choose <emph>Insert - Field - Page Number</emph></variable>"
-msgstr "<variable id=\"feldbefehlseitennummer\">Choose <emph>Insert - Fields - Page Number</emph></variable>"
+msgstr "<variable id=\"feldbefehlseitennummer\">Choose <emph>Insert - Field - Page Number</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3149356\n"
"help.text"
msgid "<variable id=\"feldbefehlseitenanzahl\">Choose <emph>Insert - Field - Page Count</emph></variable>"
-msgstr "<variable id=\"feldbefehlseitenanzahl\">Choose <emph>Insert - Fields - Page Count</emph></variable>"
+msgstr "<variable id=\"feldbefehlseitenanzahl\">Choose <emph>Insert - Field - Page Count</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3153003\n"
"help.text"
msgid "<variable id=\"feldbefehlthema\">Choose <emph>Insert - Field - Subject</emph></variable>"
-msgstr "<variable id=\"feldbefehlthema\">Choose <emph>Insert - Fields - Subject</emph></variable>"
+msgstr "<variable id=\"feldbefehlthema\">Choose <emph>Insert - Field - Subject</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3150016\n"
"help.text"
msgid "<variable id=\"feldbefehltitel\">Choose <emph>Insert - Field - Title</emph></variable>"
-msgstr "<variable id=\"feldbefehltitel\">Choose <emph>Insert - Fields - Title</emph></variable>"
+msgstr "<variable id=\"feldbefehltitel\">Choose <emph>Insert - Field - Title</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3150564\n"
"help.text"
msgid "<variable id=\"feldbefehlautor\">Choose <emph>Insert - Field - Author</emph></variable>"
-msgstr "<variable id=\"feldbefehlautor\">Choose <emph>Insert - Fields - Author</emph></variable>"
+msgstr "<variable id=\"feldbefehlautor\">Choose <emph>Insert - Field - Author</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3148386\n"
"help.text"
msgid "Choose <emph>Insert - Field - More Fields</emph>"
-msgstr "Choose <emph>Insert - Fields - More Fields</emph>"
+msgstr "Choose <emph>Insert - Field - More Fields</emph>"
#: 00000404.xhp
msgctxt ""
@@ -665,22 +656,20 @@ msgid "Insert Fields"
msgstr "Insert Fields"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3149295\n"
"help.text"
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>"
+msgstr "<variable id=\"felddokument\">Choose <emph>Insert - Field - More Fields - Document</emph> tab </variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3154692\n"
"help.text"
msgid "Choose <emph>Insert - Field - More Fields - Cross-references</emph> tab"
-msgstr "Choose <emph>Insert - Fields - More Fields - Cross-references</emph> tab"
+msgstr "Choose <emph>Insert - Field - More Fields - Cross-references</emph> tab"
#: 00000404.xhp
msgctxt ""
@@ -691,40 +680,36 @@ msgid "Choose <emph>Insert - Cross-reference</emph>"
msgstr "Choose <emph>Insert - Cross-reference</emph>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3147515\n"
"help.text"
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>"
+msgstr "<variable id=\"feldfunktionen\">Choose <emph>Insert - Field - More Fields - Functions</emph> tab </variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3153581\n"
"help.text"
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>"
+msgstr "<variable id=\"felddokumentinfo\">Choose <emph>Insert - Field - More Fields - DocInformation</emph> tab </variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3150710\n"
"help.text"
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>"
+msgstr "<variable id=\"feldvariablen\">Choose <emph>Insert - Field - More Fields - Variables</emph> tab </variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3152945\n"
"help.text"
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>"
+msgstr "<variable id=\"felddatenbank\">Choose <emph>Insert - Field - More Fields - Database</emph> tab </variable>"
#: 00000404.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/swriter/01.po b/source/en-GB/helpcontent2/source/text/swriter/01.po
index b2064805088..04988ed77d4 100644
--- a/source/en-GB/helpcontent2/source/text/swriter/01.po
+++ b/source/en-GB/helpcontent2/source/text/swriter/01.po
@@ -4,7 +4,7 @@ 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:36+0200\n"
-"PO-Revision-Date: 2016-05-08 10:15+0000\n"
+"PO-Revision-Date: 2016-05-26 14:10+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: LibreOffice\n"
-"X-POOTLE-MTIME: 1462702512.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464271841.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -107,13 +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"
"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 - 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>."
+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 - Field - More Fields</emph>."
#: 01150000.xhp
msgctxt ""
@@ -10016,13 +10015,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"
"help.text"
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."
+msgstr "Choose <emph>Insert - Field - More Fields</emph>, and then click the <emph>Functions</emph> tab."
#: 04090200.xhp
msgctxt ""
@@ -10079,13 +10077,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"
"help.text"
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."
+msgstr "Choose <emph>Insert - Field - More Fields</emph>, and then click the <emph>Variables</emph> tab."
#: 04090200.xhp
msgctxt ""
@@ -10196,13 +10193,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"
"help.text"
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."
+msgstr "Choose <emph>Insert - Field - More Fields</emph>, and then click the <emph>Database</emph> tab."
#: 04090200.xhp
msgctxt ""
@@ -13070,13 +13066,12 @@ 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>"
-msgstr "<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 ""
@@ -13095,7 +13090,6 @@ msgid "<ahelp hid=\"modules/swriter/ui/createautomarkdialog/CreateAutomarkDialog
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"
diff --git a/source/en-GB/helpcontent2/source/text/swriter/02.po b/source/en-GB/helpcontent2/source/text/swriter/02.po
index 224998accdc..1cd5b197c7a 100644
--- a/source/en-GB/helpcontent2/source/text/swriter/02.po
+++ b/source/en-GB/helpcontent2/source/text/swriter/02.po
@@ -4,7 +4,7 @@ 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:36+0200\n"
-"PO-Revision-Date: 2016-05-08 10:15+0000\n"
+"PO-Revision-Date: 2016-05-26 14:11+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: LibreOffice\n"
-"X-POOTLE-MTIME: 1462702532.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464271917.000000\n"
#: 02110000.xhp
msgctxt ""
@@ -3434,13 +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"
"help.text"
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>."
+msgstr "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> dialogue box. 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
msgctxt ""
@@ -3477,13 +3476,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"
"help.text"
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>."
+msgstr "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> 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
msgctxt ""
@@ -3510,13 +3508,12 @@ msgid "<ahelp hid=\".\">Inserts the current page number as a field at the cursor
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 - 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."
+msgstr "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> 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
msgctxt ""
@@ -3588,13 +3585,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"
"help.text"
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."
+msgstr "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> dialogue box. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
#: 18030600.xhp
msgctxt ""
@@ -3623,13 +3619,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"
"help.text"
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."
+msgstr "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> dialogue box. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
#: 18030700.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/swriter/04.po b/source/en-GB/helpcontent2/source/text/swriter/04.po
index 5c99268c7c0..575f0036895 100644
--- a/source/en-GB/helpcontent2/source/text/swriter/04.po
+++ b/source/en-GB/helpcontent2/source/text/swriter/04.po
@@ -4,7 +4,7 @@ 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:36+0200\n"
-"PO-Revision-Date: 2016-01-12 17:26+0000\n"
+"PO-Revision-Date: 2016-05-26 14: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,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1452619595.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464271928.000000\n"
#: 01020000.xhp
msgctxt ""
@@ -1310,13 +1310,12 @@ 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 beginning of next paragraph."
-msgstr "Move cursor to the beginning of the previous paragraph"
+msgstr "Move cursor to the beginning of the next 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 5d70a076c08..c52eb8a02de 100644
--- a/source/en-GB/helpcontent2/source/text/swriter/guide.po
+++ b/source/en-GB/helpcontent2/source/text/swriter/guide.po
@@ -4,7 +4,7 @@ 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-10 10:38+0000\n"
+"PO-Revision-Date: 2016-05-26 14: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: LibreOffice\n"
-"X-POOTLE-MTIME: 1462876700.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464272153.000000\n"
#: anchor_object.xhp
msgctxt ""
@@ -3213,13 +3213,12 @@ 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 - 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."
+msgstr "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab."
#: conditional_text.xhp
msgctxt ""
@@ -3278,13 +3277,12 @@ 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 - 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."
+msgstr "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
#: conditional_text.xhp
msgctxt ""
@@ -3415,22 +3413,20 @@ 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 - Field - Page Count</item>, and then enter a space."
-msgstr "Choose <item type=\"menuitem\">Insert - Fields - Page Count</item>, and then enter a space."
+msgstr "Choose <item type=\"menuitem\">Insert - Field - 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 - 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."
+msgstr "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
#: conditional_text2.xhp
msgctxt ""
@@ -4075,13 +4071,12 @@ 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 - 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."
+msgstr "Choose <emph>Insert - Field - More Fields</emph> and click the <emph>Document</emph> tab."
#: fields_date.xhp
msgctxt ""
@@ -4140,13 +4135,12 @@ msgid "An input field is a variable that you can click in a document to open a d
msgstr "An input field is a variable that you can click in a document to open a dialogue box in which you can edit the variable."
#: fields_enter.xhp
-#, fuzzy
msgctxt ""
"fields_enter.xhp\n"
"par_id3145776\n"
"help.text"
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."
+msgstr "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
#: fields_enter.xhp
msgctxt ""
@@ -4997,13 +4991,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 - Field - More Fields</emph>."
-msgstr "Place the cursor in the footer and choose <emph>Insert - Fields - More Fields</emph>."
+msgstr "Place the cursor in the footer and choose <emph>Insert - Field - More Fields</emph>."
#: footer_nextpage.xhp
msgctxt ""
@@ -5096,13 +5089,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"
"help.text"
msgid "Choose <emph>Insert - Field - Page Number</emph>."
-msgstr "Choose <emph>Insert - Fields - Page Number</emph>."
+msgstr "Choose <emph>Insert - Field - Page Number</emph>."
#: footer_pagenumber.xhp
msgctxt ""
@@ -5131,13 +5123,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"
"help.text"
msgid "Choose <emph>Insert - Field - Page Count</emph>."
-msgstr "Choose <emph>Insert - Fields - Page Count</emph>."
+msgstr "Choose <emph>Insert - Field - Page Count</emph>."
#: footnote_usage.xhp
msgctxt ""
@@ -6386,13 +6377,12 @@ msgid "Click in the header or footer."
msgstr "Click in the header or footer."
#: header_with_chapter.xhp
-#, fuzzy
msgctxt ""
"header_with_chapter.xhp\n"
"par_id3146863\n"
"help.text"
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."
+msgstr "Choose <item type=\"menuitem\">Insert - Field - More Fields</item> and click the <item type=\"menuitem\">Document</item> tab."
#: header_with_chapter.xhp
msgctxt ""
@@ -6542,13 +6532,12 @@ msgid "To Create a Variable"
msgstr "To Create a Variable"
#: hidden_text.xhp
-#, fuzzy
msgctxt ""
"hidden_text.xhp\n"
"par_id3153131\n"
"help.text"
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>."
+msgstr "Click in your document and choose <emph>Insert - Field - More Fields</emph>."
#: hidden_text.xhp
msgctxt ""
@@ -6623,13 +6612,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"
"help.text"
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."
+msgstr "Choose <emph>Insert - Field - More Fields</emph> and click the <emph>Functions</emph> tab."
#: hidden_text.xhp
msgctxt ""
@@ -6686,13 +6674,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"
"help.text"
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."
+msgstr "Choose <emph>Insert - Field - More Fields</emph> and click the <emph>Functions</emph> tab."
#: hidden_text.xhp
msgctxt ""
@@ -6791,13 +6778,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"
"help.text"
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>"
+msgstr "<link href=\"text/swriter/01/04090000.xhp\" name=\"Insert - Fields - Other\">Insert - Field - More Fields</link>"
#: hidden_text.xhp
msgctxt ""
@@ -9507,13 +9493,12 @@ msgid "Type the text that you want to assign numbering to, for example, \"Quotat
msgstr "Type the text that you want to assign numbering to, for example, \"Quotation Number \"."
#: number_sequence.xhp
-#, fuzzy
msgctxt ""
"number_sequence.xhp\n"
"par_id3155048\n"
"help.text"
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."
+msgstr "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab."
#: number_sequence.xhp
msgctxt ""
@@ -10372,13 +10357,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 - 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."
+msgstr "Choose <emph>Insert - Field - Page Number</emph> to insert a page number at the current cursor position."
#: pagenumbers.xhp
msgctxt ""