aboutsummaryrefslogtreecommitdiff
path: root/source/kok/basic
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-09-01 13:16:17 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-10-16 11:22:44 -0500
commit2a531c1cdded4ca03e7ca5b96fb356883edfa370 (patch)
treeadc1e32d89b8a6835144ce352945ee7321539350 /source/kok/basic
parent90b5d08e5f9e727693085c56684b6009ad945392 (diff)
move translations structure one directory up
Diffstat (limited to 'source/kok/basic')
-rw-r--r--source/kok/basic/source/classes.po561
-rw-r--r--source/kok/basic/source/sbx.po43
2 files changed, 604 insertions, 0 deletions
diff --git a/source/kok/basic/source/classes.po b/source/kok/basic/source/classes.po
new file mode 100644
index 00000000000..80c1afdecf2
--- /dev/null
+++ b/source/kok/basic/source/classes.po
@@ -0,0 +1,561 @@
+#. extracted from basic/source/classes.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+basic%2Fsource%2Fclasses.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"PO-Revision-Date: 2011-04-06 09:40+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: kok\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: sb.src#RID_BASIC_START.SbERR_SYNTAX___ERRCODE_RES_MASK.string.text
+msgid "Syntax error."
+msgstr "व्याकरण त्रुटी"
+
+#: sb.src#RID_BASIC_START.SbERR_NO_GOSUB___ERRCODE_RES_MASK.string.text
+msgid "Return without Gosub."
+msgstr "Gosub शिवाय परत करात"
+
+#: sb.src#RID_BASIC_START.SbERR_REDO_FROM_START___ERRCODE_RES_MASK.string.text
+msgid "Incorrect entry; please retry."
+msgstr "चुकीची नोंद; परतून येत्न करात"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_ARGUMENT___ERRCODE_RES_MASK.string.text
+msgid "Invalid procedure call."
+msgstr "अवैध प्रक्रिया उलो"
+
+#: sb.src#RID_BASIC_START.SbERR_MATH_OVERFLOW___ERRCODE_RES_MASK.string.text
+msgid "Overflow."
+msgstr "उपाट भल्ल्या"
+
+#: sb.src#RID_BASIC_START.SbERR_NO_MEMORY___ERRCODE_RES_MASK.string.text
+msgid "Not enough memory."
+msgstr "पावसारकी स्मृती ना"
+
+#: sb.src#RID_BASIC_START.SbERR_ALREADY_DIM___ERRCODE_RES_MASK.string.text
+msgid "Array already dimensioned."
+msgstr "पयलीसावन परिमाणित केल्ली श्रेणी"
+
+#: sb.src#RID_BASIC_START.SbERR_OUT_OF_RANGE___ERRCODE_RES_MASK.string.text
+msgid "Index out of defined range."
+msgstr "दिल्ल्या व्याप्तीभायर वळेरी"
+
+#: sb.src#RID_BASIC_START.SbERR_DUPLICATE_DEF___ERRCODE_RES_MASK.string.text
+msgid "Duplicate definition."
+msgstr "दुपट्टी व्याख्या"
+
+#: sb.src#RID_BASIC_START.SbERR_ZERODIV___ERRCODE_RES_MASK.string.text
+msgid "Division by zero."
+msgstr "शून्यान भाग"
+
+#: sb.src#RID_BASIC_START.SbERR_VAR_UNDEFINED___ERRCODE_RES_MASK.string.text
+msgid "Variable not defined."
+msgstr "बदलुपी सांगूक ना"
+
+#: sb.src#RID_BASIC_START.SbERR_CONVERSION___ERRCODE_RES_MASK.string.text
+msgid "Data type mismatch."
+msgstr "म्हायती प्रकार जुळना"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_PARAMETER___ERRCODE_RES_MASK.string.text
+msgid "Invalid parameter."
+msgstr "अमान्य परिमाण"
+
+#: sb.src#RID_BASIC_START.SbERR_USER_ABORT___ERRCODE_RES_MASK.string.text
+msgid "Process interrupted by user."
+msgstr "वापरप्यान प्रक्रिया थांबयली"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_RESUME___ERRCODE_RES_MASK.string.text
+msgid "Resume without error."
+msgstr "बिनचूक सुरवात करात"
+
+#: sb.src#RID_BASIC_START.SbERR_STACK_OVERFLOW___ERRCODE_RES_MASK.string.text
+msgid "Not enough stack memory."
+msgstr "पावसारकी स्टॅक स्मृती ना"
+
+#: sb.src#RID_BASIC_START.SbERR_PROC_UNDEFINED___ERRCODE_RES_MASK.string.text
+msgid "Sub-procedure or function procedure not defined."
+msgstr "उप- प्रक्रिया वा काम प्रक्रिया स्पश्ट केल्ली ना"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_DLL_LOAD___ERRCODE_RES_MASK.string.text
+msgid "Error loading DLL file."
+msgstr "DLL धारिका लागू करतास्तना त्रुटी"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_DLL_CALL___ERRCODE_RES_MASK.string.text
+msgid "Wrong DLL call convention."
+msgstr "चुकीचो DLL उलो"
+
+#: sb.src#RID_BASIC_START.SbERR_INTERNAL_ERROR___ERRCODE_RES_MASK.string.text
+msgid "Internal error $(ARG1)."
+msgstr "अंतर्गत त्रुटी $(ARG1)."
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_CHANNEL___ERRCODE_RES_MASK.string.text
+msgid "Invalid file name or file number."
+msgstr "अमान्य धारिका नाव वा धारिका क्रमांक"
+
+#: sb.src#RID_BASIC_START.SbERR_FILE_NOT_FOUND___ERRCODE_RES_MASK.string.text
+msgid "File not found."
+msgstr "धारिका मेळूंक ना"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_FILE_MODE___ERRCODE_RES_MASK.string.text
+msgid "Incorrect file mode."
+msgstr "चुकीचो फायल प्रकार"
+
+#: sb.src#RID_BASIC_START.SbERR_FILE_ALREADY_OPEN___ERRCODE_RES_MASK.string.text
+msgid "File already open."
+msgstr "धारिका पयलीसावन उगडी आसा"
+
+#: sb.src#RID_BASIC_START.SbERR_IO_ERROR___ERRCODE_RES_MASK.string.text
+msgid "Device I/O error."
+msgstr "साधनाची I/O त्रुटी"
+
+#: sb.src#RID_BASIC_START.SbERR_FILE_EXISTS___ERRCODE_RES_MASK.string.text
+msgid "File already exists."
+msgstr "धारिका पयलीसावन आसा"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_RECORD_LENGTH___ERRCODE_RES_MASK.string.text
+msgid "Incorrect record length."
+msgstr "चुकीची अभिलेख लामाय"
+
+#: sb.src#RID_BASIC_START.SbERR_DISK_FULL___ERRCODE_RES_MASK.string.text
+msgid "Disk or hard drive full."
+msgstr "डिस्क वा हार्ड ड्रायव भल्लो"
+
+#: sb.src#RID_BASIC_START.SbERR_READ_PAST_EOF___ERRCODE_RES_MASK.string.text
+msgid "Reading exceeds EOF."
+msgstr "EOF परस चड वाचप"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_RECORD_NUMBER___ERRCODE_RES_MASK.string.text
+msgid "Incorrect record number."
+msgstr "चुकीचो अभिलेख क्रमांक"
+
+#: sb.src#RID_BASIC_START.SbERR_TOO_MANY_FILES___ERRCODE_RES_MASK.string.text
+msgid "Too many files."
+msgstr "खूप धारिका"
+
+#: sb.src#RID_BASIC_START.SbERR_NO_DEVICE___ERRCODE_RES_MASK.string.text
+msgid "Device not available."
+msgstr "साधन उपलब्द ना"
+
+#: sb.src#RID_BASIC_START.SbERR_ACCESS_DENIED___ERRCODE_RES_MASK.string.text
+msgid "Access denied."
+msgstr "प्रवेश मनाय"
+
+#: sb.src#RID_BASIC_START.SbERR_NOT_READY___ERRCODE_RES_MASK.string.text
+msgid "Disk not ready."
+msgstr "डीस्क तयार ना"
+
+#: sb.src#RID_BASIC_START.SbERR_NOT_IMPLEMENTED___ERRCODE_RES_MASK.string.text
+msgid "Not implemented."
+msgstr "लागू करूंक ना"
+
+#: sb.src#RID_BASIC_START.SbERR_DIFFERENT_DRIVE___ERRCODE_RES_MASK.string.text
+msgid "Renaming on different drives impossible."
+msgstr "विंगडविंगड ड्रायवांत परतून नाव दिवप अशक्य"
+
+#: sb.src#RID_BASIC_START.SbERR_ACCESS_ERROR___ERRCODE_RES_MASK.string.text
+msgid "Path/File access error."
+msgstr "वाट/धारिका प्रवेश त्रुटी"
+
+#: sb.src#RID_BASIC_START.SbERR_PATH_NOT_FOUND___ERRCODE_RES_MASK.string.text
+msgid "Path not found."
+msgstr "वाट मेळूंक ना"
+
+#: sb.src#RID_BASIC_START.SbERR_NO_OBJECT___ERRCODE_RES_MASK.string.text
+msgid "Object variable not set."
+msgstr "वस्तीचे बदल निश्चित केल्ले ना"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_PATTERN___ERRCODE_RES_MASK.string.text
+msgid "Invalid string pattern."
+msgstr "अमान्य स्ट्रींग पद्दत"
+
+#: sb.src#RID_BASIC_START.SBERR_IS_NULL___ERRCODE_RES_MASK.string.text
+msgid "Use of zero not permitted."
+msgstr "शून्य वापरपाक परवानगी ना"
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_ERROR___ERRCODE_RES_MASK.string.text
+msgid "DDE Error."
+msgstr "DDE त्रुटी."
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_WAITINGACK___ERRCODE_RES_MASK.string.text
+msgid "Awaiting response to DDE connection."
+msgstr "DDE जोडणेक प्रतिसादाची वाट पळयता"
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_OUTOFCHANNELS___ERRCODE_RES_MASK.string.text
+msgid "No DDE channels available."
+msgstr "DDE वाहिन्यो उपलब्द ना"
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_NO_RESPONSE___ERRCODE_RES_MASK.string.text
+msgid "No application responded to DDE connect initiation."
+msgstr "DDE जोडणी आरंबाक खंयचेच एप्लिकेशन प्रतिसाद दिना"
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_MULT_RESPONSES___ERRCODE_RES_MASK.string.text
+msgid "Too many applications responded to DDE connect initiation."
+msgstr "DDE जोडणी आरंबाक खूप एप्लिकेशनांनी प्रतिसाद दिलो"
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_CHANNEL_LOCKED___ERRCODE_RES_MASK.string.text
+msgid "DDE channel locked."
+msgstr "DDE वाहिनीक कुलूप"
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_NOTPROCESSED___ERRCODE_RES_MASK.string.text
+msgid "External application cannot execute DDE operation."
+msgstr "भायले एप्लिकेशन DDE चालू करपाक शकना"
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_TIMEOUT___ERRCODE_RES_MASK.string.text
+msgid "Timeout while waiting for DDE response."
+msgstr "DDE प्रतिसादाची वाट पळयता आस्तना वेळ सोपली"
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_USER_INTERRUPT___ERRCODE_RES_MASK.string.text
+msgid "User pressed ESCAPE during DDE operation."
+msgstr "उपभोक्त्याने DDE कार्यात ESCAPE ही कळ दाबली."
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_BUSY___ERRCODE_RES_MASK.string.text
+msgid "External application busy."
+msgstr "भायले एप्लिकेशन व्यस्त आसा"
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_NO_DATA___ERRCODE_RES_MASK.string.text
+msgid "DDE operation without data."
+msgstr "म्हायतीशिवाय DDE कार्यवळ"
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_WRONG_DATA_FORMAT___ERRCODE_RES_MASK.string.text
+msgid "Data are in wrong format."
+msgstr "म्हायती चुकीच्या पद्दतीन आसा"
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_PARTNER_QUIT___ERRCODE_RES_MASK.string.text
+msgid "External application has been terminated."
+msgstr "भायले एप्लिकेशन बंद उडयला"
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_CONV_CLOSED___ERRCODE_RES_MASK.string.text
+msgid "DDE connection interrupted or modified."
+msgstr "DDE जोडणींत व्यत्यय वा सुदार"
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_NO_CHANNEL___ERRCODE_RES_MASK.string.text
+msgid "DDE method invoked with no channel open."
+msgstr "वाहिनी उगडीनास्तना DDE पद्दत सुरू केली"
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_INVALID_LINK___ERRCODE_RES_MASK.string.text
+msgid "Invalid DDE link format."
+msgstr "DDE जोड पद्द अमान्य"
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_QUEUE_OVERFLOW___ERRCODE_RES_MASK.string.text
+msgid "DDE message has been lost."
+msgstr "DDE संदेश शेणला"
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_LINK_ALREADY_EST___ERRCODE_RES_MASK.string.text
+msgid "Paste link already performed."
+msgstr "जोड चिकटोवन जाली"
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_LINK_INV_TOPIC___ERRCODE_RES_MASK.string.text
+msgid "Link mode cannot be set due to invalid link topic."
+msgstr "जोड पद्दत अमान्य जोड विशयाक लागून रचपाक येना"
+
+#: sb.src#RID_BASIC_START.SbERR_DDE_DLL_NOT_FOUND___ERRCODE_RES_MASK.string.text
+msgid "DDE requires the DDEML.DLL file."
+msgstr "DDE क DDEML.DLL ही धारिका जाय"
+
+#: sb.src#RID_BASIC_START.SbERR_CANNOT_LOAD___ERRCODE_RES_MASK.string.text
+msgid "Module cannot be loaded; invalid format."
+msgstr "पद्दत लागू जायना. अमान्य रचना"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_INDEX___ERRCODE_RES_MASK.string.text
+msgid "Invalid object index."
+msgstr "अमान्य वस्त वळेरी"
+
+#: sb.src#RID_BASIC_START.SbERR_NO_ACTIVE_OBJECT___ERRCODE_RES_MASK.string.text
+msgid "Object is not available."
+msgstr "वस्त उपलब्द ना"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_PROP_VALUE___ERRCODE_RES_MASK.string.text
+msgid "Incorrect property value."
+msgstr "चुकीचे वैशिश्ट्य मोल"
+
+#: sb.src#RID_BASIC_START.SbERR_PROP_READONLY___ERRCODE_RES_MASK.string.text
+msgid "This property is read-only."
+msgstr "हे वैशिश्ट्य फकत वाचपाखातीर"
+
+#: sb.src#RID_BASIC_START.SbERR_PROP_WRITEONLY___ERRCODE_RES_MASK.string.text
+msgid "This property is write only."
+msgstr "हे वैशिश्ट्य फकत बरोवपाखातीर"
+
+#: sb.src#RID_BASIC_START.SbERR_INVALID_OBJECT___ERRCODE_RES_MASK.string.text
+msgid "Invalid object reference."
+msgstr "अमान्य वस्त संदर्ब"
+
+#: sb.src#RID_BASIC_START.SbERR_NO_METHOD___ERRCODE_RES_MASK.string.text
+msgid "Property or method not found: $(ARG1)."
+msgstr "वैशिश्ट्य वा पद्दत मेळूंक ना"
+
+#: sb.src#RID_BASIC_START.SbERR_NEEDS_OBJECT___ERRCODE_RES_MASK.string.text
+msgid "Object required."
+msgstr "वस्तीची गरज"
+
+#: sb.src#RID_BASIC_START.SbERR_INVALID_USAGE_OBJECT___ERRCODE_RES_MASK.string.text
+msgid "Invalid use of an object."
+msgstr "वस्तीचो चुकीचो वापर"
+
+#: sb.src#RID_BASIC_START.SbERR_NO_OLE___ERRCODE_RES_MASK.string.text
+msgid "OLE Automation is not supported by this object."
+msgstr "OLE Automation क ह्या वस्तीचे फांटबळ ना"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_METHOD___ERRCODE_RES_MASK.string.text
+msgid "This property or method is not supported by the object."
+msgstr "हे वैशिश्ट्य वा पद्दत हाका वस्तीचे फांटबळ ना"
+
+#: sb.src#RID_BASIC_START.SbERR_OLE_ERROR___ERRCODE_RES_MASK.string.text
+msgid "OLE Automation Error."
+msgstr "OLE Automation त्रुटी"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_ACTION___ERRCODE_RES_MASK.string.text
+msgid "This action is not supported by given object."
+msgstr "ह्या कामाक दिल्ल्या वस्तीचे फांटबळ ना"
+
+#: sb.src#RID_BASIC_START.SbERR_NO_NAMED_ARGS___ERRCODE_RES_MASK.string.text
+msgid "Named arguments are not supported by given object."
+msgstr "केल्ल्या युक्तिवादांक दिल्ल्या वस्तीचे फांटबळ ना"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_LOCALE___ERRCODE_RES_MASK.string.text
+msgid "The current locale setting is not supported by the given object."
+msgstr "सद्याच्या थळाव्या रचनेक दिल्ल्या वस्तीचे फांटबळ ना"
+
+#: sb.src#RID_BASIC_START.SbERR_NAMED_NOT_FOUND___ERRCODE_RES_MASK.string.text
+msgid "Named argument not found."
+msgstr "सांगिल्लो युक्तिवाद मेळना"
+
+#: sb.src#RID_BASIC_START.SbERR_NOT_OPTIONAL___ERRCODE_RES_MASK.string.text
+msgid "Argument is not optional."
+msgstr "युक्तिवाद ऐच्छिक ना"
+
+#: sb.src#RID_BASIC_START.SbERR_WRONG_ARGS___ERRCODE_RES_MASK.string.text
+msgctxt "sb.src#RID_BASIC_START.SbERR_WRONG_ARGS___ERRCODE_RES_MASK.string.text"
+msgid "Invalid number of arguments."
+msgstr "युक्तिवादाचो अमान्य क्रमांक"
+
+#: sb.src#RID_BASIC_START.SbERR_NOT_A_COLL___ERRCODE_RES_MASK.string.text
+msgid "Object is not a list."
+msgstr "वस्त ही वळेरी न्ही"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_ORDINAL___ERRCODE_RES_MASK.string.text
+msgid "Invalid ordinal number."
+msgstr "अमान्य ओर्डिनल क्रमांक "
+
+#: sb.src#RID_BASIC_START.SbERR_DLLPROC_NOT_FOUND___ERRCODE_RES_MASK.string.text
+msgid "Specified DLL function not found."
+msgstr "सांगिल्ले DLL काम मेळना"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_CLIPBD_FORMAT___ERRCODE_RES_MASK.string.text
+msgid "Invalid clipboard format."
+msgstr "अमान्य क्लीपबोर्ड रचना"
+
+#: sb.src#RID_BASIC_START.SbERR_PROPERTY_NOT_FOUND___ERRCODE_RES_MASK.string.text
+msgid "Object does not have this property."
+msgstr "वस्तीक हे वैशिश्ट्य ना"
+
+#: sb.src#RID_BASIC_START.SbERR_METHOD_NOT_FOUND___ERRCODE_RES_MASK.string.text
+msgid "Object does not have this method."
+msgstr "वस्तीक हे वैशिश्ट्य ना"
+
+#: sb.src#RID_BASIC_START.SbERR_ARG_MISSING___ERRCODE_RES_MASK.string.text
+msgid "Required argument lacking."
+msgstr "जाय आशिल्लो युक्तिवाद ना"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_NUMBER_OF_ARGS___ERRCODE_RES_MASK.string.text
+msgctxt "sb.src#RID_BASIC_START.SbERR_BAD_NUMBER_OF_ARGS___ERRCODE_RES_MASK.string.text"
+msgid "Invalid number of arguments."
+msgstr "युक्तिवादाचो अमान्य क्रमांक"
+
+#: sb.src#RID_BASIC_START.SbERR_METHOD_FAILED___ERRCODE_RES_MASK.string.text
+msgid "Error executing a method."
+msgstr "पद्दत लागू करता आस्तना त्रुटी"
+
+#: sb.src#RID_BASIC_START.SbERR_SETPROP_FAILED___ERRCODE_RES_MASK.string.text
+msgid "Unable to set property."
+msgstr "वैशिश्ट्य लागू करपाक अपेश"
+
+#: sb.src#RID_BASIC_START.SbERR_GETPROP_FAILED___ERRCODE_RES_MASK.string.text
+msgid "Unable to determine property."
+msgstr "वैशिश्ट्य सांगपाक अपेश"
+
+#: sb.src#RID_BASIC_START.SbERR_UNEXPECTED___ERRCODE_RES_MASK.string.text
+msgid "Unexpected symbol: $(ARG1)."
+msgstr "अनपेक्षित चिन्न: $(ARG1)."
+
+#: sb.src#RID_BASIC_START.SbERR_EXPECTED___ERRCODE_RES_MASK.string.text
+msgid "Expected: $(ARG1)."
+msgstr "अपेक्षित: $(ARG1)."
+
+#: sb.src#RID_BASIC_START.SbERR_SYMBOL_EXPECTED___ERRCODE_RES_MASK.string.text
+msgid "Symbol expected."
+msgstr "चिन्न अपेक्षित"
+
+#: sb.src#RID_BASIC_START.SbERR_VAR_EXPECTED___ERRCODE_RES_MASK.string.text
+msgid "Variable expected."
+msgstr "बदल अपेक्षित"
+
+#: sb.src#RID_BASIC_START.SbERR_LABEL_EXPECTED___ERRCODE_RES_MASK.string.text
+msgid "Label expected."
+msgstr "लेबल अपेक्षित"
+
+#: sb.src#RID_BASIC_START.SbERR_LVALUE_EXPECTED___ERRCODE_RES_MASK.string.text
+msgid "Value cannot be applied."
+msgstr "मोल लागू करपाक येना"
+
+#: sb.src#RID_BASIC_START.SbERR_VAR_DEFINED___ERRCODE_RES_MASK.string.text
+msgid "Variable $(ARG1) already defined."
+msgstr "बदल $(ARG1) पयलीच सांगला"
+
+#: sb.src#RID_BASIC_START.SbERR_PROC_DEFINED___ERRCODE_RES_MASK.string.text
+msgid "Sub procedure or function procedure $(ARG1) already defined."
+msgstr "उप प्रक्रिया वा कामाची प्रक्रिया $(ARG1) पयलीच सांगल्या"
+
+#: sb.src#RID_BASIC_START.SbERR_LABEL_DEFINED___ERRCODE_RES_MASK.string.text
+msgid "Label $(ARG1) already defined."
+msgstr "लेबल $(ARG1) पयलीच सांगला."
+
+#: sb.src#RID_BASIC_START.SbERR_UNDEF_VAR___ERRCODE_RES_MASK.string.text
+msgid "Variable $(ARG1) not found."
+msgstr "बदल $(ARG1) मेळूंक ना"
+
+#: sb.src#RID_BASIC_START.SbERR_UNDEF_ARRAY___ERRCODE_RES_MASK.string.text
+msgid "Array or procedure $(ARG1) not found."
+msgstr "एरे वा प्रक्रिया $(ARG1) मेळूंक ना"
+
+#: sb.src#RID_BASIC_START.SbERR_UNDEF_PROC___ERRCODE_RES_MASK.string.text
+msgid "Procedure $(ARG1) not found."
+msgstr "प्रक्रिया $(ARG1) मेळूंक ना"
+
+#: sb.src#RID_BASIC_START.SbERR_UNDEF_LABEL___ERRCODE_RES_MASK.string.text
+msgid "Label $(ARG1) undefined."
+msgstr "लेबल $(ARG1) सांगिल्ले ना"
+
+#: sb.src#RID_BASIC_START.SbERR_UNDEF_TYPE___ERRCODE_RES_MASK.string.text
+msgid "Unknown data type $(ARG1)."
+msgstr "खबर नाशिल्लो म्हायती प्रकार $(ARG1) "
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_EXIT___ERRCODE_RES_MASK.string.text
+msgid "Exit $(ARG1) expected."
+msgstr "भायर वचप $(ARG1) अपेक्षित"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_BLOCK___ERRCODE_RES_MASK.string.text
+msgid "Statement block still open: $(ARG1) missing."
+msgstr "निवेदन ब्लॉक अजून उगडो आसा : $(ARG1) शेणला."
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_BRACKETS___ERRCODE_RES_MASK.string.text
+msgid "Parentheses do not match."
+msgstr "समीकरणां जुळनात"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_DECLARATION___ERRCODE_RES_MASK.string.text
+msgid "Symbol $(ARG1) already defined differently."
+msgstr "चिन्न $(ARG1) पयलीच वेगळे तरेन सांगिल्ले आसा"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_PARAMETERS___ERRCODE_RES_MASK.string.text
+msgid "Parameters do not correspond to procedure."
+msgstr "प्रक्रियेक योग्य परिमाणां ना"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_CHAR_IN_NUMBER___ERRCODE_RES_MASK.string.text
+msgid "Invalid character in number."
+msgstr "क्रमांकांत मान्य नाशिल्ले अक्षर"
+
+#: sb.src#RID_BASIC_START.SbERR_MUST_HAVE_DIMS___ERRCODE_RES_MASK.string.text
+msgid "Array must be dimensioned."
+msgstr "एरेच्यो मिती स्पश्ट करपाक जाय"
+
+#: sb.src#RID_BASIC_START.SbERR_NO_IF___ERRCODE_RES_MASK.string.text
+msgid "Else/Endif without If."
+msgstr "Else/Endif without If."
+
+#: sb.src#RID_BASIC_START.SbERR_NOT_IN_SUBR___ERRCODE_RES_MASK.string.text
+msgid "$(ARG1) not allowed within a procedure."
+msgstr "$(ARG1) प्रक्रियेंमजगती करपाक येना"
+
+#: sb.src#RID_BASIC_START.SbERR_NOT_IN_MAIN___ERRCODE_RES_MASK.string.text
+msgid "$(ARG1) not allowed outside a procedure."
+msgstr "$(ARG1) प्रक्रियेभायर करपाक येना"
+
+#: sb.src#RID_BASIC_START.SbERR_WRONG_DIMS___ERRCODE_RES_MASK.string.text
+msgid "Dimension specifications do not match."
+msgstr "मितींची वर्णना जुळना"
+
+#: sb.src#RID_BASIC_START.SbERR_BAD_OPTION___ERRCODE_RES_MASK.string.text
+msgid "Unknown option: $(ARG1)."
+msgstr "खबर नाशिल्लो पर्याय : $(ARG1)."
+
+#: sb.src#RID_BASIC_START.SbERR_CONSTANT_REDECLARED___ERRCODE_RES_MASK.string.text
+msgid "Constant $(ARG1) redefined."
+msgstr "सतत $(ARG1) सांगिल्ले आसा"
+
+#: sb.src#RID_BASIC_START.SbERR_PROG_TOO_LARGE___ERRCODE_RES_MASK.string.text
+msgid "Program too large."
+msgstr "खूब व्हड कार्यक्रम"
+
+#: sb.src#RID_BASIC_START.SbERR_NO_STRINGS_ARRAYS___ERRCODE_RES_MASK.string.text
+msgid "Strings or arrays not permitted."
+msgstr "स्ट्रींग वा एरेक परवानगी ना"
+
+#: sb.src#RID_BASIC_START.ERRCODE_BASIC_EXCEPTION___ERRCODE_RES_MASK.string.text
+msgid "An exception occurred $(ARG1)."
+msgstr "एक अपवाद घडलो $(ARG1)."
+
+#: sb.src#RID_BASIC_START.ERRCODE_BASIC_ARRAY_FIX___ERRCODE_RES_MASK.string.text
+msgid "This array is fixed or temporarily locked."
+msgstr ""
+
+#: sb.src#RID_BASIC_START.ERRCODE_BASIC_STRING_OVERFLOW___ERRCODE_RES_MASK.string.text
+msgid "Out of string space."
+msgstr ""
+
+#: sb.src#RID_BASIC_START.ERRCODE_BASIC_EXPR_TOO_COMPLEX___ERRCODE_RES_MASK.string.text
+msgid "Expression Too Complex."
+msgstr ""
+
+#: sb.src#RID_BASIC_START.ERRCODE_BASIC_OPER_NOT_PERFORM___ERRCODE_RES_MASK.string.text
+msgid "Can't perform requested operation."
+msgstr ""
+
+#: sb.src#RID_BASIC_START.ERRCODE_BASIC_TOO_MANY_DLL___ERRCODE_RES_MASK.string.text
+msgid "Too many DLL application clients."
+msgstr ""
+
+#: sb.src#RID_BASIC_START.ERRCODE_BASIC_LOOP_NOT_INIT___ERRCODE_RES_MASK.string.text
+msgid "For loop not initialized."
+msgstr ""
+
+#: sb.src#RID_BASIC_START.ERRCODE_BASIC_COMPAT___ERRCODE_RES_MASK.string.text
+msgid "$(ARG1)"
+msgstr ""
+
+#: sb.src#IDS_SBERR_TERMINATED.string.text
+msgid "The macro running has been interrupted"
+msgstr "प्रचालित मॅक्रो हस्तक्षेपित झाला."
+
+#: sb.src#IDS_SBERR_STOREREF.string.text
+msgid "Reference will not be saved: "
+msgstr "संदर्भा संचित करता येणार नाही"
+
+#: sb.src#ERRCODE_BASMGR_LIBLOAD___ERRCODE_RES_MASK.string.text
+msgid "Error loading library '$(ARG1)'."
+msgstr "पुस्तकालय लागू करतास्तना त्रुटी '$(ARG1)'."
+
+#: sb.src#ERRCODE_BASMGR_LIBSAVE___ERRCODE_RES_MASK.string.text
+msgid "Error saving library: '$(ARG1)'."
+msgstr "पुस्तकालय जतनाय करतास्तना त्रुटी '$(ARG1)'."
+
+#: sb.src#ERRCODE_BASMGR_MGROPEN___ERRCODE_RES_MASK.string.text
+msgid "The BASIC from the file '$(ARG1)' could not be initialized."
+msgstr "धारिका '$(ARG1)' तले BASIC सुरू करपाक जायना."
+
+#: sb.src#ERRCODE_BASMGR_MGRSAVE___ERRCODE_RES_MASK.string.text
+msgid "Error saving BASIC: '$(ARG1)'."
+msgstr "BASIC जतनाय करता आस्तना त्रुटी : '$(ARG1)'"
+
+#: sb.src#ERRCODE_BASMGR_REMOVELIB___ERRCODE_RES_MASK.string.text
+msgid "Error removing library."
+msgstr "पुस्तकालय काडता आस्तना त्रुटी"
+
+#: sb.src#ERRCODE_BASMGR_UNLOADLIB___ERRCODE_RES_MASK.string.text
+msgid "The library could not be removed from memory."
+msgstr "पुस्तकालय यादीतल्यान काडून उडोवपाक येना"
diff --git a/source/kok/basic/source/sbx.po b/source/kok/basic/source/sbx.po
new file mode 100644
index 00000000000..4cedd3eaf4f
--- /dev/null
+++ b/source/kok/basic/source/sbx.po
@@ -0,0 +1,43 @@
+#. extracted from basic/source/sbx.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+basic%2Fsource%2Fsbx.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-07-04 16:39+0200\n"
+"PO-Revision-Date: 2011-04-06 09:40+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: kok\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: format.src#STR_BASICKEY_FORMAT_ON.string.text
+msgid "On"
+msgstr "चालू"
+
+#: format.src#STR_BASICKEY_FORMAT_OFF.string.text
+msgid "Off"
+msgstr "बंद"
+
+#: format.src#STR_BASICKEY_FORMAT_TRUE.string.text
+msgid "True"
+msgstr "खरे"
+
+#: format.src#STR_BASICKEY_FORMAT_FALSE.string.text
+msgid "False"
+msgstr "फट"
+
+#: format.src#STR_BASICKEY_FORMAT_YES.string.text
+msgid "Yes"
+msgstr "होय"
+
+#: format.src#STR_BASICKEY_FORMAT_NO.string.text
+msgid "No"
+msgstr "ना"
+
+#: format.src#STR_BASICKEY_FORMAT_CURRENCY.string.text
+msgid "@0.00 $;@(0.00 $)"
+msgstr "@0.00 $;@(0.00 $)"
26
-rw-r--r--source/bg/svtools/messages.po6
-rw-r--r--source/bg/svx/messages.po1434
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/01.po45
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter.po47
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/bn-IN/sc/messages.po10
-rw-r--r--source/bn-IN/scp2/source/calc.po11
-rw-r--r--source/bn-IN/svx/messages.po1370
-rw-r--r--source/bn/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/bn/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/bn/helpcontent2/source/text/shared/01.po45
-rw-r--r--source/bn/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/bn/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/bn/helpcontent2/source/text/swriter.po47
-rw-r--r--source/bn/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/bn/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/bn/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/bn/sc/messages.po10
-rw-r--r--source/bn/scp2/source/calc.po11
-rw-r--r--source/bn/svx/messages.po1370
-rw-r--r--source/bo/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/bo/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/bo/helpcontent2/source/text/shared/01.po45
-rw-r--r--source/bo/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/bo/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/bo/helpcontent2/source/text/swriter.po47
-rw-r--r--source/bo/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/bo/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/bo/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/bo/sc/messages.po10
-rw-r--r--source/bo/scp2/source/calc.po11
-rw-r--r--source/bo/svx/messages.po1370
-rw-r--r--source/br/sc/messages.po10
-rw-r--r--source/br/scp2/source/calc.po11
-rw-r--r--source/br/svx/messages.po1370
-rw-r--r--source/brx/sc/messages.po10
-rw-r--r--source/brx/scp2/source/calc.po11
-rw-r--r--source/brx/svx/messages.po1370
-rw-r--r--source/bs/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/bs/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/bs/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/bs/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/bs/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/bs/helpcontent2/source/text/swriter.po47
-rw-r--r--source/bs/helpcontent2/source/text/swriter/00.po210
-rw-r--r--source/bs/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/bs/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/bs/sc/messages.po10
-rw-r--r--source/bs/scp2/source/calc.po11
-rw-r--r--source/bs/svx/messages.po1370
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/00.po582
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/01.po51
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter.po47
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/ca-valencia/sc/messages.po12
-rw-r--r--source/ca-valencia/scp2/source/calc.po11
-rw-r--r--source/ca-valencia/svx/messages.po1370
-rw-r--r--source/ca/basctl/messages.po10
-rw-r--r--source/ca/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ca/helpcontent2/source/text/shared/00.po611
-rw-r--r--source/ca/helpcontent2/source/text/shared/01.po52
-rw-r--r--source/ca/helpcontent2/source/text/shared/02.po63
-rw-r--r--source/ca/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/ca/helpcontent2/source/text/swriter.po49
-rw-r--r--source/ca/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/ca/helpcontent2/source/text/swriter/01.po283
-rw-r--r--source/ca/helpcontent2/source/text/swriter/menu.po67
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/ca/sc/messages.po12
-rw-r--r--source/ca/scp2/source/calc.po13
-rw-r--r--source/ca/svx/messages.po1384
-rw-r--r--source/ckb/sc/messages.po10
-rw-r--r--source/ckb/scp2/source/calc.po11
-rw-r--r--source/ckb/svx/messages.po1370
-rw-r--r--source/cs/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/cs/helpcontent2/source/text/shared/00.po608
-rw-r--r--source/cs/helpcontent2/source/text/shared/01.po53
-rw-r--r--source/cs/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/cs/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/cs/helpcontent2/source/text/swriter.po47
-rw-r--r--source/cs/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/cs/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/cs/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/cs/sc/messages.po12
-rw-r--r--source/cs/scp2/source/calc.po13
-rw-r--r--source/cs/svx/messages.po1382
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office.po22
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--source/cy/sc/messages.po16
-rw-r--r--source/cy/scp2/source/calc.po13
-rw-r--r--source/cy/sd/messages.po18
-rw-r--r--source/cy/svtools/messages.po6
-rw-r--r--source/cy/svx/messages.po1382
-rw-r--r--source/cy/sw/messages.po6
-rw-r--r--source/da/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/da/helpcontent2/source/text/shared/00.po606
-rw-r--r--source/da/helpcontent2/source/text/shared/01.po51
-rw-r--r--source/da/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/da/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/da/helpcontent2/source/text/swriter.po47
-rw-r--r--source/da/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/da/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/da/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/da/sc/messages.po12
-rw-r--r--source/da/scp2/source/calc.po11
-rw-r--r--source/da/svx/messages.po1384
-rw-r--r--source/de/cui/messages.po8
-rw-r--r--source/de/helpcontent2/source/text/scalc/00.po100
-rw-r--r--source/de/helpcontent2/source/text/scalc/01.po16
-rw-r--r--source/de/helpcontent2/source/text/scalc/guide.po26
-rw-r--r--source/de/helpcontent2/source/text/scalc/menu.po26
-rw-r--r--source/de/helpcontent2/source/text/shared/00.po608
-rw-r--r--source/de/helpcontent2/source/text/shared/01.po53
-rw-r--r--source/de/helpcontent2/source/text/shared/02.po135
-rw-r--r--source/de/helpcontent2/source/text/shared/menu.po238
-rw-r--r--source/de/helpcontent2/source/text/swriter.po49
-rw-r--r--source/de/helpcontent2/source/text/swriter/00.po238
-rw-r--r--source/de/helpcontent2/source/text/swriter/01.po326
-rw-r--r--source/de/helpcontent2/source/text/swriter/menu.po67
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office/UI.po22
-rw-r--r--source/de/sc/messages.po16
-rw-r--r--source/de/scp2/source/calc.po13
-rw-r--r--source/de/sd/messages.po18
-rw-r--r--source/de/svtools/messages.po8
-rw-r--r--source/de/svx/messages.po1384
-rw-r--r--source/de/sw/messages.po12
-rw-r--r--source/dgo/sc/messages.po10
-rw-r--r--source/dgo/scp2/source/calc.po11
-rw-r--r--source/dgo/svx/messages.po1370
-rw-r--r--source/dsb/basctl/messages.po10
-rw-r--r--source/dsb/basic/messages.po8
-rw-r--r--source/dsb/chart2/messages.po6
-rw-r--r--source/dsb/connectivity/messages.po8
-rw-r--r--source/dsb/cui/messages.po36
-rw-r--r--source/dsb/dbaccess/messages.po28
-rw-r--r--source/dsb/editeng/messages.po12
-rw-r--r--source/dsb/extensions/messages.po6
-rw-r--r--source/dsb/forms/messages.po12
-rw-r--r--source/dsb/framework/messages.po4
-rw-r--r--source/dsb/helpcontent2/source/text/scalc/00.po100
-rw-r--r--source/dsb/helpcontent2/source/text/scalc/guide.po26
-rw-r--r--source/dsb/helpcontent2/source/text/scalc/menu.po26
-rw-r--r--source/dsb/helpcontent2/source/text/shared/00.po1382
-rw-r--r--source/dsb/helpcontent2/source/text/shared/01.po45
-rw-r--r--source/dsb/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/dsb/helpcontent2/source/text/shared/menu.po238
-rw-r--r--source/dsb/helpcontent2/source/text/swriter.po49
-rw-r--r--source/dsb/helpcontent2/source/text/swriter/00.po232
-rw-r--r--source/dsb/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/dsb/helpcontent2/source/text/swriter/menu.po67
-rw-r--r--source/dsb/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--source/dsb/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/dsb/officecfg/registry/data/org/openoffice/Office/UI.po48
-rw-r--r--source/dsb/reportdesign/messages.po8
-rw-r--r--source/dsb/sc/messages.po110
-rw-r--r--source/dsb/scaddins/messages.po14
-rw-r--r--source/dsb/scp2/source/calc.po13
-rw-r--r--source/dsb/sd/messages.po18
-rw-r--r--source/dsb/sfx2/messages.po6
-rw-r--r--source/dsb/svtools/messages.po8
-rw-r--r--source/dsb/svx/messages.po1412
-rw-r--r--source/dsb/sw/messages.po100
-rw-r--r--source/dsb/swext/mediawiki/help.po10
-rw-r--r--source/dsb/vcl/messages.po4
-rw-r--r--source/dsb/writerperfect/messages.po6
-rw-r--r--source/dz/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/dz/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/dz/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/dz/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/dz/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/dz/helpcontent2/source/text/swriter.po47
-rw-r--r--source/dz/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/dz/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/dz/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/dz/sc/messages.po10
-rw-r--r--source/dz/scp2/source/calc.po11
-rw-r--r--source/dz/svx/messages.po1370
-rw-r--r--source/el/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/el/helpcontent2/source/text/shared/00.po606
-rw-r--r--source/el/helpcontent2/source/text/shared/01.po53
-rw-r--r--source/el/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/el/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/el/helpcontent2/source/text/swriter.po47
-rw-r--r--source/el/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/el/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/el/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/el/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/el/officecfg/registry/data/org/openoffice/Office/UI.po22
-rw-r--r--source/el/sc/messages.po16
-rw-r--r--source/el/scp2/source/calc.po13
-rw-r--r--source/el/sd/messages.po20
-rw-r--r--source/el/sfx2/messages.po4
-rw-r--r--source/el/svtools/messages.po6
-rw-r--r--source/el/svx/messages.po1388
-rw-r--r--source/el/sw/messages.po118
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/00.po574
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/01.po51
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/02.po63
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter.po47
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/en-GB/sc/messages.po12
-rw-r--r--source/en-GB/scp2/source/calc.po13
-rw-r--r--source/en-GB/svx/messages.po1382
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter.po47
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/en-ZA/sc/messages.po10
-rw-r--r--source/en-ZA/scp2/source/calc.po11
-rw-r--r--source/en-ZA/svx/messages.po1370
-rw-r--r--source/eo/basctl/messages.po10
-rw-r--r--source/eo/cui/messages.po54
-rw-r--r--source/eo/dbaccess/messages.po8
-rw-r--r--source/eo/dictionaries/en/dialog.po12
-rw-r--r--source/eo/dictionaries/pt_BR/dialog.po6
-rw-r--r--source/eo/filter/messages.po16
-rw-r--r--source/eo/forms/messages.po10
-rw-r--r--source/eo/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/eo/helpcontent2/source/text/shared/00.po574
-rw-r--r--source/eo/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/eo/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/eo/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/eo/helpcontent2/source/text/swriter.po47
-rw-r--r--source/eo/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/eo/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/eo/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/eo/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/eo/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--source/eo/sc/messages.po26
-rw-r--r--source/eo/scp2/source/calc.po13
-rw-r--r--source/eo/sd/messages.po28
-rw-r--r--source/eo/sfx2/messages.po6
-rw-r--r--source/eo/svtools/messages.po6
-rw-r--r--source/eo/svx/messages.po1382
-rw-r--r--source/eo/sw/messages.po8
-rw-r--r--source/eo/vcl/messages.po6
-rw-r--r--source/es/basctl/messages.po10
-rw-r--r--source/es/filter/messages.po12
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--source/es/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/es/helpcontent2/source/text/scalc/menu.po26
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po596
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po51
-rw-r--r--source/es/helpcontent2/source/text/shared/02.po67
-rw-r--r--source/es/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/es/helpcontent2/source/text/swriter.po49
-rw-r--r--source/es/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/es/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/es/helpcontent2/source/text/swriter/menu.po67
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/es/sc/messages.po12
-rw-r--r--source/es/scp2/source/calc.po13
-rw-r--r--source/es/svx/messages.po1384
-rw-r--r--source/es/sw/messages.po8
-rw-r--r--source/et/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/et/helpcontent2/source/text/shared/00.po581
-rw-r--r--source/et/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/et/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/et/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/et/helpcontent2/source/text/swriter.po47
-rw-r--r--source/et/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/et/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/et/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/et/sc/messages.po12
-rw-r--r--source/et/scp2/source/calc.po11
-rw-r--r--source/et/svx/messages.po1370
-rw-r--r--source/eu/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/eu/helpcontent2/source/text/shared/00.po608
-rw-r--r--source/eu/helpcontent2/source/text/shared/01.po53
-rw-r--r--source/eu/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/eu/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/eu/helpcontent2/source/text/swriter.po47
-rw-r--r--source/eu/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/eu/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/eu/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/eu/sc/messages.po12
-rw-r--r--source/eu/scp2/source/calc.po13
-rw-r--r--source/eu/svx/messages.po1382
-rw-r--r--source/fa/sc/messages.po10
-rw-r--r--source/fa/scp2/source/calc.po11
-rw-r--r--source/fa/svx/messages.po1372
-rw-r--r--source/fi/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/fi/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/fi/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/fi/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/fi/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/fi/helpcontent2/source/text/swriter.po47
-rw-r--r--source/fi/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/fi/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/fi/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office.po16
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--source/fi/sc/messages.po12
-rw-r--r--source/fi/scp2/source/calc.po13
-rw-r--r--source/fi/svx/messages.po1382
-rw-r--r--source/fi/sw/messages.po16
-rw-r--r--source/fr/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/fr/helpcontent2/source/text/shared/00.po744
-rw-r--r--source/fr/helpcontent2/source/text/shared/01.po53
-rw-r--r--source/fr/helpcontent2/source/text/shared/02.po131
-rw-r--r--source/fr/helpcontent2/source/text/shared/guide.po84
-rw-r--r--source/fr/helpcontent2/source/text/shared/menu.po238
-rw-r--r--source/fr/helpcontent2/source/text/swriter.po49
-rw-r--r--source/fr/helpcontent2/source/text/swriter/00.po234
-rw-r--r--source/fr/helpcontent2/source/text/swriter/01.po736
-rw-r--r--source/fr/helpcontent2/source/text/swriter/menu.po67
-rw-r--r--source/fr/sc/messages.po12
-rw-r--r--source/fr/scp2/source/calc.po13
-rw-r--r--source/fr/svx/messages.po1382
-rw-r--r--source/fur/sc/messages.po10
-rw-r--r--source/fur/scp2/source/calc.po11
-rw-r--r--source/fur/svx/messages.po1370
-rw-r--r--source/fy/sc/messages.po12
-rw-r--r--source/fy/scp2/source/calc.po11
-rw-r--r--source/fy/svx/messages.po1370
-rw-r--r--source/ga/sc/messages.po12
-rw-r--r--source/ga/scp2/source/calc.po11
-rw-r--r--source/ga/svx/messages.po1370
-rw-r--r--source/gd/sc/messages.po12
-rw-r--r--source/gd/scp2/source/calc.po11
-rw-r--r--source/gd/svx/messages.po1370
-rw-r--r--source/gl/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/gl/helpcontent2/source/text/shared/00.po572
-rw-r--r--source/gl/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/gl/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/gl/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/gl/helpcontent2/source/text/swriter.po47
-rw-r--r--source/gl/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/gl/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/gl/helpcontent2/source/text/swriter/menu.po67
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office/UI.po20
-rw-r--r--source/gl/sc/messages.po12
-rw-r--r--source/gl/scp2/source/calc.po13
-rw-r--r--source/gl/sd/messages.po18
-rw-r--r--source/gl/svtools/messages.po6
-rw-r--r--source/gl/svx/messages.po1384
-rw-r--r--source/gu/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/gu/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/gu/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/gu/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/gu/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/gu/helpcontent2/source/text/swriter.po47
-rw-r--r--source/gu/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/gu/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/gu/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/gu/sc/messages.po10
-rw-r--r--source/gu/scp2/source/calc.po11
-rw-r--r--source/gu/svx/messages.po1370
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--source/gug/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/gug/helpcontent2/source/text/scalc/menu.po26
-rw-r--r--source/gug/helpcontent2/source/text/shared/00.po596
-rw-r--r--source/gug/helpcontent2/source/text/shared/01.po51
-rw-r--r--source/gug/helpcontent2/source/text/shared/02.po67
-rw-r--r--source/gug/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/gug/helpcontent2/source/text/swriter.po49
-rw-r--r--source/gug/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/gug/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/gug/helpcontent2/source/text/swriter/menu.po67
-rw-r--r--source/gug/sc/messages.po10
-rw-r--r--source/gug/scp2/source/calc.po11
-rw-r--r--source/gug/svx/messages.po1370
-rw-r--r--source/he/extensions/messages.po4
-rw-r--r--source/he/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/he/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/he/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/he/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/he/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/he/helpcontent2/source/text/swriter.po47
-rw-r--r--source/he/helpcontent2/source/text/swriter/00.po208
-rw-r--r--source/he/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/he/helpcontent2/source/text/swriter/menu.po67
-rw-r--r--source/he/sc/messages.po10
-rw-r--r--source/he/scp2/source/calc.po13
-rw-r--r--source/he/svx/messages.po1372
-rw-r--r--source/he/xmlsecurity/messages.po8
-rw-r--r--source/hi/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/hi/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/hi/helpcontent2/source/text/shared/01.po45
-rw-r--r--source/hi/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/hi/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/hi/helpcontent2/source/text/swriter.po47
-rw-r--r--source/hi/helpcontent2/source/text/swriter/00.po208
-rw-r--r--source/hi/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/hi/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/hi/sc/messages.po10
-rw-r--r--source/hi/scp2/source/calc.po11
-rw-r--r--source/hi/svx/messages.po1370
-rw-r--r--source/hr/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/hr/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/hr/helpcontent2/source/text/shared/01.po45
-rw-r--r--source/hr/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/hr/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/hr/helpcontent2/source/text/swriter.po47
-rw-r--r--source/hr/helpcontent2/source/text/swriter/00.po208
-rw-r--r--source/hr/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/hr/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/hr/sc/messages.po12
-rw-r--r--source/hr/scp2/source/calc.po13
-rw-r--r--source/hr/svx/messages.po1370
-rw-r--r--source/hsb/helpcontent2/source/text/scalc/00.po100
-rw-r--r--source/hsb/helpcontent2/source/text/scalc/guide.po26
-rw-r--r--source/hsb/helpcontent2/source/text/scalc/menu.po26
-rw-r--r--source/hsb/helpcontent2/source/text/shared/00.po788
-rw-r--r--source/hsb/helpcontent2/source/text/shared/01.po45
-rw-r--r--source/hsb/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/hsb/helpcontent2/source/text/shared/menu.po238
-rw-r--r--source/hsb/helpcontent2/source/text/swriter.po49
-rw-r--r--source/hsb/helpcontent2/source/text/swriter/00.po232
-rw-r--r--source/hsb/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/hsb/helpcontent2/source/text/swriter/menu.po67
-rw-r--r--source/hsb/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/hsb/officecfg/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--source/hsb/sc/messages.po24
-rw-r--r--source/hsb/scp2/source/calc.po13
-rw-r--r--source/hsb/sd/messages.po18
-rw-r--r--source/hsb/svtools/messages.po6
-rw-r--r--source/hsb/svx/messages.po1384
-rw-r--r--source/hsb/sw/messages.po6
-rw-r--r--source/hsb/swext/mediawiki/help.po4
-rw-r--r--source/hu/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/hu/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/hu/helpcontent2/source/text/shared/01.po53
-rw-r--r--source/hu/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/hu/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/hu/helpcontent2/source/text/swriter.po47
-rw-r--r--source/hu/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/hu/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/hu/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/hu/sc/messages.po12
-rw-r--r--source/hu/scp2/source/calc.po13
-rw-r--r--source/hu/svx/messages.po1382
-rw-r--r--source/id/cui/messages.po6
-rw-r--r--source/id/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/id/helpcontent2/source/text/shared/00.po574
-rw-r--r--source/id/helpcontent2/source/text/shared/01.po51
-rw-r--r--source/id/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/id/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/id/helpcontent2/source/text/swriter.po47
-rw-r--r--source/id/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/id/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/id/helpcontent2/source/text/swriter/menu.po67
-rw-r--r--source/id/instsetoo_native/inc_openoffice/windows/msi_languages.po4
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office/UI.po16
-rw-r--r--source/id/sc/messages.po16
-rw-r--r--source/id/scp2/source/calc.po13
-rw-r--r--source/id/sd/messages.po36
-rw-r--r--source/id/svtools/messages.po6
-rw-r--r--source/id/svx/messages.po1384
-rw-r--r--source/id/sw/messages.po6
-rw-r--r--source/is/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/is/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/is/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/is/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/is/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/is/helpcontent2/source/text/swriter.po47
-rw-r--r--source/is/helpcontent2/source/text/swriter/00.po208
-rw-r--r--source/is/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/is/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/is/sc/messages.po12
-rw-r--r--source/is/scp2/source/calc.po13
-rw-r--r--source/is/svx/messages.po1382
-rw-r--r--source/it/basctl/messages.po4
-rw-r--r--source/it/cui/messages.po6
-rw-r--r--source/it/helpcontent2/source/auxiliary.po6
-rw-r--r--source/it/helpcontent2/source/text/sbasic/shared.po123
-rw-r--r--source/it/helpcontent2/source/text/sbasic/shared/03.po142
-rw-r--r--source/it/helpcontent2/source/text/scalc/00.po34
-rw-r--r--source/it/helpcontent2/source/text/scalc/menu.po16
-rw-r--r--source/it/helpcontent2/source/text/schart/01.po28
-rw-r--r--source/it/helpcontent2/source/text/shared/00.po608
-rw-r--r--source/it/helpcontent2/source/text/shared/01.po53
-rw-r--r--source/it/helpcontent2/source/text/shared/02.po65
-rw-r--r--source/it/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/it/helpcontent2/source/text/swriter.po53
-rw-r--r--source/it/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/it/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/it/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/it/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/it/officecfg/registry/data/org/openoffice/Office/UI.po136
-rw-r--r--source/it/sc/messages.po94
-rw-r--r--source/it/scp2/source/calc.po13
-rw-r--r--source/it/sd/messages.po30
-rw-r--r--source/it/svtools/messages.po15
-rw-r--r--source/it/svx/messages.po1436
-rw-r--r--source/it/sw/messages.po206
-rw-r--r--source/ja/chart2/messages.po6
-rw-r--r--source/ja/cui/messages.po85
-rw-r--r--source/ja/dbaccess/messages.po14
-rw-r--r--source/ja/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ja/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/ja/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/ja/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/ja/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/ja/helpcontent2/source/text/swriter.po47
-rw-r--r--source/ja/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/ja/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/ja/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office/UI.po36
-rw-r--r--source/ja/sc/messages.po24
-rw-r--r--source/ja/scp2/source/calc.po13
-rw-r--r--source/ja/sd/messages.po56
-rw-r--r--source/ja/sfx2/messages.po40
-rw-r--r--source/ja/svtools/messages.po6
-rw-r--r--source/ja/svx/messages.po1388
-rw-r--r--source/ja/sw/messages.po48
-rw-r--r--source/jv/sc/messages.po10
-rw-r--r--source/jv/scp2/source/calc.po11
-rw-r--r--source/jv/svx/messages.po1370
-rw-r--r--source/ka/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ka/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/ka/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/ka/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/ka/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/ka/helpcontent2/source/text/swriter.po47
-rw-r--r--source/ka/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/ka/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/ka/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/ka/sc/messages.po10
-rw-r--r--source/ka/scp2/source/calc.po11
-rw-r--r--source/ka/svx/messages.po1370
-rw-r--r--source/kab/sc/messages.po10
-rw-r--r--source/kab/scp2/source/calc.po11
-rw-r--r--source/kab/svx/messages.po1370
-rw-r--r--source/kk/sc/messages.po12
-rw-r--r--source/kk/scp2/source/calc.po13
-rw-r--r--source/kk/svx/messages.po1382
-rw-r--r--source/kl/sc/messages.po10
-rw-r--r--source/kl/scp2/source/calc.po11
-rw-r--r--source/kl/svx/messages.po1370
-rw-r--r--source/km/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/km/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/km/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/km/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/km/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/km/helpcontent2/source/text/swriter.po47
-rw-r--r--source/km/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/km/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/km/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/km/sc/messages.po10
-rw-r--r--source/km/scp2/source/calc.po11
-rw-r--r--source/km/svx/messages.po1370
-rw-r--r--source/kmr-Latn/sc/messages.po10
-rw-r--r--source/kmr-Latn/scp2/source/calc.po11
-rw-r--r--source/kmr-Latn/svx/messages.po1370
-rw-r--r--source/kn/sc/messages.po10
-rw-r--r--source/kn/scp2/source/calc.po11
-rw-r--r--source/kn/svx/messages.po1370
-rw-r--r--source/ko/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ko/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/ko/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/ko/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/ko/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/ko/helpcontent2/source/text/swriter.po47
-rw-r--r--source/ko/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/ko/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/ko/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/ko/sc/messages.po12
-rw-r--r--source/ko/scp2/source/calc.po11
-rw-r--r--source/ko/svx/messages.po1372
-rw-r--r--source/kok/sc/messages.po10
-rw-r--r--source/kok/scp2/source/calc.po11
-rw-r--r--source/kok/svx/messages.po1370
-rw-r--r--source/ks/sc/messages.po10
-rw-r--r--source/ks/scp2/source/calc.po11
-rw-r--r--source/ks/svx/messages.po1370
-rw-r--r--source/ky/sc/messages.po10
-rw-r--r--source/ky/scp2/source/calc.po11
-rw-r--r--source/ky/svx/messages.po1370
-rw-r--r--source/lb/sc/messages.po10
-rw-r--r--source/lb/scp2/source/calc.po11
-rw-r--r--source/lb/svx/messages.po1370
-rw-r--r--source/lo/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/lo/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/lo/helpcontent2/source/text/shared/01.po45
-rw-r--r--source/lo/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/lo/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/lo/helpcontent2/source/text/swriter.po47
-rw-r--r--source/lo/helpcontent2/source/text/swriter/00.po208
-rw-r--r--source/lo/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/lo/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/lo/sc/messages.po10
-rw-r--r--source/lo/scp2/source/calc.po11
-rw-r--r--source/lo/svx/messages.po1370
-rw-r--r--source/lt/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/lt/helpcontent2/source/text/shared/00.po572
-rw-r--r--source/lt/helpcontent2/source/text/shared/01.po45
-rw-r--r--source/lt/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/lt/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/lt/helpcontent2/source/text/swriter.po47
-rw-r--r--source/lt/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/lt/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/lt/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/lt/sc/messages.po12
-rw-r--r--source/lt/scp2/source/calc.po11
-rw-r--r--source/lt/svx/messages.po1370
-rw-r--r--source/lv/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/lv/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/lv/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/lv/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/lv/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/lv/helpcontent2/source/text/swriter.po47
-rw-r--r--source/lv/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/lv/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/lv/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/lv/sc/messages.po12
-rw-r--r--source/lv/scp2/source/calc.po11
-rw-r--r--source/lv/svx/messages.po1370
-rw-r--r--source/mai/sc/messages.po10
-rw-r--r--source/mai/scp2/source/calc.po11
-rw-r--r--source/mai/svx/messages.po1370
-rw-r--r--source/mk/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/mk/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/mk/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/mk/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/mk/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/mk/helpcontent2/source/text/swriter.po47
-rw-r--r--source/mk/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/mk/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/mk/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/mk/sc/messages.po10
-rw-r--r--source/mk/scp2/source/calc.po11
-rw-r--r--source/mk/svx/messages.po1370
-rw-r--r--source/ml/sc/messages.po10
-rw-r--r--source/ml/scp2/source/calc.po11
-rw-r--r--source/ml/svx/messages.po1370
-rw-r--r--source/mn/sc/messages.po10
-rw-r--r--source/mn/scp2/source/calc.po11
-rw-r--r--source/mn/svx/messages.po1370
-rw-r--r--source/mni/sc/messages.po10
-rw-r--r--source/mni/scp2/source/calc.po11
-rw-r--r--source/mni/svx/messages.po1370
-rw-r--r--source/mr/sc/messages.po10
-rw-r--r--source/mr/scp2/source/calc.po11
-rw-r--r--source/mr/svx/messages.po1370
-rw-r--r--source/my/sc/messages.po10
-rw-r--r--source/my/scp2/source/calc.po11
-rw-r--r--source/my/svx/messages.po1370
-rw-r--r--source/nb/helpcontent2/source/text/scalc/00.po100
-rw-r--r--source/nb/helpcontent2/source/text/scalc/01.po102
-rw-r--r--source/nb/helpcontent2/source/text/scalc/guide.po24
-rw-r--r--source/nb/helpcontent2/source/text/scalc/menu.po26
-rw-r--r--source/nb/helpcontent2/source/text/shared/00.po734
-rw-r--r--source/nb/helpcontent2/source/text/shared/01.po79
-rw-r--r--source/nb/helpcontent2/source/text/shared/02.po69
-rw-r--r--source/nb/helpcontent2/source/text/shared/menu.po238
-rw-r--r--source/nb/helpcontent2/source/text/swriter.po49
-rw-r--r--source/nb/helpcontent2/source/text/swriter/00.po232
-rw-r--r--source/nb/helpcontent2/source/text/swriter/01.po296
-rw-r--r--source/nb/helpcontent2/source/text/swriter/menu.po67
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--source/nb/sc/messages.po16
-rw-r--r--source/nb/scp2/source/calc.po13
-rw-r--r--source/nb/sd/messages.po18
-rw-r--r--source/nb/svtools/messages.po6
-rw-r--r--source/nb/svx/messages.po1384
-rw-r--r--source/nb/sw/messages.po6
-rw-r--r--source/ne/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ne/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/ne/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/ne/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/ne/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/ne/helpcontent2/source/text/swriter.po47
-rw-r--r--source/ne/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/ne/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/ne/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/ne/sc/messages.po10
-rw-r--r--source/ne/scp2/source/calc.po11
-rw-r--r--source/ne/svx/messages.po1370
-rw-r--r--source/nl/helpcontent2/source/text/scalc/00.po100
-rw-r--r--source/nl/helpcontent2/source/text/scalc/01.po102
-rw-r--r--source/nl/helpcontent2/source/text/scalc/guide.po24
-rw-r--r--source/nl/helpcontent2/source/text/scalc/menu.po26
-rw-r--r--source/nl/helpcontent2/source/text/shared/00.po734
-rw-r--r--source/nl/helpcontent2/source/text/shared/01.po79
-rw-r--r--source/nl/helpcontent2/source/text/shared/02.po69
-rw-r--r--source/nl/helpcontent2/source/text/shared/menu.po238
-rw-r--r--source/nl/helpcontent2/source/text/swriter.po49
-rw-r--r--source/nl/helpcontent2/source/text/swriter/00.po232
-rw-r--r--source/nl/helpcontent2/source/text/swriter/01.po296
-rw-r--r--source/nl/helpcontent2/source/text/swriter/menu.po67
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office/UI.po16
-rw-r--r--source/nl/sc/messages.po16
-rw-r--r--source/nl/scp2/source/calc.po13
-rw-r--r--source/nl/sd/messages.po18
-rw-r--r--source/nl/svtools/messages.po6
-rw-r--r--source/nl/svx/messages.po1382
-rw-r--r--source/nl/sw/messages.po6
-rw-r--r--source/nn/helpcontent2/source/text/scalc/00.po100
-rw-r--r--source/nn/helpcontent2/source/text/scalc/01.po100
-rw-r--r--source/nn/helpcontent2/source/text/scalc/guide.po24
-rw-r--r--source/nn/helpcontent2/source/text/scalc/menu.po26
-rw-r--r--source/nn/helpcontent2/source/text/shared/00.po732
-rw-r--r--source/nn/helpcontent2/source/text/shared/01.po79
-rw-r--r--source/nn/helpcontent2/source/text/shared/02.po69
-rw-r--r--source/nn/helpcontent2/source/text/shared/menu.po238
-rw-r--r--source/nn/helpcontent2/source/text/swriter.po49
-rw-r--r--source/nn/helpcontent2/source/text/swriter/00.po232
-rw-r--r--source/nn/helpcontent2/source/text/swriter/01.po296
-rw-r--r--source/nn/helpcontent2/source/text/swriter/menu.po67
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--source/nn/sc/messages.po16
-rw-r--r--source/nn/scp2/source/calc.po13
-rw-r--r--source/nn/sd/messages.po18
-rw-r--r--source/nn/svtools/messages.po6
-rw-r--r--source/nn/svx/messages.po1382
-rw-r--r--source/nn/sw/messages.po6
-rw-r--r--source/nr/sc/messages.po10
-rw-r--r--source/nr/scp2/source/calc.po11
-rw-r--r--source/nr/svx/messages.po1370
-rw-r--r--source/nso/sc/messages.po10
-rw-r--r--source/nso/scp2/source/calc.po11
-rw-r--r--source/nso/svx/messages.po1370
-rw-r--r--source/oc/forms/messages.po8
-rw-r--r--source/oc/sc/messages.po12
-rw-r--r--source/oc/scp2/source/calc.po13
-rw-r--r--source/oc/svx/messages.po1372
-rw-r--r--source/om/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/om/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/om/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/om/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/om/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/om/helpcontent2/source/text/swriter.po47
-rw-r--r--source/om/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/om/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/om/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/om/sc/messages.po10
-rw-r--r--source/om/scp2/source/calc.po11
-rw-r--r--source/om/svx/messages.po1370
-rw-r--r--source/or/sc/messages.po10
-rw-r--r--source/or/scp2/source/calc.po11
-rw-r--r--source/or/svx/messages.po1370
-rw-r--r--source/pa-IN/sc/messages.po10
-rw-r--r--source/pa-IN/scp2/source/calc.po11
-rw-r--r--source/pa-IN/svx/messages.po1370
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/shared.po114
-rw-r--r--source/pl/helpcontent2/source/text/scalc/00.po100
-rw-r--r--source/pl/helpcontent2/source/text/scalc/01.po462
-rw-r--r--source/pl/helpcontent2/source/text/scalc/guide.po24
-rw-r--r--source/pl/helpcontent2/source/text/scalc/menu.po26
-rw-r--r--source/pl/helpcontent2/source/text/shared/00.po734
-rw-r--r--source/pl/helpcontent2/source/text/shared/01.po83
-rw-r--r--source/pl/helpcontent2/source/text/shared/02.po69
-rw-r--r--source/pl/helpcontent2/source/text/shared/menu.po238
-rw-r--r--source/pl/helpcontent2/source/text/swriter.po49
-rw-r--r--source/pl/helpcontent2/source/text/swriter/00.po232
-rw-r--r--source/pl/helpcontent2/source/text/swriter/01.po296
-rw-r--r--source/pl/helpcontent2/source/text/swriter/menu.po67
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--source/pl/sc/messages.po16
-rw-r--r--source/pl/scp2/source/calc.po13
-rw-r--r--source/pl/sd/messages.po18
-rw-r--r--source/pl/svtools/messages.po6
-rw-r--r--source/pl/svx/messages.po1384
-rw-r--r--source/pl/sw/messages.po6
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/00.po104
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/01.po102
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/menu.po26
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/00.po764
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/01.po79
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/02.po69
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/guide.po48
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/menu.po238
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter.po49
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/00.po232
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/01.po434
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/guide.po36
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/menu.po67
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--source/pt-BR/sc/messages.po16
-rw-r--r--source/pt-BR/scp2/source/calc.po13
-rw-r--r--source/pt-BR/sd/messages.po18
-rw-r--r--source/pt-BR/svtools/messages.po6
-rw-r--r--source/pt-BR/svx/messages.po1384
-rw-r--r--source/pt-BR/sw/messages.po6
-rw-r--r--source/pt/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/pt/helpcontent2/source/text/shared/00.po574
-rw-r--r--source/pt/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/pt/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/pt/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/pt/helpcontent2/source/text/swriter.po47
-rw-r--r--source/pt/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/pt/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/pt/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/pt/sc/messages.po12
-rw-r--r--source/pt/scp2/source/calc.po13
-rw-r--r--source/pt/svx/messages.po1382
-rw-r--r--source/ro/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ro/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/ro/helpcontent2/source/text/shared/01.po45
-rw-r--r--source/ro/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/ro/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/ro/helpcontent2/source/text/swriter.po47
-rw-r--r--source/ro/helpcontent2/source/text/swriter/00.po208
-rw-r--r--source/ro/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/ro/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/ro/sc/messages.po12
-rw-r--r--source/ro/scp2/source/calc.po11
-rw-r--r--source/ro/svx/messages.po1370
-rw-r--r--source/ru/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ru/helpcontent2/source/text/shared/00.po592
-rw-r--r--source/ru/helpcontent2/source/text/shared/01.po53
-rw-r--r--source/ru/helpcontent2/source/text/shared/02.po63
-rw-r--r--source/ru/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/ru/helpcontent2/source/text/swriter.po47
-rw-r--r--source/ru/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/ru/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/ru/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/ru/sc/messages.po12
-rw-r--r--source/ru/scp2/source/calc.po13
-rw-r--r--source/ru/svx/messages.po1382
-rw-r--r--source/rw/sc/messages.po10
-rw-r--r--source/rw/scp2/source/calc.po11
-rw-r--r--source/rw/svx/messages.po1370
-rw-r--r--source/sa-IN/sc/messages.po10
-rw-r--r--source/sa-IN/scp2/source/calc.po11
-rw-r--r--source/sa-IN/svx/messages.po1370
-rw-r--r--source/sah/sc/messages.po10
-rw-r--r--source/sah/scp2/source/calc.po11
-rw-r--r--source/sah/svx/messages.po1370
-rw-r--r--source/sat/sc/messages.po10
-rw-r--r--source/sat/scp2/source/calc.po11
-rw-r--r--source/sat/svx/messages.po1370
-rw-r--r--source/sd/sc/messages.po10
-rw-r--r--source/sd/scp2/source/calc.po11
-rw-r--r--source/sd/svx/messages.po1370
-rw-r--r--source/si/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/si/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/si/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/si/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/si/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/si/helpcontent2/source/text/swriter.po47
-rw-r--r--source/si/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/si/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/si/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/si/sc/messages.po10
-rw-r--r--source/si/scp2/source/calc.po11
-rw-r--r--source/si/svx/messages.po1370
-rw-r--r--source/sid/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/sid/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/sid/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/sid/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/sid/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/sid/helpcontent2/source/text/swriter.po47
-rw-r--r--source/sid/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/sid/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/sid/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/sid/sc/messages.po10
-rw-r--r--source/sid/scp2/source/calc.po11
-rw-r--r--source/sid/svx/messages.po1370
-rw-r--r--source/sk/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/sk/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/sk/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/sk/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/sk/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/sk/helpcontent2/source/text/swriter.po47
-rw-r--r--source/sk/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/sk/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/sk/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/sk/sc/messages.po12
-rw-r--r--source/sk/scp2/source/calc.po13
-rw-r--r--source/sk/svx/messages.po1382
-rw-r--r--source/sq/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/sq/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/sq/helpcontent2/source/text/shared/01.po45
-rw-r--r--source/sq/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/sq/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/sq/helpcontent2/source/text/swriter.po47
-rw-r--r--source/sq/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/sq/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/sq/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/sq/sc/messages.po10
-rw-r--r--source/sq/scp2/source/calc.po11
-rw-r--r--source/sq/svx/messages.po1370
-rw-r--r--source/sr-Latn/sc/messages.po10
-rw-r--r--source/sr-Latn/scp2/source/calc.po11
-rw-r--r--source/sr-Latn/svx/messages.po1370
-rw-r--r--source/sr/sc/messages.po10
-rw-r--r--source/sr/scp2/source/calc.po11
-rw-r--r--source/sr/svx/messages.po1370
-rw-r--r--source/ss/sc/messages.po10
-rw-r--r--source/ss/scp2/source/calc.po11
-rw-r--r--source/ss/svx/messages.po1370
-rw-r--r--source/st/sc/messages.po10
-rw-r--r--source/st/scp2/source/calc.po11
-rw-r--r--source/st/svx/messages.po1370
-rw-r--r--source/sv/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/sv/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/sv/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/sv/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/sv/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/sv/helpcontent2/source/text/swriter.po47
-rw-r--r--source/sv/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/sv/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/sv/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--source/sv/sc/messages.po16
-rw-r--r--source/sv/scp2/source/calc.po13
-rw-r--r--source/sv/sd/messages.po26
-rw-r--r--source/sv/svtools/messages.po6
-rw-r--r--source/sv/svx/messages.po1384
-rw-r--r--source/sv/sw/messages.po6
-rw-r--r--source/sw-TZ/sc/messages.po10
-rw-r--r--source/sw-TZ/scp2/source/calc.po11
-rw-r--r--source/sw-TZ/svx/messages.po1370
-rw-r--r--source/szl/sc/messages.po12
-rw-r--r--source/szl/scp2/source/calc.po11
-rw-r--r--source/szl/svx/messages.po1370
-rw-r--r--source/ta/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ta/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/ta/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/ta/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/ta/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/ta/helpcontent2/source/text/swriter.po47
-rw-r--r--source/ta/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/ta/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/ta/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/ta/sc/messages.po10
-rw-r--r--source/ta/scp2/source/calc.po11
-rw-r--r--source/ta/svx/messages.po1370
-rw-r--r--source/te/sc/messages.po10
-rw-r--r--source/te/scp2/source/calc.po11
-rw-r--r--source/te/svx/messages.po1370
-rw-r--r--source/tg/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/tg/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/tg/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/tg/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/tg/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/tg/helpcontent2/source/text/swriter.po47
-rw-r--r--source/tg/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/tg/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/tg/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/tg/sc/messages.po10
-rw-r--r--source/tg/scp2/source/calc.po11
-rw-r--r--source/tg/svx/messages.po1370
-rw-r--r--source/th/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/th/sc/messages.po1752
-rw-r--r--source/th/scp2/source/calc.po11
-rw-r--r--source/th/svx/messages.po1370
-rw-r--r--source/th/sw/messages.po8
-rw-r--r--source/ti/sc/messages.po10
-rw-r--r--source/ti/scp2/source/calc.po11
-rw-r--r--source/ti/svx/messages.po1370
-rw-r--r--source/tn/sc/messages.po10
-rw-r--r--source/tn/scp2/source/calc.po11
-rw-r--r--source/tn/svx/messages.po1370
-rw-r--r--source/tr/chart2/messages.po6
-rw-r--r--source/tr/cui/messages.po8
-rw-r--r--source/tr/dbaccess/messages.po8
-rw-r--r--source/tr/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/tr/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/tr/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/tr/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/tr/helpcontent2/source/text/shared/menu.po238
-rw-r--r--source/tr/helpcontent2/source/text/swriter.po47
-rw-r--r--source/tr/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/tr/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/tr/helpcontent2/source/text/swriter/menu.po67
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office/UI.po52
-rw-r--r--source/tr/sc/messages.po74
-rw-r--r--source/tr/scp2/source/calc.po13
-rw-r--r--source/tr/sd/messages.po30
-rw-r--r--source/tr/svtools/messages.po6
-rw-r--r--source/tr/svx/messages.po1453
-rw-r--r--source/tr/sw/messages.po78
-rw-r--r--source/ts/sc/messages.po10
-rw-r--r--source/ts/scp2/source/calc.po11
-rw-r--r--source/ts/svx/messages.po1370
-rw-r--r--source/tt/sc/messages.po10
-rw-r--r--source/tt/scp2/source/calc.po11
-rw-r--r--source/tt/svx/messages.po1370
-rw-r--r--source/ug/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/ug/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/ug/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/ug/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/ug/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/ug/helpcontent2/source/text/swriter.po47
-rw-r--r--source/ug/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/ug/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/ug/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/ug/sc/messages.po10
-rw-r--r--source/ug/scp2/source/calc.po11
-rw-r--r--source/ug/svx/messages.po1370
-rw-r--r--source/uk/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/uk/helpcontent2/source/text/shared/00.po574
-rw-r--r--source/uk/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/uk/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/uk/helpcontent2/source/text/shared/menu.po238
-rw-r--r--source/uk/helpcontent2/source/text/swriter.po47
-rw-r--r--source/uk/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/uk/helpcontent2/source/text/swriter/menu.po67
-rw-r--r--source/uk/sc/messages.po12
-rw-r--r--source/uk/scp2/source/calc.po13
-rw-r--r--source/uk/svx/messages.po1384
-rw-r--r--source/ur/sc/messages.po10
-rw-r--r--source/ur/scp2/source/calc.po11
-rw-r--r--source/ur/svx/messages.po1370
-rw-r--r--source/uz/sc/messages.po10
-rw-r--r--source/uz/scp2/source/calc.po11
-rw-r--r--source/uz/svx/messages.po1370
-rw-r--r--source/ve/sc/messages.po10
-rw-r--r--source/ve/scp2/source/calc.po11
-rw-r--r--source/ve/svx/messages.po1370
-rw-r--r--source/vec/sc/messages.po12
-rw-r--r--source/vec/scp2/source/calc.po11
-rw-r--r--source/vec/svx/messages.po1370
-rw-r--r--source/vi/accessibility/messages.po6
-rw-r--r--source/vi/avmedia/messages.po12
-rw-r--r--source/vi/basctl/messages.po162
-rw-r--r--source/vi/basic/messages.po152
-rw-r--r--source/vi/chart2/messages.po397
-rw-r--r--source/vi/connectivity/messages.po119
-rw-r--r--source/vi/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po10
-rw-r--r--source/vi/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po10
-rw-r--r--source/vi/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po10
-rw-r--r--source/vi/connectivity/registry/writer/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/vi/cui/messages.po4256
-rw-r--r--source/vi/dbaccess/messages.po6
-rw-r--r--source/vi/desktop/messages.po6
-rw-r--r--source/vi/dictionaries/bo.po10
-rw-r--r--source/vi/dictionaries/cs_CZ.po11
-rw-r--r--source/vi/dictionaries/en/dialog.po10
-rw-r--r--source/vi/dictionaries/gd_GB.po10
-rw-r--r--source/vi/dictionaries/gug.po10
-rw-r--r--source/vi/dictionaries/id.po10
-rw-r--r--source/vi/dictionaries/is.po11
-rw-r--r--source/vi/dictionaries/lo_LA.po11
-rw-r--r--source/vi/dictionaries/ru_RU/dialog.po10
-rw-r--r--source/vi/dictionaries/sr.po10
-rw-r--r--source/vi/dictionaries/sv_SE.po10
-rw-r--r--source/vi/dictionaries/tr_TR.po10
-rw-r--r--source/vi/editeng/messages.po6
-rw-r--r--source/vi/extensions/messages.po6
-rw-r--r--source/vi/extensions/source/update/check/org/openoffice/Office.po9
-rw-r--r--source/vi/extras/source/autocorr/emoji.po10
-rw-r--r--source/vi/filter/messages.po6
-rw-r--r--source/vi/filter/source/config/fragments/filters.po10
-rw-r--r--source/vi/forms/messages.po25
-rw-r--r--source/vi/formula/messages.po6
-rw-r--r--source/vi/fpicker/messages.po6
-rw-r--r--source/vi/framework/messages.po6
-rw-r--r--source/vi/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/vi/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/vi/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/vi/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/vi/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/vi/helpcontent2/source/text/swriter.po47
-rw-r--r--source/vi/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/vi/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/vi/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/vi/nlpsolver/src/locale.po14
-rw-r--r--source/vi/officecfg/registry/data/org/openoffice.po10
-rw-r--r--source/vi/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/vi/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--source/vi/oox/messages.po6
-rw-r--r--source/vi/reportbuilder/java/org/libreoffice/report/function/metadata.po10
-rw-r--r--source/vi/reportdesign/messages.po7
-rw-r--r--source/vi/sc/messages.po18
-rw-r--r--source/vi/scaddins/messages.po6
-rw-r--r--source/vi/sccomp/messages.po6
-rw-r--r--source/vi/scp2/source/calc.po11
-rw-r--r--source/vi/scp2/source/graphicfilter.po12
-rw-r--r--source/vi/sd/messages.po8
-rw-r--r--source/vi/sfx2/messages.po6
-rw-r--r--source/vi/shell/messages.po19
-rw-r--r--source/vi/starmath/messages.po6
-rw-r--r--source/vi/svl/messages.po16
-rw-r--r--source/vi/svtools/messages.po8
-rw-r--r--source/vi/svx/messages.po1699
-rw-r--r--source/vi/sw/messages.po60
-rw-r--r--source/vi/uui/messages.po6
-rw-r--r--source/vi/vcl/messages.po6
-rw-r--r--source/vi/wizards/messages.po6
-rw-r--r--source/vi/writerperfect/messages.po6
-rw-r--r--source/vi/xmlsecurity/messages.po180
-rw-r--r--source/xh/sc/messages.po10
-rw-r--r--source/xh/scp2/source/calc.po11
-rw-r--r--source/xh/svx/messages.po1370
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/00.po574
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter.po47
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/zh-CN/sc/messages.po12
-rw-r--r--source/zh-CN/scp2/source/calc.po13
-rw-r--r--source/zh-CN/svx/messages.po1382
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/00.po562
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/01.po47
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/02.po61
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/menu.po236
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter.po47
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/00.po212
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/01.po280
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/menu.po65
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--source/zh-TW/sc/messages.po16
-rw-r--r--source/zh-TW/scp2/source/calc.po13
-rw-r--r--source/zh-TW/sd/messages.po18
-rw-r--r--source/zh-TW/svtools/messages.po6
-rw-r--r--source/zh-TW/svx/messages.po1382
-rw-r--r--source/zh-TW/sw/messages.po6
-rw-r--r--source/zu/sc/messages.po10
-rw-r--r--source/zu/scp2/source/calc.po11
-rw-r--r--source/zu/svx/messages.po1370
1234 files changed, 170202 insertions, 124630 deletions
diff --git a/source/ab/extras/source/autocorr/emoji.po b/source/ab/extras/source/autocorr/emoji.po
index 3e78af97d78..6ad904956da 100644
--- a/source/ab/extras/source/autocorr/emoji.po
+++ b/source/ab/extras/source/autocorr/emoji.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: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2023-05-09 15:34+0000\n"
+"PO-Revision-Date: 2023-06-02 08:35+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/extrassourceautocorremoji/ab/>\n"
"Language: ab\n"
@@ -1824,7 +1824,7 @@ msgctxt ""
"BLACK_SUN_WITH_RAYS\n"
"LngText.text"
msgid "sunny"
-msgstr ""
+msgstr "амра ԥхоит"
#. ☁ (U+02601), see http://wiki.documentfoundation.org/Emoji
#. 5vNMi
@@ -1944,7 +1944,7 @@ msgctxt ""
"BALLOT_BOX\n"
"LngText.text"
msgid "checkbox"
-msgstr ""
+msgstr "азгәаҭарҭа"
#. ☑ (U+02611), see http://wiki.documentfoundation.org/Emoji
#. g5A4j
@@ -1954,7 +1954,7 @@ msgctxt ""
"BALLOT_BOX_WITH_CHECK\n"
"LngText.text"
msgid "checkbox2"
-msgstr ""
+msgstr "азгәаҭарҭа 2"
#. ☒ (U+02612), see http://wiki.documentfoundation.org/Emoji
#. WCu8C
@@ -1964,7 +1964,7 @@ msgctxt ""
"BALLOT_BOX_WITH_X\n"
"LngText.text"
msgid "checkbox3"
-msgstr ""
+msgstr "азгәаҭарҭа 3"
#. ☓ (U+02613), see http://wiki.documentfoundation.org/Emoji
#. XgRVb
@@ -2084,7 +2084,7 @@ msgctxt ""
"RADIOACTIVE_SIGN\n"
"LngText.text"
msgid "radioactive"
-msgstr ""
+msgstr "арадиоактивра"
#. ☣ (U+02623), see http://wiki.documentfoundation.org/Emoji
#. FEuBp
@@ -2104,7 +2104,7 @@ msgctxt ""
"CADUCEUS\n"
"LngText.text"
msgid "caduceus"
-msgstr ""
+msgstr "кадуцеи"
#. ☥ (U+02625), see http://wiki.documentfoundation.org/Emoji
#. 4aqGx
@@ -2154,7 +2154,7 @@ msgctxt ""
"CROSS_OF_JERUSALEM\n"
"LngText.text"
msgid "cross of Jerusalem"
-msgstr ""
+msgstr "Иерусалим аџьар"
#. ☪ (U+0262A), see http://wiki.documentfoundation.org/Emoji
#. PCbQx
@@ -2234,7 +2234,7 @@ msgctxt ""
"WHITE_SMILING_FACE\n"
"LngText.text"
msgid "smiling"
-msgstr ""
+msgstr "аԥышәарччара"
#. ☻ (U+0263B), see http://wiki.documentfoundation.org/Emoji
#. HjhDU
@@ -2244,7 +2244,7 @@ msgctxt ""
"BLACK_SMILING_FACE\n"
"LngText.text"
msgid "smiling2"
-msgstr ""
+msgstr "аԥышәарччара 2"
#. ☼ (U+0263C), see http://wiki.documentfoundation.org/Emoji
#. TpjzA
diff --git a/source/ab/filter/messages.po b/source/ab/filter/messages.po
index f44b67017cc..22bb0b11626 100644
--- a/source/ab/filter/messages.po
+++ b/source/ab/filter/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: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-31 06:34+0000\n"
+"PO-Revision-Date: 2023-06-07 16:26+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/filtermessages/ab/>\n"
"Language: ab\n"
@@ -44,13 +44,13 @@ msgstr "аекспорт афильтр"
#: filter/inc/strings.hrc:32
msgctxt "STR_WARN_DELETE"
msgid "Do you really want to delete the XML Filter '%s'? This action cannot be undone."
-msgstr ""
+msgstr "Ианыхтәума XML афильтр «%s»? Ари аоперациа аҟәыхра ауӡом."
#. Vf3nz
#: filter/inc/strings.hrc:33
msgctxt "STR_ERROR_FILTER_NAME_EXISTS"
msgid "An XML filter with the name '%s' already exists. Please enter a different name."
-msgstr ""
+msgstr "XML афилтьтр «%s» ыҟоуп. Иҭажәгал даҽа хьӡык."
#. e3U54
#: filter/inc/strings.hrc:34
@@ -62,19 +62,19 @@ msgstr ""
#: filter/inc/strings.hrc:35
msgctxt "STR_ERROR_EXPORT_XSLT_NOT_FOUND"
msgid "The XSLT for export cannot be found. Please enter a valid path."
-msgstr ""
+msgstr "Аекспорт азы XSLT ԥшаам. Иҭажәгал ииашоу амҩа."
#. 7VkMt
#: filter/inc/strings.hrc:36
msgctxt "STR_ERROR_IMPORT_XSLT_NOT_FOUND"
msgid "The XSLT for import cannot be found. Please enter a valid path."
-msgstr ""
+msgstr "Аимпорт азы XSLT ԥшаам. Иҭажәгал ииашоу амҩа."
#. CLFJD
#: filter/inc/strings.hrc:37
msgctxt "STR_ERROR_IMPORT_TEMPLATE_NOT_FOUND"
msgid "The given import template cannot be found. Please enter a valid path."
-msgstr ""
+msgstr "Иазалху аимпорт ашаблон ԥшаам. Иҭажәгал ииашоу амҩа."
#. WMzvt
#: filter/inc/strings.hrc:38
@@ -98,13 +98,13 @@ msgstr "еилкаам афильтр"
#: filter/inc/strings.hrc:41
msgctxt "STR_FILTER_HAS_BEEN_SAVED"
msgid "The XML filter '%s' has been saved as package '%s'. "
-msgstr ""
+msgstr "XML афильтр «%s» еиқәырхахоит апакет «%s» аҟны. "
#. tJeU3
#: filter/inc/strings.hrc:42
msgctxt "STR_FILTERS_HAVE_BEEN_SAVED"
msgid "%s XML filters have been saved in the package '%s'."
-msgstr ""
+msgstr "%s XML афильтрқәа еиқәырхахоит апакет«%s» аҟны."
#. ZULF4
#: filter/inc/strings.hrc:43
diff --git a/source/ab/formula/messages.po b/source/ab/formula/messages.po
index 5f6d881be8b..f51dbd4adb9 100644
--- a/source/ab/formula/messages.po
+++ b/source/ab/formula/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: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-07 16:34+0000\n"
+"PO-Revision-Date: 2023-06-03 10:35+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/formulamessages/ab/>\n"
"Language: ab\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1542022329.000000\n"
#. YfKFn
@@ -66,14 +66,14 @@ msgstr "#Адырқәа"
#: formula/inc/core_resource.hrc:2289
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#Totals"
-msgstr ""
+msgstr "#Аихшьалақәа"
#. ZF2Pc
#. L10n: preserve the leading '#' hash character in translations.
#: formula/inc/core_resource.hrc:2291
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "#This Row"
-msgstr ""
+msgstr "#Ари ацәаҳәа"
#. kHXXq
#: formula/inc/core_resource.hrc:2292
diff --git a/source/ab/officecfg/registry/data/org/openoffice/Office.po b/source/ab/officecfg/registry/data/org/openoffice/Office.po
index 76ca8db08ce..01882297776 100644
--- a/source/ab/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ab/officecfg/registry/data/org/openoffice/Office.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: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: 2023-05-31 06:34+0000\n"
+"PO-Revision-Date: 2023-06-04 13:20+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/ab/>\n"
"Language: ab\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1542022329.000000\n"
#. HhMVS
@@ -64,7 +64,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Start Logo program (text or selected text of the documents) or an example (in empty documents)"
-msgstr ""
+msgstr "Апрограмма Logo анагӡара (адокумент атекст ма иалху атекст) ма аҿырԥштәы (иҭацәу адокумент аҿы)"
#. heFEM
#: Addons.xcu
@@ -214,7 +214,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "B~usiness Cards"
-msgstr ""
+msgstr "Авизиттә карточкақәа"
#. JPTt8
#: Common.xcu
diff --git a/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
index 7627d47bd6c..d28719809f9 100644
--- a/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ab/officecfg/registry/data/org/openoffice/Office/UI.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: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: 2023-05-31 06:34+0000\n"
+"PO-Revision-Date: 2023-06-05 13:35+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ab/>\n"
"Language: ab\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1542022330.000000\n"
#. W5ukN
@@ -114,7 +114,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Form Option Button"
-msgstr ""
+msgstr "Аформа - Аиҭарсга"
#. vYNVY
#: BasicIDECommands.xcu
@@ -714,7 +714,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Remove ~All Traces"
-msgstr ""
+msgstr "Иқәгатәуп ахыцқәа зегьы"
#. qyUAu
#: CalcCommands.xcu
@@ -794,7 +794,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "E~xternal Links..."
-msgstr ""
+msgstr "Адәныҟатәи аимадарақәа..."
#. FTLfZ
#: CalcCommands.xcu
@@ -994,7 +994,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Enter References"
-msgstr ""
+msgstr "Иҭаргылатәуп азхьарԥшқәа"
#. rML7Q
#: CalcCommands.xcu
@@ -1164,7 +1164,7 @@ msgctxt ""
"PopupLabel\n"
"value.text"
msgid "~Properties..."
-msgstr ""
+msgstr "Аҷыдаҟазшьақәа..."
#. kvbcj
#: CalcCommands.xcu
@@ -1174,7 +1174,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Insert or Edit..."
-msgstr ""
+msgstr "Иҭаргылатәуп ма иԥсахтәуп..."
#. dHdzP
#: CalcCommands.xcu
@@ -1274,7 +1274,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Go to Sheet..."
-msgstr ""
+msgstr "Ииастәуп абӷьыц ахь..."
#. 79aNB
#: CalcCommands.xcu
@@ -1354,7 +1354,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Select Visible Rows Only"
-msgstr ""
+msgstr "Иалхлатәуп иаҳбо ацәаҳәақәа мацара"
#. rDd3w
#: CalcCommands.xcu
@@ -1364,7 +1364,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Select Visible Columns Only"
-msgstr ""
+msgstr "Иалхлатәуп иаҳбо аиҵагылақәа мацара"
#. LEvrC
#: CalcCommands.xcu
@@ -1534,7 +1534,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Select Data Area"
-msgstr ""
+msgstr "Иалкаатәуп адырқәа робласт"
#. z9LDs
#: CalcCommands.xcu
@@ -1634,7 +1634,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Print Area"
-msgstr ""
+msgstr "Акьыԥхьра аобласт"
#. hSKoU
#: CalcCommands.xcu
@@ -1644,7 +1644,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Define"
-msgstr ""
+msgstr "Иазалхтәуп"
#. p8JoC
#: CalcCommands.xcu
@@ -1684,7 +1684,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Clear Print Ranges"
-msgstr ""
+msgstr "Ирыцқьатәуп акьыԥхьра адиапазон"
#. PFJ6t
#: CalcCommands.xcu
@@ -1764,7 +1764,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Paste ~Special..."
-msgstr ""
+msgstr "Иҭаргылатәуп абас..."
#. TPXQW
#: CalcCommands.xcu
@@ -1824,7 +1824,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Fill ~Down"
-msgstr ""
+msgstr "~Ихарҭәаатәуп ҵаҟа"
#. GngK3
#: CalcCommands.xcu
@@ -1834,7 +1834,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Fill ~Down"
-msgstr ""
+msgstr "~Ихарҭәаатәуп ҵаҟа"
#. b3SoG
#: CalcCommands.xcu
@@ -1844,7 +1844,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Fill ~Right"
-msgstr ""
+msgstr "~Ихарҭәаатәуп арыӷьарахь"
#. pt8oQ
#: CalcCommands.xcu
@@ -1854,7 +1854,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Fill ~Right"
-msgstr ""
+msgstr "~Ихарҭәаатәуп арыӷьарахь"
#. XFAhB
#: CalcCommands.xcu
@@ -1864,7 +1864,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Fill ~Up"
-msgstr ""
+msgstr "~Ихарҭәаатәуп хыхь"
#. zUgTi
#: CalcCommands.xcu
@@ -1874,7 +1874,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Fill ~Up"
-msgstr ""
+msgstr "~Ихарҭәаатәуп хыхь"
#. QdDYA
#: CalcCommands.xcu
@@ -1884,7 +1884,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Fill ~Left"
-msgstr ""
+msgstr "~Ихарҭәаатәуп арымарахь"
#. YhbaV
#: CalcCommands.xcu
@@ -1894,7 +1894,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Fill ~Left"
-msgstr ""
+msgstr "~Ихарҭәаатәуп арымарахь"
#. 4tV7E
#: CalcCommands.xcu
@@ -1904,7 +1904,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Fill Single ~Edit"
-msgstr ""
+msgstr "Ихарҭәаатәуп абларҭа"
#. zvx7S
#: CalcCommands.xcu
@@ -1914,7 +1914,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Single ~Edit"
-msgstr ""
+msgstr "Абларҭа"
#. 55MC3
#: CalcCommands.xcu
@@ -1934,7 +1934,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Fill ~Sheets..."
-msgstr ""
+msgstr "Ихарҭәаатәуп абӷьыцқәа..."
#. PbKaP
#: CalcCommands.xcu
@@ -1994,7 +1994,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Sampling..."
-msgstr ""
+msgstr "Алхра..."
#. GybeN
#: CalcCommands.xcu
@@ -2074,7 +2074,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Paired ~t-test..."
-msgstr ""
+msgstr "Иеихацалаку t-тест..."
#. v9hMC
#: CalcCommands.xcu
@@ -2094,7 +2094,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Z-test..."
-msgstr ""
+msgstr "Z-критери..."
#. EXRQ8
#: CalcCommands.xcu
@@ -2114,7 +2114,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "F~ourier Analysis..."
-msgstr ""
+msgstr "Анализ Фурье..."
#. PA4TW
#: CalcCommands.xcu
@@ -2264,7 +2264,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Record"
-msgstr ""
+msgstr "Иацклаԥшлатәуп"
#. Vmt38
#: CalcCommands.xcu
@@ -2274,7 +2274,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Record Track Changes"
-msgstr ""
+msgstr "Иҭаҩлатәуп ариашарақәа"
#. MAuGe
#: CalcCommands.xcu
@@ -2404,7 +2404,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "View Headers"
-msgstr ""
+msgstr "Иаарԥшлатәуп ахқәа"
#. g3nWt
#: CalcCommands.xcu
@@ -2464,7 +2464,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Normal View"
-msgstr ""
+msgstr "Инормалу аԥшра"
#. g86F5
#: CalcCommands.xcu
@@ -2484,7 +2484,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Page Break"
-msgstr ""
+msgstr "Адаҟьа аимҟьара"
#. 5cx7F
#: CalcCommands.xcu
@@ -2544,7 +2544,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Manage Track Changes"
-msgstr ""
+msgstr "Ариашарақәа рнапхгара"
#. gzPVU
#: CalcCommands.xcu
@@ -2704,7 +2704,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Paste Special"
-msgstr ""
+msgstr "Иҭаргылатәуп абас"
#. pJrAP
#: CalcCommands.xcu
@@ -2724,7 +2724,7 @@ msgctxt ""
"PopupLabel\n"
"value.text"
msgid "~Insert..."
-msgstr ""
+msgstr "Иҭаргылатәуп..."
#. QiYVA
#: CalcCommands.xcu
@@ -2754,7 +2754,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert ~Rows Above"
-msgstr ""
+msgstr "Иҭаргылатәуп ацәаҳәақәа аҩадахьы"
#. bBAVA
#: CalcCommands.xcu
@@ -2764,7 +2764,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Rows ~Above"
-msgstr ""
+msgstr "Ацәаҳәақәа аҩадахьы"
#. BNCeF
#: CalcCommands.xcu
@@ -2774,7 +2774,7 @@ msgctxt ""
"PopupLabel\n"
"value.text"
msgid "Insert Rows ~Above"
-msgstr ""
+msgstr "Иҭаргылатәуп ацәаҳәақәа аҩадахьы"
#. o7QNj
#: CalcCommands.xcu
@@ -2784,7 +2784,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Co~lumns Before"
-msgstr ""
+msgstr "Иҭаргылатәуп аиҵагылақәа аԥхьа"
#. 7fDfk
#: CalcCommands.xcu
@@ -2794,7 +2794,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Columns ~Before"
-msgstr ""
+msgstr "Аиҵагылақәа аԥхьа"
#. AhNfD
#: CalcCommands.xcu
@@ -2804,7 +2804,7 @@ msgctxt ""
"PopupLabel\n"
"value.text"
msgid "Insert Columns ~Before"
-msgstr ""
+msgstr "Иҭаргылатәуп аиҵагылақәа аԥхьа"
#. AGNAm
#: CalcCommands.xcu
@@ -2814,7 +2814,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert ~Rows Below"
-msgstr ""
+msgstr "Иҭаргылатәуп ацәаҳәақәа аладахьы"
#. 9EbFk
#: CalcCommands.xcu
@@ -2844,7 +2844,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Co~lumns After"
-msgstr ""
+msgstr "Иҭаргылатәуп аиҵагылақәа ашьҭахь"
#. DQE4i
#: CalcCommands.xcu
@@ -2854,7 +2854,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Columns ~After"
-msgstr ""
+msgstr "Аиҵагылақәа ашьҭахь"
#. Q6qKb
#: CalcCommands.xcu
@@ -2864,7 +2864,7 @@ msgctxt ""
"PopupLabel\n"
"value.text"
msgid "Insert Columns ~After"
-msgstr ""
+msgstr "Иҭаргылатәуп аиҵагылақәа ашьҭахь"
#. oFZEB
#: CalcCommands.xcu
@@ -2874,7 +2874,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert ~Sheet..."
-msgstr ""
+msgstr "Иҭаргылатәуп абӷьыц..."
#. bHrju
#: CalcCommands.xcu
@@ -2904,7 +2904,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Define..."
-msgstr ""
+msgstr "Иазалхтәуп"
#. 68zKH
#: CalcCommands.xcu
@@ -2914,7 +2914,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Manage Names..."
-msgstr ""
+msgstr "Ахьӡқәа рнапхгара..."
#. KB3eh
#: CalcCommands.xcu
@@ -2934,7 +2934,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Manage Names..."
-msgstr ""
+msgstr "Ахьӡқәа рнапхгара..."
#. BfjFz
#: CalcCommands.xcu
diff --git a/source/ab/readlicense_oo/docs.po b/source/ab/readlicense_oo/docs.po
index 08ba5fd4a9e..9901eb10c3a 100644
--- a/source/ab/readlicense_oo/docs.po
+++ b/source/ab/readlicense_oo/docs.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: 2023-03-02 11:51+0100\n"
-"PO-Revision-Date: 2023-05-29 20:35+0000\n"
+"PO-Revision-Date: 2023-06-06 14:54+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/readlicense_oodocs/ab/>\n"
"Language: ab\n"
@@ -41,7 +41,7 @@ msgctxt ""
"A6\n"
"readmeitem.text"
msgid "This file contains important information about the ${PRODUCTNAME} software. You are recommended to read this information very carefully before starting installation."
-msgstr ""
+msgstr "Ари афаил иаҵанакуеит ${PRODUCTNAME} иазку, ихәарҭоу аинформациа. Ақәыргылара аԥхьа ари аинформациа аԥхьара рекомендациоуп."
#. RZziP
#: readme.xrm
@@ -77,7 +77,7 @@ msgctxt ""
"A12\n"
"readmeitem.text"
msgid "Why is ${PRODUCTNAME} Free for Any User?"
-msgstr ""
+msgstr "Избан ${PRODUCTNAME} зхәыда-ԥсадоу ахархәаҩцәа зегьы рзы?"
#. 97bFC
#: readme.xrm
@@ -257,7 +257,7 @@ msgctxt ""
"Linuxi4a\n"
"readmeitem.text"
msgid "It is a recommended best practice to back-up your system and data before you remove or install software."
-msgstr ""
+msgstr "Апрограмма ақәыргылара аԥхьа, шәсистемеи адырқәеи ррезервтә копиа аԥҵара рекомендациоуп."
#. bSQER
#: readme.xrm
@@ -302,7 +302,7 @@ msgctxt ""
"debianinstall3\n"
"readmeitem.text"
msgid "This directory contains a subdirectory called \"DEBS\". Change directory to the \"DEBS\" directory."
-msgstr ""
+msgstr "Акаталог иаҵанакуеит акаталоггәыла «DEBS» хьӡыс измоу. Шәыиас акаталог «DEBS» ахь."
#. oPTWv
#: readme.xrm
diff --git a/source/ab/sc/messages.po b/source/ab/sc/messages.po
index 9f7d840d9a9..6c22f353109 100644
--- a/source/ab/sc/messages.po
+++ b/source/ab/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: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ab/>\n"
@@ -32346,10 +32346,10 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr ""
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
+msgid "Format _quoted field as text"
msgstr ""
#. VAC6B
@@ -32406,10 +32406,10 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
diff --git a/source/ab/scp2/source/calc.po b/source/ab/scp2/source/calc.po
index 8a0253de0d5..3f6e54805ab 100644
--- a/source/ab/scp2/source/calc.po
+++ b/source/ab/scp2/source/calc.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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2023-05-08 08:55+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcecalc/ab/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1516028977.000000\n"
#. rTGYE
@@ -222,3 +222,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr ""
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/ab/scp2/source/ooo.po b/source/ab/scp2/source/ooo.po
index ad189e46c5d..3e06449d6f4 100644
--- a/source/ab/scp2/source/ooo.po
+++ b/source/ab/scp2/source/ooo.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-10-10 13:36+0200\n"
-"PO-Revision-Date: 2023-05-21 10:36+0000\n"
+"PO-Revision-Date: 2023-06-02 08:35+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourceooo/ab/>\n"
"Language: ab\n"
@@ -59,7 +59,7 @@ msgctxt ""
"STR_NAME_MODULE_ROOT_HELPPACK\n"
"LngText.text"
msgid "Additional help packs"
-msgstr "Аилыркаага егьырҭ апвкетқәа"
+msgstr "Аилыркаага егьырҭ апакетқәа"
#. vaGBF
#: module_helppack.ulf
@@ -977,7 +977,7 @@ msgctxt ""
"STR_NAME_MODULE_HELPPACK_NN\n"
"LngText.text"
msgid "Norwegian (Nynorsk)"
-msgstr ""
+msgstr "Норвегиатәи (ниунорск)"
#. HrQCy
#: module_helppack.ulf
@@ -1103,7 +1103,7 @@ msgctxt ""
"STR_NAME_MODULE_HELPPACK_LV\n"
"LngText.text"
msgid "Latvian"
-msgstr ""
+msgstr "Латыштәи"
#. dCVdu
#: module_helppack.ulf
@@ -1211,7 +1211,7 @@ msgctxt ""
"STR_NAME_MODULE_HELPPACK_SR_LATN\n"
"LngText.text"
msgid "Serbian (Latin)"
-msgstr ""
+msgstr "Сербиатәи (латиница)"
#. i8SBE
#: module_helppack.ulf
@@ -1229,7 +1229,7 @@ msgctxt ""
"STR_NAME_MODULE_HELPPACK_GA\n"
"LngText.text"
msgid "Irish"
-msgstr ""
+msgstr "Ирландиатәи"
#. wSeqN
#: module_helppack.ulf
@@ -1247,7 +1247,7 @@ msgctxt ""
"STR_NAME_MODULE_HELPPACK_SR\n"
"LngText.text"
msgid "Serbian (Cyrillic)"
-msgstr ""
+msgstr "Сербиатәи (кириллица)"
#. vn6xG
#: module_helppack.ulf
@@ -1265,7 +1265,7 @@ msgctxt ""
"STR_NAME_MODULE_HELPPACK_BS\n"
"LngText.text"
msgid "Bosnian"
-msgstr ""
+msgstr "Босниатәи"
#. ERR2E
#: module_helppack.ulf
@@ -1283,7 +1283,7 @@ msgctxt ""
"STR_NAME_MODULE_HELPPACK_AST\n"
"LngText.text"
msgid "Asturian"
-msgstr ""
+msgstr "Астуриатәи"
#. GhGmh
#: module_helppack.ulf
@@ -1319,7 +1319,7 @@ msgctxt ""
"STR_NAME_MODULE_HELPPACK_FA\n"
"LngText.text"
msgid "Persian"
-msgstr ""
+msgstr "Персиатәи"
#. muqzV
#: module_helppack.ulf
@@ -1355,7 +1355,7 @@ msgctxt ""
"STR_NAME_MODULE_HELPPACK_TS\n"
"LngText.text"
msgid "Tsonga"
-msgstr ""
+msgstr "Тсонго"
#. nHVDV
#: module_helppack.ulf
@@ -1373,7 +1373,7 @@ msgctxt ""
"STR_NAME_MODULE_HELPPACK_BR\n"
"LngText.text"
msgid "Breton"
-msgstr ""
+msgstr "Бретониатәи"
#. yiXir
#: module_helppack.ulf
diff --git a/source/ab/svx/messages.po b/source/ab/svx/messages.po
index 4203a5573ab..3013ef74ebe 100644
--- a/source/ab/svx/messages.po
+++ b/source/ab/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-03 12:32+0200\n"
-"PO-Revision-Date: 2023-05-31 06:34+0000\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
+"PO-Revision-Date: 2023-06-02 09:35+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ab/>\n"
"Language: ab\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542022336.000000\n"
#. 3GkZj
@@ -38,13 +38,13 @@ msgstr ""
#: include/svx/strings.hrc:28
msgctxt "STR_ObjNameSingulDIAGRAM"
msgid "Diagram"
-msgstr ""
+msgstr "Адиаграмма"
#. tC4qm
#: include/svx/strings.hrc:29
msgctxt "STR_ObjNamePluralGRUP"
msgid "Group objects"
-msgstr ""
+msgstr "Ирогәыԥу аобиектқәа"
#. piV8E
#: include/svx/strings.hrc:30
@@ -266,7 +266,7 @@ msgstr "Акәакьрацәа"
#: include/svx/strings.hrc:66
msgctxt "STR_ObjNameSingulPOLY_PointCount"
msgid "Polygon %2 corners"
-msgstr ""
+msgstr "Акәакьрацәа %2 кәакьк змоу"
#. a6z8j
#: include/svx/strings.hrc:67
@@ -284,7 +284,7 @@ msgstr "Аҵәаӷәаԥҵәа"
#: include/svx/strings.hrc:69
msgctxt "STR_ObjNameSingulPLIN_PointCount"
msgid "Polyline with %2 corners"
-msgstr ""
+msgstr "Аҵәаӷәаԥҵәа %2 кәакьк змоу"
#. NjP7U
#: include/svx/strings.hrc:70
@@ -594,13 +594,13 @@ msgstr "Иаларҵәоу аобиектқәа (OLE)"
#: include/svx/strings.hrc:120
msgctxt "STR_ObjNameSingulUno"
msgid "Control"
-msgstr ""
+msgstr "Анапхгара аелемент"
#. KrTeo
#: include/svx/strings.hrc:121
msgctxt "STR_ObjNamePluralUno"
msgid "Controls"
-msgstr ""
+msgstr "Анапхгара аелементқәа"
#. wfVg2
#: include/svx/strings.hrc:122
@@ -654,13 +654,13 @@ msgstr "Аобиектқәа рыхәаԥшра"
#: include/svx/strings.hrc:130
msgctxt "STR_ObjNameSingulMEASURE"
msgid "Dimension line"
-msgstr ""
+msgstr "Ишәагаатәу аҵәаӷәа"
#. DokjU
#: include/svx/strings.hrc:131
msgctxt "STR_ObjNamePluralMEASURE"
msgid "Dimensioning objects"
-msgstr ""
+msgstr "Ишәагаатәу аобиектқәа"
#. iBQEy
#: include/svx/strings.hrc:132
@@ -762,7 +762,7 @@ msgstr "икопиатәуп"
#: include/svx/strings.hrc:148
msgctxt "STR_EditPosSize"
msgid "Set position and size for %1"
-msgstr ""
+msgstr "Иқәыргылатәуп апозициеи ашәагааи %1 азы"
#. ac4yY
#: include/svx/strings.hrc:149
@@ -804,7 +804,7 @@ msgstr "Иԥсахтәуп %1 аишьҭагылашьа"
#: include/svx/strings.hrc:155
msgctxt "STR_SortShapes"
msgid "Sort shapes"
-msgstr ""
+msgstr "Афигурақәа рсортра"
#. cALbH
#: include/svx/strings.hrc:156
@@ -894,7 +894,7 @@ msgstr "Иԥсахтәуп %1 Безье аҷыдаҟазшьақәа"
#: include/svx/strings.hrc:170
msgctxt "STR_EditSetGlueEscDir"
msgid "Set exit direction for %1"
-msgstr ""
+msgstr "Иқәыргылатәуп аҭыҵырҭа ахырхарҭа %1 азы"
#. Gbbmq
#: include/svx/strings.hrc:171
@@ -1068,7 +1068,7 @@ msgstr "Еиҟаратәтәуп аҭбаара %1"
#: include/svx/strings.hrc:199
msgctxt "STR_EqualizeHeightMarkedObjects"
msgid "Equalize Height %1"
-msgstr ""
+msgstr "Еиҟаратәтәуп аҳаракыра %1"
#. JWmM2
#: include/svx/strings.hrc:200
@@ -1110,7 +1110,7 @@ msgstr "Иҭаргылатәуп акәаԥ %1 аҟны"
#: include/svx/strings.hrc:206
msgctxt "STR_DragInsertGluePoint"
msgid "Insert gluepoint to %1"
-msgstr ""
+msgstr "Иҭаргылатәуп аиԥшьыгатә кәаԥ %1 аҟны"
#. 6JqED
#: include/svx/strings.hrc:207
@@ -1122,13 +1122,13 @@ msgstr ""
#: include/svx/strings.hrc:208
msgctxt "STR_DragMethObjOwn"
msgid "Geometrically change %1"
-msgstr ""
+msgstr "Геметриала иԥсахтәуп %1"
#. hJFPe
#: include/svx/strings.hrc:209
msgctxt "STR_DiagramModelDataChange"
msgid "Diagram change %1"
-msgstr ""
+msgstr "Адиаграмма %1 аԥсахра"
#. ghkib
#: include/svx/strings.hrc:210
@@ -1176,13 +1176,13 @@ msgstr ""
#: include/svx/strings.hrc:217
msgctxt "STR_DragMethGradient"
msgid "Interactive gradient for %1"
-msgstr ""
+msgstr "Аинтерактивтә градиент %1 азы"
#. Fst87
#: include/svx/strings.hrc:218
msgctxt "STR_DragMethTransparence"
msgid "Interactive transparency for %1"
-msgstr ""
+msgstr "Аинтерактивтә ҵәцара %1 азы"
#. jgbKK
#: include/svx/strings.hrc:219
@@ -1242,7 +1242,7 @@ msgstr "Ииагатәуп %1"
#: include/svx/strings.hrc:228
msgctxt "STR_DragCaptTail"
msgid "Move end point of %1"
-msgstr ""
+msgstr "Еиҭагатәуп анҵәамҭатә кәаԥ %1"
#. ewcHx
#: include/svx/strings.hrc:229
@@ -1278,19 +1278,19 @@ msgstr "Акәаԥ %1 аҟынтәи"
#: include/svx/strings.hrc:234
msgctxt "STR_ViewMarkedPoints"
msgid "%2 points from %1"
-msgstr ""
+msgstr "акәаԥқәа %2 %1 аҟынтәи"
#. YxpLB
#: include/svx/strings.hrc:235
msgctxt "STR_ViewMarkedGluePoint"
msgid "Gluepoint from %1"
-msgstr ""
+msgstr "Аиԥшьыгатә кәаԥ %1 аҟынтәи"
#. qCFmV
#: include/svx/strings.hrc:236
msgctxt "STR_ViewMarkedGluePoints"
msgid "%2 gluepoints from %1"
-msgstr ""
+msgstr "%2 аиԥшьыгатә кәаԥқәа %1 аҟынтәи"
#. CDqRQ
#: include/svx/strings.hrc:237
@@ -1302,7 +1302,7 @@ msgstr "Иазгәаҭатәуп аобиектқәа"
#: include/svx/strings.hrc:238
msgctxt "STR_ViewMarkMoreObjs"
msgid "Mark additional objects"
-msgstr ""
+msgstr "Иазгәаҭатәуп егьырҭ аобиектқәа"
#. hczKZ
#: include/svx/strings.hrc:239
@@ -1314,19 +1314,19 @@ msgstr "Иазгәаҭатәуп акәаԥқәа"
#: include/svx/strings.hrc:240
msgctxt "STR_ViewMarkMorePoints"
msgid "Mark additional points"
-msgstr ""
+msgstr "Иазгәаҭатәуп егьырҭ акәаԥқәа"
#. BLEE8
#: include/svx/strings.hrc:241
msgctxt "STR_ViewMarkGluePoints"
msgid "Mark gluepoints"
-msgstr ""
+msgstr "Иазгәаҭатәуп аиԥшьыгатә кәаԥқәа"
#. eH9Vs
#: include/svx/strings.hrc:242
msgctxt "STR_ViewMarkMoreGluePoints"
msgid "Mark additional gluepoints"
-msgstr ""
+msgstr "Иазгәаҭатәуп егьырҭ аиԥшьыгатә кәаԥқәа"
#. D5ZZA
#: include/svx/strings.hrc:243
@@ -1350,7 +1350,7 @@ msgstr "Акопиа ахыхтәуп %1"
#: include/svx/strings.hrc:246
msgctxt "STR_UndoObjOrdNum"
msgid "Change object order of %1"
-msgstr ""
+msgstr "Иԥсахтәуп аобиектқәа %1 реишьҭагылашьа"
#. QTZxE
#: include/svx/strings.hrc:247
@@ -1386,13 +1386,13 @@ msgstr "Иԥсахтәуп адаҟьақәа реишьҭагылашьа"
#: include/svx/strings.hrc:252
msgctxt "STR_UndoDelPageMasterDscr"
msgid "Clear background page assignment"
-msgstr ""
+msgstr "Ианыхтәуп аҿаԥшыра адаҟьа ахықәкы"
#. 79Cxu
#: include/svx/strings.hrc:253
msgctxt "STR_UndoChgPageMasterDscr"
msgid "Change background page assignment"
-msgstr ""
+msgstr "Иԥсахтәуп аҿаԥшыра адаҟьа ахықәкы"
#. 9P8JF
#: include/svx/strings.hrc:254
@@ -1429,7 +1429,7 @@ msgstr "Иԥсахтәуп аобиект %1 ахы"
#: include/svx/strings.hrc:260
msgctxt "STR_UndoObjDescription"
msgid "Change object description of %1"
-msgstr ""
+msgstr "Иԥсахтәуп аобиект %1 ахҳәаа"
#. XcY5w
#: include/svx/strings.hrc:261
@@ -1519,7 +1519,7 @@ msgstr "Ацәаҳәақәа зегьы хазы "
#: include/svx/strings.hrc:275
msgctxt "STR_ItemValFITTOSIZERESIZEAT"
msgid "Use hard attributes"
-msgstr ""
+msgstr "Ихархәатәуп иҟацоу атрибутқәа"
#. 73uL2
#: include/svx/strings.hrc:276
@@ -1543,7 +1543,7 @@ msgstr "Ҵаҟала"
#: include/svx/strings.hrc:279
msgctxt "STR_ItemValTEXTVADJBLOCK"
msgid "Use entire height"
-msgstr ""
+msgstr "Аҳаракыра зегьы ахархәара"
#. dRtWD
#: include/svx/strings.hrc:280
@@ -1573,7 +1573,7 @@ msgstr "Арыӷьарахь"
#: include/svx/strings.hrc:284
msgctxt "STR_ItemValTEXTHADJBLOCK"
msgid "Use entire width"
-msgstr ""
+msgstr "Аҭбаара зегьы ахархәара"
#. H7dgd
#: include/svx/strings.hrc:285
@@ -1597,7 +1597,7 @@ msgstr "алацәҟәра"
#: include/svx/strings.hrc:288
msgctxt "STR_ItemValTEXTANI_SCROLL"
msgid "Scroll Through"
-msgstr ""
+msgstr "Ииасуа ацәаҳәа"
#. A9BQL
#: include/svx/strings.hrc:289
@@ -1609,7 +1609,7 @@ msgstr ""
#: include/svx/strings.hrc:290
msgctxt "STR_ItemValTEXTANI_SLIDE"
msgid "Scroll In"
-msgstr ""
+msgstr "Иҭалоу ацәаҳәа"
#. x3Yd5
#: include/svx/strings.hrc:291
@@ -1724,7 +1724,7 @@ msgstr "Агьежь асегмент"
#: include/svx/strings.hrc:309
msgctxt "STR_ItemValCIRC_ARC"
msgid "Arc"
-msgstr ""
+msgstr "Аҵәаӷәагьежь ахәҭа"
#. CiXKC
#. Strings for the templates dialog
@@ -1918,13 +1918,13 @@ msgstr "Арастр амасштабркра"
#: include/svx/strings.hrc:343
msgctxt "SIP_XA_FILLBMP_POSOFFSETX"
msgid "Tile position X in %"
-msgstr ""
+msgstr "Амозаика X апозициа % аҟны"
#. DH43F
#: include/svx/strings.hrc:344
msgctxt "SIP_XA_FILLBMP_POSOFFSETY"
msgid "Tile position Y in %"
-msgstr ""
+msgstr "Амозаика Y апозициа % аҟны"
#. 8GFpS
#: include/svx/strings.hrc:345
@@ -1936,7 +1936,7 @@ msgstr "Аҿаԥшыра аҭарҭәара"
#: include/svx/strings.hrc:346
msgctxt "SIP_XA_FILLUSESLIDEBACKGROUND"
msgid "Use slide background fill"
-msgstr ""
+msgstr "Ихархәатәуп аслаид аҿаԥшыра аҭарҭәара"
#. 2SvhA
#: include/svx/strings.hrc:347
@@ -1960,7 +1960,7 @@ msgstr "Атексттә еффект аиҟаратәра"
#: include/svx/strings.hrc:350
msgctxt "SIP_XA_FORMTXTDISTANCE"
msgid "Fontwork spacing"
-msgstr ""
+msgstr "Аеффект зцу атекст аҟны аинтервал"
#. CUBXL
#: include/svx/strings.hrc:351
@@ -2062,7 +2062,7 @@ msgstr "3D агага"
#: include/svx/strings.hrc:367
msgctxt "SIP_SA_SHADOWPERSP"
msgid "Perspective shadow"
-msgstr ""
+msgstr "Иперспективу агага"
#. MV529
#: include/svx/strings.hrc:368
@@ -2092,7 +2092,7 @@ msgstr "Алегенда ацәаҳәа ашьаҿа"
#: include/svx/strings.hrc:372
msgctxt "SIP_SA_CAPTIONESCDIR"
msgid "Legend exit alignment"
-msgstr ""
+msgstr "Алегенда аҭыҵырҭа ахырхарҭа"
#. TXjGv
#: include/svx/strings.hrc:373
@@ -2128,7 +2128,7 @@ msgstr ""
#: include/svx/strings.hrc:378
msgctxt "SIP_SA_CORNER_RADIUS"
msgid "Corner radius"
-msgstr ""
+msgstr "Акәакь арадиус"
#. GEA3m
#: include/svx/strings.hrc:379
@@ -2212,43 +2212,43 @@ msgstr ""
#: include/svx/strings.hrc:392
msgctxt "SIP_SA_TEXT_ANIKIND"
msgid "Ticker"
-msgstr ""
+msgstr "Ииасуа ацәаҳәа"
#. cvDiA
#: include/svx/strings.hrc:393
msgctxt "SIP_SA_TEXT_ANIDIRECTION"
msgid "Ticker direction"
-msgstr ""
+msgstr "Ииасуа ацәаҳәа ахырхарҭа"
#. GuCC5
#: include/svx/strings.hrc:394
msgctxt "SIP_SA_TEXT_ANISTARTINSIDE"
msgid "Ticker start inside"
-msgstr ""
+msgstr "Ииасуа ацәаҳәа алагамҭа, аҩныҵҟа"
#. ipog5
#: include/svx/strings.hrc:395
msgctxt "SIP_SA_TEXT_ANISTOPINSIDE"
msgid "Ticker stop inside"
-msgstr ""
+msgstr "Ииасуа ацәаҳәа аанкылара, аҩныҵҟа"
#. pWAHL
#: include/svx/strings.hrc:396
msgctxt "SIP_SA_TEXT_ANICOUNT"
msgid "Number of ticker runs"
-msgstr ""
+msgstr "Ацәаҳәа аиасрақәа рыԥхьаӡа"
#. vGEjP
#: include/svx/strings.hrc:397
msgctxt "SIP_SA_TEXT_ANIDELAY"
msgid "Speed of ticker"
-msgstr ""
+msgstr "Ииасуа ацәаҳәа аццакыра"
#. SdHEU
#: include/svx/strings.hrc:398
msgctxt "SIP_SA_TEXT_ANIAMOUNT"
msgid "Ticker step size"
-msgstr ""
+msgstr "Ииасуа ацәаҳәа ашьаҿа"
#. LzoA5
#: include/svx/strings.hrc:399
@@ -2260,13 +2260,13 @@ msgstr "Атекст аконтур"
#: include/svx/strings.hrc:400
msgctxt "SIP_SA_TEXTCOLUMNS_NUMBER"
msgid "Columns number"
-msgstr ""
+msgstr "Аиҵаҩқәа рыԥхьаӡа"
#. DxZkZ
#: include/svx/strings.hrc:401
msgctxt "SIP_SA_TEXTCOLUMNS_SPACING"
msgid "Columns spacing"
-msgstr ""
+msgstr "Аиҵаҩқәа ринтервал"
#. HDtDf
#: include/svx/strings.hrc:402
@@ -2338,7 +2338,7 @@ msgstr ""
#: include/svx/strings.hrc:413
msgctxt "SIP_SA_EDGELINEDELTACOUNT"
msgid "Number of movable lines"
-msgstr ""
+msgstr "Еиҭагаәу ацәаҳәақәа рыԥхьаӡа"
#. EnGaG
#: include/svx/strings.hrc:414
@@ -2422,7 +2422,7 @@ msgstr ""
#: include/svx/strings.hrc:427
msgctxt "SIP_SA_MEASURETEXTUPSIDEDOWN"
msgid "Rotate dimension value by 180 degree"
-msgstr ""
+msgstr "Иргьежьлатәуп ашәагаақәа ртекст 180° рыла"
#. iFX7y
#: include/svx/strings.hrc:428
@@ -2434,7 +2434,7 @@ msgstr ""
#: include/svx/strings.hrc:429
msgctxt "SIP_SA_MEASUREUNIT"
msgid "Unit of measurement"
-msgstr ""
+msgstr "Ашәага ак"
#. 2NBMp
#: include/svx/strings.hrc:430
@@ -2446,7 +2446,7 @@ msgstr ""
#: include/svx/strings.hrc:431
msgctxt "SIP_SA_MEASURESHOWUNIT"
msgid "Unit of measurement display"
-msgstr ""
+msgstr "Ашәага акақәа раарԥшра"
#. NFDC3
#: include/svx/strings.hrc:432
@@ -2494,13 +2494,13 @@ msgstr "Агьежь атип"
#: include/svx/strings.hrc:439
msgctxt "SIP_SA_CIRCSTARTANGLE"
msgid "Start angle"
-msgstr ""
+msgstr "Алагамҭатә кәакь"
#. FmSKG
#: include/svx/strings.hrc:440
msgctxt "SIP_SA_CIRCENDANGLE"
msgid "End angle"
-msgstr ""
+msgstr "Анҵәамҭатә кәакь"
#. ejn6F
#: include/svx/strings.hrc:441
@@ -2518,7 +2518,7 @@ msgstr "Аобиект ихьчоу ашәагаа"
#: include/svx/strings.hrc:443
msgctxt "SIP_SA_OBJPRINTABLE"
msgid "Object, printable"
-msgstr ""
+msgstr "Икьыԥхьхоу аобиект"
#. 3Digj
#: include/svx/strings.hrc:444
@@ -2548,49 +2548,49 @@ msgstr "Аобиект ахьӡ"
#: include/svx/strings.hrc:448
msgctxt "SIP_SA_ALLPOSITIONX"
msgid "Position X, complete"
-msgstr ""
+msgstr "Апозициа X ишеибгоу"
#. 5enZ7
#: include/svx/strings.hrc:449
msgctxt "SIP_SA_ALLPOSITIONY"
msgid "Position Y, complete"
-msgstr ""
+msgstr "Апозициа Y ишеибгоу"
#. 2V5Mn
#: include/svx/strings.hrc:450
msgctxt "SIP_SA_ALLSIZEWIDTH"
msgid "Total Width"
-msgstr ""
+msgstr "Аҭбаара ишеибгоу"
#. P6Y6W
#: include/svx/strings.hrc:451
msgctxt "SIP_SA_ALLSIZEHEIGHT"
msgid "Height, complete"
-msgstr ""
+msgstr "Аҳаракыра ишеибгоу"
#. yFnnC
#: include/svx/strings.hrc:452
msgctxt "SIP_SA_ONEPOSITIONX"
msgid "Single position X"
-msgstr ""
+msgstr "Апозициа X хаз-хазы"
#. jEGfd
#: include/svx/strings.hrc:453
msgctxt "SIP_SA_ONEPOSITIONY"
msgid "Single position Y"
-msgstr ""
+msgstr "Апозициа Y хаз-хазы"
#. YJFnY
#: include/svx/strings.hrc:454
msgctxt "SIP_SA_ONESIZEWIDTH"
msgid "Single width"
-msgstr ""
+msgstr "Аҭбаара хаз-хазы"
#. bZFkM
#: include/svx/strings.hrc:455
msgctxt "SIP_SA_ONESIZEHEIGHT"
msgid "Single height"
-msgstr ""
+msgstr "Аҳаракыра хаз-хазы"
#. K5Xuq
#: include/svx/strings.hrc:456
@@ -2608,7 +2608,7 @@ msgstr "Алогикатә ҳаракыра"
#: include/svx/strings.hrc:458
msgctxt "SIP_SA_ROTATEANGLE"
msgid "Single rotation angle"
-msgstr ""
+msgstr "Аргьежьра акәакь хаз-хазы"
#. zNyKY
#: include/svx/strings.hrc:459
@@ -2620,13 +2620,13 @@ msgstr ""
#: include/svx/strings.hrc:460
msgctxt "SIP_SA_MOVEX"
msgid "Move horizontally"
-msgstr ""
+msgstr "Агоризонталтә ҭыԥхгара"
#. z7EPp
#: include/svx/strings.hrc:461
msgctxt "SIP_SA_MOVEY"
msgid "Move vertically"
-msgstr ""
+msgstr "Авертикаталтә ҭыԥхгара"
#. Qn4GS
#: include/svx/strings.hrc:462
@@ -2800,7 +2800,7 @@ msgstr "Ашрифт аҭбаара"
#: include/svx/strings.hrc:490
msgctxt "SIP_EE_CHAR_WEIGHT"
msgid "Bold (thickness)"
-msgstr ""
+msgstr "Ажәпара (ашәпара)"
#. AUR7N
#: include/svx/strings.hrc:491
@@ -2842,7 +2842,7 @@ msgstr "Агага ацны"
#: include/svx/strings.hrc:497
msgctxt "SIP_EE_CHAR_ESCAPEMENT"
msgid "Superscript/subscript"
-msgstr ""
+msgstr "Хыхьтәи аиндекс/ҵаҟатәи аиндекс"
#. DrBio
#: include/svx/strings.hrc:498
@@ -2854,7 +2854,7 @@ msgstr "Акернинг"
#: include/svx/strings.hrc:499
msgctxt "SIP_EE_CHAR_KERNING"
msgid "Manual kerning"
-msgstr ""
+msgstr "Акернинг напыла ақәыргылара"
#. S9QCU
#: include/svx/strings.hrc:500
@@ -2950,19 +2950,19 @@ msgstr ""
#: include/svx/strings.hrc:515
msgctxt "SIP_SA_GLOW_RADIUS"
msgid "Radius of glow effect"
-msgstr ""
+msgstr "Ацәырлашара арадиус"
#. 3hvai
#: include/svx/strings.hrc:516
msgctxt "SIP_SA_GLOW_COLOR"
msgid "Color of glow effect"
-msgstr ""
+msgstr "Ацәырлашара аԥштәы"
#. eCSE2
#: include/svx/strings.hrc:517
msgctxt "SIP_SA_GLOW_TRANSPARENCY"
msgid "Transparency of glow effect"
-msgstr ""
+msgstr "Ацәырлашара аҵәцара"
#. 8qNHk
#: include/svx/strings.hrc:518
@@ -3029,13 +3029,13 @@ msgstr "Абларҭақәа рформат"
#: include/svx/strings.hrc:529
msgctxt "STR_TABLE_DISTRIBUTE_ROWS"
msgid "Distribute rows"
-msgstr ""
+msgstr "Ацәаҳәа аиҟәшага"
#. GdLHf
#: include/svx/strings.hrc:530
msgctxt "STR_TABLE_DISTRIBUTE_COLUMNS"
msgid "Distribute columns"
-msgstr ""
+msgstr "Аиҵагыла аиҟәшага"
#. fGNto
#: include/svx/strings.hrc:531
@@ -3096,19 +3096,19 @@ msgstr "Атекстура"
#: include/svx/strings.hrc:541
msgctxt "RID_SVXSTR_PATTERN"
msgid "Pattern"
-msgstr ""
+msgstr "Аорнамент"
#. BYCbC
#: include/svx/strings.hrc:542
msgctxt "RID_SVXSTR_USE_BACKGROUND"
msgid "Use Slide Background"
-msgstr ""
+msgstr "Ихархәатәуп аслаид аҿаԥшыра"
#. HcGBQ
#: include/svx/strings.hrc:543
msgctxt "RID_SVXSTR_PATTERN_UNTITLED"
msgid "Untitled Pattern"
-msgstr ""
+msgstr "Аорнамент хьӡыда"
#. GHj4Q
#: include/svx/strings.hrc:544
@@ -3204,7 +3204,7 @@ msgstr "Аиқәаҵәа-шкәакәа"
#: include/svx/strings.hrc:559
msgctxt "RID_SVXSTR_GRAFMODE_WATERMARK"
msgid "Watermark"
-msgstr ""
+msgstr "Аӡтәы дырга"
#. ZWz8Y
#: include/svx/strings.hrc:560
@@ -6246,28 +6246,28 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
+msgid "Dark 1"
msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
+msgid "Light 1"
msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
+msgid "Dark 2"
msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
+msgid "Light 2"
msgstr ""
#. NAAZJ
@@ -6318,389 +6318,371 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr ""
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr ""
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr ""
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr ""
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Аекструзиа"
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr ""
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Инарҳәтәуп ҵаҟа"
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Инарҳәтәуп хыхь"
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Инарҳәтәуп армарахь"
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Инарҳәтәуп арӷьарахь"
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr ""
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr ""
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr ""
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr ""
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr ""
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr ""
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr ""
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Атексттә еффектқәа"
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Ихархәатәуп атексттә еффект аформа"
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr ""
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr ""
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr ""
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr ""
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Астиль"
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "и"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr ""
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Акәакьтә кәаԥ алхра"
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Хыхьла арымарахь"
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr ""
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Хыхьла арыӷьарахь"
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr ""
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Ацентр ала"
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr ""
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Ҵаҟала арымарахь"
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr ""
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Ҵаҟала арыӷьарахь"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr ""
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Ара шәара ишәылшоит ишәыԥсахыр аконтур."
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Иҷыдоу асимвол алхра"
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr ""
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Асимвол акод "
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr ""
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Аформақәа"
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr ""
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Аҷыдаҟазшьақәа: "
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Аформа аҷыдаҟазшьақәа"
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr ""
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Аформа"
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Аформа"
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr ""
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr ""
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Аҭаҩра"
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "аҟынтә"
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Аҭакыра алхра:"
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr ""
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr ""
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr ""
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr ""
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6708,337 +6690,337 @@ msgid ""
msgstr ""
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr ""
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Аиҵагыла"
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr ""
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr ""
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Ианыхтәуп #"
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Ианыхтәуп # аобиект(қәа)"
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr ""
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr ""
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Атексттә ҭыкыра"
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr ""
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr ""
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Ахьӡынҵа"
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Арыцхә аҭакыра"
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr ""
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr ""
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr ""
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr ""
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr ""
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Акнопка"
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr ""
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Аҭыԥдырга"
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Агәыԥ"
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Аграфикатә кнопка"
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr ""
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Афаил алхра"
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Атаблица Аконтроль "
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr ""
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr ""
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr ""
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Гәыԥ-гәыԥла алкаара"
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr ""
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr ""
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Арыцхә)"
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Аамҭа)"
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr ""
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr ""
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Ма"
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr ""
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr ""
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr ""
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr ""
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr ""
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr ""
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr ""
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Адырқәа рбаза иаҵанакуам атаблица «#»."
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr ""
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr ""
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr ""
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr ""
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr ""
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr ""
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr ""
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (аԥхьара мацараз)"
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Ари афаил ыҟоуп. Ихҩылаатәума?"
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object# аҭыԥдырга"
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -7046,7 +7028,7 @@ msgid ""
msgstr ""
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -7054,7 +7036,7 @@ msgid ""
msgstr ""
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -7062,13 +7044,13 @@ msgid ""
msgstr ""
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr ""
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -7077,7 +7059,7 @@ msgid ""
msgstr ""
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -7086,1069 +7068,1069 @@ msgid ""
msgstr ""
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr ""
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr ""
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Ахьӡ «%1» ыҟоуп. Иалышәх даҽа хьӡык."
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr ""
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Put"
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Get"
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Мап"
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Аекземплиар"
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Адокумент"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Аидҳәалара: "
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Азхьарԥш: "
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Аҟаҵара: "
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Аметод: "
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Иалаԥсахтәуп "
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Иацҵатәуп аелемент"
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Аелемент аредакциа азутәуп"
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Ианыхтәуп аелемент"
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Иацҵатәуп атрибут"
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Атрибут аредакциа азутәуп"
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Ианыхтәуп атрибут"
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr ""
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr ""
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr ""
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr ""
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr ""
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr ""
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Аелемент"
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Атрибут"
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Аидҳәалара"
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr ""
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr ""
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Арымарахь"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Арыӷьарахь"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Ацентр ала"
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr ""
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr ""
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr ""
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr ""
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr ""
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr ""
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Адокумент ԥсахын. Шәақәыӷәӷәа аиқәырхараз."
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr ""
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Адокумент аҭагалара..."
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr ""
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr ""
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr ""
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr ""
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr ""
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr ""
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr ""
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Ирдуны"
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Ирхәыҷны"
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Адаҟьа зегьы"
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Адаҟьа аҭбаара ала"
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Астильқәа алаҵаны"
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Абзац астильқәа"
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Абларҭа астильқәа"
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Аԥшааратә цәаҳәа ԥшаам"
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr ""
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Ииашам ажәамаӡа"
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Ажәамаӡақәа еиқәшәаӡом"
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Асанҭыр хәыҷқәа"
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Асанҭыр дуқәа"
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr ""
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
#, fuzzy
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Асанҭыр дуқәа"
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr ""
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr ""
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Аномерркра 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Аномерркра 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Аномерркра (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr ""
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr ""
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr ""
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr ""
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr ""
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
msgstr ""
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
msgstr ""
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr ""
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr ""
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "ZIP -фаил аԥҵара ауам."
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr ""
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Иԥшаатәуп"
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr ""
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr ""
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr ""
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr ""
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "асахьа PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "асахьа TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "асахьа WMF"
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "асахьа MET"
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "асахьа PICT"
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "асахьа SVG"
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "асахьа BMP"
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "идырӡам"
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr ""
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Аҟаԥшь"
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Аиаҵәа"
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr ""
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr ""
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr ""
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Гамма"
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr ""
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr ""
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr ""
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr ""
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr ""
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr ""
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr ""
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr ""
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr ""
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr ""
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Адаҟьа ахҳәаа: "
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr ""
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr ""
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr ""
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr ""
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr ""
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Мап"
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Альбомтә"
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Ашәҟәытә"
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Арымарахь"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Арыӷьарахь"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Зегьы"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr ""
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Автор: "
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Арыцхә: "
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Атекст: "
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Асимвол аҿаԥшыра"
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr ""
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8156,2159 +8138,2159 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr ""
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr ""
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr ""
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr ""
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr ""
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr ""
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr ""
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr ""
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr ""
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr ""
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr ""
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr ""
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr ""
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr ""
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr ""
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr ""
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr ""
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr ""
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr ""
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr ""
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr ""
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr ""
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr ""
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr ""
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr ""
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr ""
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr ""
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr ""
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr ""
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr ""
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr ""
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Аԥара асимволқәа"
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr ""
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr ""
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Ахыԥхьаӡаратә формақәа"
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Ахыцқәа"
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr ""
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr ""
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr ""
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr ""
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr ""
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr ""
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr ""
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr ""
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Еиуеиԥшым адыргаҷқәа"
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr ""
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr ""
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr ""
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr ""
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr ""
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr ""
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr ""
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr ""
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "Аишьашәалара"
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr ""
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr ""
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr ""
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr ""
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr ""
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr ""
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr ""
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr ""
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr ""
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr ""
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr ""
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr ""
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Испециалу"
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr ""
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr ""
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr ""
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr ""
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr ""
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr ""
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr ""
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr ""
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr ""
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr ""
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr ""
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr ""
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr ""
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr ""
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr ""
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr ""
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr ""
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr ""
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr ""
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr ""
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr ""
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr ""
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr ""
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr ""
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr ""
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr ""
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr ""
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr ""
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr ""
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr ""
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr ""
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr ""
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr ""
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr ""
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr ""
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr ""
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr ""
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr ""
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr ""
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Ивертикалу аформақәа"
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr ""
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr ""
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr ""
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Чамтәи"
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr ""
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr ""
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr ""
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr ""
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr ""
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr ""
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr ""
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Аҵәаӷәатә"
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr ""
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr ""
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr ""
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Нева"
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Осеидж"
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr ""
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr ""
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr ""
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr ""
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr ""
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr ""
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr ""
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr ""
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr ""
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr ""
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr ""
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr ""
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr ""
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr ""
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr ""
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr ""
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr ""
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr ""
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr ""
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr ""
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr ""
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr ""
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr ""
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr ""
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr ""
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr ""
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr ""
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr ""
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr ""
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr ""
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr ""
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr ""
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr ""
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr ""
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr ""
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr ""
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr ""
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr ""
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr ""
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr ""
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr ""
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr ""
@@ -10317,19 +10299,19 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr ""
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
@@ -14132,13 +14114,13 @@ msgid "None"
msgstr "Мап"
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr "Ааигәатәи"
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr "Аԥштәы алхра…"
diff --git a/source/ab/sw/messages.po b/source/ab/sw/messages.po
index fb7f0b2a8e5..7cca367e598 100644
--- a/source/ab/sw/messages.po
+++ b/source/ab/sw/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: 2023-05-31 16:29+0200\n"
-"PO-Revision-Date: 2023-05-31 06:34+0000\n"
+"PO-Revision-Date: 2023-06-06 14:54+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ab/>\n"
"Language: ab\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1561372693.000000\n"
#. C33zA
@@ -26,7 +26,7 @@ msgstr ""
#: sw/inc/AccessibilityCheckStrings.hrc:17
msgctxt "STR_TABLE_MERGE_SPLIT"
msgid "Table “%OBJECT_NAME%” contains merges or splits."
-msgstr ""
+msgstr "Атаблица «%OBJECT_NAME%» иаҵанакуеит еидҵоу ма еиҟәыҭхоу абларҭақәа."
#. bGwDb
#: sw/inc/AccessibilityCheckStrings.hrc:18
@@ -38,7 +38,7 @@ msgstr ""
#: sw/inc/AccessibilityCheckStrings.hrc:19
msgctxt "STR_HYPERLINK_TEXT_IS_LINK"
msgid "Hyperlink text is the same as the link address “%LINK%”."
-msgstr ""
+msgstr "Агиперзхьарԥш атип адрес «%LINK%» еиԥшуп."
#. BLD9h
#: sw/inc/AccessibilityCheckStrings.hrc:20
@@ -50,7 +50,7 @@ msgstr "Агиперзхьарԥш ахьӡ кьаҿцәоуп."
#: sw/inc/AccessibilityCheckStrings.hrc:21
msgctxt "STR_TEXT_CONTRAST"
msgid "Text contrast is too low."
-msgstr ""
+msgstr "Атекст аконтраст зынӡа имаҷцәоуп."
#. m5DEP
#: sw/inc/AccessibilityCheckStrings.hrc:22
@@ -752,7 +752,7 @@ msgstr ""
#: sw/inc/inspectorproperties.hrc:37
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Inner Line Width"
-msgstr ""
+msgstr "Аҵәаӷәа ашәпара аҩныҵҟа"
#. yrAyD
#: sw/inc/inspectorproperties.hrc:38
@@ -788,13 +788,13 @@ msgstr "Аҵәаӷәа ҵаҟа"
#: sw/inc/inspectorproperties.hrc:43
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border Distance"
-msgstr ""
+msgstr "Аҵәаӷәа аҟынӡа ҵаҟала"
#. rLqgx
#: sw/inc/inspectorproperties.hrc:44
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Break Type"
-msgstr ""
+msgstr "Аимҟьара атип"
#. kFMbA
#: sw/inc/inspectorproperties.hrc:45
@@ -968,283 +968,283 @@ msgstr "Асимвол: Font Family"
#: sw/inc/inspectorproperties.hrc:73
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Asian"
-msgstr ""
+msgstr "Асимвол: Font Family Asian"
#. 72RGq
#: sw/inc/inspectorproperties.hrc:74
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family Complex"
-msgstr ""
+msgstr "Асимвол: Font Family Complex"
#. Ef9Rc
#: sw/inc/inspectorproperties.hrc:75
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name"
-msgstr ""
+msgstr "Асимвол: Font Name"
#. EcTvq
#: sw/inc/inspectorproperties.hrc:76
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Asian"
-msgstr ""
+msgstr "Асимвол: Font Name Asian"
#. jrLqT
#: sw/inc/inspectorproperties.hrc:77
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Name Complex"
-msgstr ""
+msgstr "Асимвол: Font Name Complex"
#. WtA4i
#: sw/inc/inspectorproperties.hrc:78
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch"
-msgstr ""
+msgstr "Асимвол: Font Pitch"
#. kHGrk
#: sw/inc/inspectorproperties.hrc:79
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Asian"
-msgstr ""
+msgstr "Асимвол: Font Pitch Asian"
#. KVfXe
#: sw/inc/inspectorproperties.hrc:80
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Pitch Complex"
-msgstr ""
+msgstr "Асимвол: Font Pitch Complex"
#. CQWM3
#: sw/inc/inspectorproperties.hrc:81
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name"
-msgstr ""
+msgstr "Асимвол: Font Style Name"
#. h6gAC
#: sw/inc/inspectorproperties.hrc:82
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Asian"
-msgstr ""
+msgstr "Асимвол: Font Style Name Asian"
#. Tm4Rb
#: sw/inc/inspectorproperties.hrc:83
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Style Name Complex"
-msgstr ""
+msgstr "Асимвол: Font Style Name Complex"
#. AQzKB
#: sw/inc/inspectorproperties.hrc:84
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height"
-msgstr ""
+msgstr "Асимвол: Height"
#. zqVBR
#: sw/inc/inspectorproperties.hrc:85
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Asian"
-msgstr ""
+msgstr "Асимвол: Height Asian"
#. FNnH2
#: sw/inc/inspectorproperties.hrc:86
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Height Complex"
-msgstr ""
+msgstr "Асимвол: Height Complex"
#. 3DzPD
#: sw/inc/inspectorproperties.hrc:87
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Hidden"
-msgstr ""
+msgstr "Асимвол: Hidden"
#. TkovG
#: sw/inc/inspectorproperties.hrc:88
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Highlight"
-msgstr ""
+msgstr "Асимвол: Highlight"
#. T44dN
#: sw/inc/inspectorproperties.hrc:89
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Interoperability Grab Bag"
-msgstr ""
+msgstr "Асимвол: Interoperability Grab Bag"
#. EzwnG
#: sw/inc/inspectorproperties.hrc:90
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Kerning"
-msgstr ""
+msgstr "Асимвол: Kerning"
#. CFpCB
#: sw/inc/inspectorproperties.hrc:91
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border"
-msgstr ""
+msgstr "Асимвол: Left Border"
#. ZZNYY
#: sw/inc/inspectorproperties.hrc:92
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Left Border Distance"
-msgstr ""
+msgstr "Асимвол: Left Border Distance"
#. ZAkB6
#: sw/inc/inspectorproperties.hrc:93
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale"
-msgstr ""
+msgstr "Асимвол: Locale"
#. Ju3fR
#: sw/inc/inspectorproperties.hrc:94
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Asian"
-msgstr ""
+msgstr "Асимвол: Locale Asian"
#. sA8Rk
#: sw/inc/inspectorproperties.hrc:95
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Locale Complex"
-msgstr ""
+msgstr "Асимвол: Locale Complex"
#. AAvjB
#: sw/inc/inspectorproperties.hrc:96
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char No Hyphenation"
-msgstr ""
+msgstr "Асимвол: No Hyphenation"
#. ioDYE
#: sw/inc/inspectorproperties.hrc:97
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline"
-msgstr ""
+msgstr "Асимвол: Overline"
#. GBMFT
#: sw/inc/inspectorproperties.hrc:98
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Color"
-msgstr ""
+msgstr "Асимвол: Overline Color"
#. 5y7T3
#: sw/inc/inspectorproperties.hrc:99
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Overline Has Color"
-msgstr ""
+msgstr "Асимвол: Overline Has Color"
#. BEeWf
#: sw/inc/inspectorproperties.hrc:100
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture"
-msgstr ""
+msgstr "Асимвол: Posture"
#. yTFRk
#: sw/inc/inspectorproperties.hrc:101
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Asian"
-msgstr ""
+msgstr "Асимвол: Posture Asian"
#. 8WG25
#: sw/inc/inspectorproperties.hrc:102
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Posture Complex"
-msgstr ""
+msgstr "Асимвол: Posture Complex"
#. yuK3c
#: sw/inc/inspectorproperties.hrc:103
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height"
-msgstr ""
+msgstr "Асимвол: Property Height"
#. j4w85
#: sw/inc/inspectorproperties.hrc:104
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Asian"
-msgstr ""
+msgstr "Асимвол: Property Height Asian"
#. C5Ds3
#: sw/inc/inspectorproperties.hrc:105
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Property Height Complex"
-msgstr ""
+msgstr "Асимвол: Property Height Complex"
#. ABhRa
#: sw/inc/inspectorproperties.hrc:106
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Relief"
-msgstr ""
+msgstr "Асимвол: Relief"
#. BsxCo
#: sw/inc/inspectorproperties.hrc:107
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border"
-msgstr ""
+msgstr "Асимвол: Right Border"
#. jrnRf
#: sw/inc/inspectorproperties.hrc:108
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Right Border Distance"
-msgstr ""
+msgstr "Асимвол: Right Border Distance"
#. UEpDe
#: sw/inc/inspectorproperties.hrc:109
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation"
-msgstr ""
+msgstr "Асимвол: Rotation"
#. jwSQF
#: sw/inc/inspectorproperties.hrc:110
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Rotation is Fit To Line"
-msgstr ""
+msgstr "Асимвол: Rotation is Fit To Line"
#. cYG7T
#: sw/inc/inspectorproperties.hrc:111
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Scale Width"
-msgstr ""
+msgstr "Асимвол: Scale Width"
#. WFuSd
#: sw/inc/inspectorproperties.hrc:112
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shading Value"
-msgstr ""
+msgstr "Асимвол: Shading Value"
#. 9sRCG
#: sw/inc/inspectorproperties.hrc:113
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadow Format"
-msgstr ""
+msgstr "Асимвол: Shadow Format"
#. tKjaF
#: sw/inc/inspectorproperties.hrc:114
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Shadowed"
-msgstr ""
+msgstr "Асимвол: Shadowed"
#. H9st9
#: sw/inc/inspectorproperties.hrc:115
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Strikeout"
-msgstr ""
+msgstr "Асимвол: Strikeout"
#. zrLCN
#: sw/inc/inspectorproperties.hrc:116
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Name"
-msgstr ""
+msgstr "Асимвол: Style Name"
#. PN2pE
#: sw/inc/inspectorproperties.hrc:117
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Style Names"
-msgstr ""
+msgstr "Асимвол: Style Names"
#. rq2fu
#: sw/inc/inspectorproperties.hrc:118
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border"
-msgstr ""
+msgstr "Асимвол: Top Border"
#. SNLiC
#: sw/inc/inspectorproperties.hrc:119
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Top Border Distance"
-msgstr ""
+msgstr "Асимвол: Top Border Distance"
#. ZoAde
#: sw/inc/inspectorproperties.hrc:120
diff --git a/source/ab/wizards/source/resources.po b/source/ab/wizards/source/resources.po
index 6700e93e78a..7aa09f0fb01 100644
--- a/source/ab/wizards/source/resources.po
+++ b/source/ab/wizards/source/resources.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-12-12 14:06+0100\n"
-"PO-Revision-Date: 2023-05-31 06:34+0000\n"
+"PO-Revision-Date: 2023-06-02 08:35+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/wizardssourceresources/ab/>\n"
"Language: ab\n"
@@ -32,7 +32,7 @@ msgctxt ""
"RID_COMMON_1\n"
"property.text"
msgid "The text document could not be created.<BR>Please check if the module '%PRODUCTNAME Writer' is installed."
-msgstr ""
+msgstr "Иамуӡеит атексттә документ аԥҵара.<BR>Игәашәҭ, амодуль «%PRODUCTNAME Writer» ақәыргылара."
#. ovyQD
#: resources_en_US.properties
@@ -41,7 +41,7 @@ msgctxt ""
"RID_COMMON_2\n"
"property.text"
msgid "The spreadsheet could not be created.<BR>Please check if the module '%PRODUCTNAME Calc' is installed."
-msgstr ""
+msgstr "Иамуӡеит аелектронтә таблица аԥҵара.<BR>Игәашәҭ, амодуль «%PRODUCTNAME Calc» ақәыргылара."
#. XoWgV
#: resources_en_US.properties
@@ -50,7 +50,7 @@ msgctxt ""
"RID_COMMON_3\n"
"property.text"
msgid "The presentation could not be created.<BR>Please check if the module '%PRODUCTNAME Impress' is installed."
-msgstr ""
+msgstr "Иамуӡеит апрезентациа аԥҵара.<BR>Игәашәҭ, амодуль «%PRODUCTNAME Impress» ақәыргылара."
#. 86ERo
#: resources_en_US.properties
@@ -59,7 +59,7 @@ msgctxt ""
"RID_COMMON_4\n"
"property.text"
msgid "The drawing could not be created.<BR>Please check if the module '%PRODUCTNAME Draw' is installed."
-msgstr ""
+msgstr "Иамуӡеит асахьа аԥҵара.<BR>Игәашәҭ, амодуль «%PRODUCTNAME Draw» ақәыргылара."
#. oGc3c
#: resources_en_US.properties
@@ -68,7 +68,7 @@ msgctxt ""
"RID_COMMON_5\n"
"property.text"
msgid "The formula could not be created.<BR>Please check if the module '%PRODUCTNAME Math' is installed."
-msgstr ""
+msgstr "Иамуӡеит аформула аԥҵара.<BR>Игәашәҭ, амодуль «%PRODUCTNAME Math» ақәыргылара."
#. j5GzW
#: resources_en_US.properties
diff --git a/source/ab/xmlsecurity/messages.po b/source/ab/xmlsecurity/messages.po
index 73edc71cf56..6d60b958bb7 100644
--- a/source/ab/xmlsecurity/messages.po
+++ b/source/ab/xmlsecurity/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: 2023-05-03 12:32+0200\n"
-"PO-Revision-Date: 2023-05-29 20:35+0000\n"
+"PO-Revision-Date: 2023-06-06 14:54+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/xmlsecuritymessages/ab/>\n"
"Language: ab\n"
@@ -118,6 +118,8 @@ msgid ""
"Document signature cannot be restored, once removed.\n"
"Do you really want to remove selected signature?"
msgstr ""
+"Адокумент анапаҵаҩра аиҭашьақәыргылара ауам иара аныхра ашьҭахь. \n"
+"Ианыхтәума иалху анапаҵаҩра?"
#. 4brTC
#: xmlsecurity/inc/strings.hrc:47
diff --git a/source/af/officecfg/registry/data/org/openoffice/Office.po b/source/af/officecfg/registry/data/org/openoffice/Office.po
index 6653bc8658a..0a3d73cf6a2 100644
--- a/source/af/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/af/officecfg/registry/data/org/openoffice/Office.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: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: 2023-02-13 07:33+0000\n"
+"PO-Revision-Date: 2023-06-02 08:35+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/af/>\n"
"Language: af\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1560928387.000000\n"
#. HhMVS
@@ -12514,7 +12514,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Text documents (Writer)"
-msgstr ""
+msgstr "Teks dokumente (Writer)"
#. HxKwB
#: UI.xcu
@@ -12524,7 +12524,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Spreadsheets (Calc)"
-msgstr ""
+msgstr "Spreiblaaie (Calc)"
#. c3GeA
#: UI.xcu
@@ -12534,7 +12534,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Presentations (Impress)"
-msgstr ""
+msgstr "Voorleggings (Impress)"
#. CihR3
#: UI.xcu
@@ -12544,7 +12544,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Drawings (Draw)"
-msgstr ""
+msgstr "Grafika (Draw)"
#. AwUgD
#: UI.xcu
@@ -12554,7 +12554,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Web pages (Writer)"
-msgstr ""
+msgstr "Web blaaie (Writer)"
#. hvLLP
#: UI.xcu
@@ -12564,7 +12564,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Master documents (Writer)"
-msgstr ""
+msgstr "Hoof dokumente (Writer)"
#. bzq3F
#: UI.xcu
@@ -12574,7 +12574,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Formulas (Math)"
-msgstr ""
+msgstr "Formules (Math)"
#. 2RAkk
#: UI.xcu
@@ -12584,7 +12584,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Database documents (Base)"
-msgstr ""
+msgstr "Databasis dokumente (Base)"
#. v4FZa
#: UI.xcu
diff --git a/source/af/officecfg/registry/data/org/openoffice/Office/UI.po b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
index 120be582e04..6ac0253ea49 100644
--- a/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/af/officecfg/registry/data/org/openoffice/Office/UI.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: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: 2023-05-26 07:34+0000\n"
+"PO-Revision-Date: 2023-06-05 13:35+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/af/>\n"
"Language: af\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1560976865.000000\n"
#. W5ukN
@@ -9574,7 +9574,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Change Master Page..."
-msgstr ""
+msgstr "Wysig Hoof Bladsy..."
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10884,7 +10884,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Delete Row"
-msgstr ""
+msgstr "Skrap ry"
#. yTCcA
#: DrawImpressCommands.xcu
@@ -31916,7 +31916,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Page Number Field"
-msgstr ""
+msgstr "~Bladsy Nommer Veld"
#. VTfnW
#: WriterCommands.xcu
@@ -31926,7 +31926,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Page Number"
-msgstr ""
+msgstr "~Bladsy Nommer"
#. Poz7e
#: WriterCommands.xcu
@@ -31936,7 +31936,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert Page Number"
-msgstr ""
+msgstr "Bladsy Nommer Invoeg"
#. Z7Y7v
#: WriterCommands.xcu
diff --git a/source/af/sc/messages.po b/source/af/sc/messages.po
index be8e4ad0b40..124b6562c5e 100644
--- a/source/af/sc/messages.po
+++ b/source/af/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: 2023-05-26 07:34+0000\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
+"PO-Revision-Date: 2023-06-05 13:35+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/af/>\n"
"Language: af\n"
@@ -32375,11 +32375,11 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr "Skeidingsimbool Opsies"
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
-msgstr "_Veld met aanhalingstekens formatteer as teks"
+msgid "Format _quoted field as text"
+msgstr ""
#. VAC6B
#: sc/uiconfig/scalc/ui/textimportcsv.ui:598
@@ -32435,17 +32435,17 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "As hierdie opsie gemerk is, behou \"Calc\" die vorige selinhoud wanneer leë selle ingevoeg word. Anders sal \"Calc\" die vorige selinhoud uitvee."
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
-msgstr ""
+msgstr "Wanneer hierdie opsie geaktiveer is, sal Calc outomaties getalle in wetenskaplike notasie opspoor bykomend tot basiese desimale getalle."
#. PBycV
#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
diff --git a/source/af/scp2/source/calc.po b/source/af/scp2/source/calc.po
index 3ac92d45e8b..6070b587d6c 100644
--- a/source/af/scp2/source/calc.po
+++ b/source/af/scp2/source/calc.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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2022-10-21 14:19+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcecalc/af/>\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: 1548056937.000000\n"
#. rTGYE
@@ -222,3 +222,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr "Apple Numbers"
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/af/sd/messages.po b/source/af/sd/messages.po
index 501f26b1cf1..7ab7f0dc76d 100644
--- a/source/af/sd/messages.po
+++ b/source/af/sd/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: 2023-05-31 16:29+0200\n"
-"PO-Revision-Date: 2023-05-14 15:33+0000\n"
+"PO-Revision-Date: 2023-06-05 13:35+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/af/>\n"
"Language: af\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1560928573.000000\n"
#. WDjkB
@@ -1223,25 +1223,25 @@ msgstr "Voeg teks in"
#: sd/inc/strings.hrc:162
msgctxt "STR_AVAILABLE_MASTERSLIDE"
msgid "Available Master Slides"
-msgstr ""
+msgstr "Beskikbare Model Skyfies"
#. pPzCP
#: sd/inc/strings.hrc:163
msgctxt "STR_AVAILABLE_MASTERPAGE"
msgid "Available Master Pages"
-msgstr ""
+msgstr "Beskikbare Model Bladsye"
#. PEzLG
#: sd/inc/strings.hrc:164
msgctxt "STR_SELECT_SLIDE"
msgid "Select a Slide Design"
-msgstr ""
+msgstr "Selekteer 'n Skyfie Ontwerp"
#. oTDcL
#: sd/inc/strings.hrc:165
msgctxt "STR_SELECT_PAGE"
msgid "Select a Page Design"
-msgstr ""
+msgstr "Selekteer 'n Bladsy Ontwerp"
#. kz9AV
#: sd/inc/strings.hrc:166
@@ -1253,7 +1253,7 @@ msgstr "Laai Meester Skyfie"
#: sd/inc/strings.hrc:167
msgctxt "STR_LOAD_DRAWING_LAYOUT"
msgid "Load Master Page"
-msgstr ""
+msgstr "Laai Model Bladsy"
#. HxEp8
#: sd/inc/strings.hrc:168
@@ -1724,13 +1724,13 @@ msgstr "Naam"
#: sd/inc/strings.hrc:246
msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr ""
+msgstr "Hernoem Model Skyfie"
#. fWDxT
#: sd/inc/strings.hrc:247
msgctxt "STR_TITLE_RENAMEMASTERPAGE"
msgid "Rename Master Page"
-msgstr ""
+msgstr "Hernoem Model Bladsy"
#. rWiXQ
#: sd/inc/strings.hrc:248
diff --git a/source/af/svtools/messages.po b/source/af/svtools/messages.po
index 1777087697b..00fbedaed19 100644
--- a/source/af/svtools/messages.po
+++ b/source/af/svtools/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: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: 2023-04-23 07:34+0000\n"
+"PO-Revision-Date: 2023-06-05 13:35+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/af/>\n"
"Language: af\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1560975732.000000\n"
#. fLdeV
@@ -867,7 +867,7 @@ msgstr "Blaai na lasste blad"
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
msgid "Add new sheet (right click to see all non-hidden sheets)"
-msgstr ""
+msgstr "Voeg nuwe blad by (regs-muiskliek om alle nie-versteekte blaaie te vertoon)"
#. 4K4AF
#: include/svtools/strings.hrc:192
diff --git a/source/af/svx/messages.po b/source/af/svx/messages.po
index 75a93ed503a..caa55f6736f 100644
--- a/source/af/svx/messages.po
+++ b/source/af/svx/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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-26 07:34+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/af/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560976220.000000\n"
#. 3GkZj
@@ -6239,29 +6239,29 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Dokumentkleur"
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
-msgstr "Agtergrond - Donker 1"
+msgid "Dark 1"
+msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
-msgstr "Teks - Lig 1"
+msgid "Light 1"
+msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
-msgstr "Agtergrond - Donker 2"
+msgid "Dark 2"
+msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
-msgstr "Teks - Lig 2"
+msgid "Light 2"
+msgstr ""
#. NAAZJ
#: include/svx/strings.hrc:1127
@@ -6311,389 +6311,371 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr "Gevolgde Hiperskakel"
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
-msgstr "%1, 80% Ligter"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
+msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr "%1, 60% Ligter"
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr "%1, 40% Ligter"
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr "%1, 25% Donker"
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
-msgstr "%1, 50% Donker"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
+msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Ekstrusie"
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Pas ekstrusie aan/af"
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Kantel af"
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Kantel op"
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Kantel links"
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Kantel regs"
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Verander ekstrusiediepte"
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Verander gerigtheid"
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Verander projeksiesoort"
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Verander beligting"
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Verander helderheid"
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Verander ekstrusieoppervlak"
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Verander ekstrusiekleur"
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwerk"
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Pas Fontwerk-vorm toe"
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Pas Fontwerk-selfdeletterhoogtes toe"
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Pas Fontwerk-belyning toe"
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Pas Fontwerk-karakterspasiëring toe"
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "met"
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Styl"
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "en"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Hoekbeheer"
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Seleksie van 'n hoekpunt."
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Bo links"
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Bo middel"
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Bo regs"
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Links middel"
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Middel"
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Regs middel"
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Onder links"
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Onder middel"
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Onder regs"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Kontoerbeheer"
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Dit is waar u die kontoer kan redigeer."
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Spesialekarakter-keuse"
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "Kies spesiale karakters in hierdie area."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Karakterkode "
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Toevoer benodig in veld '#'. Tik asseblief 'n waarde in."
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Vorms"
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Geen beheer geselekteer nie"
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Eienskappe: "
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Vormeienskappe"
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Vormnavigator"
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Vorm"
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr "Verborge"
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Vorm"
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Versteekte kontrole"
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Beheer"
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Rekord"
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "van"
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Voeg veld by:"
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Kan nie data na databasis skryf nie"
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Sintaksfout in navraaguitdrukking"
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "U beoog om 1 rekord te skrap."
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# rekords sal geskrap word."
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6703,337 +6685,337 @@ msgstr ""
"Wil u in elk geval voortgaan?"
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Navigasiebalk"
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Kol"
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Stel eienskap '#' op"
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Voeg in houer in"
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Skrap #"
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Skrap # objekte"
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Vervang 'n houerelement"
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Vervang beheer"
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Tekskassie"
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Merkblokkie"
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Kombinasiekassie"
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Lyskassie"
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Datum-veld"
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Tyd-veld"
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Numeriese veld"
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Geldeenheidveld"
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Patroonveld"
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Geformateerde veld"
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Druk knoppie"
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Opsieknoppie"
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Etiketveld"
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Groepkassie"
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Beeldknoppie"
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Beeldbeheer"
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Lêerseleksie"
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Tabelbeheer "
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Rolstaaf"
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Spinknoppie"
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Navigasiebalk"
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Veelvoudige seleksie"
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr "Datum en Tyd veld"
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "Geen dataverwante beheerinstrumente in huidige vorm nie!"
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Datum)"
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Tyd)"
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Filternavigator"
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Filter vir"
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Of"
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "Geldige gebinde beheerinstrumente wat in die tabelaansig gebruik kan word bestaan nie in die huidige vorm nie."
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<OutoVeld>"
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Sintaksfout in SQL-stelling"
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "Die waarde #1 kan nie saam met LIKE gebruik word nie."
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "LIKE kan nie saam met hierdie veld gebruik word nie."
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "Die waarde wat ingevoer is, is nie 'n geldige datum nie. Tik asseblief 'n datum in 'n geldige formaat in, byvoorbeeld MM/DD/JJ."
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "Die veld kan nie met 'n heelgetal vergelyk word nie."
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Die databasis bevat nie 'n tabel genaamd \"#\" nie."
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "Die databasis bevat nie 'n tabel of 'n navraag genaamd \"#\" nie."
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "Die databasis bevat reeds 'n tabel of 'n aansig genaamd \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "Die databasis bevat reeds 'n navraag genaamd \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "Die kolom \"#1\" is onbekend in die tabel \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "Die veld kan nie met 'n wisselpuntgetal vergelyk word nie."
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "Die toegevoerde kriterium kan nie met hierdie veld vergelyk word nie."
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Datanavigator"
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (leesalleen)"
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Die lêer bestaan reeds. Oorheenskryf?"
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object#-etiket"
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -7043,7 +7025,7 @@ msgstr ""
"Wil u werklik hierdie model skrap?"
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -7053,7 +7035,7 @@ msgstr ""
"Wil u werklik die instans skrap?"
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -7063,13 +7045,13 @@ msgstr ""
"Wil u werklik hierdie element skrap?"
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Wil u werklik die attribuut '$ATTRIBUTENAME' skrap?"
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -7081,7 +7063,7 @@ msgstr ""
"Wil u regtig die indiening skrap?"
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -7093,1068 +7075,1068 @@ msgstr ""
"Wil u regtig die binding skrap?"
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "Die naam '%1' is nie geldig in XML nie. Tik asseblief 'n ander naam in."
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "Die voorvoegsel '%1' is nie geldig in XML nie. Tik asseblief 'n ander voorvoegsel in."
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Die naam '%1' bestaan reeds. Tik asseblief 'n nuwe naam in."
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "Die indiening moet 'n naam hê."
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "POST"
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "PUT"
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "GET"
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Geen"
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Instanse"
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Dokument"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Binding: "
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Verwysing: "
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Aksie: "
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Metode: "
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Vervang: "
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Voeg element by"
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Redigeer element"
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Skrap element"
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Voeg attribuut by"
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Redigeer attribuut"
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Skrap attribuut"
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Voeg binding by"
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Redigeer binding"
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Skrap binding"
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Voeg indiening by"
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Redigeer indiening"
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Skrap indiening"
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Element"
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Attribuut"
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Virbinding"
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Bindinguitdrukking"
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "Is u seker u wil die %PRODUCTNAME-dokument herwinningsdata kanselleer?"
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Links"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Regs"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Middel"
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Desimaal"
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "Invoegmodus. Klik om na Oorskryfmodus te wissel."
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "Oorskryfmodus. Klik om na Invoegmodus te wissel."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Oorskryf"
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "Invoeg"
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr "%1. Klik om die seleksie modus te verander."
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Digitale handtekening: Die dokument se handtekening is OK."
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Digitale handtekening: Die dokument se handtekening is OK, maar die sertifikaat kon nie gevalideer word nie."
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr "Digitale handtekening: Die dokumenthandtekening stem nie ooreen met die inhoud van die dokument nie. Ons beveel sterk aan dat u nie hierdie dokument vertrou nie."
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Digitale handtekening: Die dokument is nie onderteken nie."
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Digitale handtekening: Die dokumenthandtekening en die sertifikaat is goed, maar nie alle dele van die dokument is onderteken nie."
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Die dokument is gewysig. Klik om die dokument te stoor."
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "Die dokument is onveranderd sedert dit laas gestoor is."
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Laai tans dokument..."
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "Pas skyfie aan na huidige vensterruimte."
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr "Pas bladsy in huidige venster."
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr "Kon nie alle \"SmartArt\" objekte laai nie. Stoor in Microsoft Office 2010 of later weergawe sou die kwessie omseil."
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr "Table sel adres. Muisklik om Tabel Eienskappe dialoog te open."
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr "Afdeling naam. Muisklik om Wysig Afdelings dialoog te open."
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr "Inhoudsopgawe. Muisklik om Inhoudsopgawe te open."
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr "Numering Vlak. Muisklik om Numering dialoog te open."
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr "Lys Stylformaat en Vlak."
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr "Formule"
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr "Ry en Kolom"
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "Zoemfaktor. Klik regs om die zoemfaktor te verander, of klik om die zoemdialoog te open."
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Zoem in"
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Zoem uit"
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Hele bladsy"
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Bladsywydte"
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Optimale aansig"
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Style ingesluit"
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Paragraafst~yle"
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Selst_yle"
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr "Soek vir formattering"
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr "Vervang met formattering"
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "Einde van die document is bereik"
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr "Aan die einde van die dokument, hervat aan die begin"
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "Einde van die blad bereik"
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Soeksleutel nie gevind nie"
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr "Navigasie-element nie gevind nie"
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "Begin van die dokument is bereik"
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr "Het die begin van die dokument bereik, hervat aan die einde"
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr "Het die eerste herinnering bereik, hervat vanaf die laaste"
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr "Het die laaste herinnering bereik, hervat vanaf die eerste"
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Kleurpalet"
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr "Kleurvervanger"
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr "3D-Effekte"
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Verkeerde wagwoord"
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Wagwoorde pas nie"
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Soliede klein sirkelvormige koeëltjies"
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Soliede groot sirkelvormige koeëltjies"
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Soliede ruitvormige koeëltjies"
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Soliede groot vierkantige koeëltjies"
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Regswysende pyltjies ingevul"
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Regswysende pyltjie-koeëltjies"
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr "Kruisies as kolparagrawe"
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr "Regmerkies as kolparagrawe"
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Nommer 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Nommer 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Nommer (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Bokas Romeinse syfer I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Bokasletter A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Onderkasletter a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Onderkasletter (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Onderkas Romeinse syfer i. ii. iii."
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "Hoofletter Romeins, hoof-letters, numeriese, kleinletters, kleinletter Romeins, soliede klein-sirkel kolpunt"
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
msgstr "Hoofletter, numeriese, kleinletters, soliede klein-sirkel kolpunt"
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
msgstr "Numeries"
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr "Numeriese, nommer, kleinletters, soliede klein-sirkel kolpunt"
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr "Hoofletters, hoof-letter Romeins, kleinletters, kleinletter Romeins, soliede klein-sirkel kolpunt"
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
msgstr "Numeries, kleinletters, nommers, hoofletters, soliede klein-sirkel kolpunt"
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Numeries met alle subvlakke"
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Regswysende koeëltjie, regswysende pyltjiekoeëltjie, soliede ruitvormige koeëltjie, soliede klein sirkelvormige koeëltjie"
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Hierdie zip-lêer kon nie geskep word nie."
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr "U gebruikersprofiel is uitgevoer as 'libreoffice-profile.zip'."
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Tabelontwerpstyle"
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Aksies om te ontdoen: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Aksies om te ontdoen: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Aksies om te herdoen: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Aksies om te herdoen: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Soek"
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Selfde kas"
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "Geformatterde skerm"
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) pixels)"
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) × $(HEIGHT) at $(DPI) Dots Per Duim"
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr "$(CAPACITY) KB"
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr "$(CAPACITY) KB ($(REDUCTION)% reduction)"
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr "GIF beeld"
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr "JPEG beeld"
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "PNG-beeld"
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "TIFF-beeld"
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "WMF-beeld"
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "MET-beeld"
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "PCT-beeld"
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "SVG-beeld"
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "BMP-beeld"
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr "WebP beeld"
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Onbekend"
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Wissel"
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Beeld modus"
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Rooi"
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Groen"
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Blou"
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Helderheid"
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Kontras"
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Deursigtigheid"
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Snoei"
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Verstek oriëntasie"
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "Van bo na onder"
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "Onder na bo"
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Gestapel"
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Linkerkantlyn: "
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Boonste kantlyn: "
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Regterkantlyn: "
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Onderste kantlyn: "
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Bladsybeskrywing: "
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Hoofletters"
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Onderkas"
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Bokas Romein"
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Onderkas Romein"
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Arabies"
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Geen"
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Landskap"
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Regop"
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Links"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Regs"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Alle"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Spieëlbeeld"
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Outeur: "
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Datum: "
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Teks: "
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Karakteragtergrond"
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Kleurpalet"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr "Skyfie nommers:"
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8164,2157 +8146,2157 @@ msgstr ""
"Wil u eerder die gewysigde weergawe stoor?"
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Basiese Latyn"
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Latyn-1"
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Latyn uitgebrei-A"
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Latyn uitgebrei-B"
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA-uitbreidings"
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Spasiewysigingsletters"
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Kombinerende diakritiese tekens"
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Basiese Grieks"
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Griekse simbole en Kopties"
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Cyrillies"
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armeens"
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Basiese Hebreeus"
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebreeus uitgebrei"
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Basiese Arabies"
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Arabies uitgebrei"
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengaals"
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Goedjarati"
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "Odia"
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamil"
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Teloegoe"
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannada"
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malabaars"
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Thais"
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Lao"
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Basiese Georgies"
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Georgies uitgebrei"
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangoel Jamo"
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr "Latyn Uitgebreide Addisioneel"
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Grieks uitgebrei"
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Algemene leestekens"
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Superskrifte en subskrifte"
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Geldeenheidsimbole"
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Kombinerende diakritiese simbole"
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Letteragtige simbole"
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Getalvorms"
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Pyltjies"
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Wiskundige operateure"
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Diverse tegniese"
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Beheer prentjies"
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Optiese karakterherkenning"
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Ingeslote alfanumeriese karakters"
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Kassietekening"
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Blokelemente"
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Geometriese vorms"
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Diverse simbole"
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Dingbats"
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "CJK-simbole en leestekens"
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Hangoel-versoenbaarheid Jamo"
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK Diverse"
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "Ingeslote CJK-letters en -maande"
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "CJK-versoenbaarheid"
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangoel"
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "CJK Unified-ideogramme"
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "CJK Unified-ideogramme uitbreiding-A"
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Area vir private gebruik"
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK-versoenbare ideogramme"
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Alfabetiese aanbiedingsvorms"
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Arabiese aanbiedingsvorms-A"
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Kombinerende halftekens"
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "CJK-versoenbaarheidsvorms"
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Klein vormvariante"
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Arabiese aanbiedingsvorms-B"
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Halfbreedte- en volbreedtevorms"
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Spesiales"
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Yi lettergrepe"
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Yi-Radikale"
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Oue skuinsdruk"
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Goties"
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Deseret-Alfabet"
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Bizantynse musieksymbole"
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Musieksimbole"
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Wiskundige alfanumeriese simbole"
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "CJK Unified-ideogramme uitbreiding-B"
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "CJK Unified-ideogramme uitbreiding-C"
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "CJK Unified-ideogramme uitbreiding-D"
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "CJK versoenbare-ideogramme aanvulling"
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Etikette"
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Cyrillies aanvulling"
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Variasie kiesers"
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Aanvullende privaatgebruik gebied-A"
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Aanvullende privaatgebruik gebied-B"
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Thai Le"
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Khmer simbole"
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Fonetiese uitbreidings"
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Allerlei simbole en pyle"
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Yijing heksagram symbole"
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Liniêr B-lettergrepe"
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Liniêr B-Ideogramme"
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Egeïese getalle"
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Ugarities"
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Shavianse-Alfabet"
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Osmaans"
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Sinhalees"
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetaans"
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Birmaans"
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogham"
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Runies"
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Siries"
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Etiopies"
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Cherokee"
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Kanadese inheemse lettergrepe"
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongools"
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Diverse wiskundige simbole-A"
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Aanvullende pyltjies-A"
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Braille-patrone"
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Aanvullende pyltjies-B"
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Diverse wiskundige simbole-B"
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK-radikale aanvullend"
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Kanxi-woordstamvorme"
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Ideografiese beskrywende karakters"
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalog"
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofo uitgebrei"
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Katakana fonetiese simbole"
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "CJK-strepe"
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Cypriotiese lettergrepe"
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Tai Xuan Jing Symbole"
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Variasie kiesers, Toevoeging"
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Antieke-Griekse musikale notasie"
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Antieke Griekse Getalle"
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Arabiese Toevoeging"
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Buginees"
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Gekombineerde diakritiese tekenaanvullings"
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Kopties"
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Etiopiese toevoeging"
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Etiopiese toevoeging"
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Georgiese Toevoeging"
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Glagoljica"
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Kharoshthi"
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Wysiging van toontekens"
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Nuwe Tai Lue"
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Antiek Persies"
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Fonetiese Uitbreidings Toevoeging"
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Toegevoegde Leestekens"
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Vertikale vorms"
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "N’Ko"
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balinees"
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Latynse uitbreiding-C"
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Latynse uitbreiding-D"
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Phagspa"
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Fenisiese"
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Spykerskrif"
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Spykerskrif Getalle en Leestekens"
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Telraam-getalle"
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Soendanees"
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lepcha"
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Cyrilliese verlengde-A"
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Cyrilliese verlengde-B"
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Rejang"
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Cham dialek"
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Antieke Simbole"
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Skyf van Phaistos"
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Lykian"
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Carish"
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Lydisch"
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Mahjong-teëls"
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Domino-teëltjies"
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samaritaans"
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Verenigde Kanadese inheemse Klinkers uitgebrei"
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Tai Tham"
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Vediese Toevoegings"
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisu dialek"
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamun"
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Algemene Indiese nommervorme"
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Devanagari uitgebrei"
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Hangul Jamo uitgebrei-A"
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Javaans"
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Latynse uitbreiding-A"
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Tai Viet"
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Meetei Mayek"
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Hangul Jamo uitgebrei-B"
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Offisiële Aramees"
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Oud Suid-Arabies"
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Avesties"
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Inskripsie Parthian"
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Inskripsie Pahlavi"
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Ou Turks"
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Rumi-getalsymbole"
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Kaithi"
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Egiptiese hiërogliewe"
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Ingeslote Alfanumeriese Toevoeging"
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Ingeslote Ideografiese Toevoeging"
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Mandaïs"
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Batak"
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Ethiopies, uitbreiding-A"
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Brahmi"
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Bamum Toevoeging"
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Kana Toevoeging"
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Speelkaarte"
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Diverse Simbole en Piktogramme"
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Emotikons"
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Transport- en kaartsimbole"
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Alchemiese simbole"
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Arabiese uitbreiding-A"
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Arabiese Wiskundige Alfabetiese Simbole"
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Chakma"
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Meetei Mayek-uitbreidings"
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Meroities Kursief"
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Meroïtiese hiërogliewe"
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Miao"
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Sharada"
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Sorang-Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Sundanese Toevoeging"
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Bassa Vah"
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "Kaukasiese Albanees"
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "Koptiese Getaltekens"
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Gekombineerde diakritiese tekensuitbreiding"
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Duployé"
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Elbasan"
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Geometriese Vorms Toegevoegd"
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Grantha"
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Khojki"
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Khudawadi"
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Latyn uitgebrei-E"
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Linieêr A"
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Mahajani"
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Manichees"
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Mende Kikakui"
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Modusse"
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Mro"
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Birmaans uitgebreid-B"
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Nabatees"
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Oud Noord-Arabies"
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Oud Permies"
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Ornamentele Diersimbole"
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Pahawh Hmong"
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Palmyreens"
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Pau Cin Hau"
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr "Psalter Pahlavi"
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr "Stenografiese Formaat Kontroles"
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr "Siddham"
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr "Sinhala argaïese getalle"
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Aanvullende pyltjies-C"
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr "Tirhuta"
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr "Warang Citi"
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ahom"
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Anatoliaanse hiërogliewe"
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr "Cherokee Toevoeging"
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "CJK Unified-ideogramme uitbreiding-E"
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr "Vroeë dinastiese spykerskrif"
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Hatraans"
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Multanees"
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr "Oud Hongaars"
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr "Bykomende simbole en piktogramme"
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr "Sutton Tekenskrif"
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr "Adlam"
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr "Bhaiksuki"
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Cyrillies, uitbreiding-C"
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr "Glagolitiese Toevoeging"
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr "Ideografiese Simbole en leestekens"
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr "Marchen"
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Mongoliese Toevoeging"
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Newaans"
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Osaags"
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr "Tanguties"
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr "Tangutiese Toevoegings"
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "CJK Unified-ideogramme uitbreiding-F"
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Kana uitbreiding-A"
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr "Masaram Gondi"
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr "Nushu"
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr "Soyombo"
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Siriese aanvulling"
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr "Zanabazar-vierkant skrif"
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr "Skaaksimbole"
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr "Dogra"
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr "Gunjala Gondi"
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr "Hanifi Rohingya"
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr "Indiese Siyaq getalle"
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr "Makasar"
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr "Maya getalle"
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr "Medefaidrin"
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr "Oud Sogdiaans"
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr "Sogdiaans"
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr "Egiptiese hiëroglief formaat Kontrols"
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr "Elymaic"
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr "Nandinagari"
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr "Nyiakeng Puachue Hmong"
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr "Ottoman Siyaq Getalle"
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr "Kleine Kana Uitbreiding"
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr "Piktografiese simbole, verlenging-A"
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr "Tamil Toevoeging"
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr "Wancho"
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr "Chorasmian"
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr "Uniforme CJK-ideogramme, uitbreiding-G"
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr "Dhives Akuru"
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr "Khitan klein-skrif"
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr "Lisu Toevoeging"
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr "Simbole vir Retro Rekenaars"
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr "Tangut Toevoeging"
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr "Yezidi"
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr "Arabies Uitgebreide-B"
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr "Sipro-Minoïes"
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr "Ethiopies Uitgebreide-B"
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr "Kana Uitgebreide-B"
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr "Latyn Uitgebreide-F"
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr "Latyn Uitgebreide-G"
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr "Ou Uyghur"
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr "Tangsa"
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr "Toto"
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr "Kanadese Inheemse Klinkers Uitgebreid-A"
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr "Vithkuqi"
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr "Znamenny Musiek Notasie"
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr "Arabies Uitgebreide-C"
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr "CJK Unified Ideographs Byvoegsel H"
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr "Cyrillic Byvoeging-D"
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr "Devanagari Byvoeging-A"
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr "Kaktovik Nommers"
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr "Kawi"
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr "Nag Mundari"
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr "Links-na-regs (LTR)"
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr "Regs-na-links (RTL)"
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr "Gebruik bogeskikte objekinstellings"
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr "Links na regs (horisontaal)"
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr "Regs na links (horisontaal)"
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr "Regs na links (vertikaal)"
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr "Links na regs (vertikaal)"
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr "Onder-na-bo, links-na-regs (vertikaal)"
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr "Fontwerk"
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr "Digitaal onderteken deur:"
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr "Datum: %1"
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr "Transpirant:"
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr "Geen Kantlyne"
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr "Slegs Buitenste Lyne"
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr "Buitenste- en Horisontale- Lyne"
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr "Buitenste- en Alle Binneste-Lyne"
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr "Buitenste- en Vertikale-Lyne"
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr "Buitenste Grenslyne Sonder Veranderinge aan Binneste Lyne"
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr "Slegs Diagnale Lyne"
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr "Diagnale Onderste Grens"
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr "Diagnale Boonste Grens"
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr "Kruis-Dwars Grense"
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr "Al Vier Grense"
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr "Slegs Linker- en Regter Grense"
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr "Slegs Boonste en Onderste Grense"
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr "Boonste en Onderste Grense, en Alle Horisontale Lyne"
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr "Slegs Linker Grens"
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr "Slegs Regter Grens"
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr "Slegs Boonste Grens"
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr "Slegs Onderste Grens"
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr "Boonste en Onderste Grense, en All Binne Lyne"
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr "Linker en Regter Grense, en Alle Binne Grense"
@@ -10323,19 +10305,19 @@ msgstr "Linker en Regter Grense, en Alle Binne Grense"
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr "Grafiese Grootte Kontrole"
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr "Beeld '%NAME%' het te min pieksels vir die huidige grootte (%DPIX% x %DPIY% DPI)"
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr "Beeld '%NAME%' het te veel pieksels vir die huidige grootte (%DPIX% x %DPIY% DPI)"
@@ -14141,13 +14123,13 @@ msgid "None"
msgstr "Geen"
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr "Onlangs"
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr "Eie kleur…"
diff --git a/source/af/sw/messages.po b/source/af/sw/messages.po
index a9fd5260461..fca2bc0df35 100644
--- a/source/af/sw/messages.po
+++ b/source/af/sw/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: 2023-05-31 16:29+0200\n"
-"PO-Revision-Date: 2023-05-26 07:34+0000\n"
+"PO-Revision-Date: 2023-06-02 08:35+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/af/>\n"
"Language: af\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1560976448.000000\n"
#. C33zA
@@ -16939,7 +16939,7 @@ msgstr "Voeg indeksinskrywying in"
#: sw/uiconfig/swriter/ui/indexentry.ui:63
msgctxt "indexentry|tooltip_text|close"
msgid "Close dialog without saving non-applied changes."
-msgstr ""
+msgstr "Sluit dialoog sonder die stoor van wysigings."
#. 8dTXx
#: sw/uiconfig/swriter/ui/indexentry.ui:81
@@ -25412,7 +25412,7 @@ msgstr "Middel"
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:155
msgctxt "pagenumberdlg|alignmentCombo"
msgid "Right"
-msgstr ""
+msgstr "Regs"
#. 5xBPD
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:159
@@ -25436,7 +25436,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:192
msgctxt "pagenumberdlg|pagetotalCheckbox"
msgid "Include page total"
-msgstr ""
+msgstr "Sluit bladsytotaal in"
#. EHbmr
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:202
diff --git a/source/am/helpcontent2/source/text/scalc/00.po b/source/am/helpcontent2/source/text/scalc/00.po
index 7406084deaa..a69c97b91e6 100644
--- a/source/am/helpcontent2/source/text/scalc/00.po
+++ b/source/am/helpcontent2/source/text/scalc/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-01-25 14:07+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/am/>\n"
@@ -2536,13 +2536,13 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
msgstr ""
-#. sBA56
+#. JGKyR
#: sheet_menu.xhp
msgctxt ""
"sheet_menu.xhp\n"
"par_id561684962038778\n"
"help.text"
-msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgid "Choose <menuitem>Review - Protect Sheet</menuitem>"
msgstr ""
#. Fg4o9
diff --git a/source/am/helpcontent2/source/text/shared/00.po b/source/am/helpcontent2/source/text/shared/00.po
index 6ab678f8ee8..44964d59498 100644
--- a/source/am/helpcontent2/source/text/shared/00.po
+++ b/source/am/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-17 21:27+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1600,6 +1600,15 @@ msgctxt ""
msgid "From the Menu bar:"
msgstr ""
+#. haGjm
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684932173786\n"
+"help.text"
+msgid "From the Context menu:"
+msgstr ""
+
#. 6QF4D
#: 00000004.xhp
msgctxt ""
@@ -1645,6 +1654,15 @@ msgctxt ""
msgid "From the Start Center, click"
msgstr ""
+#. DQteW
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931686300557948\n"
+"help.text"
+msgid "From the Status bar:"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -7225,6 +7243,60 @@ msgctxt ""
msgid "Close"
msgstr ""
+#. DSfYn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110001\n"
+"help.text"
+msgid "Select <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. k9NDc
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110002\n"
+"help.text"
+msgid "Choose <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. WNdsn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685707180577\n"
+"help.text"
+msgid "<image src=\"cmd/lc_templatemanager.svg\" id=\"img_id101685707180578\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id701685707180579\">Icon Template Manager</alt></image>"
+msgstr ""
+
+#. jxZcJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id141685707180581\n"
+"help.text"
+msgid "Templates"
+msgstr ""
+
+#. 72Roy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685707253310\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + N</keycode>"
+msgstr ""
+
+#. SB9PY
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id151685707338424\n"
+"help.text"
+msgid "Click on the <menuitem>Templates</menuitem> button."
+msgstr ""
+
#. GSRTM
#: 00000401.xhp
msgctxt ""
@@ -7351,6 +7423,51 @@ msgctxt ""
msgid "Save a Copy"
msgstr ""
+#. nkjmW
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629430220\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>."
+msgstr ""
+
+#. wN5yQ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685704731179\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>"
+msgstr ""
+
+#. 9Hgnk
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id431513629862558\n"
+"help.text"
+msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File</emph>."
+msgstr ""
+
+#. 8rmQq
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id991685704766726\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveasremote.svg\" id=\"img_id101685704766727\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id951685704766728\">Icon Save Remote</alt></image>"
+msgstr ""
+
+#. JCcsE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id531685704766729\n"
+"help.text"
+msgid "Save Remote"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7477,13 +7594,40 @@ msgctxt ""
msgid "Reload"
msgstr ""
-#. qdS25
+#. NAyAK
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3166425\n"
"help.text"
-msgid "<variable id=\"info1\">Choose <menuitem>File - Properties</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. zRkFS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685706381820\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. qg49k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685706400576\n"
+"help.text"
+msgid "<image src=\"cmd/lc_setdocumentproperties.svg\" id=\"img_id721685706400577\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id401685706400578\">Icon Document Properties</alt></image>"
+msgstr ""
+
+#. hGh4o
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685706400580\n"
+"help.text"
+msgid "Document Properties"
msgstr ""
#. HCGtN
@@ -7513,13 +7657,22 @@ msgctxt ""
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security</menuitem> and, in the <emph>Certificate Path</emph> area, click <menuitem>Certificate</menuitem>."
msgstr ""
-#. bjtF6
+#. ztEvn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11163\n"
"help.text"
-msgid "<variable id=\"digitalsigs\">Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>."
+msgstr ""
+
+#. u6Rcy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_idN11156\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
msgstr ""
#. QA6UC
@@ -7531,22 +7684,40 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Macros - Digital Signature</menuitem>."
msgstr ""
-#. u6Rcy
+#. DW6BN
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_idN11156\n"
+"par_id881685708186380\n"
"help.text"
-msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
+msgid "Choose <menuitem>File - Digital Signatures</menuitem>."
msgstr ""
-#. G3b6A
+#. uxAA2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685708203107\n"
+"help.text"
+msgid "<image src=\"cmd/lc_signature.svg\" id=\"img_id651685708203108\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931685708203109\">Icon Digital Signature</alt></image>"
+msgstr ""
+
+#. gFkGA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id791685708203111\n"
+"help.text"
+msgid "Digital Signature"
+msgstr ""
+
+#. 2UVF3
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN1117E\n"
"help.text"
-msgid "Double-click or right-click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
+msgid "Click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
msgstr ""
#. oUEEy
@@ -7981,6 +8152,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Exit %PRODUCTNAME</menuitem>."
msgstr ""
+#. TJcjf
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685709082165\n"
+"help.text"
+msgid "<image src=\"cmd/lc_quit.svg\" id=\"img_id871685709082167\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id651685709082168\">Icon Exit</alt></image>"
+msgstr ""
+
+#. 4fn3K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685709082170\n"
+"help.text"
+msgid "Exit"
+msgstr ""
+
#. DjhX3
#: 00000401.xhp
msgctxt ""
@@ -15280,24 +15469,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Undo</menuitem>."
msgstr ""
-#. AA56D
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3145160\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>"
-msgstr ""
-
-#. LW82F
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3154094\n"
-"help.text"
-msgid "On the <emph>Standard</emph> bar or <emph>Table Data</emph> bar, click"
-msgstr ""
-
#. AwFxC
#: edit_menu.xhp
msgctxt ""
@@ -15316,22 +15487,22 @@ msgctxt ""
msgid "Undo"
msgstr ""
-#. CRhMd
+#. CEAXt
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3145068\n"
+"par_id3145160\n"
"help.text"
-msgid "Choose <menuitem>Edit - Redo</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Z</keycode>"
msgstr ""
-#. VgWZG
+#. CRhMd
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3153897\n"
+"par_id3145068\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "Choose <menuitem>Edit - Redo</menuitem>."
msgstr ""
#. 4UACs
@@ -15352,40 +15523,67 @@ msgctxt ""
msgid "Redo"
msgstr ""
-#. VqzCC
+#. hVXND
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id591685963188763\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Y</keycode>"
+msgstr ""
+
+#. 9646J
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3154365\n"
"help.text"
-msgid "<variable id=\"letzter\">Choose <menuitem>Edit - Repeat</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Repeat</menuitem>."
msgstr ""
-#. DyHWB
+#. zyjrz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3149765\n"
+"par_id611685963967520\n"
"help.text"
-msgid "Choose <menuitem>Edit - Cut</menuitem>."
+msgid "<image src=\"cmd/lc_repeat.svg\" id=\"img_id491685963967521\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685963967522\">Icon Repeat</alt></image>"
msgstr ""
-#. siZcT
+#. Vngcs
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3144762\n"
+"par_id121685963967524\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>"
+msgid "Repeat"
msgstr ""
-#. YEYM4
+#. XAUzr
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148744\n"
+"par_id371685963759435\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + Y</keycode>"
+msgstr ""
+
+#. DyHWB
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3149765\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Cut</menuitem>."
+msgstr ""
+
+#. tACpY
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685964587740\n"
+"help.text"
+msgid "Choose <menuitem>Home - Cut</menuitem>."
msgstr ""
#. zCT5V
@@ -15406,31 +15604,40 @@ msgctxt ""
msgid "Cut"
msgstr ""
-#. 75bkj
+#. AuJsz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3150742\n"
+"par_id3144762\n"
"help.text"
-msgid "Choose <menuitem>Edit - Copy</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + X</keycode>"
msgstr ""
-#. dqu5U
+#. CdvjE
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148923\n"
+"par_id101685965015077\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+C</keycode>"
+msgid "<keycode>Shift + Del</keycode>"
msgstr ""
-#. ENXCh
+#. 75bkj
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159254\n"
+"par_id3150742\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "Choose <menuitem>Edit - Copy</menuitem>."
+msgstr ""
+
+#. CUyWZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id421685964733661\n"
+"help.text"
+msgid "Choose <menuitem>Home - Copy</menuitem>."
msgstr ""
#. BEKcn
@@ -15451,31 +15658,40 @@ msgctxt ""
msgid "Copy"
msgstr ""
-#. zsvyg
+#. WLLXn
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159153\n"
+"par_id3148923\n"
"help.text"
-msgid "Choose <menuitem>Edit - Paste</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + C</keycode>"
msgstr ""
-#. 2JEAF
+#. PryAi
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155860\n"
+"par_id101685965088876\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>"
+msgid "<keycode>Ctrl + Ins</keycode>"
msgstr ""
-#. wDTHt
+#. zsvyg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159083\n"
+"par_id3159153\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "Choose <menuitem>Edit - Paste</menuitem>."
+msgstr ""
+
+#. ynW6V
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id481685965303610\n"
+"help.text"
+msgid "Choose <menuitem>Home - Paste</menuitem>."
msgstr ""
#. HZLPq
@@ -15496,6 +15712,33 @@ msgctxt ""
msgid "Paste"
msgstr ""
+#. 5R5Je
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3155860\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + V</keycode>"
+msgstr ""
+
+#. YRBqH
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id261685965384099\n"
+"help.text"
+msgid "<keycode>Shift + Ins</keycode>"
+msgstr ""
+
+#. WopNZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3142791\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Paste Special</menuitem>."
+msgstr ""
+
#. 8U2sv
#: edit_menu.xhp
msgctxt ""
@@ -15505,6 +15748,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Paste Special - Paste Special</menuitem>."
msgstr ""
+#. A3fDq
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id521685966553736\n"
+"help.text"
+msgid "Long click on <menuitem>Home - Paste</menuitem>."
+msgstr ""
+
+#. HHNRa
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id801685967705406\n"
+"help.text"
+msgid "<image src=\"cmd/lc_pastespecial.svg\" id=\"img_id411685967705407\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id261685967705408\">Icon Paste Special</alt></image>"
+msgstr ""
+
+#. CCMPR
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id661685967705410\n"
+"help.text"
+msgid "Paste Special"
+msgstr ""
+
+#. 3r6MK
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id401685968775099\n"
+"help.text"
+msgid "<image src=\"cmd/lc_paste.svg\" id=\"img_id331685968775100\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191685968775101\">Icon Paste</alt></image>"
+msgstr ""
+
+#. cgEiS
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id81685968775103\n"
+"help.text"
+msgid "Paste (long click)"
+msgstr ""
+
#. CFGeE
#: edit_menu.xhp
msgctxt ""
@@ -15604,15 +15892,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Select All</menuitem>."
msgstr ""
-#. mia2c
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3152417\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>"
-msgstr ""
-
#. gXMsj
#: edit_menu.xhp
msgctxt ""
@@ -15631,13 +15910,22 @@ msgctxt ""
msgid "Select All"
msgstr ""
-#. Tb8Mu
+#. G7z8T
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3152417\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + A</keycode>"
+msgstr ""
+
+#. TGtWv
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3145251\n"
"help.text"
-msgid "<variable id=\"aenderungen\">Choose <menuitem>Edit - Track Changes</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Track Changes</menuitem>."
msgstr ""
#. FtngJ
@@ -15739,6 +16027,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Track Changes - Manage - List</menuitem> tab.<br/>Click an entry in the list and open the context menu.<br/>Choose <emph>Edit Comment</emph>."
msgstr ""
+#. ZGYjQ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id171685981254743\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Comment</menuitem>."
+msgstr ""
+
+#. ABCVo
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id501685985116612\n"
+"help.text"
+msgid "Click on the comment to select and then open the context menu."
+msgstr ""
+
+#. tCQAy
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"hd_id211685985284382\n"
+"help.text"
+msgid "On the Comment note:"
+msgstr ""
+
+#. J6HJx
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685985156516\n"
+"help.text"
+msgid "Click on the drop-down list of the selected comment."
+msgstr ""
+
+#. LSwGJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id711685981703647\n"
+"help.text"
+msgid "Choose <menuitem>Review</menuitem>."
+msgstr ""
+
#. oGZeX
#: edit_menu.xhp
msgctxt ""
@@ -15748,49 +16081,58 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Find</menuitem>."
msgstr ""
-#. cPD4u
+#. Up9Ag
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id31545031\n"
+"par_id511685975100630\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
+msgid "Choose <menuitem>Home - Find</menuitem>."
msgstr ""
-#. f4EM6
+#. ZqAwc
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3156297\n"
+"par_id831685975004752\n"
"help.text"
-msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
+msgid "<image src=\"cmd/lc_recsearch.svg\" id=\"img_id251685975004753\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id521685975004754\">Icon Find</alt></image>"
msgstr ""
-#. 4pWKe
+#. fAhot
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3154503\n"
+"par_id51685975004756\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+H</keycode>"
+msgid "Find"
msgstr ""
-#. UPprs
+#. yhe7q
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155083\n"
+"par_id31545031\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F</keycode>"
+msgstr ""
+
+#. f4EM6
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3156297\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
msgstr ""
-#. vsGEm
+#. KV28P
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3150020\n"
"help.text"
-msgid "<image id=\"img_id3149121\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
+msgid "<image id=\"img_id3149121\" src=\"cmd/lc_searchdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
msgstr ""
#. jRcHP
@@ -15802,6 +16144,15 @@ msgctxt ""
msgid "Find & Replace"
msgstr ""
+#. 8eSKz
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3154503\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + H</keycode>"
+msgstr ""
+
#. EtPCq
#: edit_menu.xhp
msgctxt ""
@@ -15919,13 +16270,22 @@ msgctxt ""
msgid "<variable id=\"litdat\">Choose <menuitem>Tools - Bibliography Database</menuitem>.</variable>"
msgstr ""
-#. EaFwu
+#. gNsWJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id631686092409826\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Links to External Files</menuitem>."
+msgstr ""
+
+#. L9Jyy
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3149281\n"
"help.text"
-msgid "<variable id=\"link\">Choose <menuitem>Edit - External Links</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - External Links</menuitem>."
msgstr ""
#. xSMBV
@@ -15982,13 +16342,31 @@ msgctxt ""
msgid "<variable id=\"edit3\">Choose <menuitem>Edit - OLE Object - Open</menuitem>.</variable>"
msgstr ""
-#. kQifg
+#. CB5Dg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id951603556032047\n"
"help.text"
-msgid "<variable id=\"reference\">Choose <menuitem>Edit - Reference</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Reference</menuitem>."
+msgstr ""
+
+#. eA6Ct
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id1001686083178681\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id811686083178682\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id281686083178683\">Icon Reference</alt></image>"
+msgstr ""
+
+#. 8BUbV
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id671686083178685\n"
+"help.text"
+msgid "Reference"
msgstr ""
#. PNGYK
diff --git a/source/am/helpcontent2/source/text/shared/01.po b/source/am/helpcontent2/source/text/shared/01.po
index 5f4f6fb5791..1e860e8d498 100644
--- a/source/am/helpcontent2/source/text/shared/01.po
+++ b/source/am/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/am/>\n"
@@ -2563,24 +2563,6 @@ msgctxt ""
msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Saves a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">በ ሩቅ ፋይል ግልጋሎት ውስጥ የሚገኘውን ሰነድ ማስቀመጫ</ahelp></variable>"
-#. 8GEre
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save Remote...</item> ."
-msgstr ""
-
-#. 2FysC
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File...</emph> ."
-msgstr ""
-
#. jpc76
#: 01060001.xhp
msgctxt ""
@@ -4048,15 +4030,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">Lets you organize and edit your templates, as well as save the current file as a template.</ahelp>"
msgstr "<ahelp hid=\".\">የ እርስዎን ቴምፕሌቶች ማደራጀት እና ማረም ያስችሎታል: እንዲሁም የ አሁኑን ፋይል እንደ ቴምፕሌት ማስቀመጥ</ahelp>"
-#. VWjC6
-#: 01110000.xhp
-msgctxt ""
-"01110000.xhp\n"
-"par_01110001\n"
-"help.text"
-msgid "Select <emph>File - Templates</emph>."
-msgstr ""
-
#. xfFYL
#: 01110101.xhp
msgctxt ""
@@ -12787,13 +12760,13 @@ msgctxt ""
msgid "Comment"
msgstr "አስተያየት"
-#. gYF3A
+#. rRJxQ
#: 02230300.xhp
msgctxt ""
"02230300.xhp\n"
"hd_id3083278\n"
"help.text"
-msgid "Insert Track Change Comment"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/02230300.xhp\">Insert Track Change Comment</link></variable>"
msgstr ""
#. 56iv7
@@ -14560,14 +14533,14 @@ msgctxt ""
msgid "<bookmark_value>comments;inserting/editing/deleting/printing/resolving</bookmark_value> <bookmark_value>comments;hide resolved</bookmark_value> <bookmark_value>comments;resolve in text documents</bookmark_value> <bookmark_value>inserting; comments</bookmark_value> <bookmark_value>editing; comments</bookmark_value> <bookmark_value>deleting;comments</bookmark_value> <bookmark_value>Navigator;comments</bookmark_value> <bookmark_value>printing;comments</bookmark_value> <bookmark_value>resolving;comments</bookmark_value> <bookmark_value>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>"
msgstr ""
-#. zNaVC
+#. nhCGe
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3154100\n"
"help.text"
-msgid "<link href=\"text/shared/01/04050000.xhp\">Comment</link>"
-msgstr "<link href=\"text/shared/01/04050000.xhp\">አስተያየት</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/04050000.xhp\">Comment</link></variable>"
+msgstr ""
#. B5Lac
#: 04050000.xhp
@@ -50173,22 +50146,22 @@ msgctxt ""
msgid "<ahelp hid=\".\">Insert clipboard table data in a table as new rows instead of overwriting the content of the original cells of the target table.</ahelp>"
msgstr ""
-#. oivUB
+#. k6vZo
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"tit\n"
"help.text"
-msgid "Paste Special"
+msgid "Paste Special Menu"
msgstr ""
-#. 4Vh77
+#. xL3tw
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"hd_id361584804540671\n"
"help.text"
-msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special</link></variable>"
+msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special Menu</link></variable>"
msgstr ""
#. RWjTr
diff --git a/source/am/helpcontent2/source/text/shared/02.po b/source/am/helpcontent2/source/text/shared/02.po
index e50744c9846..4a0bee8348c 100644
--- a/source/am/helpcontent2/source/text/shared/02.po
+++ b/source/am/helpcontent2/source/text/shared/02.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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2020-02-05 07:21+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/am/>\n"
@@ -12598,13 +12598,31 @@ msgctxt ""
msgid "<link href=\"text/shared/02/07070000.xhp\">Edit Mode</link>"
msgstr ""
-#. hZBXN
+#. AhNdc
#: 07070000.xhp
msgctxt ""
"07070000.xhp\n"
"par_id3153089\n"
"help.text"
-msgid "<ahelp hid=\".uno:EditDoc\" visibility=\"hidden\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgid "<ahelp hid=\".uno:EditDoc\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgstr ""
+
+#. FDnmk
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id251686099274448\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Edit Mode</menuitem>."
+msgstr ""
+
+#. 7WzFi
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id1001686099454407\n"
+"help.text"
+msgid "Choose <menuitem>Review - Edit Mode</menuitem>."
msgstr ""
#. VpjVS
@@ -12625,6 +12643,15 @@ msgctxt ""
msgid "Edit Mode"
msgstr ""
+#. dCCDo
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id471686099219977\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + M</keycode>"
+msgstr ""
+
#. 2GUFC
#: 07070000.xhp
msgctxt ""
@@ -12904,22 +12931,31 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr ""
-#. cMHrB
+#. tExb7
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
-"par_id161616407054506\n"
+"par_id341686079869387\n"
"help.text"
-msgid "On <link href=\"text/shared/main0201.xhp\"><emph>Standard</emph></link> bar, click"
+msgid "Choose <menuitem>Edit Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr ""
-#. MSjJA
+#. GYAT9
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id511686079721406\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Hyperlink</menuitem>."
+msgstr ""
+
+#. CuQ8K
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
"par_id3154927\n"
"help.text"
-msgid "<image id=\"img_id3093440\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon</alt></image>"
+msgid "<image id=\"img_id3093440\" src=\"cmd/lc_inserthyperlink.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon Hyperlink</alt></image>"
msgstr ""
#. Dty7B
@@ -12931,6 +12967,15 @@ msgctxt ""
msgid "Hyperlink Dialog"
msgstr "የ Hyperlink ንግግር"
+#. mPi9C
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id121686079478786\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + K</keycode>"
+msgstr ""
+
#. H2EQu
#: 09070000.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/menu.po b/source/am/helpcontent2/source/text/shared/menu.po
index 99212c03a78..896ea138171 100644
--- a/source/am/helpcontent2/source/text/shared/menu.po
+++ b/source/am/helpcontent2/source/text/shared/menu.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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2016-11-14 16:50+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,6 +16,240 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1479142228.000000\n"
+#. kAYUQ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comments Menu"
+msgstr ""
+
+#. iAF2Y
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id381685980724188\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/menu/comment_menu.xhp\">Comments Menu</link></variable>"
+msgstr ""
+
+#. nxWrC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941603125587454\n"
+"help.text"
+msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
+msgstr ""
+
+#. ZpC2v
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id771685982803183\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. Gvcr8
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id491685993001013\n"
+"help.text"
+msgid "Inserts a new comment adjacent to the comment to which you want to reply. The comment anchor is the same for all comments in the thread."
+msgstr ""
+
+#. rcW2w
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id341685992961744\n"
+"help.text"
+msgid "<image src=\"cmd/lc_replycomment.svg\" id=\"img_id911685992961745\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685992961746\">Icon Reply Comment</alt></image>"
+msgstr ""
+
+#. DBxGw
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id661685992961748\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. z6sGj
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id931685994600871\n"
+"help.text"
+msgid "Replying a comment creates a comment thread."
+msgstr ""
+
+#. ihDxZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id951685982807912\n"
+"help.text"
+msgid "Resolve / Unresolve"
+msgstr ""
+
+#. M6x5n
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id751685993265436\n"
+"help.text"
+msgid "Marks the comment as <emph>Resolved</emph> (or <emph>Unresolved</emph>). When you mark the comment resolved, the word <emph>Resolved</emph> is inserted under the date in the comment box. When marking unresolved, the word <emph>Resolved</emph> is removed."
+msgstr ""
+
+#. EfGUV
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id541685982812304\n"
+"help.text"
+msgid "Resolve Thread"
+msgstr ""
+
+#. LvCLG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id171685994484069\n"
+"help.text"
+msgid "Marks the comment thread as <emph>Resolved</emph> (or <emph>Unresolved</emph>). All comments in the thread are marked <emph>Resolved</emph> (or <emph>Unresolved)</emph>."
+msgstr ""
+
+#. 4bSUA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id811685982816727\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. rJq6j
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id241685994046592\n"
+"help.text"
+msgid "Deletes the comment."
+msgstr ""
+
+#. 9vvEv
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id721685994175303\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteannotation.svg\" id=\"img_id161685994175304\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id751685994175306\">Icon Delete Comment</alt></image>"
+msgstr ""
+
+#. gi9Xt
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id641685994175307\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. 6DKqG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id411685982821640\n"
+"help.text"
+msgid "Delete Comment Thread"
+msgstr ""
+
+#. w7wTC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941685994231483\n"
+"help.text"
+msgid "Deletes all comments of the same thread."
+msgstr ""
+
+#. AKAAD
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id801685982825543\n"
+"help.text"
+msgid "Delete Comment By"
+msgstr ""
+
+#. tfGAA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id631685994308029\n"
+"help.text"
+msgid "Deletes all comments of the same author."
+msgstr ""
+
+#. J5FWB
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id321685982829794\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. zmziK
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id131685994324823\n"
+"help.text"
+msgid "Deletes all comments of the document."
+msgstr ""
+
+#. mnSiZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id881685994350879\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteallannotation.svg\" id=\"img_id501685994350880\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685994350881\">Icon Delete All Comments</alt></image>"
+msgstr ""
+
+#. 5wMSG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id371685994350883\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. 3ijYG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id701685995308264\n"
+"help.text"
+msgid "Format All Comments"
+msgstr ""
+
+#. WBBq9
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id481685995582479\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/01/05020000.xhp\">Format Character</link> dialog to set font, font effects, position and highlighting of all comments text."
+msgstr ""
+
#. rxCQJ
#: forms.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/swriter.po b/source/am/helpcontent2/source/text/swriter.po
index 699ad9c7a23..19f219163b9 100644
--- a/source/am/helpcontent2/source/text/swriter.po
+++ b/source/am/helpcontent2/source/text/swriter.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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2019-07-07 17:13+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -241,51 +241,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
msgstr "<ahelp hid=\".\">ይህ ዝርዝር የያዘው ትእዛዝ የ አሁኑን ሰነድ ይዞታዎች ማረሚያ ነው </ahelp>"
-#. TV7tD
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3147619\n"
-"help.text"
-msgid "Select Text"
-msgstr ""
-
-#. Hug2v
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id102920150120455108\n"
-"help.text"
-msgid "Go to Page"
-msgstr "መሄጃ ወደ ገጽ"
-
-#. GjSQM
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id102920150120456660\n"
-"help.text"
-msgid "Opens a dialog box to enter which page number should be shown. (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+G</keycode>)"
-msgstr ""
-
-#. xFstf
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id11603124968334\n"
-"help.text"
-msgid "Comment"
-msgstr ""
-
-#. ycoWJ
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id941603125587454\n"
-"help.text"
-msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
-msgstr ""
-
#. FDHX2
#: main0102.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/swriter/00.po b/source/am/helpcontent2/source/text/swriter/00.po
index d886ca5c297..8ecdfb12fb3 100644
--- a/source/am/helpcontent2/source/text/swriter/00.po
+++ b/source/am/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2019-07-07 16:44+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -322,14 +322,122 @@ msgctxt ""
msgid "<variable id=\"datenaust\">Choose <emph>Edit - Exchange Database</emph></variable>"
msgstr "<variable id=\"datenaust\"> ይምረጡ <emph> ማረሚያ - ዳታቤዝ መቀያየሪያ </emph></variable>"
-#. DXxuu
+#. CGgT4
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3146316\n"
"help.text"
-msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>"
-msgstr "<variable id=\"feldbefehl\">ይምረጡ <emph> ማረሚያ - ሜዳዎች </emph></variable>"
+msgid "Choose <menuitem>Edit - Fields</menuitem>."
+msgstr ""
+
+#. z7vy3
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601686084207673\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. aWNoC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id621686084297019\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. KJtNh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id261686084354397\n"
+"help.text"
+msgid "<menuitem>Edit Field</menuitem>"
+msgstr ""
+
+#. RDJDe
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id241686084284027\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. UAFwh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id671686084291318\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. PQnPz
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761686084998093\n"
+"help.text"
+msgid "Choose <menuitem>References - Fields</menuitem>."
+msgstr ""
+
+#. hpgYC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571686085013340\n"
+"help.text"
+msgid "Choose <menuitem>References - Cross-references</menuitem>."
+msgstr ""
+
+#. vSzco
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id211686084424319\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id501686084424320\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id741686084424321\">Icon Cross-Reference</alt></image>"
+msgstr ""
+
+#. dvoeF
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id921686084424323\n"
+"help.text"
+msgid "Cross-Reference"
+msgstr ""
+
+#. ZmfMu
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id911686084496205\n"
+"help.text"
+msgid "<image src=\"cmd/lc_addfield.svg\" id=\"img_id871686084496206\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id621686084496207\">Icon Insert Field</alt></image>"
+msgstr ""
+
+#. pEDLA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id481686084496209\n"
+"help.text"
+msgid "Insert Field"
+msgstr ""
+
+#. x9PQn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id161686084056231\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F2</keycode>"
+msgstr ""
#. t2xAY
#: 00000402.xhp
@@ -385,14 +493,50 @@ msgctxt ""
msgid "<variable id=\"lit\">Choose <emph>Edit - Bibliography Entry</emph></variable>"
msgstr "<variable id=\"lit\">ይምረጡ <emph> ማረሚያ - የ ጽሁፎች ዝርዝር ማስገቢያ </emph></variable>"
-#. qG3yF
+#. MfDB3
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3973204\n"
"help.text"
-msgid "<variable id=\"selection_mode\">Choose <emph>Edit - Selection Mode</emph></variable>"
-msgstr "<variable id=\"selection_mode\">ይምረጡ <emph> ማረሚያ - መምረጫ ዘዴ </emph></variable>"
+msgid "Choose <menuitem>Edit - Selection Mode</menuitem>"
+msgstr ""
+
+#. Sppap
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id491685970640972\n"
+"help.text"
+msgid "Click the <menuitem>Selection</menuitem> area."
+msgstr ""
+
+#. VAPQj
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761685972500574\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Select Text</menuitem>."
+msgstr ""
+
+#. YSDSS
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571685973272593\n"
+"help.text"
+msgid "Choose <menuitem>Select Text</menuitem>."
+msgstr ""
+
+#. ZZrGn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id51685972424605\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + I</keycode>"
+msgstr ""
#. DLEkm
#: 00000402.xhp
@@ -403,6 +547,60 @@ msgctxt ""
msgid "<variable id=\"direct_cursor\">Choose <emph>Edit - Direct Cursor Mode</emph></variable>"
msgstr "<variable id=\"direct_cursor\">ይምረጡ <emph> ማረሚያ - በ ቀጥታ መጠቆሚያ ዘዴ </emph></variable>"
+#. aWUsm
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601685977093827\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Go to Page</menuitem>."
+msgstr ""
+
+#. ELFmx
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id931685977488251\n"
+"help.text"
+msgid "Choose <menuitem>Home tab menu - Go to Page</menuitem>."
+msgstr ""
+
+#. xdsdD
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id961685977342894\n"
+"help.text"
+msgid "<image src=\"cmd/lc_gotopage.svg\" id=\"img_id321685977342895\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id901685977342896\">Icon Go to Page</alt></image>"
+msgstr ""
+
+#. mEGRA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id191685977342898\n"
+"help.text"
+msgid "Go to Page"
+msgstr ""
+
+#. qAucq
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id651685976992603\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + G</keycode>"
+msgstr ""
+
+#. Rpgek
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id551685977289618\n"
+"help.text"
+msgid "Click on the <emph>Page number</emph> area."
+msgstr ""
+
#. cjzea
#: 00000403.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/swriter/01.po b/source/am/helpcontent2/source/text/swriter/01.po
index 50ca16091ba..5ce47047a77 100644
--- a/source/am/helpcontent2/source/text/swriter/01.po
+++ b/source/am/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-12-09 17:43+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25990,24 +25990,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr "የ አረብኛ ቁጥሮች"
-#. hyBpE
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3150708\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. 9YEFF
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3153533\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
#. PNNRW
#: 06060100.xhp
msgctxt ""
@@ -26026,24 +26008,6 @@ msgctxt ""
msgid "Roman numerals (lower)"
msgstr "የ ሮማውያን ቁጥር (በ ታችኛው ጉዳይ)"
-#. EiABw
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3151332\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. DxFBt
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3149820\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. CT77W
#: 06060100.xhp
msgctxt ""
@@ -26296,15 +26260,6 @@ msgctxt ""
msgid "Description"
msgstr "መግለጫ"
-#. BoqBZ
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150981\n"
-"help.text"
-msgid "1, 2, 3"
-msgstr "1, 2, 3"
-
#. ECZ4S
#: 06080100.xhp
msgctxt ""
@@ -26314,51 +26269,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr "የ አረብኛ ቁጥሮች"
-#. oEuGf
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150763\n"
-"help.text"
-msgid "A, B, C"
-msgstr "A, B, C"
-
-#. GBURp
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153154\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. MAEkA
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3151171\n"
-"help.text"
-msgid "a, b, c"
-msgstr "a, b, c"
-
-#. NGbwW
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147508\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
-#. CCgce
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150706\n"
-"help.text"
-msgid "I, II, III"
-msgstr "I, II, III"
-
#. uviUq
#: 06080100.xhp
msgctxt ""
@@ -26368,15 +26278,6 @@ msgctxt ""
msgid "Roman numerals (upper case)"
msgstr "የ ሮማውያን ቁጥር (በ ላይኛው ጉዳይ)"
-#. xBuC9
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153530\n"
-"help.text"
-msgid "i, ii, iii"
-msgstr "i, ii, iii"
-
#. JQFJY
#: 06080100.xhp
msgctxt ""
@@ -26386,42 +26287,6 @@ msgctxt ""
msgid "Roman numerals (lower case)"
msgstr "የ ሮማውያን ቁጥር (በ ታችኛው ጉዳይ)"
-#. P9ob7
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147525\n"
-"help.text"
-msgid "A,... AA,... AAA,..."
-msgstr "A,... AA,... AAA,..."
-
-#. jVvL6
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3155895\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. KxeRb
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3154194\n"
-"help.text"
-msgid "a,... aa,... aaa,..."
-msgstr "a,... aa,... aaa,..."
-
-#. DNnWm
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3149297\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. QiWFL
#: 06080100.xhp
msgctxt ""
@@ -28555,13 +28420,13 @@ msgctxt ""
msgid "Add, Modify and Remove"
msgstr ""
-#. WEjFh
+#. H68FW
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_id931672738656225\n"
"help.text"
-msgid "Respectively, adds, moves and removes items in the list."
+msgid "Respectively, adds, modifies and removes items in the list."
msgstr ""
#. xorCa
@@ -28591,76 +28456,13 @@ msgctxt ""
msgid "Date Format"
msgstr ""
-#. gMmqv
+#. FJPXb
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10564\n"
"help.text"
-msgid "Select the date format to display the date of the date content control."
-msgstr ""
-
-#. k5UDL
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"tit\n"
-"help.text"
-msgid "Reference (Edit)"
-msgstr ""
-
-#. 7DnD9
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id1001603128268578\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/edit_reference_submenu.xhp\">Reference</link>"
-msgstr ""
-
-#. 6LFFX
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id411603128291771\n"
-"help.text"
-msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
-msgstr ""
-
-#. 4WjGu
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147302\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
-msgstr ""
-
-#. Q5YzA
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147327\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
-msgstr ""
-
-#. b6WK8
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id561673359242198\n"
-"help.text"
-msgid "Edits the selected index entry."
-msgstr ""
-
-#. p7mQW
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147352\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
+msgid "Select the date format to display in the date content control."
msgstr ""
#. YwkE4
@@ -28708,6 +28510,51 @@ msgctxt ""
msgid "Edits Fontwork effects of the selected object that has been created with the previous Fontwork dialog."
msgstr "የ ፊደል ስራ ውጤት ማረሚያ ለ ተመረጠው እቃ: ቀደም ብሎ በ ፊደል ስራ ንግግር ለ ተፈጠረው"
+#. 2RhYQ
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go To Page"
+msgstr ""
+
+#. U9KWf
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"hd_id921685976329840\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/goto.xhp\">Go to Page</link></variable>"
+msgstr ""
+
+#. DqUnC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id901685976329842\n"
+"help.text"
+msgid "Opens a dialog box to enter which page number should be shown."
+msgstr ""
+
+#. cbKy4
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id761685978118901\n"
+"help.text"
+msgid "Enter the page number or use the spin box to define the page to display."
+msgstr ""
+
+#. J5XfC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id631685978506671\n"
+"help.text"
+msgid "The page number entered in the <emph>Go to Page</emph> dialog is absolute within the document and may not correspond to the page number displayed by the page numbering scheme."
+msgstr ""
+
#. YhLG4
#: legacynumbering.xhp
msgctxt ""
@@ -32236,6 +32083,33 @@ msgctxt ""
msgid "<embedvar href=\"text/swriter/guide/protection.xhp#protection\"/>"
msgstr ""
+#. 63j54
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Text"
+msgstr ""
+
+#. 4dGGQ
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"hd_id771685971612111\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/select_text.xhp\">Select Text</link></variable>"
+msgstr ""
+
+#. DMH7U
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"par_id971685971990775\n"
+"help.text"
+msgid "You can enable a selection cursor in a <emph>read-only</emph> text document."
+msgstr ""
+
#. KadxR
#: selection_mode.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/swriter/menu.po b/source/am/helpcontent2/source/text/swriter/menu.po
index a6000aa8532..105d8583ab0 100644
--- a/source/am/helpcontent2/source/text/swriter/menu.po
+++ b/source/am/helpcontent2/source/text/swriter/menu.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: 2023-03-02 11:51+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2016-05-30 15:33+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,6 +187,69 @@ msgctxt ""
msgid "Contains a calendar control. Limits text to a single paragraph."
msgstr ""
+#. k5UDL
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Reference (Edit)"
+msgstr ""
+
+#. MKMWr
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id1001603128268578\n"
+"help.text"
+msgid "<link href=\"text/swriter/menu/edit_reference_submenu.xhp\">Reference</link>"
+msgstr ""
+
+#. 6LFFX
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id411603128291771\n"
+"help.text"
+msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
+msgstr ""
+
+#. 4WjGu
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147302\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
+msgstr ""
+
+#. Q5YzA
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147327\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
+msgstr ""
+
+#. b6WK8
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id561673359242198\n"
+"help.text"
+msgid "Edits the selected index entry."
+msgstr ""
+
+#. p7mQW
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147352\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
+msgstr ""
+
#. tP5yN
#: insert_footnote_endnote.xhp
msgctxt ""
diff --git a/source/am/sc/messages.po b/source/am/sc/messages.po
index bf7a3f50bdb..52a47db8e46 100644
--- a/source/am/sc/messages.po
+++ b/source/am/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: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-02-01 09:33+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/am/>\n"
@@ -32382,11 +32382,11 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr "የ መለያያ ምርጫዎች"
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
-msgstr "የ ጥቅስ ሜዳ አ_ቀራረብ እንደ ጽሁፍ"
+msgid "Format _quoted field as text"
+msgstr ""
#. VAC6B
#: sc/uiconfig/scalc/ui/textimportcsv.ui:598
@@ -32442,10 +32442,10 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "እርስዎ ይህን ምርጫ ሲያስችሉ: ሰንጠረዥ ቀደም ያለውን የ ክፍል ይዞታ ይጠብቃል ባዶ ክፍል በሚለጥፉ ጊዜ: ያለበለዚያ: ሰንጠረዥ ቀደም ያለውን የ ክፍል ይዞታ ያጠፋል "
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
diff --git a/source/am/scp2/source/calc.po b/source/am/scp2/source/calc.po
index 520a0ccfa43..bff401cf44c 100644
--- a/source/am/scp2/source/calc.po
+++ b/source/am/scp2/source/calc.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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2022-11-14 08:17+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcecalc/am/>\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: 1522023420.000000\n"
#. rTGYE
@@ -222,3 +222,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr ""
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/am/svx/messages.po b/source/am/svx/messages.po
index 5d0e1c62702..ee026ba2046 100644
--- a/source/am/svx/messages.po
+++ b/source/am/svx/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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2022-08-02 21:51+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/am/>\n"
@@ -6239,28 +6239,28 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "የ ሰነድ ቀለሞች"
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
+msgid "Dark 1"
msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
+msgid "Light 1"
msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
+msgid "Dark 2"
msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
+msgid "Light 2"
msgstr ""
#. NAAZJ
@@ -6311,389 +6311,371 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr ""
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr ""
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr ""
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr ""
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "ማሾለኪያ"
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "ማሾለኪያ ማብሪያ/ማጥፊያ መፈጸሚያ"
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "ወደ ታች ማዘንበያ"
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "ወደ ላይ ማዘንበያ"
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "ወደ ግራ ማዘንበያ"
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "ወደ ቀኝ ማዘንበያ"
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "የ ማሾለኪያ ጥልቀት መቀየሪያ"
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "አቅጣጫ መቀየሪያ"
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Change Projection Type"
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "ብርሃን መቀየሪያ"
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "ብሩህነቱን መቀየሪያ"
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "የ ማሾለኪያ ገጽታ መቀየሪያ"
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "የ ማሾለኪያ ቀለም መቀየሪያ"
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "ቀ:"
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "አ:"
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "ሰ:"
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "የ ፊደል ስራ"
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "የ ፊደል ስራ ቅርጽ መፈጸሚያ"
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "የ ፊደል ስራ ተመሳሳይ የ ፊደል እርዝመት መፈጸሚያ"
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "የ ፊደል ስራ ማሰለፊያ መፈጸሚያ"
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "የ ፊደል ስራ ባህሪ ክፍተት መፈጸሚያ"
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "ጋር"
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "ዘዴ"
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "እና"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "የ ጠርዝ መቆጣጠሪያ"
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "የ ጠርዝ ነጥቦች መምረጫ"
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "ከ ላይ በ ግራ በኩል"
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "ከ ላይ መሀከል"
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "ከ ላይ በ ቀኝ በኩል"
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "በ ግራ በኩል መሀከል"
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "መሀከል"
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "በ ቀኝ በኩል መሀከል"
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "ከ ታች በ ግራ በኩል"
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "ከ ታች መካከል"
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "ከ ታች በ ቀኝ በኩል"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "ቅርጽ መቆጣጠሪያ"
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "እዚህ ነው ቅርጹን የሚያርሙት"
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "የ ተለዩ ባህሪዎች ማረሚያ"
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "የ ተለዩ ባህሪዎች ከዚህ አካባቢ ይምረጡ"
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "የ ባህሪዎች ኮድ "
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "በ ሜዳው ውስጥ ማስገባት ያስፈልጋል '#'. እባክዎን ዋጋ ያስገቡ"
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "ፎርሞች"
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "መቆጣጠሪያ አልተመረጠም"
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "ባህሪዎች : "
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "ባህሪዎች መፍጠሪያ"
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "መቃኛ መፍጠሪያ"
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "ፎርም"
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr "የ ተደበቀ"
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "ፎርም"
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "የተደበቀ መቆጣጠሪያ"
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "መቆጣጠሪያ"
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "መቅረጫ"
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "ከ"
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "ሜዳ መጨመሪያ :"
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "ዳታ ወደ ዳታቤዝ ሲጻፍ ስህተት ተፈጥሯል"
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Syntax error in query expression"
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "1 መዝገብ ሊያጠፉ ነው"
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# መዝገብ ይጠፋል"
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6703,337 +6685,337 @@ msgstr ""
"ለማንኛውም መቀጠል ይፈልጋሉ?"
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "መቃኛ መደርደሪያ"
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "አምድ"
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "ባህሪ ማሰናጃ '#'"
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "በማጠራቀሚያው ውስጥ ያስገቡ"
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "ማጥፊያ #"
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "እቃዎችን # ማጥፊያ"
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "የማጠራቀሚያ አካል መቀየሪያ"
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "መቆጣጠሪያ መቀየሪያ"
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "የ ጽሁፍ ሳጥን"
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "ሳጥኑ ውስጥ ምልክት ያድርጉ"
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "መቀላቀያ ሳጥን"
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "የ ዝርዝር ሳጥን"
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "የ ቀን ሜዳ"
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "የ ሰአት ሜዳ"
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "የ ቁጥር ሜዳ"
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "የ ገንዘብ ሜዳ"
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "የ ንድፍ ሜዳ"
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "የ ሜዳ አቀራረብ"
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "ቁልፉን ይጫኑ"
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "አማራጭ ቁልፍ"
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "የ ምልክት ሜዳ"
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "የ ቡድን ሳጥን"
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "የ ምስል ቁልፍ"
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "ምስል መቆጣጠሪያ"
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "የ ፋይል ምርጫዎች"
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "ሰንጠረዥ መቆጣጠሪያ "
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "መሸብለያ መደርደሪያ"
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "ማሽከርከሪያ ቁልፍ"
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "መቃኛ መደርደሪያ"
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "በርካታ ምርጫ"
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr "የ ቀን እና ሰአት ሜዳ"
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "በ አሁኑ ፎርም ውስጥ ምንም ዳታ-የተዛመደ መቆጣጠሪያ የለም"
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (ቀን)"
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (ሰአት)"
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "መቃኛ ማጣሪያ"
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "ማጣሪያ ከ"
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "ወይም"
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "ዋጋ ያለው መዝለያ መቆጣጠሪያ በ ሰንጠረዥ መመልከቻ ውስጥ የሚጠቀሙበት በ አሁኑ ፎርም ውስጥ አልተገኘም"
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<በራሱ ሜዳ>"
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Syntax error in SQL statement"
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "The value #1 cannot be used with LIKE."
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "LIKE cannot be used with this field."
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "ያስገቡት ዋጋ ያለው ቀን አይደለም: እባክዎን ዋጋ ያለው ቀን በ አቀራረብ ያስገቡ ለምሳሌ ወወ/ቀቀ/አአ"
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "ሜዳው መወዳደር አይችልም ከቁጥር ጋር"
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "ዳታቤዙ በ ውስጡ በዚህ ስም ሰንጠረዥ የለም \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "ዳታቤዙ በ ውስጡ በዚህ ስም ሰንጠረዥ ወይንም የ ጥያቄ ስም አለ \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "ዳታቤዙ በ ውስጡ በዚህ ስም ሰንጠረዥ ወይንም መመልከቻ አለ \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "ዳታቤዙ በ ውስጡ በዚህ ስም ጥያቄ አለ \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "ይህ አምድ \"#1\" ያልታወቀ ሰንጠረዥ ነው \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "ሜዳውን ማወዳደር አይቻልም ከተንሳፋፊ ነጥብ ቁጥር ጋር"
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "ያስገቡት ደንብ ከዚህ ሜዳ ጋር መወዳደር አይችልም"
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "ዳታ መቃኛ"
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (ለማንበብ-ብቻ)"
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ፋይሉ ቀደም ሲል ነበር: በላዩ ላይ ደርቤ ልጻፍበት?"
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#እቃ# ምልክት"
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -7043,7 +7025,7 @@ msgstr ""
"በእርግጥ ምሳሌውን ማጥፋት ይፈልጋሉ?"
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -7053,7 +7035,7 @@ msgstr ""
"በእርግጥ ምሳሌውን ማጥፋት ይፈልጋሉ?"
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -7063,13 +7045,13 @@ msgstr ""
"በእርግጥ አካሉን ማጥፋት ይፈልጋሉ?"
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "ባህሪውን ማጥፋት ይፈልጋሉ '$ATTRIBUTENAME'?"
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -7081,7 +7063,7 @@ msgstr ""
"በእርግጥ ማስገቢያውን ማጥፋት ይፈልጋሉ?"
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -7093,1068 +7075,1068 @@ msgstr ""
"በእርግጥ ማጣመሪያውን ማጥፋት ይፈልጋሉ?"
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "ስሙ '%1' ዋጋ የለውም በ XML አይደለም ፡ እባክዎን ሌላ የተለየ ስም ያስገቡ"
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "መነሻው '%1' ዋጋ የለውም በ XML. እባክዎን የተለየ መነሻ ያስገቡ"
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "ስሙ '%1' ቀደም ሲል ነበር ፡ እባክዎን ሌላ አዲስ ስም ያስገቡ"
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "ማስገቢያ ስም ያስፈልገዋል"
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "ማስቀመጫ"
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "ማግኛ"
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "ምንም"
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "ምሳሌ"
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "ሰነድ"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "መሸፈኛ : "
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "ማመሳከሪያ: "
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "ተግባር : "
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "ዘዴ : "
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "መቀየሪያ: "
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "አካል መጨመሪያ"
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "አካል ማረሚያ"
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "አካል ማጥፊያ"
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "ባህሪ መጨመሪያ"
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "ባህሪ ማረሚያ"
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "ባህሪ ማጥፊያ"
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "ማጣመሪያ መጨመሪያ"
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "ማጣመሪያ ማረሚያ"
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "ማጣመሪያ ማጥፊያ"
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "ማስገቢያ መጨመሪያ"
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "ማቅረቢያ ማረሚያ"
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "ማቅረቢያ ማጥፊያ"
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "አካል"
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "መለያ"
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "ማጣመሪያ"
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "መግለጫ ማጣመሪያ"
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "በእርግጥ ሰነድ ማዳኑን %PRODUCTNAME መሰረዝ ይፈልጋሉ?"
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "በ ግራ"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "በ ቀኝ"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "መሀከል"
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "ዴሲማል"
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "ማስገቢያ ዘዴ: ይጫኑ ለመቀየር ወደ በላዩ ላይ ደርቦ መጻፊያ ዘዴ"
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "በላዩ ላይ ደርቦ መጻፊያ ዘዴ: ይጫኑ ለመቀየር ወደ ማስገቢያ ዘዴ"
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "በላዩ ላይ ደርቦ መጻፊያ"
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "ማስገቢያ"
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "የ ዲጂታል ፊርማ: የ ሰነዱ ፊርማ ትክክል ነው"
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "የ ዲጂታል ፊርማ: የ ሰነዱ ፊርማ ትክክል ነው: ነገር ግን የ ምስክር ወረቀቱን ማረጋገጥ አልተቻለም"
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "የ ዲጂታል ፊርማ: ሰነዱ አልተፈረመም"
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "የ ዲጂታል ፊርማ: የ ሰነዱ ፊርማ ትክክል ነው: ነገር ግን አንዳንድ የ ሰነዱ ክፍል አልተፈረመም"
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "ሰነዱ ተሻሽሏል: ይጫኑ ሰነዱን ለ ማስቀመጥ"
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "ሰነዱ አልተሻሻለም መጨረሻ ከ ተቀመጠ በኋላ"
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "ሰነዶችን በመጫን ላይ..."
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "ተንሸራታቹን በ አሁኑ መስኮት ልክ ማድረጊያ"
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr ""
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr ""
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr ""
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr ""
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr ""
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr ""
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr ""
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "የ ማሳያ መጠን: በቀኝ-ይጫኑ ለ መቀየር የ ማሳያ መጠን ወይንም ይጫኑ ለ መክፈት የ ማሳያ ንግግር"
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "በቅርብ ማሳያ"
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "በርቀት ማሳያ"
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "ጠቅላላ ገጹን"
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "የ ገጽ ስፋት"
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "አጥጋቢ መመልከቻ"
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "ዘዴዎችን ማካተቻ"
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "የ አንቀጽ ዘዴ~ዎች"
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "የ ክፍል ዘዴ~ዎች"
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr "አቀራረብ መፈለጊያ"
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr "በ አቀራረብ መቀየሪያ"
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "የ ሰነዱ መጨረሻ ላይ ደርሷል"
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr "የ ሰነዱ መጨረሻ ላይ ደርሷል: ከ መጀመሪያው ጀምሮ"
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "የ ወረቀቱ መጨረሻ ላይ ደርሷል"
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "መፈለጊያ ቁልፍ አልተገኘም"
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr "ምንም የ መቃኛ አካል አልተገኘም"
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "የ ሰነዱ መጀመሪያ ላይ ደርሷል"
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr "የ ሰነዱ መጀመሪያ ላይ ደርሷል: ከ መጨረሻው ጀምሮ"
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "ቀለም ማሰናጃ"
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "ዋጋ የሌለው የ መግቢያ ቃል"
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "የመግቢያ ቃሎቹ አይመሳሰሉም"
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "ሙሉ ትንሽ ክብ ነጥቦች"
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "ሙሉ ትልቅ ክብ ነጥቦች"
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "ሙሉ የ አልማዝ ቅርጽ ነጥቦች"
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "ሙሉ ትልቅ ስኴር ነጥቦች"
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "የተሞላ ወደ ቀኝ የሚጠቁም ቀስት ነጥቦች"
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "ወደ ቀኝ የሚጠቁም ቀስት ነጥቦች"
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr "ምልክት ማድረጊያ ነጥቦች"
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr "ምልክት ማድረጊያ ነጥቦች"
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "ቁጥር 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "ቁጥር 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "ቁጥር (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "በትንንሹ በትልቅ በሮማን ቁጥር መጻፊያ I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "በትንንሹ በትልቅ ፊደል መጻፊያ A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "በትንንሽ ፊደል መጻፊያ a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "በትንንሽ ፊደል መጻፊያ (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "በትንንሽ ፊደል በሮማን ቁጥር መጻፊያ i. ii. iii."
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
msgstr ""
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
msgstr ""
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "የቁጥር ከሁሉም ንዑስ ደረጃዎች"
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "ወደ ቀኝ የሚጠቁም ነጥብ: ወደ ቀኝ የሚጠቁም ቀስት ነጥብ: ሙሉ የ አልማዝ ቅርጽ ነጥብ: በትንንሽ ሙሉ ክብ ነጥብ"
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "የ ማመቂያ ዚፕ ፋይል መፍጠር አልተቻለም"
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "የ ሰንጠረዥ ንድፍ ዘዴዎች"
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "የሚተወው ተግባር: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "የሚተወው ተግባር: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "እንደገና የሚሰሩ ተግባሮች: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "እንደገና የሚሰሩ ተግባሮች: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "መፈለጊያ"
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "ጉዳይ ማመሳሰያ"
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "የ አቀራረብ ማሳያ"
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr ""
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr ""
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr ""
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr ""
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "የ PNG ምስል"
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "የ TIFF ምስል"
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "የ WMF ምስል"
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "የ MET ምስል"
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "የ PCT ምስል"
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "የ SVG ምስል"
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "የ BMP ምስል"
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "ያልታወቀ"
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "መቀየሪያ"
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "የ ምስል ዘዴ"
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "ቀይ"
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "አረንጓዴ"
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "ሰማያዊ"
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "ብሩህነት"
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "ማነጻጸሪያ"
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "ግልጽነት"
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Crop"
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "ነባር አቅጣጫ"
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "ከ ላይ ወደ ታች"
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "ከ ታች ወደ ላይ"
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "የተደረደሩ"
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "የ ግራ መስመር: "
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "የ ላይ መስመር: "
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "የ ቀኝ መስመር: "
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "የታች መስመር : "
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "የገጽ መግለጫ : "
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Capitals"
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "በትንንሽ ፊደል መጻፊያ"
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "በትንንሹ በ አቢይ ፊደል መጻፊያ"
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "በትንንሽ ፊደል መጻፊያ"
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Arabic"
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "ምንም"
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "የመሬት አቀማመጥ"
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "ምስል"
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "በ ግራ"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "በ ቀኝ"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "ሁሉንም"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "የተንፀባረቀ"
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "ደራሲው : "
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "ቀን: "
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "ጽሁፍ : "
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "የ ባህሪ መደብ"
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "ቀለም ማሰናጃ"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8164,2157 +8146,2157 @@ msgstr ""
"እርስዎ የ ተሻሻለውን ምስል ማስቀመጥ ይፈልጋሉ?"
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Basic Latin"
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Latin-1"
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Latin Extended-A"
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Latin Extended-B"
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA Extensions"
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "የ ፊደሎች ክፍተት ማሻሻያ"
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "የተለዩ ምልክቶችን መቀላቀያ"
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Basic Greek"
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Greek Symbols And Coptic"
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Cyrillic"
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armenian"
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Basic Hebrew"
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebrew Extended"
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Basic Arabic"
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Arabic Extended"
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengali"
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gujarati"
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "Odia"
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamil"
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannada"
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malayalam"
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Thai"
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Lao"
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Basic Georgian"
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Georgian Extended"
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangul Jamo"
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Greek Extended"
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "ጠቅላላ ስርአተ ነጥብ"
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "በትንንሹ ከፍ ብሎ እና በትንንሹ ዝቅ ብሎ መጻፊያ"
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "የ ገንዘብ ምልክቶች"
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "የተለዩ ምልክቶችን መቀላቀያ"
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "የ ፊደል አይነት ምልክቶች"
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "የ ቁጥር ፎርሞች"
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "ቀስቶች"
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "ሂሳብ አንቀሳቃሾች"
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "የተለያዩ ቴክኒካል"
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "ስእል መቆጣጠሪያ"
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "የሚታይ ባህሪ መለያ"
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "የተዘጉ ቁጥሮች እና ፊደሎች ቅልቅል"
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "ሳጥን መሳያ"
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "አካሎችን መከልከያ"
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "ጂዮሜትሪክ ቅርጾች"
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "የተለያዩ ምልክቶች"
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Dingbats"
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "የ CJK ምልክቶች እና ስርአተ ነጥቦች"
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Hangul Compatibility Jamo"
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK Miscellaneous"
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "የተዘጋ የ CJK ፊደሎች እና ወሮች"
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "የ CJK ተስማሚነት"
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "CJK Unified Ideographs"
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "CJK Unified Ideographs Extension A"
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "የ ግል መጠቀሚያ ቦታ"
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK Compatibility Ideographs"
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "በ ፊደል ቅደም ተከተል ማቅረቢያ ፎርሞች"
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Arabic Presentation Forms-A"
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "ግማሽ ምልክቶች መቀላቀያ"
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "የ CJK ተስማሚ ፎርሞች"
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "ትንሽ የተለያየ ፎርም"
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Arabic ማቅረቢያ ፎርሞች-B"
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "ግማሽ-ስፋት እና ሙሉ-ስፋት ፎርሞች"
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "የተለዩ"
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Yi Syllables"
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Yi Radicals"
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Old Italic"
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Gothic"
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Deseret"
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Byzantine Musical Symbols"
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "የ ሙዚቃ ምልክቶች"
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "የ ሂሳብ እና የ ፊደል እና ቁጥር ምልክቶች"
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "CJK Unified Ideographs Extension B"
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "CJK Unified Ideographs Extension C"
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "CJK Unified Ideographs Extension D"
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "CJK Compatibility Ideographs Supplement"
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Tags"
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Cyrillic Supplementary"
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "መቀያየሪያ መምረጫ"
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "በተጨማሪ የ ግል መጠቀሚያ ቦታ-A"
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "በተጨማሪ የ ግል መጠቀሚያ ቦታ-B"
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Tai Le"
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Khmer Symbols"
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Phonetic Extensions"
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "የተለያዩ ምልክቶች እና ቀስቶች"
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Yijing Hexagram Symbols"
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Linear B Syllabary"
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Linear B Ideograms"
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Aegean Numbers"
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Ugaritic"
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Shavian"
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Osmanya"
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Sinhala"
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetan"
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Myanmar"
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogham"
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Runic"
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Syriac"
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Ethiopic"
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Cherokee"
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Canadian Aboriginal Syllables"
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongolian"
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "የተለያዩ የ ሂሳብ ምልክቶች-A"
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "ተጨማሪ ቀስቶች-A"
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "የ ብሬል ንድፍ"
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "ተጨማሪ ቀስቶች-B"
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "የተለያዩ የ ሂሳብ ምልክቶች-B"
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK Radical Supplement"
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Kangxi Radicals"
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Ideographic Description Characters"
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalog"
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofo Extended"
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Katakana Phonetics"
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "CJK Strokes"
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Cypriot Syllabary"
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Tai Xuan Jing Symbols"
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Variation Selectors Supplement"
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Ancient Greek Musical Notation"
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Ancient Greek Numbers"
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Arabic Supplement"
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Buginese"
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "የተለዩ ምልክቶችን መቀላቀያ ተጨማሪ"
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Coptic"
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "የ ኢትዮጵያ የ ተስፋፋ"
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "የ ኢትዮጵያ ተጨማሪ"
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Georgian Supplement"
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Glagolitic"
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Kharoshthi"
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "የ ፊደሎች ጥራት ማሻሻያ"
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "New Tai Lue"
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Old Persian"
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Phonetic Extensions Supplement"
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Supplemental Punctuation"
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "ፎርሞች በ ቁመት"
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Nko"
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balinese"
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Latin Extended-C"
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Latin Extended-D"
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Phags-Pa"
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Phoenician"
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Cuneiform"
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Cuneiform Numbers And Punctuation"
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Counting Rod Numerals"
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Sundanese"
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lepcha"
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Cyrillic Extended-A"
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Cyrillic Extended-B"
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Rejang"
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Cham"
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Ancient Symbols"
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Phaistos Disc"
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Lycian"
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Carian"
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Lydian"
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Mahjong Tiles"
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Domino Tiles"
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samaritan"
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Canadian Aboriginal Syllabics Extended"
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Tai Tham"
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Vedic Extensions"
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisu"
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamum"
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Common Indic Number Forms"
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Devanagari Extended"
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Hangul Jamo Extended-A"
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Javanese"
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Myanmar Extended-A"
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Tai Viet"
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Meetei Mayek"
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Hangul Jamo Extended-B"
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Imperial Aramaic"
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Old South Arabian"
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Avestan"
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Inscriptional Parthian"
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Inscriptional Pahlavi"
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Old Turkic"
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Rumi Numeral Symbols"
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Kaithi"
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Egyptian Hieroglyphs"
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Enclosed Alphanumeric Supplement"
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Enclosed Ideographic Supplement"
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Mandaic"
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Batak"
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Ethiopic Extended-A"
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Brahmi"
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Bamum Supplement"
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Kana Supplement"
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Playing Cards"
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "የተለያዩ ምልክቶች እና ቀስቶች"
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "የ ስሜት ምልክቶች"
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "መጓጓዣ እና የ ካርታ ምልክቶች"
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "አልኬሚካል ምልክቶች"
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Arabic Extended-A"
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "የ አረብኛ የ ሂሳብ ፊደል ቅደም ተከተል ምልክቶች"
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Chakma"
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Meetei Mayek Extensions"
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Meroitic Cursive"
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Meroitic Hieroglyphs"
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Miao"
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Sharada"
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Sora Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Sundanese Supplement"
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Bassa Vah"
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "Caucasian Albanian"
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "Coptic Epact Numbers"
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "የተለዩ ምልክቶችን መቀላቀያ የ ተስፋፉ"
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Duployan"
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Elbasan"
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Geometric Shapes Extended"
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Grantha"
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Khojki"
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Khudawadi"
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Latin Extended-E"
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Linear A"
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Mahajani"
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Manichaean"
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Mende Kikakui"
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Modi"
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Mro"
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Myanmar Extended-B"
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Nabataean"
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Old North Arabian"
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Old Permic"
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Ornamental Dingbats"
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Pahawh Hmong"
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Palmyrene"
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Pau Cin Hau"
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr "Psalter Pahlavi"
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr "Shorthand Format Controls"
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr "Siddham"
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr "Sinhala Archaic Numbers"
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Supplemental Arrows-C"
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr "Tirhuta"
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr "Warang Citi"
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ahom"
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Anatolian Hieroglyphs"
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr "Cherokee Supplement"
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "CJK Unified Ideographs Extension E"
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr "Early Dynastic Cuneiform"
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Hatran"
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Multani"
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr "Old Hungarian"
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr "Supplemental Symbols And Pictographs"
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr "Sutton Signwriting"
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr "Adlam"
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr "Bhaiksuki"
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Cyrillic Extended-C"
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr "Glagolitic Supplement"
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr "Ideographic Symbols and Punctuation"
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr "Marchen"
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Mongolian Supplement"
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Newa"
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Osage"
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr "Tangut"
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr "Tangut Components"
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "CJK Unified Ideographs Extension F"
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Kana Extended-A"
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr "Masaram Gondi"
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr "Nushu"
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr "Soyombo"
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Syriac Supplement"
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr "ዛናባዛር ስኴር"
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr "የ ቼዝ ምልክት"
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr "Dogra"
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr "Gunjala Gondi"
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr "Hanifi Rohingya"
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr "Indic Siyaq Numbers"
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr "Makasar"
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr "Mayan Numerals"
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr "Medefaidrin"
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr "Old Sogdian"
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr "Sogdian"
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr ""
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr ""
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr ""
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr ""
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr ""
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr ""
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr ""
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr ""
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr ""
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr ""
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr ""
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr ""
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr ""
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr ""
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr ""
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr ""
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr ""
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr ""
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr "ከ ግራ-ወደ-ቀኝ (LTR)"
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr "ከ ቀኝ-ወደ-ግራ (RTL)"
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr "ከፍተኛ የ እቃ ማሰናጃዎችን መጠቀሚያ"
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr "ከ ግራ-ወደ-ቀኝ (በ አግድም)"
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr "ከ ቀኝ-ወደ-ግራ (በ አግድም)"
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr "ከ ቀኝ-ወደ-ግራ (በ ቁመት)"
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr "ከ ግራ-ወደ-ቀኝ (በ ቁመት)"
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr "ከ ታች-ወደ-ላይ: ከ ግራ-ወደ-ቀኝ (በ ቁመት)"
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr ""
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr ""
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr ""
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr ""
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr ""
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr ""
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr ""
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr ""
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr ""
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr ""
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr ""
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr ""
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr ""
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr ""
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr ""
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr ""
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr ""
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr ""
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr ""
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr ""
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr ""
@@ -10323,19 +10305,19 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr ""
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
@@ -14141,13 +14123,13 @@ msgid "None"
msgstr "ምንም"
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr "የ ቅርብ ጊዜ"
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr "ቀለም ማስተካከያ…"
diff --git a/source/an/sc/messages.po b/source/an/sc/messages.po
index 429b4e74458..f502ff0e2f1 100644
--- a/source/an/sc/messages.po
+++ b/source/an/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: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-17 13:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/an/>\n"
@@ -34337,10 +34337,10 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr ""
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
+msgid "Format _quoted field as text"
msgstr ""
#. VAC6B
@@ -34397,10 +34397,10 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
diff --git a/source/an/scp2/source/calc.po b/source/an/scp2/source/calc.po
index 39f5eccd35d..8d977636635 100644
--- a/source/an/scp2/source/calc.po
+++ b/source/an/scp2/source/calc.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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2017-12-14 11:26+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -225,3 +225,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr ""
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/an/svx/messages.po b/source/an/svx/messages.po
index 031382c5e50..c9f302da185 100644
--- a/source/an/svx/messages.po
+++ b/source/an/svx/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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-13 14:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/an/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542022409.000000\n"
#. 3GkZj
@@ -6279,28 +6279,28 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
+msgid "Dark 1"
msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
+msgid "Light 1"
msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
+msgid "Dark 2"
msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
+msgid "Light 2"
msgstr ""
#. NAAZJ
@@ -6351,392 +6351,374 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr ""
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr ""
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr ""
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr ""
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr ""
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr ""
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr ""
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr ""
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr ""
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr ""
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr ""
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr ""
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr ""
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr ""
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr ""
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr ""
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr ""
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr ""
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr ""
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr ""
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwork"
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr ""
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr ""
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr ""
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr ""
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr ""
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
#, fuzzy
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "E~stilo"
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr ""
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr ""
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr ""
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr ""
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr ""
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr ""
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr ""
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
#, fuzzy
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "~Centrau"
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr ""
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr ""
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr ""
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr ""
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr ""
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr ""
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr ""
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr ""
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr ""
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr ""
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr ""
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr ""
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
#, fuzzy
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Propiedatz..."
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr ""
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr ""
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr ""
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr ""
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr ""
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr ""
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr ""
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr ""
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr ""
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr ""
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr ""
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr ""
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr ""
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6744,339 +6726,339 @@ msgid ""
msgstr ""
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr ""
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr ""
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr ""
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr ""
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
#, fuzzy
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Eliminar R²"
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr ""
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr ""
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr ""
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr ""
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr ""
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr ""
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr ""
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Campo de calendata"
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Campo horario"
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
#, fuzzy
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Campo numerico"
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr ""
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr ""
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr ""
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr ""
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr ""
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr ""
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr ""
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr ""
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr ""
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr ""
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr ""
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr ""
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr ""
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr ""
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr ""
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr ""
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr ""
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr ""
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr ""
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr ""
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr ""
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr ""
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr ""
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr ""
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr ""
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr ""
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr ""
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr ""
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr ""
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr ""
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr ""
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr ""
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr ""
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr ""
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr ""
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr ""
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr ""
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr ""
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr ""
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr ""
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -7084,7 +7066,7 @@ msgid ""
msgstr ""
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -7092,7 +7074,7 @@ msgid ""
msgstr ""
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -7100,13 +7082,13 @@ msgid ""
msgstr ""
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr ""
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -7115,7 +7097,7 @@ msgid ""
msgstr ""
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -7124,1074 +7106,1074 @@ msgid ""
msgstr ""
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr ""
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr ""
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr ""
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr ""
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr ""
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr ""
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
#, fuzzy
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "~Garra"
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr ""
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Documento"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr ""
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr ""
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
#, fuzzy
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Acción"
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr ""
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr ""
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr ""
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr ""
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr ""
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr ""
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr ""
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr ""
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr ""
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr ""
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr ""
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr ""
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr ""
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr ""
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr ""
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr ""
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr ""
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr ""
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr ""
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Enta la cucha"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Enta la dreita"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Centrau"
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Decimal"
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr ""
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "Ficar"
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr ""
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr ""
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr ""
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr ""
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr ""
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr ""
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr ""
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr ""
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr "No s'han puesto cargar totz os obchectos SmartArt. Este problema s'evita si s'alza en o formato Microsoft Office 2010 u posterior."
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr ""
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr ""
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr ""
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr ""
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr ""
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr "Formula"
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr ""
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr ""
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "50%"
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr ""
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr ""
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr ""
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr ""
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Estilos de celda"
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr ""
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr ""
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr ""
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr ""
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr ""
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr ""
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr ""
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr ""
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr ""
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr ""
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr ""
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr ""
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr ""
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr ""
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr ""
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr ""
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr ""
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr ""
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
msgstr ""
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
msgstr ""
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr ""
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr ""
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr ""
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr ""
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr ""
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr ""
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr "$(CAPACITY) KiB"
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr ""
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr "Imachen GIF"
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr "Imachen JPEG"
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "Imachen PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "Imachen TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "Imachen WMF"
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "Imachen MET"
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "Imachen PCT"
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "Imachen SVG"
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "Imachen BMP"
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr "Imachen WebP"
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr ""
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr ""
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Royo"
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Verde"
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Azul"
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Brilo"
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Contraste"
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr ""
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Transparencia"
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr ""
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr ""
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr ""
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr ""
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr ""
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr ""
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr ""
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr ""
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr ""
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr ""
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr ""
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr ""
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr ""
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr ""
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr ""
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Garra"
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr ""
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr ""
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Enta la cucha"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Enta la dreita"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
#, fuzzy
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Totz"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr ""
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
#, fuzzy
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Autor"
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr ""
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr ""
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr ""
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr ""
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8199,2160 +8181,2160 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr ""
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr ""
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr ""
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr ""
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr ""
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr ""
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr ""
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr ""
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr ""
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr ""
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr ""
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr ""
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr ""
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr ""
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr ""
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr ""
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr ""
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr ""
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr ""
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr ""
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr ""
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr ""
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr ""
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr ""
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr ""
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr ""
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr ""
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr ""
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr ""
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr ""
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr ""
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr ""
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr ""
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr ""
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr ""
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr ""
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr ""
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr ""
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr ""
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr ""
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr ""
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr ""
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr ""
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr ""
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr ""
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr ""
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr ""
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr ""
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr ""
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr ""
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr ""
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr ""
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr ""
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr ""
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr ""
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr ""
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr ""
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr ""
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr ""
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr ""
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr ""
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr ""
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr ""
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr ""
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr ""
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr ""
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr ""
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr ""
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr ""
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr ""
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr ""
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr ""
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr ""
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr ""
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr ""
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr ""
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr ""
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr ""
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr ""
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr ""
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr ""
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr ""
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr ""
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr ""
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr ""
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr ""
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr ""
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr ""
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr ""
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr ""
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr ""
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr ""
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr ""
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr ""
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr ""
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr ""
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr ""
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr ""
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr ""
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr ""
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr ""
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr ""
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Negocios"
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr ""
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr ""
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr ""
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr ""
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr ""
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr ""
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr ""
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr ""
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lista"
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr ""
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr ""
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr ""
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr ""
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr ""
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr ""
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr ""
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr ""
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr ""
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr ""
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Nuevo"
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr ""
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr ""
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr ""
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr ""
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr ""
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr ""
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr ""
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr ""
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr ""
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr ""
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr ""
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr ""
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr ""
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr ""
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr ""
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr ""
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr ""
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr ""
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr ""
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr ""
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr ""
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr ""
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr "Fontwork"
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr ""
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr ""
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr ""
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr ""
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr ""
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr ""
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr ""
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr ""
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr ""
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr ""
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr ""
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr ""
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr ""
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr ""
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr ""
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr ""
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr ""
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr ""
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr ""
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr ""
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr ""
@@ -10361,19 +10343,19 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr ""
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
@@ -14200,13 +14182,13 @@ msgid "None"
msgstr "~Garra"
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr ""
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr ""
diff --git a/source/ar/helpcontent2/source/text/scalc/00.po b/source/ar/helpcontent2/source/text/scalc/00.po
index 612ea058100..5f5fcbb5f3a 100644
--- a/source/ar/helpcontent2/source/text/scalc/00.po
+++ b/source/ar/helpcontent2/source/text/scalc/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2536,13 +2536,13 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
msgstr ""
-#. sBA56
+#. JGKyR
#: sheet_menu.xhp
msgctxt ""
"sheet_menu.xhp\n"
"par_id561684962038778\n"
"help.text"
-msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgid "Choose <menuitem>Review - Protect Sheet</menuitem>"
msgstr ""
#. Fg4o9
diff --git a/source/ar/helpcontent2/source/text/shared/00.po b/source/ar/helpcontent2/source/text/shared/00.po
index 98f67447d63..258584bb3e5 100644
--- a/source/ar/helpcontent2/source/text/shared/00.po
+++ b/source/ar/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-03-07 18:15+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/ar/>\n"
@@ -1600,6 +1600,15 @@ msgctxt ""
msgid "From the Menu bar:"
msgstr ""
+#. haGjm
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684932173786\n"
+"help.text"
+msgid "From the Context menu:"
+msgstr ""
+
#. 6QF4D
#: 00000004.xhp
msgctxt ""
@@ -1645,6 +1654,15 @@ msgctxt ""
msgid "From the Start Center, click"
msgstr ""
+#. DQteW
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931686300557948\n"
+"help.text"
+msgid "From the Status bar:"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -7225,6 +7243,60 @@ msgctxt ""
msgid "Close"
msgstr ""
+#. DSfYn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110001\n"
+"help.text"
+msgid "Select <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. k9NDc
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110002\n"
+"help.text"
+msgid "Choose <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. WNdsn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685707180577\n"
+"help.text"
+msgid "<image src=\"cmd/lc_templatemanager.svg\" id=\"img_id101685707180578\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id701685707180579\">Icon Template Manager</alt></image>"
+msgstr ""
+
+#. jxZcJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id141685707180581\n"
+"help.text"
+msgid "Templates"
+msgstr ""
+
+#. 72Roy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685707253310\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + N</keycode>"
+msgstr ""
+
+#. SB9PY
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id151685707338424\n"
+"help.text"
+msgid "Click on the <menuitem>Templates</menuitem> button."
+msgstr ""
+
#. GSRTM
#: 00000401.xhp
msgctxt ""
@@ -7351,6 +7423,51 @@ msgctxt ""
msgid "Save a Copy"
msgstr ""
+#. nkjmW
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629430220\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>."
+msgstr ""
+
+#. wN5yQ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685704731179\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>"
+msgstr ""
+
+#. 9Hgnk
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id431513629862558\n"
+"help.text"
+msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File</emph>."
+msgstr ""
+
+#. 8rmQq
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id991685704766726\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveasremote.svg\" id=\"img_id101685704766727\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id951685704766728\">Icon Save Remote</alt></image>"
+msgstr ""
+
+#. JCcsE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id531685704766729\n"
+"help.text"
+msgid "Save Remote"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7477,13 +7594,40 @@ msgctxt ""
msgid "Reload"
msgstr ""
-#. qdS25
+#. NAyAK
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3166425\n"
"help.text"
-msgid "<variable id=\"info1\">Choose <menuitem>File - Properties</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. zRkFS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685706381820\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. qg49k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685706400576\n"
+"help.text"
+msgid "<image src=\"cmd/lc_setdocumentproperties.svg\" id=\"img_id721685706400577\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id401685706400578\">Icon Document Properties</alt></image>"
+msgstr ""
+
+#. hGh4o
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685706400580\n"
+"help.text"
+msgid "Document Properties"
msgstr ""
#. HCGtN
@@ -7513,13 +7657,22 @@ msgctxt ""
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security</menuitem> and, in the <emph>Certificate Path</emph> area, click <menuitem>Certificate</menuitem>."
msgstr ""
-#. bjtF6
+#. ztEvn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11163\n"
"help.text"
-msgid "<variable id=\"digitalsigs\">Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>."
+msgstr ""
+
+#. u6Rcy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_idN11156\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
msgstr ""
#. QA6UC
@@ -7531,22 +7684,40 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Macros - Digital Signature</menuitem>."
msgstr ""
-#. u6Rcy
+#. DW6BN
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_idN11156\n"
+"par_id881685708186380\n"
"help.text"
-msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
+msgid "Choose <menuitem>File - Digital Signatures</menuitem>."
msgstr ""
-#. G3b6A
+#. uxAA2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685708203107\n"
+"help.text"
+msgid "<image src=\"cmd/lc_signature.svg\" id=\"img_id651685708203108\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931685708203109\">Icon Digital Signature</alt></image>"
+msgstr ""
+
+#. gFkGA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id791685708203111\n"
+"help.text"
+msgid "Digital Signature"
+msgstr ""
+
+#. 2UVF3
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN1117E\n"
"help.text"
-msgid "Double-click or right-click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
+msgid "Click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
msgstr ""
#. oUEEy
@@ -7981,6 +8152,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Exit %PRODUCTNAME</menuitem>."
msgstr ""
+#. TJcjf
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685709082165\n"
+"help.text"
+msgid "<image src=\"cmd/lc_quit.svg\" id=\"img_id871685709082167\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id651685709082168\">Icon Exit</alt></image>"
+msgstr ""
+
+#. 4fn3K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685709082170\n"
+"help.text"
+msgid "Exit"
+msgstr ""
+
#. DjhX3
#: 00000401.xhp
msgctxt ""
@@ -15280,24 +15469,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Undo</menuitem>."
msgstr ""
-#. AA56D
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3145160\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>"
-msgstr ""
-
-#. LW82F
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3154094\n"
-"help.text"
-msgid "On the <emph>Standard</emph> bar or <emph>Table Data</emph> bar, click"
-msgstr ""
-
#. AwFxC
#: edit_menu.xhp
msgctxt ""
@@ -15316,22 +15487,22 @@ msgctxt ""
msgid "Undo"
msgstr ""
-#. CRhMd
+#. CEAXt
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3145068\n"
+"par_id3145160\n"
"help.text"
-msgid "Choose <menuitem>Edit - Redo</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Z</keycode>"
msgstr ""
-#. VgWZG
+#. CRhMd
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3153897\n"
+"par_id3145068\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "Choose <menuitem>Edit - Redo</menuitem>."
msgstr ""
#. 4UACs
@@ -15352,40 +15523,67 @@ msgctxt ""
msgid "Redo"
msgstr ""
-#. VqzCC
+#. hVXND
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id591685963188763\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Y</keycode>"
+msgstr ""
+
+#. 9646J
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3154365\n"
"help.text"
-msgid "<variable id=\"letzter\">Choose <menuitem>Edit - Repeat</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Repeat</menuitem>."
msgstr ""
-#. DyHWB
+#. zyjrz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3149765\n"
+"par_id611685963967520\n"
"help.text"
-msgid "Choose <menuitem>Edit - Cut</menuitem>."
+msgid "<image src=\"cmd/lc_repeat.svg\" id=\"img_id491685963967521\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685963967522\">Icon Repeat</alt></image>"
msgstr ""
-#. siZcT
+#. Vngcs
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3144762\n"
+"par_id121685963967524\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>"
+msgid "Repeat"
msgstr ""
-#. YEYM4
+#. XAUzr
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148744\n"
+"par_id371685963759435\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + Y</keycode>"
+msgstr ""
+
+#. DyHWB
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3149765\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Cut</menuitem>."
+msgstr ""
+
+#. tACpY
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685964587740\n"
+"help.text"
+msgid "Choose <menuitem>Home - Cut</menuitem>."
msgstr ""
#. zCT5V
@@ -15406,31 +15604,40 @@ msgctxt ""
msgid "Cut"
msgstr ""
-#. 75bkj
+#. AuJsz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3150742\n"
+"par_id3144762\n"
"help.text"
-msgid "Choose <menuitem>Edit - Copy</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + X</keycode>"
msgstr ""
-#. dqu5U
+#. CdvjE
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148923\n"
+"par_id101685965015077\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+C</keycode>"
+msgid "<keycode>Shift + Del</keycode>"
msgstr ""
-#. ENXCh
+#. 75bkj
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159254\n"
+"par_id3150742\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "Choose <menuitem>Edit - Copy</menuitem>."
+msgstr ""
+
+#. CUyWZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id421685964733661\n"
+"help.text"
+msgid "Choose <menuitem>Home - Copy</menuitem>."
msgstr ""
#. BEKcn
@@ -15451,31 +15658,40 @@ msgctxt ""
msgid "Copy"
msgstr ""
-#. zsvyg
+#. WLLXn
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159153\n"
+"par_id3148923\n"
"help.text"
-msgid "Choose <menuitem>Edit - Paste</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + C</keycode>"
msgstr ""
-#. 2JEAF
+#. PryAi
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155860\n"
+"par_id101685965088876\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>"
+msgid "<keycode>Ctrl + Ins</keycode>"
msgstr ""
-#. wDTHt
+#. zsvyg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159083\n"
+"par_id3159153\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "Choose <menuitem>Edit - Paste</menuitem>."
+msgstr ""
+
+#. ynW6V
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id481685965303610\n"
+"help.text"
+msgid "Choose <menuitem>Home - Paste</menuitem>."
msgstr ""
#. HZLPq
@@ -15496,6 +15712,33 @@ msgctxt ""
msgid "Paste"
msgstr ""
+#. 5R5Je
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3155860\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + V</keycode>"
+msgstr ""
+
+#. YRBqH
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id261685965384099\n"
+"help.text"
+msgid "<keycode>Shift + Ins</keycode>"
+msgstr ""
+
+#. WopNZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3142791\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Paste Special</menuitem>."
+msgstr ""
+
#. 8U2sv
#: edit_menu.xhp
msgctxt ""
@@ -15505,6 +15748,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Paste Special - Paste Special</menuitem>."
msgstr ""
+#. A3fDq
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id521685966553736\n"
+"help.text"
+msgid "Long click on <menuitem>Home - Paste</menuitem>."
+msgstr ""
+
+#. HHNRa
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id801685967705406\n"
+"help.text"
+msgid "<image src=\"cmd/lc_pastespecial.svg\" id=\"img_id411685967705407\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id261685967705408\">Icon Paste Special</alt></image>"
+msgstr ""
+
+#. CCMPR
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id661685967705410\n"
+"help.text"
+msgid "Paste Special"
+msgstr ""
+
+#. 3r6MK
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id401685968775099\n"
+"help.text"
+msgid "<image src=\"cmd/lc_paste.svg\" id=\"img_id331685968775100\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191685968775101\">Icon Paste</alt></image>"
+msgstr ""
+
+#. cgEiS
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id81685968775103\n"
+"help.text"
+msgid "Paste (long click)"
+msgstr ""
+
#. CFGeE
#: edit_menu.xhp
msgctxt ""
@@ -15604,15 +15892,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Select All</menuitem>."
msgstr ""
-#. mia2c
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3152417\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>"
-msgstr ""
-
#. gXMsj
#: edit_menu.xhp
msgctxt ""
@@ -15631,13 +15910,22 @@ msgctxt ""
msgid "Select All"
msgstr ""
-#. Tb8Mu
+#. G7z8T
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3152417\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + A</keycode>"
+msgstr ""
+
+#. TGtWv
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3145251\n"
"help.text"
-msgid "<variable id=\"aenderungen\">Choose <menuitem>Edit - Track Changes</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Track Changes</menuitem>."
msgstr ""
#. FtngJ
@@ -15739,6 +16027,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Track Changes - Manage - List</menuitem> tab.<br/>Click an entry in the list and open the context menu.<br/>Choose <emph>Edit Comment</emph>."
msgstr ""
+#. ZGYjQ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id171685981254743\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Comment</menuitem>."
+msgstr ""
+
+#. ABCVo
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id501685985116612\n"
+"help.text"
+msgid "Click on the comment to select and then open the context menu."
+msgstr ""
+
+#. tCQAy
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"hd_id211685985284382\n"
+"help.text"
+msgid "On the Comment note:"
+msgstr ""
+
+#. J6HJx
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685985156516\n"
+"help.text"
+msgid "Click on the drop-down list of the selected comment."
+msgstr ""
+
+#. LSwGJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id711685981703647\n"
+"help.text"
+msgid "Choose <menuitem>Review</menuitem>."
+msgstr ""
+
#. oGZeX
#: edit_menu.xhp
msgctxt ""
@@ -15748,49 +16081,58 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Find</menuitem>."
msgstr ""
-#. cPD4u
+#. Up9Ag
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id31545031\n"
+"par_id511685975100630\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
+msgid "Choose <menuitem>Home - Find</menuitem>."
msgstr ""
-#. f4EM6
+#. ZqAwc
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3156297\n"
+"par_id831685975004752\n"
"help.text"
-msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
+msgid "<image src=\"cmd/lc_recsearch.svg\" id=\"img_id251685975004753\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id521685975004754\">Icon Find</alt></image>"
msgstr ""
-#. 4pWKe
+#. fAhot
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3154503\n"
+"par_id51685975004756\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+H</keycode>"
+msgid "Find"
msgstr ""
-#. UPprs
+#. yhe7q
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155083\n"
+"par_id31545031\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F</keycode>"
+msgstr ""
+
+#. f4EM6
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3156297\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
msgstr ""
-#. vsGEm
+#. KV28P
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3150020\n"
"help.text"
-msgid "<image id=\"img_id3149121\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
+msgid "<image id=\"img_id3149121\" src=\"cmd/lc_searchdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
msgstr ""
#. jRcHP
@@ -15802,6 +16144,15 @@ msgctxt ""
msgid "Find & Replace"
msgstr ""
+#. 8eSKz
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3154503\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + H</keycode>"
+msgstr ""
+
#. EtPCq
#: edit_menu.xhp
msgctxt ""
@@ -15919,13 +16270,22 @@ msgctxt ""
msgid "<variable id=\"litdat\">Choose <menuitem>Tools - Bibliography Database</menuitem>.</variable>"
msgstr ""
-#. EaFwu
+#. gNsWJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id631686092409826\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Links to External Files</menuitem>."
+msgstr ""
+
+#. L9Jyy
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3149281\n"
"help.text"
-msgid "<variable id=\"link\">Choose <menuitem>Edit - External Links</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - External Links</menuitem>."
msgstr ""
#. xSMBV
@@ -15982,13 +16342,31 @@ msgctxt ""
msgid "<variable id=\"edit3\">Choose <menuitem>Edit - OLE Object - Open</menuitem>.</variable>"
msgstr ""
-#. kQifg
+#. CB5Dg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id951603556032047\n"
"help.text"
-msgid "<variable id=\"reference\">Choose <menuitem>Edit - Reference</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Reference</menuitem>."
+msgstr ""
+
+#. eA6Ct
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id1001686083178681\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id811686083178682\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id281686083178683\">Icon Reference</alt></image>"
+msgstr ""
+
+#. 8BUbV
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id671686083178685\n"
+"help.text"
+msgid "Reference"
msgstr ""
#. PNGYK
diff --git a/source/ar/helpcontent2/source/text/shared/01.po b/source/ar/helpcontent2/source/text/shared/01.po
index 804b4c8f915..f8c814cb037 100644
--- a/source/ar/helpcontent2/source/text/shared/01.po
+++ b/source/ar/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-03-08 14:24+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ar/>\n"
@@ -2563,24 +2563,6 @@ msgctxt ""
msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Saves a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. 8GEre
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save Remote...</item> ."
-msgstr ""
-
-#. 2FysC
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File...</emph> ."
-msgstr ""
-
#. jpc76
#: 01060001.xhp
msgctxt ""
@@ -4048,15 +4030,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">Lets you organize and edit your templates, as well as save the current file as a template.</ahelp>"
msgstr ""
-#. VWjC6
-#: 01110000.xhp
-msgctxt ""
-"01110000.xhp\n"
-"par_01110001\n"
-"help.text"
-msgid "Select <emph>File - Templates</emph>."
-msgstr ""
-
#. xfFYL
#: 01110101.xhp
msgctxt ""
@@ -12787,13 +12760,13 @@ msgctxt ""
msgid "Comment"
msgstr "تعليق"
-#. gYF3A
+#. rRJxQ
#: 02230300.xhp
msgctxt ""
"02230300.xhp\n"
"hd_id3083278\n"
"help.text"
-msgid "Insert Track Change Comment"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/02230300.xhp\">Insert Track Change Comment</link></variable>"
msgstr ""
#. 56iv7
@@ -14560,14 +14533,14 @@ msgctxt ""
msgid "<bookmark_value>comments;inserting/editing/deleting/printing/resolving</bookmark_value> <bookmark_value>comments;hide resolved</bookmark_value> <bookmark_value>comments;resolve in text documents</bookmark_value> <bookmark_value>inserting; comments</bookmark_value> <bookmark_value>editing; comments</bookmark_value> <bookmark_value>deleting;comments</bookmark_value> <bookmark_value>Navigator;comments</bookmark_value> <bookmark_value>printing;comments</bookmark_value> <bookmark_value>resolving;comments</bookmark_value> <bookmark_value>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>"
msgstr ""
-#. zNaVC
+#. nhCGe
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3154100\n"
"help.text"
-msgid "<link href=\"text/shared/01/04050000.xhp\">Comment</link>"
-msgstr "<link href=\"text/shared/01/05250000.xhp\">طبقة</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/04050000.xhp\">Comment</link></variable>"
+msgstr ""
#. B5Lac
#: 04050000.xhp
@@ -50173,22 +50146,22 @@ msgctxt ""
msgid "<ahelp hid=\".\">Insert clipboard table data in a table as new rows instead of overwriting the content of the original cells of the target table.</ahelp>"
msgstr ""
-#. oivUB
+#. k6vZo
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"tit\n"
"help.text"
-msgid "Paste Special"
+msgid "Paste Special Menu"
msgstr ""
-#. 4Vh77
+#. xL3tw
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"hd_id361584804540671\n"
"help.text"
-msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special</link></variable>"
+msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special Menu</link></variable>"
msgstr ""
#. RWjTr
diff --git a/source/ar/helpcontent2/source/text/shared/02.po b/source/ar/helpcontent2/source/text/shared/02.po
index b018f47ddae..2ec1a533497 100644
--- a/source/ar/helpcontent2/source/text/shared/02.po
+++ b/source/ar/helpcontent2/source/text/shared/02.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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2022-01-12 14:38+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/ar/>\n"
@@ -12598,13 +12598,31 @@ msgctxt ""
msgid "<link href=\"text/shared/02/07070000.xhp\">Edit Mode</link>"
msgstr ""
-#. hZBXN
+#. AhNdc
#: 07070000.xhp
msgctxt ""
"07070000.xhp\n"
"par_id3153089\n"
"help.text"
-msgid "<ahelp hid=\".uno:EditDoc\" visibility=\"hidden\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgid "<ahelp hid=\".uno:EditDoc\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgstr ""
+
+#. FDnmk
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id251686099274448\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Edit Mode</menuitem>."
+msgstr ""
+
+#. 7WzFi
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id1001686099454407\n"
+"help.text"
+msgid "Choose <menuitem>Review - Edit Mode</menuitem>."
msgstr ""
#. VpjVS
@@ -12625,6 +12643,15 @@ msgctxt ""
msgid "Edit Mode"
msgstr ""
+#. dCCDo
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id471686099219977\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + M</keycode>"
+msgstr ""
+
#. 2GUFC
#: 07070000.xhp
msgctxt ""
@@ -12904,22 +12931,31 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr ""
-#. cMHrB
+#. tExb7
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
-"par_id161616407054506\n"
+"par_id341686079869387\n"
"help.text"
-msgid "On <link href=\"text/shared/main0201.xhp\"><emph>Standard</emph></link> bar, click"
+msgid "Choose <menuitem>Edit Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr ""
-#. MSjJA
+#. GYAT9
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id511686079721406\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Hyperlink</menuitem>."
+msgstr ""
+
+#. CuQ8K
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
"par_id3154927\n"
"help.text"
-msgid "<image id=\"img_id3093440\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon</alt></image>"
+msgid "<image id=\"img_id3093440\" src=\"cmd/lc_inserthyperlink.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon Hyperlink</alt></image>"
msgstr ""
#. Dty7B
@@ -12931,6 +12967,15 @@ msgctxt ""
msgid "Hyperlink Dialog"
msgstr ""
+#. mPi9C
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id121686079478786\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + K</keycode>"
+msgstr ""
+
#. H2EQu
#: 09070000.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/shared/menu.po b/source/ar/helpcontent2/source/text/shared/menu.po
index cbc972c316a..003701ef252 100644
--- a/source/ar/helpcontent2/source/text/shared/menu.po
+++ b/source/ar/helpcontent2/source/text/shared/menu.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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2016-05-24 02:13+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,6 +16,240 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1464055988.000000\n"
+#. kAYUQ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comments Menu"
+msgstr ""
+
+#. iAF2Y
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id381685980724188\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/menu/comment_menu.xhp\">Comments Menu</link></variable>"
+msgstr ""
+
+#. nxWrC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941603125587454\n"
+"help.text"
+msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
+msgstr ""
+
+#. ZpC2v
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id771685982803183\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. Gvcr8
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id491685993001013\n"
+"help.text"
+msgid "Inserts a new comment adjacent to the comment to which you want to reply. The comment anchor is the same for all comments in the thread."
+msgstr ""
+
+#. rcW2w
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id341685992961744\n"
+"help.text"
+msgid "<image src=\"cmd/lc_replycomment.svg\" id=\"img_id911685992961745\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685992961746\">Icon Reply Comment</alt></image>"
+msgstr ""
+
+#. DBxGw
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id661685992961748\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. z6sGj
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id931685994600871\n"
+"help.text"
+msgid "Replying a comment creates a comment thread."
+msgstr ""
+
+#. ihDxZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id951685982807912\n"
+"help.text"
+msgid "Resolve / Unresolve"
+msgstr ""
+
+#. M6x5n
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id751685993265436\n"
+"help.text"
+msgid "Marks the comment as <emph>Resolved</emph> (or <emph>Unresolved</emph>). When you mark the comment resolved, the word <emph>Resolved</emph> is inserted under the date in the comment box. When marking unresolved, the word <emph>Resolved</emph> is removed."
+msgstr ""
+
+#. EfGUV
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id541685982812304\n"
+"help.text"
+msgid "Resolve Thread"
+msgstr ""
+
+#. LvCLG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id171685994484069\n"
+"help.text"
+msgid "Marks the comment thread as <emph>Resolved</emph> (or <emph>Unresolved</emph>). All comments in the thread are marked <emph>Resolved</emph> (or <emph>Unresolved)</emph>."
+msgstr ""
+
+#. 4bSUA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id811685982816727\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. rJq6j
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id241685994046592\n"
+"help.text"
+msgid "Deletes the comment."
+msgstr ""
+
+#. 9vvEv
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id721685994175303\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteannotation.svg\" id=\"img_id161685994175304\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id751685994175306\">Icon Delete Comment</alt></image>"
+msgstr ""
+
+#. gi9Xt
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id641685994175307\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. 6DKqG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id411685982821640\n"
+"help.text"
+msgid "Delete Comment Thread"
+msgstr ""
+
+#. w7wTC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941685994231483\n"
+"help.text"
+msgid "Deletes all comments of the same thread."
+msgstr ""
+
+#. AKAAD
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id801685982825543\n"
+"help.text"
+msgid "Delete Comment By"
+msgstr ""
+
+#. tfGAA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id631685994308029\n"
+"help.text"
+msgid "Deletes all comments of the same author."
+msgstr ""
+
+#. J5FWB
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id321685982829794\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. zmziK
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id131685994324823\n"
+"help.text"
+msgid "Deletes all comments of the document."
+msgstr ""
+
+#. mnSiZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id881685994350879\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteallannotation.svg\" id=\"img_id501685994350880\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685994350881\">Icon Delete All Comments</alt></image>"
+msgstr ""
+
+#. 5wMSG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id371685994350883\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. 3ijYG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id701685995308264\n"
+"help.text"
+msgid "Format All Comments"
+msgstr ""
+
+#. WBBq9
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id481685995582479\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/01/05020000.xhp\">Format Character</link> dialog to set font, font effects, position and highlighting of all comments text."
+msgstr ""
+
#. rxCQJ
#: forms.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/swriter.po b/source/ar/helpcontent2/source/text/swriter.po
index 3c01d5aa218..91b20e88137 100644
--- a/source/ar/helpcontent2/source/text/swriter.po
+++ b/source/ar/helpcontent2/source/text/swriter.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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-02-18 20:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/ar/>\n"
@@ -241,51 +241,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
msgstr "<ahelp hid=\".\">هذه القائمة تحتوي على اوامر لتحرير محتويات المستند الحالي.</ahelp>"
-#. TV7tD
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3147619\n"
-"help.text"
-msgid "Select Text"
-msgstr ""
-
-#. Hug2v
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id102920150120455108\n"
-"help.text"
-msgid "Go to Page"
-msgstr ""
-
-#. GjSQM
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id102920150120456660\n"
-"help.text"
-msgid "Opens a dialog box to enter which page number should be shown. (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+G</keycode>)"
-msgstr ""
-
-#. xFstf
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id11603124968334\n"
-"help.text"
-msgid "Comment"
-msgstr ""
-
-#. ycoWJ
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id941603125587454\n"
-"help.text"
-msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
-msgstr ""
-
#. FDHX2
#: main0102.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/swriter/00.po b/source/ar/helpcontent2/source/text/swriter/00.po
index 9d50da27fe0..f3c8ef9f4c4 100644
--- a/source/ar/helpcontent2/source/text/swriter/00.po
+++ b/source/ar/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-03-07 18:15+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/ar/>\n"
@@ -322,13 +322,121 @@ msgctxt ""
msgid "<variable id=\"datenaust\">Choose <emph>Edit - Exchange Database</emph></variable>"
msgstr ""
-#. DXxuu
+#. CGgT4
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3146316\n"
"help.text"
-msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>"
+msgid "Choose <menuitem>Edit - Fields</menuitem>."
+msgstr ""
+
+#. z7vy3
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601686084207673\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. aWNoC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id621686084297019\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. KJtNh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id261686084354397\n"
+"help.text"
+msgid "<menuitem>Edit Field</menuitem>"
+msgstr ""
+
+#. RDJDe
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id241686084284027\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. UAFwh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id671686084291318\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. PQnPz
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761686084998093\n"
+"help.text"
+msgid "Choose <menuitem>References - Fields</menuitem>."
+msgstr ""
+
+#. hpgYC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571686085013340\n"
+"help.text"
+msgid "Choose <menuitem>References - Cross-references</menuitem>."
+msgstr ""
+
+#. vSzco
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id211686084424319\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id501686084424320\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id741686084424321\">Icon Cross-Reference</alt></image>"
+msgstr ""
+
+#. dvoeF
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id921686084424323\n"
+"help.text"
+msgid "Cross-Reference"
+msgstr ""
+
+#. ZmfMu
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id911686084496205\n"
+"help.text"
+msgid "<image src=\"cmd/lc_addfield.svg\" id=\"img_id871686084496206\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id621686084496207\">Icon Insert Field</alt></image>"
+msgstr ""
+
+#. pEDLA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id481686084496209\n"
+"help.text"
+msgid "Insert Field"
+msgstr ""
+
+#. x9PQn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id161686084056231\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F2</keycode>"
msgstr ""
#. t2xAY
@@ -385,13 +493,49 @@ msgctxt ""
msgid "<variable id=\"lit\">Choose <emph>Edit - Bibliography Entry</emph></variable>"
msgstr ""
-#. qG3yF
+#. MfDB3
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3973204\n"
"help.text"
-msgid "<variable id=\"selection_mode\">Choose <emph>Edit - Selection Mode</emph></variable>"
+msgid "Choose <menuitem>Edit - Selection Mode</menuitem>"
+msgstr ""
+
+#. Sppap
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id491685970640972\n"
+"help.text"
+msgid "Click the <menuitem>Selection</menuitem> area."
+msgstr ""
+
+#. VAPQj
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761685972500574\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Select Text</menuitem>."
+msgstr ""
+
+#. YSDSS
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571685973272593\n"
+"help.text"
+msgid "Choose <menuitem>Select Text</menuitem>."
+msgstr ""
+
+#. ZZrGn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id51685972424605\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + I</keycode>"
msgstr ""
#. DLEkm
@@ -403,6 +547,60 @@ msgctxt ""
msgid "<variable id=\"direct_cursor\">Choose <emph>Edit - Direct Cursor Mode</emph></variable>"
msgstr ""
+#. aWUsm
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601685977093827\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Go to Page</menuitem>."
+msgstr ""
+
+#. ELFmx
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id931685977488251\n"
+"help.text"
+msgid "Choose <menuitem>Home tab menu - Go to Page</menuitem>."
+msgstr ""
+
+#. xdsdD
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id961685977342894\n"
+"help.text"
+msgid "<image src=\"cmd/lc_gotopage.svg\" id=\"img_id321685977342895\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id901685977342896\">Icon Go to Page</alt></image>"
+msgstr ""
+
+#. mEGRA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id191685977342898\n"
+"help.text"
+msgid "Go to Page"
+msgstr ""
+
+#. qAucq
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id651685976992603\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + G</keycode>"
+msgstr ""
+
+#. Rpgek
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id551685977289618\n"
+"help.text"
+msgid "Click on the <emph>Page number</emph> area."
+msgstr ""
+
#. cjzea
#: 00000403.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/swriter/01.po b/source/ar/helpcontent2/source/text/swriter/01.po
index 6567cf59fff..0af4f402996 100644
--- a/source/ar/helpcontent2/source/text/swriter/01.po
+++ b/source/ar/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-03-07 18:15+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/ar/>\n"
@@ -25990,24 +25990,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr ""
-#. hyBpE
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3150708\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. 9YEFF
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3153533\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
#. PNNRW
#: 06060100.xhp
msgctxt ""
@@ -26026,24 +26008,6 @@ msgctxt ""
msgid "Roman numerals (lower)"
msgstr ""
-#. EiABw
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3151332\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. DxFBt
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3149820\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. CT77W
#: 06060100.xhp
msgctxt ""
@@ -26296,15 +26260,6 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. BoqBZ
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150981\n"
-"help.text"
-msgid "1, 2, 3"
-msgstr ""
-
#. ECZ4S
#: 06080100.xhp
msgctxt ""
@@ -26314,51 +26269,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr ""
-#. oEuGf
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150763\n"
-"help.text"
-msgid "A, B, C"
-msgstr ""
-
-#. GBURp
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153154\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. MAEkA
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3151171\n"
-"help.text"
-msgid "a, b, c"
-msgstr ""
-
-#. NGbwW
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147508\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
-#. CCgce
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150706\n"
-"help.text"
-msgid "I, II, III"
-msgstr ""
-
#. uviUq
#: 06080100.xhp
msgctxt ""
@@ -26368,15 +26278,6 @@ msgctxt ""
msgid "Roman numerals (upper case)"
msgstr ""
-#. xBuC9
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153530\n"
-"help.text"
-msgid "i, ii, iii"
-msgstr ""
-
#. JQFJY
#: 06080100.xhp
msgctxt ""
@@ -26386,42 +26287,6 @@ msgctxt ""
msgid "Roman numerals (lower case)"
msgstr ""
-#. P9ob7
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147525\n"
-"help.text"
-msgid "A,... AA,... AAA,..."
-msgstr ""
-
-#. jVvL6
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3155895\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. KxeRb
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3154194\n"
-"help.text"
-msgid "a,... aa,... aaa,..."
-msgstr ""
-
-#. DNnWm
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3149297\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. QiWFL
#: 06080100.xhp
msgctxt ""
@@ -28555,13 +28420,13 @@ msgctxt ""
msgid "Add, Modify and Remove"
msgstr ""
-#. WEjFh
+#. H68FW
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_id931672738656225\n"
"help.text"
-msgid "Respectively, adds, moves and removes items in the list."
+msgid "Respectively, adds, modifies and removes items in the list."
msgstr ""
#. xorCa
@@ -28591,76 +28456,13 @@ msgctxt ""
msgid "Date Format"
msgstr ""
-#. gMmqv
+#. FJPXb
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10564\n"
"help.text"
-msgid "Select the date format to display the date of the date content control."
-msgstr ""
-
-#. k5UDL
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"tit\n"
-"help.text"
-msgid "Reference (Edit)"
-msgstr ""
-
-#. 7DnD9
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id1001603128268578\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/edit_reference_submenu.xhp\">Reference</link>"
-msgstr ""
-
-#. 6LFFX
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id411603128291771\n"
-"help.text"
-msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
-msgstr ""
-
-#. 4WjGu
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147302\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
-msgstr ""
-
-#. Q5YzA
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147327\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
-msgstr ""
-
-#. b6WK8
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id561673359242198\n"
-"help.text"
-msgid "Edits the selected index entry."
-msgstr ""
-
-#. p7mQW
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147352\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
+msgid "Select the date format to display in the date content control."
msgstr ""
#. YwkE4
@@ -28708,6 +28510,51 @@ msgctxt ""
msgid "Edits Fontwork effects of the selected object that has been created with the previous Fontwork dialog."
msgstr ""
+#. 2RhYQ
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go To Page"
+msgstr ""
+
+#. U9KWf
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"hd_id921685976329840\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/goto.xhp\">Go to Page</link></variable>"
+msgstr ""
+
+#. DqUnC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id901685976329842\n"
+"help.text"
+msgid "Opens a dialog box to enter which page number should be shown."
+msgstr ""
+
+#. cbKy4
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id761685978118901\n"
+"help.text"
+msgid "Enter the page number or use the spin box to define the page to display."
+msgstr ""
+
+#. J5XfC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id631685978506671\n"
+"help.text"
+msgid "The page number entered in the <emph>Go to Page</emph> dialog is absolute within the document and may not correspond to the page number displayed by the page numbering scheme."
+msgstr ""
+
#. YhLG4
#: legacynumbering.xhp
msgctxt ""
@@ -32236,6 +32083,33 @@ msgctxt ""
msgid "<embedvar href=\"text/swriter/guide/protection.xhp#protection\"/>"
msgstr ""
+#. 63j54
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Text"
+msgstr ""
+
+#. 4dGGQ
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"hd_id771685971612111\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/select_text.xhp\">Select Text</link></variable>"
+msgstr ""
+
+#. DMH7U
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"par_id971685971990775\n"
+"help.text"
+msgid "You can enable a selection cursor in a <emph>read-only</emph> text document."
+msgstr ""
+
#. KadxR
#: selection_mode.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/swriter/menu.po b/source/ar/helpcontent2/source/text/swriter/menu.po
index bd2d049e8a6..ff85288e827 100644
--- a/source/ar/helpcontent2/source/text/swriter/menu.po
+++ b/source/ar/helpcontent2/source/text/swriter/menu.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: 2023-03-02 11:51+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-01-27 17:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textswritermenu/ar/>\n"
@@ -187,6 +187,69 @@ msgctxt ""
msgid "Contains a calendar control. Limits text to a single paragraph."
msgstr ""
+#. k5UDL
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Reference (Edit)"
+msgstr ""
+
+#. MKMWr
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id1001603128268578\n"
+"help.text"
+msgid "<link href=\"text/swriter/menu/edit_reference_submenu.xhp\">Reference</link>"
+msgstr ""
+
+#. 6LFFX
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id411603128291771\n"
+"help.text"
+msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
+msgstr ""
+
+#. 4WjGu
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147302\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
+msgstr ""
+
+#. Q5YzA
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147327\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
+msgstr ""
+
+#. b6WK8
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id561673359242198\n"
+"help.text"
+msgid "Edits the selected index entry."
+msgstr ""
+
+#. p7mQW
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147352\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
+msgstr ""
+
#. tP5yN
#: insert_footnote_endnote.xhp
msgctxt ""
diff --git a/source/ar/sc/messages.po b/source/ar/sc/messages.po
index 5abb144440b..d3d89b1fb3c 100644
--- a/source/ar/sc/messages.po
+++ b/source/ar/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: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2022-07-15 17:09+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ar/>\n"
@@ -32793,11 +32793,11 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr "خيارات الفاصل"
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
-msgstr "نسّق الحقل المقتبَس كنصّ"
+msgid "Format _quoted field as text"
+msgstr ""
#. VAC6B
#: sc/uiconfig/scalc/ui/textimportcsv.ui:598
@@ -32853,10 +32853,10 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
diff --git a/source/ar/scp2/source/calc.po b/source/ar/scp2/source/calc.po
index 9cac35c51ac..46b861a4d31 100644
--- a/source/ar/scp2/source/calc.po
+++ b/source/ar/scp2/source/calc.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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2022-03-02 17:42+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcecalc/ar/>\n"
@@ -222,3 +222,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr ""
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/ar/svx/messages.po b/source/ar/svx/messages.po
index 91994fcfc1c..368fdb4a0b0 100644
--- a/source/ar/svx/messages.po
+++ b/source/ar/svx/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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2022-07-15 17:09+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ar/>\n"
@@ -6251,29 +6251,29 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "لون المستند"
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
-msgstr "خلفية - غامق 1"
+msgid "Dark 1"
+msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
-msgstr "نص - فاتح 1"
+msgid "Light 1"
+msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
-msgstr "خلفية - غامق 2"
+msgid "Dark 2"
+msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
-msgstr "نص - فاتح 2"
+msgid "Light 2"
+msgstr ""
#. NAAZJ
#: include/svx/strings.hrc:1127
@@ -6323,389 +6323,371 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr ""
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
-msgstr "%1، 80% أفتح"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
+msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr "%1، 60% أفتح"
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr "%1، 40% أفتح"
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr "%1، 25% أغمق"
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
-msgstr "%1، 50% أغمق"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
+msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "النتوء"
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "تطبيق تشغيل/إيقاف النتوء"
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "إمالة لأسفل"
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "إمالة لأعلى"
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "إمالة لليسار"
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "إمالة لليمين"
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "تغيير عمق النتوء"
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "تغيير الاتجاه"
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "تغيير نوع التوجيه"
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "تغيير الإضاءة"
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "تغيير البياض"
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "تغيير سطح النتوء"
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "تغيير لون النتوء"
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "أحمر:"
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "أخضر:"
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "أزرق:"
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "معمل الخطوط"
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "تطبيق شكل معمل الخطوط"
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "تطبيق ارتفاع الأحرف نفسه لمعمل الخطوط"
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "تطبيق محاذاة معمل الخطوط"
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "تطبيق تباعد أحرف معمل الخطوط"
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "مع"
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "الطراز"
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "و"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "عنصر تحكم الزاوية"
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "تحديد نقطة زاوية."
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "أعلى اليسار"
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "أعلى الوسط"
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "أعلى اليمين"
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "يسار الوسط"
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "وسط"
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "يمين الوسط"
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "أسفل يساراً"
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "أسفل الوسط"
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "أسفل اليمين"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "عنصر تحكم خط كفافي"
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "يمكنك هنا تعديل الخط الكفافي."
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "اختيار الأحرف الخاصة"
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "اختيار الأحرف الخاصة في هذه المساحة."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "رمز الحرف "
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "مطلوب إدخال في الحقل '#'. الرجاء كتابة قيمة."
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "النماذج"
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "لم يتم تحديد عنصر تحكم"
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "الخصائص: "
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "خصائص النموذج"
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "ملاح النموذج"
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "استمارة"
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr "مخفي"
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "استمارة"
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "وحدة تحكم مخفية"
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "عنصر تحكم"
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "السجل"
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "من"
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "إضافة حقل:"
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "حدث خطأ أثناء الكتابة في قاعدة البيانات"
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "خطأ في بنية عبارة الاستعلام"
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "تنوي حذف سجل واحد."
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "سيتم حذف # سجل."
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6715,337 +6697,337 @@ msgstr ""
"هل تريد المتابعة على أي حال؟"
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "شريط الملاحة"
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "العمود"
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "تعيين الخاصية '#'"
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "إدراج في حاوية"
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "حذف #"
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "حذف # كائن"
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "استبدال أحد عناصر الحاوية"
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "استبدال عنصر تحكم"
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "مربع نص"
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "خانة اختيار"
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "مربع مركّب"
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "مربع قائمة"
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "حقل تاريخ"
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "حقل الوقت"
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "حقل رقمي"
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "حقل العملة"
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "حقل النمط"
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "حقل مُنسَّق"
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "زر الضغط"
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "زر خيار"
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "حقل لصيقة"
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "مربع مجموعة"
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "زر صورة"
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "التحكم بالصورة"
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "تحديد الملف"
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "التحكم بالجدول "
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "شريط التمرير"
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "زر زيادة ونقصان"
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "شريط الملاحة"
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "تحديد متعدد"
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr ""
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "لا يوجد عناصر تحكم مرتبطة في النموذج الحالية!"
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (التاريخ)"
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (الوقت)"
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "ملاح الترشيح"
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "مرشّح"
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "أو"
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "في النموذج الحالي، لا توجد عناصر تحكم صالحة يمكن استخدامها في طريقة عرض الجدول!"
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<حقل تلقائي>"
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "خطأ في بناء الجملة بعبارة SQL"
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "لا يمكن استخدام القيمة #1 مع LIKE."
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "لا يمكن استخدام LIKE في هذا الحقل."
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "القيمة المدخلة ليست بالتاريخ الصالح. الرجاء إدخال تاريخ بتنسيق صالح على سبيل المثال MM/DD/YY."
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "لا يمكن مقارنة الحقل بعدد صحيح."
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "قاعدة البيانات لا تحتوي على الجدول المسمى \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "قاعدة البيانات لا تحتوي على جدول مسمى أو حتى استعلام \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "قاعدة البيانات تحتوي مسبقا على جدول أو عرض باسم \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "قاعدة البيانات تحتوي مسبقا على استعلام باسم \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "العمود \"#1\" مجهول في الجدول \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "لا يمكن مقارنة الحقل مع رقم ذي نقطة عائمة!"
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "لا يمكن مقارنة المعيار الذي تم إدخاله بهذا الحقل."
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "ملاح البيانات"
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (للقراءة فقط)"
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "الملف موجود بالفعل. هل تريد استبداله؟"
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "تسمية #object#"
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -7055,7 +7037,7 @@ msgstr ""
"أتريد حقًّا حذف هذا النّموذج؟"
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -7065,7 +7047,7 @@ msgstr ""
"أمتأكد من حذف السيرورة؟"
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -7075,13 +7057,13 @@ msgstr ""
"أمتأكد من حذف العنصر؟"
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "هل ترغب بالفعل في حذف الصفة '$ATTRIBUTENAME'؟"
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -7093,7 +7075,7 @@ msgstr ""
"أمتأكد من حذف التسليم؟"
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -7105,1069 +7087,1069 @@ msgstr ""
"أمتأكد من حذف الرابط؟"
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "الاسم '%1' غير صالح في XML. الرجاء إدخال اسم مختلف."
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "البادئة '%1' غير صالحة في XML. الرجاء إدخال بادئة مختلفة."
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "الاسم '%1' موجود بالفعل. الرجاء إدخال اسم جديد."
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "التسليم يجب أن يكون له اسم."
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "إرسال"
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "إحضار"
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "بِلا"
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "السيرورة"
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "مستند"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "الربط: "
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "مرجع: "
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "إجراء: "
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "طريقة: "
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "استبدال: "
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "إضافة عنصر"
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "تحرير العنصر"
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "حذف العنصر"
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "أضف صفة"
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "حرّر الصفة"
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "احذف الصفة"
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "إضافة ربط"
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "تحرير الربط"
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "حذف الربط"
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "إضافة طلب"
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "تحرير التسليم"
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "حذف التسليم"
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "العنصر"
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "الصفة"
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "ربط"
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
#, fuzzy
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "ت_عبير الرّبط:"
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "أتريد حقًّا استبعاد استرجاع مستند %PRODUCTNAME؟"
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "يسار"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "يمين"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "وسط"
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "عشري"
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "وضع الإدراج. انقر للتّغيير إلى وضع الكتابة الفوقيّة."
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "وضع الكتابة الفوقيّة. انقر للتّغيير إلى وضع الإدراج."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "الكتابة على"
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "أدرج"
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr "%1. انقر لتغيّر نمط التحديد."
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "التوقيع الرقمي: توقيع المستند مقبول."
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "التوقيع الرقمي: توقيع المستند مقبول ولكن الشهادات تعذر تحقق منها."
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr "التوقيع الرقمي: توقيع المستند لا يطابق محتوى المستند. نوصي بشدة عدم الثقة بهذا المستند."
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "التوقيع الرقمي: هذا المستند غير موقع."
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "التوقيع الرقمي: توقيع المستند والشهادة صحيحان، لكن لم يتم توقيع جميع أجزاء المستند."
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "لقد عُدّل المستند. انقر لحفظه."
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "لم يتم أي تعديل في المستند منذ آخر عملية حفظ."
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "يحمّل المستند..."
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "لائم الشّريحة إلى النّافذة الحاليّة."
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr ""
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr "لم يمكن تحميل كل كائنات الرسم الذكي SmartArt. الحفظ بـ مايكروسوفت أوفيس 2010 أو ما بعده سيتجنّب هذه المشكلة."
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr ""
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr ""
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr ""
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr ""
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr ""
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr ""
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "عامل التكبير. انقر يميناً لتغيير عامل التكبير او انقر لتفتح حوار التكبير."
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "قرّب"
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "بعّد"
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "٥٠٪"
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "١٠٠٪"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "١٥٠٪"
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "٢٠٠٪"
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "صفحة كاملة"
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "عُرض الصفحة"
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "المعاينة المُثلى"
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "بما في ذلك الطُرُز"
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "~طُرُز الفقرات"
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "~طُرُز الخلايا"
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr "ابحث عن تنسيق"
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr "استبدل بالتنسيق"
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "وصلت إلى نهاية المستند"
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr "وصلت إلى نهاية المستند، مستمراً من البداية"
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "وصلت إلى نهاية الورقة"
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "لم يُعثر على مفتاح البحث"
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr "لم يُعثر على عنصر الإبحار"
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "وصلت إلى بداية المستند"
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr "وصلنا إلى بداية المستند، مستمراً من النهاية"
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr "وصلت إلى أول تذكير، مستمراً من الأخير"
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr "وصلت إلى آخِر تذكير، مستمراً من الأول"
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "لوح الألوان"
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr "مستبدل الألوان"
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr "تأثيرات ثلاثية الأبعاد 3D"
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "كلمة السر غير صحيحة"
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "كلمتا السر غير متطابقتين"
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "نقطيات دائرية صغيرة صلبة"
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "نقطيات دائرية كبيرة صلبة"
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "نقطيات ماس صلب"
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "نقطيات مربعة كبيرة صلبة"
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "نقطيات سهم مملوء يشير يميناً"
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "نقطيات سهم يشير يميناً"
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr "نقطيات علامة صليب"
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr "نقطيات علامة تأشير"
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "رقم 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "رقم 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "رقم (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "أرقام رومانية كبيرة I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "أحرف كبيرة ‪A) B) C)‬"
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "أحرف صغيرة ‪a) b) c)‬"
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "أحرف صغيرة ‪(a) (b) (c)‬"
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "أرقام رومانية صغيرة ‪i. ii. iii.‬"
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
msgstr ""
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
msgstr ""
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "عددي مع كل المستويات الفرعية"
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "نقطة تأشير يمين، نقطة سهم تأشير يمين، نقطة ماسية صلبة، نقطة دائرية صغيرة صلبة"
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "تعذر إنشاء ملف zip."
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "أنماط تصميم الجدول"
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "الإجراءات التي سيتم التراجع عنها: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "الإجراءات التي سيتم التراجع عنها: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "الإجراءات التي ستتم إعادتها: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "الإجراءات التي ستتم إعادتها: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "جِد"
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "مطابقة الحالة"
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr ""
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr ""
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr ""
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr ""
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "صورة PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "صورة TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "صورة WMF"
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "صورة MET"
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "صورة PCT"
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "صورة SVG"
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "صورة BMP"
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "غير معروف"
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "حوّل"
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "وضع الصورة"
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "أحمر"
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "أخضر"
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "أزرق"
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "السطوع"
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "التباين"
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "جاما"
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "الشفافية"
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "اقتصاص"
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "الاتجاه المبدئيّ"
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "من أعلى إلى أسفل"
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "من أسفل إلى أعلى"
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "متراكم"
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "الهامش الأيسر: "
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "الهامش العلوي: "
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "الهامش الأيمن: "
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "الهامش السفلي: "
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "وصف الصفحة: "
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "أحرف كبيرة"
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "أحرف صغيرة"
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "أحرف استهلالية رومانية"
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "أحرف صغيرة رومانية"
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "العربية"
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "بِلا"
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "بالعرض"
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "بالطول"
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "يسار"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "يمين"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "الكل"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "منعكس"
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "المؤلف: "
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "التاريخ: "
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "النص: "
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "خلفية الحرف"
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "لوح الألوان"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr "أرقام الشرائح:"
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8175,2172 +8157,2172 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "لاتيني أساسي"
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "لاتيني-1"
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "لاتيني موسّع-A"
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "لاتيني موسّع-A"
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "ملحقات IPA"
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "أحرف معدّل المسافات"
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "ضم علامات المميزة"
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "يوناني أساسي"
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "رموز يونانية وقبطية"
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "السيريلية"
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "الأرمنية"
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "عبري أساسي"
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "عبري موسّع"
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "عربي أساسي"
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "عربي موسّع"
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "ديفاناغاري"
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "البنغالية"
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "غورموكي"
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "الجيوجاراتية"
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "الأورية"
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "التاميلية"
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "التيلوجو"
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "الكانادية"
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "المالايلامية"
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "التايلاندية"
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "اللاوية"
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "الجورجية الأساسية"
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "الجورجية الموسّعة"
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "هانغول جامو"
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "يوناني موسّع"
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "علامات تنقيط عامّة"
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "مرتفع ومنخفض"
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "رموز العملة"
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "ضم الرموز المميزة"
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "رموز كالأحرف"
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "أشكال الأرقام"
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "الأسهم"
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "مُعاملات رياضية"
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "تقنية متنوعة"
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "تحكم بالصور"
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "تعرف بصري على الأحرف"
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "تضمين النظام الذي يحوي الحروف والأرقام معا"
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "رسم مربع"
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "عناصر الكتلة"
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "أشكال هندسية"
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "رموز مختلفة"
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "رموز تزيينية"
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "رموز وعلامات تنقيط صينية ويابانية وكورية"
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "هيراجانا"
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "كاتاكانا"
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "بوبوموفو"
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "جامو المتوافق مع هانغول"
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "متفرقات صينية ويابانية وكورية"
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "أحرف وأشهر صينية ويابانية وكورية في دائرة"
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "توافق الصينية واليابانية والكورية"
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "هانغول"
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "أيديوغرام موحّد صيني وياباني وكوري"
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "إديوگرافات ص‌ي‌ك الموحدة (امتدادات أ)"
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "منطقة استعمال خاص"
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "توافق إيديوغرام الصينية واليابانية والكورية"
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "نماذج عروض تقديمية أبجدية"
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "نماذج عروض تقديمية عربية-A"
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "ضم علامات النصف"
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "نماذج توافق الصينية واليابانية والكورية"
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "أنواع النماذج الصغيرة"
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "نماذج عروض تقديمية عربية-B"
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "نماذج نصف العرض وكامل العرض"
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "خاصة"
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "مقاطع يي"
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "جذور يي"
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "إيطالي قديم"
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "القوطية"
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "الديسيريت"
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "رموز موسيقية بيزنطية"
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "رموز موسيقية"
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "رموز رياضية أبجدية رقمية"
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "إديوگرافات ص‌ي‌ك الموحدة (امتدادات ب)"
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "إديوگرافات ص‌ي‌ك الموحدة (امتدادات ج)"
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "إديوگرافات ص‌ي‌ك الموحدة (امتدادات د)"
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "إديوگرافات ص‌ي‌ك توافقية (تكميلي)"
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "الوسوم"
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "سريلي تكميلي"
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "تحديدات مختلفة"
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "مساحة تكميلية للاستعمال الخاص-أ"
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "مساحة تكميلية للاستعمال الخاص-ب"
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "اللمبو"
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "تاي لي"
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "رموز الخمارية"
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "امتدادات صوتية"
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "رموز وأسهم متفرقة"
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "رموز يي جِن السداسية"
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "مقاطع خطية ب"
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "صور معنوية خطية ب"
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "أرقام إيجية"
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "الأوغاريتية"
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "الشفيانية"
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "العثمانية"
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "سينهالا"
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "التيبتية"
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "ميانمار"
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "الخميرية"
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "الأوغمية"
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "روني"
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "السريانية"
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "تانا"
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "الحبشية"
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "شيروكي"
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "مقاطع الأرومي الكاناديين"
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "المنغولية"
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "رموز رياضية متفرقة-A"
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "أسهم إضافية-A"
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "أحرف بريل"
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "أسهم إضافية-B"
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "رموز رياضية متفرقة-B"
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "تحميل العلامات الجذرية الصينية واليابانية والكورية"
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "جذور كانغ سي"
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "أحرف وصف إيديوغرامية"
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "فلبينية"
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "هانونو"
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "تاغبانوا"
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "بوهِد"
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "كانبَن"
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "بوبوموفو موسّع"
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "صوتيّات كاتاكانا"
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "تركيبات ص‌ي‌ك"
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "مقاطع القبرصية"
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "رموز تاي زوان دجن"
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "تكميليات منتقيات التنويعات"
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "رموز موسيقية يونانية قديمة"
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "أرقام يونانية قديمة"
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "عربي تكميلي"
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "البجينيزية"
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "تكميلة علامات تشكيل مركبة"
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "القبطية"
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "إثيوبي ممتد"
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "إثيوبي تكميلي"
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "جورجي تكميلي"
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "گلاگولي"
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "خاروشذي"
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "حروف النغمات المغيرة"
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "تاي لو الجديد"
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "فارسية قديمة"
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "امتدادات صوتية تكميلية"
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "ترقيم تكميلي"
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "سيولتي ناگري"
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "تيفيناغ"
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "نماذج رأسية"
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "إنكو"
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "بالينية"
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "لاتيني موسّع-ج"
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "لاتيني موسّع-د"
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "فاگس-با"
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "فينيقية"
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "مسماري"
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "أعداد وترقيم مسماري"
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "تعداد أرقام رود"
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "سُنداني"
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "ليبشا"
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "أُول تشيكي"
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "سريلي موسّع-أ"
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "ڤاي"
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "سريلي موسّع-ب"
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "سوراشترا"
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "كاياه لي"
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "ريجانگ"
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "تشام"
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "رموز أثرية"
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "قرص فستوس"
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "ليشياني"
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "كاريان"
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "ليديان"
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "مربعات ماهجونغ"
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "مربعات دومينو"
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "سامري"
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "مقاطع الكنديين الأصليين موسع"
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "تاي ثام"
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "امتدادات ڤيدية"
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "ليسو"
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "باموم"
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "أشكال الأعداد الهندية الشائعة"
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "ديفاناغاري موسّع"
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "هنگول جامو موسّع-أ"
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "جاوية"
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "ميانمار موسّع-أ"
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "تاي ڤيت"
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "ميتي مايك"
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "هنگول جامو موسّع-ب"
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "آرامي ملكي"
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "عربي جنوبي قديم"
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "أڤستانية"
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "بارثيان نحتي"
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "بهلوي نحتي"
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "تركي قديم"
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "رموز أرقام رومية"
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "كياثي"
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "هيروغليفيات مصرية"
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "أبجدي رقمي محاط تكميلي"
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "إديوگرافات محاطة تكميلي"
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "مندياني"
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "باتاك"
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "إثيوبي موسّع-أ"
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "برهمي"
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "باموم تكميلي"
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "كانا تكميلي"
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "أوراق لعب"
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "رموز وبكتوجرافات متنوعة"
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "صور تعبيرية"
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "رموز السفر والخرائط"
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "رموز الخيميا"
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "عربي موسّع-أ"
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "رموز رياضية عربية أبجدية"
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "شاكما"
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "ميتي مايك تكميلي"
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "مروية متصلة"
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "هيروغليفيات مروية"
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "مياو"
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "شارادا"
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "سورا سُمپِنگ"
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "سُنداني تكميلي"
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "تاكري"
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "تكميلة علامات تشكيل مركبة"
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "لاتيني موسّع-E"
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "خطّي"
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "وضع"
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "ميانمار موسّع-أ"
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "عربي جنوبي قديم"
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "أسهم إضافية-A"
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "هيروغليفيات أناضولية"
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "إديوگرافات ص‌ي‌ك الموحدة (امتدادات أ)"
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "سريلي موسّع-أ"
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "جورجي تكميلي"
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "جديد"
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "الإستخدام"
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "إديوگرافات ص‌ي‌ك الموحدة (امتدادات أ)"
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "ميانمار موسّع-أ"
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "سريلي تكميلي"
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr "رموز تحكّم تنسيق هيروغليفي مصري"
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr "عربية موسّعة-B"
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr ""
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr ""
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr ""
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr "لاتيني موسّع-F"
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr "لاتيني موسّع-G"
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr ""
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr ""
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr ""
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr ""
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr ""
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr ""
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr ""
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr ""
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr ""
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr ""
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr ""
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr ""
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr "من اليسار إلى اليمين (LTR)"
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr "من اليمين إلى اليسار (RTL)"
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr "استخدم إعدادات الكائن الرئيسي"
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr "من اليسار إلى اليمين (أفقي)"
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr "من اليمين إلى اليسار (أفقي)"
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr "من اليمين إلى اليسار (عمودي)"
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr "من اليسار إلى اليمين (عمودي)"
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr "من أسفل لأعلى، اليسار إلى اليمين (عمودي)"
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr "معمل الخطوط"
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr "وقّعه رقميًا:"
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr "التاريخ: %1"
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr "الشفافية:"
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr "لا حدود"
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr "الحد الخارجي فقط"
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr "الحد الخارجي والخطوط الأفقية"
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr "الحد الخارجي وكل الخطوط الداخلية"
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr "الحد الخارجي والخطوط العمودية"
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr "الحد الخارجي بلا تغيير الخطوط الداخلية"
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr "خطوط قطرية فقط"
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr "حد قطري لأسفل"
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr "حد قطري لأعلى"
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr "حدود متقاطعة"
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr "كل الحدود الأربعة"
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr "الحدود اليسرى واليمنى فقط"
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr "الحدود العليا والسفلى فقط"
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr "الحدود العليا والسفلى، وكل الخطوط الأفقية"
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr "الحد الأيسر فقط"
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr "الحد الأيمن فقط"
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr "الحد العلوي فقط"
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr "الحد السفلي فقط"
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr "الحدود العليا والسفلى، وكل الخطوط الداخلية"
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr "الحدود اليسرى واليمنى، وكل الخطوط الداخلية"
@@ -10349,19 +10331,19 @@ msgstr "الحدود اليسرى واليمنى، وكل الخطوط الدا
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr "فحص حجم الرسمة"
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr "للصورة ’%NAME%‘ بكسلات قليلة للغاية للحجم الحالي (%DPIX% × %DPIY% نقطة للبوصة)"
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr "للصورة ’%NAME%‘ بكسلات كثيرة للغاية للحجم الحالي (%DPIX% × %DPIY% نقطة للبوصة)"
@@ -14184,13 +14166,13 @@ msgid "None"
msgstr "بِلا"
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr "الحديثة"
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr "لون مخصّص…"
diff --git a/source/as/sc/messages.po b/source/as/sc/messages.po
index f7eb2cab240..b9829cbcb1b 100644
--- a/source/as/sc/messages.po
+++ b/source/as/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: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/as/>\n"
@@ -33185,10 +33185,10 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr "পৃথককৰ্তাৰ বিকল্পসমূহ"
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
+msgid "Format _quoted field as text"
msgstr ""
#. VAC6B
@@ -33245,10 +33245,10 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
diff --git a/source/as/scp2/source/calc.po b/source/as/scp2/source/calc.po
index 5aea37ff485..5ec94e7b980 100644
--- a/source/as/scp2/source/calc.po
+++ b/source/as/scp2/source/calc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2017-04-12 14:31+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: as_IN <kde-i18n-doc@kde.org>\n"
@@ -222,3 +222,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr ""
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/as/svx/messages.po b/source/as/svx/messages.po
index f8e7318a04f..f2270f98572 100644
--- a/source/as/svx/messages.po
+++ b/source/as/svx/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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/as/>\n"
@@ -6290,28 +6290,28 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
+msgid "Dark 1"
msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
+msgid "Light 1"
msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
+msgid "Dark 2"
msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
+msgid "Light 2"
msgstr ""
#. NAAZJ
@@ -6362,389 +6362,371 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr ""
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr ""
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr ""
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr ""
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "নিঃসৰণ"
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "নিঃসৰণৰ অন/অফ প্ৰয়োগ কৰক"
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "তললৈ হেলনীয়া কৰক"
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "ওপৰলৈ হেলনীয়া কৰক"
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "বাঁওফালে হেলনীয়া কৰক"
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "সোঁফালে হেলনীয়া কৰক"
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "নিঃসৰণৰ গভীৰতা সলনি কৰক"
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "অনুস্থাপন সলনি কৰক"
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "প্ৰক্ষেপণৰ প্রকাৰ সলনি কৰক"
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "লাইটিং সলনি কৰক"
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "উজ্জ্বলতা সলনি কৰক"
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "নিঃসৰণৰ উপৰিভাগ সলনি কৰক"
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "নিঃসৰণৰ ৰং সলনি কৰক"
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "ফন্টৱর্ক"
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "ফন্টৱর্কৰ আকৃতি প্ৰয়োগ কৰক"
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "ফন্টৱর্কৰ একে আখৰৰ উচ্চতা প্ৰয়োগ কৰক"
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "ফন্টৱর্ক শাৰীকৰণ প্ৰয়োগ কৰক"
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "ফন্টৱর্ক আখৰৰ স্পেচিং প্ৰয়োগ কৰক"
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "সৈতে"
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "শৈলী"
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "আৰু"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "চুক নিয়ন্ত্ৰণ"
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "এটা চুক পইণ্টৰ নিৰ্বাচন."
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "বাওঁফালে ওপৰৰ"
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "মাজভাগৰ ওপৰত"
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "সোঁফালৰ ওপৰত"
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "বাওঁফালৰ কেন্দ্ৰ"
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "কেন্দ্ৰ"
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "সোঁফালৰ কেন্দ্ৰ"
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "বাঁওফালে তলত"
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "মাজভাগৰ তলত"
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "সোঁফালে তলত"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "ৰূপৰেখা নিয়ন্ত্ৰণ"
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "এইখিনিতেই আপুনি ৰূপৰেখা সম্পাদনা কৰিব পাৰিব."
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "বিশেষ আখৰ নিৰ্বাচন"
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "এই এৰিয়াটোত বিশেষ আখৰ নিৰ্বাচন কৰক."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "আখৰৰ ক'ড "
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "'#' ফিল্ডত ইনপুটৰ প্ৰয়োজন. অনুগ্ৰহ কৰি মূল্য ভৰাওক."
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "ফর্মবোৰ"
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "কোনো নিয়ন্ত্ৰণ নিৰ্বাচন কৰা নাই"
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "বৈশিষ্ট্যবোৰ: "
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "ফর্ম বৈশিষ্ট্যবোৰ"
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "ফৰ্ম নেভিগেটৰ"
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "ফৰ্ম"
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "ফৰ্ম"
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "লুকোৱাই থোৱা নিয়ন্ত্রণ"
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "নিয়ন্ত্রণ"
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "ৰেকৰ্ড"
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "ৰ"
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "ফিল্ড যোগ কৰক:"
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "ডাটাবেছলৈ ডাটা লিখোতে ভুল"
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "প্ৰশ্ন প্ৰকাশ-ভংগীত ছিন্টেক্স ভুল"
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "আপুনি 1 ৰেকৰ্ড ডিলিট কৰিব বিচাৰে."
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# ৰেকৰ্ডবোৰ ডিল্ট কৰা হ'ব."
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6754,337 +6736,337 @@ msgstr ""
"আপুনি তথাপিA অব্যাহত ৰাখিবলৈ বিচাৰেনেকি?"
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "নেভিগেশ্বন বাৰ"
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "স্তম্ভ"
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "'#' বৈশিষ্ট্যবোৰ ছেট কৰক"
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "ধাৰকত ভৰাওক"
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "# মচি পেলাওক"
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "# বস্তুবোৰ মচি পেলাওক"
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "এটা ধাৰক উপাদান প্ৰতিস্থাপন কৰক"
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "নিয়ন্ত্ৰণ প্ৰতিস্থাপন কৰক"
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "টেক্সটৰ বাকছ"
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "পৰীক্ষা বাকছ"
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "কোম্বো বাকছ"
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "তালিকা বাকছ"
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "তাৰিখ ফিল্ড"
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "সময় ফিল্ড"
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "সংখ্যা ফিল্ড"
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "মুদ্রা ফিল্ড"
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "আৰ্হি ফিল্ড"
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "ফৰমেট কৰি থোৱা ফিল্ড"
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "পুশ্ব বাটন"
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "বিকল্প বাটন"
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "লেবেল ফিল্ড"
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "গোট বাকছ"
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "ছবি বাটন"
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "ছবি নিয়ন্ত্ৰণ"
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "ফাইল নির্বাচন"
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "টেবুল নিয়ন্ত্ৰণ "
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "স্ক্ৰ'ল বাৰ"
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "স্পিন বাটন"
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "নেভিগেশ্বন বাৰ"
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "বহু অংশবিশিষ্ট নির্বাচন"
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr ""
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "কোনো ডাটা সম্বন্ধীয় নিয়ন্ত্ৰণবোৰ বৰ্তমানৰ ফৰ্মত নাই!"
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Date)"
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Time)"
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "ফিল্টাৰ নেভিগেটৰ"
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "ৰ বাবে ফিল্টাৰ"
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "অথবা"
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "বৈধ বাউণ্ড নিয়ন্ত্ৰণবোৰ যিবোৰ এই টেবুলৰ দৃশ্যত ব্যৱহাৰ কৰিব পাৰি বৰ্তমানৰ ফৰ্মত সেইবোৰ বৰ্তি থকা নাই."
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<AutoField>"
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "SQL বিবৃতিত ছিন্টেক্স ভুল"
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "#1 মানৰ সৈতে LIKE ব্যৱহাৰ কৰিব নোৱাৰি."
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "এই ফিল্ডখনৰ সৈতে LIKE ব্যৱহাৰ কৰিব নোৱাৰি."
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "এন্টাৰ কৰা মূল্যটো বৈধ তাৰিখ নহয়. অনুগ্ৰহ কৰি বৈধ ফৰমেটত তাৰিখ এন্টাৰ কৰক, উদাহৰণ স্বৰূপে, MM/DD/YY."
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "ফিল্ডখন এটা অখণ্ড সংখ্যাৰ সৈতে তুলনা কৰিব নোৱাৰি."
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "ডাটাবেছত \"#\" নামৰ টেবুল নাই।"
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "ডাটাবেছত \"#\" নামৰ টেবুল বা প্ৰশ্ন নাই।"
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "ডাটাবেছত \"#\" নামৰ টেবুল বা প্ৰশ্ন ইতিমধ্যে আছে।"
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "ডাটাবেছত \"#\" নামৰ প্ৰশ্ন নাই।"
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "টেবুল \"#2\" ত স্তম্ভ \"#1\" অজ্ঞাত।"
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "ফিল্ডখন এটা ফ্লটিং বিন্দু সংখ্যাৰ সৈতে তুলনা কৰিব নোৱাৰি।"
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "প্ৰৱেশ কৰা নির্ণায়কটো এই ফিল্ডখনৰ সৈতে তুলনা কৰিব নোৱাৰি."
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "ডাটা নেভিগেটৰ"
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (কেৱল পঢ়িবৰ বাবে)"
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "এই ফাইলটো ইতিমধ্যে আছে. পুনৰ লিখিবলৈ বিচাৰেনেকি?"
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object# লেবেল"
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
@@ -7095,7 +7077,7 @@ msgstr ""
"আপুনি সঁচাকৈয়ে এই আৰ্হিটো ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
@@ -7106,7 +7088,7 @@ msgstr ""
"আপুনি সঁচাকৈয়ে এই উদাহৰণটো ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
@@ -7117,13 +7099,13 @@ msgstr ""
"আপুনি সঁচাকৈয়ে এই উপাদানটো ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "আপুনি সঁচাকৈয়ে এট্ৰিবিয়ুট '$ATTRIBUTENAME' টো ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
@@ -7136,7 +7118,7 @@ msgstr ""
"আপুনি সঁচাকৈয়ে এই সমৰ্পণটো ডিলিট কৰিবলৈ বিচাৰেনেকি?"
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
@@ -7149,1083 +7131,1083 @@ msgstr ""
"আপুনি সচাকৈয়ে এই বাইন্ডিংটো ডিলিট কৰিব বিচাৰে নেকি?"
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "'%1' নামটো XML ত বৈধ নহয়. অনুগ্ৰহ কৰি আন এটা নাম ভৰাওক।"
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "'%1' উপসৰ্গটো XML ত বৈধ নহয়। অনুগ্ৰহ কৰি আন এটা উপসৰ্গ ভৰাওক।"
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "'%1' নামটো ইতিমধ্যে আছে। অনুগ্ৰহ কৰি আন এটা নাম ভৰাওক।"
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "সমৰ্পণটোৰ এটা নাম থকাটো অপৰিহাৰ্য."
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
#, fuzzy
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "পোষ্ট"
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
#, fuzzy
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "পোৱা"
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "কোনো নহয়"
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
#, fuzzy
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "উদাহৰণবোৰ (~I)"
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
#, fuzzy
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "দস্তাবেজ"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "বাইন্ডিং: "
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "প্ৰসংগ: "
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "কার্য্য: "
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "পদ্ধতি: "
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "প্ৰতিস্থাপন কৰক: "
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "উপাদান যোগ কৰক"
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "উপাদান সম্পাদনা কৰক"
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "উপাদান মচি পেলাওক"
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "এট্ৰিবিয়ুট"
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "এট্রিবিয়ুট সম্পাদনা কৰক"
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "এট্ৰিবিয়ুট মচি পেলাওক"
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "বাইন্ডিং যোগ কৰক"
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "বাইন্ডিং সম্পাদনা কৰক"
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "বাইন্ডিং মচি পেলাওক"
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "সমৰ্পণ যোগ কৰক"
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "সমৰ্পণ সম্পাদনা কৰক"
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "সমৰ্পণ মচি পেলাওক"
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
#, fuzzy
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "উপাদান"
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
#, fuzzy
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "এট্রিবিয়ুটবোৰ"
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
#, fuzzy
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "বাইণ্ডিংবোৰ"
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "বাইণ্ডিং অভিব্যক্তি"
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
#, fuzzy
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "আপুনি নিশ্চিতনে যে আপুনি %PRODUCTNAME দস্তাবেজৰ উদ্ধাৰটো বাতিল কৰিবলৈ বিচাৰে?"
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "বাওঁফাল"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "সোঁফাল"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "কেন্দ্ৰ"
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "দশমিক"
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "পুনৰ লিখক"
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "ডিজিটেল চহি: দস্তাবেজৰ চহি OK."
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "ডিজিটেল চহি: দস্তাবেজৰ চহি OK, কিন্তু প্ৰমাণপত্ৰ পৰীক্ষা কৰিব পৰা ন'গ'ল।"
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "ডিজিটেল চহি: দস্তাবেজৰ চহি নাই।"
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "যুগ্মক স্বাক্ষৰ: দস্তাবেজ স্বাক্ষৰ আৰু প্ৰমাণপত্ৰ ঠিক আছে, কিন্তু দস্তাবেজৰ সকলো অংশ স্বাক্ষৰীত নহয়।"
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
#, fuzzy
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "দস্তাবেজ সলনি কৰা হৈছে। দস্তাবেজ সংৰক্ষণ কৰিবলে দুবাৰ-ক্লিক কৰক।"
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "সৰ্বশেষ সংৰক্ষণৰ পিছত দস্তাবেজটো সলনি কৰা হোৱা নাই।"
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "দস্তাবেজ ল'ড কৰা হৈ আছে..."
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr ""
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr ""
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr ""
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr ""
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr ""
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr ""
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr ""
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "সৰুকৈ জুম কৰক"
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "ডাঙৰকৈ জুম কৰক"
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "সম্পূর্ণ পৃষ্ঠা"
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "পৃষ্ঠাৰ প্রস্থ"
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "উত্তম দৰ্শন"
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "শৈলীবোৰ অন্তর্ভুক্ত কৰি"
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
#, fuzzy
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "পেৰেগ্ৰাফ শৈলীবোৰ"
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "শৈলীবোৰ"
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "সন্ধান কৰা চাবি পোৱা ন'গ'ল"
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "ৰঙৰ পেলেট"
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
#, fuzzy
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "অকার্যকৰী পাছৱর্ড"
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr ""
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Solid small circular bullets"
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Solid large circular bullets"
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Solid diamond bullets"
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Solid large square bullets"
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Right pointing arrow bullets filled out"
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Right pointing arrow bullets"
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
#, fuzzy
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Number (1) (2) (3)"
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Number 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Number (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Uppercase Roman number I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Uppercase letter A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Lowercase letter a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Lowercase letter (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Lowercase Roman number i. ii. iii."
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
msgstr ""
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
msgstr ""
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Numeric with all sublevels"
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "ফাইল স্থাপন কৰিব পৰা নগ'ল."
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "টেবুল ডিজাইনৰ ধৰন"
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "পূৰ্ব নিৰ্দেশ বাতিল কৰক: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "পূৰ্ব নিৰ্দেশ বাতিল কৰক: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "পুনৰ কৰক:$(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "পুনৰ কৰক:$(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "বিচাৰক"
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "ফলা মিলাওক"
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr ""
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr ""
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr ""
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr ""
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "অজ্ঞাত"
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "চুইচ"
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "ৰঙা"
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "সেউজীয়া"
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "নীলা"
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "উজ্জ্বলতা"
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "পার্থক্য"
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "গামা"
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "স্বচ্ছতা"
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "ক্রপ"
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "অবিকল্পিত অনুস্থাপন"
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "ওপৰৰ পৰা তললৈ"
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "তলৰ পৰা ওপৰলৈ"
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "দ'ম কৰা হল"
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "বাওঁফালৰ সীমা: "
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "ওপৰৰ সীমা: "
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "সোঁফালৰ সীমা: "
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "তলৰ সীমা: "
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "পৃষ্ঠা বিৱৰণ: "
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "বৰফলা আখৰবোৰ"
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "তলৰ কেছ"
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "ওপৰৰ কেছ ৰোমান"
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "তলৰ কেছ ৰোমান"
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "আৰবী"
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "কোনো নহয়"
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "নৈসর্গিক দৃশ্য"
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "প্ৰতিকৃতি"
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "বাওঁফাল"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "সোঁফাল"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "সকলো"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "প্রতিফলিত"
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "লেখক: "
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "তাৰিখ: "
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "টেক্সট: "
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "আখৰৰ পৃষ্ঠভূমি"
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "ৰঙৰ পেলেট"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8233,2173 +8215,2173 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "প্ৰাথমিক লেটিন"
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "লেটিন-1"
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "বিস্তৃত লেটিন-A"
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "বিস্তৃত লেটিন-B"
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA প্ৰসাৰণবোৰ"
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "ৰূপান্তৰকাৰী আখৰবোৰৰ ব্যৱধান দি আছে"
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "ডায়েক্রিটিকেল মার্কবোৰ সংযোগ কৰি"
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "প্রাথমিক গ্রীক"
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "গ্ৰীক প্ৰতীক আৰু কোপ্তিক"
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "ছিৰিলিক"
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "আৰ্মেনিয়ান"
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "প্রাথমিক হিব্রু"
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "হিব্রু বিস্তৃত"
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "প্রাথমিক আৰবী"
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "আৰবী বিস্তৃত"
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "দেবনাগৰী"
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "বাংলা"
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "গুৰমুখী"
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "গুজৰাটী"
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "উৰিয়া"
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "তামিল"
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "টেলুগু"
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "কানাড়া"
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "মালায়ালম"
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "থাই"
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "লাও"
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "প্রাথমিক জর্জীয়ান"
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "জর্জিয়ান বিস্তৃত"
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "হানগল জামো"
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "বিস্তৃত গ্রীক"
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "সাধাৰণ যতি চিহ্ন"
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "ছুপাৰ স্ক্ৰিপ্ট আৰু ছাব স্ক্ৰিপ্টবোৰ"
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "মুদ্রা প্রতীকবোৰ"
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "ডায়েক্রিটিকেল প্রতীকবোৰ সংযোগ কৰি"
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "আখৰৰ দৰে প্রতীকবোৰ"
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "সংখ্যা ফর্মবোৰ"
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "কাঁড়বোৰ"
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "গাণিতিক অপাৰেটৰবোৰ"
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "সানমিহলি কাৰিকৰী"
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "চিত্রবোৰ নিয়ন্ত্রণ কৰক"
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "অপ্তিকেল আখৰৰ চিনাক্তকৰণ"
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "ঘেৰি ধৰা আলফা নিউমাৰিকবোৰ"
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "বক্স ড্ৰয়িং"
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "ব্লক এলিমেণ্টবোৰ"
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "জ্যামিতিক আকাৰবোৰ"
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "সানমিহলি প্রতীকবোৰ"
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "ডিংবেটছ"
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "CJK প্ৰতীকবোৰ আৰু উচ্চাৰণ"
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "হিৰাগানা"
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "কটকানা"
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "বোপোমোফো"
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "হানগল যোগ্যতা জামো"
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK সানমিহলি"
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "সংলগ্ন CJK চিঠি আৰু মাহবোৰ"
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "CJK যোগ্যতা"
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "হানগল"
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "CJK একত্ৰিত আইডিঅ'গ্ৰাফবোৰ"
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "CJK একত্ৰিত আইডিঅ'গ্ৰাফবোৰৰ প্ৰসাৰণ A"
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "ব্যক্তিগত ব্যৱহাৰৰ স্থান"
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK ৰ যোগ্য আইডিঅ'গ্ৰাফবোৰ"
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "বর্ণমালাক্রমিক প্রস্তুতিৰ ফর্ম"
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "আৰবী প্রেজেণ্টেশ্বন ফর্মবোৰ-A"
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "অর্ধ চিহ্নবোৰ সংযোগ কৰি"
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "CJK যোগ্যতা ফর্মবোৰ"
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "সৰু ফৰ্মৰ পৃথক ৰূপবোৰ"
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "আৰবী উপস্থাপন ফর্মবোৰ-B"
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "অৰ্ধ-প্ৰস্থ আৰু পূৰ্ণ-প্ৰস্থৰ ফৰ্ম"
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "বিশেষবোৰ"
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Yi বৈশিষ্ট্যসূচক"
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Yi ৰেডিকেলসমূহ"
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "পুৰনি ইটালিক"
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "গথিক"
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "ডেচাৰেট"
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "বাইজানটিন সংগীতৰ চিহ্ন"
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "সংগীতৰ চিহ্ন"
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "গাণিতিক আল্ফানিউমেৰিক চিহ্নসমূহ"
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "CJK সংযুক্ত প্ৰতিকচিহ্নসমূহ প্ৰসাৰণ B"
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "CJK সংযুক্ত প্ৰতিকচিহ্নসমূহ বিস্তাৰন C"
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "CJK একত্ৰিত আইডিঅ'গ্ৰাফবোৰৰ প্ৰসাৰণ D"
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "CJK সংগতা আইডিঅ'গ্ৰাফবোৰ পৰিপূৰক"
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "টেগবোৰ"
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "ছিৰিলিক পৰিপূৰক"
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "পৰিবৰ্তন নিৰ্বাচনকাৰী"
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "পৰিপূৰক ব্যক্তিগত ব্যৱহাৰ স্থান-A"
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "পৰিপূৰক ব্যক্তিগত ব্যৱহাৰ স্থান-B"
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "লিম্বু"
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "তাই লি"
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "খমেৰ চিহ্নসমূহ"
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "ধ্বনিতাত্বিক প্ৰসাৰণ"
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "বিভিন্ন চিহ্ন আৰু কাঁড়চিহ্ন"
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "ইজিং হেক্সাগ্ৰাম চিহ্ন"
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "ৰৈখিক B ভগ্নশব্দ"
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "ৰৈখিক B প্ৰতিকচিহ্নসমূহ"
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "এজিয়ান সংখ্যাবোৰ"
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "উগাৰিটিক"
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "শাভিয়ান"
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "ওচমানিয়া"
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "সিংহলা"
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "তিব্বতীয়"
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "ম্যানমাৰ"
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "খমেৰ"
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "ঔঘম"
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "ৰুনিক"
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "ছিৰিয়াক্"
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "থানা"
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "ইথিয়োপিক"
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "চেৰোকী"
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "কানাডিয়ান স্বদেশীয় শব্দাংশ"
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "মংগোলীয়"
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "সানমিহলি গাণিতিক প্ৰতীকবোৰ-A"
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "পৰিপূৰক কাঁড়বোৰ-A"
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "ব্ৰেইল নমুনাবোৰ"
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "পৰিপূৰক কাঁড়বোৰ-B"
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "সানমিহলি গাণিতিক প্ৰতীকবোৰ-B"
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK ৰেডিকেল পৰিপূৰক"
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "কেঙচি ৰেডিকেলবোৰ"
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "আইডিঅ'গ্ৰাফিক বিৱৰণ আখৰবোৰ"
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "টেগাল'গ"
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "হানুনো"
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "টেগবানৱা"
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "বুহিড"
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "কানবুন"
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "বোপোমোফো প্রসাৰিত কৰা হ'ল"
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "কাটাকানা ধ্বনি বিজ্ঞান"
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "CJK স্ট্ৰোক্চ"
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "চিপ্ৰিয়ট ভগ্নশব্দ"
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "তাই জুয়ান জিঙ্গ চিহ্নসমূহ"
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "পৰিবৰ্তন নিৰ্বাচনকাৰী পৰিপূৰক"
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "প্ৰাচিন গ্ৰীক সংগীতৰ স্বৰলিপি"
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "প্ৰাচিন গ্ৰীক সংখ্যা"
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "আৰবি পৰিপূৰক"
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "বুগিনিচ"
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "সংযুক্তকাৰী বৈশিষ্টসূচক চিহ্ন পৰিপূৰক"
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "কপটিক"
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "ইথিওপিক প্ৰসাৰিত"
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "ইথিওপিক পৰিপূৰক"
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "জৰ্জিয়ান পৰিপূৰক"
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "গ্লাগোলিটিক"
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "খাৰোশতি"
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "পৰিবৰ্তক ধ্বনি আখৰ"
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "নতুন তাই লি"
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "পুৰনি ফাৰ্চি"
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "ধ্বনিতাত্বিক প্ৰসাৰণ পৰিপূৰক"
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "অতিৰিক্ত যতিচিহ্ন"
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "চিলোটি নাগৰি"
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "টিফিনাগ"
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "উলম্ব বিন্যাস"
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "ন'কো"
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "বালিনিছ"
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "লেটিন প্ৰসাৰিত-C"
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "লেটিন প্ৰসাৰিত-D"
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "ফাগ্চ-পা"
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "ফিনিচিয়ান"
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "কিউনিফৰ্ম"
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "কিউনিফৰ্ম সংখ্যা আৰু বিৰাম-চিহ্ন"
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "কাউন্টিং ৰড সংখ্যা"
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "চুণ্ডানিচ"
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "লেপচা"
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "ঔ চিকি"
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "চিৰিলিক প্ৰসাৰিত-A"
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "ৱাই"
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "চিৰিলিক প্ৰসাৰিত-B"
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "শৌৰাষ্ট্ৰ"
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "কায়াহ লি"
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "ৰেজাং"
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "ছাম"
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "প্ৰাচিন চিহ্নসমূহ"
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "ফাইসটোচ ডিস্ক"
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "লাইচিয়ান"
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "কাৰিয়ান"
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "লাইডিয়ান"
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "মাহজোং টাইল"
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "ডমিনো টাইল"
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "চামাৰিটান"
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "কানাডিয়ান আদিবাসী ভগ্নশাব্দিক বিস্তাৰিত"
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "তাই থাম"
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "বেদিয় বিস্তাৰণসমূহ"
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "লিচু"
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "বামুম"
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "সাধাৰণ ইন্ডিক নম্বৰ সঁজাসমূহ"
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "দেবনাগৰি প্ৰসাৰিত"
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "হেঙুল জামো বিস্তাৰিত-A"
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "জাভানিছ"
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "মাৱানমাৰ বিস্তাৰিত-A"
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "তাই ভিইয়ে"
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "মিতিই মাইয়েক"
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "হেঙুল জামো প্ৰসাৰিত-B"
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "ৰাজকিয় আৰামাইক্"
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "পুৰনি দক্ষিণ আৰবীয়"
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "এভেছটান"
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "ইনস্ক্ৰিপষণেল পাৰথিয়ান"
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "ইনস্ক্ৰিপষণেল পাহলাভি"
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "পুৰনি টাৰ্কিয়"
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "ৰুমি সাংখ্যিক চিহ্নসমূহ"
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "কাইথী"
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "ইজিপটিয় হাইৰোগ্লিফসমূহ"
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "বান্ধীত আল্ফানিউমেৰিক পৰিপূৰক"
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "বান্ধীত প্ৰতিকচিহ্নিত পৰিপূৰক"
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "মেনডেইক"
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "বাটাক"
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "ইথিওপিক প্ৰসাৰিত-A"
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "ব্ৰাহমী"
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "বামুম পৰিপূৰক"
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "কানা পৰিপূৰক"
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "খেলা কাৰ্ডসমূহ"
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "বিভিন্ন চিহ্ন আৰু ছবিলেখচিত্ৰসমূহ"
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "ইমোটিকনবোৰ"
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "পৰিবহন আৰু মানচিত্ৰ চিহ্নসমুহ"
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "এলকেমিকেল চিহ্নসমূহ"
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "আৰবীয় প্ৰসাৰিত-A"
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "আৰবীয় গাণিতিক আক্ষৰিক চিহ্নসমূহ"
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "চাকমা"
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "মিতিই মাইয়েক সম্প্ৰসাৰনসমূহ"
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "মেৰোইটিক কাৰ্চিভ"
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "মেৰোইটিক হাইৰোগ্লিফসমূহ"
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "মিয়াও"
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "শাৰদা"
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "চৰা চমপেঙ"
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "চুণ্ডানিচ পৰিপূৰিকা"
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "টাক্ৰি"
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "সংযুক্তকাৰী বৈশিষ্টসূচক চিহ্ন পৰিপূৰক"
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "বিস্তৃত লেটিন-A"
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "ৰৈখিক"
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "অৱস্থা"
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "মাৱানমাৰ বিস্তাৰিত-A"
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "পুৰনি দক্ষিণ আৰবীয়"
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "পৰিপূৰক কাঁড়বোৰ-A"
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "CJK একত্ৰিত আইডিঅ'গ্ৰাফবোৰৰ প্ৰসাৰণ A"
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "চিৰিলিক প্ৰসাৰিত-A"
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "জৰ্জিয়ান পৰিপূৰক"
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "নতুন"
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "ব্যৱহাৰ"
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "CJK একত্ৰিত আইডিঅ'গ্ৰাফবোৰৰ প্ৰসাৰণ A"
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "মাৱানমাৰ বিস্তাৰিত-A"
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "ছিৰিলিক পৰিপূৰক"
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr ""
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr ""
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr ""
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr ""
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr ""
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr ""
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr ""
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr ""
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr ""
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr ""
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr ""
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr ""
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr ""
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr ""
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr ""
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr ""
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr ""
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr ""
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr ""
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr ""
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr ""
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr ""
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr ""
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr ""
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr ""
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr ""
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr ""
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr ""
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr ""
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr ""
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr ""
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr ""
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr ""
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr ""
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr ""
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr ""
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr ""
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr ""
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr ""
@@ -10408,19 +10390,19 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr ""
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
@@ -14325,13 +14307,13 @@ msgid "None"
msgstr "কোনো নহয়"
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr ""
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
#, fuzzy
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
diff --git a/source/ast/helpcontent2/source/text/scalc/00.po b/source/ast/helpcontent2/source/text/scalc/00.po
index 9714f9c7cdd..f9ca4ab2e36 100644
--- a/source/ast/helpcontent2/source/text/scalc/00.po
+++ b/source/ast/helpcontent2/source/text/scalc/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/ast/>\n"
@@ -2536,13 +2536,13 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
msgstr ""
-#. sBA56
+#. JGKyR
#: sheet_menu.xhp
msgctxt ""
"sheet_menu.xhp\n"
"par_id561684962038778\n"
"help.text"
-msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgid "Choose <menuitem>Review - Protect Sheet</menuitem>"
msgstr ""
#. Fg4o9
diff --git a/source/ast/helpcontent2/source/text/shared/00.po b/source/ast/helpcontent2/source/text/shared/00.po
index 6b0ae321798..d913a4a0e74 100644
--- a/source/ast/helpcontent2/source/text/shared/00.po
+++ b/source/ast/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/ast/>\n"
@@ -1600,6 +1600,15 @@ msgctxt ""
msgid "From the Menu bar:"
msgstr ""
+#. haGjm
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684932173786\n"
+"help.text"
+msgid "From the Context menu:"
+msgstr ""
+
#. 6QF4D
#: 00000004.xhp
msgctxt ""
@@ -1645,6 +1654,15 @@ msgctxt ""
msgid "From the Start Center, click"
msgstr ""
+#. DQteW
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931686300557948\n"
+"help.text"
+msgid "From the Status bar:"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -7225,6 +7243,60 @@ msgctxt ""
msgid "Close"
msgstr ""
+#. DSfYn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110001\n"
+"help.text"
+msgid "Select <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. k9NDc
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110002\n"
+"help.text"
+msgid "Choose <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. WNdsn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685707180577\n"
+"help.text"
+msgid "<image src=\"cmd/lc_templatemanager.svg\" id=\"img_id101685707180578\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id701685707180579\">Icon Template Manager</alt></image>"
+msgstr ""
+
+#. jxZcJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id141685707180581\n"
+"help.text"
+msgid "Templates"
+msgstr ""
+
+#. 72Roy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685707253310\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + N</keycode>"
+msgstr ""
+
+#. SB9PY
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id151685707338424\n"
+"help.text"
+msgid "Click on the <menuitem>Templates</menuitem> button."
+msgstr ""
+
#. GSRTM
#: 00000401.xhp
msgctxt ""
@@ -7351,6 +7423,51 @@ msgctxt ""
msgid "Save a Copy"
msgstr ""
+#. nkjmW
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629430220\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>."
+msgstr ""
+
+#. wN5yQ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685704731179\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>"
+msgstr ""
+
+#. 9Hgnk
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id431513629862558\n"
+"help.text"
+msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File</emph>."
+msgstr ""
+
+#. 8rmQq
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id991685704766726\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveasremote.svg\" id=\"img_id101685704766727\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id951685704766728\">Icon Save Remote</alt></image>"
+msgstr ""
+
+#. JCcsE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id531685704766729\n"
+"help.text"
+msgid "Save Remote"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7477,13 +7594,40 @@ msgctxt ""
msgid "Reload"
msgstr ""
-#. qdS25
+#. NAyAK
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3166425\n"
"help.text"
-msgid "<variable id=\"info1\">Choose <menuitem>File - Properties</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. zRkFS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685706381820\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. qg49k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685706400576\n"
+"help.text"
+msgid "<image src=\"cmd/lc_setdocumentproperties.svg\" id=\"img_id721685706400577\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id401685706400578\">Icon Document Properties</alt></image>"
+msgstr ""
+
+#. hGh4o
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685706400580\n"
+"help.text"
+msgid "Document Properties"
msgstr ""
#. HCGtN
@@ -7513,13 +7657,22 @@ msgctxt ""
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security</menuitem> and, in the <emph>Certificate Path</emph> area, click <menuitem>Certificate</menuitem>."
msgstr ""
-#. bjtF6
+#. ztEvn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11163\n"
"help.text"
-msgid "<variable id=\"digitalsigs\">Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>."
+msgstr ""
+
+#. u6Rcy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_idN11156\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
msgstr ""
#. QA6UC
@@ -7531,22 +7684,40 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Macros - Digital Signature</menuitem>."
msgstr ""
-#. u6Rcy
+#. DW6BN
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_idN11156\n"
+"par_id881685708186380\n"
"help.text"
-msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
+msgid "Choose <menuitem>File - Digital Signatures</menuitem>."
msgstr ""
-#. G3b6A
+#. uxAA2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685708203107\n"
+"help.text"
+msgid "<image src=\"cmd/lc_signature.svg\" id=\"img_id651685708203108\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931685708203109\">Icon Digital Signature</alt></image>"
+msgstr ""
+
+#. gFkGA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id791685708203111\n"
+"help.text"
+msgid "Digital Signature"
+msgstr ""
+
+#. 2UVF3
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN1117E\n"
"help.text"
-msgid "Double-click or right-click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
+msgid "Click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
msgstr ""
#. oUEEy
@@ -7981,6 +8152,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Exit %PRODUCTNAME</menuitem>."
msgstr ""
+#. TJcjf
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685709082165\n"
+"help.text"
+msgid "<image src=\"cmd/lc_quit.svg\" id=\"img_id871685709082167\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id651685709082168\">Icon Exit</alt></image>"
+msgstr ""
+
+#. 4fn3K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685709082170\n"
+"help.text"
+msgid "Exit"
+msgstr ""
+
#. DjhX3
#: 00000401.xhp
msgctxt ""
@@ -15280,24 +15469,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Undo</menuitem>."
msgstr ""
-#. AA56D
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3145160\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>"
-msgstr ""
-
-#. LW82F
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3154094\n"
-"help.text"
-msgid "On the <emph>Standard</emph> bar or <emph>Table Data</emph> bar, click"
-msgstr ""
-
#. AwFxC
#: edit_menu.xhp
msgctxt ""
@@ -15316,23 +15487,23 @@ msgctxt ""
msgid "Undo"
msgstr "Desfacer"
-#. CRhMd
+#. CEAXt
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3145068\n"
+"par_id3145160\n"
"help.text"
-msgid "Choose <menuitem>Edit - Redo</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Z</keycode>"
msgstr ""
-#. VgWZG
+#. CRhMd
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3153897\n"
+"par_id3145068\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Na barra <emph>Estándar</emph>, calca"
+msgid "Choose <menuitem>Edit - Redo</menuitem>."
+msgstr ""
#. 4UACs
#: edit_menu.xhp
@@ -15352,41 +15523,68 @@ msgctxt ""
msgid "Redo"
msgstr ""
-#. VqzCC
+#. hVXND
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id591685963188763\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Y</keycode>"
+msgstr ""
+
+#. 9646J
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3154365\n"
"help.text"
-msgid "<variable id=\"letzter\">Choose <menuitem>Edit - Repeat</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Repeat</menuitem>."
msgstr ""
-#. DyHWB
+#. zyjrz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3149765\n"
+"par_id611685963967520\n"
"help.text"
-msgid "Choose <menuitem>Edit - Cut</menuitem>."
+msgid "<image src=\"cmd/lc_repeat.svg\" id=\"img_id491685963967521\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685963967522\">Icon Repeat</alt></image>"
msgstr ""
-#. siZcT
+#. Vngcs
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3144762\n"
+"par_id121685963967524\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>"
+msgid "Repeat"
msgstr ""
-#. YEYM4
+#. XAUzr
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148744\n"
+"par_id371685963759435\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Na barra <emph>Estándar</emph>, calca"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + Y</keycode>"
+msgstr ""
+
+#. DyHWB
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3149765\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Cut</menuitem>."
+msgstr ""
+
+#. tACpY
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685964587740\n"
+"help.text"
+msgid "Choose <menuitem>Home - Cut</menuitem>."
+msgstr ""
#. zCT5V
#: edit_menu.xhp
@@ -15406,32 +15604,41 @@ msgctxt ""
msgid "Cut"
msgstr ""
-#. 75bkj
+#. AuJsz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3150742\n"
+"par_id3144762\n"
"help.text"
-msgid "Choose <menuitem>Edit - Copy</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + X</keycode>"
msgstr ""
-#. dqu5U
+#. CdvjE
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148923\n"
+"par_id101685965015077\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+C</keycode>"
+msgid "<keycode>Shift + Del</keycode>"
msgstr ""
-#. ENXCh
+#. 75bkj
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159254\n"
+"par_id3150742\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Na barra <emph>Estándar</emph>, calca"
+msgid "Choose <menuitem>Edit - Copy</menuitem>."
+msgstr ""
+
+#. CUyWZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id421685964733661\n"
+"help.text"
+msgid "Choose <menuitem>Home - Copy</menuitem>."
+msgstr ""
#. BEKcn
#: edit_menu.xhp
@@ -15451,32 +15658,41 @@ msgctxt ""
msgid "Copy"
msgstr "Copiar"
-#. zsvyg
+#. WLLXn
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159153\n"
+"par_id3148923\n"
"help.text"
-msgid "Choose <menuitem>Edit - Paste</menuitem>."
-msgstr "Escueyi <menuitem>Editar - Apegar</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + C</keycode>"
+msgstr ""
-#. 2JEAF
+#. PryAi
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155860\n"
+"par_id101685965088876\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>"
+msgid "<keycode>Ctrl + Ins</keycode>"
msgstr ""
-#. wDTHt
+#. zsvyg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159083\n"
+"par_id3159153\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Na barra <emph>Estándar</emph>, calca"
+msgid "Choose <menuitem>Edit - Paste</menuitem>."
+msgstr "Escueyi <menuitem>Editar - Apegar</menuitem>."
+
+#. ynW6V
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id481685965303610\n"
+"help.text"
+msgid "Choose <menuitem>Home - Paste</menuitem>."
+msgstr ""
#. HZLPq
#: edit_menu.xhp
@@ -15496,6 +15712,33 @@ msgctxt ""
msgid "Paste"
msgstr "Apegar"
+#. 5R5Je
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3155860\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + V</keycode>"
+msgstr ""
+
+#. YRBqH
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id261685965384099\n"
+"help.text"
+msgid "<keycode>Shift + Ins</keycode>"
+msgstr ""
+
+#. WopNZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3142791\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Paste Special</menuitem>."
+msgstr ""
+
#. 8U2sv
#: edit_menu.xhp
msgctxt ""
@@ -15505,6 +15748,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Paste Special - Paste Special</menuitem>."
msgstr ""
+#. A3fDq
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id521685966553736\n"
+"help.text"
+msgid "Long click on <menuitem>Home - Paste</menuitem>."
+msgstr ""
+
+#. HHNRa
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id801685967705406\n"
+"help.text"
+msgid "<image src=\"cmd/lc_pastespecial.svg\" id=\"img_id411685967705407\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id261685967705408\">Icon Paste Special</alt></image>"
+msgstr ""
+
+#. CCMPR
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id661685967705410\n"
+"help.text"
+msgid "Paste Special"
+msgstr ""
+
+#. 3r6MK
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id401685968775099\n"
+"help.text"
+msgid "<image src=\"cmd/lc_paste.svg\" id=\"img_id331685968775100\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191685968775101\">Icon Paste</alt></image>"
+msgstr ""
+
+#. cgEiS
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id81685968775103\n"
+"help.text"
+msgid "Paste (long click)"
+msgstr ""
+
#. CFGeE
#: edit_menu.xhp
msgctxt ""
@@ -15604,15 +15892,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Select All</menuitem>."
msgstr ""
-#. mia2c
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3152417\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>"
-msgstr ""
-
#. gXMsj
#: edit_menu.xhp
msgctxt ""
@@ -15631,13 +15910,22 @@ msgctxt ""
msgid "Select All"
msgstr "Esbillalo too"
-#. Tb8Mu
+#. G7z8T
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3152417\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + A</keycode>"
+msgstr ""
+
+#. TGtWv
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3145251\n"
"help.text"
-msgid "<variable id=\"aenderungen\">Choose <menuitem>Edit - Track Changes</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Track Changes</menuitem>."
msgstr ""
#. FtngJ
@@ -15739,6 +16027,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Track Changes - Manage - List</menuitem> tab.<br/>Click an entry in the list and open the context menu.<br/>Choose <emph>Edit Comment</emph>."
msgstr ""
+#. ZGYjQ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id171685981254743\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Comment</menuitem>."
+msgstr ""
+
+#. ABCVo
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id501685985116612\n"
+"help.text"
+msgid "Click on the comment to select and then open the context menu."
+msgstr ""
+
+#. tCQAy
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"hd_id211685985284382\n"
+"help.text"
+msgid "On the Comment note:"
+msgstr ""
+
+#. J6HJx
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685985156516\n"
+"help.text"
+msgid "Click on the drop-down list of the selected comment."
+msgstr ""
+
+#. LSwGJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id711685981703647\n"
+"help.text"
+msgid "Choose <menuitem>Review</menuitem>."
+msgstr ""
+
#. oGZeX
#: edit_menu.xhp
msgctxt ""
@@ -15748,49 +16081,58 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Find</menuitem>."
msgstr ""
-#. cPD4u
+#. Up9Ag
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id31545031\n"
+"par_id511685975100630\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
+msgid "Choose <menuitem>Home - Find</menuitem>."
msgstr ""
-#. f4EM6
+#. ZqAwc
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3156297\n"
+"par_id831685975004752\n"
"help.text"
-msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
+msgid "<image src=\"cmd/lc_recsearch.svg\" id=\"img_id251685975004753\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id521685975004754\">Icon Find</alt></image>"
msgstr ""
-#. 4pWKe
+#. fAhot
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3154503\n"
+"par_id51685975004756\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+H</keycode>"
+msgid "Find"
msgstr ""
-#. UPprs
+#. yhe7q
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155083\n"
+"par_id31545031\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Na barra <emph>Estándar</emph>, calca"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F</keycode>"
+msgstr ""
+
+#. f4EM6
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3156297\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
+msgstr ""
-#. vsGEm
+#. KV28P
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3150020\n"
"help.text"
-msgid "<image id=\"img_id3149121\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
+msgid "<image id=\"img_id3149121\" src=\"cmd/lc_searchdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
msgstr ""
#. jRcHP
@@ -15802,6 +16144,15 @@ msgctxt ""
msgid "Find & Replace"
msgstr "Gueta y troquéu"
+#. 8eSKz
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3154503\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + H</keycode>"
+msgstr ""
+
#. EtPCq
#: edit_menu.xhp
msgctxt ""
@@ -15919,13 +16270,22 @@ msgctxt ""
msgid "<variable id=\"litdat\">Choose <menuitem>Tools - Bibliography Database</menuitem>.</variable>"
msgstr ""
-#. EaFwu
+#. gNsWJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id631686092409826\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Links to External Files</menuitem>."
+msgstr ""
+
+#. L9Jyy
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3149281\n"
"help.text"
-msgid "<variable id=\"link\">Choose <menuitem>Edit - External Links</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - External Links</menuitem>."
msgstr ""
#. xSMBV
@@ -15982,13 +16342,31 @@ msgctxt ""
msgid "<variable id=\"edit3\">Choose <menuitem>Edit - OLE Object - Open</menuitem>.</variable>"
msgstr ""
-#. kQifg
+#. CB5Dg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id951603556032047\n"
"help.text"
-msgid "<variable id=\"reference\">Choose <menuitem>Edit - Reference</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Reference</menuitem>."
+msgstr ""
+
+#. eA6Ct
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id1001686083178681\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id811686083178682\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id281686083178683\">Icon Reference</alt></image>"
+msgstr ""
+
+#. 8BUbV
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id671686083178685\n"
+"help.text"
+msgid "Reference"
msgstr ""
#. PNGYK
diff --git a/source/ast/helpcontent2/source/text/shared/01.po b/source/ast/helpcontent2/source/text/shared/01.po
index bc6786553c4..f5c2821e8e2 100644
--- a/source/ast/helpcontent2/source/text/shared/01.po
+++ b/source/ast/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ast/>\n"
@@ -2563,24 +2563,6 @@ msgctxt ""
msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Saves a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. 8GEre
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save Remote...</item> ."
-msgstr ""
-
-#. 2FysC
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File...</emph> ."
-msgstr ""
-
#. jpc76
#: 01060001.xhp
msgctxt ""
@@ -4048,15 +4030,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">Lets you organize and edit your templates, as well as save the current file as a template.</ahelp>"
msgstr ""
-#. VWjC6
-#: 01110000.xhp
-msgctxt ""
-"01110000.xhp\n"
-"par_01110001\n"
-"help.text"
-msgid "Select <emph>File - Templates</emph>."
-msgstr "Escueyi <emph>Ficheru - Plantíes</emph>."
-
#. xfFYL
#: 01110101.xhp
msgctxt ""
@@ -12787,13 +12760,13 @@ msgctxt ""
msgid "Comment"
msgstr "Comentariu"
-#. gYF3A
+#. rRJxQ
#: 02230300.xhp
msgctxt ""
"02230300.xhp\n"
"hd_id3083278\n"
"help.text"
-msgid "Insert Track Change Comment"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/02230300.xhp\">Insert Track Change Comment</link></variable>"
msgstr ""
#. 56iv7
@@ -14560,13 +14533,13 @@ msgctxt ""
msgid "<bookmark_value>comments;inserting/editing/deleting/printing/resolving</bookmark_value> <bookmark_value>comments;hide resolved</bookmark_value> <bookmark_value>comments;resolve in text documents</bookmark_value> <bookmark_value>inserting; comments</bookmark_value> <bookmark_value>editing; comments</bookmark_value> <bookmark_value>deleting;comments</bookmark_value> <bookmark_value>Navigator;comments</bookmark_value> <bookmark_value>printing;comments</bookmark_value> <bookmark_value>resolving;comments</bookmark_value> <bookmark_value>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>"
msgstr ""
-#. zNaVC
+#. nhCGe
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3154100\n"
"help.text"
-msgid "<link href=\"text/shared/01/04050000.xhp\">Comment</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/04050000.xhp\">Comment</link></variable>"
msgstr ""
#. B5Lac
@@ -50173,23 +50146,23 @@ msgctxt ""
msgid "<ahelp hid=\".\">Insert clipboard table data in a table as new rows instead of overwriting the content of the original cells of the target table.</ahelp>"
msgstr ""
-#. oivUB
+#. k6vZo
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"tit\n"
"help.text"
-msgid "Paste Special"
-msgstr "Apegáu especial"
+msgid "Paste Special Menu"
+msgstr ""
-#. 4Vh77
+#. xL3tw
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"hd_id361584804540671\n"
"help.text"
-msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special</link></variable>"
-msgstr "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Apegáu especial</link></variable>"
+msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special Menu</link></variable>"
+msgstr ""
#. RWjTr
#: pastespecialmenu.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/02.po b/source/ast/helpcontent2/source/text/shared/02.po
index 04296ac2823..c3f0466bcc4 100644
--- a/source/ast/helpcontent2/source/text/shared/02.po
+++ b/source/ast/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-15 05:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/ast/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-POOTLE-MTIME: 1542028589.000000\n"
@@ -12599,13 +12599,31 @@ msgctxt ""
msgid "<link href=\"text/shared/02/07070000.xhp\">Edit Mode</link>"
msgstr ""
-#. hZBXN
+#. AhNdc
#: 07070000.xhp
msgctxt ""
"07070000.xhp\n"
"par_id3153089\n"
"help.text"
-msgid "<ahelp hid=\".uno:EditDoc\" visibility=\"hidden\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgid "<ahelp hid=\".uno:EditDoc\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgstr ""
+
+#. FDnmk
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id251686099274448\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Edit Mode</menuitem>."
+msgstr ""
+
+#. 7WzFi
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id1001686099454407\n"
+"help.text"
+msgid "Choose <menuitem>Review - Edit Mode</menuitem>."
msgstr ""
#. VpjVS
@@ -12626,6 +12644,15 @@ msgctxt ""
msgid "Edit Mode"
msgstr "Mou d'edición"
+#. dCCDo
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id471686099219977\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + M</keycode>"
+msgstr ""
+
#. 2GUFC
#: 07070000.xhp
msgctxt ""
@@ -12905,22 +12932,31 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr ""
-#. cMHrB
+#. tExb7
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
-"par_id161616407054506\n"
+"par_id341686079869387\n"
"help.text"
-msgid "On <link href=\"text/shared/main0201.xhp\"><emph>Standard</emph></link> bar, click"
+msgid "Choose <menuitem>Edit Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr ""
-#. MSjJA
+#. GYAT9
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id511686079721406\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Hyperlink</menuitem>."
+msgstr ""
+
+#. CuQ8K
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
"par_id3154927\n"
"help.text"
-msgid "<image id=\"img_id3093440\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon</alt></image>"
+msgid "<image id=\"img_id3093440\" src=\"cmd/lc_inserthyperlink.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon Hyperlink</alt></image>"
msgstr ""
#. Dty7B
@@ -12932,6 +12968,15 @@ msgctxt ""
msgid "Hyperlink Dialog"
msgstr "Diálogu de hiperenllaces"
+#. mPi9C
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id121686079478786\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + K</keycode>"
+msgstr ""
+
#. H2EQu
#: 09070000.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/shared/menu.po b/source/ast/helpcontent2/source/text/shared/menu.po
index c4529dc9951..91535571b8c 100644
--- a/source/ast/helpcontent2/source/text/shared/menu.po
+++ b/source/ast/helpcontent2/source/text/shared/menu.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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2022-04-04 09:46+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedmenu/ast/>\n"
@@ -16,6 +16,240 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1464059254.000000\n"
+#. kAYUQ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comments Menu"
+msgstr ""
+
+#. iAF2Y
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id381685980724188\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/menu/comment_menu.xhp\">Comments Menu</link></variable>"
+msgstr ""
+
+#. nxWrC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941603125587454\n"
+"help.text"
+msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
+msgstr ""
+
+#. ZpC2v
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id771685982803183\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. Gvcr8
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id491685993001013\n"
+"help.text"
+msgid "Inserts a new comment adjacent to the comment to which you want to reply. The comment anchor is the same for all comments in the thread."
+msgstr ""
+
+#. rcW2w
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id341685992961744\n"
+"help.text"
+msgid "<image src=\"cmd/lc_replycomment.svg\" id=\"img_id911685992961745\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685992961746\">Icon Reply Comment</alt></image>"
+msgstr ""
+
+#. DBxGw
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id661685992961748\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. z6sGj
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id931685994600871\n"
+"help.text"
+msgid "Replying a comment creates a comment thread."
+msgstr ""
+
+#. ihDxZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id951685982807912\n"
+"help.text"
+msgid "Resolve / Unresolve"
+msgstr ""
+
+#. M6x5n
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id751685993265436\n"
+"help.text"
+msgid "Marks the comment as <emph>Resolved</emph> (or <emph>Unresolved</emph>). When you mark the comment resolved, the word <emph>Resolved</emph> is inserted under the date in the comment box. When marking unresolved, the word <emph>Resolved</emph> is removed."
+msgstr ""
+
+#. EfGUV
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id541685982812304\n"
+"help.text"
+msgid "Resolve Thread"
+msgstr ""
+
+#. LvCLG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id171685994484069\n"
+"help.text"
+msgid "Marks the comment thread as <emph>Resolved</emph> (or <emph>Unresolved</emph>). All comments in the thread are marked <emph>Resolved</emph> (or <emph>Unresolved)</emph>."
+msgstr ""
+
+#. 4bSUA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id811685982816727\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. rJq6j
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id241685994046592\n"
+"help.text"
+msgid "Deletes the comment."
+msgstr ""
+
+#. 9vvEv
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id721685994175303\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteannotation.svg\" id=\"img_id161685994175304\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id751685994175306\">Icon Delete Comment</alt></image>"
+msgstr ""
+
+#. gi9Xt
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id641685994175307\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. 6DKqG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id411685982821640\n"
+"help.text"
+msgid "Delete Comment Thread"
+msgstr ""
+
+#. w7wTC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941685994231483\n"
+"help.text"
+msgid "Deletes all comments of the same thread."
+msgstr ""
+
+#. AKAAD
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id801685982825543\n"
+"help.text"
+msgid "Delete Comment By"
+msgstr ""
+
+#. tfGAA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id631685994308029\n"
+"help.text"
+msgid "Deletes all comments of the same author."
+msgstr ""
+
+#. J5FWB
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id321685982829794\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. zmziK
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id131685994324823\n"
+"help.text"
+msgid "Deletes all comments of the document."
+msgstr ""
+
+#. mnSiZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id881685994350879\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteallannotation.svg\" id=\"img_id501685994350880\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685994350881\">Icon Delete All Comments</alt></image>"
+msgstr ""
+
+#. 5wMSG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id371685994350883\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. 3ijYG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id701685995308264\n"
+"help.text"
+msgid "Format All Comments"
+msgstr ""
+
+#. WBBq9
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id481685995582479\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/01/05020000.xhp\">Format Character</link> dialog to set font, font effects, position and highlighting of all comments text."
+msgstr ""
+
#. rxCQJ
#: forms.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/swriter.po b/source/ast/helpcontent2/source/text/swriter.po
index 5101b63ea29..fe82ef46882 100644
--- a/source/ast/helpcontent2/source/text/swriter.po
+++ b/source/ast/helpcontent2/source/text/swriter.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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-10 07:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/ast/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1540152129.000000\n"
#. x2qZ6
@@ -241,51 +241,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
msgstr "<ahelp hid=\".\">Esti menú contién comandos pa editar los conteníos del documentu actual.</ahelp>"
-#. TV7tD
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3147619\n"
-"help.text"
-msgid "Select Text"
-msgstr "Esbillar testu"
-
-#. Hug2v
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id102920150120455108\n"
-"help.text"
-msgid "Go to Page"
-msgstr ""
-
-#. GjSQM
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id102920150120456660\n"
-"help.text"
-msgid "Opens a dialog box to enter which page number should be shown. (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+G</keycode>)"
-msgstr ""
-
-#. xFstf
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id11603124968334\n"
-"help.text"
-msgid "Comment"
-msgstr ""
-
-#. ycoWJ
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id941603125587454\n"
-"help.text"
-msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
-msgstr ""
-
#. FDHX2
#: main0102.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/swriter/00.po b/source/ast/helpcontent2/source/text/swriter/00.po
index cf0e13ebb95..8a6d7fa8717 100644
--- a/source/ast/helpcontent2/source/text/swriter/00.po
+++ b/source/ast/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-03-07 22:32+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/ast/>\n"
@@ -322,14 +322,122 @@ msgctxt ""
msgid "<variable id=\"datenaust\">Choose <emph>Edit - Exchange Database</emph></variable>"
msgstr "<variable id=\"datenaust\">Escueya <emph>Editar - Intercambiar Base de Datos</emph></variable>"
-#. DXxuu
+#. CGgT4
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3146316\n"
"help.text"
-msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>"
-msgstr "<variable id=\"feldbefehl\">Escueya<emph>Editar - Campos</emph></variable>"
+msgid "Choose <menuitem>Edit - Fields</menuitem>."
+msgstr ""
+
+#. z7vy3
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601686084207673\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. aWNoC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id621686084297019\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. KJtNh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id261686084354397\n"
+"help.text"
+msgid "<menuitem>Edit Field</menuitem>"
+msgstr ""
+
+#. RDJDe
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id241686084284027\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. UAFwh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id671686084291318\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. PQnPz
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761686084998093\n"
+"help.text"
+msgid "Choose <menuitem>References - Fields</menuitem>."
+msgstr ""
+
+#. hpgYC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571686085013340\n"
+"help.text"
+msgid "Choose <menuitem>References - Cross-references</menuitem>."
+msgstr ""
+
+#. vSzco
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id211686084424319\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id501686084424320\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id741686084424321\">Icon Cross-Reference</alt></image>"
+msgstr ""
+
+#. dvoeF
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id921686084424323\n"
+"help.text"
+msgid "Cross-Reference"
+msgstr ""
+
+#. ZmfMu
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id911686084496205\n"
+"help.text"
+msgid "<image src=\"cmd/lc_addfield.svg\" id=\"img_id871686084496206\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id621686084496207\">Icon Insert Field</alt></image>"
+msgstr ""
+
+#. pEDLA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id481686084496209\n"
+"help.text"
+msgid "Insert Field"
+msgstr ""
+
+#. x9PQn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id161686084056231\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F2</keycode>"
+msgstr ""
#. t2xAY
#: 00000402.xhp
@@ -385,14 +493,50 @@ msgctxt ""
msgid "<variable id=\"lit\">Choose <emph>Edit - Bibliography Entry</emph></variable>"
msgstr "<variable id=\"lit\">Escueya <emph>Editar - Entrada bibliográfica</emph></variable>"
-#. qG3yF
+#. MfDB3
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3973204\n"
"help.text"
-msgid "<variable id=\"selection_mode\">Choose <emph>Edit - Selection Mode</emph></variable>"
-msgstr "<variable id=\"selection_mode\">Escueya<emph>Editar - Mou de Seleición</emph></variable>"
+msgid "Choose <menuitem>Edit - Selection Mode</menuitem>"
+msgstr ""
+
+#. Sppap
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id491685970640972\n"
+"help.text"
+msgid "Click the <menuitem>Selection</menuitem> area."
+msgstr ""
+
+#. VAPQj
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761685972500574\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Select Text</menuitem>."
+msgstr ""
+
+#. YSDSS
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571685973272593\n"
+"help.text"
+msgid "Choose <menuitem>Select Text</menuitem>."
+msgstr ""
+
+#. ZZrGn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id51685972424605\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + I</keycode>"
+msgstr ""
#. DLEkm
#: 00000402.xhp
@@ -403,6 +547,60 @@ msgctxt ""
msgid "<variable id=\"direct_cursor\">Choose <emph>Edit - Direct Cursor Mode</emph></variable>"
msgstr "<variable id=\"selection_mode\">Escueya<emph>Editar - Mou de Seleición</emph></variable>"
+#. aWUsm
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601685977093827\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Go to Page</menuitem>."
+msgstr ""
+
+#. ELFmx
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id931685977488251\n"
+"help.text"
+msgid "Choose <menuitem>Home tab menu - Go to Page</menuitem>."
+msgstr ""
+
+#. xdsdD
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id961685977342894\n"
+"help.text"
+msgid "<image src=\"cmd/lc_gotopage.svg\" id=\"img_id321685977342895\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id901685977342896\">Icon Go to Page</alt></image>"
+msgstr ""
+
+#. mEGRA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id191685977342898\n"
+"help.text"
+msgid "Go to Page"
+msgstr ""
+
+#. qAucq
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id651685976992603\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + G</keycode>"
+msgstr ""
+
+#. Rpgek
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id551685977289618\n"
+"help.text"
+msgid "Click on the <emph>Page number</emph> area."
+msgstr ""
+
#. cjzea
#: 00000403.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/swriter/01.po b/source/ast/helpcontent2/source/text/swriter/01.po
index d6ba2be42a8..44ad44f30ec 100644
--- a/source/ast/helpcontent2/source/text/swriter/01.po
+++ b/source/ast/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/ast/>\n"
@@ -25990,24 +25990,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr "Cifres árabes"
-#. hyBpE
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3150708\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. 9YEFF
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3153533\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
#. PNNRW
#: 06060100.xhp
msgctxt ""
@@ -26026,24 +26008,6 @@ msgctxt ""
msgid "Roman numerals (lower)"
msgstr "Cifres romanes en minúscula"
-#. EiABw
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3151332\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. DxFBt
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3149820\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. CT77W
#: 06060100.xhp
msgctxt ""
@@ -26296,15 +26260,6 @@ msgctxt ""
msgid "Description"
msgstr "Descripción"
-#. BoqBZ
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150981\n"
-"help.text"
-msgid "1, 2, 3"
-msgstr "1, 2, 3"
-
#. ECZ4S
#: 06080100.xhp
msgctxt ""
@@ -26314,51 +26269,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr "Cifres árabes"
-#. oEuGf
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150763\n"
-"help.text"
-msgid "A, B, C"
-msgstr "A, B, C"
-
-#. GBURp
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153154\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. MAEkA
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3151171\n"
-"help.text"
-msgid "a, b, c"
-msgstr "a, b, c"
-
-#. NGbwW
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147508\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
-#. CCgce
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150706\n"
-"help.text"
-msgid "I, II, III"
-msgstr "I, II, III"
-
#. uviUq
#: 06080100.xhp
msgctxt ""
@@ -26368,15 +26278,6 @@ msgctxt ""
msgid "Roman numerals (upper case)"
msgstr "Cifres romanes en mayúscula"
-#. xBuC9
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153530\n"
-"help.text"
-msgid "i, ii, iii"
-msgstr "i, ii, iii"
-
#. JQFJY
#: 06080100.xhp
msgctxt ""
@@ -26386,42 +26287,6 @@ msgctxt ""
msgid "Roman numerals (lower case)"
msgstr "Cifres romanes en minúscula"
-#. P9ob7
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147525\n"
-"help.text"
-msgid "A,... AA,... AAA,..."
-msgstr "A,... AA,... AAA,..."
-
-#. jVvL6
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3155895\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. KxeRb
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3154194\n"
-"help.text"
-msgid "a,... aa,... aaa,..."
-msgstr "a,... aa,... aaa,..."
-
-#. DNnWm
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3149297\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. QiWFL
#: 06080100.xhp
msgctxt ""
@@ -28555,13 +28420,13 @@ msgctxt ""
msgid "Add, Modify and Remove"
msgstr ""
-#. WEjFh
+#. H68FW
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_id931672738656225\n"
"help.text"
-msgid "Respectively, adds, moves and removes items in the list."
+msgid "Respectively, adds, modifies and removes items in the list."
msgstr ""
#. xorCa
@@ -28591,76 +28456,13 @@ msgctxt ""
msgid "Date Format"
msgstr ""
-#. gMmqv
+#. FJPXb
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10564\n"
"help.text"
-msgid "Select the date format to display the date of the date content control."
-msgstr ""
-
-#. k5UDL
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"tit\n"
-"help.text"
-msgid "Reference (Edit)"
-msgstr ""
-
-#. 7DnD9
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id1001603128268578\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/edit_reference_submenu.xhp\">Reference</link>"
-msgstr ""
-
-#. 6LFFX
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id411603128291771\n"
-"help.text"
-msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
-msgstr ""
-
-#. 4WjGu
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147302\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
-msgstr ""
-
-#. Q5YzA
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147327\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
-msgstr ""
-
-#. b6WK8
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id561673359242198\n"
-"help.text"
-msgid "Edits the selected index entry."
-msgstr ""
-
-#. p7mQW
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147352\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
+msgid "Select the date format to display in the date content control."
msgstr ""
#. YwkE4
@@ -28708,6 +28510,51 @@ msgctxt ""
msgid "Edits Fontwork effects of the selected object that has been created with the previous Fontwork dialog."
msgstr "Edita los efeutos Fontwork del oxetu escoyíu que se creó col diálogu Fontwork anterior."
+#. 2RhYQ
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go To Page"
+msgstr ""
+
+#. U9KWf
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"hd_id921685976329840\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/goto.xhp\">Go to Page</link></variable>"
+msgstr ""
+
+#. DqUnC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id901685976329842\n"
+"help.text"
+msgid "Opens a dialog box to enter which page number should be shown."
+msgstr ""
+
+#. cbKy4
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id761685978118901\n"
+"help.text"
+msgid "Enter the page number or use the spin box to define the page to display."
+msgstr ""
+
+#. J5XfC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id631685978506671\n"
+"help.text"
+msgid "The page number entered in the <emph>Go to Page</emph> dialog is absolute within the document and may not correspond to the page number displayed by the page numbering scheme."
+msgstr ""
+
#. YhLG4
#: legacynumbering.xhp
msgctxt ""
@@ -32236,6 +32083,33 @@ msgctxt ""
msgid "<embedvar href=\"text/swriter/guide/protection.xhp#protection\"/>"
msgstr ""
+#. 63j54
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Text"
+msgstr ""
+
+#. 4dGGQ
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"hd_id771685971612111\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/select_text.xhp\">Select Text</link></variable>"
+msgstr ""
+
+#. DMH7U
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"par_id971685971990775\n"
+"help.text"
+msgid "You can enable a selection cursor in a <emph>read-only</emph> text document."
+msgstr ""
+
#. KadxR
#: selection_mode.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/swriter/menu.po b/source/ast/helpcontent2/source/text/swriter/menu.po
index 12345deb287..9eee3d0f8bc 100644
--- a/source/ast/helpcontent2/source/text/swriter/menu.po
+++ b/source/ast/helpcontent2/source/text/swriter/menu.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: 2023-03-02 11:51+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-03-23 21:04+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswritermenu/ast/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1462662262.000000\n"
#. acMEH
@@ -187,6 +187,69 @@ msgctxt ""
msgid "Contains a calendar control. Limits text to a single paragraph."
msgstr ""
+#. k5UDL
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Reference (Edit)"
+msgstr ""
+
+#. MKMWr
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id1001603128268578\n"
+"help.text"
+msgid "<link href=\"text/swriter/menu/edit_reference_submenu.xhp\">Reference</link>"
+msgstr ""
+
+#. 6LFFX
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id411603128291771\n"
+"help.text"
+msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
+msgstr ""
+
+#. 4WjGu
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147302\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
+msgstr ""
+
+#. Q5YzA
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147327\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
+msgstr ""
+
+#. b6WK8
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id561673359242198\n"
+"help.text"
+msgid "Edits the selected index entry."
+msgstr ""
+
+#. p7mQW
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147352\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
+msgstr ""
+
#. tP5yN
#: insert_footnote_endnote.xhp
msgctxt ""
diff --git a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
index 638dccd2975..b7d8c121839 100644
--- a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.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: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: 2023-05-29 20:35+0000\n"
+"PO-Revision-Date: 2023-06-07 12:01+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ast/>\n"
"Language: ast\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1542022492.000000\n"
#. W5ukN
@@ -10982,7 +10982,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Delete Row"
-msgstr ""
+msgstr "Desaniciar filera"
#. yTCcA
#: DrawImpressCommands.xcu
diff --git a/source/ast/sc/messages.po b/source/ast/sc/messages.po
index afd9f865aa4..5232f7ac444 100644
--- a/source/ast/sc/messages.po
+++ b/source/ast/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: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ast/>\n"
@@ -32844,10 +32844,10 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr "Opciones de separtamientu"
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
+msgid "Format _quoted field as text"
msgstr ""
#. VAC6B
@@ -32904,10 +32904,10 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
diff --git a/source/ast/scp2/source/calc.po b/source/ast/scp2/source/calc.po
index e76911db9e5..ad0f4677e17 100644
--- a/source/ast/scp2/source/calc.po
+++ b/source/ast/scp2/source/calc.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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2023-05-24 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcecalc/ast/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1492007708.000000\n"
#. rTGYE
@@ -222,3 +222,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr "Numbers d'Apple"
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/ast/svx/messages.po b/source/ast/svx/messages.po
index 1396acbddc8..e9c494325fc 100644
--- a/source/ast/svx/messages.po
+++ b/source/ast/svx/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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-08 22:39+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ast/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542022499.000000\n"
#. 3GkZj
@@ -6262,29 +6262,29 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Color del documentu"
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
-msgstr "Fondu escuru 1"
+msgid "Dark 1"
+msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
-msgstr "Testu claru 1"
+msgid "Light 1"
+msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
-msgstr "Fondu escuru 2"
+msgid "Dark 2"
+msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
-msgstr "Testu claru 2"
+msgid "Light 2"
+msgstr ""
#. NAAZJ
#: include/svx/strings.hrc:1127
@@ -6334,389 +6334,371 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr "Hiperenllaz andáu"
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
-msgstr "%1, 80% más claru"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
+msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr "%1, 60% más claru"
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr "%1, 40% más claru"
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr "%1, 25% más escuru"
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
-msgstr "%1, 50% más escuru"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
+msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Estrusión"
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Activar o desactivar estrusión"
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Enclinar haza abaxo"
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Enclinar haza arriba"
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Enclinar haza la esquierda"
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Enclinar haza la drecha"
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Cambiar profundidá d'estrusión"
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Cambiar orientación"
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Cambiar triba de proyeición"
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Cambiar illuminación"
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Cambiar brillu"
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Cambiar superficie d'estrusión"
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Cambiar color d'estrusión"
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "B:"
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "V:"
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "A:"
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwork"
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Aplicar forma de Fontwork"
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Aplicar mesmu altor de lletres de Fontwork"
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Aplicar alliniación de Fontwork"
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Aplicar espaciu ente caráuteres de Fontwork"
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "con"
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Estilu"
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "y"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Control d'esquines"
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Seleición d'un puntu de la esquina."
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Arriba a la esquierda"
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Centráu enriba"
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Arriba a la drecha"
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Centráu a la esquierda"
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Centráu"
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Centráu a la drecha"
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Abaxo a la esquierda"
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Centráu abaxo"
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Abaxo a la drecha"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Elementu de control del contornu"
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Equí ye onde pues editar el contornu."
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Escoyeta de símbolos"
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "Esbilla los caráuteres especiales nesti área."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Códigu de caráuter "
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Ye obligatoria una entrada nel campu «#». Escribi un valor."
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Formularios"
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Dengún control escoyíu"
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Propiedaes: "
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Propiedaes del formulariu"
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Restolador de formulariu"
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Formulariu"
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr "Anubríu"
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Formulariu"
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Control anubríu"
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Elementu de control"
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Rexistru"
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "de"
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Amestar campu:"
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Fallu al rexistrar datos na base de datos"
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Hebo un fallu al analizar la espresión de la consulta"
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "Quies desaniciar 1 rexistru de datos."
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# rexistros se desaniciarán."
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6726,337 +6708,337 @@ msgstr ""
"¿Quier siguir de toles maneres?"
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Barra de navegación"
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Columna"
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Afitar propiedá «#»"
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Inxertar nel contenedor"
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Desaniciar #"
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Desaniciar # oxetos"
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Camudar un elementu contenedor"
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Camudar campu de control"
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Campu de testu"
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Caxella de verificación"
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Caxa combinada"
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Llistáu"
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Campu de data"
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Campu de tiempu"
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Campu numbéricu"
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Campu de moneda"
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Campu mazcaritáu"
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Campu formatiáu"
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Botón pa calcar"
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Campu d'opción"
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Campu d'etiqueta"
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Marcu de grupu"
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Botón gráficu"
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Control d'imaxe"
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Esbilla de ficheros"
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Control de tables "
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Barra de desplazamientu"
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Botón de Escoyeta"
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Barra de navegación"
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Esbilla múltiple"
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr ""
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "¡Nel formulariu actual nun existen controles asociaos con datos!"
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Data)"
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Hora)"
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Restolador de peñeres"
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Peñerar por"
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "O"
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "El formulariu actual nun caltién controles válidos que se puedan usar na vista de tabla."
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<Campu automáticu>"
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Fallu de sintaxis na espresión SQL"
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "El valor #1 nun se pue usar con LIKE."
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "LIKE nun se pue usar con esti campu."
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "El valor especificáu nun ye una data válida. Pon una data con un formatu válidu, por exemplu, MM/DD/AA."
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "El campu nun puede comparase con un enteru."
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "La base datos nun contién una tabla denomada «#»."
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "La base de datos nun contién una tabla nin una consulta denomada «#»."
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "La base datos yá contién una tabla o vista denomada «#»."
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "La base datos yá caltién una consulta denomada «#»."
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "La columna «#1» nun se reconoz na tabla «#2»."
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "El campu nun se pue comparar con un númberu de coma flotante."
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "El criteriu indicáu nun se pue comparar con esti campu."
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Restolador de datos"
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (namái llectura)"
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "El ficheru yá existe. ¿Quies reemplazalu?"
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "etiqueta #object#"
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
@@ -7067,7 +7049,7 @@ msgstr ""
"¿De verdá quies desaniciar esti modelu?"
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
@@ -7078,7 +7060,7 @@ msgstr ""
"¿De verdá quies desaniciar esta instancia?"
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -7088,13 +7070,13 @@ msgstr ""
"¿Bramente quies desaniciar esti elementu?"
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "¿De verdá quies desaniciar l'atributu «$ATTRIBUTENAME»?"
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
@@ -7107,7 +7089,7 @@ msgstr ""
"¿Quies bramente desaniciar esti unviu?"
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
@@ -7120,1077 +7102,1077 @@ msgstr ""
"¿Quies bramente desaniciar esti enllaz?"
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "El nome «%1» nun val en XML. Escribi un nome distintu."
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "El prefixu «%1» nun val en XML. Escribi un prefixu distintu."
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Yá esiste'l nome «%1». Escribi un nome nuevu."
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "L'unvíu tien de tener asignáu un nome."
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Put"
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Get"
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
#, fuzzy
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Denguna"
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
#, fuzzy
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "~Instancies"
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Documentu"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Enllaz: "
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Referencia: "
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Actuación: "
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Métodu: "
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Trocar: "
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Amestar elementu"
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Editar elementu"
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Desaniciar elementu"
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Amestar atributu"
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Editar atributu"
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Desaniciar atributu"
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Amestar enllaz"
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Editar enllaz"
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Desaniciar enllaz"
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Amestar unviu"
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Editar unviu"
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Desaniciar unviu"
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Elementu"
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Atributu"
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
#, fuzzy
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Enllaces"
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Espresión d'enllaz"
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
#, fuzzy
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "¿Seguro que quier encaboxar la recuperación de documentos de %PRODUCTNAME?"
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Esquierda"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Mandrecha"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Centrar"
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Decimal"
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Sobrescribir"
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "Inxertar"
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Robla dixital: La robla del documentu ye correuta."
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Robla dixital: La robla del documentu ye correuta, pero nun se pudieron validar los certificaos."
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Robla Dixital: El documentu nun tien robla."
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Robla dixital: La robla del documentu y el certificáu son correutos, pero nun tan roblaes toles partes del documentu."
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
#, fuzzy
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "El documentu camudó. Fai doble click pa guardalu."
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "El documentu nun camudó dende'l caberu guardáu."
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Cargando'l documentu..."
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr ""
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr "Nun pudieron cargase tolos oxetos de SmartArt. Guardar en Microsoft Office 2010 o posterior va evitar esti problema."
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr ""
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr ""
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr ""
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr ""
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr ""
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr "Fórmula"
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr "Filera y columna"
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Averar"
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Alloñar"
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Tola páxina"
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Anchor de páxina"
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Meyor vista"
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Incluyendo estilos"
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
#, fuzzy
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Estilos de párrafu"
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Estilos de caxella"
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Clave de busca non atopada"
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr "Nun s'alcontró l'elementu de navegación"
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Paleta de colores"
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr "Trocador de colores"
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr "Efeutos 3D"
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Contraseña incorreuta"
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Les contraseñes nun concasen"
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Viñetes pequeñes sólides circulares"
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Viñetes grandes sólides circulares"
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Viñetes sólides con forma de rombu"
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Viñetes grandes sólides cuadraes"
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Viñetes en forma de flecha a la drecha"
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Viñetes en forma de flecha a la drecha"
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
#, fuzzy
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Númberu (1) (2) (3)"
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Númberu 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Númberu (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Númberu romanu en mayúscules I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Lletra mayúscula A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Lletra minúscula a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Lletra minúscula (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Númberu romanu en minúscules i. ii. iii."
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
msgstr ""
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
msgstr ""
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Numbéricu con tolos subniveles"
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Viñeta hacia la drecha, viñeta en forma de flecha a la drecha, viñeta sólida en forma de rombu, viñeta pequeña sólida circular"
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Nun pudo crease'l ficheru ZIP."
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Estilos de diseñu de tables"
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Aiciones pa desfacer: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Aiciones pa desfacer: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Aiciones pa refacer: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Aiciones pa refacer: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Guetar"
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Concasar mayúscules y minúscules"
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr ""
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr "$(CAPACITY) KiB"
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr "$(CAPACITY) KiB (reducíu nun $(REDUCTION)%)"
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr "Imaxe GIF"
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr "Imaxe JPEG"
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "Imaxe PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "Imaxe TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "Imaxe WMF"
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "Imaxe MET"
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "Imaxe PCT"
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "Imaxe SVG"
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "Imaxe BMP"
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr "Imaxe WebP"
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Desconocíu"
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Conmutar"
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Mou d'imaxe"
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Bermeyu"
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Verde"
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Azul"
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Rellumu"
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Contraste"
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gama"
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Tresparencia"
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Recortar"
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Orientación predeterminada"
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "D'arriba haza abaxo"
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "D'abaxo haza arriba"
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Apiláu"
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Marxe izquierdu: "
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Marxe superior: "
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Marxe derechu: "
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Marxe inferior: "
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Descripción de la páxina: "
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Mayúscules"
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Minúscules"
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Mayúscules romanes"
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Minúscules romanes"
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Árabe"
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Dengún"
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Apaisáu"
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Retratu"
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Izquierda"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Derecha"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Too"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Espeyáu"
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Autor: "
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Data: "
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Testu: "
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Fondu de caráuter"
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Paleta de colores"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8198,2173 +8180,2173 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Llatín básicu"
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Llatín-1"
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Llatín Estendíu A"
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Llatín Estendíu B"
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "Estensiones IPA"
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Lletres modificadores d'espaciáu"
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Combinación de caráuteres diacríticos"
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Griegu básicu"
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Símbolos Griegos y Coptu"
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Cirílicu"
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armeniu"
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Hebréu básicu"
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebréu estendíu"
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Árabe Básicu"
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Arabe Estendíu"
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengalí"
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Guyarati"
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamil"
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannada"
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malayalam"
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Tailandés"
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Laosianu"
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Xorxanu básicu"
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Xorxanu Estendíu"
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangul Jamo"
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Griegu estendíu"
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Puntuación xeneral"
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Superíndices y subíndices"
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Símbolos monetarios"
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Combinación de símbolos diacríticos"
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Símbolos asemeyaos a lletres"
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Símbolos numbéricos"
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Fleches"
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Operadores matemáticos"
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Dellos caráuteres téunicos"
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Imaxes de control"
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Reconocimientu ópticu de caráuteres"
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Alfanumbéricos axuntos"
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Dibuxos de marcu"
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Elementos de bloque"
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Formes xeométriques"
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Dellos símbolos"
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Dingbats"
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "Símbolos y puntuación CJK"
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Ḥiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofu"
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Jamo con compatibilidá Hangul"
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "Dellos caráuteres CJK"
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "Caráuteres y meses incluyíos en CJK"
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "CJK Compatibilidá"
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "Ideografíes unificaes CJK"
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "Ideogrames CJK unificaos estensión A"
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Área d'usu priváu"
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "Ideogrames de compatibilidá CJK"
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Formes de presentación alfabética"
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Formes de presentación árabes A"
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Marques intermedies combinantes"
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "Formes de compatibilidá CJK"
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Variantes de formes pequeñes"
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Formes de presentación árabes B"
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Formes anches y mediu anches"
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Especiales"
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Sílabes Yi"
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Radicales yi"
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Itálicu antiguu"
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Góticu"
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Deseret"
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Símbolos musicales bizantinos"
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Símbolos musicales"
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Símbolos matemáticos alfanuméricos"
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "Estensiones ideográfiques unificaes CJK B"
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "Estensiones ideográfiques unificaes CJK C"
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "Estensiones ideográfiques unificaes CJK D"
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "Suplementu de compatibilidá ideográfica CJK"
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Etiquetes"
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Suplementu cirílicu"
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Selectores de variación"
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Área d'usu priváu suplementaria A"
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Área d'usu priváu suplementaria B"
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Tai Le"
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Símbolos ḥemeres"
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Estensiones fonétiques"
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Símbolos y fleches diversos"
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Símbolos d'hexagrama Yijing"
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Sílabariu llinial B"
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Ideogrames lliniales B"
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Númberos exeos"
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Ugaríticu"
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Shavianu"
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Osmanya"
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Singalés"
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetanu"
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Birmanu"
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Ḥemer"
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogham"
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Rúnicu"
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Siriu"
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Etíope"
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Cheroki"
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Sílabes aboríxenes canadienses"
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongol"
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Dellos símbolos matemáticos A"
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Fleches suplementaries A"
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Patrones Braille"
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Fleches suplementaries B"
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Dellos símbolos matemáticos B"
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "Radicales suplementarios de CJK"
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Radicales Kangxi"
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Caráuteres de descripción d'ideogrames"
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalu"
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofu estendíu"
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Fonética de Katakana"
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "Trazos CJK"
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Silabariu chipriota"
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Símbolos Tai Xuan Jing"
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Suplementu de selectores de variación"
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Escritura musical griega antigua"
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Númberos griegos antiguos"
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Suplementu del árabe"
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Buxinés"
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Suplementu de signos diacríticos pa combinar"
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Cópticu"
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Etíope estendíu"
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Suplementu etíope"
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Suplementu xeorxanu"
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Glagolíticu"
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Kharoshthi"
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Lletres que camuden la entonación"
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Tai Lue nuevu"
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Persa antiguu"
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Suplementu d'estensiones fonétiques"
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Puntuación suplementaria"
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Formes verticales"
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Nko"
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balinés"
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Llatín estendíu-C"
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Llatín estendíu-D"
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Phags-Pa"
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Feniciu"
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Cuneiforme"
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Númberos y puntuación cuneiformes"
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Numberales de contéu Rod"
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Sundanés"
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lepcha"
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Cirílicu estendíu A"
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Cirílicu estendíu B"
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Rejang"
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Cham"
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Símbolos antiguos"
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Discu de Festos"
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Liciu"
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Carianu"
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Lidiu"
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Fiches de Mahjong"
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Fiches de dominó"
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samaritanu"
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Sílabes aboríxenes canadienses estendíes"
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Tai Tham"
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Estensiones védiques"
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisu"
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamum"
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Formes numbériques comúnes del índicu"
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Devanagari estendíu"
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Hangul Jamo estendíu-A"
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Xavanés"
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Myanmar estendíu-A"
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Tai Viet"
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Meetei Mayek"
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Hangul Jamo estendíu-B"
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Araméu imperial"
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Árabe antiguu del sur"
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Avestanu"
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Partu inscripcional"
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Pahlavi inscripcional"
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Turcu antiguu"
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Símbolos numbéricos rumi"
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Kaithi"
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Xeroglíficos exipcios"
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Suplementu alfa-numbéricu axuntu"
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Suplementu ideográficu axuntu"
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Mandaicu"
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Batak"
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Etíope estendíu A"
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Brahmi"
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Suplementu Bamum"
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Suplementu Kana"
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Xuegu de cartes"
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Símbolos y pictogrames variaos"
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Fustaxes"
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Símbolos de tresporte y mapes"
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Símbolos d'alquimia"
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Árabe estendíu A"
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Símbolos alfabéticos matemáticos árabes"
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Chakma"
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Estensiones Meitei Mayek"
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Cursives meroítiques"
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Xeroglíficos meroíticos"
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Miao"
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Sharada"
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Sora Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Suplementu de sundanés"
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Suplementu de signos diacríticos pa combinar"
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Llatín Estendíu A"
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Llinial"
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Mou"
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Myanmar estendíu-A"
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Árabe antiguu del sur"
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Fleches suplementaries A"
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "Ideogrames CJK unificaos estensión A"
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Cirílicu estendíu A"
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Suplementu xeorxanu"
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Nuevu"
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Utilización"
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "Ideogrames CJK unificaos estensión A"
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Myanmar estendíu-A"
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Suplementu cirílicu"
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr ""
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr "Xiprominoicu"
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr ""
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr ""
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr ""
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr ""
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr ""
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr ""
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr ""
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr ""
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr "Alfabetu de Vithkuq"
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr "Notación musical «znamenny»"
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr ""
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr ""
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr ""
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr ""
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr ""
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr ""
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr "Usar los axustes del oxetu superior"
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr "Fontwork"
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr "Roblólu dixitalmente:"
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr "Data: %1"
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr "Tresparencia:"
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr "Dengún berbesu"
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr ""
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr ""
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr ""
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr ""
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr ""
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr ""
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr ""
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr ""
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr "Berbesos entecruzaos"
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr "Tolos cuatro berbesos"
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr ""
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr ""
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr ""
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr ""
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr ""
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr ""
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr ""
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr ""
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr ""
@@ -10373,19 +10355,19 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr "Comprobación del tamañu de la imaxe"
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr "La imaxe «%NAME%» tien bien pocos píxeles pal tamañu actual (%DPIX% × %DPIY% ppp)"
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr "La imaxe «%NAME%» tien píxeles enforma pal tamañu actual (%DPIX% × %DPIY% ppp)"
@@ -14246,13 +14228,13 @@ msgid "None"
msgstr "Dengún"
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr ""
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr "Color personalizada…"
diff --git a/source/az/sc/messages.po b/source/az/sc/messages.po
index 42272d8a610..cdf9b549af1 100644
--- a/source/az/sc/messages.po
+++ b/source/az/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: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -32438,10 +32438,10 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr ""
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
+msgid "Format _quoted field as text"
msgstr ""
#. VAC6B
@@ -32498,10 +32498,10 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
diff --git a/source/az/scp2/source/calc.po b/source/az/scp2/source/calc.po
index 0688f2ee71d..5e69a77b869 100644
--- a/source/az/scp2/source/calc.po
+++ b/source/az/scp2/source/calc.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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2017-12-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -224,3 +224,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr ""
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/az/svx/messages.po b/source/az/svx/messages.po
index 8ab7e7b0d61..2a570a0e1b5 100644
--- a/source/az/svx/messages.po
+++ b/source/az/svx/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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6261,28 +6261,28 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
+msgid "Dark 1"
msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
+msgid "Light 1"
msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
+msgid "Dark 2"
msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
+msgid "Light 2"
msgstr ""
#. NAAZJ
@@ -6333,394 +6333,376 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr ""
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr ""
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr ""
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr ""
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
#, fuzzy
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Uzantı"
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr ""
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr ""
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr ""
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr ""
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr ""
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr ""
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr ""
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr ""
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr ""
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr ""
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr ""
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr ""
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr ""
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr ""
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr ""
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr ""
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr ""
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr ""
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr ""
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr ""
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr ""
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr ""
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "və"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr ""
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr ""
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr ""
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr ""
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
#, fuzzy
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "müəllif hüququ"
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr ""
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr ""
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr ""
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr ""
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr ""
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr ""
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr ""
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr ""
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr ""
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr ""
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr ""
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr ""
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Formlar"
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr ""
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Xassələr: "
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr ""
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr ""
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
#, fuzzy
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Formlar"
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
#, fuzzy
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Formlar"
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr ""
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr ""
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Qeyd et"
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr ""
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr ""
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
#, fuzzy
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Verilənlər bazasından məlumat oxumaqda xəta"
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr ""
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr ""
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr ""
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6728,338 +6710,338 @@ msgid ""
msgstr ""
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr ""
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Süt"
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr ""
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr ""
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Sil #"
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr ""
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr ""
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr ""
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr ""
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr ""
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr ""
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr ""
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr ""
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr ""
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr ""
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr ""
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr ""
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr ""
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr ""
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr ""
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr ""
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr ""
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr ""
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr ""
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
#, fuzzy
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Süzgəc Seçimi"
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr ""
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr ""
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr ""
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr ""
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Çoxlu seçim"
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr ""
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr ""
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr ""
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr ""
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr ""
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr ""
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr ""
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr ""
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr ""
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr ""
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr ""
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr ""
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr ""
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr ""
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr ""
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr ""
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr ""
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr ""
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr ""
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr ""
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr ""
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr ""
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr ""
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr ""
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr ""
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -7067,7 +7049,7 @@ msgid ""
msgstr ""
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -7075,7 +7057,7 @@ msgid ""
msgstr ""
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -7083,13 +7065,13 @@ msgid ""
msgstr ""
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr ""
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -7098,7 +7080,7 @@ msgid ""
msgstr ""
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -7107,1077 +7089,1077 @@ msgid ""
msgstr ""
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr ""
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr ""
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr ""
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr ""
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr ""
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr ""
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr ""
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr ""
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
#, fuzzy
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Sәnәd"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr ""
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr ""
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr ""
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr ""
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
#, fuzzy
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Əvəzlə"
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr ""
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr ""
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr ""
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr ""
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr ""
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr ""
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr ""
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr ""
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr ""
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr ""
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr ""
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr ""
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr ""
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr ""
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr ""
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr ""
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr ""
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
#, fuzzy
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "sol"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
#, fuzzy
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "sağ"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr ""
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr ""
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr ""
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr ""
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr ""
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr ""
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr ""
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr ""
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr ""
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr ""
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr ""
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr ""
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr ""
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr ""
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr ""
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr ""
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr ""
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr ""
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr ""
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "50%"
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr ""
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr ""
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr ""
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr ""
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr ""
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Axtarılan açar söz tapılmadı"
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr ""
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr ""
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr ""
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr ""
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr ""
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr ""
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr ""
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr ""
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr ""
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr ""
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr ""
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr ""
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr ""
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr ""
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr ""
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr ""
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr ""
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
msgstr ""
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
msgstr ""
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr ""
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr ""
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Fayl oxuna bilmir"
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr ""
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr ""
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr ""
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr ""
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr ""
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr ""
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Naməlum"
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr ""
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr ""
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr ""
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr ""
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr ""
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr ""
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Qamma"
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr ""
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr ""
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr ""
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr ""
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr ""
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr ""
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr ""
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr ""
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr ""
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr ""
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr ""
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr ""
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr ""
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr ""
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr ""
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr ""
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr ""
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr ""
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr ""
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
#, fuzzy
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "sol"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
#, fuzzy
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "sağ"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Hamısı"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr ""
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
#, fuzzy
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Müəllif:"
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr ""
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr ""
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr ""
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr ""
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8185,2157 +8167,2157 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr ""
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr ""
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr ""
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr ""
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA Uzantıları"
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr ""
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr ""
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr ""
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr ""
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr ""
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr ""
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr ""
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr ""
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr ""
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr ""
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr ""
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr ""
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr ""
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr ""
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr ""
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr ""
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr ""
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr ""
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr ""
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr ""
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr ""
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr ""
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr ""
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr ""
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr ""
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr ""
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr ""
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr ""
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr ""
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr ""
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr ""
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr ""
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr ""
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr ""
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr ""
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr ""
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr ""
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr ""
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr ""
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr ""
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr ""
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr ""
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr ""
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr ""
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr ""
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr ""
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr ""
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr ""
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr ""
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr ""
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr ""
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr ""
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr ""
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr ""
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr ""
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr ""
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr ""
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr ""
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr ""
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr ""
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr ""
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr ""
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr ""
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr ""
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr ""
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr ""
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr ""
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr ""
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr ""
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Fonetik Uzantılar"
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr ""
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr ""
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr ""
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr ""
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr ""
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr ""
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr ""
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr ""
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr ""
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr ""
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr ""
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr ""
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr ""
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr ""
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr ""
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr ""
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr ""
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr ""
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr ""
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr ""
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr ""
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr ""
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr ""
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr ""
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr ""
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr ""
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr ""
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr ""
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr ""
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr ""
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Fonetik Uzantılar Tamamlaması"
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr ""
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr ""
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr ""
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr ""
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr ""
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr ""
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr ""
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr ""
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr ""
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr ""
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr ""
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr ""
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr ""
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr ""
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr ""
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr ""
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr ""
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr ""
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr ""
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr ""
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr ""
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr ""
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr ""
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr ""
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr ""
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr ""
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr ""
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr ""
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr ""
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr ""
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr ""
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr ""
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr ""
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr ""
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr ""
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr ""
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr ""
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr ""
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr ""
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr ""
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr ""
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr ""
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr ""
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr ""
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr ""
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr ""
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr ""
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr ""
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr ""
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr ""
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr ""
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr ""
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr ""
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr ""
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr ""
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr ""
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr ""
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr ""
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr ""
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr ""
@@ -10344,19 +10326,19 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr ""
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
@@ -14175,13 +14157,13 @@ msgid "None"
msgstr ""
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr ""
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr ""
diff --git a/source/be/sc/messages.po b/source/be/sc/messages.po
index b4bcdd4b209..3c706a631a2 100644
--- a/source/be/sc/messages.po
+++ b/source/be/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: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33105,10 +33105,10 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr "Настаўленні межнікаў"
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
+msgid "Format _quoted field as text"
msgstr ""
#. VAC6B
@@ -33165,10 +33165,10 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
diff --git a/source/be/scp2/source/calc.po b/source/be/scp2/source/calc.po
index 7f668174871..b4698237b41 100644
--- a/source/be/scp2/source/calc.po
+++ b/source/be/scp2/source/calc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: calc\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2017-12-11 18:46+0000\n"
"Last-Translator: Мікалай Удодаў <crom-a@tut.by>\n"
"Language-Team: <en@li.org>\n"
@@ -222,3 +222,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr ""
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/be/svx/messages.po b/source/be/svx/messages.po
index f1da29bfe8e..02d411ea4f8 100644
--- a/source/be/svx/messages.po
+++ b/source/be/svx/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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2020-05-20 11:22+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Belarusian <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/be/>\n"
@@ -6244,28 +6244,28 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Колер дакумента"
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
+msgid "Dark 1"
msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
+msgid "Light 1"
msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
+msgid "Dark 2"
msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
+msgid "Light 2"
msgstr ""
#. NAAZJ
@@ -6316,389 +6316,371 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr ""
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr ""
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr ""
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr ""
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Выцісканне"
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Ужываць выцісканне"
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Нахіліць уніз"
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Нахіліць уверх"
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Нахіліць улева"
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Нахіліць управа"
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Змяніць глыбіню Выціскання"
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Змяніць кірунак"
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Змяніць тып праекцыі"
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Змяніць асвятленне"
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Змяніць яркасць"
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Змяніць паверхню Выціскання"
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Змяніць колер Выціскання"
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Шрыфтаванне"
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Ужыць Шрыфтаванне - форма"
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Ужыць Шрыфтаванне - роўныя вышыні літар"
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Ужыць раўнаванне Шрыфтавання"
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Ужыць Шрыфтаванне - адлегласць між знакамі"
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "з"
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Стыль"
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "і"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Кіраванне рагамі"
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Выбар стылю рогу."
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Верхні левы"
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Верхні сярэдні"
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Верхні правы"
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Левы сярэдні"
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "У цэнтры"
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Правы сярэдні"
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Ніжні левы"
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Ніжні сярэдні"
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Ніжні правы"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Кіраванне контурам"
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Тут можна правіць абрыс."
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Выбар спецыяльных знакаў"
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "Выбар спецыяльных знакаў у гэтым абрысе."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Код знака "
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Не дазваляецца пустое значэнне поля '#'. Увядзіце значэнне."
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Формы"
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Не выбраны кантрольнік"
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Уласцівасці: "
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Form Properties"
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Навігатар форм"
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Форма"
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Форма"
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Нябачны кантрольнік"
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Control"
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Запіс"
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "з"
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Дадаць поле:"
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Памылка пры запісванні ў базу даных"
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Памылка ў сінтаксісе звароту"
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "Вы маеце намер сцерці 1 запіс."
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "Будзе сцёрта # запісаў."
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6708,337 +6690,337 @@ msgstr ""
"Do you want to continue anyway?"
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Стужка навігацыі"
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Кл"
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Наставіць уласцівасць '#'"
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Уставіць у кантэйнер"
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Сцерці #"
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Сцерці # аб'ектаў"
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Замяніць элемент кантэйнера"
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Замяніць кантрольнік"
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Text Box"
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Check Box"
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Комба-бокс"
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "List Box"
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Поле даты"
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Поле часу"
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Поле ліку"
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Поле грошаў"
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Поле ўзору"
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Фарматаванае поле"
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Push Button"
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Option Button"
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Поле меткі"
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Group Box"
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Графічная кнопка"
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Кантрольнік выявы"
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Выбар файла"
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Кіраванне табліцай "
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Scrollbar"
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Вярчальная кнопка"
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Стужка навігацыі"
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Множнае пазначэнне"
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr ""
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "У гэтай форме няма кантрольнікаў дзеля даных!"
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Дата)"
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Час)"
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Навігатар у фільтрах"
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Фільтр для"
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Або"
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "У гэтай форме няма карэктных прывязаных кантрольнікаў, якія можна было б выкарыстаць у табліцавым відзе."
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<Аўта-поле>"
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Сінтаксічная памылка ў звароце SQL"
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "Нельга ўжываць значэнне #1 разам з LIKE."
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "Нельга ўжываць LIKE над гэтым полем."
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "Уведзена недапушчальная дата. Увядзіце дату ў правільным фармаце, напр., ДД.ММ.ГГГГ."
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "Нельга параўноўваць поле з цэлым лікам."
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Няма табліцы з назвай \"#\" у гэтай базе даных."
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "Няма табліцы ці звароту з назвай \"#\" у гэтай базе даных."
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "Ужо ёсць табліца ці пагляд з назвай \"#\" у гэтай базе даных."
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "Ужо існуе зварот з назвай \"#\" у гэтай базе даных."
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "Невядомая калонка \"#1\" у табліцы \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "Нельга параўноўваць поле з лікам з нефіксаванай коскай."
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "Нельга параўноўваць уведзены крытэр з гэтым полем."
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Data Navigator"
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (read-only)"
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Файл з такою назвай ужо існуе. Запісаць паўзверх?"
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object# label"
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -7048,7 +7030,7 @@ msgstr ""
"Ці сапраўды жадаеце сцерці гэту мадэль?"
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -7058,7 +7040,7 @@ msgstr ""
"Ці сапраўды жадаеце сцерці гэта ўвасабленне?"
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -7068,13 +7050,13 @@ msgstr ""
"Ці сапраўды жадаеце сцерці гэты элемент?"
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Сапраўды хочаце сцерці атрыбут \"$ATTRIBUTENAME\"?"
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -7086,7 +7068,7 @@ msgstr ""
"Ці сапраўды жадаеце сцерці гэту падачу?"
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -7098,1074 +7080,1074 @@ msgstr ""
"Ці сапраўды жадаеце сцерці гэта прывязванне?"
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "Недапушчальная для XML назва \"%1\". Увядзіце іншую назву."
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "Недапушчальны для XML прэфікс \"%1\". Увядзіце іншы прэфікс."
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Назва \"%1\" ужо занята. Увядзіце іншую назву."
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "Падача мусіць мець назву."
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Put"
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Get"
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Няма"
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Увасабленне"
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Дакумент"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Прывязванне: "
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Спасылка: "
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Дзеянне: "
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Метад: "
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Замяніць: "
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Дадаць элемент"
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Правіць элемент"
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Сцерці элемент"
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Дадаць атрыбут"
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Правіць атрыбут"
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Сцерці атрыбут"
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Дадаць прывязванне"
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Правіць прывязванне"
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Сцерці прывязванне"
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Дадаць падачу"
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Правіць падачу"
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Сцерці падачу"
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Элемент"
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Атрыбут"
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Прывязванне"
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Прывязвальны выраз"
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "Сапраўды скасаваць аднаўленне дакументу %PRODUCTNAME?"
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Злева"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Справа"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "У цэнтры"
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Дзесятковае"
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "Рэжым устаўкі. Клікніце, каб перайсці ў рэжым замены."
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "Рэжым замены. Клікніце, каб перайсці ў рэжым устаўкі."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Паўзверх"
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Лічбавы подпіс: подпіс дакумента ў парадку."
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Лічбавы подпіс: подпіс дакумента ў парадку, але сертыфікаты не паддаюцца праверцы."
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Лічбавы подпіс: дакумент не ўтрымлівае лічбавага подпісу."
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Лічбавы подпіс: подпіс дакумента і сертыфікат у парадку, але падпісаныя не ўсе часткі дакумента."
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Дакумент быў зменены. Клікніце, каб запісаць дакумент."
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "Дакумент не мяняўся з моманту апошняга замацоўвання."
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Чытаем дакумент..."
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr ""
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr ""
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr ""
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr ""
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr ""
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr ""
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr ""
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "Маштаб. Націсканне правай кнопкі мышы змяняе маштаб, левай - адкрывае дыялог \"Маштаб\"."
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Павялічыць"
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Паменшыць"
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Старонка цалкам"
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Шырыня старонкі"
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Аптымальны від"
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Таксама ў стылях"
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Стылі абзаца"
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Стылі клетак"
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "Дасягнуты канец дакумента"
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "Дасягнуты канец дакумента"
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Шуканае не знойдзена"
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "Дасягнуты пачатак дакумента"
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Палітра колераў"
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Няправільны пароль"
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Паролі не супадаюць"
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
#, fuzzy
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Solid small circular bullets"
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
#, fuzzy
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Solid large circular bullets"
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
#, fuzzy
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Solid diamond bullets"
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Вялікія суцэльныя квадратныя пункты"
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
#, fuzzy
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Right pointing arrow bullets filled out"
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Маркёр-стрэлка ўправа"
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
#, fuzzy
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Number (1) (2) (3)"
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Number 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Number (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Uppercase Roman number I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Uppercase letter A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Lowercase letter a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Lowercase letter (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Lowercase Roman number i. ii. iii."
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
msgstr ""
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
msgstr ""
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Numeric with all sublevels"
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
#, fuzzy
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Немагчыма стварыць файл ZIP."
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Стылі дызайну* табліц"
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Адкаціць дзеянні: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Адкаціць дзеянні: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Паўтарыць дзеянні: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Паўтарыць дзеянні: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Знайсці"
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Адрозніваць рэгістр"
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "Улічваць фармат"
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr ""
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr ""
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr ""
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr ""
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "Відарыс PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "Відарыс TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "Відарыс WMF"
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "Відарыс MET"
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "Відарыс PCT"
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "Відарыс SVG"
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "Відарыс BMP"
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Невядома"
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Switch"
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Рэжым відарыса"
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Чырвоны"
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Зялёны"
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Сіні"
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Яркасць"
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Кантрастны"
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Гама"
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Празрыстасць"
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Абрэзаць"
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Прадвызначаная арыентаванне"
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "Зверху ўніз"
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "Знізу ўверх"
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Лесвіцаю"
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Поле злева: "
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Поле зверху: "
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Поле справа: "
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Поле знізу: "
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Апісанне старонкі: "
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Капітэлі"
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Малыя літары"
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Вялікія рымскія"
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Малыя рымскія"
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Арабскія"
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Няма"
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Альбом"
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Кніга"
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Злева"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Справа"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Усе"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Адлюстраваныя"
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Аўтар: "
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Дата: "
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Тэкст: "
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Фон знака"
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Палітра колераў"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8173,2161 +8155,2161 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Базавы лацінскі"
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Лацінскі-1"
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Лацінскі пашыраны-A"
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Лацінскі пашыраны-B"
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "Пашырэнні IPA"
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Знакі мадыфікацыі інтэрвалу"
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Камбінавальныя дыякрытычныя знакі"
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Базавы грэчаскі"
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Грэчаскія сімвалы і коптскі"
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Кірыліца"
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armenian"
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Базавы яўрэйскі"
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Яўрэйскі пашыраны"
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Базавы арабскі"
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Арабскі пашыраны"
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Дэванагары"
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengali"
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Гурмукхі"
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gujarati"
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "Орыя"
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamil"
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannada"
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malayalam"
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Тайская"
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Lao"
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Базавая грузінскі"
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Грузінскі пашыраны"
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Хангыл джамо"
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Грэчаскі пашыраны"
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Агульная пунктуацыя"
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Індэксы верхнія і ніжнія"
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Сімвалы грашовых адзінак"
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Камбінавальныя дыякрытычныя сімвалы"
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Літарападобныя сімвалы"
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Лічбавыя формы"
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Arrows"
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Mathematical Operators"
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Рознае тэхнічнае"
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Рысункі кантрольнікаў"
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Аптычнае пазнаванне знакаў"
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Упісаныя літары і лічбы"
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Рысаванне прамавугольнікаў"
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Блокавыя элементы"
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Геаметрычныя формы"
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Розныя сімвалы"
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Дынбац"
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "К.Я.К. знакі і пунктуацыя"
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Бопомофо"
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Хангыл сумяшчальнасць джамо"
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "К.Я.К. рознае"
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "К.Я.К. упісаныя літары і месяцы"
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "К.Я.К. сумяшчальнасць"
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Хангул"
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "К.Я.К. уніфікаваныя ідэаграфы"
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "К.Я.К. уніфікаваныя ідэаграфы, пашырэнне A"
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Абсяг прыватнага карыстання"
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "К.Я.К. сумяшчальнасць ідэаграфы"
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Алфавітныя формы прэзентацыі"
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Арабскія формы прэзентацыі-A"
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Камбінавальныя паў-знакі"
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "К.Я.К. сумяшчальнасць формы"
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Варыянты малых форм"
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Арабскія формы прэзентацыі-B"
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Паў-шырокія і поўна-шырокія формы"
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Спецыяльныя"
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Склады Йі"
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Радыкалы Йі"
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Курсіў"
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Готыка"
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Дэзерэт"
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Візанційскія музычныя знакі"
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Музычныя знакі"
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Матэматычныя літарна-лічбавыя знакі"
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "К.Я.К. уніфікаваныя ідэаграфы, пашырэнне B"
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "К.Я.К. уніфікаваныя ідэаграфы, пашырэнне C"
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "К.Я.К. уніфікаваныя ідэаграфы, пашырэнне D"
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "К.Я.К., дадатковыя ідэаграфы сумяшчальнасці"
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Тэгі"
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Кірыліца дадатковая"
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Коды выбару адмен гліфаў"
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Дадатковы дыяпазон для асабістага карыстання A"
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Дадатковы дыяпазон для асабістага карыстання B"
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Лімбу"
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Тай Лэ"
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Кхмерскія знакі"
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Фанетычныя пашырэнні"
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Розныя знакі і стрэлкі"
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Гексаграмы Кнігі перамен"
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Лінейнае пісьмо B, склады"
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Лінейнае пісьмо B, ідэаграмы"
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Эгейскія лічбы"
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Угарыцкая"
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Шавіан"
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Асманья"
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Сінгальская"
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetan"
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "М'янма"
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Огхам"
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Рунічны"
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Сірыйскі"
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Таана"
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Эфіопскі"
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Чэракі"
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Канадскіх абарыгенаў складавы"
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongolian"
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Розныя матэматычныя сімвалы-A"
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Дадатковыя стрэлкі-A"
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Узоры Брайля"
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Дадатковыя стрэлкі-B"
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Розныя матэматычныя сімвалы-B"
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "К.Я.К. радыкальны дадатак"
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Каншы радыкальныя"
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Знакі ідэаграфічных апісанняў"
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Тагальская"
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Хануну"
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Тагбанва"
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Бухід"
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Канбун"
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Бопомофо пашыраны"
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Катакана фанетыка"
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "Іерагліфічныя рысы CJK"
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Кіпрскае складовае пісьмо"
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Сімвалы Тай Сюань Цзін"
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Дадатковыя коды выбару адмен гліфаў"
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Старажытнагрэчаскія музычныя знакі"
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Старажытнагрэчаскія лічбы"
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Арабскія, дадатак"
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Бугініз"
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Дадатковыя спалучальныя дыякрытычныя знакі"
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Коптская"
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Пашыранае эфіопскае"
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Дадатковыя эфіопскія"
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Грузінскія дадатковыя"
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Глаголіца"
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Кхароштхі"
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Мадыфікатары тонаў літар"
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Новы Тай Лэ"
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Старажытнаперсідскае"
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Дадатковыя фанетычныя пашырэнні"
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Дадатковая пунктуацыя"
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Сілоці-нагры"
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Тыфінаг"
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Вертыкальныя формы"
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Н'Ко"
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Балійская"
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Пашыраная лацініца C"
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Пашыраная лацініца D"
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Пагба"
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Фінікійская"
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Клінапіс"
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Клінапіс, лічбы і пунктуацыя"
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Лічбы з лічыльных палачак"
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Сунданская"
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Лепча"
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ол Чыкі"
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Пашыраная кірыліца A"
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Ваі"
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Пашыраная кірыліца B"
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Саўраштра"
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Кая Лі"
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Рэджанг"
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Чам"
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Старажытныя сімвалы"
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Фесцкі дыск"
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Лікійская"
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Карыйская"
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Лідыйская"
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Косці для маджонгу"
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Косці для даміно"
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Самарыцянская"
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Складовае пісьмо канадскіх абарыгенаў, пашыранае"
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Таі Тхам"
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Ведыйскія пашырэнні"
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Лісу"
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Бамум"
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Агульныя індыйскія лічбавыя формы"
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Пашыранае дэванагары"
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Хангул джама пашырана A"
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Яванская"
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "М'янма пашырана A"
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Тай Віет"
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Маніпуры"
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Хангул джама пашырана B"
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Імперская арамейская"
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Старажытная паўднёваарабская"
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Авестыйская"
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Наскальнае парфянскае пісьмо"
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Наскальнае пісьмо пехлеві"
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Старажытнатурэцкае"
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Лічбавыя сімвалы Румі"
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Кайтхі"
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Егіпецкія іерогліфы"
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Дадатковыя ўпісаныя літары і лічбы"
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Дадатковыя ўпісаныя ідэаграмы"
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Мандэйскае"
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Батацкае"
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Эфіопская пашырана А"
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Брахмі"
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Бамум дадатковае"
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Кана дадатковае"
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Карты для гульні"
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Разнастайныя сімвалы і піктаграмы"
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Значкі эмоцый"
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Сімвалы транспарту і картаграфіі"
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Алхімічныя сімвалы"
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Пашыранае арабскае пісьмо A"
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Арабскія матэматычныя алфавітныя сімвалы"
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Чакма"
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Пашырэнні маніпуры"
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Мераіцкі курсіў"
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Мераіцкія іерогліфы"
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Мяа"
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Шарада"
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Сора Сомпенг"
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Сунданскае дадатковае"
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Такры"
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Баса"
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "Каўказская албанская"
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "Копцкія лікі эпакт"
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Камбінавальныя дыякрытычныя знакі пашыраныя"
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Дуплоян"
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Эльбасан"
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Пашыраныя геаметрычныя фігуры"
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Грантха"
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Хойкі"
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Худавады"
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Лацінскі пашыраны-Е"
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Лінейнае пісьмо А"
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Магаджані"
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Маніхейская"
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Мендэ Кікакуй"
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Моды"
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Мро"
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "М'янма пашырана B"
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Набатэйская"
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Старажытная паўночнаарабская"
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Старапермская"
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Арнаменты Dingbats"
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Пахаў Хмонг"
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Пальмірская"
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Пау Цін Хаў"
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Дадатковыя стрэлкі-C"
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ахом"
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Анаталійскія іерогліфы"
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "К.Я.К. уніфікаваныя ідэаграфы, пашырэнне A"
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Хатран"
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Мултані"
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr "Адлам"
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr "Бхайкшукі"
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Пашыраная кірыліца-C"
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr "Марчэн"
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Грузінская"
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Неўа"
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Осэйдж"
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr "Тангуцкая"
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr "Тангуцкія кампаненты"
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "К.Я.К. уніфікаваныя ідэаграфы, пашырэнне F"
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "М'янма A"
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr "Нушу"
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr "Соёмбо"
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Кірыліца дадатковая"
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr ""
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr ""
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr ""
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr ""
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr ""
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr ""
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr ""
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr ""
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr ""
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr ""
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr ""
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr ""
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr ""
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr ""
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr ""
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr ""
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr ""
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr ""
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr ""
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr ""
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr ""
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr ""
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr ""
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr ""
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr ""
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr ""
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr ""
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr ""
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr ""
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr ""
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr ""
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr ""
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr ""
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr ""
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr ""
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr ""
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr ""
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr ""
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr ""
@@ -10336,19 +10318,19 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr ""
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
@@ -14154,13 +14136,13 @@ msgid "None"
msgstr "Няма"
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr "Нядаўняе"
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr "Свой колер…"
diff --git a/source/bg/cui/messages.po b/source/bg/cui/messages.po
index 383fe3231ae..44b199f0d38 100644
--- a/source/bg/cui/messages.po
+++ b/source/bg/cui/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: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: 2023-05-05 20:33+0000\n"
+"PO-Revision-Date: 2023-06-05 13:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/bg/>\n"
"Language: bg\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1564897785.000000\n"
#. GyY9M
@@ -2181,7 +2181,7 @@ msgstr "Резултатите бяха успешно записани във
#: cui/inc/strings.hrc:407
msgctxt "RID_CUISTR_OPT_READONLY"
msgid "This property is locked for editing."
-msgstr ""
+msgstr "Свойството е заключено за редактиране."
#. RAA72
#: cui/inc/strings.hrc:409
@@ -11886,7 +11886,7 @@ msgstr "Вмъкване на ред"
#: cui/uiconfig/ui/insertrowcolumn.ui:107
msgctxt "insertrowcolumn|label3"
msgid "_Number:"
-msgstr "_Число:"
+msgstr "Брой:"
#. P5PWM
#: cui/uiconfig/ui/insertrowcolumn.ui:127
@@ -12240,25 +12240,25 @@ msgstr "Управление на стиловете за краища"
#: cui/uiconfig/ui/linestyletabpage.ui:99
msgctxt "linestyletabpage|FT_TYPE"
msgid "_Type:"
-msgstr "_Вид:"
+msgstr "Тип:"
#. FELjh
#: cui/uiconfig/ui/linestyletabpage.ui:113
msgctxt "linestyletabpage|FT_NUMBER"
msgid "_Number:"
-msgstr "_Число:"
+msgstr "Брой:"
#. ApA5k
#: cui/uiconfig/ui/linestyletabpage.ui:127
msgctxt "linestyletabpage|FT_LENGTH"
msgid "_Length:"
-msgstr "_Брой:"
+msgstr "Дължина:"
#. UyY5P
#: cui/uiconfig/ui/linestyletabpage.ui:141
msgctxt "linestyletabpage|FT_DISTANCE"
msgid "_Spacing:"
-msgstr "_Разредка:"
+msgstr "Разредка:"
#. LyV8a
#: cui/uiconfig/ui/linestyletabpage.ui:157
@@ -12278,7 +12278,7 @@ msgstr "Тире"
#: cui/uiconfig/ui/linestyletabpage.ui:251
msgctxt "linestyletabpage|CBX_SYNCHRONIZE"
msgid "_Fit to line width"
-msgstr "_Приспособяване към ширината"
+msgstr "Приспособяване към ширината на линията"
#. rBY7A
#: cui/uiconfig/ui/linestyletabpage.ui:268
@@ -17465,7 +17465,7 @@ msgstr "Използване на хард_уерно ускоряване"
#: cui/uiconfig/ui/optviewpage.ui:428
msgctxt "optviewpage|useaccel|tooltip_text"
msgid "Requires restart"
-msgstr ""
+msgstr "Изисква рестартиране"
#. qw73y
#: cui/uiconfig/ui/optviewpage.ui:434
@@ -17483,7 +17483,7 @@ msgstr "Изглаждане на назъбванията"
#: cui/uiconfig/ui/optviewpage.ui:449
msgctxt "optviewpage|useaa|tooltip_text"
msgid "Requires restart"
-msgstr ""
+msgstr "Изисква рестартиране"
#. fUKV9
#: cui/uiconfig/ui/optviewpage.ui:455
@@ -17501,7 +17501,7 @@ msgstr "Рендиране на всичко със Skia"
#: cui/uiconfig/ui/optviewpage.ui:470
msgctxt "optviewpage|useskia|tooltip_text"
msgid "Requires restart"
-msgstr ""
+msgstr "Изисква рестартиране"
#. RFqrA
#: cui/uiconfig/ui/optviewpage.ui:481
@@ -17531,7 +17531,7 @@ msgstr "Skia е изключен."
#: cui/uiconfig/ui/optviewpage.ui:527
msgctxt "optviewpage|btnSkialog"
msgid "Copy skia.log"
-msgstr ""
+msgstr "Копиране на skia.log"
#. sy9iz
#: cui/uiconfig/ui/optviewpage.ui:543
diff --git a/source/bg/dbaccess/messages.po b/source/bg/dbaccess/messages.po
index 5486475f88b..74b0280b406 100644
--- a/source/bg/dbaccess/messages.po
+++ b/source/bg/dbaccess/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: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-03-29 13:34+0000\n"
+"PO-Revision-Date: 2023-06-01 08:32+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/bg/>\n"
"Language: bg\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1562324222.000000\n"
#. BiN6g
@@ -2107,7 +2107,7 @@ msgstr "Настройване на връзка към MySQL/MariaDB"
#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_POSTGRES"
msgid "Set up PostgreSQL connection"
-msgstr ""
+msgstr "Настройване на връзка към PostgreSQL"
#. uJuNs
#: dbaccess/inc/strings.hrc:370
@@ -2319,7 +2319,7 @@ msgstr "Местоположение и име на файла"
#: dbaccess/inc/strings.hrc:401
msgctxt "STR_POSTGRES_HEADERTEXT"
msgid "Set up a connection to a PostgreSQL database"
-msgstr ""
+msgstr "Настройване на връзка към база от данни на PostgreSQL"
#. 3AEhs
#: dbaccess/inc/strings.hrc:402
@@ -2328,12 +2328,14 @@ msgid ""
"Please enter the required information to connect to a PostgreSQL database, either by entering the host name, port number and server, or by entering the connection string.\n"
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
+"Моля, въведете информацията, необходима за свързване с база от данни на PostgreSQL: или името на хоста, номера на порта и сървъра, или низа за връзка.\n"
+"Ако не сте сигурни за правилните настройки, обърнете се към системния си администратор."
#. CHYCA
#: dbaccess/inc/strings.hrc:403
msgctxt "STR_POSTGRES_DEFAULT"
msgid "Default: 5432"
-msgstr ""
+msgstr "По подразбиране: 5432"
#. og5kg
#: dbaccess/inc/strings.hrc:404
@@ -4110,43 +4112,43 @@ msgstr "Потребител „$name$: $“"
#: dbaccess/uiconfig/ui/postgrespage.ui:26
msgctxt "specialpostgrespage|header"
msgid "Set up connection to a PostgreSQL database"
-msgstr ""
+msgstr "Настройване на връзка към база от данни на PostgreSQL"
#. cwtYL
#: dbaccess/uiconfig/ui/postgrespage.ui:46
msgctxt "specialpostgrespage|helpLabel"
msgid "Please enter the required information to connect to a PostgreSQL database. Please contact your system administrator if you are unsure about the following settings. "
-msgstr ""
+msgstr "Моля, въведете информацията, необходима за свързване с база от данни на PostgreSQL. Ако не сте сигурни за правилните настройки, обърнете се към системния си администратор. "
#. EJzdP
#: dbaccess/uiconfig/ui/postgrespage.ui:74
msgctxt "specialpostgrespage|dbNameLabel"
msgid "_Database name:"
-msgstr ""
+msgstr "Име на базата от данни:"
#. P2FVr
#: dbaccess/uiconfig/ui/postgrespage.ui:88
msgctxt "specialpostgrespage|hostNameLabel"
msgid "_Server:"
-msgstr ""
+msgstr "Сървър:"
#. MgpLR
#: dbaccess/uiconfig/ui/postgrespage.ui:102
msgctxt "specialpostgrespage|portNumLabel"
msgid "_Port number:"
-msgstr ""
+msgstr "Номер на порт:"
#. oa9jC
#: dbaccess/uiconfig/ui/postgrespage.ui:163
msgctxt "specialpostgrespage|portNumDefLabel"
msgid "Default: 5432"
-msgstr ""
+msgstr "По подразбиране: 5432"
#. KvN6B
#: dbaccess/uiconfig/ui/postgrespage.ui:198
msgctxt "specialpostgrespage|connectionStringLabel"
msgid "And/OR Enter the DBMS/driver-specific connection string here"
-msgstr ""
+msgstr "И/или въведете тук специфичния за СУБД/драйвера низ за връзка"
#. 9sAsA
#: dbaccess/uiconfig/ui/querycolmenu.ui:12
diff --git a/source/bg/formula/messages.po b/source/bg/formula/messages.po
index 94ce8382fd0..0e6925d2bd5 100644
--- a/source/bg/formula/messages.po
+++ b/source/bg/formula/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: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-04-24 08:33+0000\n"
+"PO-Revision-Date: 2023-06-01 08:32+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/formulamessages/bg/>\n"
"Language: bg\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1554813074.000000\n"
#. YfKFn
@@ -2660,19 +2660,19 @@ msgstr "Структура"
#: formula/uiconfig/ui/formuladialog.ui:208
msgctxt "formuladialog|label2"
msgid "Function result:"
-msgstr ""
+msgstr "Резултат от функция:"
#. dN9gA
#: formula/uiconfig/ui/formuladialog.ui:356
msgctxt "formuladialog|formula"
msgid "For_mula:"
-msgstr ""
+msgstr "Формула:"
#. jvCvJ
#: formula/uiconfig/ui/formuladialog.ui:371
msgctxt "formuladialog|label1"
msgid "Result:"
-msgstr ""
+msgstr "Резултат:"
#. rJsXw
#: formula/uiconfig/ui/formuladialog.ui:417
@@ -2690,7 +2690,7 @@ msgstr "Максимизиране"
#: formula/uiconfig/ui/functionpage.ui:26
msgctxt "functionpage|label_search"
msgid "_Search:"
-msgstr ""
+msgstr "Търсене:"
#. kBsGA
#: formula/uiconfig/ui/functionpage.ui:45
@@ -2702,7 +2702,7 @@ msgstr "Търсене по име на функция. Откриват се с
#: formula/uiconfig/ui/functionpage.ui:60
msgctxt "functionpage|label1"
msgid "_Category:"
-msgstr ""
+msgstr "Категория:"
#. WQC5A
#: formula/uiconfig/ui/functionpage.ui:75
@@ -2726,7 +2726,7 @@ msgstr "Изброява всички категории, в които са р
#: formula/uiconfig/ui/functionpage.ui:95
msgctxt "functionpage|label2"
msgid "_Function:"
-msgstr ""
+msgstr "Функция:"
#. TSCPY
#: formula/uiconfig/ui/functionpage.ui:141
@@ -2798,7 +2798,7 @@ msgstr "Избор"
#: formula/uiconfig/ui/structpage.ui:28
msgctxt "structpage|label1"
msgid "_Structure:"
-msgstr ""
+msgstr "Структура:"
#. KGSPW
#: formula/uiconfig/ui/structpage.ui:77
diff --git a/source/bg/helpcontent2/source/text/sbasic/shared.po b/source/bg/helpcontent2/source/text/sbasic/shared.po
index 2797da12319..f8ab02a2f5d 100644
--- a/source/bg/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bg/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: 2023-03-20 12:32+0100\n"
-"PO-Revision-Date: 2023-05-27 06:34+0000\n"
+"PO-Revision-Date: 2023-06-05 12:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/bg/>\n"
"Language: bg\n"
@@ -34025,7 +34025,7 @@ msgctxt ""
"par_id851677925987795\n"
"help.text"
msgid "Object"
-msgstr ""
+msgstr "Object"
#. ykaLN
#: 03132300.xhp
@@ -34034,7 +34034,7 @@ msgctxt ""
"par_id561677933999834\n"
"help.text"
msgid "<emph>Type</emph>: The fully qualified Uno type name. Supported data types are <literal>void</literal>, <literal>char</literal>, <literal>boolean</literal>, <literal>byte</literal>, <literal>short</literal>, <literal>unsigned short</literal>, <literal>long</literal>, <literal>unsigned long</literal>, <literal>hyper</literal>, <literal>unsigned hyper</literal>, <literal>float</literal>, <literal>double</literal>, <literal>string</literal>, <literal>type</literal>, and <literal>any</literal>. Names are case sensitive and may be preceded by square brackets to indicate an array."
-msgstr ""
+msgstr "<emph>Type</emph>: напълно квалифицираното име на тип на Uno. Поддържаните типове данни са <literal>void</literal>, <literal>char</literal>, <literal>boolean</literal>, <literal>byte</literal>, <literal>short</literal>, <literal>unsigned short</literal>, <literal>long</literal>, <literal>unsigned long</literal>, <literal>hyper</literal>, <literal>unsigned hyper</literal>, <literal>float</literal>, <literal>double</literal>, <literal>string</literal>, <literal>type</literal> и <literal>any</literal>. В имената малките и главните букви се различават, а пред тях може да се поставят квадратни скоби, за да се укаже масив."
#. DmXcC
#: 03132300.xhp
@@ -34043,7 +34043,7 @@ msgctxt ""
"par_id521677934011767\n"
"help.text"
msgid "<emph>Value</emph>: A strictly typed value."
-msgstr ""
+msgstr "<emph>Value</emph>: стойност със строг тип."
#. 6tFRV
#: 03132300.xhp
@@ -34052,7 +34052,7 @@ msgctxt ""
"par_id3150541\n"
"help.text"
msgid "If <literal>CreateUnoValue</literal> cannot convert the value to the specified Uno type, an error occurs. The <literal>com.sun.star.script.Converter</literal> service is responsible for the conversion."
-msgstr ""
+msgstr "Ако <literal>CreateUnoValue</literal> не може да преобразува стойността към зададения тип на Uno, възниква грешка. За преобразуване се използва услугата <literal>com.sun.star.script.Converter</literal>."
#. qXCo6
#: 03132300.xhp
@@ -34061,7 +34061,7 @@ msgctxt ""
"par_id3153524\n"
"help.text"
msgid "This function is intended for use in situations where the default Basic to Uno type converting mechanism is insufficient. This happens calling generic <literal>Any</literal> based API methods, such as <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1beans_1_1XPropertySet.html\">com.sun.star.beans.XPropertySet</link><literal>.setPropertyValue()</literal> or <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1container_1_1XNameContainer.html\">com.sun.star.container.XNameContainer</link><literal>.insertByName()</literal>. <literal>CreateUnoValue()</literal> sets a value object for the unknown Uno type."
-msgstr ""
+msgstr "Тази функция е предназначена за случаи, в които подразбираният механизъм за преобразуване на типове от Basic към Uno е недостатъчен. Така е при извикване на общи методи на API, базирани на <literal>Any</literal>, например <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1beans_1_1XPropertySet.html\">com.sun.star.beans.XPropertySet</link><literal>.setPropertyValue()</literal> или <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1container_1_1XNameContainer.html\">com.sun.star.container.XNameContainer</link><literal>.insertByName()</literal>. <literal>CreateUnoValue()</literal> задава обект стойност за неизвестния тип на Uno."
#. 3XxhD
#: 03132300.xhp
@@ -34070,7 +34070,7 @@ msgctxt ""
"par_id511677928924995\n"
"help.text"
msgid "This example uses <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1beans_1_1XPropertySet.html\">com.sun.star.beans.XPropertySet</link><literal>.addProperty()</literal> method to create a document property whose default values requires <literal>CreateUnoValue()</literal> usage:"
-msgstr ""
+msgstr "В този пример е използван методът <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1beans_1_1XPropertySet.html\">com.sun.star.beans.XPropertySet</link><literal>.addProperty()</literal>, за да се създаде свойство на документ, чиито подразбирани стойности изискват употреба на <literal>CreateUnoValue()</literal>:"
#. vJXdv
#: 03132300.xhp
@@ -34079,7 +34079,7 @@ msgctxt ""
"par_id3150769\n"
"help.text"
msgid "You can also use this function to pass non-Any values, but this is not recommended. If Basic already knows the target type, using the <literal>CreateUnoValue()</literal> function will only lead to additional converting operations that slow down the Basic execution."
-msgstr ""
+msgstr "Можете да използвате тази функция и за предаване на стойности не от тип Any, но това не се препоръчва. Ако Basic познава целевия тип, използването на <literal>CreateUnoValue()</literal> ще доведе до излишни преобразувания, които само ще забавят изпълнението на кода на Basic."
#. yUCwp
#: 03132400.xhp
@@ -34574,7 +34574,7 @@ msgctxt ""
"par_id061420170730135034\n"
"help.text"
msgid "<emph>ValueArray</emph>: The array of values of the cash-flow. The values represent cash flow values at regular intervals, at least one value must be negative (payments), and at least one value must be positive (income)."
-msgstr ""
+msgstr "<emph>ValueArray</emph>: масивът от стойности за паричните потоци. Стойностите представят парични потоци, постъпващи през регулярни интервали, като поне една стойност трябва да е отрицателна (плащане) и поне една – положителна (приход)."
#. FemwK
#: 03140003.xhp
@@ -34583,7 +34583,7 @@ msgctxt ""
"par_id061420170730137782\n"
"help.text"
msgid "<emph>Guess</emph>: An initial estimate at what the IRR will be."
-msgstr ""
+msgstr "<emph>Guess</emph>: начално приближение за резултата."
#. BU7LM
#: 03140003.xhp
@@ -35717,7 +35717,7 @@ msgctxt ""
"par_id240720170117391741\n"
"help.text"
msgid "<emph>Date</emph>: The date expression to be formatted."
-msgstr ""
+msgstr "<emph>Date</emph>: изразът от тип дата, който да бъде форматиран."
#. WC3h8
#: 03150000.xhp
@@ -36302,7 +36302,7 @@ msgctxt ""
"par_id240720170117391741\n"
"help.text"
msgid "<emph>expression</emph>: Required. A numeric expression to be formatted. If <literal>expression</literal> is a string, then the decimal and thousands separator need to be localized."
-msgstr ""
+msgstr "<emph>expression</emph>: задължителен. Числов израз, чиято стойност да се форматира. Ако <literal>expression</literal> е низ, тогава десетичният разделител и разделителят на хилядите трябва да са локализирани."
#. mD2xQ
#: 03170010.xhp
@@ -36347,7 +36347,7 @@ msgctxt ""
"par_id241542199046808\n"
"help.text"
msgid "<emph>vbUseDefault or -2</emph>: Use the user interface locale settings. This is the default when omitted."
-msgstr ""
+msgstr "<emph>vbUseDefault или -2</emph>: да се използват настройките за локал на потребителския интерфейс. Това е подразбираната стойност при пропуснат аргумент."
#. xEHZb
#: 03170010.xhp
@@ -36383,7 +36383,7 @@ msgctxt ""
"par_id241542191246808\n"
"help.text"
msgid "<emph>vbUseDefault or -2</emph>: Same as vbFalse. This is the default when omitted."
-msgstr ""
+msgstr "<emph>vbUseDefault или -2</emph>: също като vbFalse. Това е подразбираната стойност при пропуснат аргумент."
#. pj4ES
#: 03170010.xhp
@@ -36419,7 +36419,7 @@ msgctxt ""
"par_id241542191267808\n"
"help.text"
msgid "<emph>vbUseDefault or -2</emph>: Same as vbFalse. This is the default when omitted."
-msgstr ""
+msgstr "<emph>vbUseDefault или -2</emph>: също като vbFalse. Това е подразбираната стойност при пропуснат аргумент."
#. Bdq8A
#: 03170020.xhp
@@ -36428,7 +36428,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "FormatPercent Function [VBA]"
-msgstr ""
+msgstr "Функция FormatPercent [VBA]"
#. YhjAo
#: 03170020.xhp
@@ -36437,7 +36437,7 @@ msgctxt ""
"bm_id661542193659245\n"
"help.text"
msgid "<bookmark_value>FormatPercent function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>FormatPercent, функция</bookmark_value>"
#. 5GSq4
#: 03170020.xhp
@@ -36446,7 +36446,7 @@ msgctxt ""
"hd_id871542193473857\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03170020.xhp\">FormatPercent [VBA]</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03170020.xhp\">FormatPercent [VBA]</link>"
#. wE9n7
#: 03170020.xhp
@@ -36455,7 +36455,7 @@ msgctxt ""
"par_id351542193473858\n"
"help.text"
msgid "Returns a string with a number formatting applied to a numeric expression. A percent sign is appended to the returned string."
-msgstr ""
+msgstr "Връща низ с числово форматиране, приложено върху стойността на числов израз. Към връщания низ се добавя знак за процент."
#. EBFVE
#: 03170020.xhp
@@ -36464,7 +36464,7 @@ msgctxt ""
"par_id771542204286220\n"
"help.text"
msgid "MsgBox FormatPercent(12.2, NumDigitsAfterDecimal:=2) ' 1220.00% if selected user interface is english"
-msgstr ""
+msgstr "MsgBox FormatPercent(12.2, NumDigitsAfterDecimal:=2) ' 1220.00% ако е избран потребителски интерфейс на английски"
#. 4nxgE
#: 03170020.xhp
@@ -36473,7 +36473,7 @@ msgctxt ""
"par_id671542204307459\n"
"help.text"
msgid "MsgBox FormatPercent(\"-,2\", 2, IncludeLeadingDigit:=vbTrue) ' -20,00% if french user interface"
-msgstr ""
+msgstr "MsgBox FormatPercent(\"-,2\", 2, IncludeLeadingDigit:=vbTrue) ' -20,00% ако е избран потребителски интерфейс на френски"
#. 5qH6F
#: 03170020.xhp
@@ -36482,7 +36482,7 @@ msgctxt ""
"par_id61542204328859\n"
"help.text"
msgid "MsgBox FormatPercent(\"-0.2\", 2) ' -20.00% for en-US, -0,00 for fr-CA, de-AT or pt-BR"
-msgstr ""
+msgstr "MsgBox FormatPercent(\"-0.2\", 2) ' -20.00% за en-US, -0,00 за fr-CA, de-AT или pt-BR"
#. y4XTq
#: 03170020.xhp
@@ -36491,7 +36491,7 @@ msgctxt ""
"par_id421542204347269\n"
"help.text"
msgid "MsgBox FormatPercent(-0.2, UseComputerRegionalSettings, UseParensForNegativeNumbers:=vbTrue) ' (20,00)% if pt-BR"
-msgstr ""
+msgstr "MsgBox FormatPercent(-0.2, UseComputerRegionalSettings, UseParensForNegativeNumbers:=vbTrue) ' (20,00)% за pt-BR"
#. DoAx5
#: 03170020.xhp
@@ -36500,7 +36500,7 @@ msgctxt ""
"par_id151542204366706\n"
"help.text"
msgid "MsgBox FormatPercent(\"-0,2\", UseComputerRegionalSettings, vbUseDefault, vbTrue) ' (20,00)% if german"
-msgstr ""
+msgstr "MsgBox FormatPercent(\"-0,2\", UseComputerRegionalSettings, vbUseDefault, vbTrue) ' (20,00)% за немски"
#. GZf86
#: 03170020.xhp
@@ -36509,7 +36509,7 @@ msgctxt ""
"par_id971542204385212\n"
"help.text"
msgid "MsgBox FormatPercent(\"-12345678\", -1, vbUseDefault, vbUseDefault, GroupDigits:=vbTrue) ' -1 234 567 800,00% for fr-BE"
-msgstr ""
+msgstr "MsgBox FormatPercent(\"-12345678\", -1, vbUseDefault, vbUseDefault, GroupDigits:=vbTrue) ' -1 234 567 800,00% за fr-BE"
#. MxFCq
#: 05060700.xhp
@@ -39884,7 +39884,7 @@ msgctxt ""
"par_id551648117368688\n"
"help.text"
msgid "<literal>CompatibilityMode</literal> function always returns the mode that is active after its execution. That is, if called with an argument, it returns the new mode; if called without an argument, it returns the active mode without modifying it."
-msgstr ""
+msgstr "Функцията <literal>CompatibilityMode</literal> винаги връща режима, който е активен след изпълнението ѝ. Това значи, че ако е извикана с аргумент, връща новия режим, а ако е извикана без аргумент, връща активния режим, без да го сменя."
#. buGpD
#: compatibilitymode.xhp
@@ -41261,7 +41261,7 @@ msgctxt ""
"par_id111548419647867\n"
"help.text"
msgid "Partition( Number, Start, Stop, Interval)"
-msgstr ""
+msgstr "Partition(Number, Start, Stop, Interval)"
#. EXFRi
#: partition.xhp
@@ -41279,7 +41279,7 @@ msgctxt ""
"par_id841548420006137\n"
"help.text"
msgid "<emph>Start</emph>: Required. An integer number defining the lower value of the range of numbers."
-msgstr "<emph>Start</emph>: задължителен. Цяло число, определящо долната граница на интервалите."
+msgstr "<emph>Start</emph>: задължителен. Цяло число, определящо най-ниската стойност на диапазона от числа."
#. A4Hit
#: partition.xhp
@@ -41288,7 +41288,7 @@ msgctxt ""
"par_id781548420012105\n"
"help.text"
msgid "<emph>Stop</emph>: Required. An integer number defining the highest value of the range."
-msgstr ""
+msgstr "<emph>Stop</emph>: задължителен. Цяло число, определящо най-високата стойност на диапазона."
#. evEzB
#: partition.xhp
@@ -41297,7 +41297,7 @@ msgctxt ""
"par_id371548420017250\n"
"help.text"
msgid "<emph>Interval</emph>: Required. An integer number that specifies the size of the partitions within the range of numbers (between <literal>Start</literal> and <literal>Stop</literal>)."
-msgstr ""
+msgstr "<emph>Interval</emph>: задължителен. Цяло число, указващо размера на интервалите, на които е подразделен числовият диапазон (между <literal>Start</literal> и <literal>Stop</literal>)."
#. 9xjpK
#: partition.xhp
@@ -41954,7 +41954,7 @@ msgctxt ""
"par_id771622762489917\n"
"help.text"
msgid "StrConv(string As String, Conversion As Integer, [ LCID ])"
-msgstr ""
+msgstr "StrConv(string As String, Conversion As Integer, [ LCID ])"
#. c44hy
#: strconv.xhp
@@ -41963,7 +41963,7 @@ msgctxt ""
"par_id421622762822934\n"
"help.text"
msgid "<emph>string</emph>: Any valid string expression."
-msgstr ""
+msgstr "<emph>string</emph>: произволен валиден низов израз."
#. 56k2A
#: strconv.xhp
diff --git a/source/bg/helpcontent2/source/text/scalc/00.po b/source/bg/helpcontent2/source/text/scalc/00.po
index b38ba021165..18b7974455f 100644
--- a/source/bg/helpcontent2/source/text/scalc/00.po
+++ b/source/bg/helpcontent2/source/text/scalc/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-02-02 12:20+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/bg/>\n"
@@ -2537,13 +2537,13 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
msgstr ""
-#. sBA56
+#. JGKyR
#: sheet_menu.xhp
msgctxt ""
"sheet_menu.xhp\n"
"par_id561684962038778\n"
"help.text"
-msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgid "Choose <menuitem>Review - Protect Sheet</menuitem>"
msgstr ""
#. Fg4o9
diff --git a/source/bg/helpcontent2/source/text/scalc/guide.po b/source/bg/helpcontent2/source/text/scalc/guide.po
index 00539d7404f..0996cae8562 100644
--- a/source/bg/helpcontent2/source/text/scalc/guide.po
+++ b/source/bg/helpcontent2/source/text/scalc/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: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: 2023-04-09 08:24+0000\n"
+"PO-Revision-Date: 2023-06-05 12:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/bg/>\n"
"Language: bg\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1562356865.000000\n"
@@ -8601,7 +8601,7 @@ msgctxt ""
"bm_id3150769\n"
"help.text"
msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>листове; показване на няколко</bookmark_value><bookmark_value>етикети на листове;използване</bookmark_value><bookmark_value>изгледи;няколко листа</bookmark_value><bookmark_value>навигационна лента за листове</bookmark_value><bookmark_value>листове; преминаване към</bookmark_value>"
#. ce3en
#: multi_tables.xhp
@@ -8610,7 +8610,7 @@ msgctxt ""
"hd_id3150769\n"
"help.text"
msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
-msgstr ""
+msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Преминаване между разделите с листове</link></variable>"
#. BYxDG
#: multi_tables.xhp
@@ -8619,7 +8619,7 @@ msgctxt ""
"par_id3153771\n"
"help.text"
msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
-msgstr ""
+msgstr "По подразбиране %PRODUCTNAME показва един лист „Лист1“ във всеки нов документ електронна таблица. Можете да добавяте листове с бутона (+) в долния край на екрана и да превключвате между тях чрез етикетите на разделите им."
#. SgcCe
#: multi_tables.xhp
@@ -8628,7 +8628,7 @@ msgctxt ""
"par_id301684765313669\n"
"help.text"
msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
-msgstr ""
+msgstr "Ако етикетите на листовете не се виждат, изберете <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Инструменти - Настройки</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Изглед - Етикети на листове</menuitem>, за да се покажат в долния край на екрана."
#. 4KYVc
#: multi_tables.xhp
@@ -8646,7 +8646,7 @@ msgctxt ""
"par_id3153144\n"
"help.text"
msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Бутони за навигация между листовете</alt></image>"
#. ctQ7p
#: multi_tables.xhp
@@ -8655,7 +8655,7 @@ msgctxt ""
"par_id51684763810316\n"
"help.text"
msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
-msgstr ""
+msgstr "Навигационните бутони са активни, когато броят листове в документа е по-голям от броя листове, показани в лентата за навигация."
#. cF9mG
#: multi_tables.xhp
@@ -8673,7 +8673,7 @@ msgctxt ""
"par_id61684763266822\n"
"help.text"
msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
-msgstr ""
+msgstr "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Икона за нов лист</alt></image>"
#. d9kqg
#: multi_tables.xhp
@@ -8682,7 +8682,7 @@ msgctxt ""
"par_id551684763266826\n"
"help.text"
msgid "Left click: Adds a new empty sheet to the right of the current sheet."
-msgstr ""
+msgstr "Щракване с левия бутон: добавя нов празен лист вдясно от текущия."
#. 9PtEo
#: multi_tables.xhp
@@ -8691,7 +8691,7 @@ msgctxt ""
"par_id731684763833940\n"
"help.text"
msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
-msgstr ""
+msgstr "Щракване с десния бутон: отваря подменю с всички листове, които не са отбелязани като скрити. Щракнете върху име на лист, за да преминете към листа. Скритите листове не са изброени в подменюто."
#. c6FGv
#: multioperation.xhp
@@ -9042,7 +9042,7 @@ msgctxt ""
"bm_id3154759\n"
"help.text"
msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>листове;избиране на няколко</bookmark_value><bookmark_value>добавяне на листове</bookmark_value><bookmark_value>избиране;няколко листа</bookmark_value><bookmark_value>няколко листа</bookmark_value><bookmark_value>изчисляване;няколко листа</bookmark_value>"
#. EaKEB
#: multitables.xhp
diff --git a/source/bg/helpcontent2/source/text/scalc/menu.po b/source/bg/helpcontent2/source/text/scalc/menu.po
index 42c0623c14d..f3cd0bceec7 100644
--- a/source/bg/helpcontent2/source/text/scalc/menu.po
+++ b/source/bg/helpcontent2/source/text/scalc/menu.po
@@ -4,14 +4,16 @@ 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: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2023-06-01 17:35+0000\n"
+"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
+"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textscalcmenu/bg/>\n"
+"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
#. wBy8B
#: sheet_tab_menu.xhp
@@ -20,7 +22,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Sheet Tab Menu"
-msgstr ""
+msgstr "Меню на раздел с лист"
#. e6WT4
#: sheet_tab_menu.xhp
@@ -29,7 +31,7 @@ msgctxt ""
"bm_id401684768427884\n"
"help.text"
msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>подменю на раздел с лист</bookmark_value>"
#. oAwAz
#: sheet_tab_menu.xhp
@@ -38,7 +40,7 @@ msgctxt ""
"hd_id291684767634321\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Контекстно меню на раздел с лист</link></variable>"
#. 6BgSn
#: sheet_tab_menu.xhp
@@ -47,7 +49,7 @@ msgctxt ""
"par_id631684767634324\n"
"help.text"
msgid "The sub menu contains command that applies directly to the selected sheet."
-msgstr ""
+msgstr "Подменюто съдържа команда, която се прилага директно върху избрания лист."
#. EAKaW
#: sheet_tab_menu.xhp
@@ -56,7 +58,7 @@ msgctxt ""
"par_id111684768211784\n"
"help.text"
msgid "Right-click on the sheet tab in the sheet navigation bar."
-msgstr ""
+msgstr "Щракнете с десния бутон върху етикет на раздел в навигационната лента на листовете."
#. PWaZD
#: sheet_tab_menu.xhp
@@ -65,7 +67,7 @@ msgctxt ""
"hd_id871684772491816\n"
"help.text"
msgid "Select all sheets"
-msgstr ""
+msgstr "Избиране на всички листове"
#. 3re7Q
#: sheet_tab_menu.xhp
@@ -74,7 +76,7 @@ msgctxt ""
"par_id321684772518367\n"
"help.text"
msgid "Selects all of the sheets in the current spreadsheet."
-msgstr ""
+msgstr "Избира всички листове в текущата електронна таблица."
#. g95pA
#: sheet_tab_menu.xhp
@@ -83,4 +85,4 @@ msgctxt ""
"hd_id3163733308\n"
"help.text"
msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/06140500.xhp\">Събития на лист</link>"
diff --git a/source/bg/helpcontent2/source/text/sdraw.po b/source/bg/helpcontent2/source/text/sdraw.po
index a378ea0cdb1..2d304af202e 100644
--- a/source/bg/helpcontent2/source/text/sdraw.po
+++ b/source/bg/helpcontent2/source/text/sdraw.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: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-02-02 12:20+0000\n"
+"PO-Revision-Date: 2023-06-05 12:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/bg/>\n"
"Language: bg\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1558972026.000000\n"
#. dHbww
@@ -293,7 +293,7 @@ msgctxt ""
"hd_id671683306520960\n"
"help.text"
msgid "Line Color"
-msgstr ""
+msgstr "Цвят на линията"
#. mb9UG
#: main0210.xhp
@@ -302,7 +302,7 @@ msgctxt ""
"par_id301683306696915\n"
"help.text"
msgid "Sets the <link href=\"text/shared/01/quickcolorselector.xhp\">line color</link> of the selected object."
-msgstr ""
+msgstr "Задава <link href=\"text/shared/01/quickcolorselector.xhp\">цвета на линията</link> на избрания обект."
#. t9MQS
#: main0210.xhp
@@ -311,7 +311,7 @@ msgctxt ""
"hd_id361683306526098\n"
"help.text"
msgid "Fill Color"
-msgstr ""
+msgstr "Цвят на запълването"
#. GoGiJ
#: main0210.xhp
@@ -320,7 +320,7 @@ msgctxt ""
"par_id701683306692312\n"
"help.text"
msgid "Sets the <link href=\"text/shared/01/quickcolorselector.xhp\">area color</link> of the selected object."
-msgstr ""
+msgstr "Задава <link href=\"text/shared/01/quickcolorselector.xhp\">цвета на запълването</link> на избрания обект."
#. APoZ6
#: main0210.xhp
@@ -833,7 +833,7 @@ msgctxt ""
"hd_id3153913\n"
"help.text"
msgid "<link href=\"text/sdraw/01/insert_layer.xhp\">Layer</link>"
-msgstr ""
+msgstr "<link href=\"text/sdraw/01/insert_layer.xhp\">Слой</link>"
#. 9RWyM
#: main_insert.xhp
diff --git a/source/bg/helpcontent2/source/text/sdraw/00.po b/source/bg/helpcontent2/source/text/sdraw/00.po
index 290059813f8..22d833f0120 100644
--- a/source/bg/helpcontent2/source/text/sdraw/00.po
+++ b/source/bg/helpcontent2/source/text/sdraw/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: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2021-10-23 00:38+0000\n"
+"PO-Revision-Date: 2023-06-05 12:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw00/bg/>\n"
"Language: bg\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1558871697.000000\n"
#. EDSDr
@@ -41,7 +41,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Insert Menu"
-msgstr ""
+msgstr "Меню „Вмъкване“"
#. UWBZA
#: insert_menu.xhp
@@ -50,7 +50,7 @@ msgctxt ""
"par_id3147002\n"
"help.text"
msgid "Choose <menuitem>Insert - Layer</menuitem>"
-msgstr ""
+msgstr "Изберете <menuitem>Вмъкване - Слой</menuitem>."
#. AUTMW
#: insert_menu.xhp
@@ -59,7 +59,7 @@ msgctxt ""
"par_id3150363\n"
"help.text"
msgid "Open context menu of layer tabs - choose <menuitem>Insert Layer</menuitem>"
-msgstr ""
+msgstr "Отворете контекстното меню на етикетите на слоеве - изберете <menuitem>Вмъкване на слой</menuitem>."
#. FS4FK
#: page_menu.xhp
diff --git a/source/bg/helpcontent2/source/text/sdraw/01.po b/source/bg/helpcontent2/source/text/sdraw/01.po
index ed5f496238b..ef6027c82c8 100644
--- a/source/bg/helpcontent2/source/text/sdraw/01.po
+++ b/source/bg/helpcontent2/source/text/sdraw/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: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-04-09 08:24+0000\n"
+"PO-Revision-Date: 2023-06-05 12:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw01/bg/>\n"
"Language: bg\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1558871705.000000\n"
#. 9EjcP
@@ -50,7 +50,7 @@ msgctxt ""
"par_idN10575\n"
"help.text"
msgid "<link href=\"text/sdraw/01/3dsettings_toolbar.xhp\">Extrusion On/Off</link>"
-msgstr ""
+msgstr "<link href=\"text/sdraw/01/3dsettings_toolbar.xhp\">Екструдиране - вкл./изкл.</link>"
#. FovPY
#: 3dsettings_toolbar.xhp
@@ -68,7 +68,7 @@ msgctxt ""
"par_id891592603243551\n"
"help.text"
msgid "<image src=\"cmd/lc_convertinto3d.svg\" id=\"img_id681592603243552\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id241592603243553\">Icon Extrusion On/Off</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_convertinto3d.svg\" id=\"img_id681592603243552\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id241592603243553\">Икона за включване и изключване на екструдирането</alt></image>"
#. D7KNd
#: 3dsettings_toolbar.xhp
@@ -698,7 +698,7 @@ msgctxt ""
"hd_id3151074\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/sdraw/01/insert_layer.xhp\">Insert or Modify Layer</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/sdraw/01/insert_layer.xhp\">Вмъкване или промяна на слой</link></variable>"
#. eTGPC
#: insert_layer.xhp
@@ -743,7 +743,7 @@ msgctxt ""
"par_id511677022598993\n"
"help.text"
msgid "The following layer names are used internally and cannot be set or modified: <literal>layout</literal>, <literal>background</literal>, <literal>backgroundobjects</literal>, <literal>controls</literal>, <literal>measurelines</literal>.<br/><br/><literal>layout</literal>, <literal>controls</literal> and <literal>measurelines</literal> layers are visible in normal view and correspond to the predefined layers <emph>Layout</emph>, <emph>Controls</emph> and <emph>Dimension Lines</emph>, respectively.<br/><br/>The <literal>backgroundobjects</literal> layer is visible in master view under the name <emph>Background objects</emph>.<br/><br/>The <literal>background</literal> layer is never visible and is not intended to be used."
-msgstr ""
+msgstr "Следните имена на слоеве се използват вътрешно и не могат да бъдат задавани или променяни: <literal>layout</literal>, <literal>background</literal>, <literal>backgroundobjects</literal>, <literal>controls</literal>, <literal>measurelines</literal>.<br/><br/><literal>layout</literal>, <literal>controls</literal> и <literal>measurelines</literal> са видими в нормален изглед и отговарят съответно на предварително дефинираните слоеве <emph>Оформление</emph>, <emph>Контроли</emph> и <emph>Размерни линии</emph>.<br/><br/>Слоят <literal>backgroundobjects</literal> се вижда в изгледа на образец под името <emph>Фонови обекти</emph>.<br/><br/>Слоят <literal>background</literal> никога не се вижда и не е предназначен за използване."
#. HkHgM
#: insert_layer.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/00.po b/source/bg/helpcontent2/source/text/shared/00.po
index b5cfb3a638d..5915bef1fdd 100644
--- a/source/bg/helpcontent2/source/text/shared/00.po
+++ b/source/bg/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-02-03 18:10+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/bg/>\n"
@@ -1600,6 +1600,15 @@ msgctxt ""
msgid "From the Menu bar:"
msgstr ""
+#. haGjm
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684932173786\n"
+"help.text"
+msgid "From the Context menu:"
+msgstr ""
+
#. 6QF4D
#: 00000004.xhp
msgctxt ""
@@ -1645,6 +1654,15 @@ msgctxt ""
msgid "From the Start Center, click"
msgstr ""
+#. DQteW
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931686300557948\n"
+"help.text"
+msgid "From the Status bar:"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -7225,6 +7243,60 @@ msgctxt ""
msgid "Close"
msgstr ""
+#. DSfYn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110001\n"
+"help.text"
+msgid "Select <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. k9NDc
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110002\n"
+"help.text"
+msgid "Choose <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. WNdsn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685707180577\n"
+"help.text"
+msgid "<image src=\"cmd/lc_templatemanager.svg\" id=\"img_id101685707180578\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id701685707180579\">Icon Template Manager</alt></image>"
+msgstr ""
+
+#. jxZcJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id141685707180581\n"
+"help.text"
+msgid "Templates"
+msgstr ""
+
+#. 72Roy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685707253310\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + N</keycode>"
+msgstr ""
+
+#. SB9PY
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id151685707338424\n"
+"help.text"
+msgid "Click on the <menuitem>Templates</menuitem> button."
+msgstr ""
+
#. GSRTM
#: 00000401.xhp
msgctxt ""
@@ -7351,6 +7423,51 @@ msgctxt ""
msgid "Save a Copy"
msgstr ""
+#. nkjmW
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629430220\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>."
+msgstr ""
+
+#. wN5yQ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685704731179\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>"
+msgstr ""
+
+#. 9Hgnk
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id431513629862558\n"
+"help.text"
+msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File</emph>."
+msgstr ""
+
+#. 8rmQq
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id991685704766726\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveasremote.svg\" id=\"img_id101685704766727\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id951685704766728\">Icon Save Remote</alt></image>"
+msgstr ""
+
+#. JCcsE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id531685704766729\n"
+"help.text"
+msgid "Save Remote"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7477,14 +7594,41 @@ msgctxt ""
msgid "Reload"
msgstr ""
-#. qdS25
+#. NAyAK
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3166425\n"
"help.text"
-msgid "<variable id=\"info1\">Choose <menuitem>File - Properties</menuitem>.</variable>"
-msgstr "<variable id=\"info1\">Изберете <menuitem>Файл - Свойства</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. zRkFS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685706381820\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. qg49k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685706400576\n"
+"help.text"
+msgid "<image src=\"cmd/lc_setdocumentproperties.svg\" id=\"img_id721685706400577\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id401685706400578\">Icon Document Properties</alt></image>"
+msgstr ""
+
+#. hGh4o
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685706400580\n"
+"help.text"
+msgid "Document Properties"
+msgstr ""
#. HCGtN
#: 00000401.xhp
@@ -7513,14 +7657,23 @@ msgctxt ""
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security</menuitem> and, in the <emph>Certificate Path</emph> area, click <menuitem>Certificate</menuitem>."
msgstr "Изберете <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Инструменти - Настройки</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Сигурност</menuitem> и в областта <emph>Път за сертификати</emph> щракнете върху <menuitem>Сертификат</menuitem>."
-#. bjtF6
+#. ztEvn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11163\n"
"help.text"
-msgid "<variable id=\"digitalsigs\">Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>.</variable>"
-msgstr "<variable id=\"digitalsigs\">Изберете <menuitem>Файл - Цифрови подписи - Цифрови подписи</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>."
+msgstr ""
+
+#. u6Rcy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_idN11156\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
+msgstr "Изберете раздела <menuitem>Файл - Свойства - Общи</menuitem>, натиснете бутона <emph>Цифрови подписи</emph>."
#. QA6UC
#: 00000401.xhp
@@ -7531,23 +7684,41 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Macros - Digital Signature</menuitem>."
msgstr "Изберете <menuitem>Инструменти - Макроси - Цифров подпис</menuitem>."
-#. u6Rcy
+#. DW6BN
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_idN11156\n"
+"par_id881685708186380\n"
"help.text"
-msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
-msgstr "Изберете раздела <menuitem>Файл - Свойства - Общи</menuitem>, натиснете бутона <emph>Цифрови подписи</emph>."
+msgid "Choose <menuitem>File - Digital Signatures</menuitem>."
+msgstr ""
+
+#. uxAA2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685708203107\n"
+"help.text"
+msgid "<image src=\"cmd/lc_signature.svg\" id=\"img_id651685708203108\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931685708203109\">Icon Digital Signature</alt></image>"
+msgstr ""
-#. G3b6A
+#. gFkGA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id791685708203111\n"
+"help.text"
+msgid "Digital Signature"
+msgstr ""
+
+#. 2UVF3
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN1117E\n"
"help.text"
-msgid "Double-click or right-click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
-msgstr "Щракнете двукратно или с десния бутон върху полето <emph>Подпис</emph> в <emph>лентата на състоянието</emph>."
+msgid "Click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
+msgstr ""
#. oUEEy
#: 00000401.xhp
@@ -7981,6 +8152,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Exit %PRODUCTNAME</menuitem>."
msgstr "Изберете <menuitem>Файл - Изход от %PRODUCTNAME</menuitem>."
+#. TJcjf
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685709082165\n"
+"help.text"
+msgid "<image src=\"cmd/lc_quit.svg\" id=\"img_id871685709082167\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id651685709082168\">Icon Exit</alt></image>"
+msgstr ""
+
+#. 4fn3K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685709082170\n"
+"help.text"
+msgid "Exit"
+msgstr ""
+
#. DjhX3
#: 00000401.xhp
msgctxt ""
@@ -15280,24 +15469,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Undo</menuitem>."
msgstr "Изберете <menuitem>Редактиране - Отмяна</menuitem>."
-#. AA56D
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3145160\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>"
-
-#. LW82F
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3154094\n"
-"help.text"
-msgid "On the <emph>Standard</emph> bar or <emph>Table Data</emph> bar, click"
-msgstr "В лентата <emph>Стандартни</emph> или <emph>Данни от таблица</emph> щракнете върху"
-
#. AwFxC
#: edit_menu.xhp
msgctxt ""
@@ -15316,23 +15487,23 @@ msgctxt ""
msgid "Undo"
msgstr "Отмяна"
-#. CRhMd
+#. CEAXt
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3145068\n"
+"par_id3145160\n"
"help.text"
-msgid "Choose <menuitem>Edit - Redo</menuitem>."
-msgstr "Изберете <menuitem>Редактиране - Възстановяване</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Z</keycode>"
+msgstr ""
-#. VgWZG
+#. CRhMd
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3153897\n"
+"par_id3145068\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "В лентата <emph>Стандартни</emph> щракнете върху"
+msgid "Choose <menuitem>Edit - Redo</menuitem>."
+msgstr "Изберете <menuitem>Редактиране - Възстановяване</menuitem>."
#. 4UACs
#: edit_menu.xhp
@@ -15352,41 +15523,68 @@ msgctxt ""
msgid "Redo"
msgstr "Възстановяване"
-#. VqzCC
+#. hVXND
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id591685963188763\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Y</keycode>"
+msgstr ""
+
+#. 9646J
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3154365\n"
"help.text"
-msgid "<variable id=\"letzter\">Choose <menuitem>Edit - Repeat</menuitem>.</variable>"
-msgstr "<variable id=\"letzter\">Изберете <menuitem>Редактиране - Повтаряне</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Repeat</menuitem>."
+msgstr ""
-#. DyHWB
+#. zyjrz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3149765\n"
+"par_id611685963967520\n"
"help.text"
-msgid "Choose <menuitem>Edit - Cut</menuitem>."
-msgstr "Изберете <menuitem>Редактиране - Изрязване</menuitem>."
+msgid "<image src=\"cmd/lc_repeat.svg\" id=\"img_id491685963967521\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685963967522\">Icon Repeat</alt></image>"
+msgstr ""
-#. siZcT
+#. Vngcs
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3144762\n"
+"par_id121685963967524\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>"
+msgid "Repeat"
+msgstr ""
-#. YEYM4
+#. XAUzr
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148744\n"
+"par_id371685963759435\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "В лентата <emph>Стандартни</emph> щракнете върху"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + Y</keycode>"
+msgstr ""
+
+#. DyHWB
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3149765\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Cut</menuitem>."
+msgstr "Изберете <menuitem>Редактиране - Изрязване</menuitem>."
+
+#. tACpY
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685964587740\n"
+"help.text"
+msgid "Choose <menuitem>Home - Cut</menuitem>."
+msgstr ""
#. zCT5V
#: edit_menu.xhp
@@ -15406,32 +15604,41 @@ msgctxt ""
msgid "Cut"
msgstr "Изрязване"
-#. 75bkj
+#. AuJsz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3150742\n"
+"par_id3144762\n"
"help.text"
-msgid "Choose <menuitem>Edit - Copy</menuitem>."
-msgstr "Изберете <menuitem>Редактиране - Копиране</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + X</keycode>"
+msgstr ""
-#. dqu5U
+#. CdvjE
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148923\n"
+"par_id101685965015077\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+C</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+C</keycode>"
+msgid "<keycode>Shift + Del</keycode>"
+msgstr ""
-#. ENXCh
+#. 75bkj
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159254\n"
+"par_id3150742\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "В лентата <emph>Стандартни</emph> щракнете върху"
+msgid "Choose <menuitem>Edit - Copy</menuitem>."
+msgstr "Изберете <menuitem>Редактиране - Копиране</menuitem>."
+
+#. CUyWZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id421685964733661\n"
+"help.text"
+msgid "Choose <menuitem>Home - Copy</menuitem>."
+msgstr ""
#. BEKcn
#: edit_menu.xhp
@@ -15451,32 +15658,41 @@ msgctxt ""
msgid "Copy"
msgstr "Копиране"
-#. zsvyg
+#. WLLXn
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159153\n"
+"par_id3148923\n"
"help.text"
-msgid "Choose <menuitem>Edit - Paste</menuitem>."
-msgstr "Изберете <menuitem>Редактиране - Поставяне</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + C</keycode>"
+msgstr ""
-#. 2JEAF
+#. PryAi
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155860\n"
+"par_id101685965088876\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>"
+msgid "<keycode>Ctrl + Ins</keycode>"
+msgstr ""
-#. wDTHt
+#. zsvyg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159083\n"
+"par_id3159153\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "В лентата <emph>Стандартни</emph> щракнете върху"
+msgid "Choose <menuitem>Edit - Paste</menuitem>."
+msgstr "Изберете <menuitem>Редактиране - Поставяне</menuitem>."
+
+#. ynW6V
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id481685965303610\n"
+"help.text"
+msgid "Choose <menuitem>Home - Paste</menuitem>."
+msgstr ""
#. HZLPq
#: edit_menu.xhp
@@ -15496,6 +15712,33 @@ msgctxt ""
msgid "Paste"
msgstr "Поставяне"
+#. 5R5Je
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3155860\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + V</keycode>"
+msgstr ""
+
+#. YRBqH
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id261685965384099\n"
+"help.text"
+msgid "<keycode>Shift + Ins</keycode>"
+msgstr ""
+
+#. WopNZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3142791\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Paste Special</menuitem>."
+msgstr ""
+
#. 8U2sv
#: edit_menu.xhp
msgctxt ""
@@ -15505,6 +15748,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Paste Special - Paste Special</menuitem>."
msgstr "Изберете <menuitem>Редактиране - Специално поставяне - Специално поставяне</menuitem>."
+#. A3fDq
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id521685966553736\n"
+"help.text"
+msgid "Long click on <menuitem>Home - Paste</menuitem>."
+msgstr ""
+
+#. HHNRa
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id801685967705406\n"
+"help.text"
+msgid "<image src=\"cmd/lc_pastespecial.svg\" id=\"img_id411685967705407\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id261685967705408\">Icon Paste Special</alt></image>"
+msgstr ""
+
+#. CCMPR
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id661685967705410\n"
+"help.text"
+msgid "Paste Special"
+msgstr ""
+
+#. 3r6MK
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id401685968775099\n"
+"help.text"
+msgid "<image src=\"cmd/lc_paste.svg\" id=\"img_id331685968775100\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191685968775101\">Icon Paste</alt></image>"
+msgstr ""
+
+#. cgEiS
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id81685968775103\n"
+"help.text"
+msgid "Paste (long click)"
+msgstr ""
+
#. CFGeE
#: edit_menu.xhp
msgctxt ""
@@ -15604,15 +15892,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Select All</menuitem>."
msgstr "Изберете <menuitem>Редактиране - Избиране на всичко</menuitem>."
-#. mia2c
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3152417\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>"
-
#. gXMsj
#: edit_menu.xhp
msgctxt ""
@@ -15631,14 +15910,23 @@ msgctxt ""
msgid "Select All"
msgstr "Избиране на всичко"
-#. Tb8Mu
+#. G7z8T
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3152417\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + A</keycode>"
+msgstr ""
+
+#. TGtWv
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3145251\n"
"help.text"
-msgid "<variable id=\"aenderungen\">Choose <menuitem>Edit - Track Changes</menuitem>.</variable>"
-msgstr "<variable id=\"aenderungen\">Изберете <menuitem>Редактиране - Следене на промените</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Track Changes</menuitem>."
+msgstr ""
#. FtngJ
#: edit_menu.xhp
@@ -15739,6 +16027,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Track Changes - Manage - List</menuitem> tab.<br/>Click an entry in the list and open the context menu.<br/>Choose <emph>Edit Comment</emph>."
msgstr "Изберете раздела <menuitem>Редактиране - Следене на промените - Управление - Списък</menuitem>.<br/>Щракнете върху елемент от списъка и отворете контекстното меню.<br/>Изберете <emph>Редактиране на коментар</emph>."
+#. ZGYjQ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id171685981254743\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Comment</menuitem>."
+msgstr ""
+
+#. ABCVo
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id501685985116612\n"
+"help.text"
+msgid "Click on the comment to select and then open the context menu."
+msgstr ""
+
+#. tCQAy
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"hd_id211685985284382\n"
+"help.text"
+msgid "On the Comment note:"
+msgstr ""
+
+#. J6HJx
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685985156516\n"
+"help.text"
+msgid "Click on the drop-down list of the selected comment."
+msgstr ""
+
+#. LSwGJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id711685981703647\n"
+"help.text"
+msgid "Choose <menuitem>Review</menuitem>."
+msgstr ""
+
#. oGZeX
#: edit_menu.xhp
msgctxt ""
@@ -15748,49 +16081,58 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Find</menuitem>."
msgstr "Изберете <menuitem>Редактиране - Търсене</menuitem>."
-#. cPD4u
+#. Up9Ag
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id31545031\n"
+"par_id511685975100630\n"
+"help.text"
+msgid "Choose <menuitem>Home - Find</menuitem>."
+msgstr ""
+
+#. ZqAwc
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id831685975004752\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
+msgid "<image src=\"cmd/lc_recsearch.svg\" id=\"img_id251685975004753\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id521685975004754\">Icon Find</alt></image>"
+msgstr ""
-#. f4EM6
+#. fAhot
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3156297\n"
+"par_id51685975004756\n"
"help.text"
-msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
-msgstr "Изберете <menuitem>Редактиране - Търсене и замяна</menuitem>."
+msgid "Find"
+msgstr ""
-#. 4pWKe
+#. yhe7q
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3154503\n"
+"par_id31545031\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+H</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+H</keycode>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F</keycode>"
+msgstr ""
-#. UPprs
+#. f4EM6
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155083\n"
+"par_id3156297\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "В лентата <emph>Стандартни</emph> щракнете върху"
+msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
+msgstr "Изберете <menuitem>Редактиране - Търсене и замяна</menuitem>."
-#. vsGEm
+#. KV28P
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3150020\n"
"help.text"
-msgid "<image id=\"img_id3149121\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
+msgid "<image id=\"img_id3149121\" src=\"cmd/lc_searchdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
msgstr ""
#. jRcHP
@@ -15802,6 +16144,15 @@ msgctxt ""
msgid "Find & Replace"
msgstr "Търсене и замяна"
+#. 8eSKz
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3154503\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + H</keycode>"
+msgstr ""
+
#. EtPCq
#: edit_menu.xhp
msgctxt ""
@@ -15919,14 +16270,23 @@ msgctxt ""
msgid "<variable id=\"litdat\">Choose <menuitem>Tools - Bibliography Database</menuitem>.</variable>"
msgstr "<variable id=\"litdat\">Изберете <menuitem>Инструменти - Библиографска база от данни</menuitem>.</variable>"
-#. EaFwu
+#. gNsWJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id631686092409826\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Links to External Files</menuitem>."
+msgstr ""
+
+#. L9Jyy
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3149281\n"
"help.text"
-msgid "<variable id=\"link\">Choose <menuitem>Edit - External Links</menuitem>.</variable>"
-msgstr "<variable id=\"link\">Изберете <menuitem>Редактиране - Външни връзки</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - External Links</menuitem>."
+msgstr ""
#. xSMBV
#: edit_menu.xhp
@@ -15982,14 +16342,32 @@ msgctxt ""
msgid "<variable id=\"edit3\">Choose <menuitem>Edit - OLE Object - Open</menuitem>.</variable>"
msgstr "<variable id=\"edit3\">Изберете <menuitem>Редактиране - OLE обект - Отваряне</menuitem>.</variable>"
-#. kQifg
+#. CB5Dg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id951603556032047\n"
"help.text"
-msgid "<variable id=\"reference\">Choose <menuitem>Edit - Reference</menuitem>.</variable>"
-msgstr "<variable id=\"reference\">Изберете <menuitem>Редактиране - Препратка</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Reference</menuitem>."
+msgstr ""
+
+#. eA6Ct
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id1001686083178681\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id811686083178682\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id281686083178683\">Icon Reference</alt></image>"
+msgstr ""
+
+#. 8BUbV
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id671686083178685\n"
+"help.text"
+msgid "Reference"
+msgstr ""
#. PNGYK
#: icon_alt.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/01.po b/source/bg/helpcontent2/source/text/shared/01.po
index f2ef67d74b9..0e700126be2 100644
--- a/source/bg/helpcontent2/source/text/shared/01.po
+++ b/source/bg/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: 2023-02-07 07:36+0000\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
+"PO-Revision-Date: 2023-06-04 09:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/bg/>\n"
"Language: bg\n"
@@ -2564,24 +2564,6 @@ msgctxt ""
msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Saves a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Записва документ в услуга за отдалечени файлове.</ahelp></variable>"
-#. 8GEre
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save Remote...</item> ."
-msgstr "Изберете <item type=\"menuitem\">Файл - Отдалечено записване...</item>."
-
-#. 2FysC
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File...</emph> ."
-msgstr "Щракнете и задръжте върху иконата <emph>Записване</emph> и изберете <emph>Записване на отдалечен файл...</emph>."
-
#. jpc76
#: 01060001.xhp
msgctxt ""
@@ -4049,15 +4031,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">Lets you organize and edit your templates, as well as save the current file as a template.</ahelp>"
msgstr "<ahelp hid=\".\">Позволява ви да организирате и редактирате шаблоните, както и да запишете текущия файл като шаблон.</ahelp>"
-#. VWjC6
-#: 01110000.xhp
-msgctxt ""
-"01110000.xhp\n"
-"par_01110001\n"
-"help.text"
-msgid "Select <emph>File - Templates</emph>."
-msgstr "Изберете <emph>Файл - Шаблони</emph>."
-
#. xfFYL
#: 01110101.xhp
msgctxt ""
@@ -12788,14 +12761,14 @@ msgctxt ""
msgid "Comment"
msgstr "Коментар"
-#. gYF3A
+#. rRJxQ
#: 02230300.xhp
msgctxt ""
"02230300.xhp\n"
"hd_id3083278\n"
"help.text"
-msgid "Insert Track Change Comment"
-msgstr "Вмъкване на коментар за проследена промяна"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/02230300.xhp\">Insert Track Change Comment</link></variable>"
+msgstr ""
#. 56iv7
#: 02230300.xhp
@@ -14561,14 +14534,14 @@ msgctxt ""
msgid "<bookmark_value>comments;inserting/editing/deleting/printing/resolving</bookmark_value> <bookmark_value>comments;hide resolved</bookmark_value> <bookmark_value>comments;resolve in text documents</bookmark_value> <bookmark_value>inserting; comments</bookmark_value> <bookmark_value>editing; comments</bookmark_value> <bookmark_value>deleting;comments</bookmark_value> <bookmark_value>Navigator;comments</bookmark_value> <bookmark_value>printing;comments</bookmark_value> <bookmark_value>resolving;comments</bookmark_value> <bookmark_value>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>"
msgstr "<bookmark_value>коментари;вмъкване/редактиране/изтриване/печатане/разрешаване</bookmark_value><bookmark_value>коментари;скриване на разрешените</bookmark_value><bookmark_value>коментари;разрешаване в текстови документи</bookmark_value><bookmark_value>вмъкване;коментари</bookmark_value><bookmark_value>редактиране;коментари</bookmark_value><bookmark_value>изтриване;коментари</bookmark_value><bookmark_value>навигатор;коментари</bookmark_value><bookmark_value>печат;коментари</bookmark_value><bookmark_value>разрешаване;коментари</bookmark_value><bookmark_value>записи;вмъкване на коментари</bookmark_value><bookmark_value>забележки, виж също коментари</bookmark_value>"
-#. zNaVC
+#. nhCGe
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3154100\n"
"help.text"
-msgid "<link href=\"text/shared/01/04050000.xhp\">Comment</link>"
-msgstr "<link href=\"text/shared/01/04050000.xhp\">>Коментар</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/04050000.xhp\">Comment</link></variable>"
+msgstr ""
#. B5Lac
#: 04050000.xhp
@@ -27627,7 +27600,7 @@ msgctxt ""
"hd_id3155805\n"
"help.text"
msgid "Fit to line width"
-msgstr "Побиране в ширината"
+msgstr "Приспособяване към ширината на линията"
#. XUZuK
#: 05200200.xhp
@@ -50176,23 +50149,23 @@ msgctxt ""
msgid "<ahelp hid=\".\">Insert clipboard table data in a table as new rows instead of overwriting the content of the original cells of the target table.</ahelp>"
msgstr "<ahelp hid=\".\">Табличните данни от клипборда се вмъкват като нови редове, вместо да заместят съдържанието на оригиналните клетки в таблицата местоназначение.</ahelp>"
-#. oivUB
+#. k6vZo
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"tit\n"
"help.text"
-msgid "Paste Special"
-msgstr "Специално поставяне"
+msgid "Paste Special Menu"
+msgstr ""
-#. 4Vh77
+#. xL3tw
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"hd_id361584804540671\n"
"help.text"
-msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special</link></variable>"
-msgstr "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Специално поставяне</link></variable>"
+msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special Menu</link></variable>"
+msgstr ""
#. RWjTr
#: pastespecialmenu.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/02.po b/source/bg/helpcontent2/source/text/shared/02.po
index a2cfc792cf2..0b84f944684 100644
--- a/source/bg/helpcontent2/source/text/shared/02.po
+++ b/source/bg/helpcontent2/source/text/shared/02.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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-04-24 17:34+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/bg/>\n"
@@ -12599,13 +12599,31 @@ msgctxt ""
msgid "<link href=\"text/shared/02/07070000.xhp\">Edit Mode</link>"
msgstr "<link href=\"text/shared/02/07070000.xhp\">Режим на редактиране“</link>"
-#. hZBXN
+#. AhNdc
#: 07070000.xhp
msgctxt ""
"07070000.xhp\n"
"par_id3153089\n"
"help.text"
-msgid "<ahelp hid=\".uno:EditDoc\" visibility=\"hidden\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgid "<ahelp hid=\".uno:EditDoc\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgstr ""
+
+#. FDnmk
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id251686099274448\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Edit Mode</menuitem>."
+msgstr ""
+
+#. 7WzFi
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id1001686099454407\n"
+"help.text"
+msgid "Choose <menuitem>Review - Edit Mode</menuitem>."
msgstr ""
#. VpjVS
@@ -12626,6 +12644,15 @@ msgctxt ""
msgid "Edit Mode"
msgstr "Режим на редактиране"
+#. dCCDo
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id471686099219977\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + M</keycode>"
+msgstr ""
+
#. 2GUFC
#: 07070000.xhp
msgctxt ""
@@ -12905,23 +12932,32 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr "Изберете <menuitem>Редактиране - Хипервръзка</menuitem>, когато курсорът е в хипервръзка."
-#. cMHrB
+#. tExb7
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id341686079869387\n"
+"help.text"
+msgid "Choose <menuitem>Edit Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
+msgstr ""
+
+#. GYAT9
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
-"par_id161616407054506\n"
+"par_id511686079721406\n"
"help.text"
-msgid "On <link href=\"text/shared/main0201.xhp\"><emph>Standard</emph></link> bar, click"
-msgstr "В лентата <link href=\"text/shared/main0201.xhp\"><emph>Стандартни</emph></link> щракнете върху"
+msgid "Choose <menuitem>Insert - Hyperlink</menuitem>."
+msgstr ""
-#. MSjJA
+#. CuQ8K
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
"par_id3154927\n"
"help.text"
-msgid "<image id=\"img_id3093440\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon</alt></image>"
-msgstr "<image id=\"img_id3093440\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Икона</alt></image>"
+msgid "<image id=\"img_id3093440\" src=\"cmd/lc_inserthyperlink.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon Hyperlink</alt></image>"
+msgstr ""
#. Dty7B
#: 09070000.xhp
@@ -12932,6 +12968,15 @@ msgctxt ""
msgid "Hyperlink Dialog"
msgstr "Диалогов прозорец Хипервръзка"
+#. mPi9C
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id121686079478786\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + K</keycode>"
+msgstr ""
+
#. H2EQu
#: 09070000.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/shared/menu.po b/source/bg/helpcontent2/source/text/shared/menu.po
index 560d634dade..35d083d35dc 100644
--- a/source/bg/helpcontent2/source/text/shared/menu.po
+++ b/source/bg/helpcontent2/source/text/shared/menu.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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2022-05-04 10:54+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedmenu/bg/>\n"
@@ -16,6 +16,240 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1474243044.000000\n"
+#. kAYUQ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comments Menu"
+msgstr ""
+
+#. iAF2Y
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id381685980724188\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/menu/comment_menu.xhp\">Comments Menu</link></variable>"
+msgstr ""
+
+#. nxWrC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941603125587454\n"
+"help.text"
+msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
+msgstr ""
+
+#. ZpC2v
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id771685982803183\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. Gvcr8
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id491685993001013\n"
+"help.text"
+msgid "Inserts a new comment adjacent to the comment to which you want to reply. The comment anchor is the same for all comments in the thread."
+msgstr ""
+
+#. rcW2w
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id341685992961744\n"
+"help.text"
+msgid "<image src=\"cmd/lc_replycomment.svg\" id=\"img_id911685992961745\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685992961746\">Icon Reply Comment</alt></image>"
+msgstr ""
+
+#. DBxGw
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id661685992961748\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. z6sGj
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id931685994600871\n"
+"help.text"
+msgid "Replying a comment creates a comment thread."
+msgstr ""
+
+#. ihDxZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id951685982807912\n"
+"help.text"
+msgid "Resolve / Unresolve"
+msgstr ""
+
+#. M6x5n
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id751685993265436\n"
+"help.text"
+msgid "Marks the comment as <emph>Resolved</emph> (or <emph>Unresolved</emph>). When you mark the comment resolved, the word <emph>Resolved</emph> is inserted under the date in the comment box. When marking unresolved, the word <emph>Resolved</emph> is removed."
+msgstr ""
+
+#. EfGUV
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id541685982812304\n"
+"help.text"
+msgid "Resolve Thread"
+msgstr ""
+
+#. LvCLG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id171685994484069\n"
+"help.text"
+msgid "Marks the comment thread as <emph>Resolved</emph> (or <emph>Unresolved</emph>). All comments in the thread are marked <emph>Resolved</emph> (or <emph>Unresolved)</emph>."
+msgstr ""
+
+#. 4bSUA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id811685982816727\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. rJq6j
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id241685994046592\n"
+"help.text"
+msgid "Deletes the comment."
+msgstr ""
+
+#. 9vvEv
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id721685994175303\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteannotation.svg\" id=\"img_id161685994175304\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id751685994175306\">Icon Delete Comment</alt></image>"
+msgstr ""
+
+#. gi9Xt
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id641685994175307\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. 6DKqG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id411685982821640\n"
+"help.text"
+msgid "Delete Comment Thread"
+msgstr ""
+
+#. w7wTC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941685994231483\n"
+"help.text"
+msgid "Deletes all comments of the same thread."
+msgstr ""
+
+#. AKAAD
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id801685982825543\n"
+"help.text"
+msgid "Delete Comment By"
+msgstr ""
+
+#. tfGAA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id631685994308029\n"
+"help.text"
+msgid "Deletes all comments of the same author."
+msgstr ""
+
+#. J5FWB
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id321685982829794\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. zmziK
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id131685994324823\n"
+"help.text"
+msgid "Deletes all comments of the document."
+msgstr ""
+
+#. mnSiZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id881685994350879\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteallannotation.svg\" id=\"img_id501685994350880\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685994350881\">Icon Delete All Comments</alt></image>"
+msgstr ""
+
+#. 5wMSG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id371685994350883\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. 3ijYG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id701685995308264\n"
+"help.text"
+msgid "Format All Comments"
+msgstr ""
+
+#. WBBq9
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id481685995582479\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/01/05020000.xhp\">Format Character</link> dialog to set font, font effects, position and highlighting of all comments text."
+msgstr ""
+
#. rxCQJ
#: forms.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/swriter.po b/source/bg/helpcontent2/source/text/swriter.po
index 389a00e20f5..1cfb5af008b 100644
--- a/source/bg/helpcontent2/source/text/swriter.po
+++ b/source/bg/helpcontent2/source/text/swriter.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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-02-02 12:20+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/bg/>\n"
@@ -241,51 +241,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
msgstr "<ahelp hid=\".\">Менюто съдържа команди за редактиране съдържанието на текущия документ.</ahelp>"
-#. TV7tD
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3147619\n"
-"help.text"
-msgid "Select Text"
-msgstr "Избиране на текст"
-
-#. Hug2v
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id102920150120455108\n"
-"help.text"
-msgid "Go to Page"
-msgstr "Преминаване към страница"
-
-#. GjSQM
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id102920150120456660\n"
-"help.text"
-msgid "Opens a dialog box to enter which page number should be shown. (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+G</keycode>)"
-msgstr "Отваря диалогов прозорец, в който да въведете номера на страницата, която трябва да се покаже. (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+G</keycode>)"
-
-#. xFstf
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id11603124968334\n"
-"help.text"
-msgid "Comment"
-msgstr "Коментар"
-
-#. ycoWJ
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id941603125587454\n"
-"help.text"
-msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
-msgstr ""
-
#. FDHX2
#: main0102.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/swriter/00.po b/source/bg/helpcontent2/source/text/swriter/00.po
index 6b487f0f5fe..8ace2e17a0f 100644
--- a/source/bg/helpcontent2/source/text/swriter/00.po
+++ b/source/bg/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-02-02 12:20+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/bg/>\n"
@@ -322,14 +322,122 @@ msgctxt ""
msgid "<variable id=\"datenaust\">Choose <emph>Edit - Exchange Database</emph></variable>"
msgstr "<variable id=\"datenaust\">Изберете <emph>Редактиране - Смяна на БД</emph></variable>"
-#. DXxuu
+#. CGgT4
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3146316\n"
"help.text"
-msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>"
-msgstr "<variable id=\"feldbefehl\">Изберете <emph>Редактиране - Полета</emph></variable>"
+msgid "Choose <menuitem>Edit - Fields</menuitem>."
+msgstr ""
+
+#. z7vy3
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601686084207673\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. aWNoC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id621686084297019\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. KJtNh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id261686084354397\n"
+"help.text"
+msgid "<menuitem>Edit Field</menuitem>"
+msgstr ""
+
+#. RDJDe
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id241686084284027\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. UAFwh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id671686084291318\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. PQnPz
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761686084998093\n"
+"help.text"
+msgid "Choose <menuitem>References - Fields</menuitem>."
+msgstr ""
+
+#. hpgYC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571686085013340\n"
+"help.text"
+msgid "Choose <menuitem>References - Cross-references</menuitem>."
+msgstr ""
+
+#. vSzco
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id211686084424319\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id501686084424320\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id741686084424321\">Icon Cross-Reference</alt></image>"
+msgstr ""
+
+#. dvoeF
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id921686084424323\n"
+"help.text"
+msgid "Cross-Reference"
+msgstr ""
+
+#. ZmfMu
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id911686084496205\n"
+"help.text"
+msgid "<image src=\"cmd/lc_addfield.svg\" id=\"img_id871686084496206\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id621686084496207\">Icon Insert Field</alt></image>"
+msgstr ""
+
+#. pEDLA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id481686084496209\n"
+"help.text"
+msgid "Insert Field"
+msgstr ""
+
+#. x9PQn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id161686084056231\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F2</keycode>"
+msgstr ""
#. t2xAY
#: 00000402.xhp
@@ -385,14 +493,50 @@ msgctxt ""
msgid "<variable id=\"lit\">Choose <emph>Edit - Bibliography Entry</emph></variable>"
msgstr "<variable id=\"lit\">Изберете <emph>Редактиране - Библиографски запис</emph></variable>"
-#. qG3yF
+#. MfDB3
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3973204\n"
"help.text"
-msgid "<variable id=\"selection_mode\">Choose <emph>Edit - Selection Mode</emph></variable>"
-msgstr "<variable id=\"selection_mode\">Изберете <emph>Редактиране - Режим на избор</emph></variable>"
+msgid "Choose <menuitem>Edit - Selection Mode</menuitem>"
+msgstr ""
+
+#. Sppap
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id491685970640972\n"
+"help.text"
+msgid "Click the <menuitem>Selection</menuitem> area."
+msgstr ""
+
+#. VAPQj
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761685972500574\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Select Text</menuitem>."
+msgstr ""
+
+#. YSDSS
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571685973272593\n"
+"help.text"
+msgid "Choose <menuitem>Select Text</menuitem>."
+msgstr ""
+
+#. ZZrGn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id51685972424605\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + I</keycode>"
+msgstr ""
#. DLEkm
#: 00000402.xhp
@@ -403,6 +547,60 @@ msgctxt ""
msgid "<variable id=\"direct_cursor\">Choose <emph>Edit - Direct Cursor Mode</emph></variable>"
msgstr "<variable id=\"direct_cursor\">Изберете <emph>Редактиране - Свободен курсор</emph></variable>"
+#. aWUsm
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601685977093827\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Go to Page</menuitem>."
+msgstr ""
+
+#. ELFmx
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id931685977488251\n"
+"help.text"
+msgid "Choose <menuitem>Home tab menu - Go to Page</menuitem>."
+msgstr ""
+
+#. xdsdD
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id961685977342894\n"
+"help.text"
+msgid "<image src=\"cmd/lc_gotopage.svg\" id=\"img_id321685977342895\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id901685977342896\">Icon Go to Page</alt></image>"
+msgstr ""
+
+#. mEGRA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id191685977342898\n"
+"help.text"
+msgid "Go to Page"
+msgstr ""
+
+#. qAucq
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id651685976992603\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + G</keycode>"
+msgstr ""
+
+#. Rpgek
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id551685977289618\n"
+"help.text"
+msgid "Click on the <emph>Page number</emph> area."
+msgstr ""
+
#. cjzea
#: 00000403.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/swriter/01.po b/source/bg/helpcontent2/source/text/swriter/01.po
index a26b0568b16..9a0407a45ce 100644
--- a/source/bg/helpcontent2/source/text/swriter/01.po
+++ b/source/bg/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: 2023-04-26 19:46+0000\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
+"PO-Revision-Date: 2023-06-04 09:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/bg/>\n"
"Language: bg\n"
@@ -22929,7 +22929,7 @@ msgctxt ""
"hd_id3150016\n"
"help.text"
msgid "Number"
-msgstr "Номер"
+msgstr "Брой"
#. TJaqq
#: 05120400.xhp
@@ -25991,24 +25991,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr "Арабски цифри"
-#. hyBpE
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3150708\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. 9YEFF
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3153533\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
#. PNNRW
#: 06060100.xhp
msgctxt ""
@@ -26027,24 +26009,6 @@ msgctxt ""
msgid "Roman numerals (lower)"
msgstr "Римски цифри (малки)"
-#. EiABw
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3151332\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. DxFBt
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3149820\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. CT77W
#: 06060100.xhp
msgctxt ""
@@ -26297,15 +26261,6 @@ msgctxt ""
msgid "Description"
msgstr "Описание"
-#. BoqBZ
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150981\n"
-"help.text"
-msgid "1, 2, 3"
-msgstr "1, 2, 3"
-
#. ECZ4S
#: 06080100.xhp
msgctxt ""
@@ -26315,51 +26270,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr "Арабски цифри"
-#. oEuGf
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150763\n"
-"help.text"
-msgid "A, B, C"
-msgstr "A, B, C"
-
-#. GBURp
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153154\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. MAEkA
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3151171\n"
-"help.text"
-msgid "a, b, c"
-msgstr "a, b, c"
-
-#. NGbwW
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147508\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
-#. CCgce
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150706\n"
-"help.text"
-msgid "I, II, III"
-msgstr "I, II, III"
-
#. uviUq
#: 06080100.xhp
msgctxt ""
@@ -26369,15 +26279,6 @@ msgctxt ""
msgid "Roman numerals (upper case)"
msgstr "Римски цифри (големи)"
-#. xBuC9
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153530\n"
-"help.text"
-msgid "i, ii, iii"
-msgstr "i, ii, iii"
-
#. JQFJY
#: 06080100.xhp
msgctxt ""
@@ -26387,42 +26288,6 @@ msgctxt ""
msgid "Roman numerals (lower case)"
msgstr "Римски цифри (малки)"
-#. P9ob7
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147525\n"
-"help.text"
-msgid "A,... AA,... AAA,..."
-msgstr "A,... AA,... AAA,..."
-
-#. jVvL6
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3155895\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. KxeRb
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3154194\n"
-"help.text"
-msgid "a,... aa,... aaa,..."
-msgstr "a,... aa,... aaa,..."
-
-#. DNnWm
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3149297\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. QiWFL
#: 06080100.xhp
msgctxt ""
@@ -28556,13 +28421,13 @@ msgctxt ""
msgid "Add, Modify and Remove"
msgstr ""
-#. WEjFh
+#. H68FW
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_id931672738656225\n"
"help.text"
-msgid "Respectively, adds, moves and removes items in the list."
+msgid "Respectively, adds, modifies and removes items in the list."
msgstr ""
#. xorCa
@@ -28592,78 +28457,15 @@ msgctxt ""
msgid "Date Format"
msgstr "Формат на датата"
-#. gMmqv
+#. FJPXb
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10564\n"
"help.text"
-msgid "Select the date format to display the date of the date content control."
-msgstr ""
-
-#. k5UDL
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"tit\n"
-"help.text"
-msgid "Reference (Edit)"
-msgstr "Препратка (редактиране)"
-
-#. 7DnD9
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id1001603128268578\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/edit_reference_submenu.xhp\">Reference</link>"
-msgstr "<link href=\"text/swriter/01/edit_reference_submenu.xhp\">Препратка</link>"
-
-#. 6LFFX
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id411603128291771\n"
-"help.text"
-msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
-msgstr "Подменю, което позволява редактиране на бележки под линия и в края, записи за указател и библиографски записи."
-
-#. 4WjGu
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147302\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
-msgstr "<link href=\"text/swriter/01/02150000.xhp\">Бележка под линия или в края</link>"
-
-#. Q5YzA
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147327\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
-msgstr ""
-
-#. b6WK8
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id561673359242198\n"
-"help.text"
-msgid "Edits the selected index entry."
+msgid "Select the date format to display in the date content control."
msgstr ""
-#. p7mQW
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147352\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
-msgstr "<link href=\"text/swriter/01/02130000.xhp\">Библиографски запис</link>"
-
#. YwkE4
#: format_object.xhp
msgctxt ""
@@ -28709,6 +28511,51 @@ msgctxt ""
msgid "Edits Fontwork effects of the selected object that has been created with the previous Fontwork dialog."
msgstr "Редактира ефектите на Fontwork на избрания обект, който е бил създаден с предишния диалогов прозорец на Fontwork."
+#. 2RhYQ
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go To Page"
+msgstr ""
+
+#. U9KWf
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"hd_id921685976329840\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/goto.xhp\">Go to Page</link></variable>"
+msgstr ""
+
+#. DqUnC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id901685976329842\n"
+"help.text"
+msgid "Opens a dialog box to enter which page number should be shown."
+msgstr ""
+
+#. cbKy4
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id761685978118901\n"
+"help.text"
+msgid "Enter the page number or use the spin box to define the page to display."
+msgstr ""
+
+#. J5XfC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id631685978506671\n"
+"help.text"
+msgid "The page number entered in the <emph>Go to Page</emph> dialog is absolute within the document and may not correspond to the page number displayed by the page numbering scheme."
+msgstr ""
+
#. YhLG4
#: legacynumbering.xhp
msgctxt ""
@@ -32237,6 +32084,33 @@ msgctxt ""
msgid "<embedvar href=\"text/swriter/guide/protection.xhp#protection\"/>"
msgstr "<embedvar href=\"text/swriter/guide/protection.xhp#protection\"/>"
+#. 63j54
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Text"
+msgstr ""
+
+#. 4dGGQ
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"hd_id771685971612111\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/select_text.xhp\">Select Text</link></variable>"
+msgstr ""
+
+#. DMH7U
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"par_id971685971990775\n"
+"help.text"
+msgid "You can enable a selection cursor in a <emph>read-only</emph> text document."
+msgstr ""
+
#. KadxR
#: selection_mode.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/swriter/menu.po b/source/bg/helpcontent2/source/text/swriter/menu.po
index 8b0a14e10f1..7de7d373585 100644
--- a/source/bg/helpcontent2/source/text/swriter/menu.po
+++ b/source/bg/helpcontent2/source/text/swriter/menu.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: 2023-03-02 11:51+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2020-11-17 16:43+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textswritermenu/bg/>\n"
@@ -187,6 +187,69 @@ msgctxt ""
msgid "Contains a calendar control. Limits text to a single paragraph."
msgstr ""
+#. k5UDL
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Reference (Edit)"
+msgstr ""
+
+#. MKMWr
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id1001603128268578\n"
+"help.text"
+msgid "<link href=\"text/swriter/menu/edit_reference_submenu.xhp\">Reference</link>"
+msgstr ""
+
+#. 6LFFX
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id411603128291771\n"
+"help.text"
+msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
+msgstr ""
+
+#. 4WjGu
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147302\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
+msgstr ""
+
+#. Q5YzA
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147327\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
+msgstr ""
+
+#. b6WK8
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id561673359242198\n"
+"help.text"
+msgid "Edits the selected index entry."
+msgstr ""
+
+#. p7mQW
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147352\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
+msgstr ""
+
#. tP5yN
#: insert_footnote_endnote.xhp
msgctxt ""
diff --git a/source/bg/officecfg/registry/data/org/openoffice/Office.po b/source/bg/officecfg/registry/data/org/openoffice/Office.po
index a324a244974..0f15f39d46c 100644
--- a/source/bg/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/bg/officecfg/registry/data/org/openoffice/Office.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: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: 2023-02-01 09:33+0000\n"
+"PO-Revision-Date: 2023-06-05 13:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/bg/>\n"
"Language: bg\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1547858956.000000\n"
#. HhMVS
@@ -12514,7 +12514,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Text documents (Writer)"
-msgstr ""
+msgstr "Текстови документи (Writer)"
#. HxKwB
#: UI.xcu
@@ -12524,7 +12524,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Spreadsheets (Calc)"
-msgstr ""
+msgstr "Електронни таблици (Calc)"
#. c3GeA
#: UI.xcu
@@ -12534,7 +12534,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Presentations (Impress)"
-msgstr ""
+msgstr "Презентации (Impress)"
#. CihR3
#: UI.xcu
@@ -12544,7 +12544,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Drawings (Draw)"
-msgstr ""
+msgstr "Рисунки (Draw)"
#. AwUgD
#: UI.xcu
@@ -12554,7 +12554,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Web pages (Writer)"
-msgstr ""
+msgstr "Уебстраници (Writer)"
#. hvLLP
#: UI.xcu
@@ -12564,7 +12564,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Master documents (Writer)"
-msgstr ""
+msgstr "Главни документи (Writer)"
#. bzq3F
#: UI.xcu
@@ -12574,7 +12574,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Formulas (Math)"
-msgstr ""
+msgstr "Формули (Math)"
#. 2RAkk
#: UI.xcu
@@ -12584,7 +12584,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Database documents (Base)"
-msgstr ""
+msgstr "Документи на бази от данни (Base)"
#. v4FZa
#: UI.xcu
diff --git a/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
index 45d68c4c1a7..2b2e755bcec 100644
--- a/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bg/officecfg/registry/data/org/openoffice/Office/UI.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: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: 2023-05-13 14:33+0000\n"
+"PO-Revision-Date: 2023-06-05 13:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/bg/>\n"
"Language: bg\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1564897305.000000\n"
#. W5ukN
@@ -9574,7 +9574,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Change Master Page..."
-msgstr ""
+msgstr "Смяна на страницата образец..."
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10884,7 +10884,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Delete Row"
-msgstr ""
+msgstr "Изтриване на редове"
#. yTCcA
#: DrawImpressCommands.xcu
@@ -10904,7 +10904,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Select Table"
-msgstr "Избор на таблица"
+msgstr "Избиране на таблица"
#. 3qbMi
#: DrawImpressCommands.xcu
@@ -31916,7 +31916,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Page Number Field"
-msgstr ""
+msgstr "Поле за номер на страница"
#. VTfnW
#: WriterCommands.xcu
@@ -31926,7 +31926,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Page Number"
-msgstr ""
+msgstr "Номер на страница"
#. Poz7e
#: WriterCommands.xcu
@@ -31936,7 +31936,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert Page Number"
-msgstr ""
+msgstr "Вмъкване номер на страница"
#. Z7Y7v
#: WriterCommands.xcu
@@ -32826,7 +32826,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Update Selected Field"
-msgstr ""
+msgstr "Обновяване на избраното поле"
#. U9LvE
#: WriterCommands.xcu
@@ -36136,7 +36136,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Body Text"
-msgstr ""
+msgstr "Основен текст"
#. jRjpR
#: WriterCommands.xcu
@@ -36146,7 +36146,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Body Text"
-msgstr ""
+msgstr "Основен текст"
#. UkAWw
#: WriterCommands.xcu
@@ -36156,7 +36156,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Body Text Paragraph Style"
-msgstr ""
+msgstr "Абзацен стил „Основен текст“"
#. 3LYMu
#: WriterCommands.xcu
diff --git a/source/bg/sc/messages.po b/source/bg/sc/messages.po
index 52900d14f3b..9289a0ace2e 100644
--- a/source/bg/sc/messages.po
+++ b/source/bg/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: 2023-03-22 09:34+0000\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
+"PO-Revision-Date: 2023-06-07 12:01+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/bg/>\n"
"Language: bg\n"
@@ -469,7 +469,7 @@ msgstr "Редактиране на стил за страници"
#: sc/inc/globstr.hrc:87
msgctxt "STR_UNDO_EDITGRAPHICSTYLE"
msgid "Edit Drawing Style"
-msgstr ""
+msgstr "Редактиране на стил за рисунки"
#. vMyjF
#: sc/inc/globstr.hrc:88
@@ -913,13 +913,13 @@ msgstr "Групиране"
#: sc/inc/globstr.hrc:158
msgctxt "STR_PIVOT_ROW_LABELS"
msgid "Row Labels"
-msgstr ""
+msgstr "Заглавия на редове"
#. FNBev
#: sc/inc/globstr.hrc:159
msgctxt "STR_PIVOT_COL_LABELS"
msgid "Column Labels"
-msgstr ""
+msgstr "Заглавия на колони"
#. 9YfrB
#. To translators: $1 == will be replaced by STR_SELCOUNT_ROWARG, and $2 by STR_SELCOUNT_COLARG
@@ -1371,7 +1371,7 @@ msgstr "Вътрешна синтактична грешка"
#: sc/inc/globstr.hrc:244
msgctxt "STR_LONG_ERR_NO_CODE"
msgid "Error: No code or intersection"
-msgstr ""
+msgstr "Грешка: няма код или сечение"
#. 7PBrr
#: sc/inc/globstr.hrc:245
@@ -2080,13 +2080,13 @@ msgstr "Автоматичното обновяване на външни връ
#: sc/inc/globstr.hrc:362
msgctxt "STR_TRUST_DOCUMENT_WARNING"
msgid "Are you sure you trust this document?"
-msgstr ""
+msgstr "Сигурни ли сте, че се доверявате на документа?"
#. XAfRK
#: sc/inc/globstr.hrc:363
msgctxt "STR_WEBSERVICE_WITH_LINKS_WARNING"
msgid "Links to remote locations can be constructed that transmit local data to the remote server."
-msgstr ""
+msgstr "Могат да бъдат конструирани връзки към отдалечени местоположения, които предават локални данни към отдалечения сървър."
#. qkto7
#: sc/inc/globstr.hrc:364
@@ -2677,7 +2677,7 @@ msgstr "Стилове за страници"
#: sc/inc/globstr.hrc:452
msgctxt "STR_STYLE_FAMILY_GRAPHICS"
msgid "Drawing Styles"
-msgstr ""
+msgstr "Стилове за рисунки"
#. GJEem
#: sc/inc/globstr.hrc:453
@@ -12866,7 +12866,7 @@ msgstr "Вторият масив със записи."
#: sc/inc/scfuncs.hrc:3005
msgctxt "SC_OPCODE_T_TEST"
msgid "Calculates the t-test."
-msgstr ""
+msgstr "Изчислява t-теста."
#. vU5V2
#: sc/inc/scfuncs.hrc:3006
@@ -12914,13 +12914,13 @@ msgstr "Тип"
#: sc/inc/scfuncs.hrc:3013
msgctxt "SC_OPCODE_T_TEST"
msgid "The type of the t-test."
-msgstr ""
+msgstr "Типът на t-теста."
#. 8TDFT
#: sc/inc/scfuncs.hrc:3019
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Calculates the t-test."
-msgstr ""
+msgstr "Изчислява t-теста."
#. 5fHC3
#: sc/inc/scfuncs.hrc:3020
@@ -12968,7 +12968,7 @@ msgstr "Тип"
#: sc/inc/scfuncs.hrc:3027
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "The type of the t-test."
-msgstr ""
+msgstr "Типът на t-теста."
#. GLrcB
#: sc/inc/scfuncs.hrc:3033
@@ -16689,25 +16689,25 @@ msgstr "Потребителски стилове"
#: sc/inc/scstyles.hrc:46
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "All Styles"
-msgstr ""
+msgstr "Всички стилове"
#. LgxjD
#: sc/inc/scstyles.hrc:47
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "Hidden Styles"
-msgstr ""
+msgstr "Скрити стилове"
#. gfQvA
#: sc/inc/scstyles.hrc:48
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "Applied Styles"
-msgstr ""
+msgstr "Приложени стилове"
#. KY3qY
#: sc/inc/scstyles.hrc:49
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "Custom Styles"
-msgstr ""
+msgstr "Потребителски стилове"
#. GzpwA
#. Strings for interface names -------------------------------------------
@@ -16823,7 +16823,7 @@ msgstr "Автоматично"
#: sc/inc/strings.hrc:46
msgctxt "SCSTR_SORT_COLOR"
msgid "Sort by Color"
-msgstr ""
+msgstr "Сортиране по цвят"
#. Wgy7r
#: sc/inc/strings.hrc:47
@@ -17322,25 +17322,25 @@ msgstr "Диапазонът съдържа заглавия на редове"
#: sc/inc/strings.hrc:133
msgctxt "SCSTR_INCLUDE_NOTES_COL_LABEL"
msgid "Include boundary column(s) containing only comments"
-msgstr ""
+msgstr "Включване на крайните колони само с коментари"
#. WzGFS
#: sc/inc/strings.hrc:134
msgctxt "SCSTR_INCLUDE_NOTES_ROW_LABEL"
msgid "Include boundary row(s) containing only comments"
-msgstr ""
+msgstr "Включване на крайните редове само с коментари"
#. EGvxt
#: sc/inc/strings.hrc:135
msgctxt "SCSTR_INCLUDE_IMAGES_COL_LABEL"
msgid "Include boundary column(s) containing only images"
-msgstr ""
+msgstr "Включване на крайните колони само с изображения"
#. nAjuE
#: sc/inc/strings.hrc:136
msgctxt "SCSTR_INCLUDE_IMAGES_ROW_LABEL"
msgid "Include boundary row(s) containing only images"
-msgstr ""
+msgstr "Включване на крайните редове само с изображения"
#. ujjcx
#: sc/inc/strings.hrc:137
@@ -17749,7 +17749,7 @@ msgstr "<празно>"
#: sc/inc/strings.hrc:210
msgctxt "STR_CHG_UNKNOWN_AUTHOR"
msgid "Unknown Author"
-msgstr ""
+msgstr "Неизвестен автор"
#. dAt5Q
#: sc/inc/strings.hrc:212
@@ -18080,7 +18080,7 @@ msgstr "Отрицателно биномно"
#: sc/inc/strings.hrc:273
msgctxt "STR_DISTRIBUTION_POISSON"
msgid "Poisson"
-msgstr ""
+msgstr "Поасон"
#. BNZPE
#: sc/inc/strings.hrc:274
@@ -19191,7 +19191,7 @@ msgstr "Алфа:"
#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:367
msgctxt "analysisofvariancedialog|alpha-spin"
msgid "0.05"
-msgstr ""
+msgstr "0,05"
#. UQDCP
#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:382
@@ -21495,7 +21495,7 @@ msgstr "Структура с междинните суми отдолу"
#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:294
msgctxt "datafieldoptionsdialog|layout"
msgid "Compact layout"
-msgstr ""
+msgstr "Компактно оформление"
#. CocpF
#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:298
@@ -22527,7 +22527,7 @@ msgstr "Въведете или променете стойността на и
#: sc/uiconfig/scalc/ui/drawtemplatedialog.ui:8
msgctxt "drawtemplatedialog|DrawTemplateDialog"
msgid "Drawing Style"
-msgstr ""
+msgstr "Стил за рисунки"
#. RtX4T
#: sc/uiconfig/scalc/ui/drawtemplatedialog.ui:41
@@ -32375,11 +32375,11 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr "Настройки за разделители"
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
-msgstr "Полета в кавички като текст"
+msgid "Format _quoted field as text"
+msgstr ""
#. VAC6B
#: sc/uiconfig/scalc/ui/textimportcsv.ui:598
@@ -32435,10 +32435,10 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Когато тази настройка е включена, Calc запазва предишното съдържание на клетките при поставяне на празни клетки. Иначе предишното съдържание се изтрива."
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
diff --git a/source/bg/scp2/source/calc.po b/source/bg/scp2/source/calc.po
index a63f89450c5..5cb7bd19651 100644
--- a/source/bg/scp2/source/calc.po
+++ b/source/bg/scp2/source/calc.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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2022-12-07 12:12+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcecalc/bg/>\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: 1559058963.000000\n"
#. rTGYE
@@ -222,3 +222,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr "Apple Numbers"
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/bg/sd/messages.po b/source/bg/sd/messages.po
index 9c9a0f85806..df4e8364d12 100644
--- a/source/bg/sd/messages.po
+++ b/source/bg/sd/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: 2023-05-31 16:29+0200\n"
-"PO-Revision-Date: 2023-05-13 14:33+0000\n"
+"PO-Revision-Date: 2023-06-05 13:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/bg/>\n"
"Language: bg\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1562423894.000000\n"
#. WDjkB
@@ -453,7 +453,7 @@ msgstr "Предишен кадър"
#: sd/inc/strings.hrc:34
msgctxt "STR_MENU_SLIDE"
msgid "Menu slide"
-msgstr ""
+msgstr "Кадър с меню"
#. eh6CM
#: sd/inc/strings.hrc:35
@@ -1223,25 +1223,25 @@ msgstr "Вмъкване на текст"
#: sd/inc/strings.hrc:162
msgctxt "STR_AVAILABLE_MASTERSLIDE"
msgid "Available Master Slides"
-msgstr ""
+msgstr "Налични кадри образци"
#. pPzCP
#: sd/inc/strings.hrc:163
msgctxt "STR_AVAILABLE_MASTERPAGE"
msgid "Available Master Pages"
-msgstr ""
+msgstr "Налични страници образци"
#. PEzLG
#: sd/inc/strings.hrc:164
msgctxt "STR_SELECT_SLIDE"
msgid "Select a Slide Design"
-msgstr ""
+msgstr "Изберете дизайн на кадър"
#. oTDcL
#: sd/inc/strings.hrc:165
msgctxt "STR_SELECT_PAGE"
msgid "Select a Page Design"
-msgstr ""
+msgstr "Изберете дизайн на страница"
#. kz9AV
#: sd/inc/strings.hrc:166
@@ -1253,7 +1253,7 @@ msgstr "Зареждане на кадър образец"
#: sd/inc/strings.hrc:167
msgctxt "STR_LOAD_DRAWING_LAYOUT"
msgid "Load Master Page"
-msgstr ""
+msgstr "Зареждане на страница образец"
#. HxEp8
#: sd/inc/strings.hrc:168
@@ -1724,13 +1724,13 @@ msgstr "Име"
#: sd/inc/strings.hrc:246
msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr ""
+msgstr "Преименуване на кадър образец"
#. fWDxT
#: sd/inc/strings.hrc:247
msgctxt "STR_TITLE_RENAMEMASTERPAGE"
msgid "Rename Master Page"
-msgstr ""
+msgstr "Преименуване на страница образец"
#. rWiXQ
#: sd/inc/strings.hrc:248
@@ -8054,7 +8054,7 @@ msgstr "Определя мерната единица за презентаци
#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:327
msgctxt "optimpressgeneralpage|tabstoplabel"
msgid "Ta_b stops:"
-msgstr ""
+msgstr "Табулатори:"
#. WQBqF
#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:350
@@ -8714,13 +8714,13 @@ msgstr "Прозорецът на Impress остава най-отпред по
#: sd/uiconfig/simpress/ui/presentationdialog.ui:666
msgctxt "presentationdialog|shownavigationbutton"
msgid "Show navigation panel"
-msgstr ""
+msgstr "Показване на панела за навигация"
#. PoTBC
#: sd/uiconfig/simpress/ui/presentationdialog.ui:674
msgctxt "presentationdialog|extended_tip|shownavigationbutton"
msgid "Test scroll"
-msgstr ""
+msgstr "Превъртане на текста"
#. zdH6V
#: sd/uiconfig/simpress/ui/presentationdialog.ui:692
diff --git a/source/bg/svtools/messages.po b/source/bg/svtools/messages.po
index ed202c41ef1..ec86a05f055 100644
--- a/source/bg/svtools/messages.po
+++ b/source/bg/svtools/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: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: 2023-04-24 14:35+0000\n"
+"PO-Revision-Date: 2023-06-05 13:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/bg/>\n"
"Language: bg\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1559419310.000000\n"
#. fLdeV
@@ -867,7 +867,7 @@ msgstr "Превъртане до последния лист"
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
msgid "Add new sheet (right click to see all non-hidden sheets)"
-msgstr ""
+msgstr "Добавяне на нов лист (щракнете с десния бутон, за да видите всички нескрити листове)"
#. 4K4AF
#: include/svtools/strings.hrc:192
diff --git a/source/bg/svx/messages.po b/source/bg/svx/messages.po
index f5d09bd85b3..aa0bc1df6a5 100644
--- a/source/bg/svx/messages.po
+++ b/source/bg/svx/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-03 12:32+0200\n"
-"PO-Revision-Date: 2023-04-29 13:33+0000\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
+"PO-Revision-Date: 2023-06-01 08:32+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/bg/>\n"
"Language: bg\n"
@@ -6239,29 +6239,29 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Цвят на документа"
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
-msgstr "Фон – тъмен 1"
+msgid "Dark 1"
+msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
-msgstr "Текст – светъл 1"
+msgid "Light 1"
+msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
-msgstr "Фон – тъмен 2"
+msgid "Dark 2"
+msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
-msgstr "Текст – светъл 2"
+msgid "Light 2"
+msgstr ""
#. NAAZJ
#: include/svx/strings.hrc:1127
@@ -6311,389 +6311,371 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr "Проследена хипервръзка"
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
-msgstr "%1, 80% по-светъл"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
+msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr "%1, 60% по-светъл"
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr "%1, 40% по-светъл"
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr "%1, 25% по-тъмен"
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
-msgstr "%1, 50% по-тъмен"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
+msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Екструдиране"
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Прилагане на екструдиране - вкл./изкл."
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Накланяне надолу"
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Накланяне нагоре"
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Накланяне наляво"
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Накланяне надясно"
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Промяна на дълбочината на екструдиране"
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Промяна на ориентацията"
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Промяна на вида проекция"
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Промяна на осветлението"
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Промяна на яркостта"
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Промяна на повърхността на екструдиране"
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Промяна на цвета на екструдиране"
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwork"
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Прилагане на форма на Fontwork"
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Прилагане на еднакви височини на букви на Fontwork"
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Прилагане на подравняване на Fontwork"
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Прилагане на знакова разредка на Fontwork"
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "с"
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Стил"
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "и"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Избор на връх"
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Избор на връх."
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Горе вляво"
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Горе в средата"
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Горе вдясно"
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Отляво в средата"
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "В средата"
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Отдясно в средата"
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Долу вляво"
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Долу в средата"
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Долу вдясно"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Избор на очертание"
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Тук можете да редактирате очертанието."
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Избор на специален знак"
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "В тази област можете да изберете специален знак."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Знаков код "
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Полето \"#\" е задължително. Моля, въведете стойност."
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Формуляри"
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Не е избрана контрола"
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Свойства: "
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Свойства на формуляр"
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Навигатор за формуляри"
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Формуляр"
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr "Скрит"
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Формуляр"
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Скрита контрола"
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Контрола"
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Запис"
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "от"
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Добавяне на поле:"
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Грешка при запис на данни в базата от данни"
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Синтактична грешка в израза на заявката"
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "Ще бъде изтрит един запис."
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "Ще бъдат изтрити # записа."
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6703,337 +6685,337 @@ msgstr ""
"Желаете ли все пак да продължите?"
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Лента за навигация"
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Кол"
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Задаване на свойство \"#\""
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Вмъкване в контейнер"
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Изтриване на #"
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Изтриване на обекти #"
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Замяна на контейнерен елемент"
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Замяна на контрола"
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Текстово поле"
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Поле за отметка"
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Комбинирано поле"
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Списъчно поле"
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Поле за дата"
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Поле за час"
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Числово поле"
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Поле за валута"
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Поле с маска"
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Форматирано поле"
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Бутон"
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Бутон за избор"
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Поле за надпис"
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Групираща рамка"
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Бутон с изображение"
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Контрола за изображение"
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Избор на файл"
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Таблична контрола "
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Плъзгач"
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Бутон - брояч"
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Лента за навигация"
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Групов избор"
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr "Поле за дата и час"
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "В текущия формуляр няма контроли, свързани с данни!"
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Дата)"
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Час)"
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Навигатор на филтър"
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Филтър за"
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Или"
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "В текущия формуляр няма валидни обвързани контроли, достъпни за използване в табличния изглед."
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<Автополе>"
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Синтактична грешка в оператора на SQL"
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "Стойността на #1 не може да се използва с \"LIKE\"."
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "\"LIKE\" не може да се използва с това поле."
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "Въведената дата не е валидна. Моля, въведете дата във валиден формат, например ММ/ДД/ГГ."
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "Полето не може да бъде сравнявано с цяло число."
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Базата от данни не съдържа таблица с име \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "Базата от данни не съдържа нито таблица нито заявка с име \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "Базата от данни вече съдържа таблица или изглед с име \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "Базата от данни вече съдържа заявка с име \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "Колоната \"#1\" не е известна в таблицата \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "Полето не може да бъде сравнявано с число с плаваща запетая."
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "Въведеният критерий не може да бъде сравняван с това поле."
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Навигатор на данни"
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (само за четене)"
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Файлът вече съществува. Презаписване?"
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object# етикет"
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -7043,7 +7025,7 @@ msgstr ""
"Наистина ли желаете да изтриете този модел?"
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -7053,7 +7035,7 @@ msgstr ""
"Наистина ли желаете да изтриете този екземпляр?"
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -7063,13 +7045,13 @@ msgstr ""
"Наистина ли желаете да изтриете този елемент?"
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Наистина ли желаете да изтриете атрибута \"$ATTRIBUTENAME\"?"
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -7080,7 +7062,7 @@ msgstr ""
"Наистина ли желаете да изтриете това изпращане?"
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -7091,1068 +7073,1068 @@ msgstr ""
"Наистина ли желаете да изтриете това обвързване?"
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "Името \"%1\" не е валидно в XML. Моля, въведете друго име."
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "Префиксът \"%1\" не е валиден в XML. Моля, въведете друг префикс."
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Името \"%1\" вече съществува. Моля, въведете ново име."
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "Изпращането трябва да има име."
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Put"
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Get"
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Нищо"
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Екземпляр"
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Документ"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Обвързване: "
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Обръщение: "
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Действие: "
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Метод: "
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Замяна: "
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Добавяне на елемент"
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Редактиране на елемент"
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Изтриване на елемент"
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Добавяне на атрибут"
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Редактиране на атрибут"
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Изтриване на атрибут"
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Добавяне на обвързване"
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Редактиране на обвързване"
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Изтриване на обвързване"
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Ново подаване"
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Редактиране на подаване"
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Изтриване на подаване"
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Елемент"
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Атрибут"
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Обвързване"
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Израз за обвързване"
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "Наистина ли желаете да отстраните данните за възстановяване на документ от %PRODUCTNAME?"
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Отляво"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Отдясно"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Центрирано"
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Десетични числа"
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "Режим на вмъкване. Щракнете за режим на заместване."
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "Режим на заместване. Щракнете за режим на вмъкване."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Заместване"
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "Вмъкване"
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr "%1. Щракнете, за да смените режима на избиране."
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Цифров подпис: подписът на документа е правилен."
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Цифров подпис: подписът на документа е правилен, но валидността на сертификатите не може да бъде проверена."
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr "Цифров подпис: подписът на документа не съответства на съдържанието му. Силно ви препоръчваме да не се доверявате на този документ."
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Цифров подпис: документът не е подписан."
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Цифров подпис: подписът на документа и сертификата са правилни, но не всички части от документа са подписани."
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Документът е бил променен. Щракнете, за да се запише."
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "Документът не е променян след последното записване."
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Документът се зарежда..."
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "Побиране на кадъра в текущия прозорец."
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr "Побиране на страницата в текущия прозорец."
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr "Не бе възможно да се заредят всички обекти SmartArt. Проблемът може да се избегне чрез записване с Microsoft Office 2010 или по-нов."
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr "Адрес на клетка от таблица. Щракнете, за да отворите диалога „Свойства на таблица“."
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr "Име на раздел. Щракнете, за да отворите диалога „Редактиране на раздели“."
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr "Съдържание. Щракнете, за да отворите диалога „Съдържание“."
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr "Ниво на номерация. Щракнете, за да отворите диалога „Номерация“."
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr "Стил на списък и ниво."
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr "Формула"
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr "Ред и колона"
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "Мащаб. Щракнете с десния бутон, за да смените мащаба, или с левия, за да отворите диалога „Мащаб“."
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Увеличаване на мащаба"
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Намаляване на мащаба"
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75 %"
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Цялата страница"
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Ширина на страницата"
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Оптимален изглед"
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Включително стиловете"
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Абзацни стилове"
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Стилове за клетки"
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr "Търсене на формат"
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr "Замяна с формат"
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "Достигнат е краят на документа"
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr "Достигнат е краят на документа, продължава се от началото"
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "Достигнат е краят на листа"
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Търсеният низ не е намерен"
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr "Не е намерен елемент за навигация"
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "Достигнато е началото на документа"
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr "Достигнато е началото на документа, продължава се от края"
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr "Достигнато е първото напомняне, продължава се от последното."
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr "Достигнато е последното напомняне, продължава се от първото."
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Цветова палитра"
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr "Замяна на цветове"
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr "Триизмерни ефекти"
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Невалидна парола"
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Паролите не съвпадат"
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Водачи - запълнени точки"
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Водачи - запълнени кръгове"
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Водачи - запълнени ромбове"
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Водачи - запълнени квадрати"
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Водачи - запълнени стрелки надясно"
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Водачи - стрелки надясно"
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr "Водачи - хиксове"
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr "Водачи - отметки"
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Номера 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Номера 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Номера (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Римски числа с главни букви I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Главни букви A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Малки букви a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Малки букви (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Римски числа с малки букви i. ii. iii."
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
-msgstr ""
+msgstr "Римски числа с главни букви, главни букви, числа, малки букви, тирета"
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
-msgstr ""
+msgstr "Главни букви, числа, малки букви, тирета"
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
-msgstr ""
+msgstr "Числа, малки букви, тирета"
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
-msgstr ""
+msgstr "Малки букви, числа, тирета"
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
-msgstr ""
+msgstr "Числа"
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
-msgstr ""
+msgstr "Числа, тирета"
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
-msgstr "Числа за всички поднива"
+msgstr "Малки букви, тирета"
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
-msgstr "Къси стрелки надясно, стрелки надясно, запълнени ромбове, запълнена точки"
+msgstr "Числа за всички поднива"
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Създаването на ZIP файла бе невъзможно."
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr "Потребителският ви профил е експортиран като „libreoffice-profile.zip“."
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Стилове за дизайн на таблица"
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Действия за отмяна: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Действия за отмяна: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Действия за възстановяване: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Действия за възстановяване: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Търсене"
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Зачитане на регистъра"
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "Зачитане на формàта"
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) пкс)"
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) × $(HEIGHT) на $(DPI) DPI"
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr "$(CAPACITY) КиБ"
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr "$(CAPACITY) КиБ (с $(REDUCTION) % намаляване)"
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr "GIF изображение"
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr "JPEG изображение"
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "PNG изображение"
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "TIFF изображение"
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "WMF изображение"
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "MET изображение"
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "PICT изображение"
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "SVG изображение"
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "BMP изображение"
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr "WebP изображение"
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Непознато"
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Превключвател"
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Режим на изображението"
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Червено"
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Зелено"
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Синьо"
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Яркост"
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Контраст"
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Гама"
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Прозрачност"
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Подрязване"
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Подразбирана ориентация"
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "От горе надолу"
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "От долу нагоре"
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "С натрупване"
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Ляво поле: "
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Горно поле: "
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Дясно поле: "
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Долно поле: "
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Описание на страницата: "
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Главни букви"
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Малки букви"
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Римски цифри, главни"
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Римски цифри, малки"
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Арабски"
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Няма"
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Пейзаж"
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Портрет"
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Ляво"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Дясно"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Всички"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Огледално"
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Автор: "
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Дата: "
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Текст: "
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Фон на знаците"
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Цветова палитра"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr "Номера на кадрите:"
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8162,2157 +8144,2157 @@ msgstr ""
"Искате ли вместо това да се запише промененото изображение?"
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Основна латиница"
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Латиница-1"
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Разширена латиница-A"
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Разширена латиница-B"
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "Разширения за IPA"
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Знаци, променящи разредката"
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Диакритични знаци"
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Основен гръцки"
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Гръцки и коптски символи"
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Кирилица"
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Арменски"
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Основен иврит"
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Разширен иврит"
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Основен арабски"
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Разширен арабски"
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Деванагари"
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Бенгалски"
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Гурмукхи"
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Гуджарати"
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "Одия"
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Тамилски"
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Телугу"
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Каннада"
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Малаялам"
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Тайски"
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Лаоски"
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Основен грузински"
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Разширен грузински"
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Хангъл джамо"
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr "Допълнителна разширена латиница"
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Разширен гръцки"
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Обща пунктуация"
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Горни и долни индекси"
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Валутни символи"
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Комбинирани диакритични символи"
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Буквоподобни символи"
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Числови символи"
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Стрелки"
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Математически оператори"
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Разни технически знаци"
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Картини за управление"
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Оптично разпознаване на знаци"
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Оградени буквено-цифрови"
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Рисуване на рамки"
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Елементи за запълване"
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Геометрични фигури"
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Разни символи"
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Символи Dingbats"
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "КЯК – символи и пунктуация"
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Хирагана"
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Катакана"
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Бопомофо"
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Хангъл джамо (съвместимост)"
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "КЯК – разни"
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "КЯК – оградени букви и месеци"
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "КЯК – съвместимост"
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Хангъл"
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "КЯК – унифицирани идеограми"
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "КЯК – унифицирани идеограми, разширение A"
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Област за частно използване"
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "КЯК – йероглифи за съвместимост"
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Азбучни форми на представяне"
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Арабски форми на представяне-A"
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Половинки знаци за комбиниране"
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "КЯК – форми за съвместимост"
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Малки варианти на форми"
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Арабски форми на представяне-B"
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Форми с половин и пълна ширина"
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Специални"
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Срички на носу"
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Радикали на носу"
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Староиталийски"
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Готически"
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Дезерет"
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Византийски музикални символи"
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Музикални символи"
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Математически буквено-цифрови символи"
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "КЯК – унифицирани идеограми, разширение B"
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "КЯК – унифицирани идеограми, разширение C"
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "КЯК – унифицирани идеограми, разширение D"
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "КЯК – идеограми за съвместимост, допълнение"
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Етикети"
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Кирилица – допълнение"
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Избор на вариант"
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Допълнителна област за частно използване-A"
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Допълнителна област за частно използване-В"
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Лимбу"
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Тай ле"
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Кхмерски символи"
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Фонетични разширения"
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Разни символи и стрелки"
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Старокитайски хексаграмни символи"
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Линейна сричкова азбука B"
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Линейни идеограми B"
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Егейски числа"
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Угаритски"
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Знаци на Бърнард Шоу"
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Османия"
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Синхала"
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Тибетски"
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Мианмар"
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Кхмерски"
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Огам"
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Рунически"
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Древносирийски"
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Таана"
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Етиопски"
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Чероки"
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Сричков аборигенски канадски"
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Монголски"
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Разни математически символи-A"
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Допълнителни стрелки-A"
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Брайлова азбука"
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Допълнителни стрелки-B"
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Разни математически символи-B"
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "КЯК – допълнителни радикали"
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Канджи – радикали"
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Идеографски описателни знаци"
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Тагалог"
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Хануну"
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Тагбануа"
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Бухид"
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Канбун"
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Разширен бопомофо"
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Катакана – фонетична"
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "КЯК – щрихи"
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Кипърска сричкова азбука"
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Символи Тай Сюен Дзин"
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Избор на вариант – допълнение"
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Древногръцки музикални знаци"
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Древногръцки числа"
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Арабски – допълнение"
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Бугиски"
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Комбиниращи диакритични знаци – допълнение"
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Коптски"
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Разширен етиопски"
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Етиопски – допълнение"
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Грузински – допълнение"
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Глаголица"
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Карощи"
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Знаци, променящи тоновете"
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Нов тай лю"
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Староперсийски"
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Фонетични разширения – допълнение"
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Пунктуация – допълнение"
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Силоти нагри"
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Тифинаг"
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Вертикални форми"
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Нко"
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Балийски"
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Разширена латиница-C"
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Разширена латиница-D"
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Фагс па"
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Финикийски"
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Клинопис"
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Клинописни числа и пунктуация"
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Китайски числа на рабош"
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Сундански"
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Лепча"
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ол чики – санталски"
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Разширена кирилица-A"
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Вай"
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Разширена кирилица-B"
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Саураштра"
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Кая ли"
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Режанг"
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Чам"
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Древни символи"
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Дискът от Фестос"
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Ликийски"
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Карийски"
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Лидийски"
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Плочки за маджонг"
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Плочки за домино"
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Самаритски"
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Разширени унифицирани срички на канадските аборигени"
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Тай тхам"
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Ведически разширения"
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Лису"
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Бамум"
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Общи индийски числови форми"
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Разширена деванагари"
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Разширена хангъл джамо-A"
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Явански"
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Разширена мианмар-A"
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Тай виет"
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Мейтей майек"
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Разширена хангъл джамо-B"
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Имперски арамейски"
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Стар южноарабски"
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Авестийски"
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Партски"
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Пахлави"
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Старотюркски"
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Цифрови знаци руми"
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Кайтхи"
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Египетски йероглифи"
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Букви и цифри в кръгче – допълнение"
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Заградени идеограми – допълнение"
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Мандайски"
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Батак"
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Разширен етиопски-А"
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Брахми"
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Бамум – допълнение"
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Кана – допълнение"
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Карти за игра"
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Разни знаци и пиктограми"
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Емотикони"
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Транспортни и картографски символи"
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Алхимически символи"
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Разширен арабски-А"
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Арабски математически азбучни символи"
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Чакма"
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Разширения на мейтей майек"
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Ръкописен мероитски"
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Мероитски йероглифи"
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Миао"
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Шарада"
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Сора сомпенг"
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Судански – допълнение"
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Такри"
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Баса"
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "Кавказки албански"
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "Коптски епактични числа"
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Разширени комбиниращи диакритични знаци"
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Система на Дюплойе"
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Елбасанска азбука"
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Разширени геометрични фигури"
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Грантха"
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Ходжки"
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Худавади"
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Разширена латиница-E"
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Линеар А"
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Махаджани"
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Манихейска азбука"
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Менде кикакуи"
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Моди"
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Мро"
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Разширена мианмар-B"
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Набатейска азбука"
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Стар северноарабски"
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Старопермски"
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Орнаменти"
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Пахау хмонг"
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Палмирска азбука"
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Пау чин хау"
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr "Псалтирен пахлави"
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr "Форматиране на стенография"
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr "Сидхам"
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr "Синхала – архаични числа"
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Допълнителни стрелки-C"
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr "Тирхута"
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr "Варанг кшити"
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ахам"
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Анатолийски йероглифи"
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr "Чероки – допълнение"
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "КЯК – унифицирани идеограми, разширение E"
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr "Раннодинастичен клинопис"
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Азбука от Хатра"
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Сераики"
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr "Староунгарски"
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr "Допълнителни символи и пиктограми"
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr "Жестово писмо на Сътън"
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr "Адлам"
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr "Бхайкшуки"
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Разширена кирилица-C"
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr "Глаголица – допълнение"
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr "Идеографски символи и пунктуация"
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr "Марчен"
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Монголски – допълнение"
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Нева"
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Осейдж"
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr "Тангутски"
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr "Тангутски компоненти"
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "КЯК – унифицирани идеограми, разширение F"
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Разширени кана-A"
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr "Масарам гонди"
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr "Нюшу"
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr "Сойомбо"
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Сирийска азбука – допълнение"
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr "Квадратна азбука на Занабазар"
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr "Шахматни символи"
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr "Догра"
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr "Гунджала гонди"
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr "Ханифи рохинджа"
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr "Индийски числа сияк"
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr "Макасар"
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr "Числа на маите"
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr "Медефайдрин"
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr "Стар согдийски"
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr "Согдийски"
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr "Управление на формат на египетски йероглифи"
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr "Елимейски"
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr "Нандинагари"
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr "Някенг Пуачуе Хмонг"
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr "Османски числа сияк"
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr "Разширение за малки кана"
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr "Разширени символи и пиктограми-A"
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr "Тамилски – допълнение"
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr "Уанчо"
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr "Хорезмийски"
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr "КЯК – унифицирани идеограми, разширение G"
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr "Дивес акуру"
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr "Малко киданско писмо"
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr "Лису – допълнение"
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr "Символи от остарели компютри"
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr "Тангутски – допълнение"
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr "Езидска писменост"
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr "Разширен арабски-B"
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr "Кипърско-минойска писменост"
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr "Разширен етиопски-B"
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr "Разширени кана-B"
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr "Разширена латиница-F"
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr "Разширена латиница-G"
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr "Староуйгурска азбука"
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr "Тангса"
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr "Тото"
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr "Разширени унифицирани срички на канадските аборигени-A"
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr "Азбука от Виткук"
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr "Нотопис за знаменен разпев"
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr "Разширен арабски-C"
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr "КЯК – унифицирани идеограми, разширение H"
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr "Разширена кирилица-D"
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr "Разширена деванагари-A"
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr "Кактовикски цифри"
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr "Протоявански"
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr "Наг мундари"
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr "От ляво надясно"
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr "От дясно наляво"
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr "Настройки от родителския обект"
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr "От ляво надясно (хоризонтално)"
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr "От дясно наляво (хоризонтално)"
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr "От дясно наляво (вертикално)"
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr "От ляво надясно (вертикално)"
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr "От долу нагоре, от ляво надясно (вертикално)"
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr "Fontwork"
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr "Подписано цифрово от:"
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr "Дата: %1"
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr "Прозрачност:"
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr "Без кантове"
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr "Само външни кантове"
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr "Външни кантове и хоризонтални линии"
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr "Външни кантове и всички вътрешни линии"
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr "Външни кантове и вертикални линии"
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr "Външни кантове без промяна на вътрешните линии"
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr "Само диагонални линии"
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr "Диагонал надолу"
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr "Диагонал нагоре"
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr "Кръстосани кантове"
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr "Всички четири канта"
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr "Само ляв и десен кант"
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr "Само горен и долен кант"
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr "Горен и долен кант и всички хоризонтални линии"
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr "Само ляв кант"
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr "Само десен кант"
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr "Само горен кант"
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr "Само долен кант"
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr "Горен и долен кант и всички вътрешни линии"
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr "Ляв и десен кант и всички вътрешни линии"
@@ -10321,19 +10303,19 @@ msgstr "Ляв и десен кант и всички вътрешни лини
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr "Проверка на размера на графика"
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr "Изображението „%NAME%“ има твърде малко пиксели за текущия размер (%DPIX% x %DPIY% т./инч)."
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr "Изображението „%NAME%“ има твърде много пиксели за текущия размер (%DPIX% x %DPIY% т./инч)."
@@ -13098,7 +13080,7 @@ msgstr "Преход"
#: svx/uiconfig/ui/accessibilitycheckentry.ui:46
msgctxt "accessibilitycheckentry|accessibilityCheckEntryFixButton"
msgid "Fix"
-msgstr ""
+msgstr "Коригиране"
#. k4D3g
#: svx/uiconfig/ui/addconditiondialog.ui:8
@@ -14139,13 +14121,13 @@ msgid "None"
msgstr "Няма"
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr "Скорошни"
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr "Цвят по избор…"
@@ -20313,91 +20295,91 @@ msgstr "Още настройки..."
#: svx/uiconfig/ui/themecoloreditdialog.ui:12
msgctxt "themedialog|Title"
msgid "Theme Color Edit"
-msgstr ""
+msgstr "Редактиране на цветове от тема"
#. ZBvTV
#: svx/uiconfig/ui/themecoloreditdialog.ui:109
msgctxt "themecoloreditdialog|labelThemeColorsName"
msgid "Name:"
-msgstr ""
+msgstr "Има:"
#. bpeMo
#: svx/uiconfig/ui/themecoloreditdialog.ui:208
msgctxt "themecoloreditdialog|labelDark"
msgid "Dark 1:"
-msgstr ""
+msgstr "Тъмен 1:"
#. JrFtB
#: svx/uiconfig/ui/themecoloreditdialog.ui:225
msgctxt "themecoloreditdialog|labelLight1"
msgid "Light1:"
-msgstr ""
+msgstr "Светъл 1:"
#. FGBH2
#: svx/uiconfig/ui/themecoloreditdialog.ui:242
msgctxt "themecoloreditdialog|labelDark2"
msgid "Dark 2:"
-msgstr ""
+msgstr "Тъмен 2:"
#. QW9Cr
#: svx/uiconfig/ui/themecoloreditdialog.ui:259
msgctxt "themecoloreditdialog|labelLight2"
msgid "Light2:"
-msgstr ""
+msgstr "Светъл 2:"
#. wgZiU
#: svx/uiconfig/ui/themecoloreditdialog.ui:295
msgctxt "themecoloreditdialog|labelAccent1"
msgid "Accent 1:"
-msgstr ""
+msgstr "Акцент 1:"
#. yKnVi
#: svx/uiconfig/ui/themecoloreditdialog.ui:312
msgctxt "themecoloreditdialog|labelAccent2"
msgid "Accent 2:"
-msgstr ""
+msgstr "Акцент 2:"
#. x4B79
#: svx/uiconfig/ui/themecoloreditdialog.ui:367
msgctxt "themecoloreditdialog|labelAccent3"
msgid "Accent 3:"
-msgstr ""
+msgstr "Акцент 3:"
#. tFUrg
#: svx/uiconfig/ui/themecoloreditdialog.ui:384
msgctxt "themecoloreditdialog|labelAccent4"
msgid "Accent 4:"
-msgstr ""
+msgstr "Акцент 4:"
#. uENPG
#: svx/uiconfig/ui/themecoloreditdialog.ui:401
msgctxt "themecoloreditdialog|labelAccent5"
msgid "Accent 5:"
-msgstr ""
+msgstr "Акцент 5:"
#. sVGF5
#: svx/uiconfig/ui/themecoloreditdialog.ui:418
msgctxt "themecoloreditdialog|labelAccent6"
msgid "Accent 6:"
-msgstr ""
+msgstr "Акцент 6:"
#. uAS9N
#: svx/uiconfig/ui/themecoloreditdialog.ui:511
msgctxt "themecoloreditdialog|labelHyperlink"
msgid "Hyperlink:"
-msgstr ""
+msgstr "Хипервръзка:"
#. etJMu
#: svx/uiconfig/ui/themecoloreditdialog.ui:528
msgctxt "themecoloreditdialog|labelFollowHyperlink"
msgid "Follow Hyperlink:"
-msgstr ""
+msgstr "Проследена хипервръзка:"
#. sShYV
#: svx/uiconfig/ui/themecoloreditdialog.ui:583
msgctxt "themecoloreditdialog|frameLabel"
msgid "Colors"
-msgstr ""
+msgstr "Цветове"
#. wGBX2
#: svx/uiconfig/ui/themedialog.ui:10
@@ -20409,7 +20391,7 @@ msgstr "Тема"
#: svx/uiconfig/ui/themedialog.ui:131
msgctxt "hatchpage|extended_tip|add"
msgid "Adds a custom hatching pattern to the current list. Specify the properties of your hatching pattern, and then click this button."
-msgstr ""
+msgstr "Добавя щриховка по избор към текущия списък. Задайте свойствата на щриховката, след което щракнете върху този бутон."
#. QWLND
#: svx/uiconfig/ui/xformspage.ui:35
diff --git a/source/bn-IN/helpcontent2/source/text/scalc/00.po b/source/bn-IN/helpcontent2/source/text/scalc/00.po
index a62d79dd901..39164a7cf9b 100644
--- a/source/bn-IN/helpcontent2/source/text/scalc/00.po
+++ b/source/bn-IN/helpcontent2/source/text/scalc/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2536,13 +2536,13 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
msgstr ""
-#. sBA56
+#. JGKyR
#: sheet_menu.xhp
msgctxt ""
"sheet_menu.xhp\n"
"par_id561684962038778\n"
"help.text"
-msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgid "Choose <menuitem>Review - Protect Sheet</menuitem>"
msgstr ""
#. Fg4o9
diff --git a/source/bn-IN/helpcontent2/source/text/shared/00.po b/source/bn-IN/helpcontent2/source/text/shared/00.po
index 365c315da0a..e2b82ac7075 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/00.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1600,6 +1600,15 @@ msgctxt ""
msgid "From the Menu bar:"
msgstr ""
+#. haGjm
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684932173786\n"
+"help.text"
+msgid "From the Context menu:"
+msgstr ""
+
#. 6QF4D
#: 00000004.xhp
msgctxt ""
@@ -1645,6 +1654,15 @@ msgctxt ""
msgid "From the Start Center, click"
msgstr ""
+#. DQteW
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931686300557948\n"
+"help.text"
+msgid "From the Status bar:"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -7225,6 +7243,60 @@ msgctxt ""
msgid "Close"
msgstr ""
+#. DSfYn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110001\n"
+"help.text"
+msgid "Select <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. k9NDc
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110002\n"
+"help.text"
+msgid "Choose <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. WNdsn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685707180577\n"
+"help.text"
+msgid "<image src=\"cmd/lc_templatemanager.svg\" id=\"img_id101685707180578\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id701685707180579\">Icon Template Manager</alt></image>"
+msgstr ""
+
+#. jxZcJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id141685707180581\n"
+"help.text"
+msgid "Templates"
+msgstr ""
+
+#. 72Roy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685707253310\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + N</keycode>"
+msgstr ""
+
+#. SB9PY
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id151685707338424\n"
+"help.text"
+msgid "Click on the <menuitem>Templates</menuitem> button."
+msgstr ""
+
#. GSRTM
#: 00000401.xhp
msgctxt ""
@@ -7351,6 +7423,51 @@ msgctxt ""
msgid "Save a Copy"
msgstr ""
+#. nkjmW
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629430220\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>."
+msgstr ""
+
+#. wN5yQ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685704731179\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>"
+msgstr ""
+
+#. 9Hgnk
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id431513629862558\n"
+"help.text"
+msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File</emph>."
+msgstr ""
+
+#. 8rmQq
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id991685704766726\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveasremote.svg\" id=\"img_id101685704766727\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id951685704766728\">Icon Save Remote</alt></image>"
+msgstr ""
+
+#. JCcsE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id531685704766729\n"
+"help.text"
+msgid "Save Remote"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7477,13 +7594,40 @@ msgctxt ""
msgid "Reload"
msgstr ""
-#. qdS25
+#. NAyAK
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3166425\n"
"help.text"
-msgid "<variable id=\"info1\">Choose <menuitem>File - Properties</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. zRkFS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685706381820\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. qg49k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685706400576\n"
+"help.text"
+msgid "<image src=\"cmd/lc_setdocumentproperties.svg\" id=\"img_id721685706400577\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id401685706400578\">Icon Document Properties</alt></image>"
+msgstr ""
+
+#. hGh4o
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685706400580\n"
+"help.text"
+msgid "Document Properties"
msgstr ""
#. HCGtN
@@ -7513,13 +7657,22 @@ msgctxt ""
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security</menuitem> and, in the <emph>Certificate Path</emph> area, click <menuitem>Certificate</menuitem>."
msgstr ""
-#. bjtF6
+#. ztEvn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11163\n"
"help.text"
-msgid "<variable id=\"digitalsigs\">Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>."
+msgstr ""
+
+#. u6Rcy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_idN11156\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
msgstr ""
#. QA6UC
@@ -7531,22 +7684,40 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Macros - Digital Signature</menuitem>."
msgstr ""
-#. u6Rcy
+#. DW6BN
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_idN11156\n"
+"par_id881685708186380\n"
"help.text"
-msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
+msgid "Choose <menuitem>File - Digital Signatures</menuitem>."
msgstr ""
-#. G3b6A
+#. uxAA2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685708203107\n"
+"help.text"
+msgid "<image src=\"cmd/lc_signature.svg\" id=\"img_id651685708203108\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931685708203109\">Icon Digital Signature</alt></image>"
+msgstr ""
+
+#. gFkGA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id791685708203111\n"
+"help.text"
+msgid "Digital Signature"
+msgstr ""
+
+#. 2UVF3
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN1117E\n"
"help.text"
-msgid "Double-click or right-click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
+msgid "Click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
msgstr ""
#. oUEEy
@@ -7981,6 +8152,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Exit %PRODUCTNAME</menuitem>."
msgstr ""
+#. TJcjf
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685709082165\n"
+"help.text"
+msgid "<image src=\"cmd/lc_quit.svg\" id=\"img_id871685709082167\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id651685709082168\">Icon Exit</alt></image>"
+msgstr ""
+
+#. 4fn3K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685709082170\n"
+"help.text"
+msgid "Exit"
+msgstr ""
+
#. DjhX3
#: 00000401.xhp
msgctxt ""
@@ -15280,24 +15469,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Undo</menuitem>."
msgstr ""
-#. AA56D
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3145160\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>"
-msgstr ""
-
-#. LW82F
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3154094\n"
-"help.text"
-msgid "On the <emph>Standard</emph> bar or <emph>Table Data</emph> bar, click"
-msgstr ""
-
#. AwFxC
#: edit_menu.xhp
msgctxt ""
@@ -15316,22 +15487,22 @@ msgctxt ""
msgid "Undo"
msgstr ""
-#. CRhMd
+#. CEAXt
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3145068\n"
+"par_id3145160\n"
"help.text"
-msgid "Choose <menuitem>Edit - Redo</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Z</keycode>"
msgstr ""
-#. VgWZG
+#. CRhMd
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3153897\n"
+"par_id3145068\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "Choose <menuitem>Edit - Redo</menuitem>."
msgstr ""
#. 4UACs
@@ -15352,40 +15523,67 @@ msgctxt ""
msgid "Redo"
msgstr ""
-#. VqzCC
+#. hVXND
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id591685963188763\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Y</keycode>"
+msgstr ""
+
+#. 9646J
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3154365\n"
"help.text"
-msgid "<variable id=\"letzter\">Choose <menuitem>Edit - Repeat</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Repeat</menuitem>."
msgstr ""
-#. DyHWB
+#. zyjrz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3149765\n"
+"par_id611685963967520\n"
"help.text"
-msgid "Choose <menuitem>Edit - Cut</menuitem>."
+msgid "<image src=\"cmd/lc_repeat.svg\" id=\"img_id491685963967521\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685963967522\">Icon Repeat</alt></image>"
msgstr ""
-#. siZcT
+#. Vngcs
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3144762\n"
+"par_id121685963967524\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>"
+msgid "Repeat"
msgstr ""
-#. YEYM4
+#. XAUzr
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148744\n"
+"par_id371685963759435\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + Y</keycode>"
+msgstr ""
+
+#. DyHWB
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3149765\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Cut</menuitem>."
+msgstr ""
+
+#. tACpY
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685964587740\n"
+"help.text"
+msgid "Choose <menuitem>Home - Cut</menuitem>."
msgstr ""
#. zCT5V
@@ -15406,31 +15604,40 @@ msgctxt ""
msgid "Cut"
msgstr ""
-#. 75bkj
+#. AuJsz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3150742\n"
+"par_id3144762\n"
"help.text"
-msgid "Choose <menuitem>Edit - Copy</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + X</keycode>"
msgstr ""
-#. dqu5U
+#. CdvjE
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148923\n"
+"par_id101685965015077\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+C</keycode>"
+msgid "<keycode>Shift + Del</keycode>"
msgstr ""
-#. ENXCh
+#. 75bkj
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159254\n"
+"par_id3150742\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "Choose <menuitem>Edit - Copy</menuitem>."
+msgstr ""
+
+#. CUyWZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id421685964733661\n"
+"help.text"
+msgid "Choose <menuitem>Home - Copy</menuitem>."
msgstr ""
#. BEKcn
@@ -15451,31 +15658,40 @@ msgctxt ""
msgid "Copy"
msgstr ""
-#. zsvyg
+#. WLLXn
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159153\n"
+"par_id3148923\n"
"help.text"
-msgid "Choose <menuitem>Edit - Paste</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + C</keycode>"
msgstr ""
-#. 2JEAF
+#. PryAi
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155860\n"
+"par_id101685965088876\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>"
+msgid "<keycode>Ctrl + Ins</keycode>"
msgstr ""
-#. wDTHt
+#. zsvyg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159083\n"
+"par_id3159153\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "Choose <menuitem>Edit - Paste</menuitem>."
+msgstr ""
+
+#. ynW6V
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id481685965303610\n"
+"help.text"
+msgid "Choose <menuitem>Home - Paste</menuitem>."
msgstr ""
#. HZLPq
@@ -15496,6 +15712,33 @@ msgctxt ""
msgid "Paste"
msgstr ""
+#. 5R5Je
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3155860\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + V</keycode>"
+msgstr ""
+
+#. YRBqH
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id261685965384099\n"
+"help.text"
+msgid "<keycode>Shift + Ins</keycode>"
+msgstr ""
+
+#. WopNZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3142791\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Paste Special</menuitem>."
+msgstr ""
+
#. 8U2sv
#: edit_menu.xhp
msgctxt ""
@@ -15505,6 +15748,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Paste Special - Paste Special</menuitem>."
msgstr ""
+#. A3fDq
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id521685966553736\n"
+"help.text"
+msgid "Long click on <menuitem>Home - Paste</menuitem>."
+msgstr ""
+
+#. HHNRa
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id801685967705406\n"
+"help.text"
+msgid "<image src=\"cmd/lc_pastespecial.svg\" id=\"img_id411685967705407\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id261685967705408\">Icon Paste Special</alt></image>"
+msgstr ""
+
+#. CCMPR
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id661685967705410\n"
+"help.text"
+msgid "Paste Special"
+msgstr ""
+
+#. 3r6MK
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id401685968775099\n"
+"help.text"
+msgid "<image src=\"cmd/lc_paste.svg\" id=\"img_id331685968775100\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191685968775101\">Icon Paste</alt></image>"
+msgstr ""
+
+#. cgEiS
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id81685968775103\n"
+"help.text"
+msgid "Paste (long click)"
+msgstr ""
+
#. CFGeE
#: edit_menu.xhp
msgctxt ""
@@ -15604,15 +15892,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Select All</menuitem>."
msgstr ""
-#. mia2c
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3152417\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>"
-msgstr ""
-
#. gXMsj
#: edit_menu.xhp
msgctxt ""
@@ -15631,13 +15910,22 @@ msgctxt ""
msgid "Select All"
msgstr ""
-#. Tb8Mu
+#. G7z8T
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3152417\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + A</keycode>"
+msgstr ""
+
+#. TGtWv
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3145251\n"
"help.text"
-msgid "<variable id=\"aenderungen\">Choose <menuitem>Edit - Track Changes</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Track Changes</menuitem>."
msgstr ""
#. FtngJ
@@ -15739,6 +16027,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Track Changes - Manage - List</menuitem> tab.<br/>Click an entry in the list and open the context menu.<br/>Choose <emph>Edit Comment</emph>."
msgstr ""
+#. ZGYjQ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id171685981254743\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Comment</menuitem>."
+msgstr ""
+
+#. ABCVo
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id501685985116612\n"
+"help.text"
+msgid "Click on the comment to select and then open the context menu."
+msgstr ""
+
+#. tCQAy
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"hd_id211685985284382\n"
+"help.text"
+msgid "On the Comment note:"
+msgstr ""
+
+#. J6HJx
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685985156516\n"
+"help.text"
+msgid "Click on the drop-down list of the selected comment."
+msgstr ""
+
+#. LSwGJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id711685981703647\n"
+"help.text"
+msgid "Choose <menuitem>Review</menuitem>."
+msgstr ""
+
#. oGZeX
#: edit_menu.xhp
msgctxt ""
@@ -15748,49 +16081,58 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Find</menuitem>."
msgstr ""
-#. cPD4u
+#. Up9Ag
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id31545031\n"
+"par_id511685975100630\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
+msgid "Choose <menuitem>Home - Find</menuitem>."
msgstr ""
-#. f4EM6
+#. ZqAwc
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3156297\n"
+"par_id831685975004752\n"
"help.text"
-msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
+msgid "<image src=\"cmd/lc_recsearch.svg\" id=\"img_id251685975004753\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id521685975004754\">Icon Find</alt></image>"
msgstr ""
-#. 4pWKe
+#. fAhot
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3154503\n"
+"par_id51685975004756\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+H</keycode>"
+msgid "Find"
msgstr ""
-#. UPprs
+#. yhe7q
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155083\n"
+"par_id31545031\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F</keycode>"
+msgstr ""
+
+#. f4EM6
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3156297\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
msgstr ""
-#. vsGEm
+#. KV28P
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3150020\n"
"help.text"
-msgid "<image id=\"img_id3149121\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
+msgid "<image id=\"img_id3149121\" src=\"cmd/lc_searchdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
msgstr ""
#. jRcHP
@@ -15802,6 +16144,15 @@ msgctxt ""
msgid "Find & Replace"
msgstr ""
+#. 8eSKz
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3154503\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + H</keycode>"
+msgstr ""
+
#. EtPCq
#: edit_menu.xhp
msgctxt ""
@@ -15919,13 +16270,22 @@ msgctxt ""
msgid "<variable id=\"litdat\">Choose <menuitem>Tools - Bibliography Database</menuitem>.</variable>"
msgstr ""
-#. EaFwu
+#. gNsWJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id631686092409826\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Links to External Files</menuitem>."
+msgstr ""
+
+#. L9Jyy
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3149281\n"
"help.text"
-msgid "<variable id=\"link\">Choose <menuitem>Edit - External Links</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - External Links</menuitem>."
msgstr ""
#. xSMBV
@@ -15982,13 +16342,31 @@ msgctxt ""
msgid "<variable id=\"edit3\">Choose <menuitem>Edit - OLE Object - Open</menuitem>.</variable>"
msgstr ""
-#. kQifg
+#. CB5Dg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id951603556032047\n"
"help.text"
-msgid "<variable id=\"reference\">Choose <menuitem>Edit - Reference</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Reference</menuitem>."
+msgstr ""
+
+#. eA6Ct
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id1001686083178681\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id811686083178682\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id281686083178683\">Icon Reference</alt></image>"
+msgstr ""
+
+#. 8BUbV
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id671686083178685\n"
+"help.text"
+msgid "Reference"
msgstr ""
#. PNGYK
diff --git a/source/bn-IN/helpcontent2/source/text/shared/01.po b/source/bn-IN/helpcontent2/source/text/shared/01.po
index b72a1042977..197a9bfcade 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/01.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-11-15 11:38+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/bn_IN/>\n"
@@ -2563,24 +2563,6 @@ msgctxt ""
msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Saves a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. 8GEre
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save Remote...</item> ."
-msgstr ""
-
-#. 2FysC
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File...</emph> ."
-msgstr ""
-
#. jpc76
#: 01060001.xhp
msgctxt ""
@@ -4048,15 +4030,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">Lets you organize and edit your templates, as well as save the current file as a template.</ahelp>"
msgstr ""
-#. VWjC6
-#: 01110000.xhp
-msgctxt ""
-"01110000.xhp\n"
-"par_01110001\n"
-"help.text"
-msgid "Select <emph>File - Templates</emph>."
-msgstr ""
-
#. xfFYL
#: 01110101.xhp
msgctxt ""
@@ -12787,13 +12760,13 @@ msgctxt ""
msgid "Comment"
msgstr ""
-#. gYF3A
+#. rRJxQ
#: 02230300.xhp
msgctxt ""
"02230300.xhp\n"
"hd_id3083278\n"
"help.text"
-msgid "Insert Track Change Comment"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/02230300.xhp\">Insert Track Change Comment</link></variable>"
msgstr ""
#. 56iv7
@@ -14560,13 +14533,13 @@ msgctxt ""
msgid "<bookmark_value>comments;inserting/editing/deleting/printing/resolving</bookmark_value> <bookmark_value>comments;hide resolved</bookmark_value> <bookmark_value>comments;resolve in text documents</bookmark_value> <bookmark_value>inserting; comments</bookmark_value> <bookmark_value>editing; comments</bookmark_value> <bookmark_value>deleting;comments</bookmark_value> <bookmark_value>Navigator;comments</bookmark_value> <bookmark_value>printing;comments</bookmark_value> <bookmark_value>resolving;comments</bookmark_value> <bookmark_value>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>"
msgstr ""
-#. zNaVC
+#. nhCGe
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3154100\n"
"help.text"
-msgid "<link href=\"text/shared/01/04050000.xhp\">Comment</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/04050000.xhp\">Comment</link></variable>"
msgstr ""
#. B5Lac
@@ -50173,22 +50146,22 @@ msgctxt ""
msgid "<ahelp hid=\".\">Insert clipboard table data in a table as new rows instead of overwriting the content of the original cells of the target table.</ahelp>"
msgstr ""
-#. oivUB
+#. k6vZo
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"tit\n"
"help.text"
-msgid "Paste Special"
+msgid "Paste Special Menu"
msgstr ""
-#. 4Vh77
+#. xL3tw
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"hd_id361584804540671\n"
"help.text"
-msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special</link></variable>"
+msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special Menu</link></variable>"
msgstr ""
#. RWjTr
diff --git a/source/bn-IN/helpcontent2/source/text/shared/02.po b/source/bn-IN/helpcontent2/source/text/shared/02.po
index f90275af281..f1d4348678c 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/02.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/02.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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-11-19 15:26+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/bn_IN/>\n"
@@ -12598,13 +12598,31 @@ msgctxt ""
msgid "<link href=\"text/shared/02/07070000.xhp\">Edit Mode</link>"
msgstr ""
-#. hZBXN
+#. AhNdc
#: 07070000.xhp
msgctxt ""
"07070000.xhp\n"
"par_id3153089\n"
"help.text"
-msgid "<ahelp hid=\".uno:EditDoc\" visibility=\"hidden\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgid "<ahelp hid=\".uno:EditDoc\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgstr ""
+
+#. FDnmk
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id251686099274448\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Edit Mode</menuitem>."
+msgstr ""
+
+#. 7WzFi
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id1001686099454407\n"
+"help.text"
+msgid "Choose <menuitem>Review - Edit Mode</menuitem>."
msgstr ""
#. VpjVS
@@ -12625,6 +12643,15 @@ msgctxt ""
msgid "Edit Mode"
msgstr ""
+#. dCCDo
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id471686099219977\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + M</keycode>"
+msgstr ""
+
#. 2GUFC
#: 07070000.xhp
msgctxt ""
@@ -12904,22 +12931,31 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr ""
-#. cMHrB
+#. tExb7
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
-"par_id161616407054506\n"
+"par_id341686079869387\n"
"help.text"
-msgid "On <link href=\"text/shared/main0201.xhp\"><emph>Standard</emph></link> bar, click"
+msgid "Choose <menuitem>Edit Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr ""
-#. MSjJA
+#. GYAT9
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id511686079721406\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Hyperlink</menuitem>."
+msgstr ""
+
+#. CuQ8K
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
"par_id3154927\n"
"help.text"
-msgid "<image id=\"img_id3093440\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon</alt></image>"
+msgid "<image id=\"img_id3093440\" src=\"cmd/lc_inserthyperlink.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon Hyperlink</alt></image>"
msgstr ""
#. Dty7B
@@ -12931,6 +12967,15 @@ msgctxt ""
msgid "Hyperlink Dialog"
msgstr "হাইপারলিঙ্ক ডায়ালগ"
+#. mPi9C
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id121686079478786\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + K</keycode>"
+msgstr ""
+
#. H2EQu
#: 09070000.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/shared/menu.po b/source/bn-IN/helpcontent2/source/text/shared/menu.po
index 6dd9f11e1b5..2d28d992f3a 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/menu.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/menu.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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-11-14 09:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-master/textsharedmenu/bn_IN/>\n"
@@ -16,6 +16,240 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1464059260.000000\n"
+#. kAYUQ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comments Menu"
+msgstr ""
+
+#. iAF2Y
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id381685980724188\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/menu/comment_menu.xhp\">Comments Menu</link></variable>"
+msgstr ""
+
+#. nxWrC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941603125587454\n"
+"help.text"
+msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
+msgstr ""
+
+#. ZpC2v
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id771685982803183\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. Gvcr8
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id491685993001013\n"
+"help.text"
+msgid "Inserts a new comment adjacent to the comment to which you want to reply. The comment anchor is the same for all comments in the thread."
+msgstr ""
+
+#. rcW2w
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id341685992961744\n"
+"help.text"
+msgid "<image src=\"cmd/lc_replycomment.svg\" id=\"img_id911685992961745\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685992961746\">Icon Reply Comment</alt></image>"
+msgstr ""
+
+#. DBxGw
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id661685992961748\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. z6sGj
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id931685994600871\n"
+"help.text"
+msgid "Replying a comment creates a comment thread."
+msgstr ""
+
+#. ihDxZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id951685982807912\n"
+"help.text"
+msgid "Resolve / Unresolve"
+msgstr ""
+
+#. M6x5n
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id751685993265436\n"
+"help.text"
+msgid "Marks the comment as <emph>Resolved</emph> (or <emph>Unresolved</emph>). When you mark the comment resolved, the word <emph>Resolved</emph> is inserted under the date in the comment box. When marking unresolved, the word <emph>Resolved</emph> is removed."
+msgstr ""
+
+#. EfGUV
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id541685982812304\n"
+"help.text"
+msgid "Resolve Thread"
+msgstr ""
+
+#. LvCLG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id171685994484069\n"
+"help.text"
+msgid "Marks the comment thread as <emph>Resolved</emph> (or <emph>Unresolved</emph>). All comments in the thread are marked <emph>Resolved</emph> (or <emph>Unresolved)</emph>."
+msgstr ""
+
+#. 4bSUA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id811685982816727\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. rJq6j
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id241685994046592\n"
+"help.text"
+msgid "Deletes the comment."
+msgstr ""
+
+#. 9vvEv
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id721685994175303\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteannotation.svg\" id=\"img_id161685994175304\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id751685994175306\">Icon Delete Comment</alt></image>"
+msgstr ""
+
+#. gi9Xt
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id641685994175307\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. 6DKqG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id411685982821640\n"
+"help.text"
+msgid "Delete Comment Thread"
+msgstr ""
+
+#. w7wTC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941685994231483\n"
+"help.text"
+msgid "Deletes all comments of the same thread."
+msgstr ""
+
+#. AKAAD
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id801685982825543\n"
+"help.text"
+msgid "Delete Comment By"
+msgstr ""
+
+#. tfGAA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id631685994308029\n"
+"help.text"
+msgid "Deletes all comments of the same author."
+msgstr ""
+
+#. J5FWB
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id321685982829794\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. zmziK
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id131685994324823\n"
+"help.text"
+msgid "Deletes all comments of the document."
+msgstr ""
+
+#. mnSiZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id881685994350879\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteallannotation.svg\" id=\"img_id501685994350880\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685994350881\">Icon Delete All Comments</alt></image>"
+msgstr ""
+
+#. 5wMSG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id371685994350883\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. 3ijYG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id701685995308264\n"
+"help.text"
+msgid "Format All Comments"
+msgstr ""
+
+#. WBBq9
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id481685995582479\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/01/05020000.xhp\">Format Character</link> dialog to set font, font effects, position and highlighting of all comments text."
+msgstr ""
+
#. rxCQJ
#: forms.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/swriter.po b/source/bn-IN/helpcontent2/source/text/swriter.po
index d842a422340..72cec5944d7 100644
--- a/source/bn-IN/helpcontent2/source/text/swriter.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter.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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-10-23 07:26+0000\n"
"Last-Translator: biraj <brnet00@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -241,51 +241,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
msgstr "<ahelp hid=\".\">এই মেনুটিতে বর্তমান নথির বিষয়বস্তু সম্পাদনা করার কমান্ড আছে।</ahelp>"
-#. TV7tD
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3147619\n"
-"help.text"
-msgid "Select Text"
-msgstr ""
-
-#. Hug2v
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id102920150120455108\n"
-"help.text"
-msgid "Go to Page"
-msgstr ""
-
-#. GjSQM
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id102920150120456660\n"
-"help.text"
-msgid "Opens a dialog box to enter which page number should be shown. (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+G</keycode>)"
-msgstr ""
-
-#. xFstf
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id11603124968334\n"
-"help.text"
-msgid "Comment"
-msgstr ""
-
-#. ycoWJ
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id941603125587454\n"
-"help.text"
-msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
-msgstr ""
-
#. FDHX2
#: main0102.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/swriter/00.po b/source/bn-IN/helpcontent2/source/text/swriter/00.po
index 113e6ae91f7..97b95d174ff 100644
--- a/source/bn-IN/helpcontent2/source/text/swriter/00.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -322,14 +322,122 @@ msgctxt ""
msgid "<variable id=\"datenaust\">Choose <emph>Edit - Exchange Database</emph></variable>"
msgstr "<variable id=\"datenaust\"><emph>সম্পাদনা - ডাটাবেস পরিবর্তন</emph>নির্বাচন করুন</variable>"
-#. DXxuu
+#. CGgT4
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3146316\n"
"help.text"
-msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>"
-msgstr "<variable id=\"feldbefehl\"><emph>সম্পাদনা -ক্ষেত্রসমূহ</emph>নির্বাচন করুন</variable>"
+msgid "Choose <menuitem>Edit - Fields</menuitem>."
+msgstr ""
+
+#. z7vy3
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601686084207673\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. aWNoC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id621686084297019\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. KJtNh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id261686084354397\n"
+"help.text"
+msgid "<menuitem>Edit Field</menuitem>"
+msgstr ""
+
+#. RDJDe
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id241686084284027\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. UAFwh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id671686084291318\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. PQnPz
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761686084998093\n"
+"help.text"
+msgid "Choose <menuitem>References - Fields</menuitem>."
+msgstr ""
+
+#. hpgYC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571686085013340\n"
+"help.text"
+msgid "Choose <menuitem>References - Cross-references</menuitem>."
+msgstr ""
+
+#. vSzco
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id211686084424319\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id501686084424320\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id741686084424321\">Icon Cross-Reference</alt></image>"
+msgstr ""
+
+#. dvoeF
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id921686084424323\n"
+"help.text"
+msgid "Cross-Reference"
+msgstr ""
+
+#. ZmfMu
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id911686084496205\n"
+"help.text"
+msgid "<image src=\"cmd/lc_addfield.svg\" id=\"img_id871686084496206\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id621686084496207\">Icon Insert Field</alt></image>"
+msgstr ""
+
+#. pEDLA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id481686084496209\n"
+"help.text"
+msgid "Insert Field"
+msgstr ""
+
+#. x9PQn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id161686084056231\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F2</keycode>"
+msgstr ""
#. t2xAY
#: 00000402.xhp
@@ -385,14 +493,50 @@ msgctxt ""
msgid "<variable id=\"lit\">Choose <emph>Edit - Bibliography Entry</emph></variable>"
msgstr "<variable id=\"lit\"><emph>সম্পাদনা - তথ্যসূত্র ভুক্তি</emph>নির্বাচন করুন</variable>"
-#. qG3yF
+#. MfDB3
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3973204\n"
"help.text"
-msgid "<variable id=\"selection_mode\">Choose <emph>Edit - Selection Mode</emph></variable>"
-msgstr "<variable id=\"selection_mode\"><emph>সম্পাদনা করুন - নির্বাচন মোড</emph>নির্বাচন করুন</variable>"
+msgid "Choose <menuitem>Edit - Selection Mode</menuitem>"
+msgstr ""
+
+#. Sppap
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id491685970640972\n"
+"help.text"
+msgid "Click the <menuitem>Selection</menuitem> area."
+msgstr ""
+
+#. VAPQj
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761685972500574\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Select Text</menuitem>."
+msgstr ""
+
+#. YSDSS
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571685973272593\n"
+"help.text"
+msgid "Choose <menuitem>Select Text</menuitem>."
+msgstr ""
+
+#. ZZrGn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id51685972424605\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + I</keycode>"
+msgstr ""
#. DLEkm
#: 00000402.xhp
@@ -403,6 +547,60 @@ msgctxt ""
msgid "<variable id=\"direct_cursor\">Choose <emph>Edit - Direct Cursor Mode</emph></variable>"
msgstr "<variable id=\"direct_cursor\"><emph>সম্পাদনা - সরাসরি কার্সার মোড</emph>চয়ন করুন</variable>"
+#. aWUsm
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601685977093827\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Go to Page</menuitem>."
+msgstr ""
+
+#. ELFmx
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id931685977488251\n"
+"help.text"
+msgid "Choose <menuitem>Home tab menu - Go to Page</menuitem>."
+msgstr ""
+
+#. xdsdD
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id961685977342894\n"
+"help.text"
+msgid "<image src=\"cmd/lc_gotopage.svg\" id=\"img_id321685977342895\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id901685977342896\">Icon Go to Page</alt></image>"
+msgstr ""
+
+#. mEGRA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id191685977342898\n"
+"help.text"
+msgid "Go to Page"
+msgstr ""
+
+#. qAucq
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id651685976992603\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + G</keycode>"
+msgstr ""
+
+#. Rpgek
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id551685977289618\n"
+"help.text"
+msgid "Click on the <emph>Page number</emph> area."
+msgstr ""
+
#. cjzea
#: 00000403.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/swriter/01.po b/source/bn-IN/helpcontent2/source/text/swriter/01.po
index ebf2f1edec6..de97ef43b34 100644
--- a/source/bn-IN/helpcontent2/source/text/swriter/01.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-10-21 20:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25990,24 +25990,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr "অ্যারাবিক প্রতীক"
-#. hyBpE
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3150708\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. 9YEFF
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3153533\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
#. PNNRW
#: 06060100.xhp
msgctxt ""
@@ -26026,24 +26008,6 @@ msgctxt ""
msgid "Roman numerals (lower)"
msgstr "রোমান প্রতীক (ছোট হাতের)"
-#. EiABw
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3151332\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. DxFBt
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3149820\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. CT77W
#: 06060100.xhp
msgctxt ""
@@ -26296,15 +26260,6 @@ msgctxt ""
msgid "Description"
msgstr "বর্ণনা"
-#. BoqBZ
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150981\n"
-"help.text"
-msgid "1, 2, 3"
-msgstr "১, ২, ৩"
-
#. ECZ4S
#: 06080100.xhp
msgctxt ""
@@ -26314,51 +26269,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr "অ্যারাবিক প্রতীক"
-#. oEuGf
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150763\n"
-"help.text"
-msgid "A, B, C"
-msgstr "A, B, C"
-
-#. GBURp
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153154\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. MAEkA
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3151171\n"
-"help.text"
-msgid "a, b, c"
-msgstr "a, b, c"
-
-#. NGbwW
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147508\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
-#. CCgce
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150706\n"
-"help.text"
-msgid "I, II, III"
-msgstr "I, II, III"
-
#. uviUq
#: 06080100.xhp
msgctxt ""
@@ -26368,15 +26278,6 @@ msgctxt ""
msgid "Roman numerals (upper case)"
msgstr "রোমান প্রতীক (বড় হাতের অক্ষর)"
-#. xBuC9
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153530\n"
-"help.text"
-msgid "i, ii, iii"
-msgstr "i, ii, iii"
-
#. JQFJY
#: 06080100.xhp
msgctxt ""
@@ -26386,42 +26287,6 @@ msgctxt ""
msgid "Roman numerals (lower case)"
msgstr "রোমান প্রতীক (ছোট হাতের অক্ষর)"
-#. P9ob7
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147525\n"
-"help.text"
-msgid "A,... AA,... AAA,..."
-msgstr "A,... AA,... AAA,..."
-
-#. jVvL6
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3155895\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. KxeRb
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3154194\n"
-"help.text"
-msgid "a,... aa,... aaa,..."
-msgstr "a,... aa,... aaa,..."
-
-#. DNnWm
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3149297\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. QiWFL
#: 06080100.xhp
msgctxt ""
@@ -28555,13 +28420,13 @@ msgctxt ""
msgid "Add, Modify and Remove"
msgstr ""
-#. WEjFh
+#. H68FW
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_id931672738656225\n"
"help.text"
-msgid "Respectively, adds, moves and removes items in the list."
+msgid "Respectively, adds, modifies and removes items in the list."
msgstr ""
#. xorCa
@@ -28591,76 +28456,13 @@ msgctxt ""
msgid "Date Format"
msgstr ""
-#. gMmqv
+#. FJPXb
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10564\n"
"help.text"
-msgid "Select the date format to display the date of the date content control."
-msgstr ""
-
-#. k5UDL
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"tit\n"
-"help.text"
-msgid "Reference (Edit)"
-msgstr ""
-
-#. 7DnD9
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id1001603128268578\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/edit_reference_submenu.xhp\">Reference</link>"
-msgstr ""
-
-#. 6LFFX
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id411603128291771\n"
-"help.text"
-msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
-msgstr ""
-
-#. 4WjGu
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147302\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
-msgstr ""
-
-#. Q5YzA
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147327\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
-msgstr ""
-
-#. b6WK8
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id561673359242198\n"
-"help.text"
-msgid "Edits the selected index entry."
-msgstr ""
-
-#. p7mQW
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147352\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
+msgid "Select the date format to display in the date content control."
msgstr ""
#. YwkE4
@@ -28708,6 +28510,51 @@ msgctxt ""
msgid "Edits Fontwork effects of the selected object that has been created with the previous Fontwork dialog."
msgstr "নির্বাচিত বস্তুর ফন্টওয়ার্ক সম্পাদনা করা হয় যা পূর্ববর্তী ফন্টওয়ার্ক ডায়ালগ দিয়ে তৈরি করা হয়েছে।"
+#. 2RhYQ
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go To Page"
+msgstr ""
+
+#. U9KWf
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"hd_id921685976329840\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/goto.xhp\">Go to Page</link></variable>"
+msgstr ""
+
+#. DqUnC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id901685976329842\n"
+"help.text"
+msgid "Opens a dialog box to enter which page number should be shown."
+msgstr ""
+
+#. cbKy4
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id761685978118901\n"
+"help.text"
+msgid "Enter the page number or use the spin box to define the page to display."
+msgstr ""
+
+#. J5XfC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id631685978506671\n"
+"help.text"
+msgid "The page number entered in the <emph>Go to Page</emph> dialog is absolute within the document and may not correspond to the page number displayed by the page numbering scheme."
+msgstr ""
+
#. YhLG4
#: legacynumbering.xhp
msgctxt ""
@@ -32236,6 +32083,33 @@ msgctxt ""
msgid "<embedvar href=\"text/swriter/guide/protection.xhp#protection\"/>"
msgstr ""
+#. 63j54
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Text"
+msgstr ""
+
+#. 4dGGQ
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"hd_id771685971612111\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/select_text.xhp\">Select Text</link></variable>"
+msgstr ""
+
+#. DMH7U
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"par_id971685971990775\n"
+"help.text"
+msgid "You can enable a selection cursor in a <emph>read-only</emph> text document."
+msgstr ""
+
#. KadxR
#: selection_mode.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/swriter/menu.po b/source/bn-IN/helpcontent2/source/text/swriter/menu.po
index 4b08906db28..94668dbed81 100644
--- a/source/bn-IN/helpcontent2/source/text/swriter/menu.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter/menu.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: 2023-03-02 11:51+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2016-05-07 23:08+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,6 +187,69 @@ msgctxt ""
msgid "Contains a calendar control. Limits text to a single paragraph."
msgstr ""
+#. k5UDL
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Reference (Edit)"
+msgstr ""
+
+#. MKMWr
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id1001603128268578\n"
+"help.text"
+msgid "<link href=\"text/swriter/menu/edit_reference_submenu.xhp\">Reference</link>"
+msgstr ""
+
+#. 6LFFX
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id411603128291771\n"
+"help.text"
+msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
+msgstr ""
+
+#. 4WjGu
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147302\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
+msgstr ""
+
+#. Q5YzA
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147327\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
+msgstr ""
+
+#. b6WK8
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id561673359242198\n"
+"help.text"
+msgid "Edits the selected index entry."
+msgstr ""
+
+#. p7mQW
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147352\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
+msgstr ""
+
#. tP5yN
#: insert_footnote_endnote.xhp
msgctxt ""
diff --git a/source/bn-IN/sc/messages.po b/source/bn-IN/sc/messages.po
index 275ec2d3d68..30d339301e8 100644
--- a/source/bn-IN/sc/messages.po
+++ b/source/bn-IN/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: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-11-17 12:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/bn_IN/>\n"
@@ -32985,10 +32985,10 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr "বিভাজক বিকল্প"
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
+msgid "Format _quoted field as text"
msgstr ""
#. VAC6B
@@ -33045,10 +33045,10 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
diff --git a/source/bn-IN/scp2/source/calc.po b/source/bn-IN/scp2/source/calc.po
index 17954da7a5f..4600cdeca36 100644
--- a/source/bn-IN/scp2/source/calc.po
+++ b/source/bn-IN/scp2/source/calc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2018-11-11 06:48+0000\n"
"Last-Translator: AparnaKarmakar <aparnakarnakar@gmail.com>\n"
"Language-Team: Bengali (India) <anubad@lists.ankur.org.in>\n"
@@ -222,3 +222,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr ""
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/bn-IN/svx/messages.po b/source/bn-IN/svx/messages.po
index 36597872f95..b37e443e135 100644
--- a/source/bn-IN/svx/messages.po
+++ b/source/bn-IN/svx/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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-11-17 12:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/bn_IN/>\n"
@@ -6280,28 +6280,28 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "নথির রঙ"
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
+msgid "Dark 1"
msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
+msgid "Light 1"
msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
+msgid "Dark 2"
msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
+msgid "Light 2"
msgstr ""
#. NAAZJ
@@ -6352,389 +6352,371 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr ""
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr ""
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr ""
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr ""
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "এক্সট্রুশন"
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "এক্সট্রুশন প্রয়োগ চালু/বন্ধ"
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "নিচে কাত করুন"
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "উপরে কাত করুন"
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "বামে কাত করুন"
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "ডানে কাত করুন"
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "এক্সট্রুশনের গভীরতা পরিবর্তন"
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "স্থিতিবিন্যাস পরিবর্তন"
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "প্রক্ষেপণের ধরন পরিবর্তন"
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "আলোর বিন্যাস পরিবর্তন"
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "উজ্জ্বলতা পরিবর্তন"
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "এক্সট্রুশনের পৃষ্ঠদেশ পরিবর্তন"
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "এক্সট্রুশনের রঙ পরিবর্তন"
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "ফন্টওয়ার্ক"
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "ফন্টওয়ার্কের আকৃতি প্রয়োগ"
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "ফন্টওয়ার্কের বর্ণের সমউচ্চতা প্রয়োগ"
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "ফন্টওয়ার্কের প্রান্তিককরণ প্রয়োগ"
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "ফন্টওয়ার্কের অক্ষর ফাঁকাকরণ প্রয়োগ"
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "সাথে"
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "শৈলী"
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "এবং"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "কোণা নিয়ন্ত্রণ"
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "কোণার বিন্দু নির্বাচন"
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "ঊর্ধ্ব বাম"
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "ঊর্ধ্ব কেন্দ্র"
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "ঊর্ধ্ব ডান"
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "বাম কেন্দ্র"
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "কেন্দ্র"
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "ডান কেন্দ্র"
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "নিম্ন বাম"
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "নিম্ন কেন্দ্র"
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "নিম্ন ডান"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "কনট্যুর নিয়ন্ত্রণ"
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "এটা এমন জায়গা, যেখানে আপনি কনট্যুর সম্পাদনা করতে পারেন।"
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "বিশেষ অক্ষর নির্বাচন"
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "এই এলাকার বিশেষ অক্ষর নির্বাচন করুন।"
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "অক্ষর কোড "
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "'#' ক্ষেত্রে ইনপুট প্রয়োজন। অনুগ্রহ করে একটি মান সন্নিবেশ করান।"
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "ফরম"
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "কোনো কন্ট্রোল নির্বাচন করা হয়নি"
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "বৈশিষ্ট্যসমূহ: "
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "ফরমের বৈশিষ্ট্য"
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "ফরম ন্যাভিগেটর"
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "ফরম"
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "ফরম"
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "গোপন নিয়ন্ত্রণ"
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "কন্ট্রোল"
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "রেকর্ড"
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "এর"
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "ক্ষেত্র যোগ:"
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "ডাটাবেসে ডাটা লেখার ত্রুটি"
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "কোয়েরি এক্সপ্রেশনে সিনট্যাক্স ত্রুটি"
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "আপনি ১টি রেকর্ড মুছে ফেলতে মনস্থ করেছেন।"
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "#টি রেকর্ড মুছে ফেলা হবে।"
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6744,337 +6726,337 @@ msgstr ""
"এরপরও কি আপনি চালিয়ে যেতে চান?"
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "ন্যাভিগেশন বার"
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "কলাম"
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "'#' বৈশিষ্ট্য নির্ধারণ করুন"
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "ধারকে সন্নিবেশ করান"
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "# মুছে ফেলুন"
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "#টি অবজেক্ট মুছে ফেলুন"
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "ধারকের এলিমেন্ট প্রতিস্থাপন করুন"
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "কন্ট্রোল প্রতিস্থাপন"
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "লেখা বাক্স"
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "চেক বাক্স"
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "কম্বো বাক্স"
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "তালিকা বাক্স"
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "তারিখ ক্ষেত্র"
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "সময় ক্ষেত্র"
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "সংখ্যাসূচক ক্ষেত্র"
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "মুদ্রা ক্ষেত্র"
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "প্যাটার্ন ক্ষেত্র"
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "বিন্যাসিত ক্ষেত্র"
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "বোতাম"
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "অপশন বোতাম"
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "ক্ষেত্র লেবেল করা"
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "গ্রুপ বাক্স"
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "চিত্র বোতাম"
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "চিত্র কন্ট্রোল"
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "ফাইল নির্বাচন"
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "ছক নিয়ন্ত্রণ "
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "স্ক্রলবার"
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "ঘুর্ণন বোতাম"
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "ন্যাভিগেশন বার"
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "একাধিক-নির্বাচন"
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr ""
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "বর্তমান ফরমে ডাটা-সম্পর্কীয় কোনো কন্ট্রোল নেই!"
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr "(তারিখ)"
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (সময়)"
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "পরিশোধক ন্যাভিগেটর"
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "যার জন্য পরিশোধক"
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "বা"
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "কার্যকর সীমা কন্ট্রোল, যেগুলো টেবিল ভিউতে ব্যবহৃত হতে পারে তা বর্তমান ফর্মে বিদ্যমান নয়।"
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<AutoField>"
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "SQL স্টেটমেন্টের সিনট্যাক্স ত্রুটি"
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "LIKE এর সাথে #1 মান ব্যবহার করা যায় না।"
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "এই ক্ষেত্রের সাথে LIKE ব্যবহার করা যায় না।"
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "সন্নিবেশকৃত মানটি বৈধ তারিখ নয়। অনুগ্রহ করে সঠিক বিন্যাসে তারিখ সন্নিবেশ করান, উদাহরণস্বরূপ, MM/DD/YY."
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "ক্ষেত্রটি পূর্ণসংখ্যার সাথে তুলনা করা যায় না।"
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "ডাটাবেস \"#\" নামের সারণি ধারণ করে না।"
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "ডাটাবেস \"#\" নামের সারণি বা কোয়েরি কোনটিই ধারণ করে না।"
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "ডাটাবেস ইতোমধ্যে \"#\" নামের সারণি বা ভিউ ধারণ করে।"
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "ডাটাবেস ইতোমধ্যে \"#\" নামের কোয়েরি ধারণ করে।"
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "\"#2\" সারণিতে \"#1\" কলামটি অপরিচিত।"
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "ক্ষেত্রটি ফ্লোটিং পয়েন্ট সংখ্যার সাথে তুলনা করা যায় না।"
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "সন্নিবেশকৃত নির্ণায়কটি এই ক্ষেত্রের সাথে তুলনা করা যায় না।"
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "ডাটা ন্যাভিগেটর"
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (শুধুমাত্র-পাঠযোগ্য)"
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ফাইলটি ইতোমধ্যে বিদ্যমান। উপরিলিখন করতে চান?"
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#অবজেক্ট# লেবেল"
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -7084,7 +7066,7 @@ msgstr ""
"আপনি কি সত্যিই এই মডেল মুছে ফেলতে চান?"
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -7094,7 +7076,7 @@ msgstr ""
"আপনি কি সত্যিই এই ইন্সট্যান্স মুছে ফেলতে চান?"
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -7104,13 +7086,13 @@ msgstr ""
"আপনি কি সত্যিই এই উপাদান মুছে ফেলতে চান?"
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "আপনি কি সত্যিই এই '$ATTRIBUTENAME বৈশিষ্ট্যটি মুছে ফেলতে চান?"
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -7122,7 +7104,7 @@ msgstr ""
"আপনি কি সত্যিই এই উপস্থাপন মুছে ফেলতে চান?"
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -7134,1079 +7116,1079 @@ msgstr ""
"আপনি কি সত্যিই এই বন্ধন মুছে ফেলতে চান?"
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "XML এ '%1' নাম বৈধ নয়। অনুগ্রহ করে একটি ভিন্ন নাম দিন।"
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "XML এ '%1' উপসর্গ বৈধ নয়। অনুগ্রহ করে একটি ভিন্ন উপসর্গ সন্নিবেশ করান।"
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "'%1' নামটি ইতোমধ্যে বিদ্যমান। অনুগ্রহ করে একটি নতুন নাম সন্নিবেশ করান।"
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "সাবমিশনের অবশ্যই একটি নাম থাকতে হবে।"
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
#, fuzzy
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "পোষ্ট করুন"
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
#, fuzzy
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "গ্রহণ করুন"
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
#, fuzzy
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "কোনটি না"
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "ইন্সট্যান্স"
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "নথি"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "বন্ধন: "
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "প্রসঙ্গ: "
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "ক্রিয়া: "
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "পদ্ধতি: "
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "প্রতিস্থাপন: "
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "এলিমেন্ট যোগ"
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "এলিমেন্ট সম্পাদনা"
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "এলিমেন্ট মুছে ফেলুন"
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "বৈশিষ্ট্য যোগ"
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "বৈশিষ্ট্য সম্পাদনা"
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "বৈশিষ্ট্য মুছে ফেলা"
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "বাইন্ডিং যোগ"
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "বাইন্ডিং সম্পাদনা"
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "বাইন্ডিং অপসারণ"
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "সাবমিশন যোগ"
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "সাবমিশন সম্পাদনা"
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "সাবমিশন মুছে ফেলা"
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "উপাদান"
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "বৈশিষ্ট্য"
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "বাইন্ডিং"
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "বা‌ইন্ডিং এক্সপ্রেশন"
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "আপনি কি %PRODUCTNAME নথিটির ডেটা পুনরুদ্ধার বাতিল করতে চাওয়ার বিষয়ে নিশ্চিত?"
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "বাম"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "ডান"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "কেন্দ্র"
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "দশমিক"
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "সন্নিবেশ মোড। ওভাররাইট মোডে পরিবর্তন করতে ক্লিক করুন।"
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "ওভাররাইট মোড। সন্নিবেশ মোডে পরিবর্তন করতে ক্লিক করুন।"
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "প্রতিস্থাপন"
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "ডিজিটাল স্বাক্ষর: নথির সাক্ষর ঠিক আছে।"
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "ডিজিটাল স্বাক্ষর: নথির স্বাক্ষর ঠিক আছে, কিন্তু সার্টিফিকেটের কার্যকারিতা যাচাই করা যায়নি।"
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "ডিজিটাল স্বাক্ষর: ফাইলটি স্বাক্ষরিত নয়।"
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "ডিজিটাল স্বাক্ষর: নথির স্বাক্ষর এবং সার্টিফিকেটটি ঠিক আছে, কিন্তু নথির সব অংশ স্বাক্ষরিত নয়।"
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
#, fuzzy
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "নথিটি পরিবর্তন করা হয়েছে। নথি সংরক্ষণ করতে ডাবল-ক্লিক করুন।"
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "শেষ বার সংরক্ষণের পর হতে নথিটি পরিবর্তন করা হয়নি।"
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "নথি লোড করা হচ্ছে..."
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "স্লাইড বর্তমান উইন্ডোতে ধরান।"
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr ""
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr ""
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr ""
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr ""
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr ""
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr ""
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr ""
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
#, fuzzy
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "জুম স্তর। জুম স্তর পরিবর্তন করতে ডান ক্লিক করুন বা জুম ডায়ালগ খুলতে ক্লিক করুন।"
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "বড় করুন"
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "ছোট করুন"
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "৫০%"
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "৭৫%"
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "১০০%"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "৫০%"
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "২০০%"
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "সম্পূর্ণ পৃষ্ঠা"
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "পৃষ্ঠার প্রস্থ"
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "সর্বোচ্চ রূপ"
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "শৈলী অন্তর্ভুক্ত করা হচ্ছে"
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
#, fuzzy
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "অনুচ্ছেদ শৈলী"
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "ঘরের শৈলী"
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "নথির শেষে পৌঁছে গেছে"
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "পত্রকের শেষে পৌঁছে গেছে"
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "অনুসন্ধানের কি পাওয়া যায়নি"
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
#, fuzzy
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "নথির শেষে পৌঁছে গেছে"
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "রঙের প্যালেট"
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "অবৈধ পাসওয়ার্ড"
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "পাসওয়ার্ড মিলছে না"
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "গাঢ় ছোট বৃত্তাকার বুলেট"
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "গাঢ় বড় বৃত্তাকার বুলেট"
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "গাঢ় ডায়ামন্ড বুলেট"
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "গাঢ় বড় বর্গক্ষেত্রাকার বুলেট"
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "ডান নির্দেশিত ভরাটকৃত তীর বুলেট"
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "ডান নির্দেশিত তীর বুলেট"
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "সংখ্যা ১) ২) ৩)"
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "সংখ্যা ১. ২. ৩."
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "সংখ্যা (১) (২) (৩)"
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "বড় হাতের রোমান সংখ্যা I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "বড় হাতের অক্ষর A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "ছোট হাতের অক্ষর a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "ছোট হাতের অক্ষর (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "ছোট হাতের রোমান সংখ্যা i. ii. iii."
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
msgstr ""
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
msgstr ""
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "সব সাবলেভেলে সংখ্যাসূচক"
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "ডান নির্দেশিত বুলেট, ডান নির্দেশিত তীর বুলেট, গাঢ় ডায়ামন্ড বুলেট, গাঢ় ছোট বৃত্তাকার বুলেট"
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "ফাইলটি তৈরি করা যাবে না।"
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "সারণি নকশার শৈলী"
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "পূর্বাবস্থায় ফিরিয়ে আনার কাজ: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "পূর্বাবস্থায় ফিরিয়ে আনার কাজ: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "পুনরায় করার কাজ: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "পুনরায় করার কাজ: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "খুঁজুন"
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
#, fuzzy
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "অক্ষর মিলান (_t)"
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr ""
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr ""
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr ""
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr ""
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "PNG ছবি"
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "TIFF ছবি"
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "WMF ছবি"
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "MET ছবি"
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "PCT ছবি"
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "SVG ছবি"
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "BMP ছবি"
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "অজানা"
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "সুইচ"
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "লাল"
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "সবুজ"
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "নীল"
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "উজ্জ্বলতা"
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "বৈসাদৃশ্য"
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "গামা"
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "স্বচ্ছতা"
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "ছাঁটা"
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "পূর্বনির্ধারিত স্থিতিবিন্যাস"
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "উপর থেকে নিচ পর্যন্ত"
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "নিচ থেকে উপরে"
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "স্তুপীকৃত"
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "বাম মার্জিন: "
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "ঊর্ধ্ব মার্জিন: "
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "ডান মার্জিন: "
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "নিম্ন মার্জিন: "
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "পৃষ্ঠার বর্ণনা: "
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "বড় হাতের অক্ষর"
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "ছোট হাতের অক্ষর"
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "রোমান- বড় হাতের"
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "রোমান- ছোট হাতের"
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "আরবী"
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "একটিও না"
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "আড়াআড়ি"
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "লম্বালম্বি"
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "বাম"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "ডান"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "সব"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "প্রতিফলিত"
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "লেখক: "
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "তারিখ: "
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "লেখা: "
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "অক্ষরের পটভূমি"
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "রঙের প্যালেট"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8214,2174 +8196,2174 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "মৌলিক ল্যাটিন"
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "ল্যাটিন-১"
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "ল্যাটিন বর্ধিত- এ"
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "ল্যাটিন বর্ধিত- বি"
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA বর্ধিতাংশ"
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "বিশেষক বর্ণ ফাঁকাকরণ করা হচ্ছে"
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "ডায়াক্রিটিকাল চিহ্ন একত্রিত করা হচ্ছে"
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "মৌলিক গ্রীক"
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "গ্রীক প্রতীক ও কপটিক"
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "সিরিলিক"
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "আর্মেনিয়ান"
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "মৌলিক হিব্রু"
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "হিব্রু বর্ধিত"
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "মৌলিক আরবী"
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "আরবী বর্ধিত"
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "নগরী"
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "বাংলা"
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "গুরমূখী"
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "গুজরাতি"
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "ওড়িয়া"
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "তামিল"
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "তেলেগু"
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "কান্নাডা"
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "মালয়ালাম"
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "থাই"
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "লাও"
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "মৌলিক জর্জিয়ান"
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "জর্জিয়ান বর্ধিত"
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "হাঙ্গুল জামো"
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "গ্রীক বর্ধিত"
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "সাধারণ বিরামচিহ্ন"
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "ঊর্ধ্বলিপি ও নিম্নলিপি"
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "মুদ্রা চিহ্ন"
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "ডায়াক্রিটিকাল চিহ্নসমূহ একত্রিত করা হচ্ছে"
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "অক্ষরের মত চিহ্নসমূহ"
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "নম্বরের রূপ"
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "তীর চিহ্ন"
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "গাণিতিক অপারেটরসমূহ"
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "বিবিধ প্রযুক্তিগত"
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "চিত্রসমূহ"
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "অপটিক্যাল চিহ্ন শনাক্তকরণ (OCR)"
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "সংগ্রথিত আলফা-নিউমেরিক"
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "বাক্স অঙ্কন"
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "ব্লক এলিমেন্ট"
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "জ্যামিতিক আকৃতি"
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "বিবিধ প্রতীক"
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "ডিংগব্যাট"
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "CJK চিহ্ন ও বিরামচিহ্ন"
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "হিরাগানা"
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "কাটাকানা"
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "বোপোমোফো"
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "হাঙ্গুল উপযুক্ততা জামো"
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK বিবিধ"
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "সংগ্রথিত CJK বর্ণ ও মাসসমূহ"
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "CJK উপযুক্ততা"
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "হাঙ্গুল"
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "CJK ইউনিফাইড ইডিওগ্রাফ"
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "CJK ইউনিফাইড ভাবসংকেত এক্সটেনশন A"
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "একান্ত ব্যবহারের এলাকা"
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK উপযুক্ততা ইডিওগ্রাফ"
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "বর্ণানুক্রমিক উপস্থাপনা ফরম"
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "আরবি উপস্থাপনা ফরম-এ"
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "অর্ধ চিহ্নসমূহ একত্রিত করা হচ্ছে"
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "CJK উপযুক্ততা ফরম"
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "ছোট প্রকারভেদ"
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "আরবি উপস্থাপনা ফরম-বি"
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "অর্ধ-প্রস্থ ও পূর্ণ-প্রস্থ ফরম"
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "বিশেষ"
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "ইয়ি ধ্বনি-নির্দেশক"
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Yi রেডিক্যাল"
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "পুরানো তির্যক"
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "গথিক"
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "ডেসারেট"
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "বাইজানটিন সংগীতের চিহ্ন"
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "সংগীতের চিহ্ন"
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "গাণিতিক আল্ফানিউমারিক সংকেত"
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "CJK ইউনিফাইড ভাবসংকেত এক্সটেনশন B"
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "CJK ইউনিফাইড ভাবসংকেত এক্সটেনশন C"
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "CJK ইউনিফাইড ভাবসংকেত এক্সটেনশন D"
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "CJK সামঞ্জস্যের ভাবসংকেত সাপ্লিমেন্ট"
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "ট্যাগ"
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "সিরিলিক সাপ্লিমেন্ট"
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "পরিবর্তন নির্বাচনকারী"
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "অতিরিক্ত ব্যক্তিগত ব্যবহারের ক্ষেত্র-A"
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "অতিরিক্ত ব্যক্তিগত ব্যবহারের ক্ষেত্র-B"
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "লিম্বু"
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "তাই লি"
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "খমের চিহ্ন"
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "ফোনেটিক এক্সেটনশন"
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "বিভিন্ন চিহ্ন এবং তীরচিহ্ন"
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "ইজিং হেক্সাগ্রাম চিহ্ন"
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "লিনিয়ার B সিলেবারি"
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "লিনিয়ার B ভাবসংকেত"
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "সিনহালা"
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "তিব্বতীয়"
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "মায়ানমার"
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "খেমার"
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "ওগাম"
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "রুনিক"
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "সিরিয়াক"
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "থানা"
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "ইথিওপিক"
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "চেরোকী"
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "কানাডিয়ান আদিবাসী সিলেবেল"
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "মঙ্গোলিয়ান"
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "বিবিধ গাণিতিক চিহ্ন-এ"
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "অতিরিক্ত তীরচিহ্ন-এ"
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "ব্রেইল চিহ্নসমূহ"
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "অতিরিক্ত তীরচিহ্ন-বি"
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "বিবিধ গাণিতিক চিহ্ন-বি"
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK রেডিকেল সাপ্লিমেন্ট"
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Kangxi রেডিক্যেল"
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "চিত্রলিপি বর্ণনার অক্ষরসমূহ"
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "ট্যাগালগ"
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "হানুনু"
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "টাগবানওয়া"
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "বুহিড"
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "কানবুন"
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "বোপোমোফো বর্ধিত"
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "কাটাকানা ফনেটিক্স"
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "CJK স্ট্রোকস"
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "সিপ্রিয়ট সিলেবারি"
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "তাই জুয়ান জিঙ্গ সংকেত"
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "পরিবর্তন নির্বাচনকারী সাপ্লিমেন্ট"
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "পুরাতন গ্রিক সংগীতের স্বরলিপি"
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "পুরাতন গ্রিক সংখ্যা"
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "আরবি সাপ্লিমেন্ট"
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "বুগিনিস"
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "সংযুক্তকারী ধ্বনি-নির্দেশক চিহ্ন সাপ্লিমেন্ট"
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "কপটিক"
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "ইথিওপিক এক্সটেন্ডেড"
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "ইথিওপিক সাপ্লিমেন্ট"
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "জর্জিয়ান সাপ্লিমেন্ট"
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "গ্লাগোলিটিক"
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "খারোশতি"
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "ধ্বনি পরিবর্তনকারী অক্ষর"
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "নতুন তাই লি"
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "পুরাতন ফার্সি"
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "ফোনেটিক (ধ্বন্যাত্মক) এক্সেটনশন সাপ্লিমেন্ট"
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "অতিরিক্ত যতিচিহ্ন"
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "সিলোটি নাগরি"
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "টিফিনাগ"
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "উল্লম্ব ফর্ম"
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "নকো"
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "বালিনিস"
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "ল্যাটিন বর্ধিত- এ"
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "ল্যাটিন বর্ধিত-C"
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "ফাগস-পা"
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "সিরিলিক এক্সটেনডেড-B"
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "ওয়াই"
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "সিরিলিক এক্সটেনডেড-B"
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "সৌরাষ্ট্র"
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "কায়াহ লি"
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "রেজাং"
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "চাম"
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "পুরাতন চিহ্ন"
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "ফাইসটোস ডিস্ক"
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "লাইসিয়ান"
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "কারিয়ান"
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "লাইডিয়ান"
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "মাহজোং টাইল"
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "ডোমিনো টাইল"
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "সামারিটান"
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "কানাডিয়ান অ্যাবোরিজিনাল শব্দাংশ এক্সটেন্ডেড"
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "তাই থাম"
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "বৈদিক এক্সটেনশন"
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "লিসু"
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "বামুম"
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "সাধারণ ইন্ডিক সংখ্যার রূপ"
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "দেবনাগরি এক্সটেন্ডেড"
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "হাঙ্গুল জামো এক্সটেনডেড-A"
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "জাভানিস"
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "মিয়ানমার এক্সটেনডেড-A"
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "তাই ভিয়েট"
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "মেইতেই মায়েক"
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "হাংগুল জামো এক্সটেনডেড-B"
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "এনক্লোসড আল্ফানিউমেরিক সাপ্লিমেন্ট"
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "এনক্লোসড ভাবসংকেত সাপ্লিমেন্ট"
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "ম্যান্ডেইক"
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "বাটাক"
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "ইথিওপিক এক্সটেন্ডেড-A"
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "ব্রাহ্মী"
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "বামুম সাপ্লিমেন্ট"
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "কানা সাপ্লিমেন্ট"
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "তাশ"
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "বিভিন্ন চিহ্ন এবং ছবির সংকেত"
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "ইমোটিকন"
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "পরিবহণ ও মানচিত্রের সংকেত"
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "অ্যাকেমির চিহ্ন"
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "আরবী এক্সটেনডেড-A"
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "আরবী গাণিতিক অক্ষরের সংকেত"
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "চাকমা"
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "মেইতেই মায়েক এক্সেটনশন"
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "মেরোইটিক কার্সিভ"
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "মেরোইটিক হেইরোগ্লিফস"
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "মিয়াও"
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "শারদা"
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "সোরা সোমপেং"
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "সুদানিজ সাপ্লিমেন্ট"
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "টাকরি"
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "সংযুক্তকারী ধ্বনি-নির্দেশক চিহ্ন সাপ্লিমেন্ট"
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "ল্যাটিন বর্ধিত- এ"
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "রৈখিক"
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "মোড"
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "মিয়ানমার এক্সটেনডেড-A"
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "অতিরিক্ত তীরচিহ্ন-এ"
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "CJK ইউনিফাইড ভাবসংকেত এক্সটেনশন A"
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "সিরিলিক এক্সটেনডেড-B"
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "জর্জিয়ান সাপ্লিমেন্ট"
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "নতুন"
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "ব্যবহারপ্রণালী"
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "CJK ইউনিফাইড ভাবসংকেত এক্সটেনশন A"
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "মিয়ানমার এক্সটেনডেড-A"
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "সিরিলিক সাপ্লিমেন্ট"
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr ""
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr ""
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr ""
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr ""
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr ""
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr ""
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr ""
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr ""
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr ""
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr ""
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr ""
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr ""
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr ""
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr ""
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr ""
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr ""
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr ""
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr ""
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr ""
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr ""
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr ""
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr ""
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr ""
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr ""
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr ""
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr ""
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr ""
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr ""
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr ""
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr ""
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr ""
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr ""
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr ""
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr ""
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr ""
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr ""
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr ""
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr ""
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr ""
@@ -10390,19 +10372,19 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr ""
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
@@ -14250,13 +14232,13 @@ msgid "None"
msgstr "কোনটি না"
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr "সাম্প্রতিক"
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr "পছন্দসই রং"
diff --git a/source/bn/helpcontent2/source/text/scalc/00.po b/source/bn/helpcontent2/source/text/scalc/00.po
index 1059e564cde..db8685b06e2 100644
--- a/source/bn/helpcontent2/source/text/scalc/00.po
+++ b/source/bn/helpcontent2/source/text/scalc/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-14 11:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2536,13 +2536,13 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
msgstr ""
-#. sBA56
+#. JGKyR
#: sheet_menu.xhp
msgctxt ""
"sheet_menu.xhp\n"
"par_id561684962038778\n"
"help.text"
-msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgid "Choose <menuitem>Review - Protect Sheet</menuitem>"
msgstr ""
#. Fg4o9
diff --git a/source/bn/helpcontent2/source/text/shared/00.po b/source/bn/helpcontent2/source/text/shared/00.po
index 05c9f071faf..12f4d6f87ad 100644
--- a/source/bn/helpcontent2/source/text/shared/00.po
+++ b/source/bn/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-14 11:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1600,6 +1600,15 @@ msgctxt ""
msgid "From the Menu bar:"
msgstr ""
+#. haGjm
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684932173786\n"
+"help.text"
+msgid "From the Context menu:"
+msgstr ""
+
#. 6QF4D
#: 00000004.xhp
msgctxt ""
@@ -1645,6 +1654,15 @@ msgctxt ""
msgid "From the Start Center, click"
msgstr ""
+#. DQteW
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931686300557948\n"
+"help.text"
+msgid "From the Status bar:"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -7225,6 +7243,60 @@ msgctxt ""
msgid "Close"
msgstr ""
+#. DSfYn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110001\n"
+"help.text"
+msgid "Select <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. k9NDc
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110002\n"
+"help.text"
+msgid "Choose <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. WNdsn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685707180577\n"
+"help.text"
+msgid "<image src=\"cmd/lc_templatemanager.svg\" id=\"img_id101685707180578\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id701685707180579\">Icon Template Manager</alt></image>"
+msgstr ""
+
+#. jxZcJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id141685707180581\n"
+"help.text"
+msgid "Templates"
+msgstr ""
+
+#. 72Roy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685707253310\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + N</keycode>"
+msgstr ""
+
+#. SB9PY
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id151685707338424\n"
+"help.text"
+msgid "Click on the <menuitem>Templates</menuitem> button."
+msgstr ""
+
#. GSRTM
#: 00000401.xhp
msgctxt ""
@@ -7351,6 +7423,51 @@ msgctxt ""
msgid "Save a Copy"
msgstr ""
+#. nkjmW
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629430220\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>."
+msgstr ""
+
+#. wN5yQ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685704731179\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>"
+msgstr ""
+
+#. 9Hgnk
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id431513629862558\n"
+"help.text"
+msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File</emph>."
+msgstr ""
+
+#. 8rmQq
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id991685704766726\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveasremote.svg\" id=\"img_id101685704766727\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id951685704766728\">Icon Save Remote</alt></image>"
+msgstr ""
+
+#. JCcsE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id531685704766729\n"
+"help.text"
+msgid "Save Remote"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7477,13 +7594,40 @@ msgctxt ""
msgid "Reload"
msgstr ""
-#. qdS25
+#. NAyAK
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3166425\n"
"help.text"
-msgid "<variable id=\"info1\">Choose <menuitem>File - Properties</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. zRkFS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685706381820\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. qg49k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685706400576\n"
+"help.text"
+msgid "<image src=\"cmd/lc_setdocumentproperties.svg\" id=\"img_id721685706400577\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id401685706400578\">Icon Document Properties</alt></image>"
+msgstr ""
+
+#. hGh4o
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685706400580\n"
+"help.text"
+msgid "Document Properties"
msgstr ""
#. HCGtN
@@ -7513,13 +7657,22 @@ msgctxt ""
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security</menuitem> and, in the <emph>Certificate Path</emph> area, click <menuitem>Certificate</menuitem>."
msgstr ""
-#. bjtF6
+#. ztEvn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11163\n"
"help.text"
-msgid "<variable id=\"digitalsigs\">Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>."
+msgstr ""
+
+#. u6Rcy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_idN11156\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
msgstr ""
#. QA6UC
@@ -7531,22 +7684,40 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Macros - Digital Signature</menuitem>."
msgstr ""
-#. u6Rcy
+#. DW6BN
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_idN11156\n"
+"par_id881685708186380\n"
"help.text"
-msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
+msgid "Choose <menuitem>File - Digital Signatures</menuitem>."
msgstr ""
-#. G3b6A
+#. uxAA2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685708203107\n"
+"help.text"
+msgid "<image src=\"cmd/lc_signature.svg\" id=\"img_id651685708203108\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931685708203109\">Icon Digital Signature</alt></image>"
+msgstr ""
+
+#. gFkGA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id791685708203111\n"
+"help.text"
+msgid "Digital Signature"
+msgstr ""
+
+#. 2UVF3
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN1117E\n"
"help.text"
-msgid "Double-click or right-click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
+msgid "Click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
msgstr ""
#. oUEEy
@@ -7981,6 +8152,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Exit %PRODUCTNAME</menuitem>."
msgstr ""
+#. TJcjf
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685709082165\n"
+"help.text"
+msgid "<image src=\"cmd/lc_quit.svg\" id=\"img_id871685709082167\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id651685709082168\">Icon Exit</alt></image>"
+msgstr ""
+
+#. 4fn3K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685709082170\n"
+"help.text"
+msgid "Exit"
+msgstr ""
+
#. DjhX3
#: 00000401.xhp
msgctxt ""
@@ -15280,24 +15469,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Undo</menuitem>."
msgstr ""
-#. AA56D
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3145160\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>"
-msgstr ""
-
-#. LW82F
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3154094\n"
-"help.text"
-msgid "On the <emph>Standard</emph> bar or <emph>Table Data</emph> bar, click"
-msgstr ""
-
#. AwFxC
#: edit_menu.xhp
msgctxt ""
@@ -15316,22 +15487,22 @@ msgctxt ""
msgid "Undo"
msgstr ""
-#. CRhMd
+#. CEAXt
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3145068\n"
+"par_id3145160\n"
"help.text"
-msgid "Choose <menuitem>Edit - Redo</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Z</keycode>"
msgstr ""
-#. VgWZG
+#. CRhMd
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3153897\n"
+"par_id3145068\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "Choose <menuitem>Edit - Redo</menuitem>."
msgstr ""
#. 4UACs
@@ -15352,40 +15523,67 @@ msgctxt ""
msgid "Redo"
msgstr ""
-#. VqzCC
+#. hVXND
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id591685963188763\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Y</keycode>"
+msgstr ""
+
+#. 9646J
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3154365\n"
"help.text"
-msgid "<variable id=\"letzter\">Choose <menuitem>Edit - Repeat</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Repeat</menuitem>."
msgstr ""
-#. DyHWB
+#. zyjrz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3149765\n"
+"par_id611685963967520\n"
"help.text"
-msgid "Choose <menuitem>Edit - Cut</menuitem>."
+msgid "<image src=\"cmd/lc_repeat.svg\" id=\"img_id491685963967521\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685963967522\">Icon Repeat</alt></image>"
msgstr ""
-#. siZcT
+#. Vngcs
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3144762\n"
+"par_id121685963967524\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>"
+msgid "Repeat"
msgstr ""
-#. YEYM4
+#. XAUzr
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148744\n"
+"par_id371685963759435\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + Y</keycode>"
+msgstr ""
+
+#. DyHWB
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3149765\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Cut</menuitem>."
+msgstr ""
+
+#. tACpY
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685964587740\n"
+"help.text"
+msgid "Choose <menuitem>Home - Cut</menuitem>."
msgstr ""
#. zCT5V
@@ -15406,31 +15604,40 @@ msgctxt ""
msgid "Cut"
msgstr ""
-#. 75bkj
+#. AuJsz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3150742\n"
+"par_id3144762\n"
"help.text"
-msgid "Choose <menuitem>Edit - Copy</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + X</keycode>"
msgstr ""
-#. dqu5U
+#. CdvjE
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148923\n"
+"par_id101685965015077\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+C</keycode>"
+msgid "<keycode>Shift + Del</keycode>"
msgstr ""
-#. ENXCh
+#. 75bkj
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159254\n"
+"par_id3150742\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "Choose <menuitem>Edit - Copy</menuitem>."
+msgstr ""
+
+#. CUyWZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id421685964733661\n"
+"help.text"
+msgid "Choose <menuitem>Home - Copy</menuitem>."
msgstr ""
#. BEKcn
@@ -15451,31 +15658,40 @@ msgctxt ""
msgid "Copy"
msgstr ""
-#. zsvyg
+#. WLLXn
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159153\n"
+"par_id3148923\n"
"help.text"
-msgid "Choose <menuitem>Edit - Paste</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + C</keycode>"
msgstr ""
-#. 2JEAF
+#. PryAi
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155860\n"
+"par_id101685965088876\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>"
+msgid "<keycode>Ctrl + Ins</keycode>"
msgstr ""
-#. wDTHt
+#. zsvyg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159083\n"
+"par_id3159153\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "Choose <menuitem>Edit - Paste</menuitem>."
+msgstr ""
+
+#. ynW6V
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id481685965303610\n"
+"help.text"
+msgid "Choose <menuitem>Home - Paste</menuitem>."
msgstr ""
#. HZLPq
@@ -15496,6 +15712,33 @@ msgctxt ""
msgid "Paste"
msgstr ""
+#. 5R5Je
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3155860\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + V</keycode>"
+msgstr ""
+
+#. YRBqH
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id261685965384099\n"
+"help.text"
+msgid "<keycode>Shift + Ins</keycode>"
+msgstr ""
+
+#. WopNZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3142791\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Paste Special</menuitem>."
+msgstr ""
+
#. 8U2sv
#: edit_menu.xhp
msgctxt ""
@@ -15505,6 +15748,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Paste Special - Paste Special</menuitem>."
msgstr ""
+#. A3fDq
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id521685966553736\n"
+"help.text"
+msgid "Long click on <menuitem>Home - Paste</menuitem>."
+msgstr ""
+
+#. HHNRa
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id801685967705406\n"
+"help.text"
+msgid "<image src=\"cmd/lc_pastespecial.svg\" id=\"img_id411685967705407\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id261685967705408\">Icon Paste Special</alt></image>"
+msgstr ""
+
+#. CCMPR
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id661685967705410\n"
+"help.text"
+msgid "Paste Special"
+msgstr ""
+
+#. 3r6MK
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id401685968775099\n"
+"help.text"
+msgid "<image src=\"cmd/lc_paste.svg\" id=\"img_id331685968775100\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191685968775101\">Icon Paste</alt></image>"
+msgstr ""
+
+#. cgEiS
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id81685968775103\n"
+"help.text"
+msgid "Paste (long click)"
+msgstr ""
+
#. CFGeE
#: edit_menu.xhp
msgctxt ""
@@ -15604,15 +15892,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Select All</menuitem>."
msgstr ""
-#. mia2c
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3152417\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>"
-msgstr ""
-
#. gXMsj
#: edit_menu.xhp
msgctxt ""
@@ -15631,13 +15910,22 @@ msgctxt ""
msgid "Select All"
msgstr ""
-#. Tb8Mu
+#. G7z8T
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3152417\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + A</keycode>"
+msgstr ""
+
+#. TGtWv
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3145251\n"
"help.text"
-msgid "<variable id=\"aenderungen\">Choose <menuitem>Edit - Track Changes</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Track Changes</menuitem>."
msgstr ""
#. FtngJ
@@ -15739,6 +16027,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Track Changes - Manage - List</menuitem> tab.<br/>Click an entry in the list and open the context menu.<br/>Choose <emph>Edit Comment</emph>."
msgstr ""
+#. ZGYjQ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id171685981254743\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Comment</menuitem>."
+msgstr ""
+
+#. ABCVo
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id501685985116612\n"
+"help.text"
+msgid "Click on the comment to select and then open the context menu."
+msgstr ""
+
+#. tCQAy
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"hd_id211685985284382\n"
+"help.text"
+msgid "On the Comment note:"
+msgstr ""
+
+#. J6HJx
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685985156516\n"
+"help.text"
+msgid "Click on the drop-down list of the selected comment."
+msgstr ""
+
+#. LSwGJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id711685981703647\n"
+"help.text"
+msgid "Choose <menuitem>Review</menuitem>."
+msgstr ""
+
#. oGZeX
#: edit_menu.xhp
msgctxt ""
@@ -15748,49 +16081,58 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Find</menuitem>."
msgstr ""
-#. cPD4u
+#. Up9Ag
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id31545031\n"
+"par_id511685975100630\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
+msgid "Choose <menuitem>Home - Find</menuitem>."
msgstr ""
-#. f4EM6
+#. ZqAwc
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3156297\n"
+"par_id831685975004752\n"
"help.text"
-msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
+msgid "<image src=\"cmd/lc_recsearch.svg\" id=\"img_id251685975004753\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id521685975004754\">Icon Find</alt></image>"
msgstr ""
-#. 4pWKe
+#. fAhot
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3154503\n"
+"par_id51685975004756\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+H</keycode>"
+msgid "Find"
msgstr ""
-#. UPprs
+#. yhe7q
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155083\n"
+"par_id31545031\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F</keycode>"
+msgstr ""
+
+#. f4EM6
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3156297\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
msgstr ""
-#. vsGEm
+#. KV28P
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3150020\n"
"help.text"
-msgid "<image id=\"img_id3149121\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
+msgid "<image id=\"img_id3149121\" src=\"cmd/lc_searchdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
msgstr ""
#. jRcHP
@@ -15802,6 +16144,15 @@ msgctxt ""
msgid "Find & Replace"
msgstr ""
+#. 8eSKz
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3154503\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + H</keycode>"
+msgstr ""
+
#. EtPCq
#: edit_menu.xhp
msgctxt ""
@@ -15919,13 +16270,22 @@ msgctxt ""
msgid "<variable id=\"litdat\">Choose <menuitem>Tools - Bibliography Database</menuitem>.</variable>"
msgstr ""
-#. EaFwu
+#. gNsWJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id631686092409826\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Links to External Files</menuitem>."
+msgstr ""
+
+#. L9Jyy
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3149281\n"
"help.text"
-msgid "<variable id=\"link\">Choose <menuitem>Edit - External Links</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - External Links</menuitem>."
msgstr ""
#. xSMBV
@@ -15982,13 +16342,31 @@ msgctxt ""
msgid "<variable id=\"edit3\">Choose <menuitem>Edit - OLE Object - Open</menuitem>.</variable>"
msgstr ""
-#. kQifg
+#. CB5Dg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id951603556032047\n"
"help.text"
-msgid "<variable id=\"reference\">Choose <menuitem>Edit - Reference</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Reference</menuitem>."
+msgstr ""
+
+#. eA6Ct
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id1001686083178681\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id811686083178682\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id281686083178683\">Icon Reference</alt></image>"
+msgstr ""
+
+#. 8BUbV
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id671686083178685\n"
+"help.text"
+msgid "Reference"
msgstr ""
#. PNGYK
diff --git a/source/bn/helpcontent2/source/text/shared/01.po b/source/bn/helpcontent2/source/text/shared/01.po
index f2b9f354e7b..f878164c100 100644
--- a/source/bn/helpcontent2/source/text/shared/01.po
+++ b/source/bn/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-14 11:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2563,24 +2563,6 @@ msgctxt ""
msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Saves a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. 8GEre
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save Remote...</item> ."
-msgstr ""
-
-#. 2FysC
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File...</emph> ."
-msgstr ""
-
#. jpc76
#: 01060001.xhp
msgctxt ""
@@ -4048,15 +4030,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">Lets you organize and edit your templates, as well as save the current file as a template.</ahelp>"
msgstr ""
-#. VWjC6
-#: 01110000.xhp
-msgctxt ""
-"01110000.xhp\n"
-"par_01110001\n"
-"help.text"
-msgid "Select <emph>File - Templates</emph>."
-msgstr ""
-
#. xfFYL
#: 01110101.xhp
msgctxt ""
@@ -12787,13 +12760,13 @@ msgctxt ""
msgid "Comment"
msgstr ""
-#. gYF3A
+#. rRJxQ
#: 02230300.xhp
msgctxt ""
"02230300.xhp\n"
"hd_id3083278\n"
"help.text"
-msgid "Insert Track Change Comment"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/02230300.xhp\">Insert Track Change Comment</link></variable>"
msgstr ""
#. 56iv7
@@ -14560,13 +14533,13 @@ msgctxt ""
msgid "<bookmark_value>comments;inserting/editing/deleting/printing/resolving</bookmark_value> <bookmark_value>comments;hide resolved</bookmark_value> <bookmark_value>comments;resolve in text documents</bookmark_value> <bookmark_value>inserting; comments</bookmark_value> <bookmark_value>editing; comments</bookmark_value> <bookmark_value>deleting;comments</bookmark_value> <bookmark_value>Navigator;comments</bookmark_value> <bookmark_value>printing;comments</bookmark_value> <bookmark_value>resolving;comments</bookmark_value> <bookmark_value>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>"
msgstr ""
-#. zNaVC
+#. nhCGe
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3154100\n"
"help.text"
-msgid "<link href=\"text/shared/01/04050000.xhp\">Comment</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/04050000.xhp\">Comment</link></variable>"
msgstr ""
#. B5Lac
@@ -50173,22 +50146,22 @@ msgctxt ""
msgid "<ahelp hid=\".\">Insert clipboard table data in a table as new rows instead of overwriting the content of the original cells of the target table.</ahelp>"
msgstr ""
-#. oivUB
+#. k6vZo
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"tit\n"
"help.text"
-msgid "Paste Special"
+msgid "Paste Special Menu"
msgstr ""
-#. 4Vh77
+#. xL3tw
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"hd_id361584804540671\n"
"help.text"
-msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special</link></variable>"
+msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special Menu</link></variable>"
msgstr ""
#. RWjTr
diff --git a/source/bn/helpcontent2/source/text/shared/02.po b/source/bn/helpcontent2/source/text/shared/02.po
index 0d255ecaea3..b11fc5412ec 100644
--- a/source/bn/helpcontent2/source/text/shared/02.po
+++ b/source/bn/helpcontent2/source/text/shared/02.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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-12 13:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12598,13 +12598,31 @@ msgctxt ""
msgid "<link href=\"text/shared/02/07070000.xhp\">Edit Mode</link>"
msgstr ""
-#. hZBXN
+#. AhNdc
#: 07070000.xhp
msgctxt ""
"07070000.xhp\n"
"par_id3153089\n"
"help.text"
-msgid "<ahelp hid=\".uno:EditDoc\" visibility=\"hidden\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgid "<ahelp hid=\".uno:EditDoc\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgstr ""
+
+#. FDnmk
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id251686099274448\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Edit Mode</menuitem>."
+msgstr ""
+
+#. 7WzFi
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id1001686099454407\n"
+"help.text"
+msgid "Choose <menuitem>Review - Edit Mode</menuitem>."
msgstr ""
#. VpjVS
@@ -12625,6 +12643,15 @@ msgctxt ""
msgid "Edit Mode"
msgstr ""
+#. dCCDo
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id471686099219977\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + M</keycode>"
+msgstr ""
+
#. 2GUFC
#: 07070000.xhp
msgctxt ""
@@ -12904,22 +12931,31 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr ""
-#. cMHrB
+#. tExb7
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
-"par_id161616407054506\n"
+"par_id341686079869387\n"
"help.text"
-msgid "On <link href=\"text/shared/main0201.xhp\"><emph>Standard</emph></link> bar, click"
+msgid "Choose <menuitem>Edit Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr ""
-#. MSjJA
+#. GYAT9
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id511686079721406\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Hyperlink</menuitem>."
+msgstr ""
+
+#. CuQ8K
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
"par_id3154927\n"
"help.text"
-msgid "<image id=\"img_id3093440\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon</alt></image>"
+msgid "<image id=\"img_id3093440\" src=\"cmd/lc_inserthyperlink.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon Hyperlink</alt></image>"
msgstr ""
#. Dty7B
@@ -12931,6 +12967,15 @@ msgctxt ""
msgid "Hyperlink Dialog"
msgstr "হাইপারলিঙ্ক ডায়ালগ"
+#. mPi9C
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id121686079478786\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + K</keycode>"
+msgstr ""
+
#. H2EQu
#: 09070000.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/shared/menu.po b/source/bn/helpcontent2/source/text/shared/menu.po
index b8a3b533d6e..96f9e47e2b5 100644
--- a/source/bn/helpcontent2/source/text/shared/menu.po
+++ b/source/bn/helpcontent2/source/text/shared/menu.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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2016-05-24 03:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,6 +16,240 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1464059071.000000\n"
+#. kAYUQ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comments Menu"
+msgstr ""
+
+#. iAF2Y
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id381685980724188\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/menu/comment_menu.xhp\">Comments Menu</link></variable>"
+msgstr ""
+
+#. nxWrC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941603125587454\n"
+"help.text"
+msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
+msgstr ""
+
+#. ZpC2v
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id771685982803183\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. Gvcr8
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id491685993001013\n"
+"help.text"
+msgid "Inserts a new comment adjacent to the comment to which you want to reply. The comment anchor is the same for all comments in the thread."
+msgstr ""
+
+#. rcW2w
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id341685992961744\n"
+"help.text"
+msgid "<image src=\"cmd/lc_replycomment.svg\" id=\"img_id911685992961745\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685992961746\">Icon Reply Comment</alt></image>"
+msgstr ""
+
+#. DBxGw
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id661685992961748\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. z6sGj
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id931685994600871\n"
+"help.text"
+msgid "Replying a comment creates a comment thread."
+msgstr ""
+
+#. ihDxZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id951685982807912\n"
+"help.text"
+msgid "Resolve / Unresolve"
+msgstr ""
+
+#. M6x5n
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id751685993265436\n"
+"help.text"
+msgid "Marks the comment as <emph>Resolved</emph> (or <emph>Unresolved</emph>). When you mark the comment resolved, the word <emph>Resolved</emph> is inserted under the date in the comment box. When marking unresolved, the word <emph>Resolved</emph> is removed."
+msgstr ""
+
+#. EfGUV
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id541685982812304\n"
+"help.text"
+msgid "Resolve Thread"
+msgstr ""
+
+#. LvCLG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id171685994484069\n"
+"help.text"
+msgid "Marks the comment thread as <emph>Resolved</emph> (or <emph>Unresolved</emph>). All comments in the thread are marked <emph>Resolved</emph> (or <emph>Unresolved)</emph>."
+msgstr ""
+
+#. 4bSUA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id811685982816727\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. rJq6j
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id241685994046592\n"
+"help.text"
+msgid "Deletes the comment."
+msgstr ""
+
+#. 9vvEv
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id721685994175303\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteannotation.svg\" id=\"img_id161685994175304\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id751685994175306\">Icon Delete Comment</alt></image>"
+msgstr ""
+
+#. gi9Xt
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id641685994175307\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. 6DKqG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id411685982821640\n"
+"help.text"
+msgid "Delete Comment Thread"
+msgstr ""
+
+#. w7wTC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941685994231483\n"
+"help.text"
+msgid "Deletes all comments of the same thread."
+msgstr ""
+
+#. AKAAD
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id801685982825543\n"
+"help.text"
+msgid "Delete Comment By"
+msgstr ""
+
+#. tfGAA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id631685994308029\n"
+"help.text"
+msgid "Deletes all comments of the same author."
+msgstr ""
+
+#. J5FWB
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id321685982829794\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. zmziK
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id131685994324823\n"
+"help.text"
+msgid "Deletes all comments of the document."
+msgstr ""
+
+#. mnSiZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id881685994350879\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteallannotation.svg\" id=\"img_id501685994350880\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685994350881\">Icon Delete All Comments</alt></image>"
+msgstr ""
+
+#. 5wMSG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id371685994350883\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. 3ijYG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id701685995308264\n"
+"help.text"
+msgid "Format All Comments"
+msgstr ""
+
+#. WBBq9
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id481685995582479\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/01/05020000.xhp\">Format Character</link> dialog to set font, font effects, position and highlighting of all comments text."
+msgstr ""
+
#. rxCQJ
#: forms.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/swriter.po b/source/bn/helpcontent2/source/text/swriter.po
index f6bd8e05bdd..693e1cea880 100644
--- a/source/bn/helpcontent2/source/text/swriter.po
+++ b/source/bn/helpcontent2/source/text/swriter.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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-10-21 20:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -241,51 +241,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
msgstr "<ahelp hid=\".\">এই মেনুটিতে বর্তমান নথির বিষয়বস্তু সম্পাদনা করার কমান্ড আছে।</ahelp>"
-#. TV7tD
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3147619\n"
-"help.text"
-msgid "Select Text"
-msgstr ""
-
-#. Hug2v
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id102920150120455108\n"
-"help.text"
-msgid "Go to Page"
-msgstr ""
-
-#. GjSQM
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id102920150120456660\n"
-"help.text"
-msgid "Opens a dialog box to enter which page number should be shown. (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+G</keycode>)"
-msgstr ""
-
-#. xFstf
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id11603124968334\n"
-"help.text"
-msgid "Comment"
-msgstr ""
-
-#. ycoWJ
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id941603125587454\n"
-"help.text"
-msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
-msgstr ""
-
#. FDHX2
#: main0102.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/swriter/00.po b/source/bn/helpcontent2/source/text/swriter/00.po
index 25f82c12580..64fe67d9806 100644
--- a/source/bn/helpcontent2/source/text/swriter/00.po
+++ b/source/bn/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -322,14 +322,122 @@ msgctxt ""
msgid "<variable id=\"datenaust\">Choose <emph>Edit - Exchange Database</emph></variable>"
msgstr "<variable id=\"datenaust\"><emph>সম্পাদনা - ডাটাবেস পরিবর্তন</emph>নির্বাচন করুন</variable>"
-#. DXxuu
+#. CGgT4
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3146316\n"
"help.text"
-msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>"
-msgstr "<variable id=\"feldbefehl\"><emph>সম্পাদনা -ক্ষেত্রসমূহ</emph>নির্বাচন করুন</variable>"
+msgid "Choose <menuitem>Edit - Fields</menuitem>."
+msgstr ""
+
+#. z7vy3
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601686084207673\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. aWNoC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id621686084297019\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. KJtNh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id261686084354397\n"
+"help.text"
+msgid "<menuitem>Edit Field</menuitem>"
+msgstr ""
+
+#. RDJDe
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id241686084284027\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. UAFwh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id671686084291318\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. PQnPz
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761686084998093\n"
+"help.text"
+msgid "Choose <menuitem>References - Fields</menuitem>."
+msgstr ""
+
+#. hpgYC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571686085013340\n"
+"help.text"
+msgid "Choose <menuitem>References - Cross-references</menuitem>."
+msgstr ""
+
+#. vSzco
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id211686084424319\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id501686084424320\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id741686084424321\">Icon Cross-Reference</alt></image>"
+msgstr ""
+
+#. dvoeF
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id921686084424323\n"
+"help.text"
+msgid "Cross-Reference"
+msgstr ""
+
+#. ZmfMu
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id911686084496205\n"
+"help.text"
+msgid "<image src=\"cmd/lc_addfield.svg\" id=\"img_id871686084496206\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id621686084496207\">Icon Insert Field</alt></image>"
+msgstr ""
+
+#. pEDLA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id481686084496209\n"
+"help.text"
+msgid "Insert Field"
+msgstr ""
+
+#. x9PQn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id161686084056231\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F2</keycode>"
+msgstr ""
#. t2xAY
#: 00000402.xhp
@@ -385,14 +493,50 @@ msgctxt ""
msgid "<variable id=\"lit\">Choose <emph>Edit - Bibliography Entry</emph></variable>"
msgstr "<variable id=\"lit\"><emph>সম্পাদনা - তথ্যসূত্র ভুক্তি</emph>নির্বাচন করুন</variable>"
-#. qG3yF
+#. MfDB3
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3973204\n"
"help.text"
-msgid "<variable id=\"selection_mode\">Choose <emph>Edit - Selection Mode</emph></variable>"
-msgstr "<variable id=\"selection_mode\"><emph>সম্পাদনা করুন - নির্বাচন মোড</emph>নির্বাচন করুন</variable>"
+msgid "Choose <menuitem>Edit - Selection Mode</menuitem>"
+msgstr ""
+
+#. Sppap
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id491685970640972\n"
+"help.text"
+msgid "Click the <menuitem>Selection</menuitem> area."
+msgstr ""
+
+#. VAPQj
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761685972500574\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Select Text</menuitem>."
+msgstr ""
+
+#. YSDSS
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571685973272593\n"
+"help.text"
+msgid "Choose <menuitem>Select Text</menuitem>."
+msgstr ""
+
+#. ZZrGn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id51685972424605\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + I</keycode>"
+msgstr ""
#. DLEkm
#: 00000402.xhp
@@ -403,6 +547,60 @@ msgctxt ""
msgid "<variable id=\"direct_cursor\">Choose <emph>Edit - Direct Cursor Mode</emph></variable>"
msgstr "<variable id=\"selection_mode\"><emph>সম্পাদনা করুন - নির্বাচন মোড</emph>নির্বাচন করুন</variable>"
+#. aWUsm
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601685977093827\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Go to Page</menuitem>."
+msgstr ""
+
+#. ELFmx
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id931685977488251\n"
+"help.text"
+msgid "Choose <menuitem>Home tab menu - Go to Page</menuitem>."
+msgstr ""
+
+#. xdsdD
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id961685977342894\n"
+"help.text"
+msgid "<image src=\"cmd/lc_gotopage.svg\" id=\"img_id321685977342895\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id901685977342896\">Icon Go to Page</alt></image>"
+msgstr ""
+
+#. mEGRA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id191685977342898\n"
+"help.text"
+msgid "Go to Page"
+msgstr ""
+
+#. qAucq
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id651685976992603\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + G</keycode>"
+msgstr ""
+
+#. Rpgek
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id551685977289618\n"
+"help.text"
+msgid "Click on the <emph>Page number</emph> area."
+msgstr ""
+
#. cjzea
#: 00000403.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/swriter/01.po b/source/bn/helpcontent2/source/text/swriter/01.po
index a35ae949eff..c33427cad51 100644
--- a/source/bn/helpcontent2/source/text/swriter/01.po
+++ b/source/bn/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-10-21 20:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25990,24 +25990,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr "অ্যারাবিক প্রতীক"
-#. hyBpE
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3150708\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. 9YEFF
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3153533\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
#. PNNRW
#: 06060100.xhp
msgctxt ""
@@ -26026,24 +26008,6 @@ msgctxt ""
msgid "Roman numerals (lower)"
msgstr "রোমান প্রতীক (ছোট হাতের)"
-#. EiABw
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3151332\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. DxFBt
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3149820\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. CT77W
#: 06060100.xhp
msgctxt ""
@@ -26296,15 +26260,6 @@ msgctxt ""
msgid "Description"
msgstr "বর্ণনা"
-#. BoqBZ
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150981\n"
-"help.text"
-msgid "1, 2, 3"
-msgstr "১, ২, ৩"
-
#. ECZ4S
#: 06080100.xhp
msgctxt ""
@@ -26314,51 +26269,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr "অ্যারাবিক প্রতীক"
-#. oEuGf
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150763\n"
-"help.text"
-msgid "A, B, C"
-msgstr "A, B, C"
-
-#. GBURp
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153154\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. MAEkA
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3151171\n"
-"help.text"
-msgid "a, b, c"
-msgstr "a, b, c"
-
-#. NGbwW
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147508\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
-#. CCgce
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150706\n"
-"help.text"
-msgid "I, II, III"
-msgstr "I, II, III"
-
#. uviUq
#: 06080100.xhp
msgctxt ""
@@ -26368,15 +26278,6 @@ msgctxt ""
msgid "Roman numerals (upper case)"
msgstr "রোমান প্রতীক (বড় হাতের অক্ষর)"
-#. xBuC9
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153530\n"
-"help.text"
-msgid "i, ii, iii"
-msgstr "i, ii, iii"
-
#. JQFJY
#: 06080100.xhp
msgctxt ""
@@ -26386,42 +26287,6 @@ msgctxt ""
msgid "Roman numerals (lower case)"
msgstr "রোমান প্রতীক (ছোট হাতের অক্ষর)"
-#. P9ob7
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147525\n"
-"help.text"
-msgid "A,... AA,... AAA,..."
-msgstr "A,... AA,... AAA,..."
-
-#. jVvL6
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3155895\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. KxeRb
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3154194\n"
-"help.text"
-msgid "a,... aa,... aaa,..."
-msgstr "a,... aa,... aaa,..."
-
-#. DNnWm
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3149297\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. QiWFL
#: 06080100.xhp
msgctxt ""
@@ -28555,13 +28420,13 @@ msgctxt ""
msgid "Add, Modify and Remove"
msgstr ""
-#. WEjFh
+#. H68FW
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_id931672738656225\n"
"help.text"
-msgid "Respectively, adds, moves and removes items in the list."
+msgid "Respectively, adds, modifies and removes items in the list."
msgstr ""
#. xorCa
@@ -28591,76 +28456,13 @@ msgctxt ""
msgid "Date Format"
msgstr ""
-#. gMmqv
+#. FJPXb
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10564\n"
"help.text"
-msgid "Select the date format to display the date of the date content control."
-msgstr ""
-
-#. k5UDL
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"tit\n"
-"help.text"
-msgid "Reference (Edit)"
-msgstr ""
-
-#. 7DnD9
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id1001603128268578\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/edit_reference_submenu.xhp\">Reference</link>"
-msgstr ""
-
-#. 6LFFX
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id411603128291771\n"
-"help.text"
-msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
-msgstr ""
-
-#. 4WjGu
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147302\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
-msgstr ""
-
-#. Q5YzA
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147327\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
-msgstr ""
-
-#. b6WK8
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id561673359242198\n"
-"help.text"
-msgid "Edits the selected index entry."
-msgstr ""
-
-#. p7mQW
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147352\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
+msgid "Select the date format to display in the date content control."
msgstr ""
#. YwkE4
@@ -28708,6 +28510,51 @@ msgctxt ""
msgid "Edits Fontwork effects of the selected object that has been created with the previous Fontwork dialog."
msgstr "নির্বাচিত বস্তুর ফন্টওয়ার্ক সম্পাদনা করা হয় যা পূর্ববর্তী ফন্টওয়ার্ক ডায়ালগ দিয়ে তৈরি করা হয়েছে।"
+#. 2RhYQ
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go To Page"
+msgstr ""
+
+#. U9KWf
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"hd_id921685976329840\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/goto.xhp\">Go to Page</link></variable>"
+msgstr ""
+
+#. DqUnC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id901685976329842\n"
+"help.text"
+msgid "Opens a dialog box to enter which page number should be shown."
+msgstr ""
+
+#. cbKy4
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id761685978118901\n"
+"help.text"
+msgid "Enter the page number or use the spin box to define the page to display."
+msgstr ""
+
+#. J5XfC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id631685978506671\n"
+"help.text"
+msgid "The page number entered in the <emph>Go to Page</emph> dialog is absolute within the document and may not correspond to the page number displayed by the page numbering scheme."
+msgstr ""
+
#. YhLG4
#: legacynumbering.xhp
msgctxt ""
@@ -32236,6 +32083,33 @@ msgctxt ""
msgid "<embedvar href=\"text/swriter/guide/protection.xhp#protection\"/>"
msgstr ""
+#. 63j54
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Text"
+msgstr ""
+
+#. 4dGGQ
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"hd_id771685971612111\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/select_text.xhp\">Select Text</link></variable>"
+msgstr ""
+
+#. DMH7U
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"par_id971685971990775\n"
+"help.text"
+msgid "You can enable a selection cursor in a <emph>read-only</emph> text document."
+msgstr ""
+
#. KadxR
#: selection_mode.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/swriter/menu.po b/source/bn/helpcontent2/source/text/swriter/menu.po
index ab348d9955f..ca60a9997d5 100644
--- a/source/bn/helpcontent2/source/text/swriter/menu.po
+++ b/source/bn/helpcontent2/source/text/swriter/menu.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: 2023-03-02 11:51+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2016-05-07 23:08+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,6 +187,69 @@ msgctxt ""
msgid "Contains a calendar control. Limits text to a single paragraph."
msgstr ""
+#. k5UDL
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Reference (Edit)"
+msgstr ""
+
+#. MKMWr
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id1001603128268578\n"
+"help.text"
+msgid "<link href=\"text/swriter/menu/edit_reference_submenu.xhp\">Reference</link>"
+msgstr ""
+
+#. 6LFFX
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id411603128291771\n"
+"help.text"
+msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
+msgstr ""
+
+#. 4WjGu
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147302\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
+msgstr ""
+
+#. Q5YzA
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147327\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
+msgstr ""
+
+#. b6WK8
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id561673359242198\n"
+"help.text"
+msgid "Edits the selected index entry."
+msgstr ""
+
+#. p7mQW
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147352\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
+msgstr ""
+
#. tP5yN
#: insert_footnote_endnote.xhp
msgctxt ""
diff --git a/source/bn/sc/messages.po b/source/bn/sc/messages.po
index 4bfc802f8e0..ea5e5bf6acc 100644
--- a/source/bn/sc/messages.po
+++ b/source/bn/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: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33261,10 +33261,10 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr ""
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
+msgid "Format _quoted field as text"
msgstr ""
#. VAC6B
@@ -33321,10 +33321,10 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
diff --git a/source/bn/scp2/source/calc.po b/source/bn/scp2/source/calc.po
index a05b54cc12d..39e946ac1be 100644
--- a/source/bn/scp2/source/calc.po
+++ b/source/bn/scp2/source/calc.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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2017-12-14 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -225,3 +225,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr ""
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/bn/svx/messages.po b/source/bn/svx/messages.po
index a2a9835fcae..d224388a9df 100644
--- a/source/bn/svx/messages.po
+++ b/source/bn/svx/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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2020-05-20 11:23+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Bengali <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/bn/>\n"
@@ -6288,28 +6288,28 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
+msgid "Dark 1"
msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
+msgid "Light 1"
msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
+msgid "Dark 2"
msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
+msgid "Light 2"
msgstr ""
#. NAAZJ
@@ -6360,389 +6360,371 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr ""
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr ""
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr ""
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr ""
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "এক্সট্রুশন"
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "এক্সট্রুশন প্রয়োগ চালু/বন্ধ"
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "নিচে কাত করুন"
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "উপরে কাত করুন"
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "বামে কাত করুন"
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "ডানে কাত করুন"
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "এক্সট্রুশনের গভীরতা পরিবর্তন"
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "স্থিতিবিন্যাস পরিবর্তন"
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "প্রক্ষেপণের ধরন পরিবর্তন"
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "আলোর বিন্যাস পরিবর্তন"
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "উজ্জ্বলতা পরিবর্তন"
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "এক্সট্রুশনের পৃষ্ঠদেশ পরিবর্তন"
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "এক্সট্রুশনের রঙ পরিবর্তন"
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "ফন্টওয়ার্ক"
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "ফন্টওয়ার্কের আকৃতি প্রয়োগ"
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "ফন্টওয়ার্কের বর্ণের সমউচ্চতা প্রয়োগ"
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "ফন্টওয়ার্কের প্রান্তিককরণ প্রয়োগ"
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "ফন্টওয়ার্কের অক্ষর ফাঁকাকরণ প্রয়োগ"
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "সাথে"
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "শৈলী"
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "এবং"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "কোণা নিয়ন্ত্রণ"
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "কোণার বিন্দু নির্বাচন"
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "ঊর্ধ্ব বাম"
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "ঊর্ধ্ব কেন্দ্র"
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "ঊর্ধ্ব ডান"
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "বাম কেন্দ্র"
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "কেন্দ্র"
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "ডান কেন্দ্র"
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "নিম্ন বাম"
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "নিম্ন কেন্দ্র"
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "নিম্ন ডান"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "কনট্যুর নিয়ন্ত্রণ"
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "এটা এমন জায়গা, যেখানে আপনি কনট্যুর সম্পাদনা করতে পারেন।"
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "বিশেষ অক্ষর নির্বাচন"
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "এই এলাকার বিশেষ অক্ষর নির্বাচন করুন।"
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "অক্ষর কোড"
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "'#' ক্ষেত্রে ইনপুট প্রয়োজন। অনুগ্রহ করে একটি মান সন্নিবেশ করান।"
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "ফরম"
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "কোনো কন্ট্রোল নির্বাচন করা হয়নি"
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "বৈশিষ্ট্যসমূহ:"
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "ফরমের বৈশিষ্ট্য"
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "ফরম ন্যাভিগেটর"
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "ফরম"
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "ফর্ম"
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "আড়ালকৃত কন্ট্রোল "
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "কন্ট্রোল"
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "রেকর্ড"
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "এর"
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "ক্ষেত্র যোগ:"
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "ডাটাবেসে ডাটা লেখার ত্রুটি"
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "কোয়েরি এক্সপ্রেশনে সিনট্যাক্স ত্রুটি"
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "আপনি ১টি রেকর্ড মুছে ফেলতে মনস্থ করেছেন।"
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "#টি রেকর্ড মুছে ফেলা হবে।"
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6752,337 +6734,337 @@ msgstr ""
"এরপরও কি আপনি চালিয়ে যেতে চান?"
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "ন্যাভিগেশন বার"
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "কলাম"
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "'#' বৈশিষ্ট্য নির্ধারণ করুন"
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "ধারকে সন্নিবেশ করান"
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "# মুছে ফেলুন "
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "#টি অবজেক্ট মুছে ফেলুন"
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "ধারকের এলিমেন্ট প্রতিস্থাপন করুন"
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "কন্ট্রোল প্রতিস্থাপন"
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "লেখা বাক্স"
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "চেক বাক্স"
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "কম্বো বাক্স"
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "তালিকা বাক্স"
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "তারিখ ক্ষেত্র"
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "সময় ক্ষেত্র"
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "সংখ্যাসূচক ক্ষেত্র"
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "মুদ্রা ক্ষেত্র"
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "প্যাটার্ন ক্ষেত্র"
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "বিন্যাসিত ক্ষেত্র"
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "বোতাম"
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "অপশন বোতাম"
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "ক্ষেত্র লেবেল করা"
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "গ্রুপ বাক্স"
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "চিত্র বোতাম"
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "চিত্র কন্ট্রোল"
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "ফাইল নির্বাচন"
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "সারণি কন্ট্রোল"
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "স্ক্রলবার"
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "ঘুর্ণন বোতাম"
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "ন্যাভিগেশন বার"
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "একাধিক-নির্বাচন"
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr ""
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "বর্তমান ফরমে ডাটা-সম্পর্কীয় কোনো কন্ট্রোল নেই!"
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr "(তারিখ)"
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (সময়)"
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "পরিশোধক ন্যাভিগেটর"
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "যার জন্য পরিশোধক"
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "বা"
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "কার্যকর সীমা কন্ট্রোল, যেগুলো টেবিল ভিউতে ব্যবহৃত হতে পারে তা বর্তমান ফর্মে বিদ্যমান নয়।"
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<AutoField>"
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "SQL স্টেটমেন্টের সিনট্যাক্স ত্রুটি"
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "LIKE এর সাথে #1 মান ব্যবহার করা যায় না।"
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "এই ক্ষেত্রের সাথে LIKE ব্যবহার করা যায় না।"
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "সন্নিবেশকৃত মানটি বৈধ তারিখ নয়। অনুগ্রহ করে সঠিক বিন্যাসে তারিখ সন্নিবেশ করান, উদাহরণস্বরূপ, MM/DD/YY."
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "ক্ষেত্রটি পূর্ণসংখ্যার সাথে তুলনা করা যায় না।"
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "ডাটাবেস \"#\" নামের সারণি ধারণ করে না।"
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "ডাটাবেস \"#\" নামের সারণি বা কোয়েরি কোনটিই ধারণ করে না।"
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "ডাটাবেস ইতোমধ্যে \"#\" নামের সারণি বা ভিউ ধারণ করে।"
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "ডাটাবেস ইতোমধ্যে \"#\" নামের কোয়েরি ধারণ করে।"
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "\"#2\" সারণিতে \"#1\" কলামটি অপরিচিত।"
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "ক্ষেত্রটি ফ্লোটিং পয়েন্ট সংখ্যার সাথে তুলনা করা যায় না।"
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "সন্নিবেশকৃত নির্ণায়কটি এই ক্ষেত্রের সাথে তুলনা করা যায় না।"
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "ডাটা ন্যাভিগেটর"
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (শুধুমাত্র-পাঠযোগ্য)"
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ফাইলটি ইতোমধ্যে বিদ্যমান। উপরিলিখন করতে চান?"
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#অবজেক্ট# লেবেল"
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
@@ -7093,7 +7075,7 @@ msgstr ""
"আপনি কি সত্যিই এই মডেল মুছে ফেলতে চান? "
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
@@ -7104,7 +7086,7 @@ msgstr ""
"আপনি কি সত্যিই এই ইন্সট্যান্স মুছে ফেলতে চান? "
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
@@ -7115,13 +7097,13 @@ msgstr ""
"আপনি কি সত্যিই এই এলিমেন্ট মুছে ফেলতে চান? "
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "আপনি কি সত্যিই এই '$ATTRIBUTENAME বৈশিষ্ট্যটি মুছে ফেলতে চান?"
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
@@ -7134,7 +7116,7 @@ msgstr ""
"আপনি কি সত্যিই এই সাবমিশন মুছে ফেলতে চান? "
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
@@ -7147,1084 +7129,1084 @@ msgstr ""
"আপনি কি সত্যিই এই বাইন্ডিং মুছে ফেলতে চান? "
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "XML এ '%1' নাম বৈধ নয়। অনুগ্রহ করে একটি ভিন্ন নাম দিন।"
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "XML এ '%1' উপসর্গ বৈধ নয়। অনুগ্রহ করে একটি ভিন্ন উপসর্গ সন্নিবেশ করান।"
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "'%1' নামটি ইতোমধ্যে বিদ্যমান। অনুগ্রহ করে একটি নতুন নাম সন্নিবেশ করান।"
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "সাবমিশনের অবশ্যই একটি নাম থাকতে হবে।"
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
#, fuzzy
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "পোষ্ট করুন"
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
#, fuzzy
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "গ্রহণ করুন"
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
#, fuzzy
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "কোনটি না"
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
#, fuzzy
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "ইন্সট্যান্স (~I)"
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "নথি"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "বাইন্ডিং:"
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "রেফারেন্স:"
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "কাজ:"
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "মেথড:"
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "প্রতিস্থাপন:"
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "এলিমেন্ট যোগ"
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "এলিমেন্ট সম্পাদনা"
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "এলিমেন্ট মুছে ফেলুন"
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "বৈশিষ্ট্য যোগ"
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "বৈশিষ্ট্য সম্পাদনা"
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "বৈশিষ্ট্য মুছে ফেলা"
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "বাইন্ডিং যোগ"
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "বাইন্ডিং সম্পাদনা"
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "বাইন্ডিং অপসারণ"
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "সাবমিশন যোগ"
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "সাবমিশন সম্পাদনা"
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "সাবমিশন মুছে ফেলা"
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
#, fuzzy
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "উপাদান"
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
#, fuzzy
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "বৈশিষ্ট্য"
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "বাইন্ডিং"
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "বা‌ইন্ডিং এক্সপ্রেশন"
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
#, fuzzy
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "আপনি কি নিশ্চিত আপনি %PRODUCTNAME নথিটির পুনরুদ্ধার বাতিল করতে চান?"
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "বাম"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "ডান"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "কেন্দ্র"
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "দশমিক"
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
#, fuzzy
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "উপরিলিখন (~O)"
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "ডিজিটাল স্বাক্ষর: নথির সাক্ষর ঠিক আছে।"
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "ডিজিটাল স্বাক্ষর: নথির স্বাক্ষর ঠিক আছে, কিন্তু সার্টিফিকেটের কার্যকারিতা যাচাই করা যায়নি।"
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "ডিজিটাল স্বাক্ষর: ফাইলটি স্বাক্ষরিত নয়।"
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "ডিজিটাল স্বাক্ষর: নথির স্বাক্ষর এবং সার্টিফিকেটটি ঠিক আছে, কিন্তু নথির সব অংশ স্বাক্ষরিত নয়।"
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
#, fuzzy
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "নথিটি পরিবর্তন করা হয়েছে। নথি সংরক্ষণ করতে ডাবল-ক্লিক করুন।"
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "শেষ বার সংরক্ষণের পর হতে নথিটি পরিবর্তন করা হয়নি।"
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "নথি লোড করা হচ্ছে..."
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr ""
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr ""
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr ""
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr ""
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr ""
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr ""
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr ""
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "বড় করা"
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "ছোট করা"
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "৫০%"
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "১০০%"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "৫০%"
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "২০০%"
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "সম্পূর্ণ পৃষ্ঠা"
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "পৃষ্ঠার প্রস্থ"
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "শৈলী অন্তর্ভুক্ত করা হচ্ছে"
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
#, fuzzy
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "অনুচ্ছেদ শৈলী"
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "ঘরের শৈলী"
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "অনুসন্ধানকৃত কীটি খুঁজে পাওয়া যাচ্ছেনা"
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "রঙের প্যালেট"
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
#, fuzzy
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "অবৈধ পাসওয়ার্ড"
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr ""
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "গাঢ় ছোট বৃত্তাকার বুলেট"
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "গাঢ় বড় বৃত্তাকার বুলেট"
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "গাঢ় ডায়ামন্ড বুলেট"
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "গাঢ় বড় বর্গক্ষেত্রাকার বুলেট"
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "ডান নির্দেশিত ভরাটকৃত তীর বুলেট"
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "ডান নির্দেশিত তীর বুলেট"
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
#, fuzzy
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "সংখ্যা (১) (২) (৩)"
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "সংখ্যা ১. ২. ৩."
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "সংখ্যা (১) (২) (৩)"
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "বড় হাতের রোমান সংখ্যা I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "বড় হাতের অক্ষর A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "ছোট হাতের অক্ষর a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "ছোট হাতের অক্ষর (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "ছোট হাতের রোমান সংখ্যা i. ii. iii."
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
msgstr ""
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
msgstr ""
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "সব সাবলেভেলে সংখ্যাসূচক"
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "ডান নির্দেশিত বুলেট, ডান নির্দেশিত তীর বুলেট, গাঢ় ডায়ামন্ড বুলেট, গাঢ় ছোট বৃত্তাকার বুলেট"
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "ফাইলটি তৈরি করা যাবে না।"
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "সারণি নকশার শৈলী"
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "পূর্বাবস্থায় ফিরিয়ে আনার কাজ: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "পূর্বাবস্থায় ফিরিয়ে আনার কাজ: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "পুনরায় করার কাজ: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "পুনরায় করার কাজ: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "খুঁজুন"
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr ""
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr ""
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr ""
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr ""
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "অজানা"
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "সুইচ"
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "লাল"
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "সবুজ"
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "নীল"
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "উজ্জ্বলতা"
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "বৈসাদৃশ্য"
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "গামা"
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "স্বচ্ছতা"
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "ছাঁটা"
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "পূর্বনির্ধারিত স্থিতিবিন্যাস"
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "উপর থেকে নিচ পর্যন্ত"
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "নিচ থেকে উপরে"
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "স্তুপীকৃত"
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "বাম মার্জিন:"
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "ঊর্ধ্ব মার্জিন:"
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "ডান মার্জিন:"
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "নিম্ন মার্জিন:"
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "পৃষ্ঠার বর্ণনা:"
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "বড় হাতের অক্ষর"
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "ছোট হাতের অক্ষর"
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "রোমান- বড় হাতের"
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "রোমান- ছোট হাতের"
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "আরবী"
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "একটিও না"
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "আড়াআড়ি"
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "লম্বালম্বি"
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "বাম"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "ডান"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "সব"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "প্রতিফলিত"
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "লেখক:"
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "তারিখ:"
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "লেখা:"
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "অক্ষরের পটভূমি"
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "রঙের প্যালেট"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8232,2183 +8214,2183 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "মৌলিক ল্যাটিন"
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "ল্যাটিন-১"
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "ল্যাটিন বর্ধিত- এ"
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "ল্যাটিন বর্ধিত- বি"
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA বর্ধিতাংশ"
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "বিশেষক বর্ণ ফাঁকাকরণ করা হচ্ছে"
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "ডায়াক্রিটিকাল চিহ্ন একত্রিত করা হচ্ছে"
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "মৌলিক গ্রীক"
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "গ্রীক প্রতীক ও কপটিক"
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "সিরিলিক"
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "আর্মেনিয়ান"
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "মৌলিক হিব্রু"
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "হিব্রু বর্ধিত"
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "মৌলিক আরবী"
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "আরবী বর্ধিত"
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "নগরী"
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "বাংলা"
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "গুরমূখী"
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "গুজরাতি"
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "তামিল"
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "তেলেগু"
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "কান্নাডা"
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "মালয়ালাম"
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "থাই"
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "লাও"
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "মৌলিক জর্জিয়ান"
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "জর্জিয়ান বর্ধিত"
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "হাঙ্গুল জামো"
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "গ্রীক বর্ধিত"
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "সাধারণ বিরামচিহ্ন"
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "ঊর্ধ্বলিপি ও নিম্নলিপি"
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "মুদ্রা চিহ্ন"
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "ডায়াক্রিটিকাল চিহ্নসমূহ একত্রিত করা হচ্ছে"
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "অক্ষরের মত চিহ্নসমূহ"
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "নম্বরের রূপ"
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "তীর চিহ্ন"
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "গাণিতিক অপারেটরসমূহ"
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "বিবিধ প্রযুক্তিগত"
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "চিত্রসমূহ"
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "অপটিক্যাল চিহ্ন শনাক্তকরণ (OCR)"
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "সংগ্রথিত আলফা-নিউমেরিক"
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "বাক্স অঙ্কন"
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "ব্লক এলিমেন্ট"
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "জ্যামিতিক আকৃতি"
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "বিবিধ প্রতীক"
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "ডিংগব্যাট"
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "CJK চিহ্ন ও বিরামচিহ্ন"
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "হিরাগানা"
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "কাটাকানা"
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "বোপোমোফো"
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "হাঙ্গুল উপযুক্ততা জামো"
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK বিবিধ"
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "সংগ্রথিত CJK বর্ণ ও মাসসমূহ"
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "CJK উপযুক্ততা"
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "হাঙ্গুল"
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "CJK ইউনিফাইড ইডিওগ্রাফ"
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "CJK ইউনিফাইড ইডিওগ্রাফ বর্ধিতাংশ-A"
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "একান্ত ব্যবহারের এলাকা"
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK উপযুক্ততা ইডিওগ্রাফ"
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "বর্ণানুক্রমিক উপস্থাপনা ফরম"
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "আরবি উপস্থাপনা ফরম-এ"
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "অর্ধ চিহ্নসমূহ একত্রিত করা হচ্ছে"
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "CJK উপযুক্ততা ফরম"
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "ছোট প্রকারভেদ"
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "আরবি উপস্থাপনা ফরম-বি"
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "অর্ধ-প্রস্থ ও পূর্ণ-প্রস্থ ফরম"
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "বিশেষ"
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "গাঢ় তির্যক"
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "CJK ইউনিফাইড ইডিওগ্রাফ বর্ধিতাংশ-A"
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "CJK ইউনিফাইড ইডিওগ্রাফ বর্ধিতাংশ-A"
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "CJK ইউনিফাইড ইডিওগ্রাফ বর্ধিতাংশ-A"
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr ""
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "সিরিলিক সম্পূরক"
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "লিম্বু"
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr ""
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "সিনহালা"
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "তিব্বতীয়"
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "মায়ানমার"
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "খেমার"
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "ওগাম"
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "রুনিক"
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "সিরিয়াক"
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "থানা"
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "ইথিওপিক"
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "চেরোকী"
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "কানাডিয়ান আদিবাসী সিলেবেল"
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "মঙ্গোলিয়ান"
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "বিবিধ গাণিতিক চিহ্ন-এ"
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "অতিরিক্ত তীরচিহ্ন-এ"
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "ব্রেইল চিহ্নসমূহ"
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "অতিরিক্ত তীরচিহ্ন-বি"
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "বিবিধ গাণিতিক চিহ্ন-বি"
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK রেডিকেল সাপ্লিমেন্ট"
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Kanxi রেডিকেল"
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "চিত্রলিপি বর্ণনার অক্ষরসমূহ"
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "ট্যাগালগ"
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "হানুনু"
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "টাগবানওয়া"
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "বুহিড"
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "কানবুন"
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "বোপোমোফো বর্ধিত"
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "কাটাকানা ফনেটিক্স"
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "ব্যবসা"
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "ডায়াক্রিটিকাল চিহ্ন একত্রিত করা হচ্ছে"
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "কপটিক"
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr ""
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr ""
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr ""
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "ল্যাটিন বর্ধিত- এ"
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "ল্যাটিন বর্ধিত- এ"
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "অক্ষর"
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "তালিকা"
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "জাপানী"
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "ল্যাটিন বর্ধিত- এ"
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "ইমোটিকন"
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "আরবী বর্ধিত"
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "ডায়াক্রিটিকাল চিহ্ন একত্রিত করা হচ্ছে"
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "ল্যাটিন বর্ধিত- এ"
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr ""
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "মোড"
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "অতিরিক্ত তীরচিহ্ন-এ"
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "CJK ইউনিফাইড ইডিওগ্রাফ বর্ধিতাংশ-A"
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "নতুন"
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr ""
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "CJK ইউনিফাইড ইডিওগ্রাফ বর্ধিতাংশ-A"
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "ল্যাটিন বর্ধিত- এ"
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "সিরিলিক সম্পূরক"
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr ""
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr ""
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr ""
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr ""
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr ""
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr ""
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr ""
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr ""
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr ""
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr ""
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr ""
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr ""
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr ""
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr ""
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr ""
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr ""
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr ""
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr ""
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr ""
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr ""
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr ""
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr ""
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr ""
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr ""
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr ""
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr ""
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr ""
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr ""
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr ""
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr ""
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr ""
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr ""
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr ""
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr ""
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr ""
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr ""
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr ""
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr ""
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr ""
@@ -10417,19 +10399,19 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr ""
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
@@ -14336,13 +14318,13 @@ msgid "None"
msgstr "কোনটি না"
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr ""
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr ""
diff --git a/source/bo/helpcontent2/source/text/scalc/00.po b/source/bo/helpcontent2/source/text/scalc/00.po
index 1e50e3bb429..b26dc6e188d 100644
--- a/source/bo/helpcontent2/source/text/scalc/00.po
+++ b/source/bo/helpcontent2/source/text/scalc/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2019-08-09 08:33+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2536,13 +2536,13 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
msgstr ""
-#. sBA56
+#. JGKyR
#: sheet_menu.xhp
msgctxt ""
"sheet_menu.xhp\n"
"par_id561684962038778\n"
"help.text"
-msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgid "Choose <menuitem>Review - Protect Sheet</menuitem>"
msgstr ""
#. Fg4o9
diff --git a/source/bo/helpcontent2/source/text/shared/00.po b/source/bo/helpcontent2/source/text/shared/00.po
index 8733cf601a0..70cecee5ee3 100644
--- a/source/bo/helpcontent2/source/text/shared/00.po
+++ b/source/bo/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1600,6 +1600,15 @@ msgctxt ""
msgid "From the Menu bar:"
msgstr ""
+#. haGjm
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684932173786\n"
+"help.text"
+msgid "From the Context menu:"
+msgstr ""
+
#. 6QF4D
#: 00000004.xhp
msgctxt ""
@@ -1645,6 +1654,15 @@ msgctxt ""
msgid "From the Start Center, click"
msgstr ""
+#. DQteW
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931686300557948\n"
+"help.text"
+msgid "From the Status bar:"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -7225,6 +7243,60 @@ msgctxt ""
msgid "Close"
msgstr ""
+#. DSfYn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110001\n"
+"help.text"
+msgid "Select <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. k9NDc
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110002\n"
+"help.text"
+msgid "Choose <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. WNdsn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685707180577\n"
+"help.text"
+msgid "<image src=\"cmd/lc_templatemanager.svg\" id=\"img_id101685707180578\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id701685707180579\">Icon Template Manager</alt></image>"
+msgstr ""
+
+#. jxZcJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id141685707180581\n"
+"help.text"
+msgid "Templates"
+msgstr ""
+
+#. 72Roy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685707253310\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + N</keycode>"
+msgstr ""
+
+#. SB9PY
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id151685707338424\n"
+"help.text"
+msgid "Click on the <menuitem>Templates</menuitem> button."
+msgstr ""
+
#. GSRTM
#: 00000401.xhp
msgctxt ""
@@ -7351,6 +7423,51 @@ msgctxt ""
msgid "Save a Copy"
msgstr ""
+#. nkjmW
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629430220\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>."
+msgstr ""
+
+#. wN5yQ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685704731179\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>"
+msgstr ""
+
+#. 9Hgnk
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id431513629862558\n"
+"help.text"
+msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File</emph>."
+msgstr ""
+
+#. 8rmQq
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id991685704766726\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveasremote.svg\" id=\"img_id101685704766727\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id951685704766728\">Icon Save Remote</alt></image>"
+msgstr ""
+
+#. JCcsE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id531685704766729\n"
+"help.text"
+msgid "Save Remote"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7477,13 +7594,40 @@ msgctxt ""
msgid "Reload"
msgstr ""
-#. qdS25
+#. NAyAK
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3166425\n"
"help.text"
-msgid "<variable id=\"info1\">Choose <menuitem>File - Properties</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. zRkFS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685706381820\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. qg49k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685706400576\n"
+"help.text"
+msgid "<image src=\"cmd/lc_setdocumentproperties.svg\" id=\"img_id721685706400577\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id401685706400578\">Icon Document Properties</alt></image>"
+msgstr ""
+
+#. hGh4o
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685706400580\n"
+"help.text"
+msgid "Document Properties"
msgstr ""
#. HCGtN
@@ -7513,13 +7657,22 @@ msgctxt ""
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security</menuitem> and, in the <emph>Certificate Path</emph> area, click <menuitem>Certificate</menuitem>."
msgstr ""
-#. bjtF6
+#. ztEvn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11163\n"
"help.text"
-msgid "<variable id=\"digitalsigs\">Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>."
+msgstr ""
+
+#. u6Rcy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_idN11156\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
msgstr ""
#. QA6UC
@@ -7531,22 +7684,40 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Macros - Digital Signature</menuitem>."
msgstr ""
-#. u6Rcy
+#. DW6BN
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_idN11156\n"
+"par_id881685708186380\n"
"help.text"
-msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
+msgid "Choose <menuitem>File - Digital Signatures</menuitem>."
msgstr ""
-#. G3b6A
+#. uxAA2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685708203107\n"
+"help.text"
+msgid "<image src=\"cmd/lc_signature.svg\" id=\"img_id651685708203108\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931685708203109\">Icon Digital Signature</alt></image>"
+msgstr ""
+
+#. gFkGA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id791685708203111\n"
+"help.text"
+msgid "Digital Signature"
+msgstr ""
+
+#. 2UVF3
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN1117E\n"
"help.text"
-msgid "Double-click or right-click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
+msgid "Click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
msgstr ""
#. oUEEy
@@ -7981,6 +8152,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Exit %PRODUCTNAME</menuitem>."
msgstr ""
+#. TJcjf
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685709082165\n"
+"help.text"
+msgid "<image src=\"cmd/lc_quit.svg\" id=\"img_id871685709082167\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id651685709082168\">Icon Exit</alt></image>"
+msgstr ""
+
+#. 4fn3K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685709082170\n"
+"help.text"
+msgid "Exit"
+msgstr ""
+
#. DjhX3
#: 00000401.xhp
msgctxt ""
@@ -15280,24 +15469,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Undo</menuitem>."
msgstr ""
-#. AA56D
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3145160\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>"
-msgstr ""
-
-#. LW82F
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3154094\n"
-"help.text"
-msgid "On the <emph>Standard</emph> bar or <emph>Table Data</emph> bar, click"
-msgstr ""
-
#. AwFxC
#: edit_menu.xhp
msgctxt ""
@@ -15316,22 +15487,22 @@ msgctxt ""
msgid "Undo"
msgstr ""
-#. CRhMd
+#. CEAXt
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3145068\n"
+"par_id3145160\n"
"help.text"
-msgid "Choose <menuitem>Edit - Redo</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Z</keycode>"
msgstr ""
-#. VgWZG
+#. CRhMd
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3153897\n"
+"par_id3145068\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "Choose <menuitem>Edit - Redo</menuitem>."
msgstr ""
#. 4UACs
@@ -15352,40 +15523,67 @@ msgctxt ""
msgid "Redo"
msgstr ""
-#. VqzCC
+#. hVXND
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id591685963188763\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Y</keycode>"
+msgstr ""
+
+#. 9646J
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3154365\n"
"help.text"
-msgid "<variable id=\"letzter\">Choose <menuitem>Edit - Repeat</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Repeat</menuitem>."
msgstr ""
-#. DyHWB
+#. zyjrz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3149765\n"
+"par_id611685963967520\n"
"help.text"
-msgid "Choose <menuitem>Edit - Cut</menuitem>."
+msgid "<image src=\"cmd/lc_repeat.svg\" id=\"img_id491685963967521\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685963967522\">Icon Repeat</alt></image>"
msgstr ""
-#. siZcT
+#. Vngcs
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3144762\n"
+"par_id121685963967524\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>"
+msgid "Repeat"
msgstr ""
-#. YEYM4
+#. XAUzr
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148744\n"
+"par_id371685963759435\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + Y</keycode>"
+msgstr ""
+
+#. DyHWB
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3149765\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Cut</menuitem>."
+msgstr ""
+
+#. tACpY
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685964587740\n"
+"help.text"
+msgid "Choose <menuitem>Home - Cut</menuitem>."
msgstr ""
#. zCT5V
@@ -15406,31 +15604,40 @@ msgctxt ""
msgid "Cut"
msgstr ""
-#. 75bkj
+#. AuJsz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3150742\n"
+"par_id3144762\n"
"help.text"
-msgid "Choose <menuitem>Edit - Copy</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + X</keycode>"
msgstr ""
-#. dqu5U
+#. CdvjE
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148923\n"
+"par_id101685965015077\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+C</keycode>"
+msgid "<keycode>Shift + Del</keycode>"
msgstr ""
-#. ENXCh
+#. 75bkj
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159254\n"
+"par_id3150742\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "Choose <menuitem>Edit - Copy</menuitem>."
+msgstr ""
+
+#. CUyWZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id421685964733661\n"
+"help.text"
+msgid "Choose <menuitem>Home - Copy</menuitem>."
msgstr ""
#. BEKcn
@@ -15451,31 +15658,40 @@ msgctxt ""
msgid "Copy"
msgstr ""
-#. zsvyg
+#. WLLXn
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159153\n"
+"par_id3148923\n"
"help.text"
-msgid "Choose <menuitem>Edit - Paste</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + C</keycode>"
msgstr ""
-#. 2JEAF
+#. PryAi
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155860\n"
+"par_id101685965088876\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>"
+msgid "<keycode>Ctrl + Ins</keycode>"
msgstr ""
-#. wDTHt
+#. zsvyg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159083\n"
+"par_id3159153\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "Choose <menuitem>Edit - Paste</menuitem>."
+msgstr ""
+
+#. ynW6V
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id481685965303610\n"
+"help.text"
+msgid "Choose <menuitem>Home - Paste</menuitem>."
msgstr ""
#. HZLPq
@@ -15496,6 +15712,33 @@ msgctxt ""
msgid "Paste"
msgstr ""
+#. 5R5Je
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3155860\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + V</keycode>"
+msgstr ""
+
+#. YRBqH
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id261685965384099\n"
+"help.text"
+msgid "<keycode>Shift + Ins</keycode>"
+msgstr ""
+
+#. WopNZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3142791\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Paste Special</menuitem>."
+msgstr ""
+
#. 8U2sv
#: edit_menu.xhp
msgctxt ""
@@ -15505,6 +15748,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Paste Special - Paste Special</menuitem>."
msgstr ""
+#. A3fDq
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id521685966553736\n"
+"help.text"
+msgid "Long click on <menuitem>Home - Paste</menuitem>."
+msgstr ""
+
+#. HHNRa
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id801685967705406\n"
+"help.text"
+msgid "<image src=\"cmd/lc_pastespecial.svg\" id=\"img_id411685967705407\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id261685967705408\">Icon Paste Special</alt></image>"
+msgstr ""
+
+#. CCMPR
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id661685967705410\n"
+"help.text"
+msgid "Paste Special"
+msgstr ""
+
+#. 3r6MK
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id401685968775099\n"
+"help.text"
+msgid "<image src=\"cmd/lc_paste.svg\" id=\"img_id331685968775100\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191685968775101\">Icon Paste</alt></image>"
+msgstr ""
+
+#. cgEiS
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id81685968775103\n"
+"help.text"
+msgid "Paste (long click)"
+msgstr ""
+
#. CFGeE
#: edit_menu.xhp
msgctxt ""
@@ -15604,15 +15892,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Select All</menuitem>."
msgstr ""
-#. mia2c
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3152417\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>"
-msgstr ""
-
#. gXMsj
#: edit_menu.xhp
msgctxt ""
@@ -15631,13 +15910,22 @@ msgctxt ""
msgid "Select All"
msgstr ""
-#. Tb8Mu
+#. G7z8T
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3152417\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + A</keycode>"
+msgstr ""
+
+#. TGtWv
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3145251\n"
"help.text"
-msgid "<variable id=\"aenderungen\">Choose <menuitem>Edit - Track Changes</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Track Changes</menuitem>."
msgstr ""
#. FtngJ
@@ -15739,6 +16027,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Track Changes - Manage - List</menuitem> tab.<br/>Click an entry in the list and open the context menu.<br/>Choose <emph>Edit Comment</emph>."
msgstr ""
+#. ZGYjQ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id171685981254743\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Comment</menuitem>."
+msgstr ""
+
+#. ABCVo
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id501685985116612\n"
+"help.text"
+msgid "Click on the comment to select and then open the context menu."
+msgstr ""
+
+#. tCQAy
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"hd_id211685985284382\n"
+"help.text"
+msgid "On the Comment note:"
+msgstr ""
+
+#. J6HJx
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685985156516\n"
+"help.text"
+msgid "Click on the drop-down list of the selected comment."
+msgstr ""
+
+#. LSwGJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id711685981703647\n"
+"help.text"
+msgid "Choose <menuitem>Review</menuitem>."
+msgstr ""
+
#. oGZeX
#: edit_menu.xhp
msgctxt ""
@@ -15748,49 +16081,58 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Find</menuitem>."
msgstr ""
-#. cPD4u
+#. Up9Ag
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id31545031\n"
+"par_id511685975100630\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
+msgid "Choose <menuitem>Home - Find</menuitem>."
msgstr ""
-#. f4EM6
+#. ZqAwc
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3156297\n"
+"par_id831685975004752\n"
"help.text"
-msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
+msgid "<image src=\"cmd/lc_recsearch.svg\" id=\"img_id251685975004753\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id521685975004754\">Icon Find</alt></image>"
msgstr ""
-#. 4pWKe
+#. fAhot
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3154503\n"
+"par_id51685975004756\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+H</keycode>"
+msgid "Find"
msgstr ""
-#. UPprs
+#. yhe7q
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155083\n"
+"par_id31545031\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F</keycode>"
+msgstr ""
+
+#. f4EM6
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3156297\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
msgstr ""
-#. vsGEm
+#. KV28P
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3150020\n"
"help.text"
-msgid "<image id=\"img_id3149121\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
+msgid "<image id=\"img_id3149121\" src=\"cmd/lc_searchdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
msgstr ""
#. jRcHP
@@ -15802,6 +16144,15 @@ msgctxt ""
msgid "Find & Replace"
msgstr ""
+#. 8eSKz
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3154503\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + H</keycode>"
+msgstr ""
+
#. EtPCq
#: edit_menu.xhp
msgctxt ""
@@ -15919,13 +16270,22 @@ msgctxt ""
msgid "<variable id=\"litdat\">Choose <menuitem>Tools - Bibliography Database</menuitem>.</variable>"
msgstr ""
-#. EaFwu
+#. gNsWJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id631686092409826\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Links to External Files</menuitem>."
+msgstr ""
+
+#. L9Jyy
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3149281\n"
"help.text"
-msgid "<variable id=\"link\">Choose <menuitem>Edit - External Links</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - External Links</menuitem>."
msgstr ""
#. xSMBV
@@ -15982,13 +16342,31 @@ msgctxt ""
msgid "<variable id=\"edit3\">Choose <menuitem>Edit - OLE Object - Open</menuitem>.</variable>"
msgstr ""
-#. kQifg
+#. CB5Dg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id951603556032047\n"
"help.text"
-msgid "<variable id=\"reference\">Choose <menuitem>Edit - Reference</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Reference</menuitem>."
+msgstr ""
+
+#. eA6Ct
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id1001686083178681\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id811686083178682\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id281686083178683\">Icon Reference</alt></image>"
+msgstr ""
+
+#. 8BUbV
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id671686083178685\n"
+"help.text"
+msgid "Reference"
msgstr ""
#. PNGYK
diff --git a/source/bo/helpcontent2/source/text/shared/01.po b/source/bo/helpcontent2/source/text/shared/01.po
index ffdd3d36a9d..99b02bffb7f 100644
--- a/source/bo/helpcontent2/source/text/shared/01.po
+++ b/source/bo/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2563,24 +2563,6 @@ msgctxt ""
msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Saves a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. 8GEre
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save Remote...</item> ."
-msgstr ""
-
-#. 2FysC
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File...</emph> ."
-msgstr ""
-
#. jpc76
#: 01060001.xhp
msgctxt ""
@@ -4048,15 +4030,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">Lets you organize and edit your templates, as well as save the current file as a template.</ahelp>"
msgstr ""
-#. VWjC6
-#: 01110000.xhp
-msgctxt ""
-"01110000.xhp\n"
-"par_01110001\n"
-"help.text"
-msgid "Select <emph>File - Templates</emph>."
-msgstr ""
-
#. xfFYL
#: 01110101.xhp
msgctxt ""
@@ -12787,13 +12760,13 @@ msgctxt ""
msgid "Comment"
msgstr ""
-#. gYF3A
+#. rRJxQ
#: 02230300.xhp
msgctxt ""
"02230300.xhp\n"
"hd_id3083278\n"
"help.text"
-msgid "Insert Track Change Comment"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/02230300.xhp\">Insert Track Change Comment</link></variable>"
msgstr ""
#. 56iv7
@@ -14560,13 +14533,13 @@ msgctxt ""
msgid "<bookmark_value>comments;inserting/editing/deleting/printing/resolving</bookmark_value> <bookmark_value>comments;hide resolved</bookmark_value> <bookmark_value>comments;resolve in text documents</bookmark_value> <bookmark_value>inserting; comments</bookmark_value> <bookmark_value>editing; comments</bookmark_value> <bookmark_value>deleting;comments</bookmark_value> <bookmark_value>Navigator;comments</bookmark_value> <bookmark_value>printing;comments</bookmark_value> <bookmark_value>resolving;comments</bookmark_value> <bookmark_value>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>"
msgstr ""
-#. zNaVC
+#. nhCGe
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3154100\n"
"help.text"
-msgid "<link href=\"text/shared/01/04050000.xhp\">Comment</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/04050000.xhp\">Comment</link></variable>"
msgstr ""
#. B5Lac
@@ -50173,22 +50146,22 @@ msgctxt ""
msgid "<ahelp hid=\".\">Insert clipboard table data in a table as new rows instead of overwriting the content of the original cells of the target table.</ahelp>"
msgstr ""
-#. oivUB
+#. k6vZo
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"tit\n"
"help.text"
-msgid "Paste Special"
+msgid "Paste Special Menu"
msgstr ""
-#. 4Vh77
+#. xL3tw
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"hd_id361584804540671\n"
"help.text"
-msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special</link></variable>"
+msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special Menu</link></variable>"
msgstr ""
#. RWjTr
diff --git a/source/bo/helpcontent2/source/text/shared/02.po b/source/bo/helpcontent2/source/text/shared/02.po
index ef60764ac4d..f563454a043 100644
--- a/source/bo/helpcontent2/source/text/shared/02.po
+++ b/source/bo/helpcontent2/source/text/shared/02.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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-12 13:20+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12598,13 +12598,31 @@ msgctxt ""
msgid "<link href=\"text/shared/02/07070000.xhp\">Edit Mode</link>"
msgstr ""
-#. hZBXN
+#. AhNdc
#: 07070000.xhp
msgctxt ""
"07070000.xhp\n"
"par_id3153089\n"
"help.text"
-msgid "<ahelp hid=\".uno:EditDoc\" visibility=\"hidden\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgid "<ahelp hid=\".uno:EditDoc\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgstr ""
+
+#. FDnmk
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id251686099274448\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Edit Mode</menuitem>."
+msgstr ""
+
+#. 7WzFi
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id1001686099454407\n"
+"help.text"
+msgid "Choose <menuitem>Review - Edit Mode</menuitem>."
msgstr ""
#. VpjVS
@@ -12625,6 +12643,15 @@ msgctxt ""
msgid "Edit Mode"
msgstr ""
+#. dCCDo
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id471686099219977\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + M</keycode>"
+msgstr ""
+
#. 2GUFC
#: 07070000.xhp
msgctxt ""
@@ -12904,22 +12931,31 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr ""
-#. cMHrB
+#. tExb7
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
-"par_id161616407054506\n"
+"par_id341686079869387\n"
"help.text"
-msgid "On <link href=\"text/shared/main0201.xhp\"><emph>Standard</emph></link> bar, click"
+msgid "Choose <menuitem>Edit Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr ""
-#. MSjJA
+#. GYAT9
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id511686079721406\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Hyperlink</menuitem>."
+msgstr ""
+
+#. CuQ8K
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
"par_id3154927\n"
"help.text"
-msgid "<image id=\"img_id3093440\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon</alt></image>"
+msgid "<image id=\"img_id3093440\" src=\"cmd/lc_inserthyperlink.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon Hyperlink</alt></image>"
msgstr ""
#. Dty7B
@@ -12931,6 +12967,15 @@ msgctxt ""
msgid "Hyperlink Dialog"
msgstr "ཆེས་ཐག་སྦྲེལ།"
+#. mPi9C
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id121686079478786\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + K</keycode>"
+msgstr ""
+
#. H2EQu
#: 09070000.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/shared/menu.po b/source/bo/helpcontent2/source/text/shared/menu.po
index 5c063e6fdda..6f40b473658 100644
--- a/source/bo/helpcontent2/source/text/shared/menu.po
+++ b/source/bo/helpcontent2/source/text/shared/menu.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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2016-05-24 03:07+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,6 +16,240 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1464059238.000000\n"
+#. kAYUQ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comments Menu"
+msgstr ""
+
+#. iAF2Y
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id381685980724188\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/menu/comment_menu.xhp\">Comments Menu</link></variable>"
+msgstr ""
+
+#. nxWrC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941603125587454\n"
+"help.text"
+msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
+msgstr ""
+
+#. ZpC2v
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id771685982803183\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. Gvcr8
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id491685993001013\n"
+"help.text"
+msgid "Inserts a new comment adjacent to the comment to which you want to reply. The comment anchor is the same for all comments in the thread."
+msgstr ""
+
+#. rcW2w
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id341685992961744\n"
+"help.text"
+msgid "<image src=\"cmd/lc_replycomment.svg\" id=\"img_id911685992961745\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685992961746\">Icon Reply Comment</alt></image>"
+msgstr ""
+
+#. DBxGw
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id661685992961748\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. z6sGj
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id931685994600871\n"
+"help.text"
+msgid "Replying a comment creates a comment thread."
+msgstr ""
+
+#. ihDxZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id951685982807912\n"
+"help.text"
+msgid "Resolve / Unresolve"
+msgstr ""
+
+#. M6x5n
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id751685993265436\n"
+"help.text"
+msgid "Marks the comment as <emph>Resolved</emph> (or <emph>Unresolved</emph>). When you mark the comment resolved, the word <emph>Resolved</emph> is inserted under the date in the comment box. When marking unresolved, the word <emph>Resolved</emph> is removed."
+msgstr ""
+
+#. EfGUV
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id541685982812304\n"
+"help.text"
+msgid "Resolve Thread"
+msgstr ""
+
+#. LvCLG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id171685994484069\n"
+"help.text"
+msgid "Marks the comment thread as <emph>Resolved</emph> (or <emph>Unresolved</emph>). All comments in the thread are marked <emph>Resolved</emph> (or <emph>Unresolved)</emph>."
+msgstr ""
+
+#. 4bSUA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id811685982816727\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. rJq6j
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id241685994046592\n"
+"help.text"
+msgid "Deletes the comment."
+msgstr ""
+
+#. 9vvEv
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id721685994175303\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteannotation.svg\" id=\"img_id161685994175304\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id751685994175306\">Icon Delete Comment</alt></image>"
+msgstr ""
+
+#. gi9Xt
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id641685994175307\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. 6DKqG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id411685982821640\n"
+"help.text"
+msgid "Delete Comment Thread"
+msgstr ""
+
+#. w7wTC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941685994231483\n"
+"help.text"
+msgid "Deletes all comments of the same thread."
+msgstr ""
+
+#. AKAAD
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id801685982825543\n"
+"help.text"
+msgid "Delete Comment By"
+msgstr ""
+
+#. tfGAA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id631685994308029\n"
+"help.text"
+msgid "Deletes all comments of the same author."
+msgstr ""
+
+#. J5FWB
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id321685982829794\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. zmziK
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id131685994324823\n"
+"help.text"
+msgid "Deletes all comments of the document."
+msgstr ""
+
+#. mnSiZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id881685994350879\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteallannotation.svg\" id=\"img_id501685994350880\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685994350881\">Icon Delete All Comments</alt></image>"
+msgstr ""
+
+#. 5wMSG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id371685994350883\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. 3ijYG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id701685995308264\n"
+"help.text"
+msgid "Format All Comments"
+msgstr ""
+
+#. WBBq9
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id481685995582479\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/01/05020000.xhp\">Format Character</link> dialog to set font, font effects, position and highlighting of all comments text."
+msgstr ""
+
#. rxCQJ
#: forms.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/swriter.po b/source/bo/helpcontent2/source/text/swriter.po
index 5911913dd51..4deee70dcad 100644
--- a/source/bo/helpcontent2/source/text/swriter.po
+++ b/source/bo/helpcontent2/source/text/swriter.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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-10-21 20:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -241,51 +241,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
msgstr ""
-#. TV7tD
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3147619\n"
-"help.text"
-msgid "Select Text"
-msgstr ""
-
-#. Hug2v
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id102920150120455108\n"
-"help.text"
-msgid "Go to Page"
-msgstr ""
-
-#. GjSQM
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id102920150120456660\n"
-"help.text"
-msgid "Opens a dialog box to enter which page number should be shown. (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+G</keycode>)"
-msgstr ""
-
-#. xFstf
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id11603124968334\n"
-"help.text"
-msgid "Comment"
-msgstr ""
-
-#. ycoWJ
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id941603125587454\n"
-"help.text"
-msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
-msgstr ""
-
#. FDHX2
#: main0102.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/swriter/00.po b/source/bo/helpcontent2/source/text/swriter/00.po
index f28b9ce51d3..e2f7bdcab54 100644
--- a/source/bo/helpcontent2/source/text/swriter/00.po
+++ b/source/bo/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -322,14 +322,122 @@ msgctxt ""
msgid "<variable id=\"datenaust\">Choose <emph>Edit - Exchange Database</emph></variable>"
msgstr "<variable id=\"datenaust\">ཚལ་ཐོ་:<emph>[རྩོམ་སྒྲིག་] - [གཞི་གྲངས་མཛོད་བརྗེས་པ་...]</emph></variable>"
-#. DXxuu
+#. CGgT4
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3146316\n"
"help.text"
-msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>"
-msgstr "<variable id=\"feldbefehl\">ཚལ་ཐོ་:<emph>[རྩོམ་སྒྲིག་] - [ཁོངས་བཀའ་རྒྱ་...]</emph></variable>"
+msgid "Choose <menuitem>Edit - Fields</menuitem>."
+msgstr ""
+
+#. z7vy3
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601686084207673\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. aWNoC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id621686084297019\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. KJtNh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id261686084354397\n"
+"help.text"
+msgid "<menuitem>Edit Field</menuitem>"
+msgstr ""
+
+#. RDJDe
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id241686084284027\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. UAFwh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id671686084291318\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. PQnPz
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761686084998093\n"
+"help.text"
+msgid "Choose <menuitem>References - Fields</menuitem>."
+msgstr ""
+
+#. hpgYC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571686085013340\n"
+"help.text"
+msgid "Choose <menuitem>References - Cross-references</menuitem>."
+msgstr ""
+
+#. vSzco
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id211686084424319\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id501686084424320\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id741686084424321\">Icon Cross-Reference</alt></image>"
+msgstr ""
+
+#. dvoeF
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id921686084424323\n"
+"help.text"
+msgid "Cross-Reference"
+msgstr ""
+
+#. ZmfMu
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id911686084496205\n"
+"help.text"
+msgid "<image src=\"cmd/lc_addfield.svg\" id=\"img_id871686084496206\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id621686084496207\">Icon Insert Field</alt></image>"
+msgstr ""
+
+#. pEDLA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id481686084496209\n"
+"help.text"
+msgid "Insert Field"
+msgstr ""
+
+#. x9PQn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id161686084056231\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F2</keycode>"
+msgstr ""
#. t2xAY
#: 00000402.xhp
@@ -385,14 +493,50 @@ msgctxt ""
msgid "<variable id=\"lit\">Choose <emph>Edit - Bibliography Entry</emph></variable>"
msgstr "<variable id=\"lit\"> <emph>རྩོམ་སྒྲིག་ - ཡིག་རིགས་དཀར་ཆག་གཤར་བྱང་ འདེམས་པ་</emph></variable>"
-#. qG3yF
+#. MfDB3
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3973204\n"
"help.text"
-msgid "<variable id=\"selection_mode\">Choose <emph>Edit - Selection Mode</emph></variable>"
-msgstr "<variable id=\"selektierenz\">ཚལ་ཐོ་:<emph>[རེའུ་མིག་] - [འདེམས་པ་] - [ཕྲེད་]</emph></variable>"
+msgid "Choose <menuitem>Edit - Selection Mode</menuitem>"
+msgstr ""
+
+#. Sppap
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id491685970640972\n"
+"help.text"
+msgid "Click the <menuitem>Selection</menuitem> area."
+msgstr ""
+
+#. VAPQj
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761685972500574\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Select Text</menuitem>."
+msgstr ""
+
+#. YSDSS
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571685973272593\n"
+"help.text"
+msgid "Choose <menuitem>Select Text</menuitem>."
+msgstr ""
+
+#. ZZrGn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id51685972424605\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + I</keycode>"
+msgstr ""
#. DLEkm
#: 00000402.xhp
@@ -403,6 +547,60 @@ msgctxt ""
msgid "<variable id=\"direct_cursor\">Choose <emph>Edit - Direct Cursor Mode</emph></variable>"
msgstr "<variable id=\"selektierenz\">ཚལ་ཐོ་:<emph>[རེའུ་མིག་] - [འདེམས་པ་] - [ཕྲེད་]</emph></variable>"
+#. aWUsm
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601685977093827\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Go to Page</menuitem>."
+msgstr ""
+
+#. ELFmx
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id931685977488251\n"
+"help.text"
+msgid "Choose <menuitem>Home tab menu - Go to Page</menuitem>."
+msgstr ""
+
+#. xdsdD
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id961685977342894\n"
+"help.text"
+msgid "<image src=\"cmd/lc_gotopage.svg\" id=\"img_id321685977342895\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id901685977342896\">Icon Go to Page</alt></image>"
+msgstr ""
+
+#. mEGRA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id191685977342898\n"
+"help.text"
+msgid "Go to Page"
+msgstr ""
+
+#. qAucq
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id651685976992603\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + G</keycode>"
+msgstr ""
+
+#. Rpgek
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id551685977289618\n"
+"help.text"
+msgid "Click on the <emph>Page number</emph> area."
+msgstr ""
+
#. cjzea
#: 00000403.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/swriter/01.po b/source/bo/helpcontent2/source/text/swriter/01.po
index a5f5da07537..ddb594b452a 100644
--- a/source/bo/helpcontent2/source/text/swriter/01.po
+++ b/source/bo/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-10-21 20:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25990,24 +25990,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr "ཨ་རབ་ཨང་ཀི།"
-#. hyBpE
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3150708\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. 9YEFF
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3153533\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
#. PNNRW
#: 06060100.xhp
msgctxt ""
@@ -26026,24 +26008,6 @@ msgctxt ""
msgid "Roman numerals (lower)"
msgstr "ཆུང་བྲིས་ཀྱི་རོ་མའི་ཨང་ཀི།"
-#. EiABw
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3151332\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. DxFBt
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3149820\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. CT77W
#: 06060100.xhp
msgctxt ""
@@ -26296,15 +26260,6 @@ msgctxt ""
msgid "Description"
msgstr "གསལ་བཤད།"
-#. BoqBZ
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150981\n"
-"help.text"
-msgid "1, 2, 3"
-msgstr "1, 2, 3"
-
#. ECZ4S
#: 06080100.xhp
msgctxt ""
@@ -26314,51 +26269,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr "ཨ་རབ་ཨང་ཀི།"
-#. oEuGf
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150763\n"
-"help.text"
-msgid "A, B, C"
-msgstr "A, B, C"
-
-#. GBURp
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153154\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. MAEkA
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3151171\n"
-"help.text"
-msgid "a, b, c"
-msgstr "a, b, c"
-
-#. NGbwW
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147508\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
-#. CCgce
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150706\n"
-"help.text"
-msgid "I, II, III"
-msgstr "I, II, III"
-
#. uviUq
#: 06080100.xhp
msgctxt ""
@@ -26368,15 +26278,6 @@ msgctxt ""
msgid "Roman numerals (upper case)"
msgstr "ཆ་བྲིས་ཀྱི་རོ་མོའི་ཡི་གེ།"
-#. xBuC9
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153530\n"
-"help.text"
-msgid "i, ii, iii"
-msgstr "i, ii, iii"
-
#. JQFJY
#: 06080100.xhp
msgctxt ""
@@ -26386,42 +26287,6 @@ msgctxt ""
msgid "Roman numerals (lower case)"
msgstr "ཆུང་བྲིས་ཀྱི་རི་མའི་ཨ་ཀི།"
-#. P9ob7
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147525\n"
-"help.text"
-msgid "A,... AA,... AAA,..."
-msgstr "A,... AA,... AAA,..."
-
-#. jVvL6
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3155895\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. KxeRb
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3154194\n"
-"help.text"
-msgid "a,... aa,... aaa,..."
-msgstr "a,... aa,... aaa,..."
-
-#. DNnWm
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3149297\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. QiWFL
#: 06080100.xhp
msgctxt ""
@@ -28555,13 +28420,13 @@ msgctxt ""
msgid "Add, Modify and Remove"
msgstr ""
-#. WEjFh
+#. H68FW
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_id931672738656225\n"
"help.text"
-msgid "Respectively, adds, moves and removes items in the list."
+msgid "Respectively, adds, modifies and removes items in the list."
msgstr ""
#. xorCa
@@ -28591,76 +28456,13 @@ msgctxt ""
msgid "Date Format"
msgstr ""
-#. gMmqv
+#. FJPXb
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10564\n"
"help.text"
-msgid "Select the date format to display the date of the date content control."
-msgstr ""
-
-#. k5UDL
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"tit\n"
-"help.text"
-msgid "Reference (Edit)"
-msgstr ""
-
-#. 7DnD9
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id1001603128268578\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/edit_reference_submenu.xhp\">Reference</link>"
-msgstr ""
-
-#. 6LFFX
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id411603128291771\n"
-"help.text"
-msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
-msgstr ""
-
-#. 4WjGu
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147302\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
-msgstr ""
-
-#. Q5YzA
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147327\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
-msgstr ""
-
-#. b6WK8
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id561673359242198\n"
-"help.text"
-msgid "Edits the selected index entry."
-msgstr ""
-
-#. p7mQW
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147352\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
+msgid "Select the date format to display in the date content control."
msgstr ""
#. YwkE4
@@ -28708,6 +28510,51 @@ msgctxt ""
msgid "Edits Fontwork effects of the selected object that has been created with the previous Fontwork dialog."
msgstr "\"འདེམས་པའི་བྱ་ཡུལ་རྩོམ་སྒྲིག་གྱི་ \" \" མཛེས་རྩལ་ཡིག་གཟུགས་\" བྱ་ཡུལ་འདི་སྔོན་ལ་མཛེས་རྩལ་ཡིག་གཟུགས་སྒྲོམ་ལ་གསར་འཛུགས་བྱེད་"
+#. 2RhYQ
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go To Page"
+msgstr ""
+
+#. U9KWf
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"hd_id921685976329840\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/goto.xhp\">Go to Page</link></variable>"
+msgstr ""
+
+#. DqUnC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id901685976329842\n"
+"help.text"
+msgid "Opens a dialog box to enter which page number should be shown."
+msgstr ""
+
+#. cbKy4
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id761685978118901\n"
+"help.text"
+msgid "Enter the page number or use the spin box to define the page to display."
+msgstr ""
+
+#. J5XfC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id631685978506671\n"
+"help.text"
+msgid "The page number entered in the <emph>Go to Page</emph> dialog is absolute within the document and may not correspond to the page number displayed by the page numbering scheme."
+msgstr ""
+
#. YhLG4
#: legacynumbering.xhp
msgctxt ""
@@ -32236,6 +32083,33 @@ msgctxt ""
msgid "<embedvar href=\"text/swriter/guide/protection.xhp#protection\"/>"
msgstr ""
+#. 63j54
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Text"
+msgstr ""
+
+#. 4dGGQ
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"hd_id771685971612111\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/select_text.xhp\">Select Text</link></variable>"
+msgstr ""
+
+#. DMH7U
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"par_id971685971990775\n"
+"help.text"
+msgid "You can enable a selection cursor in a <emph>read-only</emph> text document."
+msgstr ""
+
#. KadxR
#: selection_mode.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/swriter/menu.po b/source/bo/helpcontent2/source/text/swriter/menu.po
index c4c8220ca58..e04a5b4e65e 100644
--- a/source/bo/helpcontent2/source/text/swriter/menu.po
+++ b/source/bo/helpcontent2/source/text/swriter/menu.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: 2023-03-02 11:51+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2016-05-08 00:10+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,6 +187,69 @@ msgctxt ""
msgid "Contains a calendar control. Limits text to a single paragraph."
msgstr ""
+#. k5UDL
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Reference (Edit)"
+msgstr ""
+
+#. MKMWr
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id1001603128268578\n"
+"help.text"
+msgid "<link href=\"text/swriter/menu/edit_reference_submenu.xhp\">Reference</link>"
+msgstr ""
+
+#. 6LFFX
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id411603128291771\n"
+"help.text"
+msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
+msgstr ""
+
+#. 4WjGu
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147302\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
+msgstr ""
+
+#. Q5YzA
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147327\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
+msgstr ""
+
+#. b6WK8
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id561673359242198\n"
+"help.text"
+msgid "Edits the selected index entry."
+msgstr ""
+
+#. p7mQW
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147352\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
+msgstr ""
+
#. tP5yN
#: insert_footnote_endnote.xhp
msgctxt ""
diff --git a/source/bo/sc/messages.po b/source/bo/sc/messages.po
index 3cda5005f5d..6cce18572d3 100644
--- a/source/bo/sc/messages.po
+++ b/source/bo/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: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33362,10 +33362,10 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr ""
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
+msgid "Format _quoted field as text"
msgstr ""
#. VAC6B
@@ -33422,10 +33422,10 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
diff --git a/source/bo/scp2/source/calc.po b/source/bo/scp2/source/calc.po
index 156505c1d2f..a7289ad3824 100644
--- a/source/bo/scp2/source/calc.po
+++ b/source/bo/scp2/source/calc.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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2017-12-14 11:44+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -225,3 +225,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr ""
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/bo/svx/messages.po b/source/bo/svx/messages.po
index 74aaad45a24..c3e522c8de5 100644
--- a/source/bo/svx/messages.po
+++ b/source/bo/svx/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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6328,28 +6328,28 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
+msgid "Dark 1"
msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
+msgid "Light 1"
msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
+msgid "Dark 2"
msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
+msgid "Light 2"
msgstr ""
#. NAAZJ
@@ -6400,389 +6400,371 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr ""
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr ""
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr ""
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr ""
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "འཐེན་པ།"
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "རྩ་གསུམ་གྱི་གྲུབ་འབྲས་བཟོ་སྒྲིག་གམ་ཡང་ན་མེད་པ་བཟོ་རྒྱུ།"
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "འོག་ལྟ།"
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "སྟེང་བཀྱག"
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "གཡོན་ལ་ཕྱོགས་པ།"
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "གཡས་ཕྱོགས།"
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "བརྐྱང་འཐེན་གཏིང་ཚད་བཟོ་བཅོས་བྱེད།"
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "བརྐྱང་འཐེན་ཁ་ཕྱོགས་བཟོ་བཅོས་བྱེད།"
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "བཪྙན་སྟོན་རིགས་གྲས་བཟོ་བཅོས་བྱེད།"
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "བཞུ་མར་གྱི་ཟུར་ཚད་བཟོ་བཅོས་བྱེད།"
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "གློག་བཞུའི་གསལ་ཚད་བཟོ་བཅོས་བྱེད།"
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "བརྐྱང་འཐེན་ཕྱི་ངོས་བཟོ་བཅོས་བྱེད།"
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "རྩ་གསུམ་ཚོས་གཞི་བཟོ་བཅོས།"
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "སྒྱུ་རྩལ་ཡི་གེ"
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "སྒྱུ་རྩལ་ཡི་གེའི་བཟོ་ལྟ་བཟོ་སྒྲིག"
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "སྒྱུ་རྩལ་ཡི་གེའི་གསལ་བྱེད་ཀྱི་མཐོ་ཚད་གཅིག་པ་བཟོ་སྒྲིག"
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "སྒྱུ་རྩལ་ཡི་གེ་སྙོམ་སྒྲིག་བྱ་ཐབས་བཟོ་སྒྲིག"
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "སྒྱུ་རྩལ་ཡི་གེའི་ཡིག་རྟགས་ཀྱི་བར་ཁྱད་བཟོ་སྒྲིག"
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "ཐགས།"
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "ཁྱད་ཆོས།"
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "བསྡོམས་འབོར།"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "ཟུར་ཚད་ཚོད་འཛིན།"
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "ཟུར་ཚེག་ཅིག་འདེམས་པ།"
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "གཡོན་སྟེང།"
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "འབྲིང་སྟེང་།"
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "གཡས་ཐོག"
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "གཡོན་དཀྱིལ།"
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "ནང་།"
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "གཡས་དཀྱིལ།"
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "གཡོན་འོག།"
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "དཀྱིལ་འོག"
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "གཡས་འོག་"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "སྤྱི་ཁོག་ཚོད་འཛིན།"
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "དེར་ཁྱེད་ཀྱི་སྤྱི་ཁྱབ་ཞིག་རྩོམ་སྒྲིག་བྱེད་ཐུབ།"
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "དམིགས་བསལ་ཡིག་རྟགས་འདེམས་པ།"
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "ཁུལ་ཁོངས་དེའི་ནང་དམིགས་བསལ་གྱི་ཡིག་རྟགས་འདེམས་དགོས།"
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "ཡིག་རྟགས་ཨང་།"
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "ངེས་པར་དུ་ཡིག་དུམ་ '#' འདིར་གྲངས་ཐང་ཞིག་འཇུག་དགོས།"
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "རེའུ་མིག་ཐོ།"
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "ཚོད་འཛིན་བྱེད་སྟངས་བདམས་མེད་པའམ་ཡང་ན་མཉམ་གསེས་ཀྱི་རིགས་ཤིག་བདམས་ཡོད་པ།"
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "གཏོགས་གཤིས།: "
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "རེའུ་ཐོའི་གཏོགས་གཤིས།"
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "རེའུ་མིག་ཐོའི་ཕྱོགས་སྟོན།"
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "རེའུ་མིག་ཐོ།"
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "རེའུ་མིག་ཐོ།"
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "གབ་པའི་ཚད་འཛིན།"
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "ཚོད་འཛིན།"
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "གཞི་གྲངས་ས་བཅད།"
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "སྤྱིའི་བསྡོམས།"
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "གསར་སྣོན་ཡིག་དུམ་"
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "གཞི་གྲངས་མཛོད་བཅུག་སྐབས་ནོར་འཛོལ་བྱུང་བ།"
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "ཚིག་གྲུབ་ལ་བརྡ་སྤྲོད་ནོར་འཁྲུལ་བྱུང་རིགས་འདྲི་རྩད་བྱེད་པ།"
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "ཁྱེད་ཀྱིས་གཞི་གྲངས་སྡེ་ཚན་ཞིག་སུབ་ཀྱི་ཡིན་ནམ།"
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "ཁྱེད་ཀྱིས་གཞི་གྲངས་སྡེ་ཚན་ # དེ་སུབ་ཀྱི་ཡིན་ནམ།"
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6790,337 +6772,337 @@ msgid ""
msgstr "གལ་སྲིད་སུབ་རྒྱུ་བདམས་ན་བཀོལ་སྤྱོད་དེ་ཕྱིར་འཐེན་བྱེད་ཐབས་མེད། མུ་མཐུད་ཡིན་ནམ།"
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "ས་གནས་ཁུལ་བཤར་ལྟ།"
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "སྟར་པ།"
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "གཏོགས་གཤིས་བཟོ་སྒྲིག"
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "སྣོད་ཆས་ལ་བར་འཇུག"
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "# སུབ་རྒྱུ།"
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "བྱ་ཡུལ་#སུབ་རྒྱུ།"
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Containerསྡེ་ཚན་ཞིག་ལ་བརྗེ་བ།"
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "ཚོད་འཛིན་བརྗེ་བ།"
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "ཡི་གེའི་སྒྲོམ།"
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "མང་འདེམས་སྒྲོམ།"
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "ཚོ་སྒྲིག་སྒྲོམ།"
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "རེའུ་སྒྲོམ།"
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "ཚེས་གྲངས་ཡིག་དུམ།"
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "དུས་ཚོད་ཡིག་དུམ།"
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "གྲངས་ཀའི་ཡིག་དུམ།"
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "དངུལ་ལོར་གྱི་ཡི་གེའི་དུམ་བུ།"
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "འགེབས་རྟགས་ཡིག་དུམ།"
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "རྣམ་གཞག་ཏུ་སྒྱུར་བའི་ཡིག་དུམ།"
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "བཀའ་ཚིག་གནོན་མཐེབ།"
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "གདམ་ཚན་ཡིག་དུམ།"
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "གདོང་འཛར་ཡིག་དུམ།"
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "ཚོགས་ཆུང་སྒྲོམ།"
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "པར་རྣམ་མཐེབ་གཅུས།"
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "པར་རྣམ་ཚོད་འཛིན།"
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "ཡིག་ཆ་འདེམས་པ།"
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "རེའུ་མིག་ཚོད་འཛིན། "
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "འགྲིལ་མདའ།"
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "ཐང་འདེམ་མཐེབ།"
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "སྣེ་སྟོན་ཚང་།"
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "གདམ་ག་མང་ལྡན།"
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr ""
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "མིག་སྔའི་རེའུ་མིག་ནང་རེའུ་མིག་ནུས་ལྡན་གྱི་ཡིག་དུམ་ཕན་ཚུན་འབྲེལ་བའི་སྟངས་འཛིན་ཞིག་མེད་པ།"
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (ཟླ་ཚེས)"
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (དུས་ཚོད་)"
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "སྒྱུར་ཆས་ཀྱི་ཁྲིད་སྟོན།"
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "གདམ་གསེས་ཀྱི་ཆ་རྐྱེན།"
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "ཡང་ན།"
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "མིག་སྔའི་རེའུ་མིག་ནང་རེའུ་མིག་གི་བཪྙན་རིས་ལ་སྤྱོད་རྒྱུའི་གོ་ཆོད་འཛིན་ཆས་མིན་འདུག"
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<རང་འགུལ་ཡིག་དུམ>"
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "SQLམཚོན་ཐབས་བརྡ་སྤྲོད་ནོར་འཁྲུལ་ཡིནཔ།"
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "གྲངས་ཐང་#1དེ་LIKEདུས་གཅིག་ཏུ་བེད་སྤྱོད་བྱས་མི་ཆོག"
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "ཡི་གེ་དུམ་བུ་དེའི་ནང་LIKEབེད་སྤྱོད་བྱས་མི་ཆོག LIKE "
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr ""
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "ཡིག་དུམ་དེ་ཧྲིལ་གྲངས་གཅིག་དང་ཕན་ཚུན་བསྡུར་རྒྱུ་མེད།"
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "གཞི་གྲངས་མཛོད་ནང་མི་ཚུད་པའི་མིང་གི་\"#\"རེའུ་མིག་"
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "གཞི་གྲངས་མཛོད་ནང་མི་ཚུད་པའི་མིང་གི་\"#\"རེའུ་མིག་གམ་འདྲི་རྩད།"
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "གཞི་གྲངས་མཛོད་ནང་མིང་ལ་\"#\"འཁོད་པའི་རེའུ་མིག་གམ་མཐོང་རིས་ཚུད་པ།"
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "གཞི་གྲངས་མཛོད་ནང་མིང་ལ་\"#\"འཁོད་པའི་འདྲི་རྩད་ཚུད་པ།"
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "སྟར་པ་\"#1\" དེ་རེའུ་མིག་\"#2\"ངོས་ནས་མི་རྟོགས་པ་རེད།"
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "ཡིག་དུམ་དེ་འགྱུར་བ་གཏོང་ཆོག་པའི་སིལ་གྲངས་ཚེགས་ཀྱི་གྲངས་གནས་ཕན་ཚུན་བསྡུར་རྒྱུ་མེད།"
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "བཟོ་སྒྲིག་བྱས་པའི་ཆ་རྐྱེན་དེས་ཡིག་དུམ་འདི་དང་བསྡུར་བ་བྱེད་ཐབས་མི་འདུག"
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "གཞི་གྲངས་ཀྱི་ལས་རོགས།"
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (ལྟ་ཀློག་ཁོ་ན་)"
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ཡིག་ཆ་འདི་གནས་འདུག འགེབས་སམ།"
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr ""
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
@@ -7129,7 +7111,7 @@ msgid ""
msgstr "དཔེ་དབྱིབས་$MODELNAME སུབ་ན་མིག་སྔའི་དཔེ་དབྱིབས་འདིར་སྦྲགས་པའི་ཚོད་འཛིན་ཆས་ཚང་མར་སྐྱོན་ཐེབས་སྲིད། དཔེ་དབྱིབས་འདི་དངོས་འབྲེལ་སུབ་བམ།"
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
@@ -7138,7 +7120,7 @@ msgid ""
msgstr "དངོས་དཔེ་$INSTANCENAME སུབ་ན་མིག་སྔའི་དངོས་དཔེ་འདིར་སྦྲགས་པའི་ཚོད་འཛིན་ཆས་ཚང་མར་སྐྱོན་ཐེབས་སྲིད། དངོས་དཔེ་འདི་དངོས་འབྲེལ་སུབ་བམ།"
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
@@ -7147,13 +7129,13 @@ msgid ""
msgstr "མ་རྒྱུ་$ELEMENTNAMEསུབ་ན་མིག་སྔའི་མ་རྒྱུ་འདིར་སྦྲགས་པའི་ཚོད་འཛིན་ཆས་ཚང་མར་སྐྱོན་ཐེབས་སྲིད། མ་རྒྱུ་འདི་དངོས་འབྲེལ་སུབ་བམ།"
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "$ATTRIBUTENAME གཏོགས་གཤིས་སུབ་རྒྱུ་གཏན་འཁེལ་ལམ་མི་འཁེལ།"
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
@@ -7163,7 +7145,7 @@ msgid ""
msgstr "གོང་འབུལ་ཞུས་པའི་$SUBMISSIONNAME སུབ་ན་མིག་སྔའི་གོང་འབུལ་འདིར་སྦྲགས་པའི་ཚོད་འཛིན་ཆས་ཚང་མར་སྐྱོན་ཐེབས་སྲིད། གོང་འབུལ་ཞུས་པ་འདི་དངོས་འབྲེལ་སུབ་བམ།"
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
@@ -7173,1085 +7155,1085 @@ msgid ""
msgstr "མཉམ་སྦྲགས་$BINDINGNAME སུབ་ན་མིག་སྔའི་མཉམ་སྦྲགས་འདིར་སྦྲགས་པའི་ཚོད་འཛིན་ཆས་ཚང་མར་སྐྱོན་ཐེབས་སྲིད། མཉམ་སྦྲགས་འདི་དངོས་འབྲེལ་སུབ་བམ།"
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "མིང་%1 དེ་ XML ནང་ཕན་མེད་ཡིན། མིང་དེ་མིན་པ་ཞིག་འཇུག་དགོས།"
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "སྔོན་སྦྱོར་%1དེ་ XMLནང་དུ་གོ་ཆོད་མི་འདུག་པས་སྔོན་སྦྱོར་གཞན་དག་གྱིས་དང་།"
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "མིང་ %1 དེ་གནས་ཟིན་པ། མིང་གསར་པ་ཞིག་འཇུག་དགོས།"
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "གོང་འབུལ་ཞུས་ན་ངེས་པར་དུ་མིང་ཡོད་དགོས།"
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
#, fuzzy
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
#, fuzzy
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Get"
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "མེད་པ།"
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
#, fuzzy
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "དངོས་དཔེ།(~I)"
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "ཡིག་ཚགས།"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "མཉམ་སྦྲགས།:"
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "འདྲེན་སྤྱོད།:"
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "བཀོལ་སྤྱོད།:"
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "བྱ་ཐབས།"
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "བརྗེ་བ།:"
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "གཞི་རྒྱུ་གསབ་སྣོན།"
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "རྩོམ་སྒྲིག་རྒྱུ་གཞི།"
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "གཞི་རྒྱུ་སུབ་རྒྱུ།"
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "གཏོགས་གཤིས་གསབ་སྣོན།"
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "རྩོམ་སྒྲིག་གཏོགས་གཤིས།"
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "གཏོགས་གཤིས་སུབ་རྒྱུ།"
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "སྦྲགས་བཟོ་ཁ་སྣོན།"
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "རྩོམ་སྒྲིག་མཉམ་སྦྲགས།"
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "སྒྲིག་བཟོ་ཟིན་པ་སུབ་རྒྱུ།"
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "སྤྲོད་པ་གསབ་སྣོན།"
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "རྩོམ་སྒྲིག་འབུལ་སྤྲོད།"
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "འབུལ་སྤྲོད་སུབ་རྒྱུ།"
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
#, fuzzy
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "གཞི་རྒྱུ།"
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
#, fuzzy
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "གཏོགས་གཤིས།"
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
#, fuzzy
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "ཐུམ་བརྒྱབ།"
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "མཉམ་སྦྲགས་མཚོན་སྟངས།"
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
#, fuzzy
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "སླར་གསོ་ %PRODUCTNAME ཡིག་ཚགས་དེ་རྩེས་མེད་བྱ་རྒྱུར་གཏན་འཁེལ་ལམ་མ་འཁེལ།"
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "གཡོན།"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "གཡས་ཕྱོགས་སུ།"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "དཀྱིལ་བསྡུ།"
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "བཅུ་གོང་སྒྲིལ་ལུགས།"
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
#, fuzzy
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "འབྲི་བཅོས།(~O)"
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "གྲངས་ཀའི་མིང་འགོད། ཡིག་ཚགས་ཀྱི་མིང་རྟགས་ནོར་མེད་པ།"
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "གྲངས་ཀའི་མིང་འགོད། ཡིག་ཚགས་ཀྱི་མིང་རྟགས་ནོར་མེད་་ཀྱང་ལག་ཁྱེར་བཤེར་ཐབས་མེད།"
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "གྲངས་ཀའི་མིང་འགོད། ཡིག་ཚགས་ལ་མིང་འགོད་བྱས་མེད།"
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr ""
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr ""
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr ""
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
#, fuzzy
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "ཡིག་ཚགས་ནང་འཇུག་བཞིན་པ།"
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr ""
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr ""
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr ""
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr ""
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr ""
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr ""
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr ""
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "མངོན་པའི་སྡུར་ཚད་ཆེར་གཏོང་།"
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "ཆུང་གཏོང་།"
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "50%"
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "ཤོག་ཧྲིལ།"
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "ཤོག་ངོས་ཞེང་ཚད།"
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "བཟོ་ལྟ་ཚུད་པ།"
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
#, fuzzy
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "དུམ་མཚམས་ཀྱི་བཟོ་ལྟ།"
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "སྡེ་ཚན་ཁྲ་མིག་གི་བཟོ་ལྟ།"
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "འཚོལ་བཤེར་བྱེད་པའི་ས་བཅད་མ་ཪྙེད་པ།"
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "ཚོན་གཞོང་།"
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
#, fuzzy
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "གསང་ཨང་ནུས་མེད།"
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr ""
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "ཁོག་སྟོང་མིན་པའི་སྒོར་དབྱིབས་ཆུང་བའི་རྣམ་གྲངས་མཚོན་རྟགས།"
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "ཁོག་སྟོང་མིན་པའི་སྒོར་དབྱིབས་ཆེན་པོའི་རྣམ་གྲངས་མཚོན་རྟགས།"
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "ཁོག་སྟོང་མིན་པའི་གཟེ་དབྱིབས་ཀྱི་རྣམ་གྲངས་མཚོན་རྟགས།"
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "ཁོག་སྟོང་མིན་པའི་གྲུ་བཞི་ཁ་གང་མ་ཆེན་པོའི་རྣམ་གྲངས་མཚོན་རྟགས།"
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "གཡས་སྟོན་མདའ་རྟགས་རྣམ་གྲངས་རྟགས།"
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "གཡས་སྟོན་མདའ་རྟགས་རྣམ་གྲངས་རྟགས།"
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
#, fuzzy
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "གྲངས་ཀ་(1) (2) (3)"
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "གྲངས་ཀ་1) 2) 3)"
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "གྲངས་ཀ་(1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "རོ་མའི་གྲངས་ཆེ་བྲིས། I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "གསལ་བྱེད་ཆེ་བྲིས། A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "ཆུང་བྲིས་ཡིག་འབྲུ།a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "ཆུང་བྲིས་ཡིག་འབྲུ།(a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "རོ་མའི་གྲངས་ཆུང་བྲིས་i. ii. iii."
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
msgstr ""
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
msgstr ""
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "བུའི་རིམ་པ་ཡོད་པའི་གྲངས་ཀ་ཡོངས་རྫོགས།"
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "གཡས་སྟོན་རྣམ་གྲངས་རྟགས། གཡས་སྟོན་མདའ་རྟགས་རྣམ་གྲངས་རྟགས། ལིང་གཟུགས་རྣམ་གྲངས་ཀྱི་རྟགས། སྒོར་མོ་ཆུང་ངུའི་རྣམ་གྲངས་རྟགས།"
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "ཡིག་ཆ་འདི་གསར་འཛུགས་བྱ་ཐབས་མེད།"
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr ""
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "$(ARG1) བཀོལ་སྤྱོད་ཕྱིར་འཐོན།"
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "$(ARG1) བཀོལ་སྤྱོད་ཕྱིར་འཐོན།"
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "$(ARG1) བཀོལ་སྤྱོད་སླར་གསོ།"
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "$(ARG1) བཀོལ་སྤྱོད་སླར་གསོ།"
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
#, fuzzy
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "འཚོལ་བ།"
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr ""
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr ""
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr ""
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr ""
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
#, fuzzy
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "ཧ་མི་གོ་བ།"
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr ""
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "དམར་མདོག་སྡུར་ཚད།"
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "ལྗང་མདོག་སྡུར་ཚད།"
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "སྔོན་མདོག་སྡུར་ཚད།"
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "གསལ་ཚད།"
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "སྡུར་བའི་ཚད།"
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "སྐྱ་མདོག་བཏགས་གྲངས།"
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "གསལ་དྭངས།"
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "བྲེགས་གཏུབ།"
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "ཚད་ལྡན་འདྲེན་འཇུག་ཁ་ཕྱོགས།"
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "གོང་ནས་གཤམ་དུ།"
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "གཤམ་ནས་གོང་དུ།"
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "རིམ་བརྩེགས།"
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "གཡོན་ཕྱོགས་ཤོག་མཐའི་བར་ཐག: "
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "སྟེང་ཤོག་གི་བར་ཐག: "
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "གཡས་ཕྱོགས་ཤོག་མཐའ་བར་ཐག: "
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "འོག་ཤོག་གི་མཐའ་ཐག: "
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "ཤོག་ངོས་ཀྱི་གསལ་བཤད།: "
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "གསལ་བྱེད་ཆེ་བྲིས།"
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "ཆུང་བྲིས་ཡིག་འབྲུ།"
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "རོ་མའི་གྲངས་ཆེ་བྲིས།"
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "རོ་མའི་གྲངས་ཆུང་བྲིས།"
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "ཨ་རབ་ཨང་ཀི"
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "མེད་པ།"
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "འཕྲེད་ཕྱོགས།"
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "གཞུང་ཕྱོགས།"
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "གཡོན་ཕྱོགས།"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "གཡས་ཕྱོགས།"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "ཡོངས་རྫོགས།"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "སློག་འཁོར་གྱི།"
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "རྩོམ་པ་པོ།: "
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "ཚེས་གྲངས།: "
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "ཡི་གེ: "
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "ཡིག་རྟགས་ཀྱི་རྒྱབ་ལྗོངས།"
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "ཚོན་གཞོང་།"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8259,2182 +8241,2182 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "ལ་ཏིང་རྨང་གཞིའི་སྐད་ཡིག"
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "ལ་ཏིང་སྐད་-1"
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "ལ་ཏིང་སྐད་རྒྱ་སྐྱེད་ A"
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "ལ་ཏིང་སྐད་རྒྱ་སྐྱེད་ B"
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "རྒྱལ་སྤྱིའི་སྒྲ་རྟགས་ཆེར་སྐྱེད།"
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "བར་ཆོད་རྒྱན་སྤྲོད་མཚོན་རྟགས།"
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "ཚོ་སྒྲིག་ཚུལ་གྱི་མཚོན་རྟགས།"
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "ཀེ་རེ་སེའི་རྨང་གཞིའི་སྐད་ཡིག"
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "ཀེ་རེ་སེའི་མཚོན་རྟགས་དང་གནའ་རབས་ཨེ་ཇེའི་ཡི་གེ།"
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "ཤི་ལོར་སྐད་ཡིག"
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "ཡ་མེ་ནི་ཡའི་སྐད་ཡིག"
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "ཤི་སོ་ལའི་རྨང་གཞིའི་སྐད་ཡིག"
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "ཤི་པོ་ལེའི་སྐད་ཡིག་ཆེ་སྐྱེད།"
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "ཨ་རབ་ཀྱི་རྨང་གཞིའི་སྐད་ཡིག"
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "ཨ་རབ་སྐད་ཡིག་ཆེར་བསྐྱེད།"
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "ལེགས་སྦྱར་ཡིག་འབྲུ།"
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "བྷང་ག་ལ་འི་སྐད་ཡིག"
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "རྒྱ་གར་བྱང་ཕྱོགས་ཀྱི་ Gujarati སྐད་བརྡ།"
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "རྒྱ་གར་བྱང་ཕྱོགས་ཀྱི་ Gujarati སྐད་བརྡ།"
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "ཐན་མིན་སྐད་ཡིག།"
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "རྒྱ་གར་བྱང་ཕྱོགས་ཀྱི་ Telugu སྐད་ཡིག"
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "(རྒྱ་གར་)ཁ་ན་དའི་སྐད་ཡིག"
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "རྒྱ་གར་ལྷོ་ཕྱོགས་ཀྱི་Dravidianསྐད་ཀྱི་ཡུག་སྐད་ཡིག"
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "ཐེ་ལན་སྐད་ཡིག"
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "ལོ་སེའི་སྐད་ཡིག།"
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "ག་ལུ་ཅེ་ཡའི་རྨང་གཞིའི་སྐད་ཡིག"
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "ག་ལུ་ཅེ་ཡའི་སྐད་ཡིག་ཆེ་སྐྱེད།"
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "ཀུ་རེ་ཡའི་སྐད་ཡིག་ Jamo"
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "ཀེ་རེ་སེའི་སྐད་ཆེ་སྐྱེད།"
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "སྤྱི་བཏང་གི་བརྡ་རྟགས་མཚོན་བཤད།"
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "གོང་རྟགས་དང་གཤམ་རྟགས།"
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "དངུལ་ལོར་མཚོན་རྟགས།"
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "ཚོ་སྒྲིག་ཚུལ་གྱི་མཚོན་རྟགས།"
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "ཡིག་འབྲུ་འདྲ་བའི་མཚོན་རྟགས།"
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "གྲངས་ཀའི་མཚོན་རྟགས།"
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "མདའ་རྩེ་མཚོན་རྟགས།"
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "གྲངས་རིག་རྩིས་རྒྱག་མཚོན་རྟགས།"
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "ཙག་ཙིག་ལག་རྩལ་སྤྱོད་རྟགས།"
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "མཐེབ་གཞོང་མཚོན་རྟགས།"
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "འོད་རིག་ཤན་འབྱེད་ཐུབ་པའི་མཚོན་རྟགས།"
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "གུག་རྟགས་ལྡན་པའི་ཡིག་འབྲུའི་གྲངས་ཀ།"
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "རེའུ་འགོད་རྟགས།"
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "གྲུ་བཞིའི་གཞི་རྒྱུ།"
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "དབྱིབས་རྩིས་རིས་དབྱིབས་རྟགས།"
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "མཚོན་རྟགས་སྣ་ཚོགས།"
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "རྒྱན་སྤྲོད་མཚོན་རྟགས།"
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "ཀྲུང་ལྗར་ཀུའི་མཚོན་རྟགས་དང་བརྡ་རྟགས།"
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "དམངས་སྤྱོད་ཡི་གེ།"
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "གཞུང་སྤྱོད་ཡི་གེ།"
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "སྒྲ་སྦྱོར་མཚོན་རྟགས་ཪྙིང་པ།"
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "ཀུ་རེ་ཡའི་སྐད་ཡིག་མཐུན་འཇུག་ Jamo"
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "ཀྲུང་ལྗར་ཀུའི་ཡིག་རྟགས་སྣ་ཚོགས།"
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "གུག་རྟགས་ལྡན་པའི་ཀྲུང་ལྗར་ཀུའི་ཡིག་རྟགས་དང་ཟླ་དུས།"
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "ཀྲུང་ལྗར་ཀུའི་མཐུན་འཇུག"
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "ཀུ་རེ་ཡའི་སྐད་ཡིག"
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "ཀྲུང་ལྗར་ཀུའི་གཅིག་གྱུར་རྒྱ་ཡིག"
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "ཀྲུང་ལྗར་ཀུའི་གཅིག་གྱུར་རྒྱ་ཡིག་ཆེ་སྐྱེད་ A"
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "ཆེད་སྤྱོད་ཁུལ།"
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "ཀྲུང་ལྗར་ཀུའི་མཐུན་འཇུག་རྒྱ་ཡིག"
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "ཡིག་འབྲུའི་གསལ་སྟོན་རྣམ་པ།"
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "ཨ་རབ་ཀྱི་གསལ་སྟོན་རྣམ་པ་A"
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "སྟོས་ཟླའི་མཚོན་རྟགས།"
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "ཀྲུང་ལྗར་ཀུའི་མཐུན་འཇུག་རྣམ་པ།"
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "ཡིག་ཆུང་འགྱུར་གཟུགས།"
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "ཨ་རབ་ཀྱི་གསལ་སྟོན་རྣམ་པ་ B"
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "ཕྱིད་གཟུགས་དང་གང་གཟུགས་ཡིག་རྟགས།"
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "མཚོན་རྟགས།"
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "སྦོམ་གསེག་གཟུགས།"
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "ཀྲུང་ལྗར་ཀུའི་གཅིག་གྱུར་རྒྱ་ཡིག་ཆེ་སྐྱེད་ A"
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "ཀྲུང་ལྗར་ཀུའི་གཅིག་གྱུར་རྒྱ་ཡིག་ཆེ་སྐྱེད་ A"
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "ཀྲུང་ལྗར་ཀུའི་གཅིག་གྱུར་རྒྱ་ཡིག་ཆེ་སྐྱེད་ A"
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr ""
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "ཟུར་སྣོན་གྱི་ཤི་ལོར་སྐད་ཡིག"
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr ""
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr ""
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "ཤིའི་ལན་སྐད་ཡིག"
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "བོད་ཡིག"
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "འབར་མའི་སྐད་ཡིག"
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "ཀུ་མེར་སྐད་ཡིག"
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "ཨོ་ཀེམ་ཡི་གེ།"
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "གནའ་རབ་ཡོ་རོབ་བྱང་མའི་སྐད་ཡིག།"
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "གནའ་རབ་ཀྱི་སི་རི་ཡའི་སྐད་ཡིག།"
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "མར་ཏེ་ཕུའི་སྐད་ཡིག"
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "དབྱི་སུ་པི་ཡའི་སྐད་ཡིག"
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "ཁྲ་ལ་ཅི་རིགས་ཀྱི་ཡུལ་མིའི་སྐད་ཡིག"
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "ཁ་ན་ཏའི་ཡུལ་དེ་རང་གི་སྡོད་པའི་སྒྲ་ཁྱིམ།"
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "སོག་པོའི་སྐད་ཡིག"
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "གྲངས་རིག་མཚོན་རྟགས་སྣ་ཚོགས་-A"
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "ཟུར་སྣོན་གྱི་མདའ་རྩེ་-A"
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "ལོང་ཡིག"
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "ཟུར་སྣོན་གྱི་མདའ་རྩེ་-B"
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "གྲངས་རིག་མཚོན་རྟགས་སྣ་ཚོགས་-B"
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "ཟུར་སྣོན་གྱི་ཀྲུང་ལྗར་ཀུའི་ཡི་གེའི་ཡིག་སྡེ།"
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "ཁང་ཤིའི་ཡིག་སྡེ།"
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "སྒྲ་སྦྱོར་མཚོན་རྟགས"
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "ཧྥི་ལི་ཕིན་གྱི་ཐང་ཅ་ལོ་ཀེའི་སྐད་ཡིག།"
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "ཧྥི་ལི་ཕིན་གི་ཧན་ནུའུ་ནོག་སྐད་ཡིག"
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "ཧྥི་ལི་ཕིན་གྱི་ཐང་ཅ་ལོ་ཀེའི་སྐད་ཡིག"
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "ཧྥི་ལི་ཕིན་གྱི་ཕུ་ཧེ་ཏེའི་སྐད་ཡིག"
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "ལྗར་པན་སྐད་ཡིག་གི་གནའ་བོའི་རྒྱ་ཡིག"
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "ཞོར་སྣོན་གྱི་སྒྲ་སྦྱོར་མཚོན་རྟགས"
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "སྒྲ་བཀོད་ཀྱི་གཞུང་སྤྱོད་ཀྱི་ཡི་གེ།"
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "ཁེ་ལས།"
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "ཚོ་སྒྲིག་ཚུལ་གྱི་མཚོན་རྟགས།"
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "ཨེ་ཅེབ་གནའ་སྐད།"
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr ""
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr ""
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr ""
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "ལ་ཏིང་སྐད་རྒྱ་སྐྱེད་ A"
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "ལ་ཏིང་སྐད་རྒྱ་སྐྱེད་ A"
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "དཔེ་རིས།ས"
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "རེའུ་འགོད་བཟོ་བཅོས།"
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "འཇར་ཕན་སྐད།"
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "ལ་ཏིང་སྐད་རྒྱ་སྐྱེད་ A"
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "བསམ་ཚུལ་རི་མོ།"
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "ཨ་རབ་སྐད་ཡིག་ཆེར་བསྐྱེད།"
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "ཚོ་སྒྲིག་ཚུལ་གྱི་མཚོན་རྟགས།"
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "ལ་ཏིང་སྐད་རྒྱ་སྐྱེད་ A"
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr ""
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "མ་ཚུལ།"
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "ཟུར་སྣོན་གྱི་མདའ་རྩེ་-A"
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "ཀྲུང་ལྗར་ཀུའི་གཅིག་གྱུར་རྒྱ་ཡིག་ཆེ་སྐྱེད་ A"
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr ""
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr ""
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "ཀྲུང་ལྗར་ཀུའི་གཅིག་གྱུར་རྒྱ་ཡིག་ཆེ་སྐྱེད་ A"
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "ལ་ཏིང་སྐད་རྒྱ་སྐྱེད་ A"
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "ཟུར་སྣོན་གྱི་ཤི་ལོར་སྐད་ཡིག"
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr ""
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr ""
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr ""
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr ""
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr ""
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr ""
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr ""
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr ""
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr ""
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr ""
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr ""
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr ""
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr ""
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr ""
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr ""
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr ""
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr ""
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr ""
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr ""
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr ""
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr ""
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr ""
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr ""
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr ""
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr ""
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr ""
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr ""
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr ""
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr ""
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr ""
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr ""
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr ""
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr ""
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr ""
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr ""
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr ""
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr ""
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr ""
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr ""
@@ -10443,19 +10425,19 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr ""
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
@@ -14370,13 +14352,13 @@ msgid "None"
msgstr "མེད་པ།"
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr ""
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr ""
diff --git a/source/br/sc/messages.po b/source/br/sc/messages.po
index c461af802a5..c063f9d8638 100644
--- a/source/br/sc/messages.po
+++ b/source/br/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: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -32845,10 +32845,10 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr "Dibarzhioù dispartiañ"
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
+msgid "Format _quoted field as text"
msgstr ""
#. VAC6B
@@ -32905,10 +32905,10 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
diff --git a/source/br/scp2/source/calc.po b/source/br/scp2/source/calc.po
index f50494c21b8..3db369a479f 100644
--- a/source/br/scp2/source/calc.po
+++ b/source/br/scp2/source/calc.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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2017-04-12 15:29+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -222,3 +222,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr ""
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/br/svx/messages.po b/source/br/svx/messages.po
index 9366f42c401..530b3e59531 100644
--- a/source/br/svx/messages.po
+++ b/source/br/svx/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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2020-05-20 11:23+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Breton <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/br/>\n"
@@ -6261,28 +6261,28 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Liv an teul"
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
+msgid "Dark 1"
msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
+msgid "Light 1"
msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
+msgid "Dark 2"
msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
+msgid "Light 2"
msgstr ""
#. NAAZJ
@@ -6333,389 +6333,371 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr ""
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr ""
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr ""
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr ""
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Nezerezh"
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Gweredekaat/diweredekaat an arload nezerezh"
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Stouiñ d'an traoñ"
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Stouiñ d'ar c'hrec'h"
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Stouiñ d'an tu kleiz"
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Stouiñ d'an tu dehou"
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Daskemmañ an donder nezerezh "
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Daskemmañ an tuadur"
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Daskemmañ ar rizh bannadur"
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Daskemmañ ar sklêrijennañ"
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Daskemmañ al lintr"
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Daskemmañ ar c'horread nezerezh"
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Daskemmañ liv an nezerezh"
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R :"
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G :"
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "G :"
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwork"
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Seveniñ ur stumm Fontwork"
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Seveniñ ur sav heñvel evit al lizherenn Fontwork"
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Seveniñ ur steudadur Fontwork"
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Seveniñ esaouiñ an arouezennoù Fontwork"
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "gant"
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Stil "
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "ha"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Elfenn reoliñ genn"
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Diuz ur poent dibleg"
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "E-krec'h a-gleiz"
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "E-krec'h e-kreiz"
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "E-krec'h a- zehou"
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "E-kreiz a-gleiz"
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Kreiz"
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "E-kreiz a-zehou"
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "En traoñ a-gleiz"
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "En traoñ e-kreiz"
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "En traoñ a-zehou"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Elfenn reoliñ an endro"
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Embann an en-dro"
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Diuz arouezenn arbennik"
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "Maez diuz arouezennoù arbennik."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Boneg arouezenn "
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Enankad azgoulennet er vaezienn '#'. Enankit ur werzh enni."
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Furmskridoù"
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Reolerezh merket ebet"
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Perzhioù : "
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Perzhioù ar furmskrid"
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Merdeer ar furmskridoù"
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Furmskrid"
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Furmskrid"
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Reolerezh kuzh"
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Reolerezh"
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Enrollañ"
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "eus"
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Ouzhpennañ ur vaezienn :"
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Fazi en ur skrivañ ar roadennoù er stlennvon"
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Fazi en ur zielfennañ bomm an azgoulenn"
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "C'hoant hoc'h eus da zilemel 1 enrolladenn."
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "Dilamet e vo # enrolladenn."
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6725,337 +6707,337 @@ msgstr ""
"Kenderc'hel a fell deoc'h evelkent ?"
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Barrenn verdeiñ"
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Bann"
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Despizañ ar perzh '#'"
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Enlakaat en endalc'her"
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Dilemel #"
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Dilemel # ergorenn"
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Amsaviñ un elfenn eus an endalc'her"
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Amsaviñ ar reolerezh"
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Maez testenn"
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Log da gevaskañ"
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Boestad kedaoz"
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Maez dre roll"
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Maezienn an deiziad"
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Maezienn an eur"
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Maezienn niverel"
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Maezienn voneizel"
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Maezienn guzh"
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Maezienn mentrezhet"
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Afell bouezañ"
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Afell dibarzh"
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Maezienn dikedenn"
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Maez stroll"
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Afell skeudenn"
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Reolerezh ar skeudenn"
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Diuzad ur restr"
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Reolerezh an daolenn "
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Barrenn dibunañ"
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Afell gontererez"
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Barrenn verdeiñ"
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Liesdiuzad"
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr ""
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "N'eus reolerezh ebet ereet ouzh roadennoù er furmskrid bremanel !"
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Deiziad)"
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Eur)"
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Merdeer siloù"
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Silañ evit"
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Pe"
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "Ar furmskrid oberiat n'endalc'h reolerezh ebet ereet ent dereat outañ hag a c'hallfe bezañ graet gantañ evit skrammañ an daolenn."
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<EmVaezienn>"
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Fazi kevreadur er riñvenn SQL"
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "N'haller ket arverañ ar werzh #1 gant EVEL."
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "N'hall ket bezañ implijout ar vaezienn-mañ gant EVEL."
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "Ar werzh enanket n'eo ket un deiziad talvoudek. Arverit ur mentrezh talvoudek evit an deiziad, da skouer DD/MM/BB."
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "N'haller ket keñveriañ ar vaezienn ouzh un niver kevan."
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Ar stlennvon n'eus ket enni un daolenn anvet \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "Ar stlennvon n'eus ket enni nag un daolenn nag un azgoulenn anvet \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "Bez ez eus endeo un daolenn pe ur gwel gant an anv \"#\" er stlennvon."
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "Bez ez eus endeo un azgoulenn gant an anv \"#\" er stlennvon."
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "Dianav eo ar bann \"#1\" en daolenn \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "N'haller ket keñveriañ ar vaezienn ouzh un niver dre skej tonn "
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "N'haller ket keñveriañ an dezverk spisaet ouzh ar vaezienn-mañ "
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Merdeer roadennoù"
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (e mod lenn nemetken)"
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Ar restr-mañ ez eus anezhi endeo. Fellout a ra deoc'h he flastrañ ?"
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "Tikedenn #object#"
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -7065,7 +7047,7 @@ msgstr ""
"Dilemel ar patrom-mañ a fell deoc'h da vat ?"
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -7075,7 +7057,7 @@ msgstr ""
"Dilemel an eriol-mañ a fell deoc'h da vat ?"
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -7085,13 +7067,13 @@ msgstr ""
"Dilemel an elfenn-mañ a fell deoc'h da vat ?"
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Fellout a ra deoc'h dilemel an doareenn $ATTRIBUTENAME ?"
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -7103,7 +7085,7 @@ msgstr ""
"E zilemel a fell deoc'h da vat ?"
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -7115,1071 +7097,1071 @@ msgstr ""
"E zilemel a fell deoc'h da vat ?"
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "N'eo ket talvoudek an anv %1 e mentrezh XML. Enankit un anv all."
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "N'eo ket talvoudek ar rakger %1 e mentrezh XML. Enankit ur rakger all."
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "An anv %1 ez eus anezhañ endeo. Enankit un anv all."
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "Ret eo d'ar c'has kaout un anv."
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Postañ"
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Lakaat"
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Tapout"
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Tra ebet"
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Eriol"
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Teul"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Ereadur : "
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Dave : "
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Gwered : "
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Hentenn : "
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Amsaviñ : "
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Ouzhpennañ un elfenn"
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Embann an elfenn"
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Lemel an elfenn kuit"
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Ouzhpennañ un doareenn"
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Embann an doareenn"
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Lemel an doareenn kuit"
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Ouzhpennañ un ereadur"
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Embann an ereadur"
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Lemel an ereadur kuit"
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Ouzhpennañ ur c'has"
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Embann ar c'has"
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Lemel ar c'has kuit"
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Elfenn"
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Doareenn"
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Ereadur"
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Riñvenn eren"
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "Ha sur hoc'h eus c'hoant da zilezel atoradur an teul %PRODUCTNAME ?"
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "A-gleiz"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "A-zehou"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Kreiz"
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Dekredel"
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "Mod enlakaat. Klikañ da gemmañ d'ar mod flastrañ."
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "Mod flastrañ. Klikañ da vont d'ar mod enlakaat"
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Flastrañ"
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Sinadur niverel : mat eo sinadur an teul."
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Sinadur niverel : mat eo sinadur an teul, koulskoude n'oa ket tu da dalvoudekaat an testenioù."
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Sinadur niverel : n'eo ket bet sinet an teul."
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Sinadur niverel : mat eo sinadur ha testeni an teul, koulskoude n'eo ket bet sinet an holl barzhioù eus an teul."
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
#, fuzzy
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Daskemmet eo bet an teul. Daouglikit a-benn enrollañ an teul."
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "N'eo ket bet daskemmet an teul abaoe an enrolladur diwezhañ."
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "O kargañ an teul..."
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "Lakaat an dreyonenn da genglotañ gant ar prenestr oberiant."
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr ""
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr ""
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr ""
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr ""
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr ""
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr ""
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr ""
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
#, fuzzy
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "Live zoumañ. Klik a-zehou da vont d'al live zoumañ pe glikañ da zigeriñ boestad emziviz Zoumañ."
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Zoum brasaat"
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Zoum bihanaat"
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25 %"
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50 %"
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75 %"
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100 %"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Pajenn a-bezh"
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Led pajenn"
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Gwel gwellek"
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Ar stiloù en o zouez"
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "S~tiloù rannbennadoù"
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "S~tiloù kelligoù"
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "Tizhet eo bet dibenn an teul"
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "Tizhet eo bet dibenn ar follenn"
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "N'eo ket bet kavet an termen klasket"
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "Tizhet eo bet derou an teul"
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Livaoueg"
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Ger-tremen direizh"
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Ne genglot ket ar gerioù-tremen"
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Padelligoù o stumm kelc'h bihan hag unvan"
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Padelligoù o stumm kelc'h bras hag unvan"
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Padelligoù o stumm diamant unvan"
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Padelligoù o stumm karrez bras hag unvan"
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Padelligoù evel biroù o vont d'an tu dehou leuniet"
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Padelligoù evel biroù o vont d'an tu dehou"
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Niverenn 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Niverenn 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Niverenn (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Niverennoù roman e pennlizherennoù I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Pennlizherennoù A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Lizherennoù munut a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Lizherennoù munut (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Niverennoù roman e lizherennoù munut i. ii. iii."
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
msgstr ""
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
msgstr ""
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Niverel gant an holl isliveoù"
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Padellig vihan he stumm kelc'h unvan, padellig evel un diamant unvan, padellig evel ur bir o vont d'an tu dehou, padellig o vont d'an tu dehou"
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "N'haller ket krouiñ ar restr."
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Stiloù neuz an taolennoù"
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Gweredoù da zizober : $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Gweredoù da zizober : $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Gweredoù da adober : $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Gweredoù da adober : $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Kavout"
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Teurel evezh ouzh an direnneg"
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "Skrammadur mentrezhet"
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr ""
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr ""
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr ""
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr ""
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "Skeudenn mod PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "Skeudenn mod TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "Skeudenn mod WMF"
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "Skeudenn mod MET"
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "Skeudenn mod PCT"
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "Skeudenn mod SVG"
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "Skeudenn mod PBM"
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Dianav"
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Trec'haoliñ"
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Mod ar skeudenn"
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Ruz"
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Gwer"
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Glas"
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Lintr"
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Dargemm"
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Boullder"
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Didroc'hañ"
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Tuadur dre ziouer"
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "Eus ar c'hrec'h d'an traoñ"
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "Eus an traoñ d'ar c'hrec'h"
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Berniet"
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Marz a-gleiz :"
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Usmarz :"
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Marz a-zehou :"
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Ismarz :"
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Deskrivadur ar bajennad :"
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Pennlizherennoù"
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Lizherennoù munut"
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Pennlizherennoù roman"
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Lizherennoù munut roman"
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Arabeg"
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Tra ebet"
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Gweledva"
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Poltred"
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Pajenn gleiz"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Pajenn dehou"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "An holl bajennoù"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Pajennoù tal ouzh tal"
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Aozer :"
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Deiziad :"
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Testenn :"
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Drekleur an arouezennoù"
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Livaoueg"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8187,2164 +8169,2164 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Latin diazez"
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Latin-1"
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Latin ledanaet-A"
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Latin ledanaet-B"
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "Askouezhioù al Lizherenneg soniadek etrevroadel"
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Lizherennoù daskemmañ dre esaouiñ"
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Merkoù diforc'hus dre gedaozañ"
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Gresianeg diazez"
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Arouezioù gresianek ha koptek"
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Kirillek"
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armeniek"
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Hebraek diazez"
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebraek astennet"
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Arabek diazez"
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Arabek astennet"
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengaleg"
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gujarati"
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "Odia"
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamil"
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannada"
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malayalam"
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Thai"
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Lao"
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Jorjianeg diazez"
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Jorjianeg astennet"
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangul Jamo"
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Gresianek astennet"
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Poentadur hollek"
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Mac'hoù ha feurioù"
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Arouezioù ar moneizioù"
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Arouezioù diforc'hus dre gedaozañ"
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Arouezioù lizherheñvel"
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Furmoù sifr"
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Biroù"
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Niñvaderioù jedoniezh"
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Arouezioù kalvezel liesseurt"
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Skeudennoù reoliñ"
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Naouaat luc'h an arouezennoù"
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Arouezennoù lizhersifrennel enkloz"
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Boestoù tresañ"
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Bloc'hadoù"
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Lunioù mentoniezhel"
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Arouezioù liesseurt"
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Dingbatoù"
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "Poentadur hag arouezioù evit SJK"
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Hangul keverlec'h gant Jamo"
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "Arouezennoù liesseurt evit SJK"
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "Lizherennoù ha mizioù enkloz evit SJK"
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "Keverlec'hded gant SJK"
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "Keallunioù unvanet evit SJK"
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "Astenn A evit keallunioù unvanet evit SJK"
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Maez an arver prevez"
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "Keallunioù keverlec'h gant SJK"
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Stummoù kinnig lizherennek"
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Stummoù-A kinnig arabek"
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Hanter-verkoù dre gedaozañ"
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "Stummoù keverlec'h gant SJK"
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Adstummoù bihan ar stummoù"
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Stummoù-B kinnig arabek"
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Stummoù o hanter-led hag o led a-bezh"
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Arouezennoù arbennik"
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Sillabennoù Yi"
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Gwrizhiennoù Yi"
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Stouet mod kozh"
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Gotek"
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Lizherenneg deseret"
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Arouezioù sonerezh mod Bizañs"
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Arouezioù sonerezh"
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Arouezioù lizhersifrennel ar jedoniezh"
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "Astenn B evit keallunioù unvanet evit SJK"
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "Astenn C evit keallunioù unvanet evit SJK"
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "Astenn D evit keallunioù unvanet evit SJK"
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "Ouzhpennadenn keallunioù keverlec'h evit SJK"
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Klavioù"
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Ouzhpennadenn girillek"
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Diuzerioù an adstumm"
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Maez arverañ prevez ouzhpenn - A"
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Maez arverañ prevez ouzhpenn - B"
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Tai Le"
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Arouezioù kmerek"
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Askouezhioù soniadel"
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Arouezennoù ha biroù liesseurt"
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Arouezioù c'hwec'hlun mod Yijing"
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Silabennaouek linennek B"
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Keallunioù linennek B"
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Niverennoù mod Egea"
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Lizherenneg Ugaritek"
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Lizherenneg Shaw"
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Lizherenneg Osmanya"
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Sinhala"
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetek"
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Myanmar"
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogham"
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Runek"
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Siriek"
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Etiopek"
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Cherokiek"
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Arouezennoù sillabennek an henvroaded eus Bro Ganada"
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongolek"
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Arouezioù-A jedoniezh liesseurt"
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Biroù-A ouzhpenn"
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Gousturioù Braille"
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Biroù-B ouzhpenn"
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Arouezioù-B jedoniezh liesseurt"
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "Gwriziennoù ouzhpenn evit SJK"
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Gwriziennoù Kangc'hi (sinaeg)"
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Arouezennoù deskrivañ kealluniek"
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalog"
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofo astennet"
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Arouezioù soniadel Katakana"
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "Tresoù evit SJK"
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Silabennaoueg mod Chipr"
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Arouezioù mod Tai C'huan Jing"
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Ouzhpennadenn diuzerezerioù an argemmennoù"
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Doare da skrivañ notennoù sonerezh gresianek kozh "
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Niverennoù e gresianeg kozh"
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Ouzhpennadenn arabek"
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Bugiseg"
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Ouzhpennadenn evit kedaozadur ar merkoù diforc'hus"
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Kopteg"
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Etiopek astennet"
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Ouzhpennadenn etiopek"
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Ouzhpennadenn evit ar jeorjiek"
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Lizherenneg Glagolitsa"
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Lizherenneg Karochti"
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Lizherennoù daskemmañ an arliv"
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Tai Lue nevez"
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Perseg kozh"
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Ouzhpennadenn evit an askouezhioù soniadel"
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Poentadur ouzhpenn"
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Lizherenneg Siloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Lizherenneg Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Lunioù a-serzh"
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Lizherenneg Nko"
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balineg"
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Latin ledanaet-C"
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Latin ledanaet-D"
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Lizherenneg fags-pa"
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Lizherenneg fenisia"
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Lizherenneg Tachlunek"
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Niveroù ha poentadur tachlunek"
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Niveroù jediñ dre vizhier"
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Soudaneg"
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lizherenneg Lepcha"
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Lizherenneg Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Kirillek astennet-A"
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vaieg"
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Kirillek astennet-B"
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Sorachtraeg"
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Lizherenneg Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Rejangeg"
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Chameg"
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Arouezioù kozh"
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Kantenn Faistoz"
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Likianeg"
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Karianeg"
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Lizherenneg Lidian"
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Teolennoù Mahjong"
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Teolennoù domino"
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samariteg"
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Doare skrivañ sillabennek astennet evit kanadeg an aborijined"
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Lizherenneg Tai Tam"
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Askouezhioù Veda"
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisueg"
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamumeg"
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Lunioù niverel indek boutin"
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Devanagarieg astennet"
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Lizherenneg Hangul Jamo astennet-A"
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Javaneg"
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Myanmareg astennet-A"
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Taieg Viet"
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Meetei Mayek"
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Lizherenneg Hangul Jamo astennet-B"
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Arameeg impalaer"
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Arabeg ar Su kozh"
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Avestaneg"
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Skritur Partek"
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Skritur Pahlavi"
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Turkeg kozh"
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Arouezioù niverel Rumi"
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Lizherenneg kaiti"
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Arouezlunioù Egipt"
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Ouzhpennadenn lizhersifrennel enframmet"
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Ouzhpennadenn kealluniek enframmet"
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Mandaeg"
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Batakeg"
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Etiopek astennet-A"
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Brahmieg"
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Ouzhpennadenn vanoumek"
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Ouzhpennadenn ganaek"
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Kartennoù c'hoari"
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Arouezioù ha keallunioù liesseurt"
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Fromarlunioù"
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Arouezioù an dezougen ha kartennoù"
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Arouezioù alkimiek"
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Arabek astennet-A"
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Arouezioù lizherennegel jedoniel an Arabed"
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Lizherenneg Chakma"
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Askouezhioù Meetei Mayek"
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Skritur red meroitek"
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Arouezlunioù meroitek"
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Lizherenneg Miao"
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Lizherenneg Sharada"
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Lizherenneg Sora Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Ouzhpennadenn soudanek"
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Lizherenneg Takri"
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Lizherenneg Bassa Vah"
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "Lizherenneg Albaniek Kokaz"
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "Niverennoù koptek evit an epakt"
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Kedaozadur ar merkoù diforc'hus astennet"
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Lizherenneg Duployé"
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Lizherenneg Elbasan"
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Lun mentoniel astennet"
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Lizherenneg Granta"
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Lizherenneg Kojki"
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Lizherenneg Kudawadi"
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Latin ledanaet-E"
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Linenneg A"
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Lizherenneg Mahajani"
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Lizherenneg Manikae"
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Lizherenneg Mende Kikakui"
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Lizherenneg Modi"
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Lizherenneg Mro"
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Lizherenneg Myanmar astennet-A"
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Lizherenneg Nabatae"
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Lizherenneg arabek ar Su kozh"
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Lizherenneg permiek kozh"
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Dingbats kinklañ"
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Lizherenneg Pahawh Hmong"
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Lizherenneg Palmira"
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Lizherenneg Pau Cin Hau"
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr "Lizherenneg Psalter Pahlavi"
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr "Reolerezhioù mentrezhañ ar berrskriverezh"
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr "Lizherenneg Siddham"
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr "Henniverennoù Sinhala"
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Biroù-C ouzhpenn"
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr "Lizherenneg Tirhuta"
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr "Lizherenneg Warang Citi"
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ahomek"
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Arouezlunioù Anatolia"
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr "Ouzhpennadenn cherokiek"
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "Astenn E evit keallunioù unvanet evit SJK"
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr "Tachlunek hendiernac'h"
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Hatranek"
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Multaniek"
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr "Hungarek kozh"
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr "Arouezioù ha keallunioù ouzhpenn"
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr "Skrivadur an arouezioù mod Sutton"
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Kirillek astennet-A"
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Ouzhpennadenn evit ar jeorjiek"
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Nevez"
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Arver"
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "Astenn A evit keallunioù unvanet evit SJK"
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Myanmareg astennet-A"
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Ouzhpennadenn girillek"
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr ""
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr ""
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr ""
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr ""
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr ""
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr ""
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr ""
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr ""
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr ""
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr ""
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr ""
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr ""
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr ""
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr ""
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr ""
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr ""
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr ""
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr ""
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr ""
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr ""
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr ""
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr ""
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr ""
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr ""
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr ""
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr ""
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr ""
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr ""
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr ""
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr ""
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr ""
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr ""
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr ""
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr ""
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr ""
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr ""
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr ""
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr ""
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr ""
@@ -10353,19 +10335,19 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr ""
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
@@ -14231,13 +14213,13 @@ msgid "None"
msgstr "Tra ebet"
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr "A-nevez"
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr "Livioù personelaet..."
diff --git a/source/brx/sc/messages.po b/source/brx/sc/messages.po
index e439bfe5f49..ae28e536a67 100644
--- a/source/brx/sc/messages.po
+++ b/source/brx/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: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33168,10 +33168,10 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr ""
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
+msgid "Format _quoted field as text"
msgstr ""
#. VAC6B
@@ -33228,10 +33228,10 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
diff --git a/source/brx/scp2/source/calc.po b/source/brx/scp2/source/calc.po
index ac98cfaaf80..d68043fce60 100644
--- a/source/brx/scp2/source/calc.po
+++ b/source/brx/scp2/source/calc.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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2017-04-12 15:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -225,3 +225,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr ""
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/brx/svx/messages.po b/source/brx/svx/messages.po
index 2569f73ad3d..fd8c9ffe8b7 100644
--- a/source/brx/svx/messages.po
+++ b/source/brx/svx/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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2020-05-20 11:23+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Bodo <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/brx/>\n"
@@ -6342,28 +6342,28 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
+msgid "Dark 1"
msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
+msgid "Light 1"
msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
+msgid "Dark 2"
msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
+msgid "Light 2"
msgstr ""
#. NAAZJ
@@ -6414,389 +6414,371 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr ""
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr ""
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr ""
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr ""
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "नारहरनाय"
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "नारहरनाय खेव/बन्द खालाम बाहाय"
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "टिल्ट गाहाय"
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "टिल्ट गोजौ"
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "टिल्ट आगसि"
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "टिल्ट आगदा"
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "नारहरनाय गोथौथि सोलाय"
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "अरियेन्टेसन सोलाय"
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "प्रजेकसन रोखोम सोलाय"
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "गोजोंथि खासामनायखौ सोलाय"
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "जोंथि सोलाय"
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "नारहरनाय मोखां सोलाय"
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "नारहरनाय गाब सोलाय"
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "फन्टवर्क"
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "फन्टवर्क महर बाहाय"
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "फन्टवर्क एखे हांखो गोजौथिखौ बाहाय"
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "फन्टवर्क सारि सारि साजायनाय बाहाय"
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "फन्टवर्क हांखो लांदां जायगा होनायखौ बाहाय"
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "जों"
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "आदब"
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "आरो"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "ख'ना दबथायनाय"
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "ख'ना बिन्दुनि सायखनाय"
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "गोजौनि आगसि"
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "गोजौनि गेजेर"
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "गोजौनि आगदा"
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "आगसि मिरु"
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "मिरु"
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "आगदा मिरु"
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "गाहायनि आगसि"
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "गाहायनि गेजेर"
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "गाहायनि आगदा"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "सिमा हांखो दबथायनाय"
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "बेयाव नोंथाङा सिमा हांखो सुजुनो हायो।"
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "जुनिया हांखो सायख"
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "बे ओनसोलाव जुनिया हांखोफोरखौ सायख"
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "हांखो क'ड"
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "'#'फोथाराव इनपुट गोनांथि जाबाय। अननानै मोनसे बेसेन एन्टार खालाम।"
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "फर्मफोर"
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "जेबो दबथायनाय सायखयाखै।"
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "आखुथायफोर:"
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "फर्म आखुथायफोर"
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "फर्म नेभिगेटर"
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "फर्म"
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "फर्म"
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "एरसोखोमानाय दबथायनाय"
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "दबथायनाय"
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "फोरमानलाइ"
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "नि"
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "फोथार दाजाब:"
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "डाटाबेसआव डाटा लिरनायाव जानाय गोरोन्थि"
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "सोंनाय बेखेवनायाव सिनटेक्स गोरोनथि"
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "नोंथाङा 1 फोरमानलाइखौ हुखुमोरनो सानो नामा।"
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "#फोरमानलाइफोरखौ हुखुमोरनाय जागोन।"
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6806,337 +6788,337 @@ msgstr ""
"नोंथाङा जायखि जाया सालाय लांबाय थानो सानो नामा?"
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "नेभिगेसन बार"
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "खाम्फा"
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "'#'आखुथाय फज'"
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "मुवा दोनग्राआव सोसन"
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "#हुखुमोर"
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "# मुवा फोरखौ हुखुमोर"
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "मोनसे मुवा दोनग्रा गुदि मुवाखौ जायगा सोलाय हो"
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "दबथायनायखौ जायगा सोलाय हो"
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "फराय बिजाब बाक्सु"
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "आनजाद बाक्सु"
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "कम्ब बाक्सु"
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "फरिलाइ बाक्सु"
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "अक्ट' फोथार"
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "सम फोथार"
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "अनजिमायारि फोथार"
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "रां फोथार"
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "नुमुना फोथार"
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "दाथाय दानाय फोथार"
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "बुथाम"
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "उफ्रा बुथाम"
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "लेबेल फोथार"
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "हानजा बाक्सु"
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "मुसुखा बुथाम"
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "मुसुखा दबथायनाय"
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "फाइल सायखनाय"
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "फारिलाइ दबथायनाय"
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "स्क्रलबार"
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "स्पिन बुथाम"
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "नेभिगेसन बार"
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "बायदिमैया सायखनाय"
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr ""
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "बोहैथि दाथायाव डाटा-सोमोन्दो गोनां दबथायनायफोर गैया!"
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr "(अक्ट')"
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr "(सम)"
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "फिल्टार नेभिगेटर"
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "..नि थाखाय फिल्टार"
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "एबा"
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "बोहैथि फर्मआव फारिलाइ नुथायआव बाहाय जानाय बाहाय जाथाव सिमा दबथायनायफोर गैया।"
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<गावआरि फोथार>"
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "SQL बिबुंथिआव सिनटेक्स गोरोनथि"
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr ""
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "LIKE खौ बे फोथारजों बाहायनो हाया।"
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "सोसननाय बेसेनआ मोनसे बाहाय जाथाव अक्ट' नङा। अननानै बाहाय जाथाव दाथायाव मोनसे अक्ट' एन्टार खालाम, दिन्थि महरै MM/DD/YY।"
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "फोथारखौ आबुं अनजिमाजों रुजुनो हाया।"
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr ""
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr ""
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr ""
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr ""
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr ""
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "फोथारखौ फ्लटिं बिन्दु अनजिमाजों रुजुनो हाया।"
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "सोसननाय बिसार खानथिखौ बे फोथारजों रुजुनो हाया।"
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "डाटा नेभिगेटर"
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr "(फरायनो-थाखायल')"
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "फाइला आगोलावनो दं खायो. लिरदेरबावनो?"
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr ""
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
@@ -7147,7 +7129,7 @@ msgstr ""
"नोंथाङा थारै बे मडेलखौ हुखुमोरनो सानो नामा? "
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
@@ -7158,7 +7140,7 @@ msgstr ""
"नोंथाङा थारै बे बिदिनथिखौ हुखुमोरनो सानो नामा?"
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
@@ -7167,13 +7149,13 @@ msgid ""
msgstr "गुदि मुवा '$ELEMENTNAME' हुखुमोरनाया बे गुदि मुवायाव थानाय बोहैथि गासै दबथायनायाव गोहोम खोख्लैयो। नोंथाङा थारैनो बे गुदि मुवाखौ हुखुमोरनो सानो नामा?"
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "नोंथाङा थारैनो गुण $ATTRIBUTENAME' खौ हुखुमोरनो सानो नामा?"
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
@@ -7185,7 +7167,7 @@ msgstr ""
"नोंथाङा थारैनो बे गथायनायखौ हुखुमोरनो सानो नामा? "
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
@@ -7198,1081 +7180,1081 @@ msgstr ""
" नोंथाङा थारैनो बे बाइन्डिंखौ हुखुमोरनो सानो नामा?"
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "XML आव '%1' बे मुङा बाहाय जाथाव नङा। अननानै गुबुन मोनसे मुं एन्टार खालाम।"
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "XML आव '%1'सिगां दाजाबदाया बाहाय जाथाव नङा। अननानै गुबुन मोनसे सिगां दाजाबदा एन्टार खालाम।"
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "मुं '%1' सिगाङावनो दङ। अननानै मोनसे गोदान मुं एन्टार खालाम।"
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "गथायनायहा मोनसे मुं थाथार नांगोन।"
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
#, fuzzy
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "पस्ट खालाम"
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
#, fuzzy
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "मोन"
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "रावबो नङा"
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
#, fuzzy
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "बिदिन्थिफोर"
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "फोरमान बिलाइ"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "बाइन्डिं: "
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "मखनाय: "
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "खामानि: "
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "खानथि: "
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "जायगा सोलाय हो: "
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "गुदि मुवा दाजाब"
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "गुदि मुवा सुजु"
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "गुदि मुवा हुखुमोर"
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "गुण दाजाब"
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "गुण सुजु"
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "गुण हुखुमोर"
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "बाइन्डिं दाजाब"
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "बाइन्डिं सुजु"
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "बाइन्डिं हुखुमोर"
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "गथायनाय दाजाब"
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "गथायनाय सुजु"
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "गथायनाय हुखुमोर"
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
#, fuzzy
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "सायखनाय"
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
#, fuzzy
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "गुणफोर"
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "बाइन्डिं"
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "बाइन्डिंग फोरमायनाय"
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
#, fuzzy
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "नोंथाङा थारै %PRODUCTNAME फोरमान बिलाइ मोनफिननायखौ एंगारनो सानो नामा?"
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "आगसि"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "आगदा"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "मिरु"
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "दसमिक"
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
#, fuzzy
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "~लिरदेरबाव"
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "डिजिटाल चहि: फोरमान बिलाइ चहिआ OK."
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "डिजिटाल चहि: फोरमान बिलाइ चहिआ OK, नाथाय चारटिफिकेटफोरा बाहाय जाथाव नङा।"
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "डिजिटाल चहि: फोरमान बिलाइखौ चहि होनाय जाया।"
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr ""
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr ""
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr ""
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
#, fuzzy
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "फोरमान बिलाइ ल'ड खालाम गासिनो दङ।"
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr ""
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr ""
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr ""
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr ""
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr ""
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr ""
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr ""
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "जुम आव"
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "जुमनि बायजोआव"
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "50%"
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "गासै बिखं"
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "बिखंनि गुवारथि"
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "आदब फोरखौ लाजाबनानै"
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
#, fuzzy
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "आनथोर आदब"
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "खथासा आदबफोर"
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "नागिरनाय साबिखौ मोनै"
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "गाब पेलेट"
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
#, fuzzy
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "बाहाय जायै पासवर्ड"
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr ""
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr ""
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr ""
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr ""
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr ""
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr ""
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr ""
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr ""
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr ""
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr ""
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr ""
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr ""
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr ""
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr ""
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr ""
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
msgstr ""
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
msgstr ""
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr ""
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr ""
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "फाइल सोरजिनो हायाखिसै।"
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr ""
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "सिगांनि महराव लाबो फिननो हाबाफोर : $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "सिगांनि महराव लाबो फिननो हाबाफोर : $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "मावफिननो हाबाफोर: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "मावफिननो हाबाफोर: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "नायगिरना मोन"
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr ""
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr ""
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr ""
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr ""
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "मोनथिमोनै"
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr ""
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "गोजा"
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "सोमखोर"
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "गोथां"
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "गोजोंथि"
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "फाराग"
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "गामा"
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "गोजों"
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "क्रप"
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "डिफल्ट अरियेन्टेशन"
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "गोजौ निफ्राय गाहाय सिम"
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "गाहाय निफ्राय गोजौसिम"
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "स्टेक खालामबाय"
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "आगसिनि रुगुं: "
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "गोजौनि रुगुं: "
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "आगदानि रुगुं: "
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "गाहायनि रुगुं: "
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "बिखं बेखेवनाय: "
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "गेदेर हांखोफोर"
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "गाहायनि केस"
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "आप्परकेस रमान"
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "लयारकेस रमान"
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "एराबिक"
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "रावबो नङा"
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "लेण्डस्केप"
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "प'र्ट्रेट"
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "आगसि"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "आगदा"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "गासै"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "आयना"
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "लिरगिरि: "
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "अक्ट': "
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "फराय बिजाब: "
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "हांखो सावगारिनि उनथिं थानाय"
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "गाब पेलेट"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8280,2171 +8262,2171 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr ""
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr ""
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr ""
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr ""
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr ""
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr ""
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr ""
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr ""
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr ""
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr ""
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr ""
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr ""
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr ""
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr ""
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr ""
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr ""
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr ""
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr ""
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr ""
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr ""
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr ""
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr ""
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr ""
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "थाइ"
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr ""
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr ""
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr ""
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr ""
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr ""
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr ""
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr ""
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "रां दिनथिसिन"
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr ""
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr ""
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr ""
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "थिर"
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr ""
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr ""
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr ""
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr ""
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr ""
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr ""
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr ""
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr ""
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr ""
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr ""
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr ""
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "~हिरागाना"
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "~काटाकाना"
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr ""
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr ""
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "गोबां रोखोमनि"
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr ""
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "गोरोबनाय गोनां"
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr ""
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr ""
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr ""
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr ""
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr ""
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr ""
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr ""
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr ""
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr ""
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr ""
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr ""
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr ""
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "जुनिया"
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "बल्ड फारसे खेंख्रा हांखो"
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr ""
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr ""
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr ""
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr ""
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr ""
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr ""
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr ""
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr ""
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr ""
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr ""
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr ""
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr ""
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr ""
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr ""
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr ""
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr ""
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr ""
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr ""
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr ""
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr ""
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr ""
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr ""
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr ""
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr ""
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr ""
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr ""
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr ""
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr ""
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr ""
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr ""
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr ""
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr ""
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr ""
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr ""
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "फालांगि"
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr ""
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr ""
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr ""
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr ""
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr ""
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr ""
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr ""
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr ""
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "चार्ट"
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "फारि"
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "जापानिज"
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr ""
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "इमटआइकनफोर"
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr ""
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr ""
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr ""
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr ""
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "म'ड"
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr ""
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr ""
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "गोदान"
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr ""
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr ""
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr ""
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr ""
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr ""
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr ""
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr ""
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr ""
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr ""
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr ""
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr ""
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr ""
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr ""
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr ""
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr ""
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr ""
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr ""
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr ""
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr ""
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr ""
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr ""
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr ""
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr ""
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr ""
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr ""
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr ""
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr ""
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr ""
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr ""
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr ""
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr ""
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr ""
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr ""
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr ""
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr ""
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr ""
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr ""
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr ""
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr ""
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr ""
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr ""
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr ""
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr ""
@@ -10453,19 +10435,19 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr ""
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
@@ -14342,13 +14324,13 @@ msgid "None"
msgstr "रावबो नङा"
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr ""
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr ""
diff --git a/source/bs/helpcontent2/source/text/scalc/00.po b/source/bs/helpcontent2/source/text/scalc/00.po
index 540783e4070..974c9a18b18 100644
--- a/source/bs/helpcontent2/source/text/scalc/00.po
+++ b/source/bs/helpcontent2/source/text/scalc/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2536,13 +2536,13 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
msgstr ""
-#. sBA56
+#. JGKyR
#: sheet_menu.xhp
msgctxt ""
"sheet_menu.xhp\n"
"par_id561684962038778\n"
"help.text"
-msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgid "Choose <menuitem>Review - Protect Sheet</menuitem>"
msgstr ""
#. Fg4o9
diff --git a/source/bs/helpcontent2/source/text/shared/00.po b/source/bs/helpcontent2/source/text/shared/00.po
index 28b13e74584..539b3d1aea1 100644
--- a/source/bs/helpcontent2/source/text/shared/00.po
+++ b/source/bs/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2022-12-12 13:30+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Bosnian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/bs/>\n"
@@ -1600,6 +1600,15 @@ msgctxt ""
msgid "From the Menu bar:"
msgstr ""
+#. haGjm
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684932173786\n"
+"help.text"
+msgid "From the Context menu:"
+msgstr ""
+
#. 6QF4D
#: 00000004.xhp
msgctxt ""
@@ -1645,6 +1654,15 @@ msgctxt ""
msgid "From the Start Center, click"
msgstr ""
+#. DQteW
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931686300557948\n"
+"help.text"
+msgid "From the Status bar:"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -7225,6 +7243,60 @@ msgctxt ""
msgid "Close"
msgstr ""
+#. DSfYn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110001\n"
+"help.text"
+msgid "Select <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. k9NDc
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110002\n"
+"help.text"
+msgid "Choose <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. WNdsn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685707180577\n"
+"help.text"
+msgid "<image src=\"cmd/lc_templatemanager.svg\" id=\"img_id101685707180578\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id701685707180579\">Icon Template Manager</alt></image>"
+msgstr ""
+
+#. jxZcJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id141685707180581\n"
+"help.text"
+msgid "Templates"
+msgstr ""
+
+#. 72Roy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685707253310\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + N</keycode>"
+msgstr ""
+
+#. SB9PY
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id151685707338424\n"
+"help.text"
+msgid "Click on the <menuitem>Templates</menuitem> button."
+msgstr ""
+
#. GSRTM
#: 00000401.xhp
msgctxt ""
@@ -7351,6 +7423,51 @@ msgctxt ""
msgid "Save a Copy"
msgstr ""
+#. nkjmW
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629430220\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>."
+msgstr ""
+
+#. wN5yQ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685704731179\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>"
+msgstr ""
+
+#. 9Hgnk
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id431513629862558\n"
+"help.text"
+msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File</emph>."
+msgstr ""
+
+#. 8rmQq
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id991685704766726\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveasremote.svg\" id=\"img_id101685704766727\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id951685704766728\">Icon Save Remote</alt></image>"
+msgstr ""
+
+#. JCcsE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id531685704766729\n"
+"help.text"
+msgid "Save Remote"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7477,13 +7594,40 @@ msgctxt ""
msgid "Reload"
msgstr ""
-#. qdS25
+#. NAyAK
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3166425\n"
"help.text"
-msgid "<variable id=\"info1\">Choose <menuitem>File - Properties</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. zRkFS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685706381820\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. qg49k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685706400576\n"
+"help.text"
+msgid "<image src=\"cmd/lc_setdocumentproperties.svg\" id=\"img_id721685706400577\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id401685706400578\">Icon Document Properties</alt></image>"
+msgstr ""
+
+#. hGh4o
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685706400580\n"
+"help.text"
+msgid "Document Properties"
msgstr ""
#. HCGtN
@@ -7513,13 +7657,22 @@ msgctxt ""
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security</menuitem> and, in the <emph>Certificate Path</emph> area, click <menuitem>Certificate</menuitem>."
msgstr ""
-#. bjtF6
+#. ztEvn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11163\n"
"help.text"
-msgid "<variable id=\"digitalsigs\">Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>."
+msgstr ""
+
+#. u6Rcy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_idN11156\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
msgstr ""
#. QA6UC
@@ -7531,22 +7684,40 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Macros - Digital Signature</menuitem>."
msgstr ""
-#. u6Rcy
+#. DW6BN
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_idN11156\n"
+"par_id881685708186380\n"
"help.text"
-msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
+msgid "Choose <menuitem>File - Digital Signatures</menuitem>."
msgstr ""
-#. G3b6A
+#. uxAA2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685708203107\n"
+"help.text"
+msgid "<image src=\"cmd/lc_signature.svg\" id=\"img_id651685708203108\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931685708203109\">Icon Digital Signature</alt></image>"
+msgstr ""
+
+#. gFkGA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id791685708203111\n"
+"help.text"
+msgid "Digital Signature"
+msgstr ""
+
+#. 2UVF3
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN1117E\n"
"help.text"
-msgid "Double-click or right-click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
+msgid "Click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
msgstr ""
#. oUEEy
@@ -7981,6 +8152,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Exit %PRODUCTNAME</menuitem>."
msgstr ""
+#. TJcjf
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685709082165\n"
+"help.text"
+msgid "<image src=\"cmd/lc_quit.svg\" id=\"img_id871685709082167\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id651685709082168\">Icon Exit</alt></image>"
+msgstr ""
+
+#. 4fn3K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685709082170\n"
+"help.text"
+msgid "Exit"
+msgstr ""
+
#. DjhX3
#: 00000401.xhp
msgctxt ""
@@ -15280,24 +15469,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Undo</menuitem>."
msgstr ""
-#. AA56D
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3145160\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>"
-msgstr ""
-
-#. LW82F
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3154094\n"
-"help.text"
-msgid "On the <emph>Standard</emph> bar or <emph>Table Data</emph> bar, click"
-msgstr ""
-
#. AwFxC
#: edit_menu.xhp
msgctxt ""
@@ -15316,22 +15487,22 @@ msgctxt ""
msgid "Undo"
msgstr ""
-#. CRhMd
+#. CEAXt
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3145068\n"
+"par_id3145160\n"
"help.text"
-msgid "Choose <menuitem>Edit - Redo</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Z</keycode>"
msgstr ""
-#. VgWZG
+#. CRhMd
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3153897\n"
+"par_id3145068\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "Choose <menuitem>Edit - Redo</menuitem>."
msgstr ""
#. 4UACs
@@ -15352,40 +15523,67 @@ msgctxt ""
msgid "Redo"
msgstr ""
-#. VqzCC
+#. hVXND
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id591685963188763\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Y</keycode>"
+msgstr ""
+
+#. 9646J
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3154365\n"
"help.text"
-msgid "<variable id=\"letzter\">Choose <menuitem>Edit - Repeat</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Repeat</menuitem>."
msgstr ""
-#. DyHWB
+#. zyjrz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3149765\n"
+"par_id611685963967520\n"
"help.text"
-msgid "Choose <menuitem>Edit - Cut</menuitem>."
+msgid "<image src=\"cmd/lc_repeat.svg\" id=\"img_id491685963967521\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685963967522\">Icon Repeat</alt></image>"
msgstr ""
-#. siZcT
+#. Vngcs
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3144762\n"
+"par_id121685963967524\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>"
+msgid "Repeat"
msgstr ""
-#. YEYM4
+#. XAUzr
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148744\n"
+"par_id371685963759435\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + Y</keycode>"
+msgstr ""
+
+#. DyHWB
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3149765\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Cut</menuitem>."
+msgstr ""
+
+#. tACpY
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685964587740\n"
+"help.text"
+msgid "Choose <menuitem>Home - Cut</menuitem>."
msgstr ""
#. zCT5V
@@ -15406,31 +15604,40 @@ msgctxt ""
msgid "Cut"
msgstr ""
-#. 75bkj
+#. AuJsz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3150742\n"
+"par_id3144762\n"
"help.text"
-msgid "Choose <menuitem>Edit - Copy</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + X</keycode>"
msgstr ""
-#. dqu5U
+#. CdvjE
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148923\n"
+"par_id101685965015077\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+C</keycode>"
+msgid "<keycode>Shift + Del</keycode>"
msgstr ""
-#. ENXCh
+#. 75bkj
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159254\n"
+"par_id3150742\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "Choose <menuitem>Edit - Copy</menuitem>."
+msgstr ""
+
+#. CUyWZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id421685964733661\n"
+"help.text"
+msgid "Choose <menuitem>Home - Copy</menuitem>."
msgstr ""
#. BEKcn
@@ -15451,31 +15658,40 @@ msgctxt ""
msgid "Copy"
msgstr ""
-#. zsvyg
+#. WLLXn
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159153\n"
+"par_id3148923\n"
"help.text"
-msgid "Choose <menuitem>Edit - Paste</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + C</keycode>"
msgstr ""
-#. 2JEAF
+#. PryAi
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155860\n"
+"par_id101685965088876\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>"
+msgid "<keycode>Ctrl + Ins</keycode>"
msgstr ""
-#. wDTHt
+#. zsvyg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159083\n"
+"par_id3159153\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "Choose <menuitem>Edit - Paste</menuitem>."
+msgstr ""
+
+#. ynW6V
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id481685965303610\n"
+"help.text"
+msgid "Choose <menuitem>Home - Paste</menuitem>."
msgstr ""
#. HZLPq
@@ -15496,6 +15712,33 @@ msgctxt ""
msgid "Paste"
msgstr ""
+#. 5R5Je
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3155860\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + V</keycode>"
+msgstr ""
+
+#. YRBqH
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id261685965384099\n"
+"help.text"
+msgid "<keycode>Shift + Ins</keycode>"
+msgstr ""
+
+#. WopNZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3142791\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Paste Special</menuitem>."
+msgstr ""
+
#. 8U2sv
#: edit_menu.xhp
msgctxt ""
@@ -15505,6 +15748,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Paste Special - Paste Special</menuitem>."
msgstr ""
+#. A3fDq
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id521685966553736\n"
+"help.text"
+msgid "Long click on <menuitem>Home - Paste</menuitem>."
+msgstr ""
+
+#. HHNRa
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id801685967705406\n"
+"help.text"
+msgid "<image src=\"cmd/lc_pastespecial.svg\" id=\"img_id411685967705407\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id261685967705408\">Icon Paste Special</alt></image>"
+msgstr ""
+
+#. CCMPR
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id661685967705410\n"
+"help.text"
+msgid "Paste Special"
+msgstr ""
+
+#. 3r6MK
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id401685968775099\n"
+"help.text"
+msgid "<image src=\"cmd/lc_paste.svg\" id=\"img_id331685968775100\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191685968775101\">Icon Paste</alt></image>"
+msgstr ""
+
+#. cgEiS
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id81685968775103\n"
+"help.text"
+msgid "Paste (long click)"
+msgstr ""
+
#. CFGeE
#: edit_menu.xhp
msgctxt ""
@@ -15604,15 +15892,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Select All</menuitem>."
msgstr ""
-#. mia2c
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3152417\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>"
-msgstr ""
-
#. gXMsj
#: edit_menu.xhp
msgctxt ""
@@ -15631,13 +15910,22 @@ msgctxt ""
msgid "Select All"
msgstr ""
-#. Tb8Mu
+#. G7z8T
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3152417\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + A</keycode>"
+msgstr ""
+
+#. TGtWv
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3145251\n"
"help.text"
-msgid "<variable id=\"aenderungen\">Choose <menuitem>Edit - Track Changes</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Track Changes</menuitem>."
msgstr ""
#. FtngJ
@@ -15739,6 +16027,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Track Changes - Manage - List</menuitem> tab.<br/>Click an entry in the list and open the context menu.<br/>Choose <emph>Edit Comment</emph>."
msgstr ""
+#. ZGYjQ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id171685981254743\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Comment</menuitem>."
+msgstr ""
+
+#. ABCVo
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id501685985116612\n"
+"help.text"
+msgid "Click on the comment to select and then open the context menu."
+msgstr ""
+
+#. tCQAy
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"hd_id211685985284382\n"
+"help.text"
+msgid "On the Comment note:"
+msgstr ""
+
+#. J6HJx
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685985156516\n"
+"help.text"
+msgid "Click on the drop-down list of the selected comment."
+msgstr ""
+
+#. LSwGJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id711685981703647\n"
+"help.text"
+msgid "Choose <menuitem>Review</menuitem>."
+msgstr ""
+
#. oGZeX
#: edit_menu.xhp
msgctxt ""
@@ -15748,49 +16081,58 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Find</menuitem>."
msgstr ""
-#. cPD4u
+#. Up9Ag
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id31545031\n"
+"par_id511685975100630\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
+msgid "Choose <menuitem>Home - Find</menuitem>."
msgstr ""
-#. f4EM6
+#. ZqAwc
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3156297\n"
+"par_id831685975004752\n"
"help.text"
-msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
+msgid "<image src=\"cmd/lc_recsearch.svg\" id=\"img_id251685975004753\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id521685975004754\">Icon Find</alt></image>"
msgstr ""
-#. 4pWKe
+#. fAhot
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3154503\n"
+"par_id51685975004756\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+H</keycode>"
+msgid "Find"
msgstr ""
-#. UPprs
+#. yhe7q
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155083\n"
+"par_id31545031\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F</keycode>"
+msgstr ""
+
+#. f4EM6
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3156297\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
msgstr ""
-#. vsGEm
+#. KV28P
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3150020\n"
"help.text"
-msgid "<image id=\"img_id3149121\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
+msgid "<image id=\"img_id3149121\" src=\"cmd/lc_searchdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
msgstr ""
#. jRcHP
@@ -15802,6 +16144,15 @@ msgctxt ""
msgid "Find & Replace"
msgstr ""
+#. 8eSKz
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3154503\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + H</keycode>"
+msgstr ""
+
#. EtPCq
#: edit_menu.xhp
msgctxt ""
@@ -15919,13 +16270,22 @@ msgctxt ""
msgid "<variable id=\"litdat\">Choose <menuitem>Tools - Bibliography Database</menuitem>.</variable>"
msgstr ""
-#. EaFwu
+#. gNsWJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id631686092409826\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Links to External Files</menuitem>."
+msgstr ""
+
+#. L9Jyy
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3149281\n"
"help.text"
-msgid "<variable id=\"link\">Choose <menuitem>Edit - External Links</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - External Links</menuitem>."
msgstr ""
#. xSMBV
@@ -15982,13 +16342,31 @@ msgctxt ""
msgid "<variable id=\"edit3\">Choose <menuitem>Edit - OLE Object - Open</menuitem>.</variable>"
msgstr ""
-#. kQifg
+#. CB5Dg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id951603556032047\n"
"help.text"
-msgid "<variable id=\"reference\">Choose <menuitem>Edit - Reference</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Reference</menuitem>."
+msgstr ""
+
+#. eA6Ct
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id1001686083178681\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id811686083178682\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id281686083178683\">Icon Reference</alt></image>"
+msgstr ""
+
+#. 8BUbV
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id671686083178685\n"
+"help.text"
+msgid "Reference"
msgstr ""
#. PNGYK
diff --git a/source/bs/helpcontent2/source/text/shared/01.po b/source/bs/helpcontent2/source/text/shared/01.po
index 428d8858f0b..fec053d3813 100644
--- a/source/bs/helpcontent2/source/text/shared/01.po
+++ b/source/bs/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2563,24 +2563,6 @@ msgctxt ""
msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Saves a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. 8GEre
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save Remote...</item> ."
-msgstr ""
-
-#. 2FysC
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File...</emph> ."
-msgstr ""
-
#. jpc76
#: 01060001.xhp
msgctxt ""
@@ -4048,15 +4030,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">Lets you organize and edit your templates, as well as save the current file as a template.</ahelp>"
msgstr ""
-#. VWjC6
-#: 01110000.xhp
-msgctxt ""
-"01110000.xhp\n"
-"par_01110001\n"
-"help.text"
-msgid "Select <emph>File - Templates</emph>."
-msgstr ""
-
#. xfFYL
#: 01110101.xhp
msgctxt ""
@@ -12787,13 +12760,13 @@ msgctxt ""
msgid "Comment"
msgstr "Komentar"
-#. gYF3A
+#. rRJxQ
#: 02230300.xhp
msgctxt ""
"02230300.xhp\n"
"hd_id3083278\n"
"help.text"
-msgid "Insert Track Change Comment"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/02230300.xhp\">Insert Track Change Comment</link></variable>"
msgstr ""
#. 56iv7
@@ -14560,14 +14533,14 @@ msgctxt ""
msgid "<bookmark_value>comments;inserting/editing/deleting/printing/resolving</bookmark_value> <bookmark_value>comments;hide resolved</bookmark_value> <bookmark_value>comments;resolve in text documents</bookmark_value> <bookmark_value>inserting; comments</bookmark_value> <bookmark_value>editing; comments</bookmark_value> <bookmark_value>deleting;comments</bookmark_value> <bookmark_value>Navigator;comments</bookmark_value> <bookmark_value>printing;comments</bookmark_value> <bookmark_value>resolving;comments</bookmark_value> <bookmark_value>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>"
msgstr ""
-#. zNaVC
+#. nhCGe
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3154100\n"
"help.text"
-msgid "<link href=\"text/shared/01/04050000.xhp\">Comment</link>"
-msgstr "<link href=\"text/shared/01/05040200.xhp\">Strana</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/04050000.xhp\">Comment</link></variable>"
+msgstr ""
#. B5Lac
#: 04050000.xhp
@@ -50173,22 +50146,22 @@ msgctxt ""
msgid "<ahelp hid=\".\">Insert clipboard table data in a table as new rows instead of overwriting the content of the original cells of the target table.</ahelp>"
msgstr ""
-#. oivUB
+#. k6vZo
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"tit\n"
"help.text"
-msgid "Paste Special"
+msgid "Paste Special Menu"
msgstr ""
-#. 4Vh77
+#. xL3tw
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"hd_id361584804540671\n"
"help.text"
-msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special</link></variable>"
+msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special Menu</link></variable>"
msgstr ""
#. RWjTr
diff --git a/source/bs/helpcontent2/source/text/shared/02.po b/source/bs/helpcontent2/source/text/shared/02.po
index b23f16adb07..f9cbbdf1c70 100644
--- a/source/bs/helpcontent2/source/text/shared/02.po
+++ b/source/bs/helpcontent2/source/text/shared/02.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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-12 13:21+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12598,13 +12598,31 @@ msgctxt ""
msgid "<link href=\"text/shared/02/07070000.xhp\">Edit Mode</link>"
msgstr ""
-#. hZBXN
+#. AhNdc
#: 07070000.xhp
msgctxt ""
"07070000.xhp\n"
"par_id3153089\n"
"help.text"
-msgid "<ahelp hid=\".uno:EditDoc\" visibility=\"hidden\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgid "<ahelp hid=\".uno:EditDoc\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgstr ""
+
+#. FDnmk
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id251686099274448\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Edit Mode</menuitem>."
+msgstr ""
+
+#. 7WzFi
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id1001686099454407\n"
+"help.text"
+msgid "Choose <menuitem>Review - Edit Mode</menuitem>."
msgstr ""
#. VpjVS
@@ -12625,6 +12643,15 @@ msgctxt ""
msgid "Edit Mode"
msgstr ""
+#. dCCDo
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id471686099219977\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + M</keycode>"
+msgstr ""
+
#. 2GUFC
#: 07070000.xhp
msgctxt ""
@@ -12904,22 +12931,31 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr ""
-#. cMHrB
+#. tExb7
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
-"par_id161616407054506\n"
+"par_id341686079869387\n"
"help.text"
-msgid "On <link href=\"text/shared/main0201.xhp\"><emph>Standard</emph></link> bar, click"
+msgid "Choose <menuitem>Edit Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr ""
-#. MSjJA
+#. GYAT9
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id511686079721406\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Hyperlink</menuitem>."
+msgstr ""
+
+#. CuQ8K
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
"par_id3154927\n"
"help.text"
-msgid "<image id=\"img_id3093440\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon</alt></image>"
+msgid "<image id=\"img_id3093440\" src=\"cmd/lc_inserthyperlink.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon Hyperlink</alt></image>"
msgstr ""
#. Dty7B
@@ -12931,6 +12967,15 @@ msgctxt ""
msgid "Hyperlink Dialog"
msgstr ""
+#. mPi9C
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id121686079478786\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + K</keycode>"
+msgstr ""
+
#. H2EQu
#: 09070000.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/shared/menu.po b/source/bs/helpcontent2/source/text/shared/menu.po
index 92e0bd1c079..9b425f2a7e2 100644
--- a/source/bs/helpcontent2/source/text/shared/menu.po
+++ b/source/bs/helpcontent2/source/text/shared/menu.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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2016-05-24 02:58+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16,6 +16,240 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1464058737.000000\n"
+#. kAYUQ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comments Menu"
+msgstr ""
+
+#. iAF2Y
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id381685980724188\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/menu/comment_menu.xhp\">Comments Menu</link></variable>"
+msgstr ""
+
+#. nxWrC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941603125587454\n"
+"help.text"
+msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
+msgstr ""
+
+#. ZpC2v
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id771685982803183\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. Gvcr8
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id491685993001013\n"
+"help.text"
+msgid "Inserts a new comment adjacent to the comment to which you want to reply. The comment anchor is the same for all comments in the thread."
+msgstr ""
+
+#. rcW2w
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id341685992961744\n"
+"help.text"
+msgid "<image src=\"cmd/lc_replycomment.svg\" id=\"img_id911685992961745\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685992961746\">Icon Reply Comment</alt></image>"
+msgstr ""
+
+#. DBxGw
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id661685992961748\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. z6sGj
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id931685994600871\n"
+"help.text"
+msgid "Replying a comment creates a comment thread."
+msgstr ""
+
+#. ihDxZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id951685982807912\n"
+"help.text"
+msgid "Resolve / Unresolve"
+msgstr ""
+
+#. M6x5n
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id751685993265436\n"
+"help.text"
+msgid "Marks the comment as <emph>Resolved</emph> (or <emph>Unresolved</emph>). When you mark the comment resolved, the word <emph>Resolved</emph> is inserted under the date in the comment box. When marking unresolved, the word <emph>Resolved</emph> is removed."
+msgstr ""
+
+#. EfGUV
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id541685982812304\n"
+"help.text"
+msgid "Resolve Thread"
+msgstr ""
+
+#. LvCLG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id171685994484069\n"
+"help.text"
+msgid "Marks the comment thread as <emph>Resolved</emph> (or <emph>Unresolved</emph>). All comments in the thread are marked <emph>Resolved</emph> (or <emph>Unresolved)</emph>."
+msgstr ""
+
+#. 4bSUA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id811685982816727\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. rJq6j
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id241685994046592\n"
+"help.text"
+msgid "Deletes the comment."
+msgstr ""
+
+#. 9vvEv
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id721685994175303\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteannotation.svg\" id=\"img_id161685994175304\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id751685994175306\">Icon Delete Comment</alt></image>"
+msgstr ""
+
+#. gi9Xt
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id641685994175307\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. 6DKqG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id411685982821640\n"
+"help.text"
+msgid "Delete Comment Thread"
+msgstr ""
+
+#. w7wTC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941685994231483\n"
+"help.text"
+msgid "Deletes all comments of the same thread."
+msgstr ""
+
+#. AKAAD
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id801685982825543\n"
+"help.text"
+msgid "Delete Comment By"
+msgstr ""
+
+#. tfGAA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id631685994308029\n"
+"help.text"
+msgid "Deletes all comments of the same author."
+msgstr ""
+
+#. J5FWB
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id321685982829794\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. zmziK
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id131685994324823\n"
+"help.text"
+msgid "Deletes all comments of the document."
+msgstr ""
+
+#. mnSiZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id881685994350879\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteallannotation.svg\" id=\"img_id501685994350880\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685994350881\">Icon Delete All Comments</alt></image>"
+msgstr ""
+
+#. 5wMSG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id371685994350883\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. 3ijYG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id701685995308264\n"
+"help.text"
+msgid "Format All Comments"
+msgstr ""
+
+#. WBBq9
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id481685995582479\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/01/05020000.xhp\">Format Character</link> dialog to set font, font effects, position and highlighting of all comments text."
+msgstr ""
+
#. rxCQJ
#: forms.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/swriter.po b/source/bs/helpcontent2/source/text/swriter.po
index abdf49f54ff..c924dc2f7ff 100644
--- a/source/bs/helpcontent2/source/text/swriter.po
+++ b/source/bs/helpcontent2/source/text/swriter.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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-10-21 20:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -241,51 +241,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
msgstr "<ahelp hid=\".\">Ovaj meni sadrži naredbe za izmjenu sadržaja postojećeg dokumenta.</ahelp>"
-#. TV7tD
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3147619\n"
-"help.text"
-msgid "Select Text"
-msgstr ""
-
-#. Hug2v
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id102920150120455108\n"
-"help.text"
-msgid "Go to Page"
-msgstr ""
-
-#. GjSQM
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id102920150120456660\n"
-"help.text"
-msgid "Opens a dialog box to enter which page number should be shown. (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+G</keycode>)"
-msgstr ""
-
-#. xFstf
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id11603124968334\n"
-"help.text"
-msgid "Comment"
-msgstr ""
-
-#. ycoWJ
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id941603125587454\n"
-"help.text"
-msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
-msgstr ""
-
#. FDHX2
#: main0102.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/swriter/00.po b/source/bs/helpcontent2/source/text/swriter/00.po
index 14373bf1b1a..5cbd9f19ebb 100644
--- a/source/bs/helpcontent2/source/text/swriter/00.po
+++ b/source/bs/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -322,13 +322,121 @@ msgctxt ""
msgid "<variable id=\"datenaust\">Choose <emph>Edit - Exchange Database</emph></variable>"
msgstr ""
-#. DXxuu
+#. CGgT4
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3146316\n"
"help.text"
-msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>"
+msgid "Choose <menuitem>Edit - Fields</menuitem>."
+msgstr ""
+
+#. z7vy3
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601686084207673\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. aWNoC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id621686084297019\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. KJtNh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id261686084354397\n"
+"help.text"
+msgid "<menuitem>Edit Field</menuitem>"
+msgstr ""
+
+#. RDJDe
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id241686084284027\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. UAFwh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id671686084291318\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. PQnPz
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761686084998093\n"
+"help.text"
+msgid "Choose <menuitem>References - Fields</menuitem>."
+msgstr ""
+
+#. hpgYC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571686085013340\n"
+"help.text"
+msgid "Choose <menuitem>References - Cross-references</menuitem>."
+msgstr ""
+
+#. vSzco
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id211686084424319\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id501686084424320\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id741686084424321\">Icon Cross-Reference</alt></image>"
+msgstr ""
+
+#. dvoeF
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id921686084424323\n"
+"help.text"
+msgid "Cross-Reference"
+msgstr ""
+
+#. ZmfMu
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id911686084496205\n"
+"help.text"
+msgid "<image src=\"cmd/lc_addfield.svg\" id=\"img_id871686084496206\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id621686084496207\">Icon Insert Field</alt></image>"
+msgstr ""
+
+#. pEDLA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id481686084496209\n"
+"help.text"
+msgid "Insert Field"
+msgstr ""
+
+#. x9PQn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id161686084056231\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F2</keycode>"
msgstr ""
#. t2xAY
@@ -385,14 +493,50 @@ msgctxt ""
msgid "<variable id=\"lit\">Choose <emph>Edit - Bibliography Entry</emph></variable>"
msgstr ""
-#. qG3yF
+#. MfDB3
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3973204\n"
"help.text"
-msgid "<variable id=\"selection_mode\">Choose <emph>Edit - Selection Mode</emph></variable>"
-msgstr "<variable id=\"selektierenz\">Choose <emph>Tabela - Izaberi - Row</emph></variable>"
+msgid "Choose <menuitem>Edit - Selection Mode</menuitem>"
+msgstr ""
+
+#. Sppap
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id491685970640972\n"
+"help.text"
+msgid "Click the <menuitem>Selection</menuitem> area."
+msgstr ""
+
+#. VAPQj
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761685972500574\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Select Text</menuitem>."
+msgstr ""
+
+#. YSDSS
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571685973272593\n"
+"help.text"
+msgid "Choose <menuitem>Select Text</menuitem>."
+msgstr ""
+
+#. ZZrGn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id51685972424605\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + I</keycode>"
+msgstr ""
#. DLEkm
#: 00000402.xhp
@@ -403,6 +547,60 @@ msgctxt ""
msgid "<variable id=\"direct_cursor\">Choose <emph>Edit - Direct Cursor Mode</emph></variable>"
msgstr "<variable id=\"selektierenz\">Choose <emph>Tabela - Izaberi - Row</emph></variable>"
+#. aWUsm
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601685977093827\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Go to Page</menuitem>."
+msgstr ""
+
+#. ELFmx
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id931685977488251\n"
+"help.text"
+msgid "Choose <menuitem>Home tab menu - Go to Page</menuitem>."
+msgstr ""
+
+#. xdsdD
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id961685977342894\n"
+"help.text"
+msgid "<image src=\"cmd/lc_gotopage.svg\" id=\"img_id321685977342895\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id901685977342896\">Icon Go to Page</alt></image>"
+msgstr ""
+
+#. mEGRA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id191685977342898\n"
+"help.text"
+msgid "Go to Page"
+msgstr ""
+
+#. qAucq
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id651685976992603\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + G</keycode>"
+msgstr ""
+
+#. Rpgek
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id551685977289618\n"
+"help.text"
+msgid "Click on the <emph>Page number</emph> area."
+msgstr ""
+
#. cjzea
#: 00000403.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/swriter/01.po b/source/bs/helpcontent2/source/text/swriter/01.po
index a22e0a3ed02..e7b47ffea74 100644
--- a/source/bs/helpcontent2/source/text/swriter/01.po
+++ b/source/bs/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-10-21 20:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25990,24 +25990,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr ""
-#. hyBpE
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3150708\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. 9YEFF
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3153533\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
#. PNNRW
#: 06060100.xhp
msgctxt ""
@@ -26026,24 +26008,6 @@ msgctxt ""
msgid "Roman numerals (lower)"
msgstr ""
-#. EiABw
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3151332\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. DxFBt
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3149820\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. CT77W
#: 06060100.xhp
msgctxt ""
@@ -26296,15 +26260,6 @@ msgctxt ""
msgid "Description"
msgstr "Opis"
-#. BoqBZ
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150981\n"
-"help.text"
-msgid "1, 2, 3"
-msgstr ""
-
#. ECZ4S
#: 06080100.xhp
msgctxt ""
@@ -26314,51 +26269,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr ""
-#. oEuGf
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150763\n"
-"help.text"
-msgid "A, B, C"
-msgstr ""
-
-#. GBURp
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153154\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. MAEkA
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3151171\n"
-"help.text"
-msgid "a, b, c"
-msgstr ""
-
-#. NGbwW
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147508\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
-#. CCgce
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150706\n"
-"help.text"
-msgid "I, II, III"
-msgstr ""
-
#. uviUq
#: 06080100.xhp
msgctxt ""
@@ -26368,15 +26278,6 @@ msgctxt ""
msgid "Roman numerals (upper case)"
msgstr ""
-#. xBuC9
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153530\n"
-"help.text"
-msgid "i, ii, iii"
-msgstr ""
-
#. JQFJY
#: 06080100.xhp
msgctxt ""
@@ -26386,42 +26287,6 @@ msgctxt ""
msgid "Roman numerals (lower case)"
msgstr ""
-#. P9ob7
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147525\n"
-"help.text"
-msgid "A,... AA,... AAA,..."
-msgstr ""
-
-#. jVvL6
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3155895\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. KxeRb
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3154194\n"
-"help.text"
-msgid "a,... aa,... aaa,..."
-msgstr ""
-
-#. DNnWm
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3149297\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. QiWFL
#: 06080100.xhp
msgctxt ""
@@ -28555,13 +28420,13 @@ msgctxt ""
msgid "Add, Modify and Remove"
msgstr ""
-#. WEjFh
+#. H68FW
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_id931672738656225\n"
"help.text"
-msgid "Respectively, adds, moves and removes items in the list."
+msgid "Respectively, adds, modifies and removes items in the list."
msgstr ""
#. xorCa
@@ -28591,76 +28456,13 @@ msgctxt ""
msgid "Date Format"
msgstr ""
-#. gMmqv
+#. FJPXb
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10564\n"
"help.text"
-msgid "Select the date format to display the date of the date content control."
-msgstr ""
-
-#. k5UDL
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"tit\n"
-"help.text"
-msgid "Reference (Edit)"
-msgstr ""
-
-#. 7DnD9
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id1001603128268578\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/edit_reference_submenu.xhp\">Reference</link>"
-msgstr ""
-
-#. 6LFFX
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id411603128291771\n"
-"help.text"
-msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
-msgstr ""
-
-#. 4WjGu
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147302\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
-msgstr ""
-
-#. Q5YzA
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147327\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
-msgstr ""
-
-#. b6WK8
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id561673359242198\n"
-"help.text"
-msgid "Edits the selected index entry."
-msgstr ""
-
-#. p7mQW
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147352\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
+msgid "Select the date format to display in the date content control."
msgstr ""
#. YwkE4
@@ -28708,6 +28510,51 @@ msgctxt ""
msgid "Edits Fontwork effects of the selected object that has been created with the previous Fontwork dialog."
msgstr ""
+#. 2RhYQ
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go To Page"
+msgstr ""
+
+#. U9KWf
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"hd_id921685976329840\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/goto.xhp\">Go to Page</link></variable>"
+msgstr ""
+
+#. DqUnC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id901685976329842\n"
+"help.text"
+msgid "Opens a dialog box to enter which page number should be shown."
+msgstr ""
+
+#. cbKy4
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id761685978118901\n"
+"help.text"
+msgid "Enter the page number or use the spin box to define the page to display."
+msgstr ""
+
+#. J5XfC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id631685978506671\n"
+"help.text"
+msgid "The page number entered in the <emph>Go to Page</emph> dialog is absolute within the document and may not correspond to the page number displayed by the page numbering scheme."
+msgstr ""
+
#. YhLG4
#: legacynumbering.xhp
msgctxt ""
@@ -32236,6 +32083,33 @@ msgctxt ""
msgid "<embedvar href=\"text/swriter/guide/protection.xhp#protection\"/>"
msgstr ""
+#. 63j54
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Text"
+msgstr ""
+
+#. 4dGGQ
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"hd_id771685971612111\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/select_text.xhp\">Select Text</link></variable>"
+msgstr ""
+
+#. DMH7U
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"par_id971685971990775\n"
+"help.text"
+msgid "You can enable a selection cursor in a <emph>read-only</emph> text document."
+msgstr ""
+
#. KadxR
#: selection_mode.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/swriter/menu.po b/source/bs/helpcontent2/source/text/swriter/menu.po
index 3eeacf1f06e..dad1fb4a310 100644
--- a/source/bs/helpcontent2/source/text/swriter/menu.po
+++ b/source/bs/helpcontent2/source/text/swriter/menu.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: 2023-03-02 11:51+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2016-05-08 00:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,6 +187,69 @@ msgctxt ""
msgid "Contains a calendar control. Limits text to a single paragraph."
msgstr ""
+#. k5UDL
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Reference (Edit)"
+msgstr ""
+
+#. MKMWr
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id1001603128268578\n"
+"help.text"
+msgid "<link href=\"text/swriter/menu/edit_reference_submenu.xhp\">Reference</link>"
+msgstr ""
+
+#. 6LFFX
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id411603128291771\n"
+"help.text"
+msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
+msgstr ""
+
+#. 4WjGu
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147302\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
+msgstr ""
+
+#. Q5YzA
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147327\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
+msgstr ""
+
+#. b6WK8
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id561673359242198\n"
+"help.text"
+msgid "Edits the selected index entry."
+msgstr ""
+
+#. p7mQW
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147352\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
+msgstr ""
+
#. tP5yN
#: insert_footnote_endnote.xhp
msgctxt ""
diff --git a/source/bs/sc/messages.po b/source/bs/sc/messages.po
index 4bbd2c6ca2f..4fabc289596 100644
--- a/source/bs/sc/messages.po
+++ b/source/bs/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: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-12 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33081,10 +33081,10 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr "Opcije separatora"
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
+msgid "Format _quoted field as text"
msgstr ""
#. VAC6B
@@ -33141,10 +33141,10 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
diff --git a/source/bs/scp2/source/calc.po b/source/bs/scp2/source/calc.po
index 1681a3021e3..be437b5da48 100644
--- a/source/bs/scp2/source/calc.po
+++ b/source/bs/scp2/source/calc.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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2017-04-12 15:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -222,3 +222,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr ""
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/bs/svx/messages.po b/source/bs/svx/messages.po
index 79f6d602a51..22721d12fea 100644
--- a/source/bs/svx/messages.po
+++ b/source/bs/svx/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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2018-11-12 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6290,28 +6290,28 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
+msgid "Dark 1"
msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
+msgid "Light 1"
msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
+msgid "Dark 2"
msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
+msgid "Light 2"
msgstr ""
#. NAAZJ
@@ -6362,389 +6362,371 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr ""
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr ""
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr ""
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr ""
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Uobličavanje"
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Primijeni uobličavanje uklj/isklj"
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Nagni dolje"
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Nagni gore"
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Nagni lijevo"
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Nagni desno"
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Promijeni dubinu uobličavanja"
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Promijeni orijentaciju"
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Promijeni vrstu projekcije"
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Promijeni osvjetljenje"
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Promijeni osvijetljenost"
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Promijeni površinu uobličenja"
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Promijeni boju uobličenja"
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwork"
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Primijeni oblik Fontwork-a"
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Primijeni iste visine slova za Fontwork"
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Primijeni poravnanje Fontwork-a"
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Primijeni razmake između slova Fontwork-a"
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "sa"
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Stil"
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "i"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Kontrola rubova"
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Izbor tačke ugla."
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Gore lijevo"
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Gore sredina"
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Gore desno"
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Lijevo sredina"
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Sredina"
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Desno sredina"
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Dolje lijevo"
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Dolje sredina"
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Dolje desno"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Kontrola konture"
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Ovdje možete izmijeniti konturu."
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Izbor posebnog znaka"
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "U ovom području izaberite posebne znakove."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Znakovni kod "
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Polje '#' zahtijeva unos. Unesite vrijednost."
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Formulari"
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Kontrola nije izabrana"
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Osobine: "
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Osobine formulara"
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Navigator formulara"
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Formular"
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Formular"
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Skrivena kontrola"
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Kontrola"
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Zapis"
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "od"
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Dodaj polje:"
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Greška pri pisanju podataka u bazu podataka"
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Greška u sintaksi izraza upita"
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "Namjeravate da izbrišete 1 zapis."
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# zapisa će biti izbrisano."
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6754,337 +6736,337 @@ msgstr ""
"Želite li nastaviti?"
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Navigacijska traka"
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Kol"
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Pravilno postavi '#'"
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Stavi u kontejner"
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Obriši #"
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Obriši # predmete"
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Zamijeni elemenat kontejnera"
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Zamijeni kontrolu"
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Polje sa tekstom"
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Opcija"
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Padajuća lista"
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Padajuća lista"
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Polje za datum"
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Polje za vrijeme"
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Brojčano polje"
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Polje za valutu"
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Polje sa uzorkom"
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Formatirano polje"
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Dugme"
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Radio dugme"
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Labela"
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Okvir grupe"
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Dugme sa slikom"
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Kontrola slike"
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Izbor datoteke"
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Kontrola tabele "
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Klizač"
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Obrtno dugme"
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Navigacijska traka"
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Višenamjenski izbor"
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr ""
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "Ne postoji podatkovna kontrola u trenutnom formularu!"
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Datum)"
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Vrijeme)"
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Navigator filtera"
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Filter za"
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Ili"
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "Ispravne kontrole granica koje se mogu koristiti za pregledanje tabela ne postoje u trenutnom formularu."
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<AutomatskoPolje>"
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Sintaksna greška u SQL izrazu"
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "Vrijednost #1 se ne može koristiti sa LIKE."
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "LIKE se ne može koristiti sa ovim poljem."
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "Unesena vrijednost nije ispravan datum. Unesite datum u ispravnom formatu, npr. DD/MM/GG."
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "Polje se ne može porediti sa cijelim brojem."
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Baza ne sadrži tabelu s imenom \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "Baza ne sadrži nit tabelu nit upit sa imenom \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "Baza već sadrži tabelu ili prikaz sa imenom \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "Baza već sadrži upit sa imenom \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "Kolona \"#1\" je nepoznata u tabeli \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "Polje se ne može porediti sa decimalnim brojem."
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "Uneseni kriterij se ne može porediti sa ovim poljem."
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Navigator podacima"
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (samo-čitanje)"
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Dokument već postoji. Prepisati preko?"
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "#object# labela"
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
@@ -7095,7 +7077,7 @@ msgstr ""
"Da li zaista želite obrisati ovaj model?"
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
@@ -7106,7 +7088,7 @@ msgstr ""
"Da li stvarno želite obrisati ovu instancu?"
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
@@ -7117,13 +7099,13 @@ msgstr ""
"Da li zbilja želite obrisati element?"
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Da li stvarno želite obrisati atribut '$ATTRIBUTENAME'?"
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
@@ -7136,7 +7118,7 @@ msgstr ""
"Da li želite obrisati ovu prijavi?"
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
#, fuzzy
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
@@ -7149,1083 +7131,1083 @@ msgstr ""
"Da li zaista želite obrisati ovo povezivanje?"
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "Ime '%1' nije ispravan XML. Molim izaberite neko drugo ime."
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "Prefiks '%1' nije ispravan XML. Molim izaberite neki drugi prefiks."
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Ime '%1' već postoji. Molim unesite neko drugo ime."
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "Prijava mora imati ime."
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
#, fuzzy
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
#, fuzzy
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "GET"
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
#, fuzzy
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Nijedna"
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
#, fuzzy
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "~Instance"
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Dokument"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Veza: "
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Referenca: "
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Akcija: "
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Metod: "
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Zamijeni: "
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Dodaj element"
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Izmijeni element"
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Obriši element"
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Dodaj atribut"
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Izmijeni atribut"
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Obriši atribut"
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Dodaj vezu"
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Izmijeni vezu"
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Obriši vezu"
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Dodaj prijavu"
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Izmijeni prijavu"
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Obriši prijavu"
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
#, fuzzy
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Elementi"
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
#, fuzzy
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Atributi"
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
#, fuzzy
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Veze"
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Značenje izraza"
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
#, fuzzy
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "Da li ste sigurni da želite otkazati %PRODUCTNAME popravku dokumenta?"
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Lijevo"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Desno"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Sredina"
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Decimalno"
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Prepiši"
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr ""
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Digitalni potpis: Potpis dokumenta je u redu."
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Digitalni potpis: Potpis dokumenta je u redu, ali certifikat nije mogao biti provjeren."
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Digitalni potpis: dokument nije potpisan."
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Digitalni potpis: Potpis dokumenta i certifikat su u redu, ali neki dijelovi dokumenta nisu potpisani."
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
#, fuzzy
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Dokument je izmijenjen. Dvokliknite da ga snimite."
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "Dokument je izmijenjen od posljednjeg snimanja."
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Učitavam dokument..."
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr ""
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr ""
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr ""
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr ""
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr ""
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr ""
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr ""
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Uvećaj"
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Umanji"
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50,00%"
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100,00%"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200,00%"
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Cijela stranica"
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Širina stranice"
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
#, fuzzy
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Optimalan pogled"
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Uključi stilove"
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
#, fuzzy
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Stilovi odlomka"
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
#, fuzzy
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Stilovi ćelija"
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Traženi pojam nije nađen"
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Paleta boja"
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Neispravna lozinka"
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Lozinke se ne poklapaju"
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Solidni mali kružni metak"
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Solidni veliki kružni metak"
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Solidni dijamantski metak"
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Velike popunjene kockaste tačke"
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Popunjena strelica koja pokazuje desno"
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Strelica koja pokazuje desno"
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
#, fuzzy
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Broj (1) (2) (3)"
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Broj 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Broj (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Rimski broj velikim slovima I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Veliko slovo A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Malo slovo a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Malo slovo (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Rimski broj malim slovima i. ii. i."
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
msgstr ""
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
msgstr ""
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Brojevi na svim pod-nivoima"
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Tačka koja pokazuje desno, strelica koja pokazuje desno, popunjeni dijamant, popunjeni mali kružić"
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
#, fuzzy
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Datoteku nije moguće napraviti."
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Stilovi dizajna tabela"
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Akcije za poništiti: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Akcije za poništiti: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Akcije za vratiti: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Akcije za vratiti: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Nađi"
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Velika i mala slova"
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr ""
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr ""
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr ""
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr ""
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
#, fuzzy
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Nepoznat"
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Prebaci"
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Režim slike"
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Crvena"
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Zelena"
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Plava"
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Osvijetljenost"
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Kontrast"
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gama"
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Providnost"
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Izreži"
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Uobičajena orijentacija"
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "Od vrha prema dnu"
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "Od dolje prema gore"
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Nakupljeno"
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Lijeva margina: "
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Gornja margina: "
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Desna margina: "
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Donja margina: "
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Opis stranice: "
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Velika slova"
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Mala slova"
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Velika slova rimski"
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Mala slova rimski"
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Arapski"
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Ništa"
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Pejzažno"
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Portretno"
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Lijevo"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Desno"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Sve"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "U ogledalu"
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Autor: "
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Datum: "
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Tekst: "
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Pozadina slova"
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Paleta boja"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8233,2173 +8215,2173 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Latinica osnovni"
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Latinica-1"
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Latinica proširenje-A"
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Latinica proširenje-B"
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "IPA proširenja"
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Slova za modifikaciju proreda"
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Kombinovani dijakritički znakovi"
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Grčki osnovni"
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Grčki simboli i Koptski"
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Ćirilica"
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armenski"
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Hebrejski osnovni"
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebrejski prošireni"
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Arapski osnovni"
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Arapski prošireni"
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengalski"
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gudžarati"
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr ""
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamilski"
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kanada"
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malajamanski"
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Tajlandski"
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Laoski"
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Gruzijski osnovni"
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Gruzijski prošireni"
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangul Jamo"
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Grčki prošireni"
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Opšta punktuacija"
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Eksponenti i indeksi"
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Simboli valuta"
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Kombinovani dijakritički znakovi"
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Simboli slični slovima"
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Oblici brojeva"
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Strelice"
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Matematičke operacije"
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Razni tehnički"
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Kontrolne slike"
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Optičko prepoznavanje znakova (OCR)"
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Uključeni alfa-numerici"
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Crtanje okvira"
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Blokovski elementi"
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Geometrijski oblici"
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Razni simboli"
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Grafički simboli"
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "CJK (Kina-Japan-Koreja) simboli i punktuacija"
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Hangul kompatibilnost Jamo"
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK (Kina-Japan-Koreja) razno"
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "Uključena CJK (Kina-Japan-Koreja) slova i mjeseci"
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "CJK (Kina-Japan-Koreja) kompatibilnost"
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "CJK (Kina-Japan-Koreja) unificirani ideogrami"
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "CJK prošireni unificirani ideogrami A"
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Područje privatne upotrebe"
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "CJK (Kina-Japan-Koreja) kompatibilni ideogrami"
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Abecedni prezentacijski oblici"
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Arapski prezentacijski oblici-A"
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Kombinovane polovične oznake"
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "CJK (Kina-Japan-Koreja) kompatibilne forme"
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Varijante manjih formi"
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Arapske prezentacione forme-B"
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Forme polovične i pune širine"
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Posebno"
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Ji slogovi"
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "ji radikali"
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Stari Italika"
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Gotička"
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Deseret"
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Bizantijski muzički simboli"
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Muzički simboli"
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Matematički alfanumerički simboli"
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "CJK sjedinjeni ideografi proširenje B"
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "Proširenje C CJK ujedinjenih ideograma"
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "CJK ujedinjeni ideografi proširenje D"
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "CJK saglasnosni ideografi dopunski"
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Oznake"
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Ćirilični dodatak"
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Izbori varijacija"
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Dodatno privatno korišteno područje-A"
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Dodatno privatno korišteno područje-B"
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "taj‑li"
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Kmerski simboli"
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Fonetske ekstenzije"
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Razni simboli i strijele"
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "jiđing heksagram simboli"
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Linearni B slog"
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Linearni B ideogrami"
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "egejski brojevi"
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Ugarski"
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Šavijan"
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Osmanski"
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Sinhala"
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetski"
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Burma"
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Kmerski"
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogham"
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Rune"
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Sirijska"
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Etiopski"
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Cherokee"
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Canadan-ski aboridžinski suglasnici"
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongolski"
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Razni matematički simboli-A"
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Dodatne strelice-A"
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Brajevi simboli"
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Dodatne strelice-B"
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Razni matematički simboli-B"
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "CJK radikali dodaci"
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Kanđi radikali"
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Ideografski opisni znakovi"
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalog"
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofo prošireni"
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Katakana fonetski"
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "CJK Potezi"
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Kiparski slogovi"
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Tai Xuan Jing simboli"
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Dodaci odabira varijacija"
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Drevna grčka muzička notacija"
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Starogrčki brojevi"
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Arapski dodatak"
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Bugijski"
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Kombinuje dodatke za dijakritičke znake"
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Koptski"
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Etiopski, prosireni"
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Etiopski dopunjeno"
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Gruzijski dopunjeno"
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Glagoljica"
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Karošti"
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Modifikatori tona"
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Novi Tai Le"
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Stari persijski"
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Fonetska prosirenja dopuna"
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Dodatna interpunkcija"
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Tifinag"
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Vertikalne forme"
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Nko"
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balineze"
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Latinički prošireni‑C"
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Latinički prošireni‑D"
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Phags-Pa"
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Feničanski"
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Klinasto pismo"
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Brojevi i interpunkcije klinastog pisma"
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Brojanje štapićima"
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Sudanski"
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lepča"
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ol Čiki"
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Ćirilično proširenje-A"
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Ćirilični proširenje-B"
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Kaja Li"
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Ređang"
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Čam"
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Drevni simboli"
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Faistos disk"
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Lukijski"
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Šavijan"
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Libijski"
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Mahdžong pločice"
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Domino pločice"
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samarićanski"
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Kanadski Aboriginalni Syllabics produžen"
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Tai tham"
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Vedski prošireni"
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisu"
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamum"
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Zajednički Indijski Oblici Brojeva"
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Devanagari Prošireno"
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Hangul Džamo proširenje-A"
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Javanski"
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Mjanmarski prošireni-A"
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Taj Viet"
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Mitej majek"
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Hangul Džamo proširenje-B"
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Carski Aramejski"
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Stari Južnoarabijski"
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Avestanski"
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Pisani Parćanski"
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Inskripcijski Pahlavi"
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Stari Turski"
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Rumi Brojni Simboli"
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Kaiti"
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Egipatski hijeroglifi"
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Zatvoreni Alfanumerički Dodatak"
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Zatvoreni Ideogramski Dodatak"
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Mandejski"
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Batak"
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Etiopski Proširena-A"
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Brajevo pismo"
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Bamum dodatak"
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Kana dodatak"
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Igraće karte"
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Razni simboli i piktogrami"
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Emotikoni"
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Saobraćajni i kartografski simboli"
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Alhemijski simboli"
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Arapski prošireni-A"
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Arapski matematski alfabetski simboli"
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Čakma"
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Mitej Majek proširenja"
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Meriotski kurzivni"
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Meriotski hijeroglifi"
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Miao"
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Šarada"
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Sora Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Sundanski dodatni"
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Kombinuje dodatke za dijakritičke znake"
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Latinica proširenje-A"
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Linearno"
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Način rada"
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Mjanmarski prošireni-A"
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Stari Južnoarabijski"
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Dodatne strelice-A"
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "CJK prošireni unificirani ideogrami A"
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Ćirilično proširenje-A"
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Gruzijski dopunjeno"
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Novo"
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Primjena"
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "CJK prošireni unificirani ideogrami A"
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Mjanmarski prošireni-A"
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
#, fuzzy
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Ćirilični dodatak"
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr ""
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr ""
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr ""
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr ""
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr ""
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr ""
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr ""
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr ""
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr ""
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr ""
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr ""
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr ""
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr ""
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr ""
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr ""
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr ""
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr ""
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr ""
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr ""
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr ""
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr ""
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr ""
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr ""
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr ""
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr ""
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr ""
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr ""
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr ""
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr ""
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr ""
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr ""
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr ""
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr ""
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr ""
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr ""
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr ""
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr ""
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr ""
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr ""
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr ""
@@ -10408,19 +10390,19 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr ""
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
@@ -14327,13 +14309,13 @@ msgid "None"
msgstr "Nijedna"
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr ""
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
#, fuzzy
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
diff --git a/source/ca-valencia/helpcontent2/source/text/scalc/00.po b/source/ca-valencia/helpcontent2/source/text/scalc/00.po
index 0378957f8cc..fbdb3c194f4 100644
--- a/source/ca-valencia/helpcontent2/source/text/scalc/00.po
+++ b/source/ca-valencia/helpcontent2/source/text/scalc/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/ca_VALENCIA/>\n"
@@ -2537,13 +2537,13 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
msgstr ""
-#. sBA56
+#. JGKyR
#: sheet_menu.xhp
msgctxt ""
"sheet_menu.xhp\n"
"par_id561684962038778\n"
"help.text"
-msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgid "Choose <menuitem>Review - Protect Sheet</menuitem>"
msgstr ""
#. Fg4o9
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/00.po b/source/ca-valencia/helpcontent2/source/text/shared/00.po
index 7bbbccf9e06..f0f1ab908df 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/00.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/ca_VALENCIA/>\n"
@@ -1601,6 +1601,15 @@ msgctxt ""
msgid "From the Menu bar:"
msgstr ""
+#. haGjm
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684932173786\n"
+"help.text"
+msgid "From the Context menu:"
+msgstr ""
+
#. 6QF4D
#: 00000004.xhp
msgctxt ""
@@ -1646,6 +1655,15 @@ msgctxt ""
msgid "From the Start Center, click"
msgstr ""
+#. DQteW
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931686300557948\n"
+"help.text"
+msgid "From the Status bar:"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -7226,6 +7244,60 @@ msgctxt ""
msgid "Close"
msgstr ""
+#. DSfYn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110001\n"
+"help.text"
+msgid "Select <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. k9NDc
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110002\n"
+"help.text"
+msgid "Choose <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. WNdsn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685707180577\n"
+"help.text"
+msgid "<image src=\"cmd/lc_templatemanager.svg\" id=\"img_id101685707180578\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id701685707180579\">Icon Template Manager</alt></image>"
+msgstr ""
+
+#. jxZcJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id141685707180581\n"
+"help.text"
+msgid "Templates"
+msgstr ""
+
+#. 72Roy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685707253310\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + N</keycode>"
+msgstr ""
+
+#. SB9PY
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id151685707338424\n"
+"help.text"
+msgid "Click on the <menuitem>Templates</menuitem> button."
+msgstr ""
+
#. GSRTM
#: 00000401.xhp
msgctxt ""
@@ -7352,6 +7424,51 @@ msgctxt ""
msgid "Save a Copy"
msgstr ""
+#. nkjmW
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629430220\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>."
+msgstr ""
+
+#. wN5yQ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685704731179\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>"
+msgstr ""
+
+#. 9Hgnk
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id431513629862558\n"
+"help.text"
+msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File</emph>."
+msgstr ""
+
+#. 8rmQq
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id991685704766726\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveasremote.svg\" id=\"img_id101685704766727\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id951685704766728\">Icon Save Remote</alt></image>"
+msgstr ""
+
+#. JCcsE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id531685704766729\n"
+"help.text"
+msgid "Save Remote"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7478,13 +7595,40 @@ msgctxt ""
msgid "Reload"
msgstr ""
-#. qdS25
+#. NAyAK
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3166425\n"
"help.text"
-msgid "<variable id=\"info1\">Choose <menuitem>File - Properties</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. zRkFS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685706381820\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. qg49k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685706400576\n"
+"help.text"
+msgid "<image src=\"cmd/lc_setdocumentproperties.svg\" id=\"img_id721685706400577\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id401685706400578\">Icon Document Properties</alt></image>"
+msgstr ""
+
+#. hGh4o
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685706400580\n"
+"help.text"
+msgid "Document Properties"
msgstr ""
#. HCGtN
@@ -7514,13 +7658,22 @@ msgctxt ""
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security</menuitem> and, in the <emph>Certificate Path</emph> area, click <menuitem>Certificate</menuitem>."
msgstr ""
-#. bjtF6
+#. ztEvn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11163\n"
"help.text"
-msgid "<variable id=\"digitalsigs\">Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>."
+msgstr ""
+
+#. u6Rcy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_idN11156\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
msgstr ""
#. QA6UC
@@ -7532,23 +7685,41 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Macros - Digital Signature</menuitem>."
msgstr ""
-#. u6Rcy
+#. DW6BN
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_idN11156\n"
+"par_id881685708186380\n"
"help.text"
-msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
+msgid "Choose <menuitem>File - Digital Signatures</menuitem>."
+msgstr ""
+
+#. uxAA2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685708203107\n"
+"help.text"
+msgid "<image src=\"cmd/lc_signature.svg\" id=\"img_id651685708203108\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931685708203109\">Icon Digital Signature</alt></image>"
msgstr ""
-#. G3b6A
+#. gFkGA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id791685708203111\n"
+"help.text"
+msgid "Digital Signature"
+msgstr ""
+
+#. 2UVF3
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN1117E\n"
"help.text"
-msgid "Double-click or right-click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
-msgstr "Feu doble clic o clic amb el botó dret del ratolí al camp <emph>Signatura</emph> de la barra d'<emph>estat</emph>."
+msgid "Click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
+msgstr ""
#. oUEEy
#: 00000401.xhp
@@ -7982,6 +8153,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Exit %PRODUCTNAME</menuitem>."
msgstr ""
+#. TJcjf
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685709082165\n"
+"help.text"
+msgid "<image src=\"cmd/lc_quit.svg\" id=\"img_id871685709082167\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id651685709082168\">Icon Exit</alt></image>"
+msgstr ""
+
+#. 4fn3K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685709082170\n"
+"help.text"
+msgid "Exit"
+msgstr ""
+
#. DjhX3
#: 00000401.xhp
msgctxt ""
@@ -15281,24 +15470,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Undo</menuitem>."
msgstr "Trieu <menuitem>Edita ▸ Desfés</menuitem>."
-#. AA56D
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3145160\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>"
-msgstr ""
-
-#. LW82F
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3154094\n"
-"help.text"
-msgid "On the <emph>Standard</emph> bar or <emph>Table Data</emph> bar, click"
-msgstr "A la barra <emph>Estàndard</emph> o <emph>Dades de la taula</emph>, feu clic a"
-
#. AwFxC
#: edit_menu.xhp
msgctxt ""
@@ -15317,23 +15488,23 @@ msgctxt ""
msgid "Undo"
msgstr "Desfés"
-#. CRhMd
+#. CEAXt
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3145068\n"
+"par_id3145160\n"
"help.text"
-msgid "Choose <menuitem>Edit - Redo</menuitem>."
-msgstr "Trieu <menuitem>Edita ▸ Refés</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Z</keycode>"
+msgstr ""
-#. VgWZG
+#. CRhMd
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3153897\n"
+"par_id3145068\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "A la barra <emph>Estàndard</emph>, feu clic a"
+msgid "Choose <menuitem>Edit - Redo</menuitem>."
+msgstr "Trieu <menuitem>Edita ▸ Refés</menuitem>."
#. 4UACs
#: edit_menu.xhp
@@ -15353,41 +15524,68 @@ msgctxt ""
msgid "Redo"
msgstr "Refés"
-#. VqzCC
+#. hVXND
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id591685963188763\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Y</keycode>"
+msgstr ""
+
+#. 9646J
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3154365\n"
"help.text"
-msgid "<variable id=\"letzter\">Choose <menuitem>Edit - Repeat</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Repeat</menuitem>."
msgstr ""
-#. DyHWB
+#. zyjrz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3149765\n"
+"par_id611685963967520\n"
"help.text"
-msgid "Choose <menuitem>Edit - Cut</menuitem>."
-msgstr "Trieu <menuitem>Edita ▸ Retalla</menuitem>."
+msgid "<image src=\"cmd/lc_repeat.svg\" id=\"img_id491685963967521\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685963967522\">Icon Repeat</alt></image>"
+msgstr ""
-#. siZcT
+#. Vngcs
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3144762\n"
+"par_id121685963967524\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>"
+msgid "Repeat"
msgstr ""
-#. YEYM4
+#. XAUzr
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148744\n"
+"par_id371685963759435\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "A la barra <emph>Estàndard</emph>, feu clic a"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + Y</keycode>"
+msgstr ""
+
+#. DyHWB
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3149765\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Cut</menuitem>."
+msgstr "Trieu <menuitem>Edita ▸ Retalla</menuitem>."
+
+#. tACpY
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685964587740\n"
+"help.text"
+msgid "Choose <menuitem>Home - Cut</menuitem>."
+msgstr ""
#. zCT5V
#: edit_menu.xhp
@@ -15407,32 +15605,41 @@ msgctxt ""
msgid "Cut"
msgstr "Retalla"
-#. 75bkj
+#. AuJsz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3150742\n"
+"par_id3144762\n"
"help.text"
-msgid "Choose <menuitem>Edit - Copy</menuitem>."
-msgstr "Trieu <menuitem>Edita ▸ Copia</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + X</keycode>"
+msgstr ""
-#. dqu5U
+#. CdvjE
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148923\n"
+"par_id101685965015077\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+C</keycode>"
+msgid "<keycode>Shift + Del</keycode>"
msgstr ""
-#. ENXCh
+#. 75bkj
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159254\n"
+"par_id3150742\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "A la barra <emph>Estàndard</emph>, feu clic a"
+msgid "Choose <menuitem>Edit - Copy</menuitem>."
+msgstr "Trieu <menuitem>Edita ▸ Copia</menuitem>."
+
+#. CUyWZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id421685964733661\n"
+"help.text"
+msgid "Choose <menuitem>Home - Copy</menuitem>."
+msgstr ""
#. BEKcn
#: edit_menu.xhp
@@ -15452,32 +15659,41 @@ msgctxt ""
msgid "Copy"
msgstr "Copia"
-#. zsvyg
+#. WLLXn
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159153\n"
+"par_id3148923\n"
"help.text"
-msgid "Choose <menuitem>Edit - Paste</menuitem>."
-msgstr "Trieu <menuitem>Edita ▸ Enganxa</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + C</keycode>"
+msgstr ""
-#. 2JEAF
+#. PryAi
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155860\n"
+"par_id101685965088876\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>"
+msgid "<keycode>Ctrl + Ins</keycode>"
msgstr ""
-#. wDTHt
+#. zsvyg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159083\n"
+"par_id3159153\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "A la barra <emph>Estàndard</emph>, feu clic a"
+msgid "Choose <menuitem>Edit - Paste</menuitem>."
+msgstr "Trieu <menuitem>Edita ▸ Enganxa</menuitem>."
+
+#. ynW6V
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id481685965303610\n"
+"help.text"
+msgid "Choose <menuitem>Home - Paste</menuitem>."
+msgstr ""
#. HZLPq
#: edit_menu.xhp
@@ -15497,6 +15713,33 @@ msgctxt ""
msgid "Paste"
msgstr "Enganxa"
+#. 5R5Je
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3155860\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + V</keycode>"
+msgstr ""
+
+#. YRBqH
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id261685965384099\n"
+"help.text"
+msgid "<keycode>Shift + Ins</keycode>"
+msgstr ""
+
+#. WopNZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3142791\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Paste Special</menuitem>."
+msgstr ""
+
#. 8U2sv
#: edit_menu.xhp
msgctxt ""
@@ -15506,6 +15749,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Paste Special - Paste Special</menuitem>."
msgstr ""
+#. A3fDq
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id521685966553736\n"
+"help.text"
+msgid "Long click on <menuitem>Home - Paste</menuitem>."
+msgstr ""
+
+#. HHNRa
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id801685967705406\n"
+"help.text"
+msgid "<image src=\"cmd/lc_pastespecial.svg\" id=\"img_id411685967705407\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id261685967705408\">Icon Paste Special</alt></image>"
+msgstr ""
+
+#. CCMPR
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id661685967705410\n"
+"help.text"
+msgid "Paste Special"
+msgstr ""
+
+#. 3r6MK
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id401685968775099\n"
+"help.text"
+msgid "<image src=\"cmd/lc_paste.svg\" id=\"img_id331685968775100\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191685968775101\">Icon Paste</alt></image>"
+msgstr ""
+
+#. cgEiS
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id81685968775103\n"
+"help.text"
+msgid "Paste (long click)"
+msgstr ""
+
#. CFGeE
#: edit_menu.xhp
msgctxt ""
@@ -15605,15 +15893,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Select All</menuitem>."
msgstr ""
-#. mia2c
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3152417\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>"
-msgstr ""
-
#. gXMsj
#: edit_menu.xhp
msgctxt ""
@@ -15632,13 +15911,22 @@ msgctxt ""
msgid "Select All"
msgstr "Selecciona-ho tot"
-#. Tb8Mu
+#. G7z8T
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3152417\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + A</keycode>"
+msgstr ""
+
+#. TGtWv
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3145251\n"
"help.text"
-msgid "<variable id=\"aenderungen\">Choose <menuitem>Edit - Track Changes</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Track Changes</menuitem>."
msgstr ""
#. FtngJ
@@ -15740,6 +16028,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Track Changes - Manage - List</menuitem> tab.<br/>Click an entry in the list and open the context menu.<br/>Choose <emph>Edit Comment</emph>."
msgstr ""
+#. ZGYjQ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id171685981254743\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Comment</menuitem>."
+msgstr ""
+
+#. ABCVo
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id501685985116612\n"
+"help.text"
+msgid "Click on the comment to select and then open the context menu."
+msgstr ""
+
+#. tCQAy
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"hd_id211685985284382\n"
+"help.text"
+msgid "On the Comment note:"
+msgstr ""
+
+#. J6HJx
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685985156516\n"
+"help.text"
+msgid "Click on the drop-down list of the selected comment."
+msgstr ""
+
+#. LSwGJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id711685981703647\n"
+"help.text"
+msgid "Choose <menuitem>Review</menuitem>."
+msgstr ""
+
#. oGZeX
#: edit_menu.xhp
msgctxt ""
@@ -15749,49 +16082,58 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Find</menuitem>."
msgstr ""
-#. cPD4u
+#. Up9Ag
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id31545031\n"
+"par_id511685975100630\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
+msgid "Choose <menuitem>Home - Find</menuitem>."
msgstr ""
-#. f4EM6
+#. ZqAwc
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3156297\n"
+"par_id831685975004752\n"
"help.text"
-msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
+msgid "<image src=\"cmd/lc_recsearch.svg\" id=\"img_id251685975004753\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id521685975004754\">Icon Find</alt></image>"
msgstr ""
-#. 4pWKe
+#. fAhot
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3154503\n"
+"par_id51685975004756\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+H</keycode>"
+msgid "Find"
msgstr ""
-#. UPprs
+#. yhe7q
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155083\n"
+"par_id31545031\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "A la barra <emph>Estàndard</emph>, feu clic a"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F</keycode>"
+msgstr ""
-#. vsGEm
+#. f4EM6
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3156297\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
+msgstr ""
+
+#. KV28P
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3150020\n"
"help.text"
-msgid "<image id=\"img_id3149121\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
+msgid "<image id=\"img_id3149121\" src=\"cmd/lc_searchdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
msgstr ""
#. jRcHP
@@ -15803,6 +16145,15 @@ msgctxt ""
msgid "Find & Replace"
msgstr "Cerca i reemplaça"
+#. 8eSKz
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3154503\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + H</keycode>"
+msgstr ""
+
#. EtPCq
#: edit_menu.xhp
msgctxt ""
@@ -15920,13 +16271,22 @@ msgctxt ""
msgid "<variable id=\"litdat\">Choose <menuitem>Tools - Bibliography Database</menuitem>.</variable>"
msgstr ""
-#. EaFwu
+#. gNsWJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id631686092409826\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Links to External Files</menuitem>."
+msgstr ""
+
+#. L9Jyy
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3149281\n"
"help.text"
-msgid "<variable id=\"link\">Choose <menuitem>Edit - External Links</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - External Links</menuitem>."
msgstr ""
#. xSMBV
@@ -15983,13 +16343,31 @@ msgctxt ""
msgid "<variable id=\"edit3\">Choose <menuitem>Edit - OLE Object - Open</menuitem>.</variable>"
msgstr ""
-#. kQifg
+#. CB5Dg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id951603556032047\n"
"help.text"
-msgid "<variable id=\"reference\">Choose <menuitem>Edit - Reference</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Reference</menuitem>."
+msgstr ""
+
+#. eA6Ct
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id1001686083178681\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id811686083178682\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id281686083178683\">Icon Reference</alt></image>"
+msgstr ""
+
+#. 8BUbV
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id671686083178685\n"
+"help.text"
+msgid "Reference"
msgstr ""
#. PNGYK
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/01.po b/source/ca-valencia/helpcontent2/source/text/shared/01.po
index c87ebc8334d..ee016aaf0c0 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/01.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ca_VALENCIA/>\n"
@@ -2564,24 +2564,6 @@ msgctxt ""
msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Saves a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Guarda un document ubicat en un servei de fitxers remots.</ahelp></variable>"
-#. 8GEre
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save Remote...</item> ."
-msgstr "Trieu <item type=\"menuitem\">Fitxer ▸ Guarda en remot</item>."
-
-#. 2FysC
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File...</emph> ."
-msgstr ""
-
#. jpc76
#: 01060001.xhp
msgctxt ""
@@ -4049,15 +4031,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">Lets you organize and edit your templates, as well as save the current file as a template.</ahelp>"
msgstr "<ahelp hid=\".\">Permet organitzar les plantilles i editar-les, i també guardar el fitxer actual com a plantilla.</ahelp>"
-#. VWjC6
-#: 01110000.xhp
-msgctxt ""
-"01110000.xhp\n"
-"par_01110001\n"
-"help.text"
-msgid "Select <emph>File - Templates</emph>."
-msgstr "Trieu <emph>Fitxer ▸ Plantilles</emph>."
-
#. xfFYL
#: 01110101.xhp
msgctxt ""
@@ -12788,13 +12761,13 @@ msgctxt ""
msgid "Comment"
msgstr "Comentari"
-#. gYF3A
+#. rRJxQ
#: 02230300.xhp
msgctxt ""
"02230300.xhp\n"
"hd_id3083278\n"
"help.text"
-msgid "Insert Track Change Comment"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/02230300.xhp\">Insert Track Change Comment</link></variable>"
msgstr ""
#. 56iv7
@@ -14561,14 +14534,14 @@ msgctxt ""
msgid "<bookmark_value>comments;inserting/editing/deleting/printing/resolving</bookmark_value> <bookmark_value>comments;hide resolved</bookmark_value> <bookmark_value>comments;resolve in text documents</bookmark_value> <bookmark_value>inserting; comments</bookmark_value> <bookmark_value>editing; comments</bookmark_value> <bookmark_value>deleting;comments</bookmark_value> <bookmark_value>Navigator;comments</bookmark_value> <bookmark_value>printing;comments</bookmark_value> <bookmark_value>resolving;comments</bookmark_value> <bookmark_value>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>"
msgstr ""
-#. zNaVC
+#. nhCGe
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3154100\n"
"help.text"
-msgid "<link href=\"text/shared/01/04050000.xhp\">Comment</link>"
-msgstr "<link href=\"text/shared/01/06010500.xhp\">Llengua</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/04050000.xhp\">Comment</link></variable>"
+msgstr ""
#. B5Lac
#: 04050000.xhp
@@ -50174,23 +50147,23 @@ msgctxt ""
msgid "<ahelp hid=\".\">Insert clipboard table data in a table as new rows instead of overwriting the content of the original cells of the target table.</ahelp>"
msgstr ""
-#. oivUB
+#. k6vZo
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"tit\n"
"help.text"
-msgid "Paste Special"
-msgstr "Enganxament especial"
+msgid "Paste Special Menu"
+msgstr ""
-#. 4Vh77
+#. xL3tw
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"hd_id361584804540671\n"
"help.text"
-msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special</link></variable>"
-msgstr "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Enganxament especial</link></variable>"
+msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special Menu</link></variable>"
+msgstr ""
#. RWjTr
#: pastespecialmenu.xhp
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/02.po b/source/ca-valencia/helpcontent2/source/text/shared/02.po
index a2b5837dd26..55571830679 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/02.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/02.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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/ca_VALENCIA/>\n"
@@ -12599,13 +12599,31 @@ msgctxt ""
msgid "<link href=\"text/shared/02/07070000.xhp\">Edit Mode</link>"
msgstr ""
-#. hZBXN
+#. AhNdc
#: 07070000.xhp
msgctxt ""
"07070000.xhp\n"
"par_id3153089\n"
"help.text"
-msgid "<ahelp hid=\".uno:EditDoc\" visibility=\"hidden\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgid "<ahelp hid=\".uno:EditDoc\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgstr ""
+
+#. FDnmk
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id251686099274448\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Edit Mode</menuitem>."
+msgstr ""
+
+#. 7WzFi
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id1001686099454407\n"
+"help.text"
+msgid "Choose <menuitem>Review - Edit Mode</menuitem>."
msgstr ""
#. VpjVS
@@ -12626,6 +12644,15 @@ msgctxt ""
msgid "Edit Mode"
msgstr ""
+#. dCCDo
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id471686099219977\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + M</keycode>"
+msgstr ""
+
#. 2GUFC
#: 07070000.xhp
msgctxt ""
@@ -12905,22 +12932,31 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr ""
-#. cMHrB
+#. tExb7
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
-"par_id161616407054506\n"
+"par_id341686079869387\n"
"help.text"
-msgid "On <link href=\"text/shared/main0201.xhp\"><emph>Standard</emph></link> bar, click"
+msgid "Choose <menuitem>Edit Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr ""
-#. MSjJA
+#. GYAT9
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id511686079721406\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Hyperlink</menuitem>."
+msgstr ""
+
+#. CuQ8K
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
"par_id3154927\n"
"help.text"
-msgid "<image id=\"img_id3093440\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon</alt></image>"
+msgid "<image id=\"img_id3093440\" src=\"cmd/lc_inserthyperlink.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon Hyperlink</alt></image>"
msgstr ""
#. Dty7B
@@ -12932,6 +12968,15 @@ msgctxt ""
msgid "Hyperlink Dialog"
msgstr "Diàleg Enllaç"
+#. mPi9C
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id121686079478786\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + K</keycode>"
+msgstr ""
+
#. H2EQu
#: 09070000.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/menu.po b/source/ca-valencia/helpcontent2/source/text/shared/menu.po
index 5e36f35c06b..96fe5690f98 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/menu.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/menu.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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2020-05-23 22:46+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedmenu/ca_VALENCIA/>\n"
@@ -16,6 +16,240 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1516022448.000000\n"
+#. kAYUQ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comments Menu"
+msgstr ""
+
+#. iAF2Y
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id381685980724188\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/menu/comment_menu.xhp\">Comments Menu</link></variable>"
+msgstr ""
+
+#. nxWrC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941603125587454\n"
+"help.text"
+msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
+msgstr ""
+
+#. ZpC2v
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id771685982803183\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. Gvcr8
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id491685993001013\n"
+"help.text"
+msgid "Inserts a new comment adjacent to the comment to which you want to reply. The comment anchor is the same for all comments in the thread."
+msgstr ""
+
+#. rcW2w
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id341685992961744\n"
+"help.text"
+msgid "<image src=\"cmd/lc_replycomment.svg\" id=\"img_id911685992961745\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685992961746\">Icon Reply Comment</alt></image>"
+msgstr ""
+
+#. DBxGw
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id661685992961748\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. z6sGj
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id931685994600871\n"
+"help.text"
+msgid "Replying a comment creates a comment thread."
+msgstr ""
+
+#. ihDxZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id951685982807912\n"
+"help.text"
+msgid "Resolve / Unresolve"
+msgstr ""
+
+#. M6x5n
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id751685993265436\n"
+"help.text"
+msgid "Marks the comment as <emph>Resolved</emph> (or <emph>Unresolved</emph>). When you mark the comment resolved, the word <emph>Resolved</emph> is inserted under the date in the comment box. When marking unresolved, the word <emph>Resolved</emph> is removed."
+msgstr ""
+
+#. EfGUV
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id541685982812304\n"
+"help.text"
+msgid "Resolve Thread"
+msgstr ""
+
+#. LvCLG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id171685994484069\n"
+"help.text"
+msgid "Marks the comment thread as <emph>Resolved</emph> (or <emph>Unresolved</emph>). All comments in the thread are marked <emph>Resolved</emph> (or <emph>Unresolved)</emph>."
+msgstr ""
+
+#. 4bSUA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id811685982816727\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. rJq6j
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id241685994046592\n"
+"help.text"
+msgid "Deletes the comment."
+msgstr ""
+
+#. 9vvEv
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id721685994175303\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteannotation.svg\" id=\"img_id161685994175304\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id751685994175306\">Icon Delete Comment</alt></image>"
+msgstr ""
+
+#. gi9Xt
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id641685994175307\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. 6DKqG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id411685982821640\n"
+"help.text"
+msgid "Delete Comment Thread"
+msgstr ""
+
+#. w7wTC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941685994231483\n"
+"help.text"
+msgid "Deletes all comments of the same thread."
+msgstr ""
+
+#. AKAAD
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id801685982825543\n"
+"help.text"
+msgid "Delete Comment By"
+msgstr ""
+
+#. tfGAA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id631685994308029\n"
+"help.text"
+msgid "Deletes all comments of the same author."
+msgstr ""
+
+#. J5FWB
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id321685982829794\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. zmziK
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id131685994324823\n"
+"help.text"
+msgid "Deletes all comments of the document."
+msgstr ""
+
+#. mnSiZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id881685994350879\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteallannotation.svg\" id=\"img_id501685994350880\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685994350881\">Icon Delete All Comments</alt></image>"
+msgstr ""
+
+#. 5wMSG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id371685994350883\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. 3ijYG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id701685995308264\n"
+"help.text"
+msgid "Format All Comments"
+msgstr ""
+
+#. WBBq9
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id481685995582479\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/01/05020000.xhp\">Format Character</link> dialog to set font, font effects, position and highlighting of all comments text."
+msgstr ""
+
#. rxCQJ
#: forms.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/swriter.po b/source/ca-valencia/helpcontent2/source/text/swriter.po
index c6368deca96..efdb6df7b14 100644
--- a/source/ca-valencia/helpcontent2/source/text/swriter.po
+++ b/source/ca-valencia/helpcontent2/source/text/swriter.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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/ca_VALENCIA/>\n"
@@ -242,51 +242,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
msgstr "<ahelp hid=\".\">Este menú conté ordes per editar el contingut del document actual.</ahelp>"
-#. TV7tD
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3147619\n"
-"help.text"
-msgid "Select Text"
-msgstr ""
-
-#. Hug2v
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id102920150120455108\n"
-"help.text"
-msgid "Go to Page"
-msgstr "Vés a la pàgina"
-
-#. GjSQM
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id102920150120456660\n"
-"help.text"
-msgid "Opens a dialog box to enter which page number should be shown. (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+G</keycode>)"
-msgstr ""
-
-#. xFstf
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id11603124968334\n"
-"help.text"
-msgid "Comment"
-msgstr ""
-
-#. ycoWJ
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id941603125587454\n"
-"help.text"
-msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
-msgstr ""
-
#. FDHX2
#: main0102.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/swriter/00.po b/source/ca-valencia/helpcontent2/source/text/swriter/00.po
index e4cf619d544..533859ae14d 100644
--- a/source/ca-valencia/helpcontent2/source/text/swriter/00.po
+++ b/source/ca-valencia/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2020-05-23 22:45+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter00/ca_VALENCIA/>\n"
@@ -323,14 +323,122 @@ msgctxt ""
msgid "<variable id=\"datenaust\">Choose <emph>Edit - Exchange Database</emph></variable>"
msgstr "<variable id=\"datenaust\">Trieu <emph>Edita ▸ Intercanvia la base de dades</emph></variable>"
-#. DXxuu
+#. CGgT4
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3146316\n"
"help.text"
-msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>"
-msgstr "<variable id=\"feldbefehl\">Trieu <emph>Edita ▸ Camps</emph></variable>"
+msgid "Choose <menuitem>Edit - Fields</menuitem>."
+msgstr ""
+
+#. z7vy3
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601686084207673\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. aWNoC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id621686084297019\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. KJtNh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id261686084354397\n"
+"help.text"
+msgid "<menuitem>Edit Field</menuitem>"
+msgstr ""
+
+#. RDJDe
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id241686084284027\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. UAFwh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id671686084291318\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. PQnPz
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761686084998093\n"
+"help.text"
+msgid "Choose <menuitem>References - Fields</menuitem>."
+msgstr ""
+
+#. hpgYC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571686085013340\n"
+"help.text"
+msgid "Choose <menuitem>References - Cross-references</menuitem>."
+msgstr ""
+
+#. vSzco
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id211686084424319\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id501686084424320\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id741686084424321\">Icon Cross-Reference</alt></image>"
+msgstr ""
+
+#. dvoeF
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id921686084424323\n"
+"help.text"
+msgid "Cross-Reference"
+msgstr ""
+
+#. ZmfMu
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id911686084496205\n"
+"help.text"
+msgid "<image src=\"cmd/lc_addfield.svg\" id=\"img_id871686084496206\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id621686084496207\">Icon Insert Field</alt></image>"
+msgstr ""
+
+#. pEDLA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id481686084496209\n"
+"help.text"
+msgid "Insert Field"
+msgstr ""
+
+#. x9PQn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id161686084056231\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F2</keycode>"
+msgstr ""
#. t2xAY
#: 00000402.xhp
@@ -386,14 +494,50 @@ msgctxt ""
msgid "<variable id=\"lit\">Choose <emph>Edit - Bibliography Entry</emph></variable>"
msgstr "<variable id=\"lit\">Trieu <emph>Edita ▸ Entrada bibliogràfica</emph></variable>"
-#. qG3yF
+#. MfDB3
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3973204\n"
"help.text"
-msgid "<variable id=\"selection_mode\">Choose <emph>Edit - Selection Mode</emph></variable>"
-msgstr "<variable id=\"selection_mode\">Trieu <emph>Edita ▸ Mode de selecció</emph></variable>"
+msgid "Choose <menuitem>Edit - Selection Mode</menuitem>"
+msgstr ""
+
+#. Sppap
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id491685970640972\n"
+"help.text"
+msgid "Click the <menuitem>Selection</menuitem> area."
+msgstr ""
+
+#. VAPQj
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761685972500574\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Select Text</menuitem>."
+msgstr ""
+
+#. YSDSS
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571685973272593\n"
+"help.text"
+msgid "Choose <menuitem>Select Text</menuitem>."
+msgstr ""
+
+#. ZZrGn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id51685972424605\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + I</keycode>"
+msgstr ""
#. DLEkm
#: 00000402.xhp
@@ -404,6 +548,60 @@ msgctxt ""
msgid "<variable id=\"direct_cursor\">Choose <emph>Edit - Direct Cursor Mode</emph></variable>"
msgstr "<variable id=\"direct_cursor\">Trieu <emph>Edita ▸ Mode de cursor directe</emph></variable>"
+#. aWUsm
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601685977093827\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Go to Page</menuitem>."
+msgstr ""
+
+#. ELFmx
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id931685977488251\n"
+"help.text"
+msgid "Choose <menuitem>Home tab menu - Go to Page</menuitem>."
+msgstr ""
+
+#. xdsdD
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id961685977342894\n"
+"help.text"
+msgid "<image src=\"cmd/lc_gotopage.svg\" id=\"img_id321685977342895\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id901685977342896\">Icon Go to Page</alt></image>"
+msgstr ""
+
+#. mEGRA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id191685977342898\n"
+"help.text"
+msgid "Go to Page"
+msgstr ""
+
+#. qAucq
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id651685976992603\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + G</keycode>"
+msgstr ""
+
+#. Rpgek
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id551685977289618\n"
+"help.text"
+msgid "Click on the <emph>Page number</emph> area."
+msgstr ""
+
#. cjzea
#: 00000403.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/swriter/01.po b/source/ca-valencia/helpcontent2/source/text/swriter/01.po
index 8b2ff244e2c..983e978fa8b 100644
--- a/source/ca-valencia/helpcontent2/source/text/swriter/01.po
+++ b/source/ca-valencia/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/ca_VALENCIA/>\n"
@@ -25991,24 +25991,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr "Nombres àrabs"
-#. hyBpE
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3150708\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. 9YEFF
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3153533\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
#. PNNRW
#: 06060100.xhp
msgctxt ""
@@ -26027,24 +26009,6 @@ msgctxt ""
msgid "Roman numerals (lower)"
msgstr "Xifres romanes (minúscules)"
-#. EiABw
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3151332\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. DxFBt
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3149820\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. CT77W
#: 06060100.xhp
msgctxt ""
@@ -26297,15 +26261,6 @@ msgctxt ""
msgid "Description"
msgstr "Descripció"
-#. BoqBZ
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150981\n"
-"help.text"
-msgid "1, 2, 3"
-msgstr "1, 2, 3"
-
#. ECZ4S
#: 06080100.xhp
msgctxt ""
@@ -26315,51 +26270,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr "Nombres àrabs"
-#. oEuGf
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150763\n"
-"help.text"
-msgid "A, B, C"
-msgstr "A, B, C"
-
-#. GBURp
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153154\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. MAEkA
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3151171\n"
-"help.text"
-msgid "a, b, c"
-msgstr "a, b, c"
-
-#. NGbwW
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147508\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
-#. CCgce
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150706\n"
-"help.text"
-msgid "I, II, III"
-msgstr "I, II, III"
-
#. uviUq
#: 06080100.xhp
msgctxt ""
@@ -26369,15 +26279,6 @@ msgctxt ""
msgid "Roman numerals (upper case)"
msgstr "Xifres romanes (majúscules)"
-#. xBuC9
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153530\n"
-"help.text"
-msgid "i, ii, iii"
-msgstr "i, ii, iii"
-
#. JQFJY
#: 06080100.xhp
msgctxt ""
@@ -26387,42 +26288,6 @@ msgctxt ""
msgid "Roman numerals (lower case)"
msgstr "Xifres romanes (minúscules)"
-#. P9ob7
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147525\n"
-"help.text"
-msgid "A,... AA,... AAA,..."
-msgstr "A,... AA,... AAA,..."
-
-#. jVvL6
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3155895\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. KxeRb
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3154194\n"
-"help.text"
-msgid "a,... aa,... aaa,..."
-msgstr "a,... aa,... aaa,..."
-
-#. DNnWm
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3149297\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. QiWFL
#: 06080100.xhp
msgctxt ""
@@ -28556,13 +28421,13 @@ msgctxt ""
msgid "Add, Modify and Remove"
msgstr ""
-#. WEjFh
+#. H68FW
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_id931672738656225\n"
"help.text"
-msgid "Respectively, adds, moves and removes items in the list."
+msgid "Respectively, adds, modifies and removes items in the list."
msgstr ""
#. xorCa
@@ -28592,76 +28457,13 @@ msgctxt ""
msgid "Date Format"
msgstr ""
-#. gMmqv
+#. FJPXb
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10564\n"
"help.text"
-msgid "Select the date format to display the date of the date content control."
-msgstr ""
-
-#. k5UDL
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"tit\n"
-"help.text"
-msgid "Reference (Edit)"
-msgstr ""
-
-#. 7DnD9
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id1001603128268578\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/edit_reference_submenu.xhp\">Reference</link>"
-msgstr ""
-
-#. 6LFFX
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id411603128291771\n"
-"help.text"
-msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
-msgstr ""
-
-#. 4WjGu
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147302\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
-msgstr ""
-
-#. Q5YzA
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147327\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
-msgstr ""
-
-#. b6WK8
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id561673359242198\n"
-"help.text"
-msgid "Edits the selected index entry."
-msgstr ""
-
-#. p7mQW
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147352\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
+msgid "Select the date format to display in the date content control."
msgstr ""
#. YwkE4
@@ -28709,6 +28511,51 @@ msgctxt ""
msgid "Edits Fontwork effects of the selected object that has been created with the previous Fontwork dialog."
msgstr "Edita els efectes del Fontwork de l'objecte seleccionat que s'ha creat amb el diàleg anterior del Fontwork."
+#. 2RhYQ
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go To Page"
+msgstr ""
+
+#. U9KWf
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"hd_id921685976329840\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/goto.xhp\">Go to Page</link></variable>"
+msgstr ""
+
+#. DqUnC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id901685976329842\n"
+"help.text"
+msgid "Opens a dialog box to enter which page number should be shown."
+msgstr ""
+
+#. cbKy4
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id761685978118901\n"
+"help.text"
+msgid "Enter the page number or use the spin box to define the page to display."
+msgstr ""
+
+#. J5XfC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id631685978506671\n"
+"help.text"
+msgid "The page number entered in the <emph>Go to Page</emph> dialog is absolute within the document and may not correspond to the page number displayed by the page numbering scheme."
+msgstr ""
+
#. YhLG4
#: legacynumbering.xhp
msgctxt ""
@@ -32237,6 +32084,33 @@ msgctxt ""
msgid "<embedvar href=\"text/swriter/guide/protection.xhp#protection\"/>"
msgstr ""
+#. 63j54
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Text"
+msgstr ""
+
+#. 4dGGQ
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"hd_id771685971612111\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/select_text.xhp\">Select Text</link></variable>"
+msgstr ""
+
+#. DMH7U
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"par_id971685971990775\n"
+"help.text"
+msgid "You can enable a selection cursor in a <emph>read-only</emph> text document."
+msgstr ""
+
#. KadxR
#: selection_mode.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/swriter/menu.po b/source/ca-valencia/helpcontent2/source/text/swriter/menu.po
index 7bb2f4ab902..e6767442443 100644
--- a/source/ca-valencia/helpcontent2/source/text/swriter/menu.po
+++ b/source/ca-valencia/helpcontent2/source/text/swriter/menu.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: 2023-03-02 11:51+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswritermenu/ca_VALENCIA/>\n"
@@ -187,6 +187,69 @@ msgctxt ""
msgid "Contains a calendar control. Limits text to a single paragraph."
msgstr ""
+#. k5UDL
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Reference (Edit)"
+msgstr ""
+
+#. MKMWr
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id1001603128268578\n"
+"help.text"
+msgid "<link href=\"text/swriter/menu/edit_reference_submenu.xhp\">Reference</link>"
+msgstr ""
+
+#. 6LFFX
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id411603128291771\n"
+"help.text"
+msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
+msgstr ""
+
+#. 4WjGu
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147302\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
+msgstr ""
+
+#. Q5YzA
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147327\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
+msgstr ""
+
+#. b6WK8
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id561673359242198\n"
+"help.text"
+msgid "Edits the selected index entry."
+msgstr ""
+
+#. p7mQW
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147352\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
+msgstr ""
+
#. tP5yN
#: insert_footnote_endnote.xhp
msgctxt ""
diff --git a/source/ca-valencia/sc/messages.po b/source/ca-valencia/sc/messages.po
index ecb37529791..05f2459990c 100644
--- a/source/ca-valencia/sc/messages.po
+++ b/source/ca-valencia/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: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ca_VALENCIA/>\n"
@@ -32364,11 +32364,11 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr "Opcions del separador"
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
-msgstr "Formata els camps entre cometes com a text"
+msgid "Format _quoted field as text"
+msgstr ""
#. VAC6B
#: sc/uiconfig/scalc/ui/textimportcsv.ui:598
@@ -32424,10 +32424,10 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Quan s'activa aquesta opció, el Calc conserva el contingut previ de les cel·les en enganxar de buides. Altrament, el Calc suprimeix el contingut de les cel·les prèvies."
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
diff --git a/source/ca-valencia/scp2/source/calc.po b/source/ca-valencia/scp2/source/calc.po
index f8695c44006..7c50954d456 100644
--- a/source/ca-valencia/scp2/source/calc.po
+++ b/source/ca-valencia/scp2/source/calc.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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2018-01-15 13:23+0000\n"
"Last-Translator: joamuran <joamuran@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -222,3 +222,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr ""
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/ca-valencia/svx/messages.po b/source/ca-valencia/svx/messages.po
index eca0436d8e0..2842cdfc998 100644
--- a/source/ca-valencia/svx/messages.po
+++ b/source/ca-valencia/svx/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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ca_VALENCIA/>\n"
@@ -6239,28 +6239,28 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Color del document"
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
+msgid "Dark 1"
msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
+msgid "Light 1"
msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
+msgid "Dark 2"
msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
+msgid "Light 2"
msgstr ""
#. NAAZJ
@@ -6311,389 +6311,371 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr ""
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr ""
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr ""
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr ""
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Extrusió"
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Activa/desactiva l'extrusió"
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Inclina cap avall"
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Inclina cap amunt"
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Inclina cap a l'esquerra"
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Inclina cap a la dreta"
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Canvia la profunditat d'extrusió"
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Canvia l'orientació"
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Canvia el tipus de projecció"
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Canvia la il·luminació"
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Canvia la lluminositat"
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Canvia l'extrusió de la superfície"
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Canvia el color de l'extrusió"
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwork"
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Aplica la forma del Fontwork"
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Aplica la mateixa alçària de lletra Fontwork"
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Aplica l'alineació del Fontwork"
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Aplica l'espaiat entre caràcters del Fontwork"
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "amb"
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Estil"
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "i"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Control de la cantonada"
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Selecció d'un punt de cantonada."
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Part superior esquerra"
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Part superior central"
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Part superior dreta"
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Part central esquerra"
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Centre"
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Part central dreta"
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Part inferior esquerra"
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Part inferior central"
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Part inferior dreta"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Control de la vora"
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Ací podeu editar la vora."
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Selecció de caràcters especials"
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "Seleccioneu caràcters especials en aquesta àrea."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Codi del caràcter "
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Es requereix una entrada en el camp '#'. Introduïu un valor."
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Formularis"
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "No s'ha seleccionat cap control"
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Propietats: "
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Propietats del formulari"
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Navegador de formularis"
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Formulari"
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr "Amagat"
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Formulari"
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Control amagat"
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Control"
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Registre"
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "de"
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Afig un camp:"
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "S'ha produït un error d'escriptura en la base de dades"
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "S'ha produït un error de sintaxi en l'expressió de consulta"
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "Esteu intentant suprimir un registre."
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "Se suprimiran # registres."
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6703,337 +6685,337 @@ msgstr ""
"Voleu continuar igualment?"
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Barra de navegació"
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Col."
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Conjunt de propietats '#'"
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Insereix al contenidor"
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Suprimeix #"
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Suprimeix # objectes"
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Reemplaça un element del contenidor."
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Reemplaça el camp de control"
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Quadre de text"
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Casella de selecció"
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Quadre combinat"
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Quadre de llista"
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Camp de data"
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Camp d'hora"
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Camp numèric"
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Camp de moneda"
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Camp emmascarat"
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Camp formatat"
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Botó polsador"
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Botó d'opció"
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Camp d'etiqueta"
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Quadre de grup"
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Botó gràfic"
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Control d'imatge"
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Selecció de fitxer"
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Control de taula "
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Barra de desplaçament"
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Botó de selecció de valor"
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Barra de navegació"
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Selecció múltiple"
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr ""
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "No hi ha cap control de dades en el formulari actual."
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Data)"
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Temps)"
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Navegador de filtres"
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Filtra"
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "O"
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "El formulari actual no conté controls vàlids que es puguen utilitzar per a visualitzar una taula."
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<Camp automàtic>"
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "S'ha produït un error de sintaxi en l'expressió SQL"
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "El valor #1 no es pot utilitzar amb COM."
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "COM no es pot utilitzar amb aquest camp."
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "La data no és vàlida. Introduïu-la en un format vàlid, per exemple, dd/mm/aa."
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "El camp no es pot comparar amb un enter."
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "La base de dades no conté la taula \"#\"."
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "La base de dades no conté cap taula o consulta que s'anomene \"#\"."
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "La base de dades ja conté una taula o vista amb el nom \"#\"."
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "La base de dades ja conté una consulta amb el nom \"#\"."
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "La columna \"#1\" és desconeguda a la taula \"#2\"."
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "El camp no es pot comparar amb un nombre de coma flotant."
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "El criteri indicat no es pot comparar amb aquest camp."
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Navegador de dades"
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (només de lectura)"
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "El fitxer ja existeix. Voleu sobreescriure'l?"
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "Etiqueta de l'objecte #object#"
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -7043,7 +7025,7 @@ msgstr ""
"Esteu segur que voleu suprimir aquest model?"
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -7053,7 +7035,7 @@ msgstr ""
"Esteu segur que voleu suprimir aquesta instància?"
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -7063,13 +7045,13 @@ msgstr ""
"Esteu segur que voleu suprimir aquest element?"
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Esteu segur que voleu suprimir l'atribut '$ATTRIBUTENAME'?"
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -7081,7 +7063,7 @@ msgstr ""
"Esteu segur que voleu suprimir aquesta tramesa?"
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -7093,1068 +7075,1068 @@ msgstr ""
"Esteu segur que voleu suprimir aquesta vinculació?"
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "'%1' no és un nom d'XML vàlid. Introduïu un nom diferent."
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "'%1' no és un prefix d'XML vàlid. Introduïu un prefix diferent."
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "El nom '%1' ja existeix. Trieu-ne un altre."
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "La tramesa ha de tindre un nom."
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Publica"
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Posa"
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Aconsegueix"
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Cap"
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Instància"
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Document"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Vinculant: "
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Referència: "
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Acció: "
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Mètode: "
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Reemplaça: "
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Afig un element"
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Edita un element"
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Suprimeix un element"
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Afig un atribut"
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Edita un atribut"
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Suprimeix un atribut"
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Afig una vinculació"
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Edita una vinculació"
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Suprimeix una vinculació"
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Afig una tramesa"
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Edita una tramesa"
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Suprimeix una tramesa"
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Element"
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Atribut"
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Vinculació"
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Expressió vinculant"
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "Esteu segur que voleu descartar la recuperació de documents del %PRODUCTNAME?"
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Esquerra"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Dreta"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Centre"
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Decimal"
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "Mode d'inserció. Feu clic per a canviar al mode de sobreescriptura."
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "Mode de sobreescriptura. Feu clic per a canviar al mode d'inserció."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Sobreescriu"
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "Insereix"
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Signatura digital: la signatura del document és correcta."
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Signatura digital: la signatura del document és correcta, però no s'ha pogut validar el certificat."
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr "Signatura digital: la signatura del document no coincideix amb el contingut del document. Vos recomanem molt que no confieu en aquest document."
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Signatura digital: el document no està signat."
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Signatura digital: la signatura del document i el certificat són correctes, però no totes les parts del document estan signades."
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "El document s'ha modificat. Feu clic per a guardar el document."
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "El document no s'ha modificat des de l'última vegada que s'ha guardat."
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "S'està carregant el document..."
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "Ajusta la dispositiva a la finestra actual."
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr ""
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr "No s'han pogut carregar tots els objectes SmartArt. Aquest problema s'evita si guardeu en format del Microsoft Office 2010 o posterior."
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr ""
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr ""
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr ""
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr ""
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr ""
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr ""
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "Factor d'escala. Feu clic dret per a canviar el factor d'ampliació o feu clic per a obrir el diàleg d'escala."
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Apropa"
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Allunya"
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Tota la pàgina"
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Amplària de la pàgina"
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Visualització òptima"
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Estils inclosos"
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Estils de ~paràgrafs"
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Estils de ~cel·la"
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr "Cerca formatació"
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr "Reemplaça per la formatació"
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "S'ha arribat a la fi del document"
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr "S'ha arribat al final del document, es continua des del principi"
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "S'ha arribat a la fi del full"
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "No s'ha trobat l'expressió buscada"
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr "No s'ha trobat element de navegació"
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "S'ha arribat a l'inici del document"
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr "S'ha arribat al començament del document, es continua des del final"
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr "S'ha arribat al primer recordatori, es continua des de l'últim"
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr "S'ha arribat a l'últim recordatori, es continua des del primer"
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Paleta de colors"
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr "Reemplaçament de color"
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr "Efectes 3D"
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "La contrasenya no és correcta"
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Les contrasenyes no coincideixen"
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Pics circulars, xicotets i plens"
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Pics circulars, grans i plens"
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Pics en diamant i plens"
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Pics quadrats, grans i plens"
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Pics en fletxa cap a la dreta, plens"
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Pics en fletxa cap a la dreta"
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr "Pics en forma creu"
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr "Pics de marca de verificació"
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Número 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Número 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Número (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Xifra romana en majúscula I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Lletra majúscula A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Lletra minúscula a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Lletra minúscula (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Xifra romana en minúscula i. ii. iii."
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
msgstr ""
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
msgstr ""
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Numèric amb tots els subnivells"
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Pic en fletxa cap a la dreta; pic en fletxa cap a la dreta ple; pic en diamant ple; pics circulars, xicotets i plens"
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "No s'ha pogut crear el fitxer zip."
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Estils de disseny de taula"
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Accions per desfer: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Accions per desfer: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Accions per refer: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Accions per refer: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Busca"
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Coincidència de majúscules i minúscules"
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "Cadena formatada"
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr ""
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr ""
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr ""
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr ""
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "Imatge PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "Imatge TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "Imatge WMF"
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "Imatge MET"
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "Imatge PICT"
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "Imatge SVG"
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "Imatge BMP"
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Desconegut"
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Commuta"
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Mode d'imatge"
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Roig"
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Verd"
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Blau"
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Lluminositat"
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Contrast"
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Transparència"
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Escapça"
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Orientació per defecte"
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "De dalt a baix"
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "De baix a dalt"
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Apilat"
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Marge esquerre: "
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Marge superior: "
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Marge dret: "
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Marge inferior: "
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Descripció de la pàgina: "
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Majúscules"
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Minúscules"
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Majúscules romanes"
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Minúscules romanes"
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Àrab"
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Cap"
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Horitzontal"
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Vertical"
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Esquerra"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Dreta"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Tot"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Reflectit"
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Autor: "
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Data: "
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Text: "
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Fons del caràcter"
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Paleta de colors"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr "Números de diapositiva:"
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8164,2157 +8146,2157 @@ msgstr ""
"Voleu guardar la versió modificada?"
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Llatí bàsic"
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Llatí-1"
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Llatí ampliat A"
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Llatí ampliat B"
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "Extensions de l'IPA"
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Lletres modificadores d'espaiat"
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Combinació de caràcters diacrítics"
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Grec bàsic"
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Símbols grecs i coptes"
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Ciríl·lic"
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armeni"
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Hebreu bàsic"
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebreu ampliat"
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Àrab bàsic"
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Àrab ampliat"
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengalí"
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gujarati"
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "Oriya"
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tàmil"
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kanarés"
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malaiàlam"
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Tai"
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Laosià"
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Georgià bàsic"
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Georgià ampliat"
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangul Jamo"
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Grec ampliat"
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Puntuació general"
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Superíndexs i subíndexs"
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Símbols de monedes"
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Combinació de símbols diacrítics"
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Símbols tipus carta"
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Símbols numèrics"
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Fletxes"
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Operadors matemàtics"
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Caràcters tècnics diversos"
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Imatges de control"
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Reconeixement òptic de caràcters"
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Alfanumèrics delimitats"
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Dibuix de quadres"
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Elements de bloc"
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Formes geomètriques"
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Símbols diversos"
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Caràcters decoratius"
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "Símbols i puntuació CJK"
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Jamo amb compatibilitat Hangul"
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK: diversos"
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "Caràcters i mesos CJK delimitats"
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "Compatibilitat amb CJK"
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "Ideogrames unificats CJK"
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "Ideogrames unificats CJK ampliació A"
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Àrea d'ús privat"
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "Ideogrames de compatibilitat amb CJK"
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Formes de presentació alfabètiques"
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Formes de presentació de l'àrab (A)"
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Marques mitjanes de combinació"
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "Formes de compatibilitat amb CJK"
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Variants de xicotets formes"
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Formes de presentació de l'àrab (B)"
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Formes d'amplària mitjana i d'amplària completa"
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Especials"
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Síl·labes Yi"
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Radicals Yi"
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Cursiva antiga"
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Gòtic"
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Deseret"
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Símbols musicals bizantins"
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Símbols musicals"
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Símbols matemàtics alfanumèrics"
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "Ideogrames unificats del CJK ampliació B"
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "Ideogrames unificats del CJK ampliació C"
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "Ideogrames unificats del CJK ampliació D"
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "Ideogrames de compatibilitat amb CJK (suplement)"
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Etiquetes"
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Ciríl·lic (suplement)"
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Selectors de variació"
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Àrea d'ús privat - A (suplement)"
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Àrea d'ús privat - B (suplement)"
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Tai Le"
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Símbols khmer"
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Extensions fonètiques"
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Fletxes i símbols miscel·lanis"
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Símbols hexagrames yijing"
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Conjunt de síl·labes lineal B"
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Ideogrames lineal B"
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Nombres egeus"
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Ugarític"
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Shavià"
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Osmanià"
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Singalés"
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetà"
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Myanmar"
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogàmic"
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Rúnic"
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Siríac"
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Etíop"
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Xerokee"
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Síl·labes aborígens canadenques"
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongol"
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Símbols matemàtics diversos - A"
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Fletxes suplementàries - A"
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Plantilles Braille"
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Fletxes suplementàries - B"
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Símbols matemàtics diversos - B"
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "Radical CJK (suplement)"
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Radicals Kangxi"
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Caràcters de descripció ideogràfica"
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagàlog"
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofo ampliat"
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Fonètica katakana"
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "Traços CJK"
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Conjunt de síl·labes xipriotes"
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Símbols tai xuan jing"
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Selectors de variació (suplement)"
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Notació musical del grec antic"
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Nombres grecs antics"
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Àrab (suplement)"
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Buginés"
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Combinació de caràcters diacrítics (suplement)"
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Copte"
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Etíop ampliat"
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Etíop (suplement)"
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Georgià (suplement)"
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Glagolític"
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Kharosthi"
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Lletres modificadores del to"
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Tai Lue nou"
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Persa antic"
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Extensions fonètiques (suplement)"
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Puntuació suplementària"
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Formes verticals"
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Nko"
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balinés"
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Llatí ampliat-C"
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Llatí ampliat-D"
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Phags-Pa"
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Fenici"
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Cuneïforme"
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Nombres i puntuació cuneïforme"
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Numerals de palets per comptar"
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Sondanés"
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lepcha"
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Ciríl·lic ampliat-A"
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Ciríl·lic ampliat-B"
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Rejang"
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Txam"
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Símbols antics"
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Disc de Festos"
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Lici"
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Cari"
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Lidi"
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Fitxes del mahjong"
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Fitxes del dòmino"
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samarità"
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Sil·làbics aborígens canadencs ampliats"
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Tai Tham"
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Extensions vèdiques"
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisu"
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamum"
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Formes numèriques índiques comunes"
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Devanagari ampliat"
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Hangul Jamo ampliat - A"
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Javanés"
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Myanmar ampliat - A"
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Tai Viet"
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Meetei mayek"
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Hangul Jamo ampliat - B"
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Arameu imperial"
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "àrab del sud antic"
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "avèstic"
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Part d'inscripció"
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Pahlavi d'inscripció"
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Turc antic"
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "símbols numèrics rumi"
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "kaithi"
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Jeroglífics egipcis"
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Alfanumèrics delimitats (suplement)"
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Ideogràfic delimitat (suplement)"
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "mandaic"
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "batak"
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "etíop ampliat - A"
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "brahmi"
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Bamum (suplement)"
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Kana (suplement)"
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Cartes de joc"
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Símbols i pictogrames miscel·lanis"
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Emoticones"
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Símbols de transport i mapes"
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Símbols d'alquímia"
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Àrab ampliat-A"
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Símbols alfabètics matemàtics àrabs"
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Chakma"
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Extensions Meetei Mayek"
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Meroític cursiva"
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Jeroglífics meroítics"
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Miao"
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Sharada"
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Sora Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Sondanés (suplement)"
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Bassa vah"
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "albanés caucàsic"
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "xifres epactes coptes"
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Marques diacrítiques combinables (suplement)"
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Taquigrafia de Duployé"
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Elbasan"
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Formes geomètriques (suplement)"
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Grantha"
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Khojki"
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Khudawadi"
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Llatí ampliat - E"
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Lineal A"
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Mahajani"
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Maniqueu"
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Mende Kikakui"
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Modi"
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Mro"
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Mianmar ampliat - B"
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Nabateu"
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Àrab del nord antic"
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Pèrmic antic"
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Floritures ornamentals"
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Pahawh Hmong"
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Palmiré"
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Pau Cin Hau"
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr "pahlavi de salteri"
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr "Controls de format de taquigrafia"
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr "Siddham"
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr "Nombres arcaics del singalés"
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Fletxes suplementàries - C"
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr "Tirhuta"
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr "Warang Citi"
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ahom"
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Jeroglífics anatòlics"
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr "Xerokee (suplement)"
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "Ideogrames unificats CJK ampliació E"
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr "Cuneïforme dinàstic arcaic"
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Arameu de Hatra"
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Multani"
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr "Hongarés antic"
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr "Símbols i pictogrames suplementaris"
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr "Transcripció Sutton de llengües de signes"
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr "adlam"
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr "bhaiksuki"
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Ciríl·lic ampliat - C"
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr "Suplement glagolític"
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr "Símbols ideogràfics i puntuació"
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr "marchen"
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Suplement mongol"
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "newa"
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "osage"
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr "tangut"
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr "components de tangut"
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "Ideogrames unificats del CJK ampliació F"
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "kana ampliat-A"
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr "Masaram gondi"
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr "nushu"
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr "soyombo"
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Suplement siríac"
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr "Quadrat de Zanabazar"
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr "Símbols dels escacs"
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr "dogra"
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr "gunjala gondi"
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr "hanifi rohingya"
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr "Nombres índics siyaq"
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr "macassarés"
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr "Nombres maies"
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr "medefaidrin"
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr "sogdià antic"
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr "sogdià"
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr "Controls de formatació de jeroglífics egipcis"
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr "elimaid"
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr "nandinagari"
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr "Nyiakeng Puachue Hmong"
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr "Nombres otomans «siyaq»"
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr "Extensió kana petit"
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr "Símbols i pictogrames, ampliació A"
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr "Suplement del tamil"
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr "wancho"
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr "Coràsmic"
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr "Ideogrames unificats CJK ampliació G"
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr "Dhives Akuru"
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr "Escriptura kitan petita"
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr "Lisu (suplement)"
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr "Símbols d'informàtica antiga"
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr "Tangut (suplement)"
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr "Yezidi"
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr ""
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr ""
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr ""
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr ""
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr ""
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr ""
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr ""
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr ""
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr ""
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr ""
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr ""
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr ""
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr ""
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr ""
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr ""
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr ""
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr ""
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr ""
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr "D'esquerra a dreta (LTR)"
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr "De dreta a esquerra (RTL)"
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr "Utilitza la configuració d'objectes superordinats"
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr "D'esquerra a dreta (horitzontal)"
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr "De dreta a esquerra (horitzontal)"
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr "De dreta a esquerra (vertical)"
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr "D'esquerra a dreta (vertical)"
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr "De baix a dalt, d'esquerra a dreta (vertical)"
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr "Fontwork"
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr "Signat digitalment per:"
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr "Data: %1"
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr ""
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr ""
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr ""
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr ""
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr ""
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr ""
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr ""
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr ""
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr ""
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr ""
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr ""
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr ""
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr ""
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr ""
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr ""
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr ""
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr ""
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr ""
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr ""
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr ""
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr ""
@@ -10323,19 +10305,19 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr ""
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
@@ -14141,13 +14123,13 @@ msgid "None"
msgstr "Cap"
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr "Recents"
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr "Color personalitzat..."
diff --git a/source/ca/basctl/messages.po b/source/ca/basctl/messages.po
index ce782818472..12677af6f38 100644
--- a/source/ca/basctl/messages.po
+++ b/source/ca/basctl/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: 2023-04-19 12:23+0200\n"
-"PO-Revision-Date: 2023-03-15 05:58+0000\n"
+"PO-Revision-Date: 2023-06-06 02:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/basctlmessages/ca/>\n"
"Language: ca\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1556385591.000000\n"
#. fniWp
@@ -429,6 +429,12 @@ msgid ""
"Choose “Rename” to give the imported dialog a new automatic name, or “Replace” to overwrite the existing dialog completely.\n"
" "
msgstr ""
+"La biblioteca ja conté un diàleg anomenat:\n"
+"\n"
+"$(ARG1)\n"
+"\n"
+"Trieu «Canvia el nom» per a donar un nom automàtic nou al diàleg importat, o bé, «Reemplaça» per a sobreescriure completament el diàleg existent.\n"
+" "
#. FRQSJ
#: basctl/inc/strings.hrc:93
diff --git a/source/ca/helpcontent2/source/text/scalc/00.po b/source/ca/helpcontent2/source/text/scalc/00.po
index b79f62c7851..24b3c51817d 100644
--- a/source/ca/helpcontent2/source/text/scalc/00.po
+++ b/source/ca/helpcontent2/source/text/scalc/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/ca/>\n"
@@ -2537,13 +2537,13 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
msgstr ""
-#. sBA56
+#. JGKyR
#: sheet_menu.xhp
msgctxt ""
"sheet_menu.xhp\n"
"par_id561684962038778\n"
"help.text"
-msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgid "Choose <menuitem>Review - Protect Sheet</menuitem>"
msgstr ""
#. Fg4o9
diff --git a/source/ca/helpcontent2/source/text/shared/00.po b/source/ca/helpcontent2/source/text/shared/00.po
index 970cd7d4285..ce9bba827ce 100644
--- a/source/ca/helpcontent2/source/text/shared/00.po
+++ b/source/ca/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/ca/>\n"
@@ -1615,6 +1615,15 @@ msgctxt ""
msgid "From the Menu bar:"
msgstr ""
+#. haGjm
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684932173786\n"
+"help.text"
+msgid "From the Context menu:"
+msgstr ""
+
#. 6QF4D
#: 00000004.xhp
msgctxt ""
@@ -1660,6 +1669,15 @@ msgctxt ""
msgid "From the Start Center, click"
msgstr ""
+#. DQteW
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931686300557948\n"
+"help.text"
+msgid "From the Status bar:"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -7264,6 +7282,60 @@ msgctxt ""
msgid "Close"
msgstr ""
+#. DSfYn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110001\n"
+"help.text"
+msgid "Select <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. k9NDc
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110002\n"
+"help.text"
+msgid "Choose <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. WNdsn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685707180577\n"
+"help.text"
+msgid "<image src=\"cmd/lc_templatemanager.svg\" id=\"img_id101685707180578\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id701685707180579\">Icon Template Manager</alt></image>"
+msgstr ""
+
+#. jxZcJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id141685707180581\n"
+"help.text"
+msgid "Templates"
+msgstr ""
+
+#. 72Roy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685707253310\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + N</keycode>"
+msgstr ""
+
+#. SB9PY
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id151685707338424\n"
+"help.text"
+msgid "Click on the <menuitem>Templates</menuitem> button."
+msgstr ""
+
#. GSRTM
#: 00000401.xhp
#, fuzzy
@@ -7391,6 +7463,51 @@ msgctxt ""
msgid "Save a Copy"
msgstr ""
+#. nkjmW
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629430220\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>."
+msgstr ""
+
+#. wN5yQ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685704731179\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>"
+msgstr ""
+
+#. 9Hgnk
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id431513629862558\n"
+"help.text"
+msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File</emph>."
+msgstr ""
+
+#. 8rmQq
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id991685704766726\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveasremote.svg\" id=\"img_id101685704766727\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id951685704766728\">Icon Save Remote</alt></image>"
+msgstr ""
+
+#. JCcsE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id531685704766729\n"
+"help.text"
+msgid "Save Remote"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
#, fuzzy
@@ -7525,15 +7642,41 @@ msgctxt ""
msgid "Reload"
msgstr ""
-#. qdS25
+#. NAyAK
#: 00000401.xhp
-#, fuzzy
msgctxt ""
"00000401.xhp\n"
"par_id3166425\n"
"help.text"
-msgid "<variable id=\"info1\">Choose <menuitem>File - Properties</menuitem>.</variable>"
-msgstr "<variable id=\"info1\"> Tria el fitxer <menuitem>- Propietats</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. zRkFS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685706381820\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. qg49k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685706400576\n"
+"help.text"
+msgid "<image src=\"cmd/lc_setdocumentproperties.svg\" id=\"img_id721685706400577\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id401685706400578\">Icon Document Properties</alt></image>"
+msgstr ""
+
+#. hGh4o
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685706400580\n"
+"help.text"
+msgid "Document Properties"
+msgstr ""
#. HCGtN
#: 00000401.xhp
@@ -7563,14 +7706,24 @@ msgctxt ""
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security</menuitem> and, in the <emph>Certificate Path</emph> area, click <menuitem>Certificate</menuitem>."
msgstr ""
-#. bjtF6
+#. ztEvn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11163\n"
"help.text"
-msgid "<variable id=\"digitalsigs\">Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>.</variable>"
-msgstr "<variable id=\"digitalsigs\">Trieu <menuitem>Fitxer ▸ Signatures digitals ▸ Signatures digitals</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>."
+msgstr ""
+
+#. u6Rcy
+#: 00000401.xhp
+#, fuzzy
+msgctxt ""
+"00000401.xhp\n"
+"par_idN11156\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
+msgstr "Trieu la pestanya <menuitem>Fitxer ▸ Propietats ▸ General</menuitem> feu clic al botó <emph>Signatures digitals</emph>."
#. QA6UC
#: 00000401.xhp
@@ -7581,24 +7734,41 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Macros - Digital Signature</menuitem>."
msgstr "Trieu <menuitem>Eines ▸ Macros ▸ Signatura digital</menuitem>."
-#. u6Rcy
+#. DW6BN
#: 00000401.xhp
-#, fuzzy
msgctxt ""
"00000401.xhp\n"
-"par_idN11156\n"
+"par_id881685708186380\n"
"help.text"
-msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
-msgstr "Trieu la pestanya <menuitem>Fitxer ▸ Propietats ▸ General</menuitem> feu clic al botó <emph>Signatures digitals</emph>."
+msgid "Choose <menuitem>File - Digital Signatures</menuitem>."
+msgstr ""
+
+#. uxAA2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685708203107\n"
+"help.text"
+msgid "<image src=\"cmd/lc_signature.svg\" id=\"img_id651685708203108\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931685708203109\">Icon Digital Signature</alt></image>"
+msgstr ""
+
+#. gFkGA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id791685708203111\n"
+"help.text"
+msgid "Digital Signature"
+msgstr ""
-#. G3b6A
+#. 2UVF3
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN1117E\n"
"help.text"
-msgid "Double-click or right-click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
-msgstr "Feu doble clic o clic amb el botó dret del ratolí al camp <emph>Signatura</emph> de la barra d'<emph>estat</emph>."
+msgid "Click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
+msgstr ""
#. oUEEy
#: 00000401.xhp
@@ -8048,6 +8218,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Exit %PRODUCTNAME</menuitem>."
msgstr "Trieu <menuitem>Fitxer ▸ Surt del %PRODUCTNAME</menuitem>."
+#. TJcjf
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685709082165\n"
+"help.text"
+msgid "<image src=\"cmd/lc_quit.svg\" id=\"img_id871685709082167\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id651685709082168\">Icon Exit</alt></image>"
+msgstr ""
+
+#. 4fn3K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685709082170\n"
+"help.text"
+msgid "Exit"
+msgstr ""
+
#. DjhX3
#: 00000401.xhp
msgctxt ""
@@ -15578,24 +15766,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Undo</menuitem>."
msgstr "Trieu <menuitem>Edita ▸ Desfés</menuitem>."
-#. AA56D
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3145160\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode> Ordre</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> +Z </keycode>"
-
-#. LW82F
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3154094\n"
-"help.text"
-msgid "On the <emph>Standard</emph> bar or <emph>Table Data</emph> bar, click"
-msgstr "A la barra <emph>Estàndard</emph> o <emph>Dades de la taula</emph>, feu clic a"
-
#. AwFxC
#: edit_menu.xhp
msgctxt ""
@@ -15614,23 +15784,23 @@ msgctxt ""
msgid "Undo"
msgstr "Desfés"
-#. CRhMd
+#. CEAXt
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3145068\n"
+"par_id3145160\n"
"help.text"
-msgid "Choose <menuitem>Edit - Redo</menuitem>."
-msgstr "Trieu <menuitem>Edita ▸ Refés</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Z</keycode>"
+msgstr ""
-#. VgWZG
+#. CRhMd
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3153897\n"
+"par_id3145068\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "A la barra <emph>Estàndard</emph>, feu clic a"
+msgid "Choose <menuitem>Edit - Redo</menuitem>."
+msgstr "Trieu <menuitem>Edita ▸ Refés</menuitem>."
#. 4UACs
#: edit_menu.xhp
@@ -15650,41 +15820,68 @@ msgctxt ""
msgid "Redo"
msgstr "Refés"
-#. VqzCC
+#. hVXND
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id591685963188763\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Y</keycode>"
+msgstr ""
+
+#. 9646J
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3154365\n"
"help.text"
-msgid "<variable id=\"letzter\">Choose <menuitem>Edit - Repeat</menuitem>.</variable>"
-msgstr "<variable id=\"letzter\"> Trieu <menuitem>Edita ▸ Repeteix</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Repeat</menuitem>."
+msgstr ""
-#. DyHWB
+#. zyjrz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3149765\n"
+"par_id611685963967520\n"
"help.text"
-msgid "Choose <menuitem>Edit - Cut</menuitem>."
-msgstr "Trieu <menuitem>Edita ▸ Retalla</menuitem>."
+msgid "<image src=\"cmd/lc_repeat.svg\" id=\"img_id491685963967521\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685963967522\">Icon Repeat</alt></image>"
+msgstr ""
-#. siZcT
+#. Vngcs
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3144762\n"
+"par_id121685963967524\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode> Ordre</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> +X </keycode>"
+msgid "Repeat"
+msgstr ""
-#. YEYM4
+#. XAUzr
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148744\n"
+"par_id371685963759435\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "A la barra <emph>Estàndard</emph>, feu clic a"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + Y</keycode>"
+msgstr ""
+
+#. DyHWB
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3149765\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Cut</menuitem>."
+msgstr "Trieu <menuitem>Edita ▸ Retalla</menuitem>."
+
+#. tACpY
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685964587740\n"
+"help.text"
+msgid "Choose <menuitem>Home - Cut</menuitem>."
+msgstr ""
#. zCT5V
#: edit_menu.xhp
@@ -15704,32 +15901,41 @@ msgctxt ""
msgid "Cut"
msgstr "Retalla"
-#. 75bkj
+#. AuJsz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3150742\n"
+"par_id3144762\n"
"help.text"
-msgid "Choose <menuitem>Edit - Copy</menuitem>."
-msgstr "Trieu <menuitem>Edita ▸ Copia</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + X</keycode>"
+msgstr ""
-#. dqu5U
+#. CdvjE
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148923\n"
+"par_id101685965015077\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+C</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode> Ordre</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> +C </keycode>"
+msgid "<keycode>Shift + Del</keycode>"
+msgstr ""
-#. ENXCh
+#. 75bkj
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159254\n"
+"par_id3150742\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "A la barra <emph>Estàndard</emph>, feu clic a"
+msgid "Choose <menuitem>Edit - Copy</menuitem>."
+msgstr "Trieu <menuitem>Edita ▸ Copia</menuitem>."
+
+#. CUyWZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id421685964733661\n"
+"help.text"
+msgid "Choose <menuitem>Home - Copy</menuitem>."
+msgstr ""
#. BEKcn
#: edit_menu.xhp
@@ -15749,32 +15955,41 @@ msgctxt ""
msgid "Copy"
msgstr "Copia"
-#. zsvyg
+#. WLLXn
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159153\n"
+"par_id3148923\n"
"help.text"
-msgid "Choose <menuitem>Edit - Paste</menuitem>."
-msgstr "Trieu <menuitem>Edita ▸ Enganxa</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + C</keycode>"
+msgstr ""
-#. 2JEAF
+#. PryAi
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155860\n"
+"par_id101685965088876\n"
+"help.text"
+msgid "<keycode>Ctrl + Ins</keycode>"
+msgstr ""
+
+#. zsvyg
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3159153\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode> Ordre</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> +V </keycode>"
+msgid "Choose <menuitem>Edit - Paste</menuitem>."
+msgstr "Trieu <menuitem>Edita ▸ Enganxa</menuitem>."
-#. wDTHt
+#. ynW6V
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159083\n"
+"par_id481685965303610\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "A la barra <emph>Estàndard</emph>, feu clic a"
+msgid "Choose <menuitem>Home - Paste</menuitem>."
+msgstr ""
#. HZLPq
#: edit_menu.xhp
@@ -15794,6 +16009,33 @@ msgctxt ""
msgid "Paste"
msgstr "Enganxa"
+#. 5R5Je
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3155860\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + V</keycode>"
+msgstr ""
+
+#. YRBqH
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id261685965384099\n"
+"help.text"
+msgid "<keycode>Shift + Ins</keycode>"
+msgstr ""
+
+#. WopNZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3142791\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Paste Special</menuitem>."
+msgstr ""
+
#. 8U2sv
#: edit_menu.xhp
#, fuzzy
@@ -15804,6 +16046,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Paste Special - Paste Special</menuitem>."
msgstr "Trieu <menuitem>Edita ▸ Enganxament especial ▸ Enganxament especial</menuitem>."
+#. A3fDq
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id521685966553736\n"
+"help.text"
+msgid "Long click on <menuitem>Home - Paste</menuitem>."
+msgstr ""
+
+#. HHNRa
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id801685967705406\n"
+"help.text"
+msgid "<image src=\"cmd/lc_pastespecial.svg\" id=\"img_id411685967705407\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id261685967705408\">Icon Paste Special</alt></image>"
+msgstr ""
+
+#. CCMPR
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id661685967705410\n"
+"help.text"
+msgid "Paste Special"
+msgstr ""
+
+#. 3r6MK
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id401685968775099\n"
+"help.text"
+msgid "<image src=\"cmd/lc_paste.svg\" id=\"img_id331685968775100\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191685968775101\">Icon Paste</alt></image>"
+msgstr ""
+
+#. cgEiS
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id81685968775103\n"
+"help.text"
+msgid "Paste (long click)"
+msgstr ""
+
#. CFGeE
#: edit_menu.xhp
msgctxt ""
@@ -15912,15 +16199,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Select All</menuitem>."
msgstr "Trieu <menuitem>Edita ▸ Selecciona-ho tot</menuitem>."
-#. mia2c
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3152417\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode> Ordre</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> +A </keycode>"
-
#. gXMsj
#: edit_menu.xhp
msgctxt ""
@@ -15939,14 +16217,23 @@ msgctxt ""
msgid "Select All"
msgstr "Selecciona-ho tot"
-#. Tb8Mu
+#. G7z8T
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3152417\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + A</keycode>"
+msgstr ""
+
+#. TGtWv
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3145251\n"
"help.text"
-msgid "<variable id=\"aenderungen\">Choose <menuitem>Edit - Track Changes</menuitem>.</variable>"
-msgstr "<variable id=\"aenderungen\">Trieu <menuitem>Edita - Traça els canvis</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Track Changes</menuitem>."
+msgstr ""
#. FtngJ
#: edit_menu.xhp
@@ -16051,6 +16338,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Track Changes - Manage - List</menuitem> tab.<br/>Click an entry in the list and open the context menu.<br/>Choose <emph>Edit Comment</emph>."
msgstr "Trieu <menuitem>Edita ▸ Seguiment de canvis ▸ Gestiona ▸ Llista</menuitem>.<br/>feu clic en una entrada de la llista i obriu el menú contextual.<br/>Trieu <emph>Edita el comentari</emph>."
+#. ZGYjQ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id171685981254743\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Comment</menuitem>."
+msgstr ""
+
+#. ABCVo
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id501685985116612\n"
+"help.text"
+msgid "Click on the comment to select and then open the context menu."
+msgstr ""
+
+#. tCQAy
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"hd_id211685985284382\n"
+"help.text"
+msgid "On the Comment note:"
+msgstr ""
+
+#. J6HJx
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685985156516\n"
+"help.text"
+msgid "Click on the drop-down list of the selected comment."
+msgstr ""
+
+#. LSwGJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id711685981703647\n"
+"help.text"
+msgid "Choose <menuitem>Review</menuitem>."
+msgstr ""
+
#. oGZeX
#: edit_menu.xhp
#, fuzzy
@@ -16061,50 +16393,59 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Find</menuitem>."
msgstr "Trieu <menuitem>Edita ▸ Cerca</menuitem>."
-#. cPD4u
+#. Up9Ag
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id31545031\n"
+"par_id511685975100630\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode> Ordre</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> +F </keycode>"
+msgid "Choose <menuitem>Home - Find</menuitem>."
+msgstr ""
-#. f4EM6
+#. ZqAwc
#: edit_menu.xhp
-#, fuzzy
msgctxt ""
"edit_menu.xhp\n"
-"par_id3156297\n"
+"par_id831685975004752\n"
"help.text"
-msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
-msgstr "Trieu <menuitem>Edita ▸ Cerca i reemplaça</menuitem>."
+msgid "<image src=\"cmd/lc_recsearch.svg\" id=\"img_id251685975004753\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id521685975004754\">Icon Find</alt></image>"
+msgstr ""
-#. 4pWKe
+#. fAhot
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3154503\n"
+"par_id51685975004756\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+H</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> +H </keycode>"
+msgid "Find"
+msgstr ""
-#. UPprs
+#. yhe7q
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155083\n"
+"par_id31545031\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "A la barra <emph>Estàndard</emph>, feu clic a"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F</keycode>"
+msgstr ""
+
+#. f4EM6
+#: edit_menu.xhp
+#, fuzzy
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3156297\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
+msgstr "Trieu <menuitem>Edita ▸ Cerca i reemplaça</menuitem>."
-#. vsGEm
+#. KV28P
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3150020\n"
"help.text"
-msgid "<image id=\"img_id3149121\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
+msgid "<image id=\"img_id3149121\" src=\"cmd/lc_searchdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
msgstr ""
#. jRcHP
@@ -16116,6 +16457,15 @@ msgctxt ""
msgid "Find & Replace"
msgstr "Cerca i reemplaça"
+#. 8eSKz
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3154503\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + H</keycode>"
+msgstr ""
+
#. EtPCq
#: edit_menu.xhp
#, fuzzy
@@ -16239,13 +16589,22 @@ msgctxt ""
msgid "<variable id=\"litdat\">Choose <menuitem>Tools - Bibliography Database</menuitem>.</variable>"
msgstr "<variable id=\"litdat\"> Trieu Eines <menuitem>- Base de dades bibliogràfica</menuitem>.</variable>"
-#. EaFwu
+#. gNsWJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id631686092409826\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Links to External Files</menuitem>."
+msgstr ""
+
+#. L9Jyy
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3149281\n"
"help.text"
-msgid "<variable id=\"link\">Choose <menuitem>Edit - External Links</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - External Links</menuitem>."
msgstr ""
#. xSMBV
@@ -16303,14 +16662,32 @@ msgctxt ""
msgid "<variable id=\"edit3\">Choose <menuitem>Edit - OLE Object - Open</menuitem>.</variable>"
msgstr ""
-#. kQifg
+#. CB5Dg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id951603556032047\n"
"help.text"
-msgid "<variable id=\"reference\">Choose <menuitem>Edit - Reference</menuitem>.</variable>"
-msgstr "<variable id=\"reference\"> Trieu <menuitem>Edita - Referència</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Reference</menuitem>."
+msgstr ""
+
+#. eA6Ct
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id1001686083178681\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id811686083178682\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id281686083178683\">Icon Reference</alt></image>"
+msgstr ""
+
+#. 8BUbV
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id671686083178685\n"
+"help.text"
+msgid "Reference"
+msgstr ""
#. PNGYK
#: icon_alt.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/01.po b/source/ca/helpcontent2/source/text/shared/01.po
index 294c0e19946..ad474b64655 100644
--- a/source/ca/helpcontent2/source/text/shared/01.po
+++ b/source/ca/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-24 15:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ca/>\n"
@@ -2569,25 +2569,6 @@ msgctxt ""
msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Saves a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Desa un document ubicat en un servei de fitxers remots.</ahelp></variable>"
-#. 8GEre
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save Remote...</item> ."
-msgstr "Trieu <item type=\"menuitem\">Fitxer ▸ Desa en remot</item>."
-
-#. 2FysC
-#: 01060001.xhp
-#, fuzzy
-msgctxt ""
-"01060001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File...</emph> ."
-msgstr "Feu un clic llarg sobre la icona <emph>Desa</emph> i seleccioneu <emph>Desa el fitxer remot</emph> .."
-
#. jpc76
#: 01060001.xhp
msgctxt ""
@@ -4084,15 +4065,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">Lets you organize and edit your templates, as well as save the current file as a template.</ahelp>"
msgstr "<ahelp hid=\".\">Permet organitzar les plantilles i editar-les, i també desar el fitxer actual com a plantilla.</ahelp>"
-#. VWjC6
-#: 01110000.xhp
-msgctxt ""
-"01110000.xhp\n"
-"par_01110001\n"
-"help.text"
-msgid "Select <emph>File - Templates</emph>."
-msgstr "Trieu <emph>Fitxer ▸ Plantilles</emph>."
-
#. xfFYL
#: 01110101.xhp
msgctxt ""
@@ -12942,13 +12914,13 @@ msgctxt ""
msgid "Comment"
msgstr "Comentari"
-#. gYF3A
+#. rRJxQ
#: 02230300.xhp
msgctxt ""
"02230300.xhp\n"
"hd_id3083278\n"
"help.text"
-msgid "Insert Track Change Comment"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/02230300.xhp\">Insert Track Change Comment</link></variable>"
msgstr ""
#. 56iv7
@@ -14754,14 +14726,14 @@ msgctxt ""
msgid "<bookmark_value>comments;inserting/editing/deleting/printing/resolving</bookmark_value> <bookmark_value>comments;hide resolved</bookmark_value> <bookmark_value>comments;resolve in text documents</bookmark_value> <bookmark_value>inserting; comments</bookmark_value> <bookmark_value>editing; comments</bookmark_value> <bookmark_value>deleting;comments</bookmark_value> <bookmark_value>Navigator;comments</bookmark_value> <bookmark_value>printing;comments</bookmark_value> <bookmark_value>resolving;comments</bookmark_value> <bookmark_value>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>"
msgstr "Comentaris <bookmarkvalue>comentaris;inserció/edició/impressió/resolució de</bookmarkvalue> comentaris</bookmarkvalue> comentaris</bookmarkvalue> comentaris </bookmarkvalue> inserció <bookmarkvalue>; comentaris</bookmarkvalue> edició <bookmarkvalue>supressió;comentaris</bookmarkvalue> <bookmarkvalue>eliminació;comentaris</bookmarkvalue> <bookmarkvalue>impressió;comentaris </bookmarkvalue> <bookmarkvalue> resolució;comentaris</bookmarkvalue> registres <bookmarkvalue>; inserció de comentaris comentaris</bookmarkvalue>"
-#. zNaVC
+#. nhCGe
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3154100\n"
"help.text"
-msgid "<link href=\"text/shared/01/04050000.xhp\">Comment</link>"
-msgstr "<link href=\"text/shared/01/04050000.xhp\">Comentari</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/04050000.xhp\">Comment</link></variable>"
+msgstr ""
#. B5Lac
#: 04050000.xhp
@@ -51030,23 +51002,23 @@ msgctxt ""
msgid "<ahelp hid=\".\">Insert clipboard table data in a table as new rows instead of overwriting the content of the original cells of the target table.</ahelp>"
msgstr "<unk>GA Insereix les dades de la taula del porta-retalls en una taula com a files noves en lloc de sobreescriure el contingut de les cel·les originals de la taula de destinació.</ahelp>"
-#. oivUB
+#. k6vZo
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"tit\n"
"help.text"
-msgid "Paste Special"
-msgstr "Enganxament especial"
+msgid "Paste Special Menu"
+msgstr ""
-#. 4Vh77
+#. xL3tw
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"hd_id361584804540671\n"
"help.text"
-msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special</link></variable>"
-msgstr "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Enganxament especial</link></variable>"
+msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special Menu</link></variable>"
+msgstr ""
#. RWjTr
#: pastespecialmenu.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/02.po b/source/ca/helpcontent2/source/text/shared/02.po
index fc18d6f7cd9..0d3c4317f60 100644
--- a/source/ca/helpcontent2/source/text/shared/02.po
+++ b/source/ca/helpcontent2/source/text/shared/02.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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-15 05:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/ca/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1551343529.000000\n"
@@ -12765,13 +12765,31 @@ msgctxt ""
msgid "<link href=\"text/shared/02/07070000.xhp\">Edit Mode</link>"
msgstr "Mode d'edició <link href=\"text/shared/02/07070000.xhp\"></link>"
-#. hZBXN
+#. AhNdc
#: 07070000.xhp
msgctxt ""
"07070000.xhp\n"
"par_id3153089\n"
"help.text"
-msgid "<ahelp hid=\".uno:EditDoc\" visibility=\"hidden\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgid "<ahelp hid=\".uno:EditDoc\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgstr ""
+
+#. FDnmk
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id251686099274448\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Edit Mode</menuitem>."
+msgstr ""
+
+#. 7WzFi
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id1001686099454407\n"
+"help.text"
+msgid "Choose <menuitem>Review - Edit Mode</menuitem>."
msgstr ""
#. VpjVS
@@ -12792,6 +12810,15 @@ msgctxt ""
msgid "Edit Mode"
msgstr "Mode d'edició"
+#. dCCDo
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id471686099219977\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + M</keycode>"
+msgstr ""
+
#. 2GUFC
#: 07070000.xhp
#, fuzzy
@@ -13073,22 +13100,31 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr ""
-#. cMHrB
+#. tExb7
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
-"par_id161616407054506\n"
+"par_id341686079869387\n"
"help.text"
-msgid "On <link href=\"text/shared/main0201.xhp\"><emph>Standard</emph></link> bar, click"
+msgid "Choose <menuitem>Edit Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr ""
-#. MSjJA
+#. GYAT9
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id511686079721406\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Hyperlink</menuitem>."
+msgstr ""
+
+#. CuQ8K
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
"par_id3154927\n"
"help.text"
-msgid "<image id=\"img_id3093440\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon</alt></image>"
+msgid "<image id=\"img_id3093440\" src=\"cmd/lc_inserthyperlink.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon Hyperlink</alt></image>"
msgstr ""
#. Dty7B
@@ -13100,6 +13136,15 @@ msgctxt ""
msgid "Hyperlink Dialog"
msgstr "Diàleg Enllaç"
+#. mPi9C
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id121686079478786\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + K</keycode>"
+msgstr ""
+
#. H2EQu
#: 09070000.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/shared/menu.po b/source/ca/helpcontent2/source/text/shared/menu.po
index 46bc46ca3e8..75d283d6d05 100644
--- a/source/ca/helpcontent2/source/text/shared/menu.po
+++ b/source/ca/helpcontent2/source/text/shared/menu.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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2022-11-02 09:22+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsharedmenu/ca/>\n"
@@ -16,6 +16,240 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1527057616.000000\n"
+#. kAYUQ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comments Menu"
+msgstr ""
+
+#. iAF2Y
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id381685980724188\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/menu/comment_menu.xhp\">Comments Menu</link></variable>"
+msgstr ""
+
+#. nxWrC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941603125587454\n"
+"help.text"
+msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
+msgstr ""
+
+#. ZpC2v
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id771685982803183\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. Gvcr8
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id491685993001013\n"
+"help.text"
+msgid "Inserts a new comment adjacent to the comment to which you want to reply. The comment anchor is the same for all comments in the thread."
+msgstr ""
+
+#. rcW2w
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id341685992961744\n"
+"help.text"
+msgid "<image src=\"cmd/lc_replycomment.svg\" id=\"img_id911685992961745\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685992961746\">Icon Reply Comment</alt></image>"
+msgstr ""
+
+#. DBxGw
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id661685992961748\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. z6sGj
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id931685994600871\n"
+"help.text"
+msgid "Replying a comment creates a comment thread."
+msgstr ""
+
+#. ihDxZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id951685982807912\n"
+"help.text"
+msgid "Resolve / Unresolve"
+msgstr ""
+
+#. M6x5n
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id751685993265436\n"
+"help.text"
+msgid "Marks the comment as <emph>Resolved</emph> (or <emph>Unresolved</emph>). When you mark the comment resolved, the word <emph>Resolved</emph> is inserted under the date in the comment box. When marking unresolved, the word <emph>Resolved</emph> is removed."
+msgstr ""
+
+#. EfGUV
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id541685982812304\n"
+"help.text"
+msgid "Resolve Thread"
+msgstr ""
+
+#. LvCLG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id171685994484069\n"
+"help.text"
+msgid "Marks the comment thread as <emph>Resolved</emph> (or <emph>Unresolved</emph>). All comments in the thread are marked <emph>Resolved</emph> (or <emph>Unresolved)</emph>."
+msgstr ""
+
+#. 4bSUA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id811685982816727\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. rJq6j
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id241685994046592\n"
+"help.text"
+msgid "Deletes the comment."
+msgstr ""
+
+#. 9vvEv
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id721685994175303\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteannotation.svg\" id=\"img_id161685994175304\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id751685994175306\">Icon Delete Comment</alt></image>"
+msgstr ""
+
+#. gi9Xt
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id641685994175307\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. 6DKqG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id411685982821640\n"
+"help.text"
+msgid "Delete Comment Thread"
+msgstr ""
+
+#. w7wTC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941685994231483\n"
+"help.text"
+msgid "Deletes all comments of the same thread."
+msgstr ""
+
+#. AKAAD
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id801685982825543\n"
+"help.text"
+msgid "Delete Comment By"
+msgstr ""
+
+#. tfGAA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id631685994308029\n"
+"help.text"
+msgid "Deletes all comments of the same author."
+msgstr ""
+
+#. J5FWB
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id321685982829794\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. zmziK
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id131685994324823\n"
+"help.text"
+msgid "Deletes all comments of the document."
+msgstr ""
+
+#. mnSiZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id881685994350879\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteallannotation.svg\" id=\"img_id501685994350880\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685994350881\">Icon Delete All Comments</alt></image>"
+msgstr ""
+
+#. 5wMSG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id371685994350883\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. 3ijYG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id701685995308264\n"
+"help.text"
+msgid "Format All Comments"
+msgstr ""
+
+#. WBBq9
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id481685995582479\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/01/05020000.xhp\">Format Character</link> dialog to set font, font effects, position and highlighting of all comments text."
+msgstr ""
+
#. rxCQJ
#: forms.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/swriter.po b/source/ca/helpcontent2/source/text/swriter.po
index 4e167865dd3..d3af8a83229 100644
--- a/source/ca/helpcontent2/source/text/swriter.po
+++ b/source/ca/helpcontent2/source/text/swriter.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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-10 07:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/ca/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1557994516.000000\n"
@@ -242,51 +242,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
msgstr "<ahelp hid=\".\">Aquest menú conté ordres per a editar el contingut del document actual.</ahelp>"
-#. TV7tD
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3147619\n"
-"help.text"
-msgid "Select Text"
-msgstr "Selecciona text"
-
-#. Hug2v
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id102920150120455108\n"
-"help.text"
-msgid "Go to Page"
-msgstr "Ves a la pàgina"
-
-#. GjSQM
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id102920150120456660\n"
-"help.text"
-msgid "Opens a dialog box to enter which page number should be shown. (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+G</keycode>)"
-msgstr "Obre un diàleg per introduir quin número de pàgina s'ha de mostrar. (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Ordre</keycode></caseinline><defaultinline><keycode> Ctrl</keycode></defaultinline></switchinline><keycode> +G </keycode>)"
-
-#. xFstf
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id11603124968334\n"
-"help.text"
-msgid "Comment"
-msgstr "Comentari"
-
-#. ycoWJ
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id941603125587454\n"
-"help.text"
-msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
-msgstr ""
-
#. FDHX2
#: main0102.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/swriter/00.po b/source/ca/helpcontent2/source/text/swriter/00.po
index e2dd316aca9..2fc074b6889 100644
--- a/source/ca/helpcontent2/source/text/swriter/00.po
+++ b/source/ca/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/ca/>\n"
@@ -323,14 +323,122 @@ msgctxt ""
msgid "<variable id=\"datenaust\">Choose <emph>Edit - Exchange Database</emph></variable>"
msgstr "<variable id=\"datenaust\">Trieu <emph>Edita ▸ Intercanvia la base de dades</emph></variable>"
-#. DXxuu
+#. CGgT4
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3146316\n"
"help.text"
-msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>"
-msgstr "<variable id=\"feldbefehl\">Trieu <emph>Edita ▸ Camps</emph></variable>"
+msgid "Choose <menuitem>Edit - Fields</menuitem>."
+msgstr ""
+
+#. z7vy3
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601686084207673\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. aWNoC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id621686084297019\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. KJtNh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id261686084354397\n"
+"help.text"
+msgid "<menuitem>Edit Field</menuitem>"
+msgstr ""
+
+#. RDJDe
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id241686084284027\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. UAFwh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id671686084291318\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. PQnPz
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761686084998093\n"
+"help.text"
+msgid "Choose <menuitem>References - Fields</menuitem>."
+msgstr ""
+
+#. hpgYC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571686085013340\n"
+"help.text"
+msgid "Choose <menuitem>References - Cross-references</menuitem>."
+msgstr ""
+
+#. vSzco
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id211686084424319\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id501686084424320\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id741686084424321\">Icon Cross-Reference</alt></image>"
+msgstr ""
+
+#. dvoeF
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id921686084424323\n"
+"help.text"
+msgid "Cross-Reference"
+msgstr ""
+
+#. ZmfMu
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id911686084496205\n"
+"help.text"
+msgid "<image src=\"cmd/lc_addfield.svg\" id=\"img_id871686084496206\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id621686084496207\">Icon Insert Field</alt></image>"
+msgstr ""
+
+#. pEDLA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id481686084496209\n"
+"help.text"
+msgid "Insert Field"
+msgstr ""
+
+#. x9PQn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id161686084056231\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F2</keycode>"
+msgstr ""
#. t2xAY
#: 00000402.xhp
@@ -386,14 +494,50 @@ msgctxt ""
msgid "<variable id=\"lit\">Choose <emph>Edit - Bibliography Entry</emph></variable>"
msgstr "<variable id=\"lit\">Trieu <emph>Edita ▸ Entrada bibliogràfica</emph></variable>"
-#. qG3yF
+#. MfDB3
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3973204\n"
"help.text"
-msgid "<variable id=\"selection_mode\">Choose <emph>Edit - Selection Mode</emph></variable>"
-msgstr "<variable id=\"selection_mode\">Trieu <emph>Edita ▸ Mode de selecció</emph></variable>"
+msgid "Choose <menuitem>Edit - Selection Mode</menuitem>"
+msgstr ""
+
+#. Sppap
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id491685970640972\n"
+"help.text"
+msgid "Click the <menuitem>Selection</menuitem> area."
+msgstr ""
+
+#. VAPQj
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761685972500574\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Select Text</menuitem>."
+msgstr ""
+
+#. YSDSS
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571685973272593\n"
+"help.text"
+msgid "Choose <menuitem>Select Text</menuitem>."
+msgstr ""
+
+#. ZZrGn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id51685972424605\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + I</keycode>"
+msgstr ""
#. DLEkm
#: 00000402.xhp
@@ -404,6 +548,60 @@ msgctxt ""
msgid "<variable id=\"direct_cursor\">Choose <emph>Edit - Direct Cursor Mode</emph></variable>"
msgstr "<variable id=\"direct_cursor\">Trieu <emph>Edita ▸ Mode de cursor directe</emph></variable>"
+#. aWUsm
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601685977093827\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Go to Page</menuitem>."
+msgstr ""
+
+#. ELFmx
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id931685977488251\n"
+"help.text"
+msgid "Choose <menuitem>Home tab menu - Go to Page</menuitem>."
+msgstr ""
+
+#. xdsdD
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id961685977342894\n"
+"help.text"
+msgid "<image src=\"cmd/lc_gotopage.svg\" id=\"img_id321685977342895\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id901685977342896\">Icon Go to Page</alt></image>"
+msgstr ""
+
+#. mEGRA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id191685977342898\n"
+"help.text"
+msgid "Go to Page"
+msgstr ""
+
+#. qAucq
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id651685976992603\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + G</keycode>"
+msgstr ""
+
+#. Rpgek
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id551685977289618\n"
+"help.text"
+msgid "Click on the <emph>Page number</emph> area."
+msgstr ""
+
#. cjzea
#: 00000403.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/swriter/01.po b/source/ca/helpcontent2/source/text/swriter/01.po
index b54c2372c91..7b4545c389a 100644
--- a/source/ca/helpcontent2/source/text/swriter/01.po
+++ b/source/ca/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/ca/>\n"
@@ -26094,24 +26094,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr "Xifres aràbigues"
-#. hyBpE
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3150708\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. 9YEFF
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3153533\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
#. PNNRW
#: 06060100.xhp
msgctxt ""
@@ -26130,24 +26112,6 @@ msgctxt ""
msgid "Roman numerals (lower)"
msgstr "Xifres romanes (minúscules)"
-#. EiABw
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3151332\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. DxFBt
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3149820\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. CT77W
#: 06060100.xhp
msgctxt ""
@@ -26403,15 +26367,6 @@ msgctxt ""
msgid "Description"
msgstr "Descripció"
-#. BoqBZ
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150981\n"
-"help.text"
-msgid "1, 2, 3"
-msgstr "1, 2, 3"
-
#. ECZ4S
#: 06080100.xhp
msgctxt ""
@@ -26421,51 +26376,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr "Xifres aràbigues"
-#. oEuGf
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150763\n"
-"help.text"
-msgid "A, B, C"
-msgstr "A, B, C"
-
-#. GBURp
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153154\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. MAEkA
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3151171\n"
-"help.text"
-msgid "a, b, c"
-msgstr "a, b, c"
-
-#. NGbwW
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147508\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
-#. CCgce
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150706\n"
-"help.text"
-msgid "I, II, III"
-msgstr "I, II, III"
-
#. uviUq
#: 06080100.xhp
msgctxt ""
@@ -26475,15 +26385,6 @@ msgctxt ""
msgid "Roman numerals (upper case)"
msgstr "Xifres romanes (majúscules)"
-#. xBuC9
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153530\n"
-"help.text"
-msgid "i, ii, iii"
-msgstr "i, ii, iii"
-
#. JQFJY
#: 06080100.xhp
msgctxt ""
@@ -26493,42 +26394,6 @@ msgctxt ""
msgid "Roman numerals (lower case)"
msgstr "Xifres romanes (minúscules)"
-#. P9ob7
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147525\n"
-"help.text"
-msgid "A,... AA,... AAA,..."
-msgstr "A,... AA,... AAA,..."
-
-#. jVvL6
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3155895\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. KxeRb
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3154194\n"
-"help.text"
-msgid "a,... aa,... aaa,..."
-msgstr "a,... aa,... aaa,..."
-
-#. DNnWm
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3149297\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. QiWFL
#: 06080100.xhp
msgctxt ""
@@ -28666,13 +28531,13 @@ msgctxt ""
msgid "Add, Modify and Remove"
msgstr ""
-#. WEjFh
+#. H68FW
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_id931672738656225\n"
"help.text"
-msgid "Respectively, adds, moves and removes items in the list."
+msgid "Respectively, adds, modifies and removes items in the list."
msgstr ""
#. xorCa
@@ -28702,81 +28567,15 @@ msgctxt ""
msgid "Date Format"
msgstr ""
-#. gMmqv
+#. FJPXb
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10564\n"
"help.text"
-msgid "Select the date format to display the date of the date content control."
-msgstr ""
-
-#. k5UDL
-#: edit_reference_submenu.xhp
-#, fuzzy
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"tit\n"
-"help.text"
-msgid "Reference (Edit)"
-msgstr "Referència (Edita)"
-
-#. 7DnD9
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id1001603128268578\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/edit_reference_submenu.xhp\">Reference</link>"
-msgstr ""
-
-#. 6LFFX
-#: edit_reference_submenu.xhp
-#, fuzzy
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id411603128291771\n"
-"help.text"
-msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
-msgstr "Un submenú que ofereix possibilitats d'editar notes al peu notes finals entrades d'índex i entrades bibliogràfiques."
-
-#. 4WjGu
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147302\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
-msgstr "<link href=\"text/swriter/01/02150000.xhp\">Nota al peu o nota final</link>"
-
-#. Q5YzA
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147327\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
-msgstr ""
-
-#. b6WK8
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id561673359242198\n"
-"help.text"
-msgid "Edits the selected index entry."
+msgid "Select the date format to display in the date content control."
msgstr ""
-#. p7mQW
-#: edit_reference_submenu.xhp
-#, fuzzy
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147352\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
-msgstr "Entrada bibliogràfica <link href=\"text/swriter/01/02130000.xhp\"></link>"
-
#. YwkE4
#: format_object.xhp
msgctxt ""
@@ -28822,6 +28621,51 @@ msgctxt ""
msgid "Edits Fontwork effects of the selected object that has been created with the previous Fontwork dialog."
msgstr "Edita els efectes del Fontwork de l'objecte seleccionat que s'ha creat amb el diàleg anterior del Fontwork."
+#. 2RhYQ
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go To Page"
+msgstr ""
+
+#. U9KWf
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"hd_id921685976329840\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/goto.xhp\">Go to Page</link></variable>"
+msgstr ""
+
+#. DqUnC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id901685976329842\n"
+"help.text"
+msgid "Opens a dialog box to enter which page number should be shown."
+msgstr ""
+
+#. cbKy4
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id761685978118901\n"
+"help.text"
+msgid "Enter the page number or use the spin box to define the page to display."
+msgstr ""
+
+#. J5XfC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id631685978506671\n"
+"help.text"
+msgid "The page number entered in the <emph>Go to Page</emph> dialog is absolute within the document and may not correspond to the page number displayed by the page numbering scheme."
+msgstr ""
+
#. YhLG4
#: legacynumbering.xhp
#, fuzzy
@@ -32402,6 +32246,33 @@ msgctxt ""
msgid "<embedvar href=\"text/swriter/guide/protection.xhp#protection\"/>"
msgstr ""
+#. 63j54
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Text"
+msgstr ""
+
+#. 4dGGQ
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"hd_id771685971612111\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/select_text.xhp\">Select Text</link></variable>"
+msgstr ""
+
+#. DMH7U
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"par_id971685971990775\n"
+"help.text"
+msgid "You can enable a selection cursor in a <emph>read-only</emph> text document."
+msgstr ""
+
#. KadxR
#: selection_mode.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/swriter/menu.po b/source/ca/helpcontent2/source/text/swriter/menu.po
index 287ba243c68..03a62c8b9fb 100644
--- a/source/ca/helpcontent2/source/text/swriter/menu.po
+++ b/source/ca/helpcontent2/source/text/swriter/menu.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: 2023-03-02 11:51+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-03-23 21:04+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswritermenu/ca/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1516022252.000000\n"
#. acMEH
@@ -187,6 +187,69 @@ msgctxt ""
msgid "Contains a calendar control. Limits text to a single paragraph."
msgstr ""
+#. k5UDL
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Reference (Edit)"
+msgstr ""
+
+#. MKMWr
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id1001603128268578\n"
+"help.text"
+msgid "<link href=\"text/swriter/menu/edit_reference_submenu.xhp\">Reference</link>"
+msgstr ""
+
+#. 6LFFX
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id411603128291771\n"
+"help.text"
+msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
+msgstr ""
+
+#. 4WjGu
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147302\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
+msgstr ""
+
+#. Q5YzA
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147327\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
+msgstr ""
+
+#. b6WK8
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id561673359242198\n"
+"help.text"
+msgid "Edits the selected index entry."
+msgstr ""
+
+#. p7mQW
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147352\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
+msgstr ""
+
#. tP5yN
#: insert_footnote_endnote.xhp
msgctxt ""
diff --git a/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
index 1452f546337..1a9d52fce79 100644
--- a/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ca/officecfg/registry/data/org/openoffice/Office/UI.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: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: 2023-05-29 20:35+0000\n"
+"PO-Revision-Date: 2023-06-07 12:01+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ca/>\n"
"Language: ca\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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1562301193.000000\n"
#. W5ukN
@@ -10884,7 +10884,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Delete Row"
-msgstr ""
+msgstr "Suprimeix la fila"
#. yTCcA
#: DrawImpressCommands.xcu
diff --git a/source/ca/sc/messages.po b/source/ca/sc/messages.po
index 916280f8479..6f3c63c04be 100644
--- a/source/ca/sc/messages.po
+++ b/source/ca/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: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-17 13:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ca/>\n"
@@ -32374,11 +32374,11 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr "Opcions del separador"
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
-msgstr "Formata els camps entre cometes com a text"
+msgid "Format _quoted field as text"
+msgstr ""
#. VAC6B
#: sc/uiconfig/scalc/ui/textimportcsv.ui:598
@@ -32434,10 +32434,10 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Quan s'activa aquesta opció, el Calc conserva el contingut previ de les cel·les en enganxar de buides. Altrament, el Calc suprimeix el contingut de les cel·les prèvies."
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
diff --git a/source/ca/scp2/source/calc.po b/source/ca/scp2/source/calc.po
index 0a874c62bb4..f7d84c0db83 100644
--- a/source/ca/scp2/source/calc.po
+++ b/source/ca/scp2/source/calc.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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2022-10-21 14:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcecalc/ca/>\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: 1492604484.000000\n"
#. rTGYE
@@ -222,3 +222,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr "Apple Numbers"
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/ca/svx/messages.po b/source/ca/svx/messages.po
index ee9ef78c8d6..f871f262b41 100644
--- a/source/ca/svx/messages.po
+++ b/source/ca/svx/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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-05-08 22:39+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ca/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1559651913.000000\n"
#. 3GkZj
@@ -6239,29 +6239,29 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Color del document"
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
-msgstr "Fons - Fosc 1"
+msgid "Dark 1"
+msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
-msgstr "Text - Clar 1"
+msgid "Light 1"
+msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
-msgstr "Fons - Fosc 2"
+msgid "Dark 2"
+msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
-msgstr "Text - Clar 2"
+msgid "Light 2"
+msgstr ""
#. NAAZJ
#: include/svx/strings.hrc:1127
@@ -6311,389 +6311,371 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr "Enllaç visitat"
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
-msgstr "%1, 80% més clar"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
+msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr "%1, 60% més clar"
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr "%1, 40% més clar"
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr "%1, 25% més fosc"
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
-msgstr "%1, 50% més fosc"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
+msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Extrusió"
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Activa/desactiva l'extrusió"
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Inclina cap avall"
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Inclina cap amunt"
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Inclina cap a l'esquerra"
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Inclina cap a la dreta"
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Canvia la profunditat d'extrusió"
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Canvia l'orientació"
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Canvia el tipus de projecció"
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Canvia la il·luminació"
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Canvia la lluminositat"
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Canvia l'extrusió de la superfície"
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Canvia el color de l'extrusió"
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Fontwork"
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Aplica la forma del Fontwork"
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Aplica la mateixa alçada de lletra Fontwork"
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Aplica l'alineació del Fontwork"
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Aplica l'espaiat entre caràcters del Fontwork"
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "amb"
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Estil"
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "i"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Control de la cantonada"
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Selecció d'un punt de cantonada."
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Part superior esquerra"
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Part superior central"
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Part superior dreta"
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Part central esquerra"
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Centre"
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Part central dreta"
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Part inferior esquerra"
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Part inferior central"
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Part inferior dreta"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Control de la vora"
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Aquí podeu editar la vora."
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Selecció de caràcters especials"
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "Seleccioneu caràcters especials en aquesta àrea."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Codi del caràcter "
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Es requereix una entrada en el camp «#». Introduïu un valor."
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Formularis"
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "No s'ha seleccionat cap control"
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Propietats: "
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Propietats del formulari"
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Navegador de formularis"
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Formulari"
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr "Amagat"
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Formulari"
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Control amagat"
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Control"
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Registre"
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "de"
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Afegeix un camp:"
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "S'ha produït un error d'escriptura en la base de dades"
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "S'ha produït un error de sintaxi en l'expressió de consulta"
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "Esteu intentant suprimir un registre."
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "Se suprimiran # registres."
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6703,337 +6685,337 @@ msgstr ""
"Voleu continuar igualment?"
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Barra de navegació"
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Col."
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Defineix la propietat «#»"
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Insereix al contenidor"
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Suprimeix #"
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Suprimeix # objectes"
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Reemplaça un element del contenidor"
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Reemplaça el control"
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Quadre de text"
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Casella de selecció"
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Quadre combinat"
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Quadre de llista"
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Camp de data"
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Camp d'hora"
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Camp numèric"
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Camp de moneda"
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Camp emmascarat"
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Camp formatat"
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Botó per a prémer"
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Botó d'opció"
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Camp d'etiqueta"
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Quadre de grup"
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Botó gràfic"
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Control d'imatge"
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Selecció de fitxers"
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Control de taula "
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Barra de desplaçament"
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Botó de selecció de valor"
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Barra de navegació"
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Selecció múltiple"
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr "Camp de data i hora"
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "No hi ha cap control de dades en el formulari actual."
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Data)"
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Hora)"
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Navegador de filtres"
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Filtra"
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "O"
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "El formulari actual no conté controls vàlids que es puguin utilitzar per a visualitzar una taula."
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<Camp automàtic>"
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "S'ha produït un error de sintaxi en l'expressió SQL"
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "El valor #1 no es pot utilitzar amb LIKE."
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "LIKE no es pot utilitzar amb aquest camp."
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "La data no és vàlida. Introduïu-la en un format vàlid, per exemple, dd/mm/aa."
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "El camp no es pot comparar amb un enter."
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "La base de dades no conté la taula «#»."
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "La base de dades no conté cap taula o consulta que es digui «#»."
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "La base de dades ja conté una taula o vista que es diu «#»."
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "La base de dades ja conté una consulta amb el nom «#»."
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "La columna «#1» és desconeguda a la taula «#2»."
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "El camp no es pot comparar amb un nombre de coma flotant."
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "El criteri indicat no es pot comparar amb aquest camp."
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Navegador de dades"
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (només de lectura)"
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "El fitxer ja existeix. Voleu sobreescriure'l?"
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "Etiqueta de l'objecte #object#"
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -7043,7 +7025,7 @@ msgstr ""
"Segur que voleu suprimir aquest model?"
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -7053,7 +7035,7 @@ msgstr ""
"Segur que voleu suprimir aquesta instància?"
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -7063,13 +7045,13 @@ msgstr ""
"Segur que voleu suprimir aquest element?"
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Segur que voleu suprimir l'atribut «$ATTRIBUTENAME»?"
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -7081,7 +7063,7 @@ msgstr ""
"Segur que voleu suprimir aquesta tramesa?"
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -7093,1068 +7075,1068 @@ msgstr ""
"Segur que voleu suprimir aquesta vinculació?"
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "«%1» no és un nom d'XML vàlid. Introduïu un nom diferent."
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "«%1» no és un prefix d'XML vàlid. Introduïu un prefix diferent."
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "El nom «%1» ja existeix. Trieu-ne un altre."
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "La tramesa ha de tenir un nom."
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Publica"
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Posa"
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Aconsegueix"
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Cap"
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Instància"
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Document"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Vinculant: "
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Referència: "
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Acció: "
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Mètode: "
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Reemplaça: "
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Afegeix un element"
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Edita un element"
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Suprimeix un element"
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Afegeix un atribut"
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Edita un atribut"
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Suprimeix un atribut"
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Afegeix una vinculació"
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Edita una vinculació"
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Suprimeix una vinculació"
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Afegeix una tramesa"
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Edita una tramesa"
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Suprimeix una tramesa"
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Element"
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Atribut"
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Vinculació"
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Expressió vinculant"
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "Esteu segur que voleu descartar la recuperació de documents del %PRODUCTNAME?"
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Esquerra"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Dreta"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Centre"
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Decimal"
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "Mode d'inserció. Feu clic per a canviar al mode de sobreescriptura."
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "Mode de sobreescriptura. Feu clic per a canviar al mode d'inserció."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Sobreescriu"
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "Insereix"
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr "%1. Feu clic per a canviar el mode de selecció."
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Signatura digital: la signatura del document és correcta."
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Signatura digital: la signatura del document és correcta, però no s'ha pogut validar el certificat."
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr "Signatura digital: la signatura del document no coincideix amb el contingut del document. Us recomanem molt que no confieu en aquest document."
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Signatura digital: el document no està signat."
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Signatura digital: la signatura del document i el certificat són correctes, però no totes les parts del document estan signades."
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "El document s'ha modificat. Feu clic per a desar el document."
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "El document no s'ha modificat des de l'última vegada que s'ha desat."
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "S'està carregant el document..."
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "Ajusta la dispositiva a la finestra actual."
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr ""
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr "No s'han pogut carregar tots els objectes SmartArt. Aquest problema s'evita si deseu en format del Microsoft Office 2010 o posterior."
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr "Adreça de la cel·la de taula. Feu-hi clic per a obrir el diàleg Propietats de la taula."
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr "Nom de la secció. Feu-hi clic per a obrir el diàleg Edita les seccions."
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr "Taula de continguts. Feu-hi clic per a obrir el diàleg Taula de continguts."
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr "Nivell de numeració. Feu-hi clic per a obrir el diàleg Numeració."
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr "Estil i nivell de llista."
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr "Fórmula"
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr "Fila i columna"
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "Factor d'escala. Feu clic dret per a canviar el factor d'ampliació o feu clic per a obrir el diàleg d'escala."
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Apropa"
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Allunya"
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25%"
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50%"
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75%"
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100%"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150%"
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200%"
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Tota la pàgina"
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Amplada de la pàgina"
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Visualització òptima"
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Estils inclosos"
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "Estils de ~paràgrafs"
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "Estils de ~cel·la"
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr "Cerca formatació"
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr "Reemplaça per la formatació"
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "S'ha arribat a la fi del document"
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr "S'ha arribat al final del document, es continua des del principi"
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "S'ha arribat a la fi del full"
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "No s'ha trobat l'expressió cercada"
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr "No s'ha trobat element de navegació"
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "S'ha arribat a l'inici del document"
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr "S'ha arribat al començament del document, es continua des del final"
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr "S'ha arribat al primer recordatori, es continua des de l'últim"
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr "S'ha arribat a l'últim recordatori, es continua des del primer"
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Paleta de colors"
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr "Reemplaçament de color"
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr "Efectes 3D"
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "La contrasenya no és correcta"
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Les contrasenyes no coincideixen"
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Pics circulars, petits i plens"
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Pics circulars, grans i plens"
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Pics en diamant i plens"
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Pics quadrats, grans i plens"
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Pics en fletxa cap a la dreta, plens"
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Pics en fletxa cap a la dreta"
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr "Pics en forma creu"
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr "Pics de marca de verificació"
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Número 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Número 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Número (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Xifra romana en majúscula I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Lletra majúscula A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Lletra minúscula a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Lletra minúscula (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Xifra romana en minúscula i. ii. iii."
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
msgstr ""
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
msgstr ""
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Numèric amb tots els subnivells"
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Pic en fletxa cap a la dreta; pic en fletxa cap a la dreta plena; pic en diamant ple; pics circulars, petits i plens"
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "No s'ha pogut crear el fitxer zip."
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Estils de disseny de taula"
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Accions per desfer: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Accions per desfer: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Accions per refer: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Accions per refer: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Cerca"
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Distingeix entre majúscules i minúscules"
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "Cadena formatada"
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) × $(HEIGHT) a $(DPI) PPP"
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr "$(CAPACITY) KiB"
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr "$(CAPACITY) KiB ($(REDUCTION)% de reducció)"
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr "Imatge GIF"
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr "Imatge JPEG"
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "Imatge PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "Imatge TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "Imatge WMF"
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "Imatge MET"
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "Imatge PICT"
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "Imatge SVG"
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "Imatge BMP"
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr "Imatge WebP"
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Desconegut"
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Commuta"
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Mode d'imatge"
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Vermell"
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Verd"
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Blau"
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Lluminositat"
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Contrast"
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gamma"
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Transparència"
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Escapça"
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Orientació per defecte"
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "De dalt a baix"
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "De baix a dalt"
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Apilat"
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Marge esquerre: "
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Marge superior: "
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Marge dret: "
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Marge inferior: "
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Descripció de la pàgina: "
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Majúscules"
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Minúscules"
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Majúscules romanes"
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Minúscules romanes"
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Àrab"
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Cap"
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Horitzontal"
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Vertical"
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Esquerra"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Dreta"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Tot"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Reflectit"
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Autor: "
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Data: "
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Text: "
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Fons del caràcter"
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Paleta de colors"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr "Números de diapositiva:"
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8164,2157 +8146,2157 @@ msgstr ""
"Voleu desar la versió modificada?"
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Llatí bàsic"
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Llatí-1"
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Llatí ampliat A"
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Llatí ampliat B"
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "Extensions de l'IPA"
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Lletres modificadores d'espaiat"
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Combinació de caràcters diacrítics"
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Grec bàsic"
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Símbols grecs i coptes"
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Ciríl·lic"
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Armeni"
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Hebreu bàsic"
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Hebreu ampliat"
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Àrab bàsic"
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Àrab ampliat"
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Devanagari"
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengalí"
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhi"
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gujarati"
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "oriya"
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tàmil"
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugu"
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "kanarès"
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malaiàlam"
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Tai"
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Laosià"
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Georgià bàsic"
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Georgià ampliat"
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Jamo del hangul"
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr "Llatí ampliat addicional"
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Grec ampliat"
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Puntuació general"
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Superíndexs i subíndexs"
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Símbols de monedes"
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Combinació de símbols diacrítics"
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Símbols tipus carta"
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Símbols numèrics"
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Fletxes"
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Operadors matemàtics"
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Caràcters tècnics diversos"
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Imatges de control"
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Reconeixement òptic de caràcters"
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Alfanumèrics delimitats"
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Dibuix de quadres"
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Elements de bloc"
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Formes geomètriques"
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Símbols diversos"
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Caràcters decoratius"
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "Símbols i puntuació CJK"
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Jamo amb compatibilitat Hangul"
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "CJK: diversos"
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "Caràcters i mesos CJK delimitats"
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "Compatibilitat amb CJK"
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "Ideogrames unificats CJK"
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "Ideogrames unificats CJK ampliació A"
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Àrea d'ús privat"
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "Ideogrames de compatibilitat amb CJK"
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Formes de presentació alfabètiques"
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Formes de presentació de l'àrab (A)"
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Marques mitjanes de combinació"
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "Formes de compatibilitat amb CJK"
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Variants de petites formes"
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Formes de presentació de l'àrab (B)"
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Formes d'amplada mitjana i d'amplada completa"
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Especials"
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Síl·labes Yi"
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Radicals Yi"
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Cursiva antiga"
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Gòtic"
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Deseret"
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Símbols musicals bizantins"
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Símbols musicals"
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Símbols matemàtics alfanumèrics"
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "Ideogrames unificats del CJK ampliació B"
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "Ideogrames unificats del CJK ampliació C"
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "Ideogrames unificats del CJK ampliació D"
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "Ideogrames de compatibilitat amb CJK (suplement)"
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Etiquetes"
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Ciríl·lic (suplement)"
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Selectors de variació"
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Àrea d'ús privat - A (suplement)"
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Àrea d'ús privat - B (suplement)"
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Tai Le"
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Símbols khmer"
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Extensions fonètiques"
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Fletxes i símbols miscel·lanis"
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Símbols hexagrames yijing"
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Conjunt de síl·labes lineal B"
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Ideogrames lineal B"
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Nombres egeus"
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Ugarític"
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Shavià"
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Osmanià"
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Singalès"
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetà"
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Myanmar"
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmer"
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogàmic"
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Rúnic"
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Siríac"
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Thaana"
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Etíop"
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Xerokee"
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Síl·labes aborígens canadenques"
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongol"
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Símbols matemàtics diversos - A"
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Fletxes suplementàries - A"
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Plantilles Braille"
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Fletxes suplementàries - B"
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Símbols matemàtics diversos - B"
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "Radical CJK (suplement)"
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Radicals Kangxi"
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Caràcters de descripció ideogràfica"
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagàlog"
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunoo"
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Bopomofo ampliat"
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Fonètica katakana"
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "Traços CJK"
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Conjunt de síl·labes xipriotes"
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Símbols tai xuan jing"
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Selectors de variació (suplement)"
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Notació musical del grec antic"
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Nombres grecs antics"
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Àrab (suplement)"
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "bugui"
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Combinació de caràcters diacrítics (suplement)"
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Copte"
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Etíop ampliat"
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Etíop (suplement)"
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Georgià (suplement)"
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Glagolític"
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Kharosthi"
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Lletres modificadores del to"
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Tai Lue nou"
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Persa antic"
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Extensions fonètiques (suplement)"
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Puntuació suplementària"
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Formes verticals"
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Nko"
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balinès"
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Llatí ampliat-C"
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Llatí ampliat-D"
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Phags-Pa"
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Fenici"
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Cuneïforme"
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Nombres i puntuació cuneïforme"
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Numerals de palets per comptar"
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Sondanès"
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lepcha"
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Ciríl·lic ampliat-A"
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Ciríl·lic ampliat-B"
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Rejang"
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Txam"
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Símbols antics"
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Disc de Festos"
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Lici"
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Cari"
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Lidi"
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Fitxes del mahjong"
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Fitxes del dòmino"
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samarità"
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Síl·labes aborígens canadenques ampliat"
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Tai Tham"
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Extensions vèdiques"
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisu"
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamum"
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Formes numèriques índiques comunes"
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Devanagari ampliat"
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Hangul Jamo ampliat - A"
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Javanès"
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Myanmar ampliat - A"
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Tai Viet"
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Meetei mayek"
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Hangul Jamo ampliat - B"
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Arameu imperial"
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "àrab del sud antic"
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "avèstic"
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Part d'inscripció"
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Pahlavi d'inscripció"
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Turc antic"
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "símbols numèrics rumi"
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "kaithi"
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Jeroglífics egipcis"
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Alfanumèrics delimitats (suplement)"
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Ideogràfic delimitat (suplement)"
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "mandaic"
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "batak"
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "etíop ampliat - A"
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "brahmi"
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Bamum (suplement)"
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Kana (suplement)"
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Cartes de joc"
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Símbols i pictogrames miscel·lanis"
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Emoticones"
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Símbols de transport i mapes"
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Símbols d'alquímia"
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Àrab ampliat-A"
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Símbols alfabètics matemàtics àrabs"
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Chakma"
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Extensions Meetei Mayek"
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Cursiva meroítica"
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Jeroglífics meroítics"
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Miao"
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Sharada"
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Sora Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Sondanès (suplement)"
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Bassa vah"
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "albanès caucàsic"
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "Nombres epactes coptes"
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Marques diacrítiques combinables (suplement)"
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Taquigrafia de Duployé"
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Elbasan"
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Formes geomètriques (suplement)"
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Grantha"
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Khojki"
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Khudawadi"
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Llatí ampliat - E"
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Lineal A"
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Mahajani"
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Maniqueu"
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Mende Kikakui"
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Modi"
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Mro"
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Mianmar ampliat - B"
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Nabateu"
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Àrab del nord antic"
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Pèrmic antic"
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Floritures ornamentals"
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Pahawh Hmong"
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Palmirè"
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Pau Cin Hau"
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr "pahlavi de salteri"
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr "Controls de format de taquigrafia"
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr "Siddham"
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr "Nombres arcaics del singalès"
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Fletxes suplementàries - C"
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr "Tirhuta"
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr "Warang Citi"
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ahom"
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Jeroglífics anatòlics"
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr "Xerokee (suplement)"
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "Ideogrames unificats CJK ampliació E"
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr "Cuneïforme dinàstic arcaic"
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Arameu de Hatra"
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Multani"
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr "hongarès antic"
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr "Símbols i pictogrames suplementaris"
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr "Transcripció Sutton de llengües de signes"
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr "adlam"
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr "bhaiksuki"
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Ciríl·lic ampliat - C"
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr "Suplement glagolític"
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr "Símbols ideogràfics i puntuació"
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr "marchen"
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Suplement mongol"
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "newa"
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "osage"
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr "tangut"
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr "components de tangut"
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "Ideogrames unificats del CJK ampliació F"
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Kana ampliat A"
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr "Gondi de Masaram"
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr "nushu"
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr "soyombo"
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Suplement siríac"
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr "Quadrat de Zanabazar"
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr "Símbols dels escacs"
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr "dogra"
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr "gunjala gondi"
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr "hanifi rohingya"
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr "Nombres índics siyaq"
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr "macassarès"
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr "Nombres maies"
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr "medefaidrin"
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr "sogdià antic"
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr "sogdià"
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr "Controls de formatació de jeroglífics egipcis"
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr "elimaid"
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr "nandinagari"
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr "Nyiakeng Puachue Hmong"
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr "Nombres otomans «siyaq»"
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr "Extensió kana petit"
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr "Símbols i pictogrames, ampliació A"
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr "Suplement del tamil"
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr "wancho"
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr "Coràsmic"
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr "Ideogrames unificats CJK ampliació G"
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr "Dhives Akuru"
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr "Escriptura kitan petita"
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr "Lisu (suplement)"
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr "Símbols d'informàtica antiga"
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr "Tangut (suplement)"
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr "Yezidi"
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr "Àrab ampliat B"
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr "Xiprominoic"
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr "Etíop ampliat B"
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr "Kana ampliat B"
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr "Llatí ampliat F"
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr "Llatí ampliat G"
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr "Uigur antic"
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr "Tangsa"
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr "Toto"
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr "Síl·labes aborígens canadenques ampliat A"
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr "Alfabet de Vithkuq"
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr "Notació musical «znamenny»"
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr "Àrab ampliat C"
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr "Ideogrames unificats CJK ampliació H"
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr "Ciríl·lic ampliat-D"
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr "Devanagari ampliat-A"
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr "Numerals Kàktovik"
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr "Kawi"
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr "Nag Mundari"
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr "D'esquerra a dreta (LTR)"
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr "De dreta a esquerra (RTL)"
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr "Usa la configuració d'objectes superordinats"
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr "D'esquerra a dreta (horitzontal)"
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr "De dreta a esquerra (horitzontal)"
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr "De dreta a esquerra (vertical)"
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr "D'esquerra a dreta (vertical)"
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr "De baix a dalt, d'esquerra a dreta (vertical)"
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr "Fontwork"
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr "Signat digitalment per:"
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr "Data: %1"
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr "Transparència:"
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr "Cap vora"
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr "Només la vora exterior"
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr "Vora exterior i línies horitzontals"
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr "Vora exterior i totes les línies interiors"
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr "Vora exterior i línies verticals"
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr "Vora exterior sense canviar les línies interiors"
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr "Només les línies diagonals"
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr "Vora diagonal avall"
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr "Vora diagonal amunt"
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr "Vores entrecreuades"
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr "Totes quatre vores"
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr "Només les vores esquerra i dreta"
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr "Només les vores superior i inferior"
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr "Vores superior i inferior, i totes les línies horitzontals"
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr "Només la vora esquerra"
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr "Només la vora dreta"
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr "Només la vora superior"
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr "Només la vora inferior"
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr "Vores superior i inferior, i totes les línies interiors"
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr "Vores esquerra i dreta, i totes les línies interiors"
@@ -10323,19 +10305,19 @@ msgstr "Vores esquerra i dreta, i totes les línies interiors"
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr "Comprovació de la mida de la imatge"
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr "La imatge «%NAME» té molt pocs píxels per a la mida actual (%DPIX% × %DPIY% ppp)"
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr "La imatge «%NAME» té massa píxels per a la mida actual (%DPIX% × %DPIY% ppp)"
@@ -14141,13 +14123,13 @@ msgid "None"
msgstr "Cap"
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr "Recents"
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr "Color personalitzat..."
diff --git a/source/ckb/sc/messages.po b/source/ckb/sc/messages.po
index b017eb3ba5f..60ca9dbee5a 100644
--- a/source/ckb/sc/messages.po
+++ b/source/ckb/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: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ckb/>\n"
@@ -32279,10 +32279,10 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr "هەڵبژاردەکانی جیاکەرەوە"
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
+msgid "Format _quoted field as text"
msgstr ""
#. VAC6B
@@ -32339,10 +32339,10 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
diff --git a/source/ckb/scp2/source/calc.po b/source/ckb/scp2/source/calc.po
index 8732946408c..56a69091981 100644
--- a/source/ckb/scp2/source/calc.po
+++ b/source/ckb/scp2/source/calc.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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2020-06-21 08:37+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/scp2sourcecalc/ckb/>\n"
@@ -221,3 +221,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr ""
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/ckb/svx/messages.po b/source/ckb/svx/messages.po
index 2ddf6dcd575..07a89546e7f 100644
--- a/source/ckb/svx/messages.po
+++ b/source/ckb/svx/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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ckb/>\n"
@@ -6239,28 +6239,28 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr ""
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
+msgid "Dark 1"
msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
+msgid "Light 1"
msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
+msgid "Dark 2"
msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
+msgid "Light 2"
msgstr ""
#. NAAZJ
@@ -6311,389 +6311,371 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr ""
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr ""
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr ""
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr ""
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "هاویشتن"
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr ""
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "جوڵان بۆ خوارەوە"
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "جوڵان بۆ سەرەوە"
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "جوڵان بۆ چەپ"
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "جوڵان بۆ ڕاست"
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr ""
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr ""
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr ""
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr ""
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr ""
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr ""
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr ""
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr ""
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr ""
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr ""
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "جۆرەپیت"
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr ""
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr ""
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr ""
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr ""
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr ""
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "شێوە"
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr ""
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr ""
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr ""
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "سەرەوەی چەپ"
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr ""
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "سەرەوەی ڕاست"
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr ""
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "ناوەڕاست"
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr ""
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "خواروی چەپ"
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr ""
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "خوارووی ڕاست"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr ""
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr ""
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr ""
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr ""
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr ""
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr ""
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "فۆرمەکان"
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr ""
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "تایبەتمەندی: "
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr ""
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr ""
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "فۆرم"
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr ""
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "فۆرم"
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr ""
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "کۆنترۆڵ"
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "تۆمار"
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr ""
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr ""
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr ""
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr ""
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr ""
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr ""
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6701,337 +6683,337 @@ msgid ""
msgstr ""
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr ""
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "ستون"
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr ""
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr ""
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr ""
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr ""
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr ""
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr ""
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "بۆکسی دەق"
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr ""
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr ""
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr ""
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "خانەی دراوەکان"
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "خانەی کات"
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "بواری ژمارەکان"
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "خانەی دراو"
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr ""
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "بواری شێوەپێدراو"
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "دوگمەی ناردن"
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "دوگمەی هەڵبژاردەکان"
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "بواری پێناس"
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "بۆکسی کۆمەڵە"
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "دوگمەی وێنە"
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "کۆنترۆڵی وێنە"
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "دیاریکردنی پەڕگە"
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "کۆنترۆڵی خشتە "
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr ""
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr ""
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "شریتی ڕێدۆزی"
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr ""
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr ""
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr ""
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr "(بەروار)"
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr "(کات)"
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr ""
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr ""
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr ""
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr ""
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr ""
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr ""
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr ""
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr ""
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr ""
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr ""
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr ""
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr ""
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr ""
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr ""
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr ""
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr ""
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr ""
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr ""
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr ""
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "پەڕگە بوونی هەیە. بچێتە جێگەی؟"
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr ""
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -7039,7 +7021,7 @@ msgid ""
msgstr ""
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -7047,7 +7029,7 @@ msgid ""
msgstr ""
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -7055,13 +7037,13 @@ msgid ""
msgstr ""
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr ""
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -7070,7 +7052,7 @@ msgid ""
msgstr ""
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -7079,1068 +7061,1068 @@ msgid ""
msgstr ""
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr ""
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr ""
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr ""
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr ""
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr ""
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr ""
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "بەدەستهێنان"
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "هیج"
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr ""
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "بەڵگەنامە"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr ""
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr ""
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr ""
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr ""
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr ""
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr ""
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr ""
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr ""
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr ""
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr ""
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr ""
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr ""
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr ""
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr ""
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr ""
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr ""
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr ""
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr ""
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "تایبەتمەندی"
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr ""
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr ""
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr ""
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "چەپ"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "ڕاست"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "ناوەڕاست"
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "دەیی"
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr ""
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr ""
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "چوونەجێگەی"
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "هێنان"
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr ""
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr ""
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr ""
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr ""
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr ""
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr ""
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr ""
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr ""
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "بەڵگەنامە باردەکرێت..."
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr ""
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr ""
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr ""
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr ""
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr ""
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr ""
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr ""
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr ""
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr ""
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr ""
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr ""
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "نزیکردنەوە"
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "دوورکردنەوە"
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr ""
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr ""
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr ""
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "%۱۰۰"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr ""
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr ""
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr ""
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr ""
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr ""
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr ""
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr ""
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr ""
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr ""
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr ""
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr ""
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr ""
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr ""
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "کلیلی گەڕان نەدۆزرایەوە"
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr ""
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr ""
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr ""
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr ""
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr ""
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr ""
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr ""
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr ""
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr ""
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr ""
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr ""
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr ""
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr ""
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr ""
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr ""
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr ""
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr ""
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr ""
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr ""
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr ""
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr ""
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr ""
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr ""
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr ""
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr ""
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr ""
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
msgstr ""
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
msgstr ""
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr ""
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr ""
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr ""
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr ""
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr ""
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr ""
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr ""
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "دۆزینەوە"
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr ""
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr ""
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr ""
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr ""
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr ""
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr ""
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr ""
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr ""
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr ""
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr ""
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr ""
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr ""
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr ""
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr ""
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr ""
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr ""
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "نەناسراو"
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr ""
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr ""
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "سور"
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "سەوز"
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "شین"
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr ""
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr ""
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr ""
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "دیارخەری ڕوونی"
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "بڕین"
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr ""
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr ""
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "لەخوارەوە بۆ سەرەوە"
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr ""
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr ""
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr ""
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr ""
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr ""
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr ""
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr ""
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "پیتی بچووک"
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr ""
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr ""
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "عەرەبی"
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "هیج"
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "ئاسۆی"
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "ستوونی"
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "چەپ"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "ڕاست"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "هەمووی"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "ئاوێنەیی"
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr ""
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr ""
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr ""
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr ""
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr ""
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr ""
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8148,2157 +8130,2157 @@ msgid ""
msgstr ""
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr ""
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr ""
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr ""
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr ""
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr ""
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr ""
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr ""
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr ""
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr ""
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr ""
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr ""
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr ""
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr ""
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr ""
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr ""
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr ""
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "بنگالی"
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr ""
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "گوجاراتی"
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "ئۆدیا"
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "تەمیل"
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "تێلوگو"
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "کانادا"
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "مەلایلام"
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "تایلەندی"
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "لاو"
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr ""
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr ""
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr ""
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr ""
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr ""
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr ""
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr ""
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr ""
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr ""
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr ""
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr ""
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "تیرەکان"
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr ""
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr ""
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr ""
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr ""
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr ""
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr ""
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr ""
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr ""
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr ""
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr ""
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr ""
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr ""
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr ""
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr ""
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr ""
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr ""
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr ""
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr ""
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "هانگول"
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr ""
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr ""
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr ""
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr ""
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr ""
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr ""
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr ""
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr ""
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr ""
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr ""
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr ""
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr ""
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr ""
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr ""
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr ""
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr ""
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr ""
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr ""
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr ""
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr ""
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr ""
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr ""
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr ""
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr ""
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "تاگەکان"
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr ""
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr ""
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr ""
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr ""
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr ""
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr ""
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr ""
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr ""
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr ""
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr ""
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr ""
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr ""
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr ""
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr ""
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr ""
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr ""
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "سینهالی"
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "تبتی"
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr ""
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "خمیر"
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr ""
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr ""
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr ""
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr ""
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr ""
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr ""
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr ""
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "مەنگۆلی"
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr ""
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr ""
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr ""
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr ""
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr ""
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr ""
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr ""
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr ""
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr ""
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr ""
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr ""
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr ""
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr ""
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr ""
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr ""
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr ""
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr ""
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr ""
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr ""
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr ""
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr ""
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr ""
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr ""
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr ""
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr ""
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr ""
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr ""
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr ""
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr ""
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr ""
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr ""
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr ""
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr ""
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr ""
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr ""
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr ""
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr ""
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr ""
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr ""
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr ""
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr ""
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr ""
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr ""
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr ""
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr ""
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr ""
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr ""
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "سودانی"
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr ""
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr ""
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr ""
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr ""
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr ""
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr ""
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr ""
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr ""
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr ""
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr ""
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr ""
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr ""
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr ""
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr ""
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr ""
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr ""
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr ""
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr ""
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr ""
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr ""
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr ""
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr ""
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr ""
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr ""
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr ""
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr ""
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr ""
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr ""
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr ""
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr ""
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr ""
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr ""
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr ""
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr ""
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr ""
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr ""
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr ""
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr ""
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr ""
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr ""
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr ""
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr ""
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr ""
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr ""
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr ""
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr ""
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr ""
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr ""
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr ""
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr ""
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr ""
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr ""
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr ""
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr ""
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr ""
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr ""
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr ""
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr ""
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr ""
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr ""
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr ""
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr ""
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr ""
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr ""
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr ""
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr ""
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr ""
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr ""
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr ""
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr ""
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr ""
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr ""
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr ""
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr ""
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr ""
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr ""
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr ""
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr ""
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr ""
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr ""
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr ""
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr ""
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr ""
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr ""
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr ""
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr ""
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr ""
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr ""
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr ""
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr ""
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr ""
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr ""
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr ""
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr ""
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr ""
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr ""
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr ""
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr ""
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr ""
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr ""
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr ""
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr ""
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr ""
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr ""
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr ""
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr ""
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr ""
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr ""
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr ""
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr ""
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr ""
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr ""
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr ""
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr ""
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr ""
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr ""
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr ""
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr ""
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr ""
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr ""
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr ""
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr ""
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr ""
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr ""
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr ""
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr ""
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr ""
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr ""
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr ""
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr ""
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr ""
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr ""
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr ""
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr ""
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr ""
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr ""
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr ""
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr ""
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr ""
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr ""
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr ""
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr ""
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr ""
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr ""
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr ""
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr ""
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr ""
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr ""
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr ""
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr ""
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr ""
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr ""
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr ""
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr ""
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr ""
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr ""
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr ""
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr ""
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr ""
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr ""
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr ""
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr ""
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr ""
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr ""
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr ""
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr ""
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr ""
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr ""
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr ""
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr ""
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr ""
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr ""
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr ""
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr ""
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr ""
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr ""
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr ""
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr "جۆرەپیت"
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr ""
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr ""
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr ""
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr ""
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr ""
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr ""
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr ""
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr ""
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr ""
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr ""
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr ""
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr ""
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr ""
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr ""
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr ""
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr ""
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr ""
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr ""
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr ""
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr ""
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr ""
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr ""
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr ""
@@ -10307,19 +10289,19 @@ msgstr ""
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr ""
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr ""
@@ -14120,13 +14102,13 @@ msgid "None"
msgstr "هیج"
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr ""
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr ""
diff --git a/source/cs/helpcontent2/source/text/scalc/00.po b/source/cs/helpcontent2/source/text/scalc/00.po
index 957cce2712d..4180333c17f 100644
--- a/source/cs/helpcontent2/source/text/scalc/00.po
+++ b/source/cs/helpcontent2/source/text/scalc/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2022-12-19 14:17+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/cs/>\n"
@@ -2536,13 +2536,13 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
msgstr ""
-#. sBA56
+#. JGKyR
#: sheet_menu.xhp
msgctxt ""
"sheet_menu.xhp\n"
"par_id561684962038778\n"
"help.text"
-msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgid "Choose <menuitem>Review - Protect Sheet</menuitem>"
msgstr ""
#. Fg4o9
diff --git a/source/cs/helpcontent2/source/text/shared/00.po b/source/cs/helpcontent2/source/text/shared/00.po
index 7e8666de054..16e0266fb53 100644
--- a/source/cs/helpcontent2/source/text/shared/00.po
+++ b/source/cs/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2022-12-27 11:24+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/cs/>\n"
@@ -1600,6 +1600,15 @@ msgctxt ""
msgid "From the Menu bar:"
msgstr ""
+#. haGjm
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684932173786\n"
+"help.text"
+msgid "From the Context menu:"
+msgstr ""
+
#. 6QF4D
#: 00000004.xhp
msgctxt ""
@@ -1645,6 +1654,15 @@ msgctxt ""
msgid "From the Start Center, click"
msgstr ""
+#. DQteW
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931686300557948\n"
+"help.text"
+msgid "From the Status bar:"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -7225,6 +7243,60 @@ msgctxt ""
msgid "Close"
msgstr ""
+#. DSfYn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110001\n"
+"help.text"
+msgid "Select <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. k9NDc
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_01110002\n"
+"help.text"
+msgid "Choose <menuitem>File - Templates</menuitem>."
+msgstr ""
+
+#. WNdsn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685707180577\n"
+"help.text"
+msgid "<image src=\"cmd/lc_templatemanager.svg\" id=\"img_id101685707180578\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id701685707180579\">Icon Template Manager</alt></image>"
+msgstr ""
+
+#. jxZcJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id141685707180581\n"
+"help.text"
+msgid "Templates"
+msgstr ""
+
+#. 72Roy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685707253310\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + N</keycode>"
+msgstr ""
+
+#. SB9PY
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id151685707338424\n"
+"help.text"
+msgid "Click on the <menuitem>Templates</menuitem> button."
+msgstr ""
+
#. GSRTM
#: 00000401.xhp
msgctxt ""
@@ -7351,6 +7423,51 @@ msgctxt ""
msgid "Save a Copy"
msgstr ""
+#. nkjmW
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629430220\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>."
+msgstr ""
+
+#. wN5yQ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685704731179\n"
+"help.text"
+msgid "Choose <menuitem>File - Save Remote</menuitem>"
+msgstr ""
+
+#. 9Hgnk
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id431513629862558\n"
+"help.text"
+msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File</emph>."
+msgstr ""
+
+#. 8rmQq
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id991685704766726\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveasremote.svg\" id=\"img_id101685704766727\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id951685704766728\">Icon Save Remote</alt></image>"
+msgstr ""
+
+#. JCcsE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id531685704766729\n"
+"help.text"
+msgid "Save Remote"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7477,14 +7594,41 @@ msgctxt ""
msgid "Reload"
msgstr ""
-#. qdS25
+#. NAyAK
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3166425\n"
"help.text"
-msgid "<variable id=\"info1\">Choose <menuitem>File - Properties</menuitem>.</variable>"
-msgstr "<variable id=\"info1\">Zvolte <menuitem>Soubor - Vlastnosti</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. zRkFS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685706381820\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties</menuitem>."
+msgstr ""
+
+#. qg49k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685706400576\n"
+"help.text"
+msgid "<image src=\"cmd/lc_setdocumentproperties.svg\" id=\"img_id721685706400577\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id401685706400578\">Icon Document Properties</alt></image>"
+msgstr ""
+
+#. hGh4o
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685706400580\n"
+"help.text"
+msgid "Document Properties"
+msgstr ""
#. HCGtN
#: 00000401.xhp
@@ -7513,14 +7657,23 @@ msgctxt ""
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security</menuitem> and, in the <emph>Certificate Path</emph> area, click <menuitem>Certificate</menuitem>."
msgstr "Zvolte <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Předvolby</menuitem></caseinline><defaultinline><menuitem>Nástroje - Možnosti</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Zabezpečení</menuitem> a v oblasti <emph>Cesta pro certifikáty</emph> klepněte na <menuitem>Certifikát</menuitem>."
-#. bjtF6
+#. ztEvn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11163\n"
"help.text"
-msgid "<variable id=\"digitalsigs\">Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>.</variable>"
-msgstr "<variable id=\"digitalsigs\">Zvolte <menuitem>Soubor - Elektronické podpisy - Elektronické podpisy</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>."
+msgstr ""
+
+#. u6Rcy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_idN11156\n"
+"help.text"
+msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
+msgstr "Zvolte kartu <menuitem>Soubor - Vlastnosti - Obecné</menuitem> a klepněte na tlačítko <emph>Elektronické podpisy</emph>."
#. QA6UC
#: 00000401.xhp
@@ -7531,23 +7684,41 @@ msgctxt ""
msgid "Choose <menuitem>Tools - Macros - Digital Signature</menuitem>."
msgstr "Zvolte <menuitem>Nástroje - Makra - Elektronický podpis</menuitem>."
-#. u6Rcy
+#. DW6BN
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_idN11156\n"
+"par_id881685708186380\n"
"help.text"
-msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
-msgstr "Zvolte kartu <menuitem>Soubor - Vlastnosti - Obecné</menuitem> a klepněte na tlačítko <emph>Elektronické podpisy</emph>."
+msgid "Choose <menuitem>File - Digital Signatures</menuitem>."
+msgstr ""
+
+#. uxAA2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685708203107\n"
+"help.text"
+msgid "<image src=\"cmd/lc_signature.svg\" id=\"img_id651685708203108\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931685708203109\">Icon Digital Signature</alt></image>"
+msgstr ""
-#. G3b6A
+#. gFkGA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id791685708203111\n"
+"help.text"
+msgid "Digital Signature"
+msgstr ""
+
+#. 2UVF3
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN1117E\n"
"help.text"
-msgid "Double-click or right-click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
-msgstr "Poklepejte nebo klepněte pravým tlačítkem na pole ve <emph>Podpis</emph> ve <emph>stavovém</emph> řádku."
+msgid "Click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
+msgstr ""
#. oUEEy
#: 00000401.xhp
@@ -7981,6 +8152,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Exit %PRODUCTNAME</menuitem>."
msgstr "Zvolte <menuitem>Soubor - Ukončit %PRODUCTNAME</menuitem>."
+#. TJcjf
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id281685709082165\n"
+"help.text"
+msgid "<image src=\"cmd/lc_quit.svg\" id=\"img_id871685709082167\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id651685709082168\">Icon Exit</alt></image>"
+msgstr ""
+
+#. 4fn3K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id451685709082170\n"
+"help.text"
+msgid "Exit"
+msgstr ""
+
#. DjhX3
#: 00000401.xhp
msgctxt ""
@@ -15280,24 +15469,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Undo</menuitem>."
msgstr "Zvolte <menuitem>Úpravy - Zpět</menuitem>."
-#. AA56D
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3145160\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>"
-
-#. LW82F
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3154094\n"
-"help.text"
-msgid "On the <emph>Standard</emph> bar or <emph>Table Data</emph> bar, click"
-msgstr "Na liště <emph>Standardní</emph> nebo liště <emph>Data tabulky</emph> klepněte na"
-
#. AwFxC
#: edit_menu.xhp
msgctxt ""
@@ -15316,23 +15487,23 @@ msgctxt ""
msgid "Undo"
msgstr "Zpět"
-#. CRhMd
+#. CEAXt
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3145068\n"
+"par_id3145160\n"
"help.text"
-msgid "Choose <menuitem>Edit - Redo</menuitem>."
-msgstr "Zvolte <menuitem>Úpravy - Znovu</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Z</keycode>"
+msgstr ""
-#. VgWZG
+#. CRhMd
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3153897\n"
+"par_id3145068\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Na liště <emph>Standardní</emph> klepněte na"
+msgid "Choose <menuitem>Edit - Redo</menuitem>."
+msgstr "Zvolte <menuitem>Úpravy - Znovu</menuitem>."
#. 4UACs
#: edit_menu.xhp
@@ -15352,41 +15523,68 @@ msgctxt ""
msgid "Redo"
msgstr "Znovu"
-#. VqzCC
+#. hVXND
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id591685963188763\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Y</keycode>"
+msgstr ""
+
+#. 9646J
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3154365\n"
"help.text"
-msgid "<variable id=\"letzter\">Choose <menuitem>Edit - Repeat</menuitem>.</variable>"
-msgstr "<variable id=\"letzter\">Zvolte <menuitem>Úpravy - Opakovat</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Repeat</menuitem>."
+msgstr ""
-#. DyHWB
+#. zyjrz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3149765\n"
+"par_id611685963967520\n"
"help.text"
-msgid "Choose <menuitem>Edit - Cut</menuitem>."
-msgstr "Zvolte <menuitem>Úpravy - Vyjmout</menuitem>."
+msgid "<image src=\"cmd/lc_repeat.svg\" id=\"img_id491685963967521\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685963967522\">Icon Repeat</alt></image>"
+msgstr ""
-#. siZcT
+#. Vngcs
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3144762\n"
+"par_id121685963967524\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>"
+msgid "Repeat"
+msgstr ""
-#. YEYM4
+#. XAUzr
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148744\n"
+"par_id371685963759435\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Na liště <emph>Standardní</emph> klepněte na"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + Y</keycode>"
+msgstr ""
+
+#. DyHWB
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3149765\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Cut</menuitem>."
+msgstr "Zvolte <menuitem>Úpravy - Vyjmout</menuitem>."
+
+#. tACpY
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685964587740\n"
+"help.text"
+msgid "Choose <menuitem>Home - Cut</menuitem>."
+msgstr ""
#. zCT5V
#: edit_menu.xhp
@@ -15406,32 +15604,41 @@ msgctxt ""
msgid "Cut"
msgstr "Vyjmout"
-#. 75bkj
+#. AuJsz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3150742\n"
+"par_id3144762\n"
"help.text"
-msgid "Choose <menuitem>Edit - Copy</menuitem>."
-msgstr "Zvolte <menuitem>Úpravy - Kopírovat</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + X</keycode>"
+msgstr ""
-#. dqu5U
+#. CdvjE
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3148923\n"
+"par_id101685965015077\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+C</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+C</keycode>"
+msgid "<keycode>Shift + Del</keycode>"
+msgstr ""
-#. ENXCh
+#. 75bkj
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159254\n"
+"par_id3150742\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Na liště <emph>Standardní</emph> klepněte na"
+msgid "Choose <menuitem>Edit - Copy</menuitem>."
+msgstr "Zvolte <menuitem>Úpravy - Kopírovat</menuitem>."
+
+#. CUyWZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id421685964733661\n"
+"help.text"
+msgid "Choose <menuitem>Home - Copy</menuitem>."
+msgstr ""
#. BEKcn
#: edit_menu.xhp
@@ -15451,32 +15658,41 @@ msgctxt ""
msgid "Copy"
msgstr "Kopírovat"
-#. zsvyg
+#. WLLXn
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159153\n"
+"par_id3148923\n"
"help.text"
-msgid "Choose <menuitem>Edit - Paste</menuitem>."
-msgstr "Zvolte <menuitem>Úpravy - Vložit</menuitem>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + C</keycode>"
+msgstr ""
-#. 2JEAF
+#. PryAi
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155860\n"
+"par_id101685965088876\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>"
+msgid "<keycode>Ctrl + Ins</keycode>"
+msgstr ""
-#. wDTHt
+#. zsvyg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3159083\n"
+"par_id3159153\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Na liště <emph>Standardní</emph> klepněte na"
+msgid "Choose <menuitem>Edit - Paste</menuitem>."
+msgstr "Zvolte <menuitem>Úpravy - Vložit</menuitem>."
+
+#. ynW6V
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id481685965303610\n"
+"help.text"
+msgid "Choose <menuitem>Home - Paste</menuitem>."
+msgstr ""
#. HZLPq
#: edit_menu.xhp
@@ -15496,6 +15712,33 @@ msgctxt ""
msgid "Paste"
msgstr "Vložit"
+#. 5R5Je
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3155860\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + V</keycode>"
+msgstr ""
+
+#. YRBqH
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id261685965384099\n"
+"help.text"
+msgid "<keycode>Shift + Ins</keycode>"
+msgstr ""
+
+#. WopNZ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3142791\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Paste Special</menuitem>."
+msgstr ""
+
#. 8U2sv
#: edit_menu.xhp
msgctxt ""
@@ -15505,6 +15748,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Paste Special - Paste Special</menuitem>."
msgstr "Zvolte <menuitem>Úpravy - Vložit jinak - Vložit jinak</menuitem>."
+#. A3fDq
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id521685966553736\n"
+"help.text"
+msgid "Long click on <menuitem>Home - Paste</menuitem>."
+msgstr ""
+
+#. HHNRa
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id801685967705406\n"
+"help.text"
+msgid "<image src=\"cmd/lc_pastespecial.svg\" id=\"img_id411685967705407\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id261685967705408\">Icon Paste Special</alt></image>"
+msgstr ""
+
+#. CCMPR
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id661685967705410\n"
+"help.text"
+msgid "Paste Special"
+msgstr ""
+
+#. 3r6MK
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id401685968775099\n"
+"help.text"
+msgid "<image src=\"cmd/lc_paste.svg\" id=\"img_id331685968775100\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191685968775101\">Icon Paste</alt></image>"
+msgstr ""
+
+#. cgEiS
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id81685968775103\n"
+"help.text"
+msgid "Paste (long click)"
+msgstr ""
+
#. CFGeE
#: edit_menu.xhp
msgctxt ""
@@ -15604,15 +15892,6 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Select All</menuitem>."
msgstr "Zvolte <menuitem>Úpravy - Vybrat vše</menuitem>."
-#. mia2c
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3152417\n"
-"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>"
-
#. gXMsj
#: edit_menu.xhp
msgctxt ""
@@ -15631,14 +15910,23 @@ msgctxt ""
msgid "Select All"
msgstr "Vybrat vše"
-#. Tb8Mu
+#. G7z8T
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3152417\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + A</keycode>"
+msgstr ""
+
+#. TGtWv
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3145251\n"
"help.text"
-msgid "<variable id=\"aenderungen\">Choose <menuitem>Edit - Track Changes</menuitem>.</variable>"
-msgstr "<variable id=\"aenderungen\">Zvolte <menuitem>Úpravy - Sledování změn</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Track Changes</menuitem>."
+msgstr ""
#. FtngJ
#: edit_menu.xhp
@@ -15739,6 +16027,51 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Track Changes - Manage - List</menuitem> tab.<br/>Click an entry in the list and open the context menu.<br/>Choose <emph>Edit Comment</emph>."
msgstr "Zvolte kartu <menuitem>Úpravy - Sledování změn - Spravovat změny - Seznam</menuitem>.<br/>Klepněte na položku seznamu a otevřete místní nabídku.<br/>Zvolte <emph>Upravit komentář</emph>."
+#. ZGYjQ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id171685981254743\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Comment</menuitem>."
+msgstr ""
+
+#. ABCVo
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id501685985116612\n"
+"help.text"
+msgid "Click on the comment to select and then open the context menu."
+msgstr ""
+
+#. tCQAy
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"hd_id211685985284382\n"
+"help.text"
+msgid "On the Comment note:"
+msgstr ""
+
+#. J6HJx
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id321685985156516\n"
+"help.text"
+msgid "Click on the drop-down list of the selected comment."
+msgstr ""
+
+#. LSwGJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id711685981703647\n"
+"help.text"
+msgid "Choose <menuitem>Review</menuitem>."
+msgstr ""
+
#. oGZeX
#: edit_menu.xhp
msgctxt ""
@@ -15748,49 +16081,58 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Find</menuitem>."
msgstr "Zvolte <menuitem>Úpravy - Najít</menuitem>."
-#. cPD4u
+#. Up9Ag
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id31545031\n"
+"par_id511685975100630\n"
+"help.text"
+msgid "Choose <menuitem>Home - Find</menuitem>."
+msgstr ""
+
+#. ZqAwc
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id831685975004752\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
+msgid "<image src=\"cmd/lc_recsearch.svg\" id=\"img_id251685975004753\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id521685975004754\">Icon Find</alt></image>"
+msgstr ""
-#. f4EM6
+#. fAhot
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3156297\n"
+"par_id51685975004756\n"
"help.text"
-msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
-msgstr "Zvolte <menuitem>Úpravy - Najít a nahradit</menuitem>."
+msgid "Find"
+msgstr ""
-#. 4pWKe
+#. yhe7q
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3154503\n"
+"par_id31545031\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+H</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+H</keycode>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F</keycode>"
+msgstr ""
-#. UPprs
+#. f4EM6
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3155083\n"
+"par_id3156297\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Na liště <emph>Standardní</emph> klepněte na"
+msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
+msgstr "Zvolte <menuitem>Úpravy - Najít a nahradit</menuitem>."
-#. vsGEm
+#. KV28P
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3150020\n"
"help.text"
-msgid "<image id=\"img_id3149121\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
+msgid "<image id=\"img_id3149121\" src=\"cmd/lc_searchdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
msgstr ""
#. jRcHP
@@ -15802,6 +16144,15 @@ msgctxt ""
msgid "Find & Replace"
msgstr "Najít a nahradit"
+#. 8eSKz
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3154503\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + H</keycode>"
+msgstr ""
+
#. EtPCq
#: edit_menu.xhp
msgctxt ""
@@ -15919,14 +16270,23 @@ msgctxt ""
msgid "<variable id=\"litdat\">Choose <menuitem>Tools - Bibliography Database</menuitem>.</variable>"
msgstr "<variable id=\"litdat\">Zvolte <menuitem>Nástroje - Seznam použité literatury</menuitem>.</variable>"
-#. EaFwu
+#. gNsWJ
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id631686092409826\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Links to External Files</menuitem>."
+msgstr ""
+
+#. L9Jyy
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3149281\n"
"help.text"
-msgid "<variable id=\"link\">Choose <menuitem>Edit - External Links</menuitem>.</variable>"
-msgstr "<variable id=\"link\">Zvolte <menuitem>Úpravy - Externí odkazy</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - External Links</menuitem>."
+msgstr ""
#. xSMBV
#: edit_menu.xhp
@@ -15982,14 +16342,32 @@ msgctxt ""
msgid "<variable id=\"edit3\">Choose <menuitem>Edit - OLE Object - Open</menuitem>.</variable>"
msgstr "<variable id=\"edit3\">Zvolte <menuitem>Úpravy - Objekt OLE - Otevřít</menuitem>.</variable>"
-#. kQifg
+#. CB5Dg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id951603556032047\n"
"help.text"
-msgid "<variable id=\"reference\">Choose <menuitem>Edit - Reference</menuitem>.</variable>"
-msgstr "<variable id=\"reference\">Zvolte <menuitem>Úpravy - Odkaz</menuitem>.</variable>"
+msgid "Choose <menuitem>Edit - Reference</menuitem>."
+msgstr ""
+
+#. eA6Ct
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id1001686083178681\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id811686083178682\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id281686083178683\">Icon Reference</alt></image>"
+msgstr ""
+
+#. 8BUbV
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id671686083178685\n"
+"help.text"
+msgid "Reference"
+msgstr ""
#. PNGYK
#: icon_alt.xhp
diff --git a/source/cs/helpcontent2/source/text/shared/01.po b/source/cs/helpcontent2/source/text/shared/01.po
index c96d46a8da9..dfc2bebc3fc 100644
--- a/source/cs/helpcontent2/source/text/shared/01.po
+++ b/source/cs/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-02-09 11:04+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/cs/>\n"
@@ -2563,24 +2563,6 @@ msgctxt ""
msgid "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Saves a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"saveremote1\"><ahelp hid=\".uno:SaveRemote\">Uloží dokument umístěný ve vzdálené souborové službě.</ahelp></variable>"
-#. 8GEre
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save Remote...</item> ."
-msgstr "Zvolte <item type=\"menuitem\">Soubor - Uložit vzdálený</item>."
-
-#. 2FysC
-#: 01060001.xhp
-msgctxt ""
-"01060001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click on the <emph>Save</emph> icon and select <emph>Save Remote File...</emph> ."
-msgstr "Dlouze klepněte na tlačítko <emph>Uložit</emph> a vyberte <emph>Uložit vzdálený soubor</emph>."
-
#. jpc76
#: 01060001.xhp
msgctxt ""
@@ -4048,15 +4030,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">Lets you organize and edit your templates, as well as save the current file as a template.</ahelp>"
msgstr "<ahelp hid=\".\">Umožňuje spravovat a upravovat šablony nebo uložit aktuální soubor jako šablonu.</ahelp>"
-#. VWjC6
-#: 01110000.xhp
-msgctxt ""
-"01110000.xhp\n"
-"par_01110001\n"
-"help.text"
-msgid "Select <emph>File - Templates</emph>."
-msgstr "Zvolte <emph>Soubor - Šablony</emph>."
-
#. xfFYL
#: 01110101.xhp
msgctxt ""
@@ -12787,14 +12760,14 @@ msgctxt ""
msgid "Comment"
msgstr "Komentář"
-#. gYF3A
+#. rRJxQ
#: 02230300.xhp
msgctxt ""
"02230300.xhp\n"
"hd_id3083278\n"
"help.text"
-msgid "Insert Track Change Comment"
-msgstr "Vložit komentář ke sledované změně"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/02230300.xhp\">Insert Track Change Comment</link></variable>"
+msgstr ""
#. 56iv7
#: 02230300.xhp
@@ -14560,14 +14533,14 @@ msgctxt ""
msgid "<bookmark_value>comments;inserting/editing/deleting/printing/resolving</bookmark_value> <bookmark_value>comments;hide resolved</bookmark_value> <bookmark_value>comments;resolve in text documents</bookmark_value> <bookmark_value>inserting; comments</bookmark_value> <bookmark_value>editing; comments</bookmark_value> <bookmark_value>deleting;comments</bookmark_value> <bookmark_value>Navigator;comments</bookmark_value> <bookmark_value>printing;comments</bookmark_value> <bookmark_value>resolving;comments</bookmark_value> <bookmark_value>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>"
msgstr "<bookmark_value>komentáře;vkládání/úpravy/mazání/tisk/řešení</bookmark_value><bookmark_value>komentáře;skrývání vyřešených</bookmark_value><bookmark_value>komentáře;vyřešit v textových dokumentech</bookmark_value><bookmark_value>vkládání; komentáře</bookmark_value><bookmark_value>úpravy; komentáře</bookmark_value><bookmark_value>mazání;komentáře</bookmark_value><bookmark_value>Navigátor;komentáře</bookmark_value><bookmark_value>tisk;komentáře</bookmark_value><bookmark_value>řešení;komentáře</bookmark_value><bookmark_value>záznamy; vkládání komentářů</bookmark_value><bookmark_value>poznámky, viz také komentáře</bookmark_value>"
-#. zNaVC
+#. nhCGe
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3154100\n"
"help.text"
-msgid "<link href=\"text/shared/01/04050000.xhp\">Comment</link>"
-msgstr "<link href=\"text/shared/01/04050000.xhp\">Komentář</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/04050000.xhp\">Comment</link></variable>"
+msgstr ""
#. B5Lac
#: 04050000.xhp
@@ -50173,23 +50146,23 @@ msgctxt ""
msgid "<ahelp hid=\".\">Insert clipboard table data in a table as new rows instead of overwriting the content of the original cells of the target table.</ahelp>"
msgstr "<ahelp hid=\".\">Vloží tabulková data ze schránky do tabulky jako nové řádky nad aktuální, aniž by byl přepsán původní obsah buněk cílové tabulky.</ahelp>"
-#. oivUB
+#. k6vZo
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"tit\n"
"help.text"
-msgid "Paste Special"
-msgstr "Vložit jinak"
+msgid "Paste Special Menu"
+msgstr ""
-#. 4Vh77
+#. xL3tw
#: pastespecialmenu.xhp
msgctxt ""
"pastespecialmenu.xhp\n"
"hd_id361584804540671\n"
"help.text"
-msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special</link></variable>"
-msgstr "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Vložit jinak</link></variable>"
+msgid "<variable id=\"pastespecialmenuh1\"><link href=\"text/shared/01/pastespecialmenu.xhp\">Paste Special Menu</link></variable>"
+msgstr ""
#. RWjTr
#: pastespecialmenu.xhp
diff --git a/source/cs/helpcontent2/source/text/shared/02.po b/source/cs/helpcontent2/source/text/shared/02.po
index fe583fc7046..ffd806fe1ea 100644
--- a/source/cs/helpcontent2/source/text/shared/02.po
+++ b/source/cs/helpcontent2/source/text/shared/02.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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2022-12-21 16:54+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/cs/>\n"
@@ -12598,13 +12598,31 @@ msgctxt ""
msgid "<link href=\"text/shared/02/07070000.xhp\">Edit Mode</link>"
msgstr "<link href=\"text/shared/02/07070000.xhp\">Režim úprav</link>"
-#. hZBXN
+#. AhNdc
#: 07070000.xhp
msgctxt ""
"07070000.xhp\n"
"par_id3153089\n"
"help.text"
-msgid "<ahelp hid=\".uno:EditDoc\" visibility=\"hidden\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgid "<ahelp hid=\".uno:EditDoc\">Enables you to edit a read-only document or database table.</ahelp> Use the <emph>Edit Mode</emph> option to activate the edit mode."
+msgstr ""
+
+#. FDnmk
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id251686099274448\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Edit Mode</menuitem>."
+msgstr ""
+
+#. 7WzFi
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id1001686099454407\n"
+"help.text"
+msgid "Choose <menuitem>Review - Edit Mode</menuitem>."
msgstr ""
#. VpjVS
@@ -12625,6 +12643,15 @@ msgctxt ""
msgid "Edit Mode"
msgstr "Režim úprav"
+#. dCCDo
+#: 07070000.xhp
+msgctxt ""
+"07070000.xhp\n"
+"par_id471686099219977\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + M</keycode>"
+msgstr ""
+
#. 2GUFC
#: 07070000.xhp
msgctxt ""
@@ -12904,23 +12931,32 @@ msgctxt ""
msgid "Choose <menuitem>Edit - Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
msgstr "Zvolte <menuitem>Upravit - Hypertextový odkaz</menuitem> s kurzorem umístěným na hypertextovém odkaze."
-#. cMHrB
+#. tExb7
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id341686079869387\n"
+"help.text"
+msgid "Choose <menuitem>Edit Hyperlink</menuitem>, when the cursor is placed in a hyperlink."
+msgstr ""
+
+#. GYAT9
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
-"par_id161616407054506\n"
+"par_id511686079721406\n"
"help.text"
-msgid "On <link href=\"text/shared/main0201.xhp\"><emph>Standard</emph></link> bar, click"
-msgstr "Na liště <link href=\"text/shared/main0201.xhp\"><emph>Standardní</emph></link> klepněte na"
+msgid "Choose <menuitem>Insert - Hyperlink</menuitem>."
+msgstr ""
-#. MSjJA
+#. CuQ8K
#: 09070000.xhp
msgctxt ""
"09070000.xhp\n"
"par_id3154927\n"
"help.text"
-msgid "<image id=\"img_id3093440\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon</alt></image>"
-msgstr "<image id=\"img_id3093440\" src=\"cmd/sc_hyperlinkdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Ikona</alt></image>"
+msgid "<image id=\"img_id3093440\" src=\"cmd/lc_inserthyperlink.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3093440\">Icon Hyperlink</alt></image>"
+msgstr ""
#. Dty7B
#: 09070000.xhp
@@ -12931,6 +12967,15 @@ msgctxt ""
msgid "Hyperlink Dialog"
msgstr "Dialog pro hypertextové odkazy"
+#. mPi9C
+#: 09070000.xhp
+msgctxt ""
+"09070000.xhp\n"
+"par_id121686079478786\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + K</keycode>"
+msgstr ""
+
#. H2EQu
#: 09070000.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/shared/menu.po b/source/cs/helpcontent2/source/text/shared/menu.po
index 10bd38c805b..b9e14b683d6 100644
--- a/source/cs/helpcontent2/source/text/shared/menu.po
+++ b/source/cs/helpcontent2/source/text/shared/menu.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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2022-04-04 09:46+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsharedmenu/cs/>\n"
@@ -16,6 +16,240 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1468746471.000000\n"
+#. kAYUQ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comments Menu"
+msgstr ""
+
+#. iAF2Y
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id381685980724188\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/shared/menu/comment_menu.xhp\">Comments Menu</link></variable>"
+msgstr ""
+
+#. nxWrC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941603125587454\n"
+"help.text"
+msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
+msgstr ""
+
+#. ZpC2v
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id771685982803183\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. Gvcr8
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id491685993001013\n"
+"help.text"
+msgid "Inserts a new comment adjacent to the comment to which you want to reply. The comment anchor is the same for all comments in the thread."
+msgstr ""
+
+#. rcW2w
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id341685992961744\n"
+"help.text"
+msgid "<image src=\"cmd/lc_replycomment.svg\" id=\"img_id911685992961745\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685992961746\">Icon Reply Comment</alt></image>"
+msgstr ""
+
+#. DBxGw
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id661685992961748\n"
+"help.text"
+msgid "Reply Comment"
+msgstr ""
+
+#. z6sGj
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id931685994600871\n"
+"help.text"
+msgid "Replying a comment creates a comment thread."
+msgstr ""
+
+#. ihDxZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id951685982807912\n"
+"help.text"
+msgid "Resolve / Unresolve"
+msgstr ""
+
+#. M6x5n
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id751685993265436\n"
+"help.text"
+msgid "Marks the comment as <emph>Resolved</emph> (or <emph>Unresolved</emph>). When you mark the comment resolved, the word <emph>Resolved</emph> is inserted under the date in the comment box. When marking unresolved, the word <emph>Resolved</emph> is removed."
+msgstr ""
+
+#. EfGUV
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id541685982812304\n"
+"help.text"
+msgid "Resolve Thread"
+msgstr ""
+
+#. LvCLG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id171685994484069\n"
+"help.text"
+msgid "Marks the comment thread as <emph>Resolved</emph> (or <emph>Unresolved</emph>). All comments in the thread are marked <emph>Resolved</emph> (or <emph>Unresolved)</emph>."
+msgstr ""
+
+#. 4bSUA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id811685982816727\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. rJq6j
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id241685994046592\n"
+"help.text"
+msgid "Deletes the comment."
+msgstr ""
+
+#. 9vvEv
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id721685994175303\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteannotation.svg\" id=\"img_id161685994175304\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id751685994175306\">Icon Delete Comment</alt></image>"
+msgstr ""
+
+#. gi9Xt
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id641685994175307\n"
+"help.text"
+msgid "Delete Comment"
+msgstr ""
+
+#. 6DKqG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id411685982821640\n"
+"help.text"
+msgid "Delete Comment Thread"
+msgstr ""
+
+#. w7wTC
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id941685994231483\n"
+"help.text"
+msgid "Deletes all comments of the same thread."
+msgstr ""
+
+#. AKAAD
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id801685982825543\n"
+"help.text"
+msgid "Delete Comment By"
+msgstr ""
+
+#. tfGAA
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id631685994308029\n"
+"help.text"
+msgid "Deletes all comments of the same author."
+msgstr ""
+
+#. J5FWB
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id321685982829794\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. zmziK
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id131685994324823\n"
+"help.text"
+msgid "Deletes all comments of the document."
+msgstr ""
+
+#. mnSiZ
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id881685994350879\n"
+"help.text"
+msgid "<image src=\"cmd/lc_deleteallannotation.svg\" id=\"img_id501685994350880\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131685994350881\">Icon Delete All Comments</alt></image>"
+msgstr ""
+
+#. 5wMSG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id371685994350883\n"
+"help.text"
+msgid "Delete All Comments"
+msgstr ""
+
+#. 3ijYG
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"hd_id701685995308264\n"
+"help.text"
+msgid "Format All Comments"
+msgstr ""
+
+#. WBBq9
+#: comment_menu.xhp
+msgctxt ""
+"comment_menu.xhp\n"
+"par_id481685995582479\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/01/05020000.xhp\">Format Character</link> dialog to set font, font effects, position and highlighting of all comments text."
+msgstr ""
+
#. rxCQJ
#: forms.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/swriter.po b/source/cs/helpcontent2/source/text/swriter.po
index 687e0641da5..3fd0f2323ed 100644
--- a/source/cs/helpcontent2/source/text/swriter.po
+++ b/source/cs/helpcontent2/source/text/swriter.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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2022-12-28 16:29+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/cs/>\n"
@@ -241,51 +241,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
msgstr "<ahelp hid=\".\">Tato nabídka obsahuje příkazy pro úpravu obsahu aktuálního dokumentu.</ahelp>"
-#. TV7tD
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3147619\n"
-"help.text"
-msgid "Select Text"
-msgstr "Vybrat text"
-
-#. Hug2v
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id102920150120455108\n"
-"help.text"
-msgid "Go to Page"
-msgstr "Přejít na stránku"
-
-#. GjSQM
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id102920150120456660\n"
-"help.text"
-msgid "Opens a dialog box to enter which page number should be shown. (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+G</keycode>)"
-msgstr "Otevře dialogové pole, do něhož lze zadat číslo stránky, která se má zobrazit. (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+G</keycode>)"
-
-#. xFstf
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id11603124968334\n"
-"help.text"
-msgid "Comment"
-msgstr "Komentář"
-
-#. ycoWJ
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"par_id941603125587454\n"
-"help.text"
-msgid "Shows a submenu that gives options to reply to comments from other users, resolve and delete comments."
-msgstr ""
-
#. FDHX2
#: main0102.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/swriter/00.po b/source/cs/helpcontent2/source/text/swriter/00.po
index 8c64e8df98d..5ec671f86dd 100644
--- a/source/cs/helpcontent2/source/text/swriter/00.po
+++ b/source/cs/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2022-12-12 13:30+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/cs/>\n"
@@ -322,14 +322,122 @@ msgctxt ""
msgid "<variable id=\"datenaust\">Choose <emph>Edit - Exchange Database</emph></variable>"
msgstr "<variable id=\"datenaust\">Zvolte <emph>Úpravy - Vyměnit databázi</emph></variable>"
-#. DXxuu
+#. CGgT4
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3146316\n"
"help.text"
-msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>"
-msgstr "<variable id=\"feldbefehl\">Zvolte <emph>Úpravy - Pole</emph></variable>"
+msgid "Choose <menuitem>Edit - Fields</menuitem>."
+msgstr ""
+
+#. z7vy3
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601686084207673\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. aWNoC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id621686084297019\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. KJtNh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id261686084354397\n"
+"help.text"
+msgid "<menuitem>Edit Field</menuitem>"
+msgstr ""
+
+#. RDJDe
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id241686084284027\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Fields</menuitem>."
+msgstr ""
+
+#. UAFwh
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id671686084291318\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Cross-reference</menuitem>."
+msgstr ""
+
+#. PQnPz
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761686084998093\n"
+"help.text"
+msgid "Choose <menuitem>References - Fields</menuitem>."
+msgstr ""
+
+#. hpgYC
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571686085013340\n"
+"help.text"
+msgid "Choose <menuitem>References - Cross-references</menuitem>."
+msgstr ""
+
+#. vSzco
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id211686084424319\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insertreferencefield.svg\" id=\"img_id501686084424320\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id741686084424321\">Icon Cross-Reference</alt></image>"
+msgstr ""
+
+#. dvoeF
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id921686084424323\n"
+"help.text"
+msgid "Cross-Reference"
+msgstr ""
+
+#. ZmfMu
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id911686084496205\n"
+"help.text"
+msgid "<image src=\"cmd/lc_addfield.svg\" id=\"img_id871686084496206\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id621686084496207\">Icon Insert Field</alt></image>"
+msgstr ""
+
+#. pEDLA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id481686084496209\n"
+"help.text"
+msgid "Insert Field"
+msgstr ""
+
+#. x9PQn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id161686084056231\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F2</keycode>"
+msgstr ""
#. t2xAY
#: 00000402.xhp
@@ -385,14 +493,50 @@ msgctxt ""
msgid "<variable id=\"lit\">Choose <emph>Edit - Bibliography Entry</emph></variable>"
msgstr "<variable id=\"lit\">Zvolte <emph>Úpravy - Položka použité literatury</emph></variable>"
-#. qG3yF
+#. MfDB3
#: 00000402.xhp
msgctxt ""
"00000402.xhp\n"
"par_id3973204\n"
"help.text"
-msgid "<variable id=\"selection_mode\">Choose <emph>Edit - Selection Mode</emph></variable>"
-msgstr "<variable id=\"selection_mode\">Zvolte <emph>Úpravy - Režim výběru</emph></variable>"
+msgid "Choose <menuitem>Edit - Selection Mode</menuitem>"
+msgstr ""
+
+#. Sppap
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id491685970640972\n"
+"help.text"
+msgid "Click the <menuitem>Selection</menuitem> area."
+msgstr ""
+
+#. VAPQj
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id761685972500574\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Select Text</menuitem>."
+msgstr ""
+
+#. YSDSS
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id571685973272593\n"
+"help.text"
+msgid "Choose <menuitem>Select Text</menuitem>."
+msgstr ""
+
+#. ZZrGn
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id51685972424605\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + I</keycode>"
+msgstr ""
#. DLEkm
#: 00000402.xhp
@@ -403,6 +547,60 @@ msgctxt ""
msgid "<variable id=\"direct_cursor\">Choose <emph>Edit - Direct Cursor Mode</emph></variable>"
msgstr "<variable id=\"direct_cursor\">Zvolte <emph>Úpravy - Režim přímého kurzoru</emph></variable>"
+#. aWUsm
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id601685977093827\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Go to Page</menuitem>."
+msgstr ""
+
+#. ELFmx
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id931685977488251\n"
+"help.text"
+msgid "Choose <menuitem>Home tab menu - Go to Page</menuitem>."
+msgstr ""
+
+#. xdsdD
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id961685977342894\n"
+"help.text"
+msgid "<image src=\"cmd/lc_gotopage.svg\" id=\"img_id321685977342895\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id901685977342896\">Icon Go to Page</alt></image>"
+msgstr ""
+
+#. mEGRA
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id191685977342898\n"
+"help.text"
+msgid "Go to Page"
+msgstr ""
+
+#. qAucq
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id651685976992603\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + G</keycode>"
+msgstr ""
+
+#. Rpgek
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
+"par_id551685977289618\n"
+"help.text"
+msgid "Click on the <emph>Page number</emph> area."
+msgstr ""
+
#. cjzea
#: 00000403.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/swriter/01.po b/source/cs/helpcontent2/source/text/swriter/01.po
index b40198a1ce9..093472b237e 100644
--- a/source/cs/helpcontent2/source/text/swriter/01.po
+++ b/source/cs/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2022-12-19 14:35+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/cs/>\n"
@@ -25990,24 +25990,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr "Arabské číslice"
-#. hyBpE
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3150708\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. 9YEFF
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3153533\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
#. PNNRW
#: 06060100.xhp
msgctxt ""
@@ -26026,24 +26008,6 @@ msgctxt ""
msgid "Roman numerals (lower)"
msgstr "Římské číslice (malé)"
-#. EiABw
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3151332\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. DxFBt
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3149820\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. CT77W
#: 06060100.xhp
msgctxt ""
@@ -26296,15 +26260,6 @@ msgctxt ""
msgid "Description"
msgstr "Popis"
-#. BoqBZ
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150981\n"
-"help.text"
-msgid "1, 2, 3"
-msgstr "1, 2, 3"
-
#. ECZ4S
#: 06080100.xhp
msgctxt ""
@@ -26314,51 +26269,6 @@ msgctxt ""
msgid "Arabic numerals"
msgstr "Arabské číslice"
-#. oEuGf
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150763\n"
-"help.text"
-msgid "A, B, C"
-msgstr "A, B, C"
-
-#. GBURp
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153154\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
-
-#. MAEkA
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3151171\n"
-"help.text"
-msgid "a, b, c"
-msgstr "a, b, c"
-
-#. NGbwW
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147508\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
-
-#. CCgce
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3150706\n"
-"help.text"
-msgid "I, II, III"
-msgstr "I, II, III"
-
#. uviUq
#: 06080100.xhp
msgctxt ""
@@ -26368,15 +26278,6 @@ msgctxt ""
msgid "Roman numerals (upper case)"
msgstr "Římské číslice (velká písmena)"
-#. xBuC9
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3153530\n"
-"help.text"
-msgid "i, ii, iii"
-msgstr "i, ii, iii"
-
#. JQFJY
#: 06080100.xhp
msgctxt ""
@@ -26386,42 +26287,6 @@ msgctxt ""
msgid "Roman numerals (lower case)"
msgstr "Římské číslice (malá písmena)"
-#. P9ob7
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3147525\n"
-"help.text"
-msgid "A,... AA,... AAA,..."
-msgstr "A,... AA,... AAA,..."
-
-#. jVvL6
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3155895\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
-
-#. KxeRb
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3154194\n"
-"help.text"
-msgid "a,... aa,... aaa,..."
-msgstr "a,... aa,... aaa,..."
-
-#. DNnWm
-#: 06080100.xhp
-msgctxt ""
-"06080100.xhp\n"
-"par_id3149297\n"
-"help.text"
-msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
-
#. QiWFL
#: 06080100.xhp
msgctxt ""
@@ -28555,13 +28420,13 @@ msgctxt ""
msgid "Add, Modify and Remove"
msgstr ""
-#. WEjFh
+#. H68FW
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_id931672738656225\n"
"help.text"
-msgid "Respectively, adds, moves and removes items in the list."
+msgid "Respectively, adds, modifies and removes items in the list."
msgstr ""
#. xorCa
@@ -28591,78 +28456,15 @@ msgctxt ""
msgid "Date Format"
msgstr "Formát data"
-#. gMmqv
+#. FJPXb
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10564\n"
"help.text"
-msgid "Select the date format to display the date of the date content control."
-msgstr ""
-
-#. k5UDL
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"tit\n"
-"help.text"
-msgid "Reference (Edit)"
-msgstr "Odkaz (Úpravy)"
-
-#. 7DnD9
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id1001603128268578\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/edit_reference_submenu.xhp\">Reference</link>"
-msgstr "<link href=\"text/swriter/01/edit_reference_submenu.xhp\">Odkaz</link>"
-
-#. 6LFFX
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id411603128291771\n"
-"help.text"
-msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
-msgstr "Podnabídka nabízející možnosti úprav poznámek pod čarou, vysvětlivek a položek rejstříku a použité literatury."
-
-#. 4WjGu
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147302\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
-msgstr "<link href=\"text/swriter/01/02150000.xhp\">Poznámka pod čarou nebo vysvětlivka</link>"
-
-#. Q5YzA
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147327\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
-msgstr ""
-
-#. b6WK8
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"par_id561673359242198\n"
-"help.text"
-msgid "Edits the selected index entry."
+msgid "Select the date format to display in the date content control."
msgstr ""
-#. p7mQW
-#: edit_reference_submenu.xhp
-msgctxt ""
-"edit_reference_submenu.xhp\n"
-"hd_id3147352\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
-msgstr "<link href=\"text/swriter/01/02130000.xhp\">Položka použité literatury</link>"
-
#. YwkE4
#: format_object.xhp
msgctxt ""
@@ -28708,6 +28510,51 @@ msgctxt ""
msgid "Edits Fontwork effects of the selected object that has been created with the previous Fontwork dialog."
msgstr "Úprava efektů Písmomalby vybraného objektu, který byl vytvořen ve starším dialogu Písmomalba."
+#. 2RhYQ
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"tit\n"
+"help.text"
+msgid "Go To Page"
+msgstr ""
+
+#. U9KWf
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"hd_id921685976329840\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/goto.xhp\">Go to Page</link></variable>"
+msgstr ""
+
+#. DqUnC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id901685976329842\n"
+"help.text"
+msgid "Opens a dialog box to enter which page number should be shown."
+msgstr ""
+
+#. cbKy4
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id761685978118901\n"
+"help.text"
+msgid "Enter the page number or use the spin box to define the page to display."
+msgstr ""
+
+#. J5XfC
+#: goto.xhp
+msgctxt ""
+"goto.xhp\n"
+"par_id631685978506671\n"
+"help.text"
+msgid "The page number entered in the <emph>Go to Page</emph> dialog is absolute within the document and may not correspond to the page number displayed by the page numbering scheme."
+msgstr ""
+
#. YhLG4
#: legacynumbering.xhp
msgctxt ""
@@ -32236,6 +32083,33 @@ msgctxt ""
msgid "<embedvar href=\"text/swriter/guide/protection.xhp#protection\"/>"
msgstr "<embedvar href=\"text/swriter/guide/protection.xhp#protection\"/>"
+#. 63j54
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"tit\n"
+"help.text"
+msgid "Select Text"
+msgstr ""
+
+#. 4dGGQ
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"hd_id771685971612111\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/swriter/01/select_text.xhp\">Select Text</link></variable>"
+msgstr ""
+
+#. DMH7U
+#: select_text.xhp
+msgctxt ""
+"select_text.xhp\n"
+"par_id971685971990775\n"
+"help.text"
+msgid "You can enable a selection cursor in a <emph>read-only</emph> text document."
+msgstr ""
+
#. KadxR
#: selection_mode.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/swriter/menu.po b/source/cs/helpcontent2/source/text/swriter/menu.po
index 4a1dc7d46b0..239898c9bb1 100644
--- a/source/cs/helpcontent2/source/text/swriter/menu.po
+++ b/source/cs/helpcontent2/source/text/swriter/menu.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: 2023-03-02 11:51+0100\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2020-11-18 18:35+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textswritermenu/cs/>\n"
@@ -187,6 +187,69 @@ msgctxt ""
msgid "Contains a calendar control. Limits text to a single paragraph."
msgstr ""
+#. k5UDL
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Reference (Edit)"
+msgstr ""
+
+#. MKMWr
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id1001603128268578\n"
+"help.text"
+msgid "<link href=\"text/swriter/menu/edit_reference_submenu.xhp\">Reference</link>"
+msgstr ""
+
+#. 6LFFX
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id411603128291771\n"
+"help.text"
+msgid "A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries."
+msgstr ""
+
+#. 4WjGu
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147302\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02150000.xhp\">Footnote or Endnote</link>"
+msgstr ""
+
+#. Q5YzA
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147327\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/04120100.xhp\">Index Entry</link>"
+msgstr ""
+
+#. b6WK8
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"par_id561673359242198\n"
+"help.text"
+msgid "Edits the selected index entry."
+msgstr ""
+
+#. p7mQW
+#: edit_reference_submenu.xhp
+msgctxt ""
+"edit_reference_submenu.xhp\n"
+"hd_id3147352\n"
+"help.text"
+msgid "<link href=\"text/swriter/01/02130000.xhp\">Bibliography Entry</link>"
+msgstr ""
+
#. tP5yN
#: insert_footnote_endnote.xhp
msgctxt ""
diff --git a/source/cs/sc/messages.po b/source/cs/sc/messages.po
index 6a76f20f254..06d57ef357d 100644
--- a/source/cs/sc/messages.po
+++ b/source/cs/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: 2023-05-31 16:28+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-03-14 22:09+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/cs/>\n"
@@ -32380,11 +32380,11 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr "Možnosti oddělovače"
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
-msgstr "_Formátovat pole v uvozovkách jako text"
+msgid "Format _quoted field as text"
+msgstr ""
#. VAC6B
#: sc/uiconfig/scalc/ui/textimportcsv.ui:598
@@ -32440,10 +32440,10 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Pokud je tato volba povolena, Calc zachovává předchozí obsah buněk při vkládání prázdných položek . V opačném případě Calc vymaže obsah předchozích buněk."
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
diff --git a/source/cs/scp2/source/calc.po b/source/cs/scp2/source/calc.po
index fbd6289f9c9..060375f7a19 100644
--- a/source/cs/scp2/source/calc.po
+++ b/source/cs/scp2/source/calc.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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2022-11-15 14:11+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcecalc/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1495910641.000000\n"
#. rTGYE
@@ -222,3 +222,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr "Apple Numbers"
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/cs/svx/messages.po b/source/cs/svx/messages.po
index 8191effa8e1..b822ab63287 100644
--- a/source/cs/svx/messages.po
+++ b/source/cs/svx/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: 2023-05-03 12:32+0200\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
"PO-Revision-Date: 2023-04-22 04:33+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/cs/>\n"
@@ -6239,29 +6239,29 @@ msgctxt "RID_SVXSTR_DOC_COLOR_PREFIX"
msgid "Document Color"
msgstr "Barva dokumentu"
-#. D6gmu
+#. a69Ax
#: include/svx/strings.hrc:1123
msgctxt "RID_SVXSTR_THEME_COLOR1"
-msgid "Background - Dark 1"
-msgstr "Pozadí - tmavé 1"
+msgid "Dark 1"
+msgstr ""
-#. JBJhM
+#. VPmLC
#: include/svx/strings.hrc:1124
msgctxt "RID_SVXSTR_THEME_COLOR2"
-msgid "Text - Light 1"
-msgstr "Text - světlý 1"
+msgid "Light 1"
+msgstr ""
-#. C7MSY
+#. hxE36
#: include/svx/strings.hrc:1125
msgctxt "RID_SVXSTR_THEME_COLOR3"
-msgid "Background - Dark 2"
-msgstr "Pozadí - tmavé 2"
+msgid "Dark 2"
+msgstr ""
-#. YdMAB
+#. mwTQr
#: include/svx/strings.hrc:1126
msgctxt "RID_SVXSTR_THEME_COLOR4"
-msgid "Text - Light 2"
-msgstr "Text - světlý 2"
+msgid "Light 2"
+msgstr ""
#. NAAZJ
#: include/svx/strings.hrc:1127
@@ -6311,389 +6311,371 @@ msgctxt "RID_SVXSTR_THEME_COLOR12"
msgid "Followed Hyperlink"
msgstr "Navštívený hypertextový odkaz"
-#. sNGoN
+#. hDGyB
#: include/svx/strings.hrc:1135
-msgctxt "RID_SVXSTR_THEME_EFFECT1"
-msgid "%1, 80% Lighter"
-msgstr "%1, 80% světlejší"
+msgctxt "RID_SVXSTR_THEME_EFFECT_LIGHTER"
+msgid "$THEME_NAME, $PERCENTAGE% Lighter"
+msgstr ""
-#. uQBgP
+#. 92crm
#: include/svx/strings.hrc:1136
-msgctxt "RID_SVXSTR_THEME_EFFECT2"
-msgid "%1, 60% Lighter"
-msgstr "%1, 60% světlejší"
-
-#. sEpvU
-#: include/svx/strings.hrc:1137
-msgctxt "RID_SVXSTR_THEME_EFFECT3"
-msgid "%1, 40% Lighter"
-msgstr "%1, 40% světlejší"
-
-#. XSfNG
-#: include/svx/strings.hrc:1138
-msgctxt "RID_SVXSTR_THEME_EFFECT4"
-msgid "%1, 25% Darker"
-msgstr "%1, 25% tmavší"
-
-#. 3xjEA
-#: include/svx/strings.hrc:1139
-msgctxt "RID_SVXSTR_THEME_EFFECT5"
-msgid "%1, 50% Darker"
-msgstr "%1, 50% tmavší"
+msgctxt "RID_SVXSTR_THEME_EFFECT_DARKER"
+msgid "$THEME_NAME, $PERCENTAGE% Darker"
+msgstr ""
#. DJGyY
-#: include/svx/strings.hrc:1141
+#: include/svx/strings.hrc:1138
msgctxt "RID_SVX_EXTRUSION_BAR"
msgid "Extrusion"
msgstr "Plastičnost"
#. TyWTi
-#: include/svx/strings.hrc:1142
+#: include/svx/strings.hrc:1139
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ON_OFF"
msgid "Apply Extrusion On/Off"
msgstr "Zapnout/vypnout plastičnost"
#. DKFYE
-#: include/svx/strings.hrc:1143
+#: include/svx/strings.hrc:1140
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_DOWN"
msgid "Tilt Down"
msgstr "Naklonit dolů"
#. 2Rrxc
-#: include/svx/strings.hrc:1144
+#: include/svx/strings.hrc:1141
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_UP"
msgid "Tilt Up"
msgstr "Naklonit nahoru"
#. eDpJK
-#: include/svx/strings.hrc:1145
+#: include/svx/strings.hrc:1142
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_LEFT"
msgid "Tilt Left"
msgstr "Naklonit doleva"
#. CWDSN
-#: include/svx/strings.hrc:1146
+#: include/svx/strings.hrc:1143
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ROTATE_RIGHT"
msgid "Tilt Right"
msgstr "Naklonit doprava"
#. CxYgt
-#: include/svx/strings.hrc:1147
+#: include/svx/strings.hrc:1144
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_DEPTH"
msgid "Change Extrusion Depth"
msgstr "Změnit hloubku vytlačení"
#. c5JCp
-#: include/svx/strings.hrc:1148
+#: include/svx/strings.hrc:1145
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_ORIENTATION"
msgid "Change Orientation"
msgstr "Změnit orientaci"
#. KDSyh
-#: include/svx/strings.hrc:1149
+#: include/svx/strings.hrc:1146
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_PROJECTION"
msgid "Change Projection Type"
msgstr "Změnit typ projekce"
#. JpzeS
-#: include/svx/strings.hrc:1150
+#: include/svx/strings.hrc:1147
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING"
msgid "Change Lighting"
msgstr "Změnit osvětlení"
#. j4AR9
-#: include/svx/strings.hrc:1151
+#: include/svx/strings.hrc:1148
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_BRIGHTNESS"
msgid "Change Brightness"
msgstr "Změnit jas"
#. yA2xm
-#: include/svx/strings.hrc:1152
+#: include/svx/strings.hrc:1149
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_SURFACE"
msgid "Change Extrusion Surface"
msgstr "Změnit povrch"
#. DFEZP
-#: include/svx/strings.hrc:1153
+#: include/svx/strings.hrc:1150
msgctxt "RID_SVXSTR_UNDO_APPLY_EXTRUSION_COLOR"
msgid "Change Extrusion Color"
msgstr "Změnit barvu vytlačení"
#. uPyWe
-#: include/svx/strings.hrc:1155
+#: include/svx/strings.hrc:1152
msgctxt "RID_SVXFLOAT3D_FIX_R"
msgid "R:"
msgstr "R:"
#. UMMJN
-#: include/svx/strings.hrc:1156
+#: include/svx/strings.hrc:1153
msgctxt "RID_SVXFLOAT3D_FIX_G"
msgid "G:"
msgstr "G:"
#. ocdkG
-#: include/svx/strings.hrc:1157
+#: include/svx/strings.hrc:1154
msgctxt "RID_SVXFLOAT3D_FIX_B"
msgid "B:"
msgstr "B:"
#. L962H
-#: include/svx/strings.hrc:1159
+#: include/svx/strings.hrc:1156
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
msgstr "Písmomalba"
#. 7RVov
-#: include/svx/strings.hrc:1160
+#: include/svx/strings.hrc:1157
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE"
msgid "Apply Fontwork Shape"
msgstr "Nastavit tvar písmomalby"
#. h3CLw
-#: include/svx/strings.hrc:1161
+#: include/svx/strings.hrc:1158
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT"
msgid "Apply Fontwork Same Letter Heights"
msgstr "Nastavit stejnou velikost písmen u písmomalby"
#. 6h2dG
-#: include/svx/strings.hrc:1162
+#: include/svx/strings.hrc:1159
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT"
msgid "Apply Fontwork Alignment"
msgstr "Nastavit zarovnání písmomalby"
#. eKHcV
-#: include/svx/strings.hrc:1163
+#: include/svx/strings.hrc:1160
msgctxt "RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING"
msgid "Apply Fontwork Character Spacing"
msgstr "Nastavit mezery mezi znaky u písmomalby"
#. oo88Y
-#: include/svx/strings.hrc:1165
+#: include/svx/strings.hrc:1162
msgctxt "RID_SVXSTR_A11Y_WITH"
msgid "with"
msgstr "s"
#. 4sz83
-#: include/svx/strings.hrc:1166
+#: include/svx/strings.hrc:1163
msgctxt "RID_SVXSTR_A11Y_STYLE"
msgid "Style"
msgstr "Styl"
#. fEHXC
-#: include/svx/strings.hrc:1167
+#: include/svx/strings.hrc:1164
msgctxt "RID_SVXSTR_A11Y_AND"
msgid "and"
msgstr "a"
#. EoET4
#. SvxRectCtl
-#: include/svx/strings.hrc:1169
+#: include/svx/strings.hrc:1166
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_NAME"
msgid "Corner control"
msgstr "Ovládání rohu"
#. CUEEW
-#: include/svx/strings.hrc:1170
+#: include/svx/strings.hrc:1167
msgctxt "RID_SVXSTR_RECTCTL_ACC_CORN_DESCR"
msgid "Selection of a corner point."
msgstr "Výběr bodu v rohu."
#. cQmVp
-#: include/svx/strings.hrc:1171
+#: include/svx/strings.hrc:1168
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LT"
msgid "Top left"
msgstr "Nahoře vlevo"
#. TtnJn
-#: include/svx/strings.hrc:1172
+#: include/svx/strings.hrc:1169
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MT"
msgid "Top middle"
msgstr "Nahoře uprostřed"
#. UERVC
-#: include/svx/strings.hrc:1173
+#: include/svx/strings.hrc:1170
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RT"
msgid "Top right"
msgstr "Nahoře vpravo"
#. CznfN
-#: include/svx/strings.hrc:1174
+#: include/svx/strings.hrc:1171
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LM"
msgid "Left center"
msgstr "Vlevo uprostřed"
#. jvzC7
-#: include/svx/strings.hrc:1175
+#: include/svx/strings.hrc:1172
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
msgstr "Na střed"
#. HPtYD
-#: include/svx/strings.hrc:1176
+#: include/svx/strings.hrc:1173
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RM"
msgid "Right center"
msgstr "Vpravo uprostřed"
#. v4SqB
-#: include/svx/strings.hrc:1177
+#: include/svx/strings.hrc:1174
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_LB"
msgid "Bottom left"
msgstr "Dole vlevo"
#. daA8a
-#: include/svx/strings.hrc:1178
+#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MB"
msgid "Bottom middle"
msgstr "Dole uprostřed"
#. DGWf8
-#: include/svx/strings.hrc:1179
+#: include/svx/strings.hrc:1176
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_RB"
msgid "Bottom right"
msgstr "Dole vpravo"
#. AZsBC
#. SvxGraphCtrlAccessibleContext
-#: include/svx/strings.hrc:1181
+#: include/svx/strings.hrc:1178
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_NAME"
msgid "Contour control"
msgstr "Ovládání obrysu"
#. aMva8
-#: include/svx/strings.hrc:1182
+#: include/svx/strings.hrc:1179
msgctxt "RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION"
msgid "This is where you can edit the contour."
msgstr "Zde můžete upravit obrys."
#. DXEuF
-#: include/svx/strings.hrc:1183
+#: include/svx/strings.hrc:1180
msgctxt "RID_SVXSTR_CHARACTER_SELECTION"
msgid "Special character selection"
msgstr "Výběr speciálního znaku"
#. JfRzP
-#: include/svx/strings.hrc:1184
+#: include/svx/strings.hrc:1181
msgctxt "RID_SVXSTR_CHAR_SEL_DESC"
msgid "Select special characters in this area."
msgstr "V této oblasti vyberte speciální znaky."
#. umWuB
#. The space behind is a must.
-#: include/svx/strings.hrc:1186
+#: include/svx/strings.hrc:1183
msgctxt "RID_SVXSTR_CHARACTER_CODE"
msgid "Character code "
msgstr "Kód znaku "
#. HECeC
-#: include/svx/strings.hrc:1188
+#: include/svx/strings.hrc:1185
msgctxt "RID_ERR_FIELDREQUIRED"
msgid "Input required in field '#'. Please enter a value."
msgstr "Pole '#' nemůže být prázdné. Zadejte nějakou hodnotu."
#. w4wm8
-#: include/svx/strings.hrc:1189
+#: include/svx/strings.hrc:1186
msgctxt "RID_STR_FORMS"
msgid "Forms"
msgstr "Formuláře"
#. cz8aS
-#: include/svx/strings.hrc:1190
+#: include/svx/strings.hrc:1187
msgctxt "RID_STR_NO_PROPERTIES"
msgid "No control selected"
msgstr "Není zvoleno žádné kontrolní pole"
#. JG7Es
-#: include/svx/strings.hrc:1191
+#: include/svx/strings.hrc:1188
msgctxt "RID_STR_PROPERTIES_CONTROL"
msgid "Properties: "
msgstr "Vlastnosti: "
#. YQvBF
-#: include/svx/strings.hrc:1192
+#: include/svx/strings.hrc:1189
msgctxt "RID_STR_PROPERTIES_FORM"
msgid "Form Properties"
msgstr "Vlastnosti formuláře"
#. qS9Rn
-#: include/svx/strings.hrc:1193
+#: include/svx/strings.hrc:1190
msgctxt "RID_STR_FMEXPLORER"
msgid "Form Navigator"
msgstr "Navigátor formulářem"
#. PzEVD
-#: include/svx/strings.hrc:1194
+#: include/svx/strings.hrc:1191
msgctxt "RID_STR_FORM"
msgid "Form"
msgstr "Formulář"
#. FWPxF
-#: include/svx/strings.hrc:1195
+#: include/svx/strings.hrc:1192
msgctxt "RID_STR_HIDDEN"
msgid "Hidden"
msgstr "Skrytý"
#. DnoDH
-#: include/svx/strings.hrc:1196
+#: include/svx/strings.hrc:1193
msgctxt "RID_STR_STDFORMNAME"
msgid "Form"
msgstr "Formulář"
#. Ba4Gy
-#: include/svx/strings.hrc:1197
+#: include/svx/strings.hrc:1194
msgctxt "RID_STR_PROPTITLE_HIDDEN"
msgid "Hidden Control"
msgstr "Skrytý ovládací prvek"
#. wtZqP
-#: include/svx/strings.hrc:1198
+#: include/svx/strings.hrc:1195
msgctxt "RID_STR_CONTROL"
msgid "Control"
msgstr "Ovládací prvek"
#. HvXRK
-#: include/svx/strings.hrc:1199
+#: include/svx/strings.hrc:1196
msgctxt "RID_STR_REC_TEXT"
msgid "Record"
msgstr "Záznam"
#. HmTfB
-#: include/svx/strings.hrc:1200
+#: include/svx/strings.hrc:1197
msgctxt "RID_STR_REC_FROM_TEXT"
msgid "of"
msgstr "z"
#. NZ68L
-#: include/svx/strings.hrc:1201
+#: include/svx/strings.hrc:1198
msgctxt "RID_STR_FIELDSELECTION"
msgid "Add field:"
msgstr "Výběr polí:"
#. vGXiw
-#: include/svx/strings.hrc:1202
+#: include/svx/strings.hrc:1199
msgctxt "RID_STR_WRITEERROR"
msgid "Error writing data to database"
msgstr "Při zápisu dat do databáze došlo k chybě"
#. zzFRi
-#: include/svx/strings.hrc:1203
+#: include/svx/strings.hrc:1200
msgctxt "RID_STR_SYNTAXERROR"
msgid "Syntax error in query expression"
msgstr "Syntaktická chyba v dotazu"
#. fS8JJ
-#: include/svx/strings.hrc:1204
+#: include/svx/strings.hrc:1201
msgctxt "RID_STR_DELETECONFIRM_RECORD"
msgid "You intend to delete 1 record."
msgstr "Zamýšlíte smazat 1 záznam."
#. Qb4Gk
-#: include/svx/strings.hrc:1205
+#: include/svx/strings.hrc:1202
msgctxt "RID_STR_DELETECONFIRM_RECORDS"
msgid "# records will be deleted."
msgstr "# záznamů bude smazáno."
#. zSJQe
-#: include/svx/strings.hrc:1206
+#: include/svx/strings.hrc:1203
msgctxt "RID_STR_DELETECONFIRM"
msgid ""
"If you click Yes, you won't be able to undo this operation.\n"
@@ -6703,337 +6685,337 @@ msgstr ""
"Chcete opravdu pokračovat?"
#. Kb7sF
-#: include/svx/strings.hrc:1207
+#: include/svx/strings.hrc:1204
msgctxt "RID_STR_NAVIGATIONBAR"
msgid "Navigation bar"
msgstr "Lišta navigace"
#. pKEQb
-#: include/svx/strings.hrc:1208
+#: include/svx/strings.hrc:1205
msgctxt "RID_STR_COLUMN"
msgid "Col"
msgstr "Sloupec"
#. FXRKA
-#: include/svx/strings.hrc:1209
+#: include/svx/strings.hrc:1206
msgctxt "RID_STR_UNDO_PROPERTY"
msgid "Set property '#'"
msgstr "Nastavit vlastnosti '#'"
#. hXjTN
-#: include/svx/strings.hrc:1210
+#: include/svx/strings.hrc:1207
msgctxt "RID_STR_UNDO_CONTAINER_INSERT"
msgid "Insert in container"
msgstr "Vložit do kontejneru"
#. BWpyC
-#: include/svx/strings.hrc:1211
+#: include/svx/strings.hrc:1208
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE"
msgid "Delete #"
msgstr "Smazat #"
#. ZeaDk
-#: include/svx/strings.hrc:1212
+#: include/svx/strings.hrc:1209
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
msgstr "Smazat # objekty"
#. VgGrE
-#: include/svx/strings.hrc:1213
+#: include/svx/strings.hrc:1210
msgctxt "RID_STR_UNDO_CONTAINER_REPLACE"
msgid "Replace a container element"
msgstr "Nahradit část kontejneru"
#. FoXgt
-#: include/svx/strings.hrc:1214
+#: include/svx/strings.hrc:1211
msgctxt "RID_STR_UNDO_MODEL_REPLACE"
msgid "Replace Control"
msgstr "Nahradit ovládací prvky"
#. ZGDAr
-#: include/svx/strings.hrc:1216
+#: include/svx/strings.hrc:1213
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
msgstr "Textové pole"
#. CBmAL
-#: include/svx/strings.hrc:1217
+#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_CHECKBOX"
msgid "Check Box"
msgstr "Zaškrtávací pole"
#. xwuJF
-#: include/svx/strings.hrc:1218
+#: include/svx/strings.hrc:1215
msgctxt "RID_STR_PROPTITLE_COMBOBOX"
msgid "Combo Box"
msgstr "Pole se seznamem"
#. WiNUf
-#: include/svx/strings.hrc:1219
+#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_LISTBOX"
msgid "List Box"
msgstr "Seznam"
#. a7gAj
-#: include/svx/strings.hrc:1220
+#: include/svx/strings.hrc:1217
msgctxt "RID_STR_PROPTITLE_DATEFIELD"
msgid "Date Field"
msgstr "Pole pro datum"
#. EaBTj
-#: include/svx/strings.hrc:1221
+#: include/svx/strings.hrc:1218
msgctxt "RID_STR_PROPTITLE_TIMEFIELD"
msgid "Time Field"
msgstr "Pole pro čas"
#. DWfsm
-#: include/svx/strings.hrc:1222
+#: include/svx/strings.hrc:1219
msgctxt "RID_STR_PROPTITLE_NUMERICFIELD"
msgid "Numeric Field"
msgstr "Číselné pole"
#. TYjnr
-#: include/svx/strings.hrc:1223
+#: include/svx/strings.hrc:1220
msgctxt "RID_STR_PROPTITLE_CURRENCYFIELD"
msgid "Currency Field"
msgstr "Měnové pole"
#. B6MEP
-#: include/svx/strings.hrc:1224
+#: include/svx/strings.hrc:1221
msgctxt "RID_STR_PROPTITLE_PATTERNFIELD"
msgid "Pattern Field"
msgstr "Pole vzorku"
#. DEn9D
-#: include/svx/strings.hrc:1225
+#: include/svx/strings.hrc:1222
msgctxt "RID_STR_PROPTITLE_FORMATTED"
msgid "Formatted Field"
msgstr "Formátované pole"
#. V4iMu
-#: include/svx/strings.hrc:1227
+#: include/svx/strings.hrc:1224
msgctxt "RID_STR_PROPTITLE_PUSHBUTTON"
msgid "Push Button"
msgstr "Tlačítko"
#. TreFC
-#: include/svx/strings.hrc:1228
+#: include/svx/strings.hrc:1225
msgctxt "RID_STR_PROPTITLE_RADIOBUTTON"
msgid "Option Button"
msgstr "Tlačítko volby"
#. NFysA
-#: include/svx/strings.hrc:1229
+#: include/svx/strings.hrc:1226
msgctxt "RID_STR_PROPTITLE_FIXEDTEXT"
msgid "Label Field"
msgstr "Popisek"
#. E5mMK
-#: include/svx/strings.hrc:1230
+#: include/svx/strings.hrc:1227
msgctxt "RID_STR_PROPTITLE_GROUPBOX"
msgid "Group Box"
msgstr "Seskupení"
#. 5474w
-#: include/svx/strings.hrc:1231
+#: include/svx/strings.hrc:1228
msgctxt "RID_STR_PROPTITLE_IMAGEBUTTON"
msgid "Image Button"
msgstr "Obrázkové tlačítko"
#. qT2Ed
-#: include/svx/strings.hrc:1232
+#: include/svx/strings.hrc:1229
msgctxt "RID_STR_PROPTITLE_IMAGECONTROL"
msgid "Image Control"
msgstr "Ovládací pole obrázku"
#. 6Qvho
-#: include/svx/strings.hrc:1233
+#: include/svx/strings.hrc:1230
msgctxt "RID_STR_PROPTITLE_FILECONTROL"
msgid "File Selection"
msgstr "Výběr souboru"
#. uEYBR
-#: include/svx/strings.hrc:1234
+#: include/svx/strings.hrc:1231
msgctxt "RID_STR_PROPTITLE_DBGRID"
msgid "Table Control "
msgstr "Prvek tabulky "
#. 3SUEn
-#: include/svx/strings.hrc:1235
+#: include/svx/strings.hrc:1232
msgctxt "RID_STR_PROPTITLE_SCROLLBAR"
msgid "Scrollbar"
msgstr "Posuvník"
#. VtEN6
-#: include/svx/strings.hrc:1236
+#: include/svx/strings.hrc:1233
msgctxt "RID_STR_PROPTITLE_SPINBUTTON"
msgid "Spin Button"
msgstr "Rolovací tlačítko"
#. eGgm4
-#: include/svx/strings.hrc:1237
+#: include/svx/strings.hrc:1234
msgctxt "RID_STR_PROPTITLE_NAVBAR"
msgid "Navigation Bar"
msgstr "Lišta navigace"
#. yME46
-#: include/svx/strings.hrc:1238
+#: include/svx/strings.hrc:1235
msgctxt "RID_STR_PROPTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Vícenásobný výběr"
#. s94UU
-#: include/svx/strings.hrc:1240
+#: include/svx/strings.hrc:1237
msgctxt "RID_STR_DATE_AND_TIME"
msgid "Date and Time Field"
msgstr "Pole pro datum a čas"
#. PzA5d
-#: include/svx/strings.hrc:1242
+#: include/svx/strings.hrc:1239
msgctxt "RID_STR_NODATACONTROLS"
msgid "No data-related controls in the current form!"
msgstr "Žádné ovládací datové prvky v současném formuláři!"
#. ZyBEz
-#: include/svx/strings.hrc:1243
+#: include/svx/strings.hrc:1240
msgctxt "RID_STR_POSTFIX_DATE"
msgid " (Date)"
msgstr " (Datum)"
#. guA5u
-#: include/svx/strings.hrc:1244
+#: include/svx/strings.hrc:1241
msgctxt "RID_STR_POSTFIX_TIME"
msgid " (Time)"
msgstr " (Čas)"
#. 2wgdY
-#: include/svx/strings.hrc:1245
+#: include/svx/strings.hrc:1242
msgctxt "RID_STR_FILTER_NAVIGATOR"
msgid "Filter navigator"
msgstr "Navigátor filtru"
#. BUYuD
-#: include/svx/strings.hrc:1246
+#: include/svx/strings.hrc:1243
msgctxt "RID_STR_FILTER_FILTER_FOR"
msgid "Filter for"
msgstr "Filtr pro"
#. AcTBB
-#: include/svx/strings.hrc:1247
+#: include/svx/strings.hrc:1244
msgctxt "RID_STR_FILTER_FILTER_OR"
msgid "Or"
msgstr "Nebo"
#. 6RPtu
-#: include/svx/strings.hrc:1248
+#: include/svx/strings.hrc:1245
msgctxt "RID_STR_NOCONTROLS_FOR_EXTERNALDISPLAY"
msgid "Valid bound controls which can be used in the table view do not exist in the current form."
msgstr "Platné vázané ovládací prvky, které mohou být použity v tabulkovém pohledu, v současném formuláři neexistují."
#. iEoGb
-#: include/svx/strings.hrc:1249
+#: include/svx/strings.hrc:1246
msgctxt "RID_STR_AUTOFIELD"
msgid "<AutoField>"
msgstr "<AutomatickéPole>"
#. Da6gx
-#: include/svx/strings.hrc:1250
+#: include/svx/strings.hrc:1247
msgctxt "RID_STR_SVT_SQL_SYNTAX_ERROR"
msgid "Syntax error in SQL statement"
msgstr "Syntaktická chyba v SQL příkazu"
#. ZoEuu
-#: include/svx/strings.hrc:1251
+#: include/svx/strings.hrc:1248
msgctxt "RID_STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE"
msgid "The value #1 cannot be used with LIKE."
msgstr "Hodnota #1 nemůže být použita s LIKE."
#. 75ECE
-#: include/svx/strings.hrc:1252
+#: include/svx/strings.hrc:1249
msgctxt "RID_STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE"
msgid "LIKE cannot be used with this field."
msgstr "LIKE nemůže být použito s tímto polem."
#. tzFv5
-#: include/svx/strings.hrc:1253
+#: include/svx/strings.hrc:1250
msgctxt "RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID"
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
msgstr "Zadaná hodnota není platné datum. Zadejte datum v platném formátu. (Např. MM/DD/YY.)"
#. y6Z26
-#: include/svx/strings.hrc:1254
+#: include/svx/strings.hrc:1251
msgctxt "RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID"
msgid "The field cannot be compared with an integer."
msgstr "Pole nemůže být porovnáno s celým číslem."
#. F8FgA
-#: include/svx/strings.hrc:1255
+#: include/svx/strings.hrc:1252
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE"
msgid "The database does not contain a table named \"#\"."
msgstr "Databáze neobsahuje tabulku „#“."
#. EDcU7
-#: include/svx/strings.hrc:1256
+#: include/svx/strings.hrc:1253
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_OR_QUERY"
msgid "The database does contain neither a table nor a query named \"#\"."
msgstr "Databáze neobsahuje tabulku ani dotaz „#“."
#. YBFF5
-#: include/svx/strings.hrc:1257
+#: include/svx/strings.hrc:1254
msgctxt "RID_STR_SVT_SQL_SYNTAX_TABLE_EXISTS"
msgid "The database already contains a table or view with name \"#\"."
msgstr "Databáze již obsahuje tabulku nebo pohled „#“."
#. cECTG
-#: include/svx/strings.hrc:1258
+#: include/svx/strings.hrc:1255
msgctxt "RID_STR_SVT_SQL_SYNTAX_QUERY_EXISTS"
msgid "The database already contains a query with name \"#\"."
msgstr "Databáze již obsahuje dotaz „#“."
#. VkeLY
-#: include/svx/strings.hrc:1259
+#: include/svx/strings.hrc:1256
msgctxt "RID_STR_SVT_SQL_SYNTAX_COLUMN"
msgid "The column \"#1\" is unknown in the table \"#2\"."
msgstr "Sloupec „#1“ je v tabulce „#2“ neznámý."
#. z9bf9
-#: include/svx/strings.hrc:1260
+#: include/svx/strings.hrc:1257
msgctxt "RID_STR_SVT_SQL_SYNTAX_REAL_NO_VALID"
msgid "The field cannot be compared with a floating point number."
msgstr "Pole nemůže být porovnáno s číslem v pohyblivé řádové čárce."
#. CEg85
-#: include/svx/strings.hrc:1261
+#: include/svx/strings.hrc:1258
msgctxt "RID_STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE"
msgid "The entered criterion cannot be compared with this field."
msgstr "Zadané kritérium nemůže být porovnáno s tímto polem."
#. ZGAAQ
-#: include/svx/strings.hrc:1262
+#: include/svx/strings.hrc:1259
msgctxt "RID_STR_DATANAVIGATOR"
msgid "Data Navigator"
msgstr "Datový navigátor"
#. W4uM2
-#: include/svx/strings.hrc:1263
+#: include/svx/strings.hrc:1260
msgctxt "RID_STR_READONLY_VIEW"
msgid " (read-only)"
msgstr " (jen pro čtení)"
#. DgfNh
-#: include/svx/strings.hrc:1264
+#: include/svx/strings.hrc:1261
msgctxt "RID_STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "Soubor již existuje. Přepsat?"
#. dSYCi
-#: include/svx/strings.hrc:1265
+#: include/svx/strings.hrc:1262
msgctxt "RID_STR_OBJECT_LABEL"
msgid "#object# label"
msgstr "název #object#"
#. JpaM6
-#: include/svx/strings.hrc:1267
+#: include/svx/strings.hrc:1264
msgctxt "RID_STR_QRY_REMOVE_MODEL"
msgid ""
"Deleting the model '$MODELNAME' affects all controls currently bound to this model.\n"
@@ -7043,7 +7025,7 @@ msgstr ""
"Opravdu si přejete tento model smazat?"
#. y5Dyt
-#: include/svx/strings.hrc:1268
+#: include/svx/strings.hrc:1265
msgctxt "RID_STR_QRY_REMOVE_INSTANCE"
msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
@@ -7053,7 +7035,7 @@ msgstr ""
"Opravdu si přejete tuto instanci smazat?"
#. VEzGF
-#: include/svx/strings.hrc:1269
+#: include/svx/strings.hrc:1266
msgctxt "RID_STR_QRY_REMOVE_ELEMENT"
msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
@@ -7063,13 +7045,13 @@ msgstr ""
"Opravdu si přejete tento prvek smazat?"
#. 3hF6H
-#: include/svx/strings.hrc:1270
+#: include/svx/strings.hrc:1267
msgctxt "RID_STR_QRY_REMOVE_ATTRIBUTE"
msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "Opravdu si přejete smazat atribut '$ATTRIBUTENAME'?"
#. AWEbJ
-#: include/svx/strings.hrc:1271
+#: include/svx/strings.hrc:1268
msgctxt "RID_STR_QRY_REMOVE_SUBMISSION"
msgid ""
"Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n"
@@ -7081,7 +7063,7 @@ msgstr ""
"Opravdu si přejete toto odeslání smazat?"
#. SGiK5
-#: include/svx/strings.hrc:1272
+#: include/svx/strings.hrc:1269
msgctxt "RID_STR_QRY_REMOVE_BINDING"
msgid ""
"Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n"
@@ -7093,1068 +7075,1068 @@ msgstr ""
"Opravdu si přejete tuto vazbu smazat?"
#. 2zzHP
-#: include/svx/strings.hrc:1273
+#: include/svx/strings.hrc:1270
msgctxt "RID_STR_INVALID_XMLNAME"
msgid "The name '%1' is not valid in XML. Please enter a different name."
msgstr "Název '%1' není v XML platný, zadejte jiný název."
#. 4nAtc
-#: include/svx/strings.hrc:1274
+#: include/svx/strings.hrc:1271
msgctxt "RID_STR_INVALID_XMLPREFIX"
msgid "The prefix '%1' is not valid in XML. Please enter a different prefix."
msgstr "Prefix '%1' není v XML platný, zadejte jiný prefix."
#. qrFQD
-#: include/svx/strings.hrc:1275
+#: include/svx/strings.hrc:1272
msgctxt "RID_STR_DOUBLE_MODELNAME"
msgid "The name '%1' already exists. Please enter a new name."
msgstr "Název '%1' již existuje. Zadejte jiný název."
#. DKkaw
-#: include/svx/strings.hrc:1276
+#: include/svx/strings.hrc:1273
msgctxt "RID_STR_EMPTY_SUBMISSIONNAME"
msgid "The submission must have a name."
msgstr "Vyplňte název."
#. xcAaD
-#: include/svx/strings.hrc:1277
+#: include/svx/strings.hrc:1274
msgctxt "RID_STR_METHOD_POST"
msgid "Post"
msgstr "Post"
#. XGRQA
-#: include/svx/strings.hrc:1278
+#: include/svx/strings.hrc:1275
msgctxt "RID_STR_METHOD_PUT"
msgid "Put"
msgstr "Put"
#. tkRR3
-#: include/svx/strings.hrc:1279
+#: include/svx/strings.hrc:1276
msgctxt "RID_STR_METHOD_GET"
msgid "Get"
msgstr "Get"
#. fsyAL
-#: include/svx/strings.hrc:1280
+#: include/svx/strings.hrc:1277
msgctxt "RID_STR_REPLACE_NONE"
msgid "None"
msgstr "Nic"
#. Bjxmg
-#: include/svx/strings.hrc:1281
+#: include/svx/strings.hrc:1278
msgctxt "RID_STR_REPLACE_INST"
msgid "Instance"
msgstr "Instance"
#. affmF
-#: include/svx/strings.hrc:1282
+#: include/svx/strings.hrc:1279
msgctxt "RID_STR_REPLACE_DOC"
msgid "Document"
msgstr "Dokument"
#. gJLHj
-#: include/svx/strings.hrc:1283
+#: include/svx/strings.hrc:1280
msgctxt "RID_STR_DATANAV_SUBM_BIND"
msgid "Binding: "
msgstr "Vazba: "
#. AEHco
-#: include/svx/strings.hrc:1284
+#: include/svx/strings.hrc:1281
msgctxt "RID_STR_DATANAV_SUBM_REF"
msgid "Reference: "
msgstr "Odkaz: "
#. iLaBC
-#: include/svx/strings.hrc:1285
+#: include/svx/strings.hrc:1282
msgctxt "RID_STR_DATANAV_SUBM_ACTION"
msgid "Action: "
msgstr "Akce: "
#. HBV5Q
-#: include/svx/strings.hrc:1286
+#: include/svx/strings.hrc:1283
msgctxt "RID_STR_DATANAV_SUBM_METHOD"
msgid "Method: "
msgstr "Metoda: "
#. dAN2F
-#: include/svx/strings.hrc:1287
+#: include/svx/strings.hrc:1284
msgctxt "RID_STR_DATANAV_SUBM_REPLACE"
msgid "Replace: "
msgstr "Nahradit: "
#. QMiqA
-#: include/svx/strings.hrc:1288
+#: include/svx/strings.hrc:1285
msgctxt "RID_STR_DATANAV_ADD_ELEMENT"
msgid "Add Element"
msgstr "Přidat element"
#. C9YBB
-#: include/svx/strings.hrc:1289
+#: include/svx/strings.hrc:1286
msgctxt "RID_STR_DATANAV_EDIT_ELEMENT"
msgid "Edit Element"
msgstr "Upravit prvek"
#. XAh7B
-#: include/svx/strings.hrc:1290
+#: include/svx/strings.hrc:1287
msgctxt "RID_STR_DATANAV_REMOVE_ELEMENT"
msgid "Delete Element"
msgstr "Smazat prvek"
#. CLHER
-#: include/svx/strings.hrc:1291
+#: include/svx/strings.hrc:1288
msgctxt "RID_STR_DATANAV_ADD_ATTRIBUTE"
msgid "Add Attribute"
msgstr "Přidat atribut"
#. 6Ycoo
-#: include/svx/strings.hrc:1292
+#: include/svx/strings.hrc:1289
msgctxt "RID_STR_DATANAV_EDIT_ATTRIBUTE"
msgid "Edit Attribute"
msgstr "Upravit atribut"
#. 6dSAd
-#: include/svx/strings.hrc:1293
+#: include/svx/strings.hrc:1290
msgctxt "RID_STR_DATANAV_REMOVE_ATTRIBUTE"
msgid "Delete Attribute"
msgstr "Smazat atribut"
#. Ljhja
-#: include/svx/strings.hrc:1294
+#: include/svx/strings.hrc:1291
msgctxt "RID_STR_DATANAV_ADD_BINDING"
msgid "Add Binding"
msgstr "Přidat vazbu"
#. CHTrw
-#: include/svx/strings.hrc:1295
+#: include/svx/strings.hrc:1292
msgctxt "RID_STR_DATANAV_EDIT_BINDING"
msgid "Edit Binding"
msgstr "Upravit vazbu"
#. yYwEG
-#: include/svx/strings.hrc:1296
+#: include/svx/strings.hrc:1293
msgctxt "RID_STR_DATANAV_REMOVE_BINDING"
msgid "Delete Binding"
msgstr "Smazat vazbu"
#. yVch8
-#: include/svx/strings.hrc:1297
+#: include/svx/strings.hrc:1294
msgctxt "RID_STR_DATANAV_ADD_SUBMISSION"
msgid "Add Submission"
msgstr "Přidat odeslání"
#. AX58u
-#: include/svx/strings.hrc:1298
+#: include/svx/strings.hrc:1295
msgctxt "RID_STR_DATANAV_EDIT_SUBMISSION"
msgid "Edit Submission"
msgstr "Upravit odeslání"
#. DFxmD
-#: include/svx/strings.hrc:1299
+#: include/svx/strings.hrc:1296
msgctxt "RID_STR_DATANAV_REMOVE_SUBMISSION"
msgid "Delete Submission"
msgstr "Smazat odeslání"
#. qvvD7
-#: include/svx/strings.hrc:1300
+#: include/svx/strings.hrc:1297
msgctxt "RID_STR_ELEMENT"
msgid "Element"
msgstr "Prvek"
#. U4Btb
-#: include/svx/strings.hrc:1301
+#: include/svx/strings.hrc:1298
msgctxt "RID_STR_ATTRIBUTE"
msgid "Attribute"
msgstr "Atribut"
#. Prceg
-#: include/svx/strings.hrc:1302
+#: include/svx/strings.hrc:1299
msgctxt "RID_STR_BINDING"
msgid "Binding"
msgstr "Vazba"
#. iFARB
-#: include/svx/strings.hrc:1303
+#: include/svx/strings.hrc:1300
msgctxt "RID_STR_BINDING_EXPR"
msgid "Binding expression"
msgstr "Vazební výraz"
#. BTmNa
-#: include/svx/strings.hrc:1305
+#: include/svx/strings.hrc:1302
msgctxt "RID_SVXSTR_QUERY_EXIT_RECOVERY"
msgid "Are you sure you want to discard the %PRODUCTNAME document recovery data?"
msgstr "Opravdu si přejete zahodit data pro obnovu dokumentů %PRODUCTNAME?"
#. 5WjQZ
-#: include/svx/strings.hrc:1307
+#: include/svx/strings.hrc:1304
msgctxt "RID_SVXSTR_RULER_TAB_LEFT"
msgid "Left"
msgstr "Vlevo"
#. JC7pc
-#: include/svx/strings.hrc:1308
+#: include/svx/strings.hrc:1305
msgctxt "RID_SVXSTR_RULER_TAB_RIGHT"
msgid "Right"
msgstr "Vpravo"
#. MhfuC
-#: include/svx/strings.hrc:1309
+#: include/svx/strings.hrc:1306
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
msgstr "Na střed"
#. kX7GR
-#: include/svx/strings.hrc:1310
+#: include/svx/strings.hrc:1307
msgctxt "RID_SVXSTR_RULER_TAB_DECIMAL"
msgid "Decimal"
msgstr "Desetinný"
#. 7vecp
-#: include/svx/strings.hrc:1312
+#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_INSERT_HELPTEXT"
msgid "Insert mode. Click to change to overwrite mode."
msgstr "Režim vkládání. Kliknutím se přepnete do režimu přepisování."
#. ZCWNC
-#: include/svx/strings.hrc:1313
+#: include/svx/strings.hrc:1310
msgctxt "RID_SVXSTR_OVERWRITE_HELPTEXT"
msgid "Overwrite mode. Click to change to insert mode."
msgstr "Režim přepisování. Kliknutím se přepnete do režimu vkládání."
#. 5GD8g
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
-#: include/svx/strings.hrc:1315
+#: include/svx/strings.hrc:1312
msgctxt "RID_SVXSTR_OVERWRITE_TEXT"
msgid "Overwrite"
msgstr "Přepis"
#. qqCSF
-#: include/svx/strings.hrc:1316
+#: include/svx/strings.hrc:1313
msgctxt "RID_SVXSTR_INSERT_TEXT"
msgid "Insert"
msgstr "Vložit"
#. 2BBEb
-#: include/svx/strings.hrc:1317
+#: include/svx/strings.hrc:1314
msgctxt "RID_SVXSTR_SELECTIONMODE_HELPTEXT"
msgid "%1. Click to change selection mode."
msgstr "%1. Kliknutím změníte režim výběru."
#. Dh5A2
-#: include/svx/strings.hrc:1318
+#: include/svx/strings.hrc:1315
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK"
msgid "Digital Signature: The document signature is OK."
msgstr "Elektronický podpis: Podpis dokumentu je v pořádku."
#. xZprv
-#: include/svx/strings.hrc:1319
+#: include/svx/strings.hrc:1316
msgctxt "RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY"
msgid "Digital Signature: The document signature is OK, but the certificates could not be validated."
msgstr "Elektronický podpis: Podpis dokumentu je v pořádku, ale certifikát nelze ověřit."
#. Yydkh
-#: include/svx/strings.hrc:1320
+#: include/svx/strings.hrc:1317
msgctxt "RID_SVXSTR_XMLSEC_SIG_NOT_OK"
msgid "Digital Signature: The document signature does not match the document content. We strongly recommend you not to trust this document."
msgstr "Elektronický podpis: Podpis dokumentu neodpovídá obsahu dokumentu. Doporučujeme vám tomuto dokumentu nedůvěřovat."
#. X7CjP
-#: include/svx/strings.hrc:1321
+#: include/svx/strings.hrc:1318
msgctxt "RID_SVXSTR_XMLSEC_NO_SIG"
msgid "Digital Signature: The document is not signed."
msgstr "Elektronický podpis: Dokument není podepsán."
#. BRmFY
-#: include/svx/strings.hrc:1322
+#: include/svx/strings.hrc:1319
msgctxt "RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG"
msgid "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed."
msgstr "Elektronický podpis: Podpis a certifikát dokumentu jsou v pořádku, ale některé části dokumentu nejsou podepsané."
#. Swq5S
-#: include/svx/strings.hrc:1323
+#: include/svx/strings.hrc:1320
msgctxt "RID_SVXSTR_DOC_MODIFIED_YES"
msgid "The document has been modified. Click to save the document."
msgstr "Dokument byl změněn. Kliknutím dokument uložíte."
#. tRWKa
-#: include/svx/strings.hrc:1324
+#: include/svx/strings.hrc:1321
msgctxt "RID_SVXSTR_DOC_MODIFIED_NO"
msgid "The document has not been modified since the last save."
msgstr "Dokument nebyl od posledního uložení změněn."
#. 7C8GH
-#: include/svx/strings.hrc:1325
+#: include/svx/strings.hrc:1322
msgctxt "RID_SVXSTR_DOC_LOAD"
msgid "Loading document..."
msgstr "Načítání dokumentu..."
#. YbNsP
-#: include/svx/strings.hrc:1326
+#: include/svx/strings.hrc:1323
msgctxt "RID_SVXSTR_FIT_SLIDE"
msgid "Fit slide to current window."
msgstr "Přizpůsobit snímek aktuálnímu oknu."
#. MJums
-#: include/svx/strings.hrc:1327
+#: include/svx/strings.hrc:1324
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
msgstr ""
#. Fpkx2
-#: include/svx/strings.hrc:1328
+#: include/svx/strings.hrc:1325
msgctxt "RID_SVXSTR_WARN_MISSING_SMARTART"
msgid "Could not load all SmartArt objects. Saving in Microsoft Office 2010 or later would avoid this issue."
msgstr "Nelze načíst všechny obrázky SmartArt. K tomuto problému nedojde při uložení dokumentu v Microsoft Office 2010 nebo novější verzi."
#. CKqDa
-#: include/svx/strings.hrc:1329
+#: include/svx/strings.hrc:1326
msgctxt "RID_SVXSTR_TABLECELL_HINT"
msgid "Table cell address. Click to open Table Properties dialog."
msgstr "Adresa buňky tabulky. Kliknutím otevřete dialogové okno Vlastnosti tabulky."
#. MG6GF
-#: include/svx/strings.hrc:1330
+#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_SECTION_HINT"
msgid "Section name. Click to open Edit Sections dialog."
msgstr "Název sekce. Kliknutím otevřete dialogové okno Upravit sekce."
#. rLN6T
-#: include/svx/strings.hrc:1331
+#: include/svx/strings.hrc:1328
msgctxt "RID_SVXSTR_TOC_HINT"
msgid "Table of Contents. Click to open Table of Contents dialog."
msgstr "Obsah. Kliknutím otevřete dialogové okno Obsah."
#. gnk6E
-#: include/svx/strings.hrc:1332
+#: include/svx/strings.hrc:1329
msgctxt "RID_SVXSTR_NUMBERING_HINT"
msgid "Numbering Level. Click to open Numbering dialog."
msgstr "Úroveň číslování. Kliknutím otevřete dialogové okno Číslování."
#. aT6VC
-#: include/svx/strings.hrc:1333
+#: include/svx/strings.hrc:1330
msgctxt "RID_SVXSTR_LIST_STYLE_HINT"
msgid "List Style and Level."
msgstr "Styl a úroveň seznamu."
#. G5sCs
-#: include/svx/strings.hrc:1334
+#: include/svx/strings.hrc:1331
msgctxt "RID_SVXSTR_FORMULA_HINT"
msgid "Formula"
msgstr "Vzorec"
#. rBgY5
-#: include/svx/strings.hrc:1335
+#: include/svx/strings.hrc:1332
msgctxt "RID_SVXSTR_ROW_COLUMN_HINT"
msgid "Row and Column"
msgstr "Řádek a sloupec"
#. Bc5Sg
-#: include/svx/strings.hrc:1336
+#: include/svx/strings.hrc:1333
msgctxt "RID_SVXSTR_ZOOMTOOL_HINT"
msgid "Zoom factor. Right-click to change zoom factor or click to open Zoom dialog."
msgstr "Míra přiblížení. Kliknutím pravým tlačítkem míru přiblížení změníte, kliknutím levým otevřete dialogové okno Přiblížení."
#. HCjAM
-#: include/svx/strings.hrc:1337
+#: include/svx/strings.hrc:1334
msgctxt "RID_SVXSTR_ZOOM_IN"
msgid "Zoom In"
msgstr "Přiblížit"
#. 2YBJE
-#: include/svx/strings.hrc:1338
+#: include/svx/strings.hrc:1335
msgctxt "RID_SVXSTR_ZOOM_OUT"
msgid "Zoom Out"
msgstr "Oddálit"
#. n9EyG
-#: include/svx/strings.hrc:1339
+#: include/svx/strings.hrc:1336
msgctxt "RID_SVXSTR_ZOOM_25"
msgid "25%"
msgstr "25 %"
#. vNTaU
-#: include/svx/strings.hrc:1340
+#: include/svx/strings.hrc:1337
msgctxt "RID_SVXSTR_ZOOM_50"
msgid "50%"
msgstr "50 %"
#. D6jxs
-#: include/svx/strings.hrc:1341
+#: include/svx/strings.hrc:1338
msgctxt "RID_SVXSTR_ZOOM_75"
msgid "75%"
msgstr "75 %"
#. 2Bufm
-#: include/svx/strings.hrc:1342
+#: include/svx/strings.hrc:1339
msgctxt "RID_SVXSTR_ZOOM_100"
msgid "100%"
msgstr "100 %"
#. E5Xj8
-#: include/svx/strings.hrc:1343
+#: include/svx/strings.hrc:1340
msgctxt "RID_SVXSTR_ZOOM_150"
msgid "150%"
msgstr "150 %"
#. DjBVG
-#: include/svx/strings.hrc:1344
+#: include/svx/strings.hrc:1341
msgctxt "RID_SVXSTR_ZOOM_200"
msgid "200%"
msgstr "200 %"
#. 6Axop
-#: include/svx/strings.hrc:1345
+#: include/svx/strings.hrc:1342
msgctxt "RID_SVXSTR_ZOOM_WHOLE_PAGE"
msgid "Entire Page"
msgstr "Celá stránka"
#. 2UBAF
-#: include/svx/strings.hrc:1346
+#: include/svx/strings.hrc:1343
msgctxt "RID_SVXSTR_ZOOM_PAGE_WIDTH"
msgid "Page Width"
msgstr "Šířka stránky"
#. YBg9X
-#: include/svx/strings.hrc:1347
+#: include/svx/strings.hrc:1344
msgctxt "RID_SVXSTR_ZOOM_OPTIMAL_VIEW"
msgid "Optimal View"
msgstr "Optimální zobrazení"
#. Wi5Fy
-#: include/svx/strings.hrc:1349
+#: include/svx/strings.hrc:1346
msgctxt "RID_SVXSTR_SEARCH_STYLES"
msgid "Including Styles"
msgstr "Včetně stylů"
#. BJSzf
-#: include/svx/strings.hrc:1350
+#: include/svx/strings.hrc:1347
msgctxt "RID_SVXSTR_WRITER_STYLES"
msgid "Paragraph St~yles"
msgstr "~Styly odstavce"
#. ARuQM
-#: include/svx/strings.hrc:1351
+#: include/svx/strings.hrc:1348
msgctxt "RID_SVXSTR_CALC_STYLES"
msgid "Cell St~yles"
msgstr "~Styly buňky"
#. 7ChAu
-#: include/svx/strings.hrc:1352
+#: include/svx/strings.hrc:1349
msgctxt "RID_SVXSTR_SEARCH"
msgid "Search for formatting"
msgstr "Hledat formátování"
#. K6Ave
-#: include/svx/strings.hrc:1353
+#: include/svx/strings.hrc:1350
msgctxt "RID_SVXSTR_REPLACE"
msgid "Replace with formatting"
msgstr "Nahradit formátováním"
#. USdBy
-#: include/svx/strings.hrc:1354
+#: include/svx/strings.hrc:1351
msgctxt "RID_SVXSTR_SEARCH_END"
msgid "Reached the end of the document"
msgstr "Dosažen konec dokumentu"
#. CVSwo
-#: include/svx/strings.hrc:1355
+#: include/svx/strings.hrc:1352
msgctxt "RID_SVXSTR_SEARCH_END_WRAPPED"
msgid "Reached the end of the document, continued from the beginning"
msgstr "Dosažen konec dokumentu, pokračuje se od začátku"
#. yCJzd
-#: include/svx/strings.hrc:1356
+#: include/svx/strings.hrc:1353
msgctxt "RID_SVXSTR_SEARCH_END_SHEET"
msgid "Reached the end of the sheet"
msgstr "Dosažen konec listu"
#. Diftw
-#: include/svx/strings.hrc:1357
+#: include/svx/strings.hrc:1354
msgctxt "RID_SVXSTR_SEARCH_NOT_FOUND"
msgid "Search key not found"
msgstr "Hledané klíčové slovo nenalezeno"
#. xACuY
-#: include/svx/strings.hrc:1358
+#: include/svx/strings.hrc:1355
msgctxt "RID_SVXSTR_SEARCH_NAV_ELEMENT_NOT_FOUND"
msgid "Navigation Element not found"
msgstr "Prvek pro navigaci nenalezen"
#. CGo5w
-#: include/svx/strings.hrc:1359
+#: include/svx/strings.hrc:1356
msgctxt "RID_SVXSTR_SEARCH_START"
msgid "Reached the beginning of the document"
msgstr "Dosažen začátek dokumentu"
#. nDCC4
-#: include/svx/strings.hrc:1360
+#: include/svx/strings.hrc:1357
msgctxt "RID_SVXSTR_SEARCH_START_WRAPPED"
msgid "Reached the beginning of the document, continued from the end"
msgstr "Dosažen začátek dokumentu, pokračuje se od konce"
#. FNdxE
-#: include/svx/strings.hrc:1361
+#: include/svx/strings.hrc:1358
msgctxt "RID_SVXSTR_SEARCH_REMINDER_START_WRAPPED"
msgid "Reached the first reminder, continued from the last"
msgstr "Dosažena první připomínka, pokračuje se od poslední"
#. hAzCn
-#: include/svx/strings.hrc:1362
+#: include/svx/strings.hrc:1359
msgctxt "RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED"
msgid "Reached the last reminder, continued from the first"
msgstr "Dosažena poslední připomínka, pokračuje se od první"
#. ihDqY
-#: include/svx/strings.hrc:1364
+#: include/svx/strings.hrc:1361
msgctxt "RID_SVXDLG_BMPMASK_STR_PALETTE"
msgid "Color Palette"
msgstr "Barevná paleta"
#. sDL47
-#: include/svx/strings.hrc:1365
+#: include/svx/strings.hrc:1362
msgctxt "RID_SVXDLG_BMPMASK_STR_TITLE"
msgid "Color Replacer"
msgstr "Náhrada barev"
#. 7FcWA
-#: include/svx/strings.hrc:1367
+#: include/svx/strings.hrc:1364
msgctxt "RID_SVXDLG_FLOAT3D_STR_TITLE"
msgid "3D Effects"
msgstr "3D efekty"
#. j6dA6
-#: include/svx/strings.hrc:1369
+#: include/svx/strings.hrc:1366
msgctxt "RID_SVXSTR_ERR_OLD_PASSWD"
msgid "Invalid password"
msgstr "Neplatné heslo"
#. JGJ9F
-#: include/svx/strings.hrc:1370
+#: include/svx/strings.hrc:1367
msgctxt "RID_SVXSTR_ERR_REPEAT_PASSWD"
msgid "Passwords do not match"
msgstr "Hesla se liší"
#. VHTRb
-#: include/svx/strings.hrc:1372
+#: include/svx/strings.hrc:1369
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_0"
msgid "Solid small circular bullets"
msgstr "Malé kulaté odrážky"
#. AiNrB
-#: include/svx/strings.hrc:1373
+#: include/svx/strings.hrc:1370
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_1"
msgid "Solid large circular bullets"
msgstr "Velké kulaté odrážky"
#. Vtk8J
-#: include/svx/strings.hrc:1374
+#: include/svx/strings.hrc:1371
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_2"
msgid "Solid diamond bullets"
msgstr "Kosočtvercové odrážky"
#. bQFBw
-#: include/svx/strings.hrc:1375
+#: include/svx/strings.hrc:1372
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_3"
msgid "Solid large square bullets"
msgstr "Velké čtvercové odrážky"
#. 5eJDd
-#: include/svx/strings.hrc:1376
+#: include/svx/strings.hrc:1373
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_4"
msgid "Right pointing arrow bullets filled out"
msgstr "Vyplněná šipka vpravo"
#. D8zQC
-#: include/svx/strings.hrc:1377
+#: include/svx/strings.hrc:1374
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_5"
msgid "Right pointing arrow bullets"
msgstr "Odrážky, šipka vpravo"
#. QCULV
-#: include/svx/strings.hrc:1378
+#: include/svx/strings.hrc:1375
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_6"
msgid "Cross mark bullets"
msgstr "Odrážky, křížek"
#. XuXC7
-#: include/svx/strings.hrc:1379
+#: include/svx/strings.hrc:1376
msgctxt "RID_SVXSTR_BULLET_DESCRIPTION_7"
msgid "Check mark bullets"
msgstr "Odrážky, zaškrtnutí"
#. cUEoG
#. do not translate this; instead describe the nth numbering style (LC_NumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1382
+#: include/svx/strings.hrc:1379
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_0"
msgid "Number 1) 2) 3)"
msgstr "Čísla 1) 2) 3)"
#. P2aKH
-#: include/svx/strings.hrc:1383
+#: include/svx/strings.hrc:1380
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_1"
msgid "Number 1. 2. 3."
msgstr "Čísla 1. 2. 3."
#. W7chC
-#: include/svx/strings.hrc:1384
+#: include/svx/strings.hrc:1381
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_2"
msgid "Number (1) (2) (3)"
msgstr "Čísla (1) (2) (3)"
#. k3LBG
-#: include/svx/strings.hrc:1385
+#: include/svx/strings.hrc:1382
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_3"
msgid "Uppercase Roman number I. II. III."
msgstr "Velká římská čísla I. II. III."
#. BPgDJ
-#: include/svx/strings.hrc:1386
+#: include/svx/strings.hrc:1383
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_4"
msgid "Uppercase letter A) B) C)"
msgstr "Velká písmena A) B) C)"
#. GooHz
-#: include/svx/strings.hrc:1387
+#: include/svx/strings.hrc:1384
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_5"
msgid "Lowercase letter a) b) c)"
msgstr "Malá písmena a) b) c)"
#. k6waJ
-#: include/svx/strings.hrc:1388
+#: include/svx/strings.hrc:1385
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_6"
msgid "Lowercase letter (a) (b) (c)"
msgstr "Malá písmena (a) (b) (c)"
#. ZiWKK
-#: include/svx/strings.hrc:1389
+#: include/svx/strings.hrc:1386
msgctxt "RID_SVXSTR_SINGLENUM_DESCRIPTION_7"
msgid "Lowercase Roman number i. ii. iii."
msgstr "Malá římská čísla i. ii. iii."
#. VAgDM
#. do not translate this; instead describe the nth outline style (LC_OutLineNumberingLevel) defined by your locale
-#: include/svx/strings.hrc:1392
+#: include/svx/strings.hrc:1389
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. DbqB2
-#: include/svx/strings.hrc:1393
+#: include/svx/strings.hrc:1390
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
msgstr ""
#. FTvR2
-#: include/svx/strings.hrc:1394
+#: include/svx/strings.hrc:1391
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
msgstr ""
#. EiF5E
-#: include/svx/strings.hrc:1395
+#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
msgstr ""
#. DZGS4
-#: include/svx/strings.hrc:1396
+#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
msgstr ""
#. upcZy
-#: include/svx/strings.hrc:1397
+#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
msgstr ""
#. TV9Mc
-#: include/svx/strings.hrc:1398
+#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_6"
msgid "Numeric with all sublevels"
msgstr "Čísla, všechny podúrovně"
#. tiXu5
-#: include/svx/strings.hrc:1399
+#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_7"
msgid "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet"
msgstr "Šipka vpravo, šipka vpravo, kosočtvercová odrážka, malá kulatá odrážka"
#. nEJiF
-#: include/svx/strings.hrc:1401
+#: include/svx/strings.hrc:1398
msgctxt "RID_SVXSTR_SAFEMODE_ZIP_FAILURE"
msgid "The zip file could not be created."
msgstr "Soubor ZIP nelze vytvořit."
#. PqEay
-#: include/svx/strings.hrc:1402
+#: include/svx/strings.hrc:1399
msgctxt "RID_SVXSTR_SAFEMODE_USER_PROFILE_EXPORTED"
msgid "Your user profile has been exported as 'libreoffice-profile.zip'."
msgstr "Uživatelský profil byl exportován jako „libreoffice-profile.zip“."
#. CC6Sw
-#: include/svx/strings.hrc:1404
+#: include/svx/strings.hrc:1401
msgctxt "RID_SVXSTR_STYLEFAMILY_TABLEDESIGN"
msgid "Table Design Styles"
msgstr "Styly návrhu tabulky"
#. c69eB
-#: include/svx/strings.hrc:1406
+#: include/svx/strings.hrc:1403
msgctxt "RID_SVXSTR_NUM_UNDO_ACTIONS"
msgid "Actions to undo: $(ARG1)"
msgstr "Vrátit akce: $(ARG1)"
#. nsioo
-#: include/svx/strings.hrc:1407
+#: include/svx/strings.hrc:1404
msgctxt "RID_SVXSTR_NUM_UNDO_ACTION"
msgid "Actions to undo: $(ARG1)"
msgstr "Vrátit akce: $(ARG1)"
#. DzJ9Y
-#: include/svx/strings.hrc:1408
+#: include/svx/strings.hrc:1405
msgctxt "RID_SVXSTR_NUM_REDO_ACTIONS"
msgid "Actions to redo: $(ARG1)"
msgstr "Opakovat akce: $(ARG1)"
#. HTTW5
-#: include/svx/strings.hrc:1409
+#: include/svx/strings.hrc:1406
msgctxt "RID_SVXSTR_NUM_REDO_ACTION"
msgid "Actions to redo: $(ARG1)"
msgstr "Opakovat akce: $(ARG1)"
#. H9jn7
-#: include/svx/strings.hrc:1411
+#: include/svx/strings.hrc:1408
msgctxt "RID_SVXSTR_FINDBAR_FIND"
msgid "Find"
msgstr "Najít"
#. WbEFL
-#: include/svx/strings.hrc:1412
+#: include/svx/strings.hrc:1409
msgctxt "RID_SVXSTR_FINDBAR_MATCHCASE"
msgid "Match Case"
msgstr "Rozlišovat velikost"
#. 59ENV
-#: include/svx/strings.hrc:1413
+#: include/svx/strings.hrc:1410
msgctxt "RID_SVXSTR_FINDBAR_SEARCHFORMATTED"
msgid "Formatted Display"
msgstr "Zobrazený řetězec"
#. hAmnh
-#: include/svx/strings.hrc:1415
+#: include/svx/strings.hrc:1412
msgctxt "STR_IMAGE_ORIGINAL_SIZE"
msgid "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
msgstr "$(WIDTH) × $(HEIGHT) ($(WIDTH_IN_PX) × $(HEIGHT_IN_PX) px)"
#. ntSYA
-#: include/svx/strings.hrc:1416
+#: include/svx/strings.hrc:1413
msgctxt "STR_IMAGE_VIEW_SIZE"
msgid "$(WIDTH) × $(HEIGHT) at $(DPI) DPI"
msgstr "$(WIDTH) × $(HEIGHT) při $(DPI) DPI"
#. EvHUn
-#: include/svx/strings.hrc:1417
+#: include/svx/strings.hrc:1414
msgctxt "STR_IMAGE_CAPACITY"
msgid "$(CAPACITY) KiB"
msgstr "$(CAPACITY) KiB"
#. 5qx2C
-#: include/svx/strings.hrc:1418
+#: include/svx/strings.hrc:1415
msgctxt "STR_IMAGE_CAPACITY_WITH_REDUCTION"
msgid "$(CAPACITY) KiB ($(REDUCTION)% reduction)"
msgstr "$(CAPACITY) KiB ($(REDUCTION)% zmenšení)"
#. ESUpG
-#: include/svx/strings.hrc:1419
+#: include/svx/strings.hrc:1416
msgctxt "STR_IMAGE_GIF"
msgid "GIF image"
msgstr "Obrázek GIF"
#. yWL9G
-#: include/svx/strings.hrc:1420
+#: include/svx/strings.hrc:1417
msgctxt "STR_IMAGE_JPEG"
msgid "JPEG image"
msgstr "Obrázek JPEG"
#. oGKBg
-#: include/svx/strings.hrc:1421
+#: include/svx/strings.hrc:1418
msgctxt "STR_IMAGE_PNG"
msgid "PNG image"
msgstr "Obrázek PNG"
#. Fkrjs
-#: include/svx/strings.hrc:1422
+#: include/svx/strings.hrc:1419
msgctxt "STR_IMAGE_TIFF"
msgid "TIFF image"
msgstr "Obrázek TIFF"
#. VWyEb
-#: include/svx/strings.hrc:1423
+#: include/svx/strings.hrc:1420
msgctxt "STR_IMAGE_WMF"
msgid "WMF image"
msgstr "Obrázek WMF"
#. pCpoE
-#: include/svx/strings.hrc:1424
+#: include/svx/strings.hrc:1421
msgctxt "STR_IMAGE_MET"
msgid "MET image"
msgstr "Obrázek MET"
#. DELaB
-#: include/svx/strings.hrc:1425
+#: include/svx/strings.hrc:1422
msgctxt "STR_IMAGE_PCT"
msgid "PCT image"
msgstr "Obrázek PCT"
#. 3AZAG
-#: include/svx/strings.hrc:1426
+#: include/svx/strings.hrc:1423
msgctxt "STR_IMAGE_SVG"
msgid "SVG image"
msgstr "Obrázek SVG"
#. aCEJW
-#: include/svx/strings.hrc:1427
+#: include/svx/strings.hrc:1424
msgctxt "STR_IMAGE_BMP"
msgid "BMP image"
msgstr "Obrázek BMP"
#. NBoWH
-#: include/svx/strings.hrc:1428
+#: include/svx/strings.hrc:1425
msgctxt "STR_IMAGE_WEBP"
msgid "WebP image"
msgstr "Obrázek WebP"
#. p2L8C
-#: include/svx/strings.hrc:1429
+#: include/svx/strings.hrc:1426
msgctxt "STR_IMAGE_UNKNOWN"
msgid "Unknown"
msgstr "Neznámý"
#. 8LBFX
-#: include/svx/strings.hrc:1431
+#: include/svx/strings.hrc:1428
msgctxt "STR_SWITCH"
msgid "Switch"
msgstr "Přepnout"
#. xLF42
-#: include/svx/strings.hrc:1433
+#: include/svx/strings.hrc:1430
msgctxt "RID_SVXSTR_UNDO_GRAFMODE"
msgid "Image Mode"
msgstr "Režim obrázku"
#. fw5hA
-#: include/svx/strings.hrc:1434
+#: include/svx/strings.hrc:1431
msgctxt "RID_SVXSTR_UNDO_GRAFRED"
msgid "Red"
msgstr "Červená"
#. CiQvY
-#: include/svx/strings.hrc:1435
+#: include/svx/strings.hrc:1432
msgctxt "RID_SVXSTR_UNDO_GRAFGREEN"
msgid "Green"
msgstr "Zelená"
#. BhvBe
-#: include/svx/strings.hrc:1436
+#: include/svx/strings.hrc:1433
msgctxt "RID_SVXSTR_UNDO_GRAFBLUE"
msgid "Blue"
msgstr "Modrá"
#. HSP36
-#: include/svx/strings.hrc:1437
+#: include/svx/strings.hrc:1434
msgctxt "RID_SVXSTR_UNDO_GRAFLUMINANCE"
msgid "Brightness"
msgstr "Jas"
#. w5BYP
-#: include/svx/strings.hrc:1438
+#: include/svx/strings.hrc:1435
msgctxt "RID_SVXSTR_UNDO_GRAFCONTRAST"
msgid "Contrast"
msgstr "Kontrast"
#. EZUjS
-#: include/svx/strings.hrc:1439
+#: include/svx/strings.hrc:1436
msgctxt "RID_SVXSTR_UNDO_GRAFGAMMA"
msgid "Gamma"
msgstr "Gama"
#. ernMB
-#: include/svx/strings.hrc:1440
+#: include/svx/strings.hrc:1437
msgctxt "RID_SVXSTR_UNDO_GRAFTRANSPARENCY"
msgid "Transparency"
msgstr "Průhlednost"
#. LdkNB
-#: include/svx/strings.hrc:1441
+#: include/svx/strings.hrc:1438
msgctxt "RID_SVXSTR_GRAFCROP"
msgid "Crop"
msgstr "Oříznout"
#. TJmBu
-#: include/svx/strings.hrc:1443
+#: include/svx/strings.hrc:1440
msgctxt "RID_SVXITEMS_ORI_STANDARD"
msgid "Default orientation"
msgstr "Výchozí orientace"
#. WQqju
-#: include/svx/strings.hrc:1444
+#: include/svx/strings.hrc:1441
msgctxt "RID_SVXITEMS_ORI_TOPBOTTOM"
msgid "From top to bottom"
msgstr "Shora dolů"
#. ipfz6
-#: include/svx/strings.hrc:1445
+#: include/svx/strings.hrc:1442
msgctxt "RID_SVXITEMS_ORI_BOTTOMTOP"
msgid "Bottom to Top"
msgstr "Zdola nahoru"
#. MLR44
-#: include/svx/strings.hrc:1446
+#: include/svx/strings.hrc:1443
msgctxt "RID_SVXITEMS_ORI_STACKED"
msgid "Stacked"
msgstr "Skládaný"
#. vUDeh
-#: include/svx/strings.hrc:1447
+#: include/svx/strings.hrc:1444
msgctxt "RID_SVXITEMS_MARGIN_LEFT"
msgid "Left margin: "
msgstr "Levý okraj: "
#. EFBbE
-#: include/svx/strings.hrc:1448
+#: include/svx/strings.hrc:1445
msgctxt "RID_SVXITEMS_MARGIN_TOP"
msgid "Top margin: "
msgstr "Horní okraj: "
#. 7HeyP
-#: include/svx/strings.hrc:1449
+#: include/svx/strings.hrc:1446
msgctxt "RID_SVXITEMS_MARGIN_RIGHT"
msgid "Right margin: "
msgstr "Pravý okraj: "
#. HCuWQ
-#: include/svx/strings.hrc:1450
+#: include/svx/strings.hrc:1447
msgctxt "RID_SVXITEMS_MARGIN_BOTTOM"
msgid "Bottom margin: "
msgstr "Dolní okraj: "
#. zD9BB
-#: include/svx/strings.hrc:1451
+#: include/svx/strings.hrc:1448
msgctxt "RID_SVXITEMS_PAGE_COMPLETE"
msgid "Page Description: "
msgstr "Popis stránky: "
#. a4eSJ
-#: include/svx/strings.hrc:1452
+#: include/svx/strings.hrc:1449
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_UPPER"
msgid "Capitals"
msgstr "Velká písmena"
#. DuQGP
-#: include/svx/strings.hrc:1453
+#: include/svx/strings.hrc:1450
msgctxt "RID_SVXITEMS_PAGE_NUM_CHR_LOWER"
msgid "Lowercase"
msgstr "Malá písmena"
#. nWQ7R
-#: include/svx/strings.hrc:1454
+#: include/svx/strings.hrc:1451
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_UPPER"
msgid "Uppercase Roman"
msgstr "Velká římská"
#. PxkPZ
-#: include/svx/strings.hrc:1455
+#: include/svx/strings.hrc:1452
msgctxt "RID_SVXITEMS_PAGE_NUM_ROM_LOWER"
msgid "Lowercase Roman"
msgstr "Malá římská"
#. B7YEa
-#: include/svx/strings.hrc:1456
+#: include/svx/strings.hrc:1453
msgctxt "RID_SVXITEMS_PAGE_NUM_ARABIC"
msgid "Arabic"
msgstr "Arabská"
#. vPbGB
-#: include/svx/strings.hrc:1457
+#: include/svx/strings.hrc:1454
msgctxt "RID_SVXITEMS_PAGE_NUM_NONE"
msgid "None"
msgstr "Žádné"
#. akGGo
-#: include/svx/strings.hrc:1458
+#: include/svx/strings.hrc:1455
msgctxt "RID_SVXITEMS_PAGE_LAND_TRUE"
msgid "Landscape"
msgstr "Na šířku"
#. bbcaZ
-#: include/svx/strings.hrc:1459
+#: include/svx/strings.hrc:1456
msgctxt "RID_SVXITEMS_PAGE_LAND_FALSE"
msgid "Portrait"
msgstr "Na výšku"
#. BQtGg
-#: include/svx/strings.hrc:1460
+#: include/svx/strings.hrc:1457
msgctxt "RID_SVXITEMS_PAGE_USAGE_LEFT"
msgid "Left"
msgstr "Vlevo"
#. JWFLj
-#: include/svx/strings.hrc:1461
+#: include/svx/strings.hrc:1458
msgctxt "RID_SVXITEMS_PAGE_USAGE_RIGHT"
msgid "Right"
msgstr "Vpravo"
#. bxvGx
-#: include/svx/strings.hrc:1462
+#: include/svx/strings.hrc:1459
msgctxt "RID_SVXITEMS_PAGE_USAGE_ALL"
msgid "All"
msgstr "Vše"
#. S3nm4
-#: include/svx/strings.hrc:1463
+#: include/svx/strings.hrc:1460
msgctxt "RID_SVXITEMS_PAGE_USAGE_MIRROR"
msgid "Mirrored"
msgstr "Zrcadlit"
#. dcvEJ
-#: include/svx/strings.hrc:1464
+#: include/svx/strings.hrc:1461
msgctxt "RID_SVXITEMS_AUTHOR_COMPLETE"
msgid "Author: "
msgstr "Autor: "
#. 2siC9
-#: include/svx/strings.hrc:1465
+#: include/svx/strings.hrc:1462
msgctxt "RID_SVXITEMS_DATE_COMPLETE"
msgid "Date: "
msgstr "Datum: "
#. pWoLe
-#: include/svx/strings.hrc:1466
+#: include/svx/strings.hrc:1463
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
msgstr "Text: "
#. pAABc
-#: include/svx/strings.hrc:1467
+#: include/svx/strings.hrc:1464
msgctxt "RID_SVXITEMS_BRUSH_CHAR"
msgid "Character background"
msgstr "Pozadí znaku"
#. Deknh
-#: include/svx/strings.hrc:1469
+#: include/svx/strings.hrc:1466
msgctxt "STR_COLORTABLE"
msgid "Color Palette"
msgstr "Barevná paleta"
#. 9XFJS
#. Used in the Slide Setup dialog of Impress
-#: include/svx/strings.hrc:1472
+#: include/svx/strings.hrc:1469
msgctxt "STR_SLIDE_NUMBERS"
msgid "Slide numbers:"
msgstr "Čísla snímků:"
#. qWooV
#. String for saving modified image (instead of original)
-#: include/svx/strings.hrc:1475
+#: include/svx/strings.hrc:1472
msgctxt "RID_SVXSTR_SAVE_MODIFIED_IMAGE"
msgid ""
"The image has been modified. By default the original image will be saved.\n"
@@ -8164,2157 +8146,2157 @@ msgstr ""
"Přejete si místo něj uložit změněnou verzi?"
#. KycVH
-#: include/svx/strings.hrc:1477
+#: include/svx/strings.hrc:1474
msgctxt "RID_SUBSETMAP"
msgid "Basic Latin"
msgstr "Základní latinka"
#. bcjRA
-#: include/svx/strings.hrc:1478
+#: include/svx/strings.hrc:1475
msgctxt "RID_SUBSETMAP"
msgid "Latin-1"
msgstr "Latin-1"
#. h6THj
-#: include/svx/strings.hrc:1479
+#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-A"
msgstr "Rozšířená latinka A"
#. o4EF9
-#: include/svx/strings.hrc:1480
+#: include/svx/strings.hrc:1477
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-B"
msgstr "Rozšířená latinka B"
#. W3CGs
-#: include/svx/strings.hrc:1481
+#: include/svx/strings.hrc:1478
msgctxt "RID_SUBSETMAP"
msgid "IPA Extensions"
msgstr "Rozšíření IPA"
#. yZjF6
-#: include/svx/strings.hrc:1482
+#: include/svx/strings.hrc:1479
msgctxt "RID_SUBSETMAP"
msgid "Spacing Modifier Letters"
msgstr "Znaky pro změnu výslovnosti"
#. EASZR
-#: include/svx/strings.hrc:1483
+#: include/svx/strings.hrc:1480
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks"
msgstr "Kombinující diakritické znaky"
#. wBjC4
-#: include/svx/strings.hrc:1484
+#: include/svx/strings.hrc:1481
msgctxt "RID_SUBSETMAP"
msgid "Basic Greek"
msgstr "Základní řecké"
#. Dh8Es
-#: include/svx/strings.hrc:1485
+#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Greek Symbols And Coptic"
msgstr "Řecké symboly a koptské"
#. jGT5E
-#: include/svx/strings.hrc:1486
+#: include/svx/strings.hrc:1483
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic"
msgstr "Cyrilice"
#. DQgLS
-#: include/svx/strings.hrc:1487
+#: include/svx/strings.hrc:1484
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
msgstr "Arménské"
#. kXEQY
-#: include/svx/strings.hrc:1488
+#: include/svx/strings.hrc:1485
msgctxt "RID_SUBSETMAP"
msgid "Basic Hebrew"
msgstr "Základní hebrejské"
#. Cb8g4
-#: include/svx/strings.hrc:1489
+#: include/svx/strings.hrc:1486
msgctxt "RID_SUBSETMAP"
msgid "Hebrew Extended"
msgstr "Rozšířené hebrejské"
#. ZmDCd
-#: include/svx/strings.hrc:1490
+#: include/svx/strings.hrc:1487
msgctxt "RID_SUBSETMAP"
msgid "Basic Arabic"
msgstr "Základní arabské"
#. hZDFV
-#: include/svx/strings.hrc:1491
+#: include/svx/strings.hrc:1488
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended"
msgstr "Rozšířené arabské"
#. c3CqD
-#: include/svx/strings.hrc:1492
+#: include/svx/strings.hrc:1489
msgctxt "RID_SUBSETMAP"
msgid "Devanagari"
msgstr "Dévanágarí"
#. EfVnG
-#: include/svx/strings.hrc:1493
+#: include/svx/strings.hrc:1490
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
msgstr "Bengálské"
#. iWzLc
-#: include/svx/strings.hrc:1494
+#: include/svx/strings.hrc:1491
msgctxt "RID_SUBSETMAP"
msgid "Gurmukhi"
msgstr "Gurmukhí"
#. omacG
-#: include/svx/strings.hrc:1495
+#: include/svx/strings.hrc:1492
msgctxt "RID_SUBSETMAP"
msgid "Gujarati"
msgstr "Gudžarátské"
#. Cdwzw
-#: include/svx/strings.hrc:1496
+#: include/svx/strings.hrc:1493
msgctxt "RID_SUBSETMAP"
msgid "Odia"
msgstr "Urijské"
#. BhEGN
-#: include/svx/strings.hrc:1497
+#: include/svx/strings.hrc:1494
msgctxt "RID_SUBSETMAP"
msgid "Tamil"
msgstr "Tamilské"
#. 6YkEo
-#: include/svx/strings.hrc:1498
+#: include/svx/strings.hrc:1495
msgctxt "RID_SUBSETMAP"
msgid "Telugu"
msgstr "Telugské"
#. J5qn4
-#: include/svx/strings.hrc:1499
+#: include/svx/strings.hrc:1496
msgctxt "RID_SUBSETMAP"
msgid "Kannada"
msgstr "Kannadské"
#. 4UEFU
-#: include/svx/strings.hrc:1500
+#: include/svx/strings.hrc:1497
msgctxt "RID_SUBSETMAP"
msgid "Malayalam"
msgstr "Malajálamské"
#. C5yzo
-#: include/svx/strings.hrc:1501
+#: include/svx/strings.hrc:1498
msgctxt "RID_SUBSETMAP"
msgid "Thai"
msgstr "Thajské"
#. EvjbD
-#: include/svx/strings.hrc:1502
+#: include/svx/strings.hrc:1499
msgctxt "RID_SUBSETMAP"
msgid "Lao"
msgstr "Laoské"
#. HqFTh
-#: include/svx/strings.hrc:1503
+#: include/svx/strings.hrc:1500
msgctxt "RID_SUBSETMAP"
msgid "Basic Georgian"
msgstr "Základní gruzínské"
#. npAc8
-#: include/svx/strings.hrc:1504
+#: include/svx/strings.hrc:1501
msgctxt "RID_SUBSETMAP"
msgid "Georgian Extended"
msgstr "Rozšířené gruzínské"
#. AHAB4
-#: include/svx/strings.hrc:1505
+#: include/svx/strings.hrc:1502
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo"
msgstr "Hangul džamo"
#. dqrF5
-#: include/svx/strings.hrc:1506
+#: include/svx/strings.hrc:1503
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended Additional"
msgstr "Dodatečná rozšířená latinka"
#. uVYXp
-#: include/svx/strings.hrc:1507
+#: include/svx/strings.hrc:1504
msgctxt "RID_SUBSETMAP"
msgid "Greek Extended"
msgstr "Rozšířené řecké"
#. LEQg6
-#: include/svx/strings.hrc:1508
+#: include/svx/strings.hrc:1505
msgctxt "RID_SUBSETMAP"
msgid "General punctuation"
msgstr "Obecná interpunkce"
#. D9KFj
-#: include/svx/strings.hrc:1509
+#: include/svx/strings.hrc:1506
msgctxt "RID_SUBSETMAP"
msgid "Superscripts and Subscripts"
msgstr "Horní a dolní indexy"
#. yaxYV
-#: include/svx/strings.hrc:1510
+#: include/svx/strings.hrc:1507
msgctxt "RID_SUBSETMAP"
msgid "Currency Symbols"
msgstr "Symboly měn"
#. jzA5i
-#: include/svx/strings.hrc:1511
+#: include/svx/strings.hrc:1508
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Symbols"
msgstr "Kombinující diakritické symboly"
#. CHNBZ
-#: include/svx/strings.hrc:1512
+#: include/svx/strings.hrc:1509
msgctxt "RID_SUBSETMAP"
msgid "Letterlike Symbols"
msgstr "Symboly podobné písmenům"
#. cDkEd
-#: include/svx/strings.hrc:1513
+#: include/svx/strings.hrc:1510
msgctxt "RID_SUBSETMAP"
msgid "Number Forms"
msgstr "Číselné tvary"
#. j25Fp
-#: include/svx/strings.hrc:1514
+#: include/svx/strings.hrc:1511
msgctxt "RID_SUBSETMAP"
msgid "Arrows"
msgstr "Šipky"
#. p5Tbx
-#: include/svx/strings.hrc:1515
+#: include/svx/strings.hrc:1512
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Operators"
msgstr "Matematické operátory"
#. ckgof
-#: include/svx/strings.hrc:1516
+#: include/svx/strings.hrc:1513
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Technical"
msgstr "Různé technické symboly"
#. 8rXdw
-#: include/svx/strings.hrc:1517
+#: include/svx/strings.hrc:1514
msgctxt "RID_SUBSETMAP"
msgid "Control Pictures"
msgstr "Řídicí obrázky"
#. D4J8A
-#: include/svx/strings.hrc:1518
+#: include/svx/strings.hrc:1515
msgctxt "RID_SUBSETMAP"
msgid "Optical Character Recognition"
msgstr "Optické rozpoznávání znaků"
#. hXwgf
-#: include/svx/strings.hrc:1519
+#: include/svx/strings.hrc:1516
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumerics"
msgstr "Uzavřené alfanumerické znaky"
#. AD9HJ
-#: include/svx/strings.hrc:1520
+#: include/svx/strings.hrc:1517
msgctxt "RID_SUBSETMAP"
msgid "Box Drawing"
msgstr "Kresba rámečků"
#. vViaR
-#: include/svx/strings.hrc:1521
+#: include/svx/strings.hrc:1518
msgctxt "RID_SUBSETMAP"
msgid "Block Elements"
msgstr "Blokové prvky"
#. ok7ks
-#: include/svx/strings.hrc:1522
+#: include/svx/strings.hrc:1519
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes"
msgstr "Geometrické tvary"
#. sKty5
-#: include/svx/strings.hrc:1523
+#: include/svx/strings.hrc:1520
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols"
msgstr "Různé symboly"
#. yDpNT
-#: include/svx/strings.hrc:1524
+#: include/svx/strings.hrc:1521
msgctxt "RID_SUBSETMAP"
msgid "Dingbats"
msgstr "Symboly Dingbat"
#. Cth4P
-#: include/svx/strings.hrc:1525
+#: include/svx/strings.hrc:1522
msgctxt "RID_SUBSETMAP"
msgid "CJK Symbols And Punctuation"
msgstr "Symboly a interpunkce CJK"
#. Bo4iK
-#: include/svx/strings.hrc:1526
+#: include/svx/strings.hrc:1523
msgctxt "RID_SUBSETMAP"
msgid "Hiragana"
msgstr "Hiragana"
#. i2Cdr
-#: include/svx/strings.hrc:1527
+#: include/svx/strings.hrc:1524
msgctxt "RID_SUBSETMAP"
msgid "Katakana"
msgstr "Katakana"
#. 9YYLD
-#: include/svx/strings.hrc:1528
+#: include/svx/strings.hrc:1525
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo"
msgstr "Bopomofo"
#. F9UFG
-#: include/svx/strings.hrc:1529
+#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "Hangul Compatibility Jamo"
msgstr "Džamo kompatibilní s hangul"
#. yeRDE
-#: include/svx/strings.hrc:1530
+#: include/svx/strings.hrc:1527
msgctxt "RID_SUBSETMAP"
msgid "CJK Miscellaneous"
msgstr "Různé CJK"
#. kPFs9
-#: include/svx/strings.hrc:1531
+#: include/svx/strings.hrc:1528
msgctxt "RID_SUBSETMAP"
msgid "Enclosed CJK Letters And Months"
msgstr "Uzavřené znaky a měsíce CJK"
#. 6tAx6
-#: include/svx/strings.hrc:1532
+#: include/svx/strings.hrc:1529
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility"
msgstr "Kompatibilní CJK"
#. VakXP
-#: include/svx/strings.hrc:1533
+#: include/svx/strings.hrc:1530
msgctxt "RID_SUBSETMAP"
msgid "Hangul"
msgstr "Hangul"
#. XzS6D
-#: include/svx/strings.hrc:1534
+#: include/svx/strings.hrc:1531
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs"
msgstr "Unifikované ideogramy CJK"
#. JVCP5
-#: include/svx/strings.hrc:1535
+#: include/svx/strings.hrc:1532
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension A"
msgstr "Rozšíření A unifikovaných ideogramů CJK"
#. Y33VK
-#: include/svx/strings.hrc:1536
+#: include/svx/strings.hrc:1533
msgctxt "RID_SUBSETMAP"
msgid "Private Use Area"
msgstr "Místo pro vlastní znaky"
#. 8yYiM
-#: include/svx/strings.hrc:1537
+#: include/svx/strings.hrc:1534
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
msgstr "Kompatibilní ideogramy CJK"
#. BEfFQ
-#: include/svx/strings.hrc:1538
+#: include/svx/strings.hrc:1535
msgctxt "RID_SUBSETMAP"
msgid "Alphabetic Presentation Forms"
msgstr "Tvary zápisu abecedy"
#. NCsAG
-#: include/svx/strings.hrc:1539
+#: include/svx/strings.hrc:1536
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-A"
msgstr "Tvary zápisu arabštiny A"
#. adi8G
-#: include/svx/strings.hrc:1540
+#: include/svx/strings.hrc:1537
msgctxt "RID_SUBSETMAP"
msgid "Combining Half Marks"
msgstr "Kombinující poloviční znaky"
#. vLBhn
-#: include/svx/strings.hrc:1541
+#: include/svx/strings.hrc:1538
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Forms"
msgstr "Kompatibilní tvary CJK"
#. i6R3B
-#: include/svx/strings.hrc:1542
+#: include/svx/strings.hrc:1539
msgctxt "RID_SUBSETMAP"
msgid "Small Form Variants"
msgstr "Varianty malých tvarů"
#. 7EDCh
-#: include/svx/strings.hrc:1543
+#: include/svx/strings.hrc:1540
msgctxt "RID_SUBSETMAP"
msgid "Arabic Presentation Forms-B"
msgstr "Tvary zápisu arabštiny B"
#. WWoWx
-#: include/svx/strings.hrc:1544
+#: include/svx/strings.hrc:1541
msgctxt "RID_SUBSETMAP"
msgid "Half-width and Full-width Forms"
msgstr "Tvary s poloviční a plnou šířkou"
#. dkDXh
-#: include/svx/strings.hrc:1545
+#: include/svx/strings.hrc:1542
msgctxt "RID_SUBSETMAP"
msgid "Specials"
msgstr "Speciální"
#. GQSEx
-#: include/svx/strings.hrc:1546
+#: include/svx/strings.hrc:1543
msgctxt "RID_SUBSETMAP"
msgid "Yi Syllables"
msgstr "Slabičné Yi"
#. BL66x
-#: include/svx/strings.hrc:1547
+#: include/svx/strings.hrc:1544
msgctxt "RID_SUBSETMAP"
msgid "Yi Radicals"
msgstr "Základní znaky Yi"
#. cuQ2k
-#: include/svx/strings.hrc:1548
+#: include/svx/strings.hrc:1545
msgctxt "RID_SUBSETMAP"
msgid "Old Italic"
msgstr "Staroitalské"
#. wtKAB
-#: include/svx/strings.hrc:1549
+#: include/svx/strings.hrc:1546
msgctxt "RID_SUBSETMAP"
msgid "Gothic"
msgstr "Gótské"
#. GPFqC
-#: include/svx/strings.hrc:1550
+#: include/svx/strings.hrc:1547
msgctxt "RID_SUBSETMAP"
msgid "Deseret"
msgstr "Deseret"
#. 7AovD
-#: include/svx/strings.hrc:1551
+#: include/svx/strings.hrc:1548
msgctxt "RID_SUBSETMAP"
msgid "Byzantine Musical Symbols"
msgstr "Byzantské hudební symboly"
#. G3GQF
-#: include/svx/strings.hrc:1552
+#: include/svx/strings.hrc:1549
msgctxt "RID_SUBSETMAP"
msgid "Musical Symbols"
msgstr "Hudební symboly"
#. YzBDD
-#: include/svx/strings.hrc:1553
+#: include/svx/strings.hrc:1550
msgctxt "RID_SUBSETMAP"
msgid "Mathematical Alphanumeric Symbols"
msgstr "Matematické alfanumerické symboly"
#. 3XZRw
-#: include/svx/strings.hrc:1554
+#: include/svx/strings.hrc:1551
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension B"
msgstr "Rozšíření B unifikovaných ideogramů CJK"
#. nZnQc
-#: include/svx/strings.hrc:1555
+#: include/svx/strings.hrc:1552
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension C"
msgstr "Rozšíření C unifikovaných ideogramů CJK"
#. HBwZE
-#: include/svx/strings.hrc:1556
+#: include/svx/strings.hrc:1553
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension D"
msgstr "Rozšíření D unifikovaných ideogramů CJK"
#. TTFkh
-#: include/svx/strings.hrc:1557
+#: include/svx/strings.hrc:1554
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs Supplement"
msgstr "Dodatečné kompatibilní ideogramy CJK"
#. 2jALB
-#: include/svx/strings.hrc:1558
+#: include/svx/strings.hrc:1555
msgctxt "RID_SUBSETMAP"
msgid "Tags"
msgstr "Značky"
#. 2iHJN
-#: include/svx/strings.hrc:1559
+#: include/svx/strings.hrc:1556
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Supplement"
msgstr "Doplňková cyrilice"
#. ABgr9
-#: include/svx/strings.hrc:1560
+#: include/svx/strings.hrc:1557
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors"
msgstr "Výběry variant znaků"
#. a4q6S
-#: include/svx/strings.hrc:1561
+#: include/svx/strings.hrc:1558
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-A"
msgstr "Doplňkové místo pro vlastní znaky A"
#. k638K
-#: include/svx/strings.hrc:1562
+#: include/svx/strings.hrc:1559
msgctxt "RID_SUBSETMAP"
msgid "Supplementary Private Use Area-B"
msgstr "Doplňkové místo pro vlastní znaky B"
#. pKFTg
-#: include/svx/strings.hrc:1563
+#: include/svx/strings.hrc:1560
msgctxt "RID_SUBSETMAP"
msgid "Limbu"
msgstr "Limbu"
#. TJHGp
-#: include/svx/strings.hrc:1564
+#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Tai Le"
msgstr "Tai Le"
#. nujxa
-#: include/svx/strings.hrc:1565
+#: include/svx/strings.hrc:1562
msgctxt "RID_SUBSETMAP"
msgid "Khmer Symbols"
msgstr "Khmerské symboly"
#. neD93
-#: include/svx/strings.hrc:1566
+#: include/svx/strings.hrc:1563
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions"
msgstr "Fonetická rozšíření"
#. C6LwC
-#: include/svx/strings.hrc:1567
+#: include/svx/strings.hrc:1564
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Arrows"
msgstr "Různé symboly a šipky"
#. giR4r
-#: include/svx/strings.hrc:1568
+#: include/svx/strings.hrc:1565
msgctxt "RID_SUBSETMAP"
msgid "Yijing Hexagram Symbols"
msgstr "Šesticípé symboly Yijing"
#. EqFxm
-#: include/svx/strings.hrc:1569
+#: include/svx/strings.hrc:1566
msgctxt "RID_SUBSETMAP"
msgid "Linear B Syllabary"
msgstr "Lineární B slabičné"
#. VeZNe
-#: include/svx/strings.hrc:1570
+#: include/svx/strings.hrc:1567
msgctxt "RID_SUBSETMAP"
msgid "Linear B Ideograms"
msgstr "Lineární B ideogramy"
#. Tvkgh
-#: include/svx/strings.hrc:1571
+#: include/svx/strings.hrc:1568
msgctxt "RID_SUBSETMAP"
msgid "Aegean Numbers"
msgstr "Egejské číslice"
#. CuThH
-#: include/svx/strings.hrc:1572
+#: include/svx/strings.hrc:1569
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
msgstr "Ugaritské"
#. nBtk5
-#: include/svx/strings.hrc:1573
+#: include/svx/strings.hrc:1570
msgctxt "RID_SUBSETMAP"
msgid "Shavian"
msgstr "Shawova abeceda"
#. vvMNk
-#: include/svx/strings.hrc:1574
+#: include/svx/strings.hrc:1571
msgctxt "RID_SUBSETMAP"
msgid "Osmanya"
msgstr "Osmanské"
#. aiySp
-#: include/svx/strings.hrc:1575
+#: include/svx/strings.hrc:1572
msgctxt "RID_SUBSETMAP"
msgid "Sinhala"
msgstr "Sinhálské"
#. PEGiu
-#: include/svx/strings.hrc:1576
+#: include/svx/strings.hrc:1573
msgctxt "RID_SUBSETMAP"
msgid "Tibetan"
msgstr "Tibetské"
#. tRBTP
-#: include/svx/strings.hrc:1577
+#: include/svx/strings.hrc:1574
msgctxt "RID_SUBSETMAP"
msgid "Myanmar"
msgstr "Barmské"
#. 8sgGF
-#: include/svx/strings.hrc:1578
+#: include/svx/strings.hrc:1575
msgctxt "RID_SUBSETMAP"
msgid "Khmer"
msgstr "Khmerské"
#. CdXvH
-#: include/svx/strings.hrc:1579
+#: include/svx/strings.hrc:1576
msgctxt "RID_SUBSETMAP"
msgid "Ogham"
msgstr "Ogam"
#. jFWRQ
-#: include/svx/strings.hrc:1580
+#: include/svx/strings.hrc:1577
msgctxt "RID_SUBSETMAP"
msgid "Runic"
msgstr "Runy"
#. jhzoc
-#: include/svx/strings.hrc:1581
+#: include/svx/strings.hrc:1578
msgctxt "RID_SUBSETMAP"
msgid "Syriac"
msgstr "Syrské"
#. B66QG
-#: include/svx/strings.hrc:1582
+#: include/svx/strings.hrc:1579
msgctxt "RID_SUBSETMAP"
msgid "Thaana"
msgstr "Tána"
#. j8cuG
-#: include/svx/strings.hrc:1583
+#: include/svx/strings.hrc:1580
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic"
msgstr "Etiopské"
#. AE5wq
-#: include/svx/strings.hrc:1584
+#: include/svx/strings.hrc:1581
msgctxt "RID_SUBSETMAP"
msgid "Cherokee"
msgstr "Čerokézské"
#. 9mgNF
-#: include/svx/strings.hrc:1585
+#: include/svx/strings.hrc:1582
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllables"
msgstr "Kanadské domorodé slabičné"
#. d5JWE
-#: include/svx/strings.hrc:1586
+#: include/svx/strings.hrc:1583
msgctxt "RID_SUBSETMAP"
msgid "Mongolian"
msgstr "Mongolské"
#. XnzyB
-#: include/svx/strings.hrc:1587
+#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-A"
msgstr "Různé matematické symboly A"
#. R5W9H
-#: include/svx/strings.hrc:1588
+#: include/svx/strings.hrc:1585
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-A"
msgstr "Doplňkové šipky A"
#. QYf7A
-#: include/svx/strings.hrc:1589
+#: include/svx/strings.hrc:1586
msgctxt "RID_SUBSETMAP"
msgid "Braille Patterns"
msgstr "Braillovy vzory"
#. 63BBg
-#: include/svx/strings.hrc:1590
+#: include/svx/strings.hrc:1587
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-B"
msgstr "Doplňkové šipky B"
#. ykowm
-#: include/svx/strings.hrc:1591
+#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Mathematical Symbols-B"
msgstr "Různé matematické symboly B"
#. GGdze
-#: include/svx/strings.hrc:1592
+#: include/svx/strings.hrc:1589
msgctxt "RID_SUBSETMAP"
msgid "CJK Radical Supplement"
msgstr "Doplňkové základní znaky CJK"
#. WLLAP
-#: include/svx/strings.hrc:1593
+#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Kangxi Radicals"
msgstr "Základní znaky Kangxi"
#. EyZR2
-#: include/svx/strings.hrc:1594
+#: include/svx/strings.hrc:1591
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Description Characters"
msgstr "Ideografické popisné znaky"
#. o3AQ6
-#: include/svx/strings.hrc:1595
+#: include/svx/strings.hrc:1592
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
msgstr "Tagalské"
#. BVieL
-#: include/svx/strings.hrc:1596
+#: include/svx/strings.hrc:1593
msgctxt "RID_SUBSETMAP"
msgid "Hanunoo"
msgstr "Hanunóo"
#. DwAEz
-#: include/svx/strings.hrc:1597
+#: include/svx/strings.hrc:1594
msgctxt "RID_SUBSETMAP"
msgid "Tagbanwa"
msgstr "Tagbanwa"
#. 3GDP5
-#: include/svx/strings.hrc:1598
+#: include/svx/strings.hrc:1595
msgctxt "RID_SUBSETMAP"
msgid "Buhid"
msgstr "Buhid"
#. BfGBm
-#: include/svx/strings.hrc:1599
+#: include/svx/strings.hrc:1596
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
msgstr "Kanbun"
#. cL7Vo
-#: include/svx/strings.hrc:1600
+#: include/svx/strings.hrc:1597
msgctxt "RID_SUBSETMAP"
msgid "Bopomofo Extended"
msgstr "Rozšířené bopomofo"
#. MQoBs
-#: include/svx/strings.hrc:1601
+#: include/svx/strings.hrc:1598
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
msgstr "Hláskosloví Katakana"
#. fCpRM
-#: include/svx/strings.hrc:1602
+#: include/svx/strings.hrc:1599
msgctxt "RID_SUBSETMAP"
msgid "CJK Strokes"
msgstr "Tahy CJK"
#. zyW2q
-#: include/svx/strings.hrc:1603
+#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Cypriot Syllabary"
msgstr "Kyperské slabičné"
#. GWxb8
-#: include/svx/strings.hrc:1604
+#: include/svx/strings.hrc:1601
msgctxt "RID_SUBSETMAP"
msgid "Tai Xuan Jing Symbols"
msgstr "Taixuanjing symboly"
#. 8ZJmr
-#: include/svx/strings.hrc:1605
+#: include/svx/strings.hrc:1602
msgctxt "RID_SUBSETMAP"
msgid "Variation Selectors Supplement"
msgstr "Doplňkové výběry variant znaků"
#. RR6Er
-#: include/svx/strings.hrc:1606
+#: include/svx/strings.hrc:1603
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Musical Notation"
msgstr "Starořecká hudební notace"
#. K3GsF
-#: include/svx/strings.hrc:1607
+#: include/svx/strings.hrc:1604
msgctxt "RID_SUBSETMAP"
msgid "Ancient Greek Numbers"
msgstr "Starořecké číslice"
#. y4HCg
-#: include/svx/strings.hrc:1608
+#: include/svx/strings.hrc:1605
msgctxt "RID_SUBSETMAP"
msgid "Arabic Supplement"
msgstr "Arabské doplňky"
#. KUnXb
-#: include/svx/strings.hrc:1609
+#: include/svx/strings.hrc:1606
msgctxt "RID_SUBSETMAP"
msgid "Buginese"
msgstr "Buginské"
#. zDaXa
-#: include/svx/strings.hrc:1610
+#: include/svx/strings.hrc:1607
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Supplement"
msgstr "Doplňkové kombinující diakritické znaky"
#. 9Z24A
-#: include/svx/strings.hrc:1611
+#: include/svx/strings.hrc:1608
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
msgstr "Koptské"
#. CANHf
-#: include/svx/strings.hrc:1612
+#: include/svx/strings.hrc:1609
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended"
msgstr "Rozšířené etiopské"
#. X8DEc
-#: include/svx/strings.hrc:1613
+#: include/svx/strings.hrc:1610
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Supplement"
msgstr "Doplňkové etiopské"
#. fYpFz
-#: include/svx/strings.hrc:1614
+#: include/svx/strings.hrc:1611
msgctxt "RID_SUBSETMAP"
msgid "Georgian Supplement"
msgstr "Doplňkové gruzínské"
#. 3Gzxx
-#: include/svx/strings.hrc:1615
+#: include/svx/strings.hrc:1612
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic"
msgstr "Hlaholice"
#. zKCVG
-#: include/svx/strings.hrc:1616
+#: include/svx/strings.hrc:1613
msgctxt "RID_SUBSETMAP"
msgid "Kharoshthi"
msgstr "Kharóšthí"
#. U8zrU
-#: include/svx/strings.hrc:1617
+#: include/svx/strings.hrc:1614
msgctxt "RID_SUBSETMAP"
msgid "Modifier Tone Letters"
msgstr "Tonální modifikátory"
#. B2yF8
-#: include/svx/strings.hrc:1618
+#: include/svx/strings.hrc:1615
msgctxt "RID_SUBSETMAP"
msgid "New Tai Lue"
msgstr "Nové Tai Lue"
#. J4KdA
-#: include/svx/strings.hrc:1619
+#: include/svx/strings.hrc:1616
msgctxt "RID_SUBSETMAP"
msgid "Old Persian"
msgstr "Staroperské"
#. eGPjC
-#: include/svx/strings.hrc:1620
+#: include/svx/strings.hrc:1617
msgctxt "RID_SUBSETMAP"
msgid "Phonetic Extensions Supplement"
msgstr "Fonetická rozšíření, doplněk"
#. XboFE
-#: include/svx/strings.hrc:1621
+#: include/svx/strings.hrc:1618
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Punctuation"
msgstr "Doplňková interpunkce"
#. tBJi3
-#: include/svx/strings.hrc:1622
+#: include/svx/strings.hrc:1619
msgctxt "RID_SUBSETMAP"
msgid "Syloti Nagri"
msgstr "Syloti Nagri"
#. Qrowh
-#: include/svx/strings.hrc:1623
+#: include/svx/strings.hrc:1620
msgctxt "RID_SUBSETMAP"
msgid "Tifinagh"
msgstr "Tifinagh"
#. aZKS5
-#: include/svx/strings.hrc:1624
+#: include/svx/strings.hrc:1621
msgctxt "RID_SUBSETMAP"
msgid "Vertical Forms"
msgstr "Svislé tvary"
#. ihUDF
-#: include/svx/strings.hrc:1625
+#: include/svx/strings.hrc:1622
msgctxt "RID_SUBSETMAP"
msgid "Nko"
msgstr "Nko"
#. Z3AAi
-#: include/svx/strings.hrc:1626
+#: include/svx/strings.hrc:1623
msgctxt "RID_SUBSETMAP"
msgid "Balinese"
msgstr "Balijské"
#. 428ER
-#: include/svx/strings.hrc:1627
+#: include/svx/strings.hrc:1624
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-C"
msgstr "Rozšířená latinka C"
#. SqFfT
-#: include/svx/strings.hrc:1628
+#: include/svx/strings.hrc:1625
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-D"
msgstr "Rozšířená latinka D"
#. yMmow
-#: include/svx/strings.hrc:1629
+#: include/svx/strings.hrc:1626
msgctxt "RID_SUBSETMAP"
msgid "Phags-Pa"
msgstr "Phags-Pa"
#. V6CsB
-#: include/svx/strings.hrc:1630
+#: include/svx/strings.hrc:1627
msgctxt "RID_SUBSETMAP"
msgid "Phoenician"
msgstr "Fénické"
#. GNBwz
-#: include/svx/strings.hrc:1631
+#: include/svx/strings.hrc:1628
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform"
msgstr "Klínové písmo"
#. VBPZE
-#: include/svx/strings.hrc:1632
+#: include/svx/strings.hrc:1629
msgctxt "RID_SUBSETMAP"
msgid "Cuneiform Numbers And Punctuation"
msgstr "Čísla a interpunkce klínového písma"
#. 9msGJ
-#: include/svx/strings.hrc:1633
+#: include/svx/strings.hrc:1630
msgctxt "RID_SUBSETMAP"
msgid "Counting Rod Numerals"
msgstr "Čínské číslice"
#. i6Gx9
-#: include/svx/strings.hrc:1634
+#: include/svx/strings.hrc:1631
msgctxt "RID_SUBSETMAP"
msgid "Sundanese"
msgstr "Sundanské"
#. WrXXX
-#: include/svx/strings.hrc:1635
+#: include/svx/strings.hrc:1632
msgctxt "RID_SUBSETMAP"
msgid "Lepcha"
msgstr "Lepča"
#. FhhAQ
-#: include/svx/strings.hrc:1636
+#: include/svx/strings.hrc:1633
msgctxt "RID_SUBSETMAP"
msgid "Ol Chiki"
msgstr "Ol Chiki"
#. eHvUh
-#: include/svx/strings.hrc:1637
+#: include/svx/strings.hrc:1634
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-A"
msgstr "Rozšířená cyrilice A"
#. ZkKwE
-#: include/svx/strings.hrc:1638
+#: include/svx/strings.hrc:1635
msgctxt "RID_SUBSETMAP"
msgid "Vai"
msgstr "Vai"
#. pBASG
-#: include/svx/strings.hrc:1639
+#: include/svx/strings.hrc:1636
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-B"
msgstr "Rozšířená cyrilice B"
#. GoQpd
-#: include/svx/strings.hrc:1640
+#: include/svx/strings.hrc:1637
msgctxt "RID_SUBSETMAP"
msgid "Saurashtra"
msgstr "Saurashtra"
#. 6pufg
-#: include/svx/strings.hrc:1641
+#: include/svx/strings.hrc:1638
msgctxt "RID_SUBSETMAP"
msgid "Kayah Li"
msgstr "Kayah Li"
#. bmFny
-#: include/svx/strings.hrc:1642
+#: include/svx/strings.hrc:1639
msgctxt "RID_SUBSETMAP"
msgid "Rejang"
msgstr "Rejang"
#. EaXay
-#: include/svx/strings.hrc:1643
+#: include/svx/strings.hrc:1640
msgctxt "RID_SUBSETMAP"
msgid "Cham"
msgstr "Čamské"
#. qYaAV
-#: include/svx/strings.hrc:1644
+#: include/svx/strings.hrc:1641
msgctxt "RID_SUBSETMAP"
msgid "Ancient Symbols"
msgstr "Starověké symboly"
#. At8Tk
-#: include/svx/strings.hrc:1645
+#: include/svx/strings.hrc:1642
msgctxt "RID_SUBSETMAP"
msgid "Phaistos Disc"
msgstr "Disk z Faistu"
#. ryGAF
-#: include/svx/strings.hrc:1646
+#: include/svx/strings.hrc:1643
msgctxt "RID_SUBSETMAP"
msgid "Lycian"
msgstr "Lykijské"
#. EYLa8
-#: include/svx/strings.hrc:1647
+#: include/svx/strings.hrc:1644
msgctxt "RID_SUBSETMAP"
msgid "Carian"
msgstr "Kárské"
#. TPN6m
-#: include/svx/strings.hrc:1648
+#: include/svx/strings.hrc:1645
msgctxt "RID_SUBSETMAP"
msgid "Lydian"
msgstr "Lýdské"
#. G5GLd
-#: include/svx/strings.hrc:1649
+#: include/svx/strings.hrc:1646
msgctxt "RID_SUBSETMAP"
msgid "Mahjong Tiles"
msgstr "Kostky na mahjong"
#. EyMaF
-#: include/svx/strings.hrc:1650
+#: include/svx/strings.hrc:1647
msgctxt "RID_SUBSETMAP"
msgid "Domino Tiles"
msgstr "Dominové kostky"
#. r2YQs
-#: include/svx/strings.hrc:1651
+#: include/svx/strings.hrc:1648
msgctxt "RID_SUBSETMAP"
msgid "Samaritan"
msgstr "Samaritánské"
#. feZ2Q
-#: include/svx/strings.hrc:1652
+#: include/svx/strings.hrc:1649
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended"
msgstr "Rozšířené kanadské domorodé slabičné"
#. H4FpF
-#: include/svx/strings.hrc:1653
+#: include/svx/strings.hrc:1650
msgctxt "RID_SUBSETMAP"
msgid "Tai Tham"
msgstr "Tai Tham"
#. BgKLG
-#: include/svx/strings.hrc:1654
+#: include/svx/strings.hrc:1651
msgctxt "RID_SUBSETMAP"
msgid "Vedic Extensions"
msgstr "Védská rozšíření"
#. bVNYf
-#: include/svx/strings.hrc:1655
+#: include/svx/strings.hrc:1652
msgctxt "RID_SUBSETMAP"
msgid "Lisu"
msgstr "Lisu"
#. riEM3
-#: include/svx/strings.hrc:1656
+#: include/svx/strings.hrc:1653
msgctxt "RID_SUBSETMAP"
msgid "Bamum"
msgstr "Bamum"
#. CQMqK
-#: include/svx/strings.hrc:1657
+#: include/svx/strings.hrc:1654
msgctxt "RID_SUBSETMAP"
msgid "Common Indic Number Forms"
msgstr "Běžné indické číselné tvary"
#. gDEUp
-#: include/svx/strings.hrc:1658
+#: include/svx/strings.hrc:1655
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended"
msgstr "Rozšířené dévanágarí"
#. UsAq2
-#: include/svx/strings.hrc:1659
+#: include/svx/strings.hrc:1656
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-A"
msgstr "Rozšířené hangul džamo A"
#. g5H7j
-#: include/svx/strings.hrc:1660
+#: include/svx/strings.hrc:1657
msgctxt "RID_SUBSETMAP"
msgid "Javanese"
msgstr "Javánské"
#. upBjC
-#: include/svx/strings.hrc:1661
+#: include/svx/strings.hrc:1658
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-A"
msgstr "Rozšířené barmské A"
#. GQ3XX
-#: include/svx/strings.hrc:1662
+#: include/svx/strings.hrc:1659
msgctxt "RID_SUBSETMAP"
msgid "Tai Viet"
msgstr "Tai Viet"
#. HGVSu
-#: include/svx/strings.hrc:1663
+#: include/svx/strings.hrc:1660
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek"
msgstr "Meetei Mayek"
#. ryvor
-#: include/svx/strings.hrc:1664
+#: include/svx/strings.hrc:1661
msgctxt "RID_SUBSETMAP"
msgid "Hangul Jamo Extended-B"
msgstr "Rozšířené hangul džamo B"
#. RTxUc
-#: include/svx/strings.hrc:1665
+#: include/svx/strings.hrc:1662
msgctxt "RID_SUBSETMAP"
msgid "Imperial Aramaic"
msgstr "Říšské aramejské"
#. 7E6G8
-#: include/svx/strings.hrc:1666
+#: include/svx/strings.hrc:1663
msgctxt "RID_SUBSETMAP"
msgid "Old South Arabian"
msgstr "Starojihoarabské"
#. Ab3wu
-#: include/svx/strings.hrc:1667
+#: include/svx/strings.hrc:1664
msgctxt "RID_SUBSETMAP"
msgid "Avestan"
msgstr "Avestické"
#. 5gN8e
-#: include/svx/strings.hrc:1668
+#: include/svx/strings.hrc:1665
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Parthian"
msgstr "Parthské psané"
#. D7rcV
-#: include/svx/strings.hrc:1669
+#: include/svx/strings.hrc:1666
msgctxt "RID_SUBSETMAP"
msgid "Inscriptional Pahlavi"
msgstr "Pahlavské psané"
#. d44Dq
-#: include/svx/strings.hrc:1670
+#: include/svx/strings.hrc:1667
msgctxt "RID_SUBSETMAP"
msgid "Old Turkic"
msgstr "Staroturecké"
#. CLuJC
-#: include/svx/strings.hrc:1671
+#: include/svx/strings.hrc:1668
msgctxt "RID_SUBSETMAP"
msgid "Rumi Numeral Symbols"
msgstr "Číselné symboly rumi"
#. FpFeH
-#: include/svx/strings.hrc:1672
+#: include/svx/strings.hrc:1669
msgctxt "RID_SUBSETMAP"
msgid "Kaithi"
msgstr "Kaithi"
#. Swfzy
-#: include/svx/strings.hrc:1673
+#: include/svx/strings.hrc:1670
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyphs"
msgstr "Egyptské hieroglyfy"
#. bMYVC
-#: include/svx/strings.hrc:1674
+#: include/svx/strings.hrc:1671
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Alphanumeric Supplement"
msgstr "Doplňkové uzavřené alfanumerické"
#. Dqcpa
-#: include/svx/strings.hrc:1675
+#: include/svx/strings.hrc:1672
msgctxt "RID_SUBSETMAP"
msgid "Enclosed Ideographic Supplement"
msgstr "Doplňkové uzavřené ideografické"
#. 8eCZn
-#: include/svx/strings.hrc:1676
+#: include/svx/strings.hrc:1673
msgctxt "RID_SUBSETMAP"
msgid "Mandaic"
msgstr "Mandejské"
#. 8LVFp
-#: include/svx/strings.hrc:1677
+#: include/svx/strings.hrc:1674
msgctxt "RID_SUBSETMAP"
msgid "Batak"
msgstr "Batacké"
#. 9SrgK
-#: include/svx/strings.hrc:1678
+#: include/svx/strings.hrc:1675
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-A"
msgstr "Rozšířené etiopské A"
#. cQEzt
-#: include/svx/strings.hrc:1679
+#: include/svx/strings.hrc:1676
msgctxt "RID_SUBSETMAP"
msgid "Brahmi"
msgstr "Bráhmí"
#. n4oND
-#: include/svx/strings.hrc:1680
+#: include/svx/strings.hrc:1677
msgctxt "RID_SUBSETMAP"
msgid "Bamum Supplement"
msgstr "Doplňkové bamum"
#. xibkG
-#: include/svx/strings.hrc:1681
+#: include/svx/strings.hrc:1678
msgctxt "RID_SUBSETMAP"
msgid "Kana Supplement"
msgstr "Doplňkové kana"
#. xyswt
-#: include/svx/strings.hrc:1682
+#: include/svx/strings.hrc:1679
msgctxt "RID_SUBSETMAP"
msgid "Playing Cards"
msgstr "Hrací karty"
#. TqExt
-#: include/svx/strings.hrc:1683
+#: include/svx/strings.hrc:1680
msgctxt "RID_SUBSETMAP"
msgid "Miscellaneous Symbols And Pictographs"
msgstr "Různé symboly a piktogramy"
#. wtMts
-#: include/svx/strings.hrc:1684
+#: include/svx/strings.hrc:1681
msgctxt "RID_SUBSETMAP"
msgid "Emoticons"
msgstr "Emotikony"
#. WgGuX
-#: include/svx/strings.hrc:1685
+#: include/svx/strings.hrc:1682
msgctxt "RID_SUBSETMAP"
msgid "Transport And Map Symbols"
msgstr "Dopravní a mapové symboly"
#. fBitP
-#: include/svx/strings.hrc:1686
+#: include/svx/strings.hrc:1683
msgctxt "RID_SUBSETMAP"
msgid "Alchemical Symbols"
msgstr "Alchymistické symboly"
#. CWvjP
-#: include/svx/strings.hrc:1687
+#: include/svx/strings.hrc:1684
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-A"
msgstr "Rozšířené arabské A"
#. D7mEf
-#: include/svx/strings.hrc:1688
+#: include/svx/strings.hrc:1685
msgctxt "RID_SUBSETMAP"
msgid "Arabic Mathematical Alphabetic Symbols"
msgstr "Arabské matematické symboly abecedy"
#. 8ouWH
-#: include/svx/strings.hrc:1689
+#: include/svx/strings.hrc:1686
msgctxt "RID_SUBSETMAP"
msgid "Chakma"
msgstr "Čakma"
#. z3gG4
-#: include/svx/strings.hrc:1690
+#: include/svx/strings.hrc:1687
msgctxt "RID_SUBSETMAP"
msgid "Meetei Mayek Extensions"
msgstr "Rozšířené manipurské"
#. mFAeA
-#: include/svx/strings.hrc:1691
+#: include/svx/strings.hrc:1688
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Cursive"
msgstr "Meroitické psací"
#. b5m8K
-#: include/svx/strings.hrc:1692
+#: include/svx/strings.hrc:1689
msgctxt "RID_SUBSETMAP"
msgid "Meroitic Hieroglyphs"
msgstr "Meroitické hieroglyfy"
#. Xrkei
-#: include/svx/strings.hrc:1693
+#: include/svx/strings.hrc:1690
msgctxt "RID_SUBSETMAP"
msgid "Miao"
msgstr "Miao"
#. hG9Na
-#: include/svx/strings.hrc:1694
+#: include/svx/strings.hrc:1691
msgctxt "RID_SUBSETMAP"
msgid "Sharada"
msgstr "Šáradá"
#. rTKpL
-#: include/svx/strings.hrc:1695
+#: include/svx/strings.hrc:1692
msgctxt "RID_SUBSETMAP"
msgid "Sora Sompeng"
msgstr "Sora Sompeng"
#. CAKEC
-#: include/svx/strings.hrc:1696
+#: include/svx/strings.hrc:1693
msgctxt "RID_SUBSETMAP"
msgid "Sundanese Supplement"
msgstr "Doplňkové sundanské"
#. pTsMT
-#: include/svx/strings.hrc:1697
+#: include/svx/strings.hrc:1694
msgctxt "RID_SUBSETMAP"
msgid "Takri"
msgstr "Takri"
#. HNCk9
-#: include/svx/strings.hrc:1698
+#: include/svx/strings.hrc:1695
msgctxt "RID_SUBSETMAP"
msgid "Bassa Vah"
msgstr "Bassa Vah"
#. GWufB
-#: include/svx/strings.hrc:1699
+#: include/svx/strings.hrc:1696
msgctxt "RID_SUBSETMAP"
msgid "Caucasian Albanian"
msgstr "Kavkazskoalbánské"
#. t8Bfn
-#: include/svx/strings.hrc:1700
+#: include/svx/strings.hrc:1697
msgctxt "RID_SUBSETMAP"
msgid "Coptic Epact Numbers"
msgstr "Koptské číslice"
#. kAeYs
-#: include/svx/strings.hrc:1701
+#: include/svx/strings.hrc:1698
msgctxt "RID_SUBSETMAP"
msgid "Combining Diacritical Marks Extended"
msgstr "Rozšířené kombinující diakritické znaky"
#. 8TGuM
-#: include/svx/strings.hrc:1702
+#: include/svx/strings.hrc:1699
msgctxt "RID_SUBSETMAP"
msgid "Duployan"
msgstr "Duployého"
#. Yaq3z
-#: include/svx/strings.hrc:1703
+#: include/svx/strings.hrc:1700
msgctxt "RID_SUBSETMAP"
msgid "Elbasan"
msgstr "Elbasanské"
#. QmkME
-#: include/svx/strings.hrc:1704
+#: include/svx/strings.hrc:1701
msgctxt "RID_SUBSETMAP"
msgid "Geometric Shapes Extended"
msgstr "Rozšířené geometrické tvary"
#. R9PgF
-#: include/svx/strings.hrc:1705
+#: include/svx/strings.hrc:1702
msgctxt "RID_SUBSETMAP"
msgid "Grantha"
msgstr "Grantha"
#. tpSqU
-#: include/svx/strings.hrc:1706
+#: include/svx/strings.hrc:1703
msgctxt "RID_SUBSETMAP"
msgid "Khojki"
msgstr "Khojki"
#. 4pjBM
-#: include/svx/strings.hrc:1707
+#: include/svx/strings.hrc:1704
msgctxt "RID_SUBSETMAP"
msgid "Khudawadi"
msgstr "Khudawadi"
#. GoPep
-#: include/svx/strings.hrc:1708
+#: include/svx/strings.hrc:1705
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-E"
msgstr "Rozšířená latinka E"
#. wNozk
-#: include/svx/strings.hrc:1709
+#: include/svx/strings.hrc:1706
msgctxt "RID_SUBSETMAP"
msgid "Linear A"
msgstr "Lineární A"
#. SjAev
-#: include/svx/strings.hrc:1710
+#: include/svx/strings.hrc:1707
msgctxt "RID_SUBSETMAP"
msgid "Mahajani"
msgstr "Mahájánské"
#. CA7vw
-#: include/svx/strings.hrc:1711
+#: include/svx/strings.hrc:1708
msgctxt "RID_SUBSETMAP"
msgid "Manichaean"
msgstr "Manichejské"
#. UUKC4
-#: include/svx/strings.hrc:1712
+#: include/svx/strings.hrc:1709
msgctxt "RID_SUBSETMAP"
msgid "Mende Kikakui"
msgstr "Mende Kikakui"
#. ZhzBz
-#: include/svx/strings.hrc:1713
+#: include/svx/strings.hrc:1710
msgctxt "RID_SUBSETMAP"
msgid "Modi"
msgstr "Modi"
#. jC4Ue
-#: include/svx/strings.hrc:1714
+#: include/svx/strings.hrc:1711
msgctxt "RID_SUBSETMAP"
msgid "Mro"
msgstr "Mro"
#. TiWmd
-#: include/svx/strings.hrc:1715
+#: include/svx/strings.hrc:1712
msgctxt "RID_SUBSETMAP"
msgid "Myanmar Extended-B"
msgstr "Rozšířené barmské B"
#. y7tCX
-#: include/svx/strings.hrc:1716
+#: include/svx/strings.hrc:1713
msgctxt "RID_SUBSETMAP"
msgid "Nabataean"
msgstr "Nabatejské"
#. T29Cw
-#: include/svx/strings.hrc:1717
+#: include/svx/strings.hrc:1714
msgctxt "RID_SUBSETMAP"
msgid "Old North Arabian"
msgstr "Staroseveroarabské"
#. EZADa
-#: include/svx/strings.hrc:1718
+#: include/svx/strings.hrc:1715
msgctxt "RID_SUBSETMAP"
msgid "Old Permic"
msgstr "Staropermské"
#. 9oFL2
-#: include/svx/strings.hrc:1719
+#: include/svx/strings.hrc:1716
msgctxt "RID_SUBSETMAP"
msgid "Ornamental Dingbats"
msgstr "Ornamentální symboly"
#. TYGv3
-#: include/svx/strings.hrc:1720
+#: include/svx/strings.hrc:1717
msgctxt "RID_SUBSETMAP"
msgid "Pahawh Hmong"
msgstr "Pahawh Hmong"
#. wd8bD
-#: include/svx/strings.hrc:1721
+#: include/svx/strings.hrc:1718
msgctxt "RID_SUBSETMAP"
msgid "Palmyrene"
msgstr "Palmýrské"
#. dkSnn
-#: include/svx/strings.hrc:1722
+#: include/svx/strings.hrc:1719
msgctxt "RID_SUBSETMAP"
msgid "Pau Cin Hau"
msgstr "Pau Cin Hau"
#. bts3U
-#: include/svx/strings.hrc:1723
+#: include/svx/strings.hrc:1720
msgctxt "RID_SUBSETMAP"
msgid "Psalter Pahlavi"
msgstr "Žalmové pahlaví"
#. XSwsB
-#: include/svx/strings.hrc:1724
+#: include/svx/strings.hrc:1721
msgctxt "RID_SUBSETMAP"
msgid "Shorthand Format Controls"
msgstr "Značky těsnopisného formátu"
#. rdXCX
-#: include/svx/strings.hrc:1725
+#: include/svx/strings.hrc:1722
msgctxt "RID_SUBSETMAP"
msgid "Siddham"
msgstr "Siddham"
#. GwT8c
-#: include/svx/strings.hrc:1726
+#: include/svx/strings.hrc:1723
msgctxt "RID_SUBSETMAP"
msgid "Sinhala Archaic Numbers"
msgstr "Sinhálské archaické číslice"
#. mz3Cs
-#: include/svx/strings.hrc:1727
+#: include/svx/strings.hrc:1724
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Arrows-C"
msgstr "Doplňkové šipky C"
#. iGUzh
-#: include/svx/strings.hrc:1728
+#: include/svx/strings.hrc:1725
msgctxt "RID_SUBSETMAP"
msgid "Tirhuta"
msgstr "Tirhuta"
#. HRBEN
-#: include/svx/strings.hrc:1729
+#: include/svx/strings.hrc:1726
msgctxt "RID_SUBSETMAP"
msgid "Warang Citi"
msgstr "Warang Citi"
#. 9NCBd
-#: include/svx/strings.hrc:1730
+#: include/svx/strings.hrc:1727
msgctxt "RID_SUBSETMAP"
msgid "Ahom"
msgstr "Ahomské"
#. cPJhp
-#: include/svx/strings.hrc:1731
+#: include/svx/strings.hrc:1728
msgctxt "RID_SUBSETMAP"
msgid "Anatolian Hieroglyphs"
msgstr "Anatolské hieroglyfy"
#. GAd7H
-#: include/svx/strings.hrc:1732
+#: include/svx/strings.hrc:1729
msgctxt "RID_SUBSETMAP"
msgid "Cherokee Supplement"
msgstr "Doplňkové čerokézské"
#. TDgY4
-#: include/svx/strings.hrc:1733
+#: include/svx/strings.hrc:1730
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension E"
msgstr "Rozšíření E unifikovaných ideogramů CJK"
#. ho93C
-#: include/svx/strings.hrc:1734
+#: include/svx/strings.hrc:1731
msgctxt "RID_SUBSETMAP"
msgid "Early Dynastic Cuneiform"
msgstr "Raně dynastické klínové písmo"
#. La5yr
-#: include/svx/strings.hrc:1735
+#: include/svx/strings.hrc:1732
msgctxt "RID_SUBSETMAP"
msgid "Hatran"
msgstr "Hatranské"
#. e3aXA
-#: include/svx/strings.hrc:1736
+#: include/svx/strings.hrc:1733
msgctxt "RID_SUBSETMAP"
msgid "Multani"
msgstr "Multanské"
#. D6qsK
-#: include/svx/strings.hrc:1737
+#: include/svx/strings.hrc:1734
msgctxt "RID_SUBSETMAP"
msgid "Old Hungarian"
msgstr "Staromaďarské"
#. aVhdm
-#: include/svx/strings.hrc:1738
+#: include/svx/strings.hrc:1735
msgctxt "RID_SUBSETMAP"
msgid "Supplemental Symbols And Pictographs"
msgstr "Doplňkové symboly a piktogramy"
#. B6UHz
-#: include/svx/strings.hrc:1739
+#: include/svx/strings.hrc:1736
msgctxt "RID_SUBSETMAP"
msgid "Sutton Signwriting"
msgstr "Znakopis Suttonové"
#. rFgRw
-#: include/svx/strings.hrc:1740
+#: include/svx/strings.hrc:1737
msgctxt "RID_SUBSETMAP"
msgid "Adlam"
msgstr "Adlam"
#. F2AJT
-#: include/svx/strings.hrc:1741
+#: include/svx/strings.hrc:1738
msgctxt "RID_SUBSETMAP"
msgid "Bhaiksuki"
msgstr "Bhaiksuki"
#. zDLT2
-#: include/svx/strings.hrc:1742
+#: include/svx/strings.hrc:1739
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-C"
msgstr "Rozšířená cyrilice C"
#. S69GG
-#: include/svx/strings.hrc:1743
+#: include/svx/strings.hrc:1740
msgctxt "RID_SUBSETMAP"
msgid "Glagolitic Supplement"
msgstr "Doplňková hlaholice"
#. QeCxG
-#: include/svx/strings.hrc:1744
+#: include/svx/strings.hrc:1741
msgctxt "RID_SUBSETMAP"
msgid "Ideographic Symbols and Punctuation"
msgstr "Ideografické symboly a interpunkce"
#. 45hVB
-#: include/svx/strings.hrc:1745
+#: include/svx/strings.hrc:1742
msgctxt "RID_SUBSETMAP"
msgid "Marchen"
msgstr "Marchen"
#. Mr7RB
-#: include/svx/strings.hrc:1746
+#: include/svx/strings.hrc:1743
msgctxt "RID_SUBSETMAP"
msgid "Mongolian Supplement"
msgstr "Doplňkové mongolské"
#. RTgGA
-#: include/svx/strings.hrc:1747
+#: include/svx/strings.hrc:1744
msgctxt "RID_SUBSETMAP"
msgid "Newa"
msgstr "Newa"
#. JJrpR
-#: include/svx/strings.hrc:1748
+#: include/svx/strings.hrc:1745
msgctxt "RID_SUBSETMAP"
msgid "Osage"
msgstr "Osedžijské"
#. o3qMt
-#: include/svx/strings.hrc:1749
+#: include/svx/strings.hrc:1746
msgctxt "RID_SUBSETMAP"
msgid "Tangut"
msgstr "Tangutské"
#. nRMFd
-#: include/svx/strings.hrc:1750
+#: include/svx/strings.hrc:1747
msgctxt "RID_SUBSETMAP"
msgid "Tangut Components"
msgstr "Součásti tangutského"
#. uFMWt
-#: include/svx/strings.hrc:1751
+#: include/svx/strings.hrc:1748
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension F"
msgstr "Rozšíření F unifikovaných ideogramů CJK"
#. DH39v
-#: include/svx/strings.hrc:1752
+#: include/svx/strings.hrc:1749
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-A"
msgstr "Rozšířená kana A"
#. jPSFu
-#: include/svx/strings.hrc:1753
+#: include/svx/strings.hrc:1750
msgctxt "RID_SUBSETMAP"
msgid "Masaram Gondi"
msgstr "Masaramovo Gondi"
#. TGJHU
-#: include/svx/strings.hrc:1754
+#: include/svx/strings.hrc:1751
msgctxt "RID_SUBSETMAP"
msgid "Nushu"
msgstr "Nushu"
#. DHbMR
-#: include/svx/strings.hrc:1755
+#: include/svx/strings.hrc:1752
msgctxt "RID_SUBSETMAP"
msgid "Soyombo"
msgstr "Sojombo"
#. gPnhH
-#: include/svx/strings.hrc:1756
+#: include/svx/strings.hrc:1753
msgctxt "RID_SUBSETMAP"
msgid "Syriac Supplement"
msgstr "Doplňkové syrské"
#. rbMNp
-#: include/svx/strings.hrc:1757
+#: include/svx/strings.hrc:1754
msgctxt "RID_SUBSETMAP"
msgid "Zanabazar Square"
msgstr "Čtvercové Zanabazar"
#. i5evF
-#: include/svx/strings.hrc:1758
+#: include/svx/strings.hrc:1755
msgctxt "RID_SUBSETMAP"
msgid "Chess Symbols"
msgstr "Šachové symboly"
#. BYA5Y
-#: include/svx/strings.hrc:1759
+#: include/svx/strings.hrc:1756
msgctxt "RID_SUBSETMAP"
msgid "Dogra"
msgstr "Dogarské"
#. xDvRL
-#: include/svx/strings.hrc:1760
+#: include/svx/strings.hrc:1757
msgctxt "RID_SUBSETMAP"
msgid "Gunjala Gondi"
msgstr "Gunjalské gondi"
#. uzq7e
-#: include/svx/strings.hrc:1761
+#: include/svx/strings.hrc:1758
msgctxt "RID_SUBSETMAP"
msgid "Hanifi Rohingya"
msgstr "Hanifovo rohingské"
#. FAwvP
-#: include/svx/strings.hrc:1762
+#: include/svx/strings.hrc:1759
msgctxt "RID_SUBSETMAP"
msgid "Indic Siyaq Numbers"
msgstr "Indická čísla siyaq"
#. TYjtp
-#: include/svx/strings.hrc:1763
+#: include/svx/strings.hrc:1760
msgctxt "RID_SUBSETMAP"
msgid "Makasar"
msgstr "Makasarština"
#. abFR5
-#: include/svx/strings.hrc:1764
+#: include/svx/strings.hrc:1761
msgctxt "RID_SUBSETMAP"
msgid "Mayan Numerals"
msgstr "Mayské číslice"
#. aDjHx
-#: include/svx/strings.hrc:1765
+#: include/svx/strings.hrc:1762
msgctxt "RID_SUBSETMAP"
msgid "Medefaidrin"
msgstr "Medefaidrin"
#. qMf5N
-#: include/svx/strings.hrc:1766
+#: include/svx/strings.hrc:1763
msgctxt "RID_SUBSETMAP"
msgid "Old Sogdian"
msgstr "Starosogdské"
#. rUG8e
-#: include/svx/strings.hrc:1767
+#: include/svx/strings.hrc:1764
msgctxt "RID_SUBSETMAP"
msgid "Sogdian"
msgstr "Sogdské"
#. B6UKP
-#: include/svx/strings.hrc:1768
+#: include/svx/strings.hrc:1765
msgctxt "RID_SUBSETMAP"
msgid "Egyptian Hieroglyph Format Controls"
msgstr "Značky formátu egyptských hieroglyfů"
#. YBxAE
-#: include/svx/strings.hrc:1769
+#: include/svx/strings.hrc:1766
msgctxt "RID_SUBSETMAP"
msgid "Elymaic"
msgstr "Elamské"
#. ibmgu
-#: include/svx/strings.hrc:1770
+#: include/svx/strings.hrc:1767
msgctxt "RID_SUBSETMAP"
msgid "Nandinagari"
msgstr "Nandinagari"
#. 8A7FD
-#: include/svx/strings.hrc:1771
+#: include/svx/strings.hrc:1768
msgctxt "RID_SUBSETMAP"
msgid "Nyiakeng Puachue Hmong"
msgstr "Nyiakeng Puachue Hmong"
#. DajDi
-#: include/svx/strings.hrc:1772
+#: include/svx/strings.hrc:1769
msgctxt "RID_SUBSETMAP"
msgid "Ottoman Siyaq Numbers"
msgstr "Osmanská čísla siyaq"
#. FAb6M
-#: include/svx/strings.hrc:1773
+#: include/svx/strings.hrc:1770
msgctxt "RID_SUBSETMAP"
msgid "Small Kana Extension"
msgstr "Rozšíření malé kany"
#. bmviu
-#: include/svx/strings.hrc:1774
+#: include/svx/strings.hrc:1771
msgctxt "RID_SUBSETMAP"
msgid "Symbols and Pictographs Extended-A"
msgstr "Rozšířené symboly a piktogramy A"
#. SmFqD
-#: include/svx/strings.hrc:1775
+#: include/svx/strings.hrc:1772
msgctxt "RID_SUBSETMAP"
msgid "Tamil Supplement"
msgstr "Doplňkové tamilské"
#. qNixg
-#: include/svx/strings.hrc:1776
+#: include/svx/strings.hrc:1773
msgctxt "RID_SUBSETMAP"
msgid "Wancho"
msgstr "Wancho"
#. EDpqy
-#: include/svx/strings.hrc:1777
+#: include/svx/strings.hrc:1774
msgctxt "RID_SUBSETMAP"
msgid "Chorasmian"
msgstr "Chórezmské"
#. EH9Xf
-#: include/svx/strings.hrc:1778
+#: include/svx/strings.hrc:1775
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension G"
msgstr "Rozšíření G unifikovaných ideogramů CJK"
#. wBzzY
-#: include/svx/strings.hrc:1779
+#: include/svx/strings.hrc:1776
msgctxt "RID_SUBSETMAP"
msgid "Dhives Akuru"
msgstr "Dhives akuru"
#. CX5R4
-#: include/svx/strings.hrc:1780
+#: include/svx/strings.hrc:1777
msgctxt "RID_SUBSETMAP"
msgid "Khitan small script"
msgstr "Malé kitanské písmo"
#. onKAu
-#: include/svx/strings.hrc:1781
+#: include/svx/strings.hrc:1778
msgctxt "RID_SUBSETMAP"
msgid "Lisu Supplement"
msgstr "Doplňkové lisu"
#. yMTF4
-#: include/svx/strings.hrc:1782
+#: include/svx/strings.hrc:1779
msgctxt "RID_SUBSETMAP"
msgid "Symbols for Legacy Computing"
msgstr "Symboly pro dřívější počítače"
#. SZmB5
-#: include/svx/strings.hrc:1783
+#: include/svx/strings.hrc:1780
msgctxt "RID_SUBSETMAP"
msgid "Tangut Supplement"
msgstr "Doplňkové tangutské"
#. zxpCG
-#: include/svx/strings.hrc:1784
+#: include/svx/strings.hrc:1781
msgctxt "RID_SUBSETMAP"
msgid "Yezidi"
msgstr "Jezídské"
#. 9UAmW
-#: include/svx/strings.hrc:1785
+#: include/svx/strings.hrc:1782
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-B"
msgstr "Rozšířené arabské B"
#. QFLaj
-#: include/svx/strings.hrc:1786
+#: include/svx/strings.hrc:1783
msgctxt "RID_SUBSETMAP"
msgid "Cypro-Minoan"
msgstr "Kypersko-minojské"
#. CYEeS
-#: include/svx/strings.hrc:1787
+#: include/svx/strings.hrc:1784
msgctxt "RID_SUBSETMAP"
msgid "Ethiopic Extended-B"
msgstr "Rozšířené etiopské B"
#. ABqB6
-#: include/svx/strings.hrc:1788
+#: include/svx/strings.hrc:1785
msgctxt "RID_SUBSETMAP"
msgid "Kana Extended-B"
msgstr "Rozšířená kana B"
#. DmagG
-#: include/svx/strings.hrc:1789
+#: include/svx/strings.hrc:1786
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-F"
msgstr "Rozšířená latinka F"
#. tjuhJ
-#: include/svx/strings.hrc:1790
+#: include/svx/strings.hrc:1787
msgctxt "RID_SUBSETMAP"
msgid "Latin Extended-G"
msgstr "Rozšířená latinka G"
#. naYAA
-#: include/svx/strings.hrc:1791
+#: include/svx/strings.hrc:1788
msgctxt "RID_SUBSETMAP"
msgid "Old Uyghur"
msgstr "Staroujgurské"
#. JGVtT
-#: include/svx/strings.hrc:1792
+#: include/svx/strings.hrc:1789
msgctxt "RID_SUBSETMAP"
msgid "Tangsa"
msgstr "Tangsa"
#. pkBYF
-#: include/svx/strings.hrc:1793
+#: include/svx/strings.hrc:1790
msgctxt "RID_SUBSETMAP"
msgid "Toto"
msgstr "Toto"
#. SEVKT
-#: include/svx/strings.hrc:1794
+#: include/svx/strings.hrc:1791
msgctxt "RID_SUBSETMAP"
msgid "Canadian Aboriginal Syllabics Extended-A"
msgstr "Rozšířené kanadské domorodé slabičné A"
#. NpBis
-#: include/svx/strings.hrc:1795
+#: include/svx/strings.hrc:1792
msgctxt "RID_SUBSETMAP"
msgid "Vithkuqi"
msgstr "Vithkuqi"
#. ssh5F
-#: include/svx/strings.hrc:1796
+#: include/svx/strings.hrc:1793
msgctxt "RID_SUBSETMAP"
msgid "Znamenny Musical Notation"
msgstr "Znamenná hudební notace"
#. xSLkm
-#: include/svx/strings.hrc:1797
+#: include/svx/strings.hrc:1794
msgctxt "RID_SUBSETMAP"
msgid "Arabic Extended-C"
msgstr "Rozšířené arabské C"
#. v2KBP
-#: include/svx/strings.hrc:1798
+#: include/svx/strings.hrc:1795
msgctxt "RID_SUBSETMAP"
msgid "CJK Unified Ideographs Extension H"
msgstr "Rozšíření H unifikovaných ideogramů CJK"
#. VXDJy
-#: include/svx/strings.hrc:1799
+#: include/svx/strings.hrc:1796
msgctxt "RID_SUBSETMAP"
msgid "Cyrillic Extended-D"
msgstr "Rozšířená cyrilice D"
#. aWGSA
-#: include/svx/strings.hrc:1800
+#: include/svx/strings.hrc:1797
msgctxt "RID_SUBSETMAP"
msgid "Devanagari Extended-A"
msgstr "Rozšířené dévanágarí A"
#. BMCBt
-#: include/svx/strings.hrc:1801
+#: include/svx/strings.hrc:1798
msgctxt "RID_SUBSETMAP"
msgid "Kaktovik Numerals"
msgstr "Číslice Kaktovik"
#. VUVDF
-#: include/svx/strings.hrc:1802
+#: include/svx/strings.hrc:1799
msgctxt "RID_SUBSETMAP"
msgid "Kawi"
msgstr "Kawi"
#. EyKCr
-#: include/svx/strings.hrc:1803
+#: include/svx/strings.hrc:1800
msgctxt "RID_SUBSETMAP"
msgid "Nag Mundari"
msgstr "Nag Mundari"
#. BGGvD
-#: include/svx/strings.hrc:1805
+#: include/svx/strings.hrc:1802
msgctxt "RID_SVXSTR_FRAMEDIR_LTR"
msgid "Left-to-right (LTR)"
msgstr "Zleva doprava (LTR)"
#. Ct9UG
-#: include/svx/strings.hrc:1806
+#: include/svx/strings.hrc:1803
msgctxt "RID_SVXSTR_FRAMEDIR_RTL"
msgid "Right-to-left (RTL)"
msgstr "Zprava doleva (RTL)"
#. XFhAz
-#: include/svx/strings.hrc:1807
+#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
msgstr "Použít nastavení nadřazeného objektu"
#. G2Jyh
#. page direction
-#: include/svx/strings.hrc:1809
+#: include/svx/strings.hrc:1806
msgctxt "RID_SVXSTR_PAGEDIR_LTR_HORI"
msgid "Left-to-right (horizontal)"
msgstr "Zleva doprava (vodorovně)"
#. b6Guf
-#: include/svx/strings.hrc:1810
+#: include/svx/strings.hrc:1807
msgctxt "RID_SVXSTR_PAGEDIR_RTL_HORI"
msgid "Right-to-left (horizontal)"
msgstr "Zprava doleva (vodorovně)"
#. yQGoC
-#: include/svx/strings.hrc:1811
+#: include/svx/strings.hrc:1808
msgctxt "RID_SVXSTR_PAGEDIR_RTL_VERT"
msgid "Right-to-left (vertical)"
msgstr "Zprava doleva (svisle)"
#. k7B2r
-#: include/svx/strings.hrc:1812
+#: include/svx/strings.hrc:1809
msgctxt "RID_SVXSTR_PAGEDIR_LTR_VERT"
msgid "Left-to-right (vertical)"
msgstr "Zleva doprava (svisle)"
#. DF4B8
-#: include/svx/strings.hrc:1813
+#: include/svx/strings.hrc:1810
msgctxt "RID_SVXSTR_PAGEDIR_LTR_BTT_VERT"
msgid "Bottom-to-top, left-to-right (vertical)"
msgstr "Zdola nahoru, zleva doprava (svisle)"
#. siSmL
-#: include/svx/strings.hrc:1815
+#: include/svx/strings.hrc:1812
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Fontwork"
msgstr "Písmomalba"
#. Eg8QT
-#: include/svx/strings.hrc:1817
+#: include/svx/strings.hrc:1814
msgctxt "RID_SVXSTR_SIGNATURELINE_DSIGNED_BY"
msgid "Digitally signed by:"
msgstr "Elektronicky podepsán:"
#. NyP2E
-#: include/svx/strings.hrc:1818
+#: include/svx/strings.hrc:1815
msgctxt "RID_SVXSTR_SIGNATURELINE_DATE"
msgid "Date: %1"
msgstr "Datum: %1"
#. gsDhD
-#: include/svx/strings.hrc:1820
+#: include/svx/strings.hrc:1817
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
msgstr "Průhlednost:"
#. PGuXa
#. strings related to borders
-#: include/svx/strings.hrc:1824
+#: include/svx/strings.hrc:1821
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "No Borders"
msgstr "Bez ohraničení"
#. LzhYZ
-#: include/svx/strings.hrc:1825
+#: include/svx/strings.hrc:1822
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Outer Border Only"
msgstr "Pouze vnější ohraničení"
#. EniNF
-#: include/svx/strings.hrc:1826
+#: include/svx/strings.hrc:1823
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Outer Border and Horizontal Lines"
msgstr "Vnější ohraničení a vodorovné čáry"
#. BuDWX
-#: include/svx/strings.hrc:1827
+#: include/svx/strings.hrc:1824
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Outer Border and All Inner Lines"
msgstr "Vnější ohraničení a všechny vnitřní čáry"
#. ckL2Z
-#: include/svx/strings.hrc:1828
+#: include/svx/strings.hrc:1825
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERVERI"
msgid "Outer Border and Vertical Lines"
msgstr "Vnější ohraničení a svislé čáry"
#. Q9hj4
-#: include/svx/strings.hrc:1829
+#: include/svx/strings.hrc:1826
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Outer Border Without Changing Inner Lines"
msgstr "Vnější ohraničení bez změny vnitřních čar"
#. b7wCr
-#: include/svx/strings.hrc:1830
+#: include/svx/strings.hrc:1827
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Diagonal Lines Only"
msgstr "Pouze úhlopříčky"
#. 8r98a
-#: include/svx/strings.hrc:1831
+#: include/svx/strings.hrc:1828
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALDOWN"
msgid "Diagonal Down Border"
msgstr "Ohraničení úhlopříčně dolů"
#. P4FGE
-#: include/svx/strings.hrc:1832
+#: include/svx/strings.hrc:1829
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONALUP"
msgid "Diagonal Up Border"
msgstr "Ohraničení úhlopříčně nahoru"
#. VxBrT
-#: include/svx/strings.hrc:1833
+#: include/svx/strings.hrc:1830
msgctxt "RID_SVXSTR_PARA_PRESET_CRISSCROSS"
msgid "Criss-Cross Border"
msgstr "Ohraničení s křížícími se úhlopříčkami"
#. hTi3j
-#: include/svx/strings.hrc:1834
+#: include/svx/strings.hrc:1831
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "All Four Borders"
msgstr "Ohraničení na všech čtyřech stranách"
#. o8fB8
-#: include/svx/strings.hrc:1835
+#: include/svx/strings.hrc:1832
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Left and Right Borders Only"
msgstr "Ohraničení pouze vlevo a vpravo"
#. 6NnM2
-#: include/svx/strings.hrc:1836
+#: include/svx/strings.hrc:1833
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Top and Bottom Borders Only"
msgstr "Ohraničení pouze nahoře a dole"
#. KTYVW
-#: include/svx/strings.hrc:1837
+#: include/svx/strings.hrc:1834
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOMHORI"
msgid "Top and Bottom Borders, and All Horizontal Lines"
msgstr "Ohraničení nahoře a dole a všechny vodorovné čáry"
#. fRcEu
-#: include/svx/strings.hrc:1838
+#: include/svx/strings.hrc:1835
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Left Border Only"
msgstr "Ohraničení pouze vlevo"
#. uqzE7
-#: include/svx/strings.hrc:1839
+#: include/svx/strings.hrc:1836
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYRIGHT"
msgid "Right Border Only"
msgstr "Ohraničení pouze vpravo"
#. 6ecLB
-#: include/svx/strings.hrc:1840
+#: include/svx/strings.hrc:1837
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTOP"
msgid "Top Border Only"
msgstr "Ohraničení pouze nahoře"
#. B6KZc
-#: include/svx/strings.hrc:1841
+#: include/svx/strings.hrc:1838
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYTBOTTOM"
msgid "Bottom Border Only"
msgstr "Ohraničení pouze dole"
#. aCMGz
-#: include/svx/strings.hrc:1842
+#: include/svx/strings.hrc:1839
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Top and Bottom Borders, and All Inner Lines"
msgstr "Ohraničení nahoře a dole a všechny vnitřní čáry"
#. t38dT
-#: include/svx/strings.hrc:1843
+#: include/svx/strings.hrc:1840
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Left and Right Borders, and All Inner Lines"
msgstr "Ohraničení vlevo a vpravo a všechny vnitřní čáry"
@@ -10323,19 +10305,19 @@ msgstr "Ohraničení vlevo a vpravo a všechny vnitřní čáry"
#. --------------------------------------------------------------------
#. Description: GraphicSizeCheck strings
#. --------------------------------------------------------------------
-#: include/svx/strings.hrc:1848
+#: include/svx/strings.hrc:1845
msgctxt "STR_GRAPHIC_SIZE_CHECK_DIALOG_TITLE"
msgid "Graphic Size Check"
msgstr "Kontrola velikosti obrázků"
#. D66VS
-#: include/svx/strings.hrc:1849
+#: include/svx/strings.hrc:1846
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_LOW"
msgid "Image '%NAME%' has too few pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr "Obrázek „%NAME%“ má pro aktuální velikost (%DPIX% × %DPIY% DPI) příliš málo pixelů"
#. Q2kMw
-#: include/svx/strings.hrc:1850
+#: include/svx/strings.hrc:1847
msgctxt "STR_WARNING_GRAPHIC_PIXEL_COUNT_HIGH"
msgid "Image '%NAME%' has too many pixels for the current size (%DPIX% x %DPIY% DPI)"
msgstr "Obrázek „%NAME%“ má pro aktuální velikost (%DPIX% × %DPIY% DPI) příliš mnoho pixelů"
@@ -14141,13 +14123,13 @@ msgid "None"
msgstr "Žádná"
#. HHesw
-#: svx/uiconfig/ui/colorwindow.ui:147
+#: svx/uiconfig/ui/colorwindow.ui:148
msgctxt "colorwindow|label1"
msgid "Recent"
msgstr "Poslední"
#. 5MZ3i
-#: svx/uiconfig/ui/colorwindow.ui:184
+#: svx/uiconfig/ui/colorwindow.ui:185
msgctxt "colorwindow|color_picker_button"
msgid "Custom Color…"
msgstr "Vlastní barva…"
diff --git a/source/cy/officecfg/registry/data/org/openoffice/Office.po b/source/cy/officecfg/registry/data/org/openoffice/Office.po
index 834496a2195..c18fb73d050 100644
--- a/source/cy/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/cy/officecfg/registry/data/org/openoffice/Office.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: 2022-12-12 13:12+0000\n"
-"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
+"PO-Revision-Date: 2023-06-06 14:54+0000\n"
+"Last-Translator: Rhoslyn Prys <post@meddal.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/cy/>\n"
"Language: cy\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : (n==3) ? 3 :(n==6) ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1547634526.000000\n"
#. HhMVS
@@ -12514,7 +12514,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Text documents (Writer)"
-msgstr ""
+msgstr "Dogfennau testun... (Writer)"
#. HxKwB
#: UI.xcu
@@ -12524,7 +12524,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Spreadsheets (Calc)"
-msgstr ""
+msgstr "Taenlenni (Calc)"
#. c3GeA
#: UI.xcu
@@ -12534,7 +12534,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Presentations (Impress)"
-msgstr ""
+msgstr "Cyflwyniadau (Impress)"
#. CihR3
#: UI.xcu
@@ -12544,7 +12544,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Drawings (Draw)"
-msgstr ""
+msgstr "Lluniadau (Draw)"
#. AwUgD
#: UI.xcu
@@ -12554,7 +12554,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Web pages (Writer)"
-msgstr ""
+msgstr "Tudalennau gwe (Writer)"
#. hvLLP
#: UI.xcu
@@ -12564,7 +12564,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Master documents (Writer)"
-msgstr ""
+msgstr "Prif ddogfennau (Writer)"
#. bzq3F
#: UI.xcu
@@ -12574,7 +12574,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Formulas (Math)"
-msgstr ""
+msgstr "Fformiwlâu (Math)"
#. 2RAkk
#: UI.xcu
@@ -12584,7 +12584,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Database documents (Base)"
-msgstr ""
+msgstr "Dogfennau cronfa ddata (Base)"
#. v4FZa
#: UI.xcu
diff --git a/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po b/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po
index b95ae554f47..1d53ad516d3 100644
--- a/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: 2023-05-19 08:08+0000\n"
+"PO-Revision-Date: 2023-06-06 14:54+0000\n"
"Last-Translator: Rhoslyn Prys <post@meddal.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/cy/>\n"
"Language: cy\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1565779480.000000\n"
#. W5ukN
@@ -9574,7 +9574,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Change Master Page..."
-msgstr ""
+msgstr "Newid Prif Dudalen..."
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10884,7 +10884,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Delete Row"
-msgstr ""
+msgstr "Dileu Rhes"
#. yTCcA
#: DrawImpressCommands.xcu
@@ -31916,7 +31916,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Page Number Field"
-msgstr ""
+msgstr "Maes Rhif ~Tudalen"
#. VTfnW
#: WriterCommands.xcu
@@ -31926,7 +31926,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Page Number"
-msgstr ""
+msgstr "~Rhif Tudalen"
#. Poz7e
#: WriterCommands.xcu
@@ -31936,7 +31936,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert Page Number"
-msgstr ""
+msgstr "Mewnosod Rhif Tudalen"
#. Z7Y7v
#: WriterCommands.xcu
diff --git a/source/cy/sc/messages.po b/source/cy/sc/messages.po
index 03846eaeb7b..b99f438489d 100644
--- a/source/cy/sc/messages.po
+++ b/source/cy/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-31 16:28+0200\n"
-"PO-Revision-Date: 2023-05-19 08:08+0000\n"
+"POT-Creation-Date: 2023-06-07 13:56+0200\n"
+"PO-Revision-Date: 2023-06-06 14:54+0000\n"
"Last-Translator: Rhoslyn Prys <post@meddal.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/cy/>\n"
"Language: cy\n"
@@ -32399,11 +32399,11 @@ msgctxt "textimportcsv|separatoroptions"
msgid "Separator Options"
msgstr "Dewisiadau Ymwahanydd"
-#. 3jny5
+#. 7yECn
#: sc/uiconfig/scalc/ui/textimportcsv.ui:590
msgctxt "textimportcsv|quotedfieldastext"
-msgid "F_ormat quoted field as text"
-msgstr "_Fformatio testun dyfynedig fel testun"
+msgid "Format _quoted field as text"
+msgstr ""
#. VAC6B
#: sc/uiconfig/scalc/ui/textimportcsv.ui:598
@@ -32459,17 +32459,17 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Pan fydd yr dewis hwn wedi'i alluogi, mae Calc yn cadw cynnwys blaenorol celloedd wrth ludo rhai gwag. Fel arall, mae Calc yn dileu cynnwys celloedd blaenorol."
-#. wSGdV
+#. qK6j7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
msgctxt "textimportcsv|detectspecialnumbers"
-msgid "Detect scientific num_bers"
+msgid "Detect scientific n_otation"
msgstr ""
#. EGAn7
#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
-msgstr ""
+msgstr "Pan mae'r dewis hwn wedi'i alluogi, bydd Calc yn canfod rhifau'n awtomatig mewn nodiant gwyddonol yn ogystal â rhifau degol sylfaenol."
#. PBycV
#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
diff --git a/source/cy/scp2/source/calc.po b/source/cy/scp2/source/calc.po
index 8fcb7092f27..8f1e67c4d69 100644
--- a/source/cy/scp2/source/calc.po
+++ b/source/cy/scp2/source/calc.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-10-10 13:36+0200\n"
+"POT-Creation-Date: 2023-06-07 13:57+0200\n"
"PO-Revision-Date: 2022-10-21 14:19+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcecalc/cy/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1493201643.000000\n"
#. rTGYE
@@ -222,3 +222,12 @@ msgctxt ""
"LngText.text"
msgid "Apple Numbers"
msgstr "Apple Numbers"
+
+#. ETNRG
+#: registryitem_calc.ulf
+msgctxt ""
+"registryitem_calc.ulf\n"
+"STR_REG_VAL_MS_WORKS\n"
+"LngText.text"
+msgid "Microsoft Works Spreadsheet with Excel format"
+msgstr ""
diff --git a/source/cy/sd/messages.po b/source/cy/sd/messages.po
index e555f86e964..15a50dfe033 100644
--- a/source/cy/sd/messages.po
+++ b/source/cy/sd/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: 2023-05-31 16:29+0200\n"
-"PO-Revision-Date: 2023-05-11 15:41+0000\n"
+"PO-Revision-Date: 2023-06-06 14:54+0000\n"
"Last-Translator: Rhoslyn Prys <post@meddal.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/cy/>\n"
"Language: cy\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : (n==3) ? 3 :(n==6) ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1565695968.000000\n"
#. WDjkB
@@ -1227,25 +1227,25 @@ msgstr "Mewnosod Testun"
#: sd/inc/strings.hrc:162
msgctxt "STR_AVAILABLE_MASTERSLIDE"
msgid "Available Master Slides"
-msgstr ""
+msgstr "Prif Sleidiau sydd ar Gael"
#. pPzCP
#: sd/inc/strings.hrc:163
msgctxt "STR_AVAILABLE_MASTERPAGE"
msgid "Available Master Pages"
-msgstr ""
+msgstr "Prif Sleidiau sydd ar Gael"
#. PEzLG
#: sd/inc/strings.hrc:164
msgctxt "STR_SELECT_SLIDE"
msgid "Select a Slide Design"
-msgstr ""
+msgstr "Dewis Cynllun Sleid"
#. oTDcL
#: sd/inc/strings.hrc:165
msgctxt "STR_SELECT_PAGE"
msgid "Select a Page Design"
-msgstr ""
+msgstr "Dewis Cynllun Tudalen"
#. kz9AV
#: sd/inc/strings.hrc:166
@@ -1257,7 +1257,7 @@ msgstr "Llwytho Prif Sleid"
#: sd/inc/strings.hrc:167
msgctxt "STR_LOAD_DRAWING_LAYOUT"
msgid "Load Master Page"
-msgstr ""
+msgstr "Llwytho Prif Sleid"
#. HxEp8
#: sd/inc/strings.hrc:168
@@ -1728,13 +1728,13 @@ msgstr "Enw"
#: sd/inc/strings.hrc:246
msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr ""
+msgstr "Ailenwi Prif Sleid"
#. fWDxT
#: sd/inc/strings.hrc:247
msgctxt "STR_TITLE_RENAMEMASTERPAGE"
msgid "Rename Master Page"
-msgstr ""
+msgstr "Ailenwi Prif Dudalen"
#. rWiXQ
#: sd/inc/strings.hrc:248
diff --git a/source/cy/svtools/messages.po b/source/cy/svtools/messages.po
index e3621434a6b..030b242258d 100644
--- a/source/cy/svtools/messages.po
+++ b/source/cy/svtools/messages.po