diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-08-10 15:37:58 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-08-10 15:39:04 +0200 |
commit | f808bec4d777ad59ba0a993408723c34e2fa9989 (patch) | |
tree | 88ad525c44ed251d259ac31bbd8f21b223c0e6a5 /source/en-GB | |
parent | 9d3310b0b0232aea02d5f75f4d3ce76b6d58635c (diff) |
update translations for 7.4.0 rc3/master
and force-fix errors using pocheck
Change-Id: I6c070b2c1cad40730d6a8ead60d4edd9b23c9c38
Diffstat (limited to 'source/en-GB')
-rw-r--r-- | source/en-GB/connectivity/messages.po | 103 | ||||
-rw-r--r-- | source/en-GB/helpcontent2/source/text/sbasic/python.po | 16 | ||||
-rw-r--r-- | source/en-GB/helpcontent2/source/text/swriter/02.po | 40 | ||||
-rw-r--r-- | source/en-GB/sc/messages.po | 50 | ||||
-rw-r--r-- | source/en-GB/sw/messages.po | 10 |
5 files changed, 111 insertions, 108 deletions
diff --git a/source/en-GB/connectivity/messages.po b/source/en-GB/connectivity/messages.po index 4e5810f7681..a69040908a3 100644 --- a/source/en-GB/connectivity/messages.po +++ b/source/en-GB/connectivity/messages.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: 2022-07-06 20:18+0200\n" -"PO-Revision-Date: 2022-07-12 03:33+0000\n" +"PO-Revision-Date: 2022-08-07 18:13+0000\n" "Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/connectivitymessages/en_GB/>\n" "Language: en-GB\n" @@ -27,7 +27,7 @@ msgstr "No connection to the database exists." #: connectivity/inc/strings.hrc:26 msgctxt "STR_WRONG_PARAM_INDEX" msgid "You tried to set a parameter at position “$pos$” but there is/are only “$count$” parameter(s) allowed. One reason may be that the property “ParameterNameSubstitution” is not set to TRUE in the data source." -msgstr "" +msgstr "You tried to set a parameter at position “$pos$” but there is/are only “$count$” parameter(s) allowed. One reason may be that the property “ParameterNameSubstitution” is not set to TRUE in the data source." #. 6FnrV #: connectivity/inc/strings.hrc:27 @@ -39,7 +39,7 @@ msgstr "The input stream was not set." #: connectivity/inc/strings.hrc:28 msgctxt "STR_NO_ELEMENT_NAME" msgid "There is no element named “$name$”." -msgstr "" +msgstr "There is no element named “$name$”." #. CWktu #: connectivity/inc/strings.hrc:29 @@ -75,13 +75,13 @@ msgstr "Invalid descriptor index." #: connectivity/inc/strings.hrc:34 msgctxt "STR_UNSUPPORTED_FUNCTION" msgid "The driver does not support the function “$functionname$”." -msgstr "" +msgstr "The driver does not support the function “$functionname$”." #. GW3L8 #: connectivity/inc/strings.hrc:35 msgctxt "STR_UNSUPPORTED_FEATURE" msgid "The driver does not support the functionality for “$featurename$”. It is not implemented." -msgstr "" +msgstr "The driver does not support the functionality for “$featurename$”. It is not implemented." #. zXVCV #: connectivity/inc/strings.hrc:36 @@ -93,13 +93,13 @@ msgstr "The formula for TypeInfoSettings is wrong!" #: connectivity/inc/strings.hrc:37 msgctxt "STR_STRING_LENGTH_EXCEEDED" msgid "The string “$string$” exceeds the maximum length of $maxlen$ characters when converted to the target character set “$charset$”." -msgstr "" +msgstr "The string “$string$” exceeds the maximum length of $maxlen$ characters when converted to the target character set “$charset$”." #. THhEu #: connectivity/inc/strings.hrc:38 msgctxt "STR_CANNOT_CONVERT_STRING" msgid "The string “$string$” cannot be converted using the encoding “$charset$”." -msgstr "" +msgstr "The string “$string$” cannot be converted using the encoding “$charset$”." #. sSzsJ #: connectivity/inc/strings.hrc:39 @@ -111,49 +111,49 @@ msgstr "The connection URL is invalid." #: connectivity/inc/strings.hrc:40 msgctxt "STR_QUERY_TOO_COMPLEX" msgid "The query cannot be executed. It is too complex." -msgstr "" +msgstr "The query cannot be executed. It is too complex." #. ADy4t #: connectivity/inc/strings.hrc:41 msgctxt "STR_OPERATOR_TOO_COMPLEX" msgid "The query cannot be executed. The operator is too complex." -msgstr "" +msgstr "The query cannot be executed. The operator is too complex." #. XZGaK #: connectivity/inc/strings.hrc:42 msgctxt "STR_QUERY_INVALID_LIKE_COLUMN" msgid "The query cannot be executed. You cannot use “LIKE” with columns of this type." -msgstr "" +msgstr "The query cannot be executed. You cannot use “LIKE” with columns of this type." #. SsqWz #: connectivity/inc/strings.hrc:43 msgctxt "STR_QUERY_INVALID_LIKE_STRING" msgid "The query cannot be executed. “LIKE” can be used with a string argument only." -msgstr "" +msgstr "The query cannot be executed. “LIKE” can be used with a string argument only." #. ZFFrf #: connectivity/inc/strings.hrc:44 msgctxt "STR_QUERY_NOT_LIKE_TOO_COMPLEX" msgid "The query cannot be executed. The “NOT LIKE” condition is too complex." -msgstr "" +msgstr "The query cannot be executed. The “NOT LIKE” condition is too complex." #. AaZzs #: connectivity/inc/strings.hrc:45 msgctxt "STR_QUERY_LIKE_WILDCARD" msgid "The query cannot be executed. The “LIKE” condition contains wildcard in the middle." -msgstr "" +msgstr "The query cannot be executed. The “LIKE” condition contains a wildcard in the middle." #. GN6F9 #: connectivity/inc/strings.hrc:46 msgctxt "STR_QUERY_LIKE_WILDCARD_MANY" msgid "The query cannot be executed. The “LIKE” condition contains too many wildcards." -msgstr "" +msgstr "The query cannot be executed. The “LIKE” condition contains too many wildcards." #. LreLr #: connectivity/inc/strings.hrc:47 msgctxt "STR_INVALID_COLUMNNAME" msgid "The column name “$columnname$” is not valid." -msgstr "" +msgstr "The column name “$columnname$” is not valid." #. FT3Zb #: connectivity/inc/strings.hrc:48 @@ -238,7 +238,7 @@ msgstr "Could not create view: no command object." #: connectivity/inc/strings.hrc:61 msgctxt "STR_NO_CONNECTION" msgid "The connection could not be created. Maybe the necessary data provider is not installed." -msgstr "" +msgstr "The connection could not be created. Maybe the necessary data provider is not installed?" #. GRZEu #. dbase @@ -269,7 +269,7 @@ msgstr "The index could not be created. An unknown error appeared." #: connectivity/inc/strings.hrc:67 msgctxt "STR_COULD_NOT_CREATE_INDEX_NAME" msgid "The index could not be created. The file “$filename$” is used by another index." -msgstr "" +msgstr "The index could not be created. The file “$filename$” is used by another index." #. GcK7B #: connectivity/inc/strings.hrc:68 @@ -281,7 +281,7 @@ msgstr "The index could not be created. The size of the chosen column is too big #: connectivity/inc/strings.hrc:69 msgctxt "STR_SQL_NAME_ERROR" msgid "The name “$name$” does not match SQL naming constraints." -msgstr "" +msgstr "The name “$name$” does not match SQL naming constraints." #. wv2Cx #: connectivity/inc/strings.hrc:70 @@ -293,31 +293,31 @@ msgstr "The file $filename$ could not be deleted." #: connectivity/inc/strings.hrc:71 msgctxt "STR_INVALID_COLUMN_TYPE" msgid "Invalid column type for column “$columnname$”." -msgstr "" +msgstr "Invalid column type for column “$columnname$”." #. wB2gE #: connectivity/inc/strings.hrc:72 msgctxt "STR_INVALID_COLUMN_PRECISION" msgid "Invalid precision for column “$columnname$”." -msgstr "" +msgstr "Invalid precision for column “$columnname$”." #. v67fT #: connectivity/inc/strings.hrc:73 msgctxt "STR_INVALID_PRECISION_SCALE" msgid "Precision is less than scale for column “$columnname$”." -msgstr "" +msgstr "Precision is less than scale for column “$columnname$”." #. J3KEu #: connectivity/inc/strings.hrc:74 msgctxt "STR_INVALID_COLUMN_NAME_LENGTH" msgid "Invalid column name length for column “$columnname$”." -msgstr "" +msgstr "Invalid column name length for column “$columnname$”." #. ZQUww #: connectivity/inc/strings.hrc:75 msgctxt "STR_DUPLICATE_VALUE_IN_COLUMN" msgid "Duplicate value found in column “$columnname$”." -msgstr "" +msgstr "Duplicate value found in column “$columnname$”." #. zSeBJ #: connectivity/inc/strings.hrc:76 @@ -327,36 +327,39 @@ msgid "" "\n" "The specified value “$value$” is longer than the number of digits allowed." msgstr "" +"The “$columnname$” column has been defined as a “Decimal” type, the maximum length is $precision$ characters (with $scale$ decimal places).\n" +"\n" +"The specified value “$value$” is longer than the number of digits allowed." #. M6CvC #: connectivity/inc/strings.hrc:77 msgctxt "STR_COLUMN_NOT_ALTERABLE" msgid "The column “$columnname$” could not be altered. Maybe the file system is write-protected." -msgstr "" +msgstr "The column “$columnname$” could not be altered. Maybe the file system is write-protected." #. st6hA #: connectivity/inc/strings.hrc:78 msgctxt "STR_INVALID_COLUMN_VALUE" msgid "The column “$columnname$” could not be updated. The value is invalid for that column." -msgstr "" +msgstr "The column “$columnname$” could not be updated. The value is invalid for that column." #. 5rH5W #: connectivity/inc/strings.hrc:79 msgctxt "STR_COLUMN_NOT_ADDABLE" msgid "The column “$columnname$” could not be added. Maybe the file system is write-protected." -msgstr "" +msgstr "The column “$columnname$” could not be added. Maybe the file system is write-protected." #. B9ACk #: connectivity/inc/strings.hrc:80 msgctxt "STR_COLUMN_NOT_DROP" msgid "The column at position “$position$” could not be dropped. Maybe the file system is write-protected." -msgstr "" +msgstr "The column at position “$position$” could not be dropped. Maybe the file system is write-protected." #. KfedE #: connectivity/inc/strings.hrc:81 msgctxt "STR_TABLE_NOT_DROP" msgid "The table “$tablename$” could not be dropped. Maybe the file system is write-protected." -msgstr "" +msgstr "The table “$tablename$” could not be dropped. Maybe the file system is write-protected." #. R3BGx #: connectivity/inc/strings.hrc:82 @@ -388,31 +391,31 @@ msgstr "Can only sort by table columns." #: connectivity/inc/strings.hrc:88 msgctxt "STR_QUERY_COMPLEX_COUNT" msgid "The query cannot be executed. It is too complex. Only “COUNT(*)” is supported." -msgstr "" +msgstr "The query cannot be executed. It is too complex. Only “COUNT(*)” is supported." #. PJivi #: connectivity/inc/strings.hrc:89 msgctxt "STR_QUERY_INVALID_BETWEEN" msgid "The query cannot be executed. The “BETWEEN” arguments are not correct." -msgstr "" +msgstr "The query cannot be executed. The “BETWEEN” arguments are not correct." #. CHRju #: connectivity/inc/strings.hrc:90 msgctxt "STR_QUERY_FUNCTION_NOT_SUPPORTED" msgid "The query cannot be executed. The function is not supported." -msgstr "" +msgstr "The query cannot be executed. The function is not supported." #. mnc5r #: connectivity/inc/strings.hrc:91 msgctxt "STR_TABLE_READONLY" msgid "The table cannot be changed. It is read only." -msgstr "" +msgstr "The table cannot be changed. It is read-only." #. TUUpf #: connectivity/inc/strings.hrc:92 msgctxt "STR_DELETE_ROW" msgid "The row could not be deleted. The option “Display inactive records” is set." -msgstr "" +msgstr "The row could not be deleted. The option “Display inactive records” is set." #. TZTfv #: connectivity/inc/strings.hrc:93 @@ -424,37 +427,37 @@ msgstr "The row could not be deleted. It is already deleted." #: connectivity/inc/strings.hrc:94 msgctxt "STR_QUERY_MORE_TABLES" msgid "The query cannot be executed. It contains more than one table." -msgstr "" +msgstr "The query cannot be executed. It contains more than one table." #. L4Ffm #: connectivity/inc/strings.hrc:95 msgctxt "STR_QUERY_NO_TABLE" msgid "The query cannot be executed. It contains no valid table." -msgstr "" +msgstr "The query cannot be executed. It contains no valid table." #. 3KADk #: connectivity/inc/strings.hrc:96 msgctxt "STR_QUERY_NO_COLUMN" msgid "The query cannot be executed. It contains no valid columns." -msgstr "" +msgstr "The query cannot be executed. It contains no valid columns." #. WcpZM #: connectivity/inc/strings.hrc:97 msgctxt "STR_INVALID_PARA_COUNT" msgid "The count of the given parameter values does not match the parameters." -msgstr "" +msgstr "The count of the given parameter values does not match the parameters." #. CFcjS #: connectivity/inc/strings.hrc:98 msgctxt "STR_NO_VALID_FILE_URL" msgid "The URL “$URL$” is not valid. A connection cannot be created." -msgstr "" +msgstr "The URL “$URL$” is not valid. A connection cannot be created." #. YFjkG #: connectivity/inc/strings.hrc:99 msgctxt "STR_NO_CLASSNAME" msgid "The driver class “$classname$” could not be loaded." -msgstr "" +msgstr "The driver class “$classname$” could not be loaded." #. jbnZZ #: connectivity/inc/strings.hrc:100 @@ -466,31 +469,31 @@ msgstr "No Java installation could be found. Please check your installation." #: connectivity/inc/strings.hrc:101 msgctxt "STR_NO_RESULTSET" msgid "The execution of the query does not return a valid result set." -msgstr "" +msgstr "The execution of the query does not return a valid result set." #. JGxgF #: connectivity/inc/strings.hrc:102 msgctxt "STR_NO_ROWCOUNT" msgid "The execution of the update statement does not affect any rows." -msgstr "" +msgstr "The execution of the update statement does not affect any rows." #. yCACF #: connectivity/inc/strings.hrc:103 msgctxt "STR_NO_CLASSNAME_PATH" msgid "The additional driver class path is “$classpath$”." -msgstr "" +msgstr "The additional driver class path is “$classpath$”." #. sX2NM #: connectivity/inc/strings.hrc:104 msgctxt "STR_UNKNOWN_PARA_TYPE" msgid "The type of parameter at position “$position$” is unknown." -msgstr "" +msgstr "The type of parameter at position “$position$” is unknown." #. gSPCX #: connectivity/inc/strings.hrc:105 msgctxt "STR_UNKNOWN_COLUMN_TYPE" msgid "The type of column at position “$position$” is unknown." -msgstr "" +msgstr "The type of column at position “$position$” is unknown." #. 3FmFX #. KAB @@ -510,7 +513,7 @@ msgstr "No such table!" #: connectivity/inc/strings.hrc:110 msgctxt "STR_NO_MAC_OS_FOUND" msgid "No suitable macOS installation was found." -msgstr "" +msgstr "No suitable macOS installation was found." #. HNSzq #. hsqldb @@ -529,13 +532,13 @@ msgstr "The given URL contains no valid local file system path. Please check the #: connectivity/inc/strings.hrc:114 msgctxt "STR_NO_TABLE_CONTAINER" msgid "An error occurred while obtaining the connection’s table container." -msgstr "" +msgstr "An error occurred while obtaining the connection’s table container." #. uxoGW #: connectivity/inc/strings.hrc:115 msgctxt "STR_NO_TABLENAME" msgid "There is no table named “$tablename$”." -msgstr "" +msgstr "There is no table named “$tablename$”." #. 3BxCF #: connectivity/inc/strings.hrc:116 @@ -559,13 +562,13 @@ msgstr "The record operation has been vetoed." #: connectivity/inc/strings.hrc:120 msgctxt "STR_PARSER_CYCLIC_SUB_QUERIES" msgid "The statement contains a cyclic reference to one or more subqueries." -msgstr "" +msgstr "The statement contains a cyclic reference to one or more sub-queries." #. jDAGJ #: connectivity/inc/strings.hrc:121 msgctxt "STR_DB_OBJECT_NAME_WITH_SLASHES" msgid "The name must not contain any slashes (“/”)." -msgstr "" +msgstr "The name must not contain any slashes (“/”)." #. 5Te4k #: connectivity/inc/strings.hrc:122 @@ -583,7 +586,7 @@ msgstr "Query names must not contain quote characters." #: connectivity/inc/strings.hrc:124 msgctxt "STR_DB_OBJECT_NAME_IS_USED" msgid "The name “$1$” is already in use in the database." -msgstr "" +msgstr "The name “$1$” is already in use in the database." #. gD8xU #: connectivity/inc/strings.hrc:125 diff --git a/source/en-GB/helpcontent2/source/text/sbasic/python.po b/source/en-GB/helpcontent2/source/text/sbasic/python.po index dfc3ad06bbb..ab40822acf0 100644 --- a/source/en-GB/helpcontent2/source/text/sbasic/python.po +++ b/source/en-GB/helpcontent2/source/text/sbasic/python.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2022-04-11 15:28+0200\n" -"PO-Revision-Date: 2022-06-15 20:40+0000\n" -"Last-Translator: serval2412 <serval2412@yahoo.fr>\n" +"PO-Revision-Date: 2022-08-08 12:42+0000\n" +"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/en_GB/>\n" "Language: en-GB\n" "MIME-Version: 1.0\n" @@ -473,7 +473,7 @@ msgctxt "" "tit\n" "help.text" msgid "Monitoring Document Events" -msgstr "" +msgstr "Monitoring Document Events" #. GyBAT #: python_document_events.xhp @@ -491,7 +491,7 @@ msgctxt "" "N0527\n" "help.text" msgid "<variable id=\"pythonmonitor\"><link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoring Document Events\">Listening to Document Events</link></variable>" -msgstr "" +msgstr "<variable id=\"pythonmonitor\"><link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoring Document Events\">Listening to Document Events</link></variable>" #. 9kSGW #: python_document_events.xhp @@ -500,7 +500,7 @@ msgctxt "" "par_id641630582314861\n" "help.text" msgid "Listening to document events can help in the following situations:" -msgstr "" +msgstr "Listening to document events can help in the following situations:" #. NEQoZ #: python_document_events.xhp @@ -509,7 +509,7 @@ msgctxt "" "par_id431630582396327\n" "help.text" msgid "Identify a new document at opening time, as opposed to existing ones, and perform a dedicated setup." -msgstr "" +msgstr "Identify a new document at opening time, as opposed to existing ones, and perform a dedicated setup." #. Tror9 #: python_document_events.xhp @@ -518,7 +518,7 @@ msgctxt "" "par_id461630582396782\n" "help.text" msgid "Control the processing of document save, document copy, print or mailmerge requests." -msgstr "" +msgstr "Control the processing of document save, document copy, print or mail-merge requests." #. xrRHB #: python_document_events.xhp @@ -527,7 +527,7 @@ msgctxt "" "par_id631630582394790\n" "help.text" msgid "Recalculate table of contents, indexes or table entries of a Writer document when document is going to be closed" -msgstr "" +msgstr "Recalculate table of contents, indexes or table entries of a Writer document when document is going to be closed" #. fCNvj #: python_document_events.xhp diff --git a/source/en-GB/helpcontent2/source/text/swriter/02.po b/source/en-GB/helpcontent2/source/text/swriter/02.po index dbce896c3a1..d7048f0d1b1 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: 2022-05-10 20:16+0200\n" -"PO-Revision-Date: 2022-06-15 20:39+0000\n" +"PO-Revision-Date: 2022-08-07 18:14+0000\n" "Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textswriter02/en_GB/>\n" "Language: en-GB\n" @@ -878,7 +878,7 @@ msgctxt "" "par_id261616371203225\n" "help.text" msgid "To restart numbering with a number greater than 1, right-click in the paragraph where you want to restart numbering, choose <menuitem>Paragraph - Paragraph - </menuitem><link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering_link\">Outline & List</link> tab, select <menuitem>Restart numbering at this paragraph</menuitem> and enter the start number in <menuitem>Start with</menuitem>." -msgstr "" +msgstr "To restart numbering with a number greater than 1, right-click in the paragraph where you want to restart numbering, choose <menuitem>Paragraph - Paragraph - </menuitem><link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering_link\">Outline & List</link> tab, select <menuitem>Restart numbering at this paragraph</menuitem> and enter the start number in <menuitem>Start with</menuitem>." #. qCdhk #: 08010000.xhp @@ -1697,7 +1697,7 @@ msgctxt "" "par_id901599495989100\n" "help.text" msgid "Name" -msgstr "" +msgstr "Name" #. 2fE5r #: 14020000.xhp @@ -1706,7 +1706,7 @@ msgctxt "" "par_id501599496006870\n" "help.text" msgid "Example" -msgstr "" +msgstr "Example" #. KwSwL #: 14020000.xhp @@ -2777,7 +2777,7 @@ msgctxt "" "par_id981599524696609\n" "help.text" msgid "Description" -msgstr "" +msgstr "Description" #. gnbPF #: 14020000.xhp @@ -2786,7 +2786,7 @@ msgctxt "" "par_id101599524696610\n" "help.text" msgid "Name" -msgstr "" +msgstr "Name" #. FFwhP #: 14020000.xhp @@ -2795,7 +2795,7 @@ msgctxt "" "par_id731599524730168\n" "help.text" msgid "Value" -msgstr "" +msgstr "Value" #. 7QQ8G #: 14020000.xhp @@ -3416,7 +3416,7 @@ msgctxt "" "par_id3149294\n" "help.text" msgid "The format of the field inserted using the <emph>Page Count</emph> command can be modified using the <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Field\"><menuitem>Edit - Fields</menuitem></link> command." -msgstr "" +msgstr "The format of the field inserted using the <emph>Page Count</emph> command can be modified using the <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Field\"><menuitem>Edit - Fields</menuitem></link> command." #. iqoa4 #: 18030400.xhp @@ -3425,7 +3425,7 @@ msgctxt "" "par_id291613751393995\n" "help.text" msgid "<link href=\"text/swriter/01/04090001.xhp\" name=\"Document\">Document Statistics Fields</link>" -msgstr "" +msgstr "<link href=\"text/swriter/01/04090001.xhp\" name=\"Document\">Document Statistics Fields</link>" #. GRfFZ #: 18030500.xhp @@ -3947,7 +3947,7 @@ msgctxt "" "tit\n" "help.text" msgid "Add to List" -msgstr "" +msgstr "Add to List" #. mjGvU #: add_to_list.xhp @@ -3956,7 +3956,7 @@ msgctxt "" "bm_id1001616018043189\n" "help.text" msgid "<bookmark_value>Add to List</bookmark_value><bookmark_value>Lists;merging</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Add to List</bookmark_value><bookmark_value>Lists;merging</bookmark_value>" #. X8yaz #: add_to_list.xhp @@ -3965,7 +3965,7 @@ msgctxt "" "hd_id711614068729277\n" "help.text" msgid "<variable id=\"addtolisth1\"><link href=\"text/swriter/02/add_to_list.xhp\" name=\"Add to List\">Add to List</link></variable>" -msgstr "" +msgstr "<variable id=\"addtolisth1\"><link href=\"text/swriter/02/add_to_list.xhp\" name=\"Add to List\">Add to List</link></variable>" #. kM6AJ #: add_to_list.xhp @@ -3974,7 +3974,7 @@ msgctxt "" "par_id231614069215429\n" "help.text" msgid "Include selected paragraphs, whether a list item or not, as part of a list." -msgstr "" +msgstr "Include selected paragraphs, whether a list item or not, as part of a list." #. pxcFF #: add_to_list.xhp @@ -3983,7 +3983,7 @@ msgctxt "" "par_id151614079148636\n" "help.text" msgid "<variable id=\"howtogetaddtolist\">Choose <menuitem>Format - Lists - Add to List</menuitem></variable>." -msgstr "" +msgstr "<variable id=\"howtogetaddtolist\">Choose <menuitem>Format - Lists - Add to List</menuitem></variable>." #. PUsxs #: add_to_list.xhp @@ -3992,7 +3992,7 @@ msgctxt "" "par_id631614079159620\n" "help.text" msgid "Right-click a paragraph, choose <menuitem>List - Add to List</menuitem>." -msgstr "" +msgstr "Right-click a paragraph, choose <menuitem>List - Add to List</menuitem>." #. Zb43J #: add_to_list.xhp @@ -4001,7 +4001,7 @@ msgctxt "" "par_id151615752168785\n" "help.text" msgid "<variable id=\"toolbar\">On <menuitem>Bullets and Numbering</menuitem> bar, click <emph>Add to List</emph> icon.</variable>" -msgstr "" +msgstr "<variable id=\"toolbar\">On <menuitem>Bullets and Numbering</menuitem> bar, click <emph>Add to List</emph> icon.</variable>" #. ViA36 #: add_to_list.xhp @@ -4010,7 +4010,7 @@ msgctxt "" "par_id651615752040364\n" "help.text" msgid "<image src=\"cmd/lc_continuenumbering.png\" id=\"img_id981615752040364\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id761615752040364\">Add to List Icon</alt></image>" -msgstr "" +msgstr "<image src=\"cmd/lc_continuenumbering.png\" id=\"img_id981615752040364\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id761615752040364\">Add to List Icon</alt></image>" #. hxMDa #: add_to_list.xhp @@ -4019,7 +4019,7 @@ msgctxt "" "par_id51615752040365\n" "help.text" msgid "Add to List" -msgstr "" +msgstr "Add to List" #. 6kruw #: add_to_list.xhp @@ -4028,7 +4028,7 @@ msgctxt "" "par_id711616001147778\n" "help.text" msgid "The list labeling and indent formatting are applied to the selected paragraphs. The position of the paragraphs in the document does not change." -msgstr "" +msgstr "The list labelling and indent formatting are applied to the selected paragraphs. The position of the paragraphs in the document does not change." #. L9RdM #: add_to_list.xhp @@ -4073,7 +4073,7 @@ msgctxt "" "hd_id851614072896370\n" "help.text" msgid "Add Selected Paragraphs to a List" -msgstr "" +msgstr "Add Selected Paragraphs to a List" #. FGi4A #: add_to_list.xhp diff --git a/source/en-GB/sc/messages.po b/source/en-GB/sc/messages.po index f504134a795..ce907499d04 100644 --- a/source/en-GB/sc/messages.po +++ b/source/en-GB/sc/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-07-06 20:19+0200\n" +"POT-Creation-Date: 2022-08-08 14:37+0200\n" "PO-Revision-Date: 2022-07-12 03:33+0000\n" "Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/en_GB/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.12.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1562933512.000000\n" #. kBovX @@ -29190,139 +29190,139 @@ msgid "Update links when opening" msgstr "Update links when opening" #. GGhDQ -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:212 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:226 msgctxt "scgeneralpage|editmodecb" msgid "Press Enter to switch to _edit mode" msgstr "Press Enter to switch to _edit mode" #. qVJpA -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:220 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:234 msgctxt "extended_tip|editmodecb" msgid "Allows you to immediately edit the selected cell after pressing the Enter key." msgstr "Allows you to immediately edit the selected cell after pressing the Enter key." #. zzFGH -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:232 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:246 msgctxt "scgeneralpage|formatcb" msgid "Expand _formatting" msgstr "Expand _formatting" #. 8fqgH -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:240 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:254 msgctxt "extended_tip|formatcb" msgid "Specifies whether to automatically apply the formatting attributes of the selected cell to the empty adjacent cells." msgstr "Specifies whether to automatically apply the formatting attributes of the selected cell to the empty adjacent cells." #. AzkVC -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:252 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:266 msgctxt "scgeneralpage|exprefcb" msgid "Expand _references when new columns/rows are inserted" msgstr "Expand _references when new columns/rows are inserted" #. yybGX -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:260 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:274 msgctxt "extended_tip|exprefcb" msgid "Specifies whether to expand references when inserting columns or rows adjacent to the reference range. This is only possible if the reference range, where the column or row is inserted, originally spanned at least two cells in the desired direction." msgstr "Specifies whether to expand references when inserting columns or rows adjacent to the reference range. This is only possible if the reference range, where the column or row is inserted, originally spanned at least two cells in the desired direction." #. 6oRpB -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:277 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:291 msgctxt "scgeneralpage|alignlb" msgid "Down" msgstr "Down" #. tC8Do -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:278 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:292 msgctxt "scgeneralpage|alignlb" msgid "Right" msgstr "Right" #. AAUJ2 -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:279 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:293 msgctxt "scgeneralpage|alignlb" msgid "Up" msgstr "Up" #. p9JAq -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:280 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:294 msgctxt "scgeneralpage|alignlb" msgid "Left" msgstr "Left" #. 2dTCJ -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:284 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:298 msgctxt "extended_tip|alignlb" msgid "Determines the direction that the cursor in the spreadsheet will move after you press the Enter key." msgstr "Determines the direction that the cursor in the spreadsheet will move after you press the Enter key." #. dnDdz -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:295 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:309 msgctxt "scgeneralpage|aligncb" msgid "Press Enter to _move selection" msgstr "Press Enter to _move selection" #. UStnu -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:309 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:323 msgctxt "scgeneralpage|legacy_cell_selection_cb" msgid "Position cell reference with selection" msgstr "Position cell reference with selection" #. MJyaA -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:317 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:331 msgctxt "extended_tip|legacy_cell_selection_cb" msgid "With the option set, expanding a selection (with Ctrl + Shift + Down/Up) jumps to the end of the range in the column that was added as last to the initial selection. When the option is not set, expanding a selection (with Ctrl + Shift + Down/Up) jumps to the end of the range in the column where selecting the cell range was started. The same of course applies when extending a selection on rows, with Ctrl + Shift + Left/Right." msgstr "With the option set, expanding a selection (with Ctrl + Shift + Down/Up) jumps to the end of the range in the column that was added as last to the initial selection. When the option is not set, expanding a selection (with Ctrl + Shift + Down/Up) jumps to the end of the range in the column where selecting the cell range was started. The same of course applies when extending a selection on rows, with Ctrl + Shift + Left/Right." #. S2fGF -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:329 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:343 msgctxt "scgeneralpage|replwarncb" msgid "Show overwrite _warning when pasting data" msgstr "Show overwrite _warning when pasting data" #. yDGPC -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:337 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:351 msgctxt "extended_tip|replwarncb" msgid "Specifies that, when you paste cells from the clipboard to a cell range that is not empty, a warning appears." msgstr "Specifies that, when you paste cells from the clipboard to a cell range that is not empty, a warning appears." #. H477x -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:349 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:363 msgctxt "scgeneralpage|enter_paste_mode_cb" msgid "Press Enter to paste and clear clipboard" msgstr "Press Enter to paste and clear clipboard" #. LFenu -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:364 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:378 msgctxt "scgeneralpage|textfmtcb" msgid "Use printer metrics for text formatting" msgstr "Use printer metrics for text formatting" #. ECUd7 -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:371 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:385 msgctxt "extended_tip|textfmtcb" msgid "Specifies that printer metrics are applied for printing and also for formatting the display on the screen." msgstr "Specifies that printer metrics are applied for printing and also for formatting the display on the screen." #. zW9SZ -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:383 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:397 msgctxt "scgeneralpage|markhdrcb" msgid "Highlight sele_ction in column/row headers" msgstr "Highlight sele_ction in column/row headers" #. payBv -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:391 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:405 msgctxt "extended_tip|markhdrcb" msgid "Specifies whether to highlight column and row headers in the selected columns or rows." msgstr "Specifies whether to highlight column and row headers in the selected columns or rows." #. KGWyE -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:403 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:417 msgctxt "scgeneralpage|sortrefupdatecb" msgid "Update references when sorting range of cells" msgstr "Update references when sorting range of cells" #. M9G8o -#: sc/uiconfig/scalc/ui/scgeneralpage.ui:421 +#: sc/uiconfig/scalc/ui/scgeneralpage.ui:439 msgctxt "scgeneralpage|label3" msgid "Input Settings" msgstr "Input Settings" diff --git a/source/en-GB/sw/messages.po b/source/en-GB/sw/messages.po index 1457bae18b9..f05ec81e6d3 100644 --- a/source/en-GB/sw/messages.po +++ b/source/en-GB/sw/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2022-07-04 18:05+0200\n" +"POT-Creation-Date: 2022-08-08 14:37+0200\n" "PO-Revision-Date: 2022-07-12 03:33+0000\n" "Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n" "Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/en_GB/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.12.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1562933331.000000\n" #. v3oJv @@ -10597,19 +10597,19 @@ msgid "Moves the selected paragraph style down one level in the index hierarchy. msgstr "Moves the selected paragraph style down one level in the index hierarchy." #. tF4xa -#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:271 +#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:272 msgctxt "assignstylesdialog|stylecolumn" msgid "Style" msgstr "Style" #. 3MYjK -#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:462 +#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:461 msgctxt "assignstylesdialog|label3" msgid "Styles" msgstr "Styles" #. sr78E -#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:484 +#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:483 msgctxt "assignstylesdialog|extended_tip|AssignStylesDialog" msgid "Creates index entries from specific paragraph styles." msgstr "Creates index entries from specific paragraph styles." |