/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef INCLUDED_VCL_INC_STRINGS_HRC #define INCLUDED_VCL_INC_STRINGS_HRC #define NC_(Context, String) TranslateId(Context, reinterpret_cast(u8##String)) #define SV_RESID_STRING_NOSELECTIONPOSSIBLE NC_("SV_RESID_STRING_NOSELECTIONPOSSIBLE", "[No selection possible]") #define SV_MENU_MAC_SERVICES NC_("SV_MENU_MAC_SERVICES", "Services") #define SV_MENU_MAC_HIDEAPP NC_("SV_MENU_MAC_HIDEAPP", "Hide %PRODUCTNAME") #define SV_MENU_MAC_HIDEALL NC_("SV_MENU_MAC_HIDEALL", "Hide Others") #define SV_MENU_MAC_SHOWALL NC_("SV_MENU_MAC_SHOWALL", "Show All") #define SV_MENU_MAC_QUITAPP NC_("SV_MENU_MAC_QUITAPP", "Quit %PRODUCTNAME") #define SV_HELPTEXT_CLOSE NC_("SV_HELPTEXT_CLOSE", "Close") #define SV_HELPTEXT_MINIMIZE NC_("SV_HELPTEXT_MINIMIZE", "Minimize") #define SV_HELPTEXT_MAXIMIZE NC_("SV_HELPTEXT_MAXIMIZE", "Maximize") #define SV_HELPTEXT_RESTORE NC_("SV_HELPTEXT_RESTORE", "Restore") #define SV_HELPTEXT_HELP NC_("SV_HELPTEXT_HELP", "Help") #define SV_HELPTEXT_SCREENSHOT NC_("SV_HELPTEXT_SCREENSHOT", "Take and annotate a screenshot") #define SV_HELPTEXT_FADEIN NC_("SV_HELPTEXT_FADEIN", "Show") #define SV_HELPTEXT_FADEOUT NC_("SV_HELPTEXT_FADEOUT", "Hide") #define SV_HELPTEXT_CLOSEDOCUMENT NC_("SV_HELPTEXT_CLOSEDOCUMENT", "Close Document") // To translators: This is used on buttons for platforms other than Windows, there should be a ~ mnemonic in this string #define SV_BUTTONTEXT_OK NC_("SV_BUTTONTEXT_OK", "~OK") // To translators: This is used on buttons for platforms other than windows, there should be a ~ mnemonic in this string #define SV_BUTTONTEXT_CANCEL NC_("SV_BUTTONTEXT_CANCEL", "~Cancel") // To translators: This is used on buttons for Windows, there should be no ~ mnemonic in this string #define SV_BUTTONTEXT_OK_NOMNEMONIC NC_("SV_BUTTONTEXT_OK_NOMNEMONIC", "OK") // To translators: This is used on buttons for Windows, there should be no ~ mnemonic in this string #define SV_BUTTONTEXT_CANCEL_NOMNEMONIC NC_("SV_BUTTONTEXT_CANCEL_NOMNEMONIC", "Cancel") #define SV_BUTTONTEXT_YES NC_("SV_BUTTONTEXT_YES", "~Yes") #define SV_BUTTONTEXT_NO NC_("SV_BUTTONTEXT_NO", "~No") #define SV_BUTTONTEXT_RETRY NC_("SV_BUTTONTEXT_RETRY", "~Retry") #define SV_BUTTONTEXT_HELP NC_("SV_BUTTONTEXT_HELP", "~Help") #define SV_BUTTONTEXT_CLOSE NC_("SV_BUTTONTEXT_CLOSE", "~Close") #define SV_BUTTONTEXT_MORE NC_("SV_BUTTONTEXT_MORE", "~More") #define SV_BUTTONTEXT_IGNORE NC_("SV_BUTTONTEXT_IGNORE", "~Ignore") #define SV_BUTTONTEXT_ABORT NC_("SV_BUTTONTEXT_ABORT", "~Abort") #define SV_BUTTONTEXT_LESS NC_("SV_BUTTONTEXT_LESS", "~Less") #define SV_BUTTONTEXT_SAVE NC_("SV_BUTTONTEXT_SAVE", "~Save") #define SV_BUTTONTEXT_OPEN NC_("SV_BUTTONTEXT_OPEN", "~Open") #define SV_BUTTONTEXT_SCREENSHOT NC_("SV_BUTTONTEXT_SCREENSHOT", "~Screenshot") #define SV_STDTEXT_SERVICENOTAVAILABLE NC_("SV_STDTEXT_SERVICENOTAVAILABLE", "The component (%s) could not be loaded.\nPlease start setup with the repair option.") #define SV_STDTEXT_ABOUT NC_("SV_STDTEXT_ABOUT", "About %PRODUCTNAME") #define SV_STDTEXT_PREFERENCES NC_("SV_STDTEXT_PREFERENCES", "Preferences...") #define SV_STDTEXT_ALLFILETYPES NC_("SV_STDTEXT_ALLFILETYPES", "Any type") #define SV_ACCESSERROR_NO_FONTS NC_("SV_ACCESSERROR_NO_FONTS", "No fonts could be found on the system.") #define SV_PRINT_NOPAGES NC_("SV_PRINT_NOPAGES", "No pages") #define SV_PRINT_NOPREVIEW NC_("SV_PRINT_NOPREVIEW", "Preview is disabled") #define SV_PRINT_TOFILE_TXT NC_("SV_PRINT_TOFILE_TXT", "Print to File...") #define SV_PRINT_DEFPRT_TXT NC_("SV_PRINT_DEFPRT_TXT", "Default printer") #define SV_PRINT_QUERYFAXNUMBER_TXT NC_("SV_PRINT_QUERYFAXNUMBER_TXT", "Please enter the fax number") #define SV_PRINT_CUSTOM_TXT NC_("SV_PRINT_CUSTOM_TXT", "Custom") #define SV_EDIT_WARNING_STR NC_("SV_EDIT_WARNING_STR", "The inserted text exceeded the maximum length of this text field. The text was truncated.") #define SV_APP_CPUTHREADS NC_("SV_APP_CPUTHREADS", "CPU threads: ") #define SV_APP_OSVERSION NC_("SV_APP_OSVERSION", "OS: ") #define SV_APP_UIRENDER NC_("SV_APP_UIRENDER", "UI render: ") #define SV_APP_SKIA_VULKAN NC_("SV_APP_SKIA_VULKAN", "Skia/Vulkan") #define SV_APP_SKIA_METAL NC_("SV_APP_SKIA_METAL", "Skia/Metal") #define SV_APP_SKIA_RASTER NC_("SV_APP_SKIA_RASTER", "Skia/Raster") #define SV_APP_DEFAULT NC_("SV_APP_DEFAULT", "default") #define SV_MSGBOX_INFO NC_("SV_MSGBOX_INFO", "Information") #define SV_MSGBOX_WARNING NC_("SV_MSGBOX_WARNING", "Warning") #define SV_MSGBOX_ERROR NC_("SV_MSGBOX_ERROR", "Error") #define SV_MSGBOX_QUERY NC_("SV_MSGBOX_QUERY", "Confirmation") #define STR_TEXTUNDO_DELPARA NC_("STR_TEXTUNDO_DELPARA", "delete line") #define STR_TEXTUNDO_CONNECTPARAS NC_("STR_TEXTUNDO_CONNECTPARAS", "delete multiple lines") #define STR_TEXTUNDO_SPLITPARA NC_("STR_TEXTUNDO_SPLITPARA", "insert multiple lines") #define STR_TEXTUNDO_INSERTCHARS NC_("STR_TEXTUNDO_INSERTCHARS", "insert '$1'") #define STR_TEXTUNDO_REMOVECHARS NC_("STR_TEXTUNDO_REMOVECHARS", "delete '$1'") // descriptions of accessible objects #define STR_SVT_ACC_DESC_TABLISTBOX NC_("STR_SVT_ACC_DESC_TABLISTBOX", "Row: %1, Column: %2") #define STR_SVT_ACC_EMPTY_FIELD NC_("STR_SVT_ACC_EMPTY_FIELD", "Empty Field") #define STR_SVT_CALENDAR_DAY NC_("STR_SVT_CALENDAR_DAY", "Day") #define STR_SVT_CALENDAR_WEEK NC_("STR_SVT_CALENDAR_WEEK", "Week") #define STR_SVT_CALENDAR_TODAY NC_("STR_SVT_CALENDAR_TODAY", "Today") #define STR_WIZDLG_ROADMAP_TITLE NC_("STR_WIZDLG_ROADMAP_TITLE", "Steps") #define STR_WIZDLG_FINISH NC_("STR_WIZDLG_FINISH", "~Finish") #define STR_WIZDLG_NEXT NC_("STR_WIZDLG_NEXT", "~Next >") #define STR_WIZDLG_PREVIOUS NC_("STR_WIZDLG_PREVIOUS", "< Bac~k") #define STR_SEPARATOR NC_("STR_SEPARATOR", "Separator") #define STR_FILEEXT_NONDEFAULT_ASK_TITLE NC_("STR_FILEEXT_NONDEFAULT_ASK_TITLE", "Default file formats not registered") #define STR_FILEEXT_NONDEFAULT_ASK_MSG NC_("STR_FILEEXT_NONDEFAULT_ASK_MSG", "The following file formats are not registered to be opened by default in %PRODUCTNAME:\n$1\nSelect OK if you want to change default file format registrations.") #define KEY_VERSION_CHECK NC_("KEY_VERSION_CHECK", "Warning: Not all of the imported EPS graphics could be saved at level1\nas some are at a higher level!") #define STR_GBU NC_("STR_GBU", "Graphics Backend used: %1") #define STR_PASSED NC_("STR_PASSED", "Passed Tests: %1") #define STR_QUIRKY NC_("STR_QUIRKY", "Quirky Tests: %1") #define STR_FAILED NC_("STR_FAILED", "Failed Tests: %1") #define STR_SKIPPED NC_("STR_SKIPPED", "Skipped Tests: %1") #endif // INCLUDED_VCL_INC_STRINGS_HRC /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ alue='libreoffice-4-3-2'>libreoffice-4-3-2 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-04-15 18:48:06 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-04-15 18:53:51 +0200
commitc4fcb9c24c38d1f51482abc9017c082132fca2e4 (patch)
tree656fb646fda66418ca6e9e39c90ca46c4152243d
parentd24dd33d60f41ba802aeb82124f38fc6271b5ab3 (diff)
update translations for 7.1.3 rc1
and force-fix errors using pocheck Change-Id: I7b650d4872fc30c395ebc518f697c01bc0cda50a
-rw-r--r--source/ab/cui/messages.po352
-rw-r--r--source/ab/extras/source/autocorr/emoji.po8
-rw-r--r--source/af/cui/messages.po352
-rw-r--r--source/am/cui/messages.po354
-rw-r--r--source/am/filter/messages.po6
-rw-r--r--source/am/formula/messages.po6
-rw-r--r--source/am/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/am/officecfg/registry/data/org/openoffice/Office.po38
-rw-r--r--source/am/sfx2/messages.po32
-rw-r--r--source/an/cui/messages.po352
-rw-r--r--source/ar/connectivity/messages.po6
-rw-r--r--source/ar/cui/messages.po358
-rw-r--r--source/ar/editeng/messages.po30
-rw-r--r--source/ar/extensions/messages.po4
-rw-r--r--source/ar/filter/source/config/fragments/filters.po6
-rw-r--r--source/ar/helpcontent2/source/text/shared/01.po31
-rw-r--r--source/ar/officecfg/registry/data/org/openoffice/Office/UI.po24
-rw-r--r--source/ar/sc/messages.po202
-rw-r--r--source/ar/sd/messages.po4
-rw-r--r--source/ar/sfx2/messages.po5
-rw-r--r--source/ar/svx/messages.po14
-rw-r--r--source/ar/sw/messages.po6
-rw-r--r--source/as/cui/messages.po352
-rw-r--r--source/ast/cui/messages.po354
-rw-r--r--source/ast/helpcontent2/source/text/sdraw/guide.po12
-rw-r--r--source/ast/helpcontent2/source/text/shared/01.po31
-rw-r--r--source/ast/helpcontent2/source/text/shared/autopi.po10
-rw-r--r--source/ast/helpcontent2/source/text/swriter/guide.po8
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office/UI.po18
-rw-r--r--source/ast/sc/messages.po8
-rw-r--r--source/ast/sfx2/messages.po10
-rw-r--r--source/ast/svx/messages.po10
-rw-r--r--source/ast/sw/messages.po9
-rw-r--r--source/az/cui/messages.po352
-rw-r--r--source/be/cui/messages.po352
-rw-r--r--source/bg/cui/messages.po352
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--source/bg/helpcontent2/source/text/scalc/01.po18
-rw-r--r--source/bg/helpcontent2/source/text/shared/01.po31
-rw-r--r--source/bg/helpcontent2/source/text/shared/explorer/database.po6
-rw-r--r--source/bg/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/bn-IN/cui/messages.po352
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/bn/cui/messages.po352
-rw-r--r--source/bn/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/bo/cui/messages.po352
-rw-r--r--source/bo/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/br/cui/messages.po352
-rw-r--r--source/brx/cui/messages.po352
-rw-r--r--source/bs/cui/messages.po352
-rw-r--r--source/bs/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/ca-valencia/cui/messages.po352
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/ca/cui/messages.po360
-rw-r--r--source/ca/helpcontent2/source/text/scalc/01.po101
-rw-r--r--source/ca/helpcontent2/source/text/shared/00.po18
-rw-r--r--source/ca/helpcontent2/source/text/shared/01.po37
-rw-r--r--source/ca/helpcontent2/source/text/shared/05.po4
-rw-r--r--source/ca/helpcontent2/source/text/swriter/guide.po8
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/ca/svx/messages.po4
-rw-r--r--source/ca/sw/messages.po16
-rw-r--r--source/ckb/cui/messages.po352
-rw-r--r--source/cs/cui/messages.po352
-rw-r--r--source/cs/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/cs/helpcontent2/source/text/shared/01.po31
-rw-r--r--source/cs/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/cy/cui/messages.po354
-rw-r--r--source/cy/extensions/messages.po12
-rw-r--r--source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--source/cy/sc/messages.po38
-rw-r--r--source/cy/sd/messages.po14
-rw-r--r--source/cy/sw/messages.po48
-rw-r--r--source/da/cui/messages.po352
-rw-r--r--source/da/helpcontent2/source/text/scalc/01.po14
-rw-r--r--source/da/helpcontent2/source/text/shared/00.po8
-rw-r--r--source/da/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/da/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/da/helpcontent2/source/text/shared/guide.po188
-rw-r--r--source/da/helpcontent2/source/text/simpress/02.po12
-rw-r--r--source/da/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/de/chart2/messages.po4
-rw-r--r--source/de/cui/messages.po408
-rw-r--r--source/de/dbaccess/messages.po10
-rw-r--r--source/de/desktop/messages.po20
-rw-r--r--source/de/dictionaries/en/dialog.po6
-rw-r--r--source/de/filter/messages.po14
-rw-r--r--source/de/filter/source/config/fragments/types.po10
-rw-r--r--source/de/formula/messages.po16
-rw-r--r--source/de/helpcontent2/source/auxiliary.po8
-rw-r--r--source/de/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--source/de/helpcontent2/source/text/sbasic/python.po10
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared.po60
-rw-r--r--source/de/helpcontent2/source/text/scalc.po10
-rw-r--r--source/de/helpcontent2/source/text/scalc/00.po8
-rw-r--r--source/de/helpcontent2/source/text/scalc/01.po80
-rw-r--r--source/de/helpcontent2/source/text/scalc/02.po4
-rw-r--r--source/de/helpcontent2/source/text/scalc/04.po4
-rw-r--r--source/de/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/de/helpcontent2/source/text/schart/01.po8
-rw-r--r--source/de/helpcontent2/source/text/sdatabase.po6
-rw-r--r--source/de/helpcontent2/source/text/sdraw.po10
-rw-r--r--source/de/helpcontent2/source/text/shared.po6
-rw-r--r--source/de/helpcontent2/source/text/shared/00.po28
-rw-r--r--source/de/helpcontent2/source/text/shared/01.po189
-rw-r--r--source/de/helpcontent2/source/text/shared/02.po10
-rw-r--r--source/de/helpcontent2/source/text/shared/06.po4
-rw-r--r--source/de/helpcontent2/source/text/shared/autokorr.po26
-rw-r--r--source/de/helpcontent2/source/text/shared/autopi.po110
-rw-r--r--source/de/helpcontent2/source/text/shared/explorer/database.po54
-rw-r--r--source/de/helpcontent2/source/text/shared/guide.po126
-rw-r--r--source/de/helpcontent2/source/text/shared/menu.po8
-rw-r--r--source/de/helpcontent2/source/text/shared/optionen.po176
-rw-r--r--source/de/helpcontent2/source/text/simpress.po14
-rw-r--r--source/de/helpcontent2/source/text/simpress/00.po14
-rw-r--r--source/de/helpcontent2/source/text/simpress/01.po72
-rw-r--r--source/de/helpcontent2/source/text/simpress/02.po4
-rw-r--r--source/de/helpcontent2/source/text/simpress/04.po6
-rw-r--r--source/de/helpcontent2/source/text/simpress/guide.po48
-rw-r--r--source/de/helpcontent2/source/text/smath/00.po8
-rw-r--r--source/de/helpcontent2/source/text/smath/01.po426
-rw-r--r--source/de/helpcontent2/source/text/smath/guide.po102
-rw-r--r--source/de/helpcontent2/source/text/swriter.po14
-rw-r--r--source/de/helpcontent2/source/text/swriter/01.po142
-rw-r--r--source/de/helpcontent2/source/text/swriter/04.po4
-rw-r--r--source/de/helpcontent2/source/text/swriter/guide.po24
-rw-r--r--source/de/helpcontent2/source/text/swriter/librelogo.po6
-rw-r--r--source/de/officecfg/registry/data/org/openoffice.po25
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office/UI.po62
-rw-r--r--source/de/sc/messages.po4
-rw-r--r--source/de/scp2/source/graphicfilter.po26
-rw-r--r--source/de/scp2/source/ooo.po8
-rw-r--r--source/de/sd/messages.po36
-rw-r--r--source/de/setup_native/source/mac.po10
-rw-r--r--source/de/sfx2/messages.po8
-rw-r--r--source/de/starmath/messages.po4
-rw-r--r--source/de/svtools/messages.po8
-rw-r--r--source/de/svx/messages.po12
-rw-r--r--source/de/sw/messages.po70
-rw-r--r--source/de/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po8
-rw-r--r--source/de/sysui/desktop/share.po12
-rw-r--r--source/de/wizards/messages.po4
-rw-r--r--source/de/wizards/source/resources.po10
-rw-r--r--source/dgo/cui/messages.po352
-rw-r--r--source/dsb/cui/messages.po352
-rw-r--r--source/dz/cui/messages.po352
-rw-r--r--source/dz/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/el/cui/messages.po352
-rw-r--r--source/el/helpcontent2/source/text/shared/01.po31
-rw-r--r--source/en-GB/cui/messages.po352
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/01.po31
-rw-r--r--source/en-ZA/cui/messages.po352
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/eo/cui/messages.po352
-rw-r--r--source/eo/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/es/chart2/messages.po18
-rw-r--r--source/es/cui/messages.po362
-rw-r--r--source/es/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/es/helpcontent2/source/text/scalc/00.po8
-rw-r--r--source/es/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/es/helpcontent2/source/text/sdatabase.po6
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po28
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po37
-rw-r--r--source/es/helpcontent2/source/text/shared/02.po14
-rw-r--r--source/es/helpcontent2/source/text/shared/05.po8
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/es/helpcontent2/source/text/simpress/01.po4
-rw-r--r--source/es/helpcontent2/source/text/swriter/01.po28
-rw-r--r--source/es/helpcontent2/source/text/swriter/02.po4
-rw-r--r--source/es/helpcontent2/source/text/swriter/guide.po16
-rw-r--r--source/es/helpcontent2/source/text/swriter/librelogo.po6
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--source/es/sc/messages.po12
-rw-r--r--source/es/scaddins/messages.po74
-rw-r--r--source/es/sd/messages.po6
-rw-r--r--source/es/svx/messages.po12
-rw-r--r--source/es/sw/messages.po12
-rw-r--r--source/es/wizards/messages.po8
-rw-r--r--source/et/basctl/messages.po16
-rw-r--r--source/et/chart2/messages.po20
-rw-r--r--source/et/cui/messages.po404
-rw-r--r--source/et/dbaccess/messages.po34
-rw-r--r--source/et/dictionaries/da_DK.po14
-rw-r--r--source/et/extensions/messages.po6
-rw-r--r--source/et/filter/messages.po16
-rw-r--r--source/et/helpcontent2/source/text/shared/01.po37
-rw-r--r--source/et/helpcontent2/source/text/shared/optionen.po10
-rw-r--r--source/et/helpcontent2/source/text/swriter/01.po22
-rw-r--r--source/et/officecfg/registry/data/org/openoffice/Office/UI.po60
-rw-r--r--source/et/sc/messages.po57
-rw-r--r--source/et/starmath/messages.po14
-rw-r--r--source/et/svx/messages.po57
-rw-r--r--source/et/sw/messages.po358
-rw-r--r--source/et/vcl/messages.po6
-rw-r--r--source/et/xmlsecurity/messages.po12
-rw-r--r--source/eu/chart2/messages.po8
-rw-r--r--source/eu/connectivity/messages.po8
-rw-r--r--source/eu/cui/messages.po366
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared.po30
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared/02.po8
-rw-r--r--source/eu/helpcontent2/source/text/scalc/01.po17
-rw-r--r--source/eu/helpcontent2/source/text/scalc/04.po8
-rw-r--r--source/eu/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/eu/helpcontent2/source/text/sdatabase.po44
-rw-r--r--source/eu/helpcontent2/source/text/sdraw.po8
-rw-r--r--source/eu/helpcontent2/source/text/shared/00.po16
-rw-r--r--source/eu/helpcontent2/source/text/shared/01.po129
-rw-r--r--source/eu/helpcontent2/source/text/shared/06.po8
-rw-r--r--source/eu/helpcontent2/source/text/shared/autopi.po12
-rw-r--r--source/eu/helpcontent2/source/text/shared/explorer/database.po8
-rw-r--r--source/eu/helpcontent2/source/text/shared/guide.po14
-rw-r--r--source/eu/helpcontent2/source/text/shared/optionen.po10
-rw-r--r--source/eu/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/eu/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/eu/helpcontent2/source/text/smath/01.po6
-rw-r--r--source/eu/helpcontent2/source/text/swriter/01.po67
-rw-r--r--source/eu/helpcontent2/source/text/swriter/guide.po6
-rw-r--r--source/eu/nlpsolver/src/locale.po8
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/eu/sc/messages.po20
-rw-r--r--source/eu/sd/messages.po16
-rw-r--r--source/eu/svtools/messages.po6
-rw-r--r--source/eu/svx/messages.po6
-rw-r--r--source/eu/sw/messages.po26
-rw-r--r--source/eu/vcl/messages.po6
-rw-r--r--source/fa/cui/messages.po352
-rw-r--r--source/fi/cui/messages.po363
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/python.po8
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/shared.po30
-rw-r--r--source/fi/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/fi/helpcontent2/source/text/swriter/menu.po14
-rw-r--r--source/fi/svx/messages.po4
-rw-r--r--source/fr/cui/messages.po352
-rw-r--r--source/fr/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/fr/helpcontent2/source/text/shared/01.po31
-rw-r--r--source/fur/cui/messages.po352
-rw-r--r--source/fy/cui/messages.po354
-rw-r--r--source/ga/cui/messages.po352
-rw-r--r--source/gd/cui/messages.po352
-rw-r--r--source/gl/cui/messages.po364
-rw-r--r--source/gl/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/gl/helpcontent2/source/text/shared/01.po81
-rw-r--r--source/gl/helpcontent2/source/text/shared/guide.po28
-rw-r--r--source/gl/helpcontent2/source/text/shared/optionen.po10
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office/UI.po54
-rw-r--r--source/gl/sc/messages.po8
-rw-r--r--source/gl/starmath/messages.po6
-rw-r--r--source/gl/sw/messages.po18
-rw-r--r--source/gu/cui/messages.po352
-rw-r--r--source/gu/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/gug/cui/messages.po352
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/gug/helpcontent2/source/text/scalc/00.po8
-rw-r--r--source/gug/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/gug/helpcontent2/source/text/sdatabase.po6
-rw-r--r--source/gug/helpcontent2/source/text/shared/00.po28
-rw-r--r--source/gug/helpcontent2/source/text/shared/01.po37
-rw-r--r--source/gug/helpcontent2/source/text/shared/02.po14
-rw-r--r--source/gug/helpcontent2/source/text/shared/05.po8
-rw-r--r--source/gug/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/gug/helpcontent2/source/text/simpress/01.po4
-rw-r--r--source/gug/helpcontent2/source/text/swriter/01.po28
-rw-r--r--source/gug/helpcontent2/source/text/swriter/02.po4
-rw-r--r--source/gug/helpcontent2/source/text/swriter/guide.po16
-rw-r--r--source/gug/helpcontent2/source/text/swriter/librelogo.po6
-rw-r--r--source/he/cui/messages.po354
-rw-r--r--source/he/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/he/swext/mediawiki/help.po15
-rw-r--r--source/he/wizards/messages.po8
-rw-r--r--source/hi/cui/messages.po352
-rw-r--r--source/hi/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/hr/basctl/messages.po108
-rw-r--r--source/hr/cui/messages.po396
-rw-r--r--source/hr/dictionaries/ko_KR.po12
-rw-r--r--source/hr/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/hr/officecfg/registry/data/org/openoffice/Office.po16
-rw-r--r--source/hr/officecfg/registry/data/org/openoffice/Office/UI.po20
-rw-r--r--source/hr/readlicense_oo/docs.po12
-rw-r--r--source/hr/svx/messages.po12
-rw-r--r--source/hr/sw/messages.po119
-rw-r--r--source/hr/uui/messages.po26
-rw-r--r--source/hr/wizards/source/resources.po10
-rw-r--r--source/hr/xmlsecurity/messages.po66
-rw-r--r--source/hsb/cui/messages.po352
-rw-r--r--source/hsb/sw/messages.po22
-rw-r--r--source/hu/cui/messages.po352
-rw-r--r--source/hu/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/hu/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/id/basctl/messages.po14
-rw-r--r--source/id/connectivity/messages.po10
-rw-r--r--source/id/cui/messages.po390
-rw-r--r--source/id/dbaccess/messages.po14
-rw-r--r--source/id/dictionaries/da_DK.po14
-rw-r--r--source/id/extras/source/autocorr/emoji.po1591
-rw-r--r--source/id/formula/messages.po8
-rw-r--r--source/id/helpcontent2/source/text/scalc/05.po8
-rw-r--r--source/id/helpcontent2/source/text/sdraw/00.po16
-rw-r--r--source/id/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/id/helpcontent2/source/text/shared/05.po18
-rw-r--r--source/id/helpcontent2/source/text/shared/autopi.po10
-rw-r--r--source/id/helpcontent2/source/text/shared/help.po8
-rw-r--r--source/id/helpcontent2/source/text/smath.po11
-rw-r--r--source/id/helpcontent2/source/text/swriter.po10
-rw-r--r--source/id/helpcontent2/source/text/swriter/00.po24
-rw-r--r--source/id/helpcontent2/source/text/swriter/01.po24
-rw-r--r--source/id/helpcontent2/source/text/swriter/02.po10
-rw-r--r--source/id/helpcontent2/source/text/swriter/04.po10
-rw-r--r--source/id/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--source/id/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po61
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office/UI.po54
-rw-r--r--source/id/readlicense_oo/docs.po8
-rw-r--r--source/id/sc/messages.po8
-rw-r--r--source/id/scp2/source/ooo.po10
-rw-r--r--source/id/sd/messages.po8
-rw-r--r--source/id/sfx2/messages.po24
-rw-r--r--source/id/svtools/messages.po12
-rw-r--r--source/id/svx/messages.po10
-rw-r--r--source/id/sw/messages.po24
-rw-r--r--source/id/vcl/messages.po14
-rw-r--r--source/id/wizards/source/resources.po14
-rw-r--r--source/is/cui/messages.po354
-rw-r--r--source/is/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/it/cui/messages.po352
-rw-r--r--source/it/helpcontent2/source/text/shared/01.po31
-rw-r--r--source/ja/basctl/messages.po48
-rw-r--r--source/ja/cui/messages.po398
-rw-r--r--source/ja/dbaccess/messages.po18
-rw-r--r--source/ja/desktop/messages.po10
-rw-r--r--source/ja/extensions/messages.po8
-rw-r--r--source/ja/filter/messages.po6
-rw-r--r--source/ja/formula/messages.po10
-rw-r--r--source/ja/helpcontent2/source/text/shared/01.po31
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office/UI.po24
-rw-r--r--source/ja/sd/messages.po18
-rw-r--r--source/ja/svtools/messages.po6
-rw-r--r--source/ja/svx/messages.po8
-rw-r--r--source/ja/sw/messages.po12
-rw-r--r--source/ja/uui/messages.po21
-rw-r--r--source/jv/cui/messages.po352
-rw-r--r--source/ka/cui/messages.po352
-rw-r--r--source/ka/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/kab/cui/messages.po352
-rw-r--r--source/kk/cui/messages.po354
-rw-r--r--source/kl/cui/messages.po352
-rw-r--r--source/km/cui/messages.po352
-rw-r--r--source/km/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/kmr-Latn/cui/messages.po352
-rw-r--r--source/kn/cui/messages.po352
-rw-r--r--source/ko/cui/messages.po352
-rw-r--r--source/ko/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/kok/cui/messages.po352
-rw-r--r--source/ks/cui/messages.po352
-rw-r--r--source/ky/cui/messages.po352
-rw-r--r--source/lb/cui/messages.po352
-rw-r--r--source/lo/cui/messages.po352
-rw-r--r--source/lo/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/lt/cui/messages.po352
-rw-r--r--source/lt/helpcontent2/source/text/shared/01.po31
-rw-r--r--source/lv/cui/messages.po352
-rw-r--r--source/lv/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/mai/cui/messages.po352
-rw-r--r--source/mk/cui/messages.po352
-rw-r--r--source/mk/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/ml/cui/messages.po352
-rw-r--r--source/mn/cui/messages.po352
-rw-r--r--source/mni/cui/messages.po352
-rw-r--r--source/mr/cui/messages.po352
-rw-r--r--source/my/cui/messages.po352
-rw-r--r--source/nb/accessibility/messages.po14
-rw-r--r--source/nb/basctl/messages.po8
-rw-r--r--source/nb/basic/messages.po18
-rw-r--r--source/nb/chart2/messages.po458
-rw-r--r--source/nb/connectivity/messages.po56
-rw-r--r--source/nb/cui/messages.po2069
-rw-r--r--source/nb/dbaccess/messages.po266
-rw-r--r--source/nb/desktop/messages.po54
-rw-r--r--source/nb/dictionaries/da_DK.po16
-rw-r--r--source/nb/editeng/messages.po36
-rw-r--r--source/nb/extensions/messages.po177
-rw-r--r--source/nb/extras/source/autocorr/emoji.po108
-rw-r--r--source/nb/filter/messages.po332
-rw-r--r--source/nb/forms/messages.po77
-rw-r--r--source/nb/fpicker/messages.po10
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared.po34
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared/02.po16
-rw-r--r--source/nb/helpcontent2/source/text/scalc.po16
-rw-r--r--source/nb/helpcontent2/source/text/scalc/00.po10
-rw-r--r--source/nb/helpcontent2/source/text/scalc/05.po8
-rw-r--r--source/nb/helpcontent2/source/text/schart.po110
-rw-r--r--source/nb/helpcontent2/source/text/schart/00.po74
-rw-r--r--source/nb/helpcontent2/source/text/sdatabase.po8
-rw-r--r--source/nb/helpcontent2/source/text/sdraw.po26
-rw-r--r--source/nb/helpcontent2/source/text/sdraw/00.po16
-rw-r--r--source/nb/helpcontent2/source/text/sdraw/01.po16
-rw-r--r--source/nb/helpcontent2/source/text/sdraw/guide.po12
-rw-r--r--source/nb/helpcontent2/source/text/shared.po10
-rw-r--r--source/nb/helpcontent2/source/text/shared/00.po16
-rw-r--r--source/nb/helpcontent2/source/text/shared/01.po71
-rw-r--r--source/nb/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/nb/helpcontent2/source/text/shared/05.po8
-rw-r--r--source/nb/helpcontent2/source/text/shared/06.po12
-rw-r--r--source/nb/helpcontent2/source/text/shared/explorer/database.po8
-rw-r--r--source/nb/helpcontent2/source/text/simpress.po12
-rw-r--r--source/nb/helpcontent2/source/text/simpress/00.po16
-rw-r--r--source/nb/helpcontent2/source/text/simpress/02.po30
-rw-r--r--source/nb/helpcontent2/source/text/simpress/04.po8
-rw-r--r--source/nb/helpcontent2/source/text/simpress/guide.po12
-rw-r--r--source/nb/helpcontent2/source/text/smath.po10
-rw-r--r--source/nb/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/nb/helpcontent2/source/text/swriter.po50
-rw-r--r--source/nb/helpcontent2/source/text/swriter/00.po48
-rw-r--r--source/nb/helpcontent2/source/text/swriter/02.po24
-rw-r--r--source/nb/helpcontent2/source/text/swriter/librelogo.po30
-rw-r--r--source/nb/helpcontent2/source/text/swriter/menu.po28
-rw-r--r--source/nb/librelogo/source/pythonpath.po58
-rw-r--r--source/nb/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po12
-rw-r--r--source/nb/nlpsolver/src/locale.po28
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office.po414
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office/UI.po1220
-rw-r--r--source/nb/readlicense_oo/docs.po16
-rw-r--r--source/nb/reportdesign/messages.po50
-rw-r--r--source/nb/sc/messages.po2002
-rw-r--r--source/nb/scaddins/messages.po626
-rw-r--r--source/nb/scp2/source/ooo.po14
-rw-r--r--source/nb/sd/messages.po570
-rw-r--r--source/nb/setup_native/source/mac.po8
-rw-r--r--source/nb/sfx2/messages.po290
-rw-r--r--source/nb/starmath/messages.po238
-rw-r--r--source/nb/svtools/messages.po64
-rw-r--r--source/nb/svx/messages.po894
-rw-r--r--source/nb/sw/messages.po2132
-rw-r--r--source/nb/swext/mediawiki/help.po24
-rw-r--r--source/nb/swext/mediawiki/src.po19
-rw-r--r--source/nb/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po10
-rw-r--r--source/nb/uui/messages.po108
-rw-r--r--source/nb/vcl/messages.po86
-rw-r--r--source/nb/wizards/messages.po12
-rw-r--r--source/nb/wizards/source/resources.po18
-rw-r--r--source/nb/xmlsecurity/messages.po26
-rw-r--r--source/ne/cui/messages.po352
-rw-r--r--source/ne/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/nl/cui/messages.po354
-rw-r--r--source/nl/dictionaries/da_DK.po16
-rw-r--r--source/nl/helpcontent2/source/text/shared/01.po31
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/nl/svx/messages.po6
-rw-r--r--source/nl/sw/messages.po8
-rw-r--r--source/nl/writerperfect/messages.po8
-rw-r--r--source/nn/cui/messages.po370
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared.po296
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared/02.po6
-rw-r--r--source/nn/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/nn/helpcontent2/source/text/scalc/02.po8
-rw-r--r--source/nn/helpcontent2/source/text/scalc/05.po6
-rw-r--r--source/nn/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/nn/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/nn/helpcontent2/source/text/sdatabase.po26
-rw-r--r--source/nn/helpcontent2/source/text/shared.po8
-rw-r--r--source/nn/helpcontent2/source/text/shared/00.po198
-rw-r--r--source/nn/helpcontent2/source/text/shared/01.po115
-rw-r--r--source/nn/helpcontent2/source/text/shared/02.po118
-rw-r--r--source/nn/helpcontent2/source/text/shared/autopi.po6
-rw-r--r--source/nn/helpcontent2/source/text/shared/guide.po102
-rw-r--r--source/nn/helpcontent2/source/text/shared/optionen.po72
-rw-r--r--source/nn/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/nn/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/nn/helpcontent2/source/text/swriter/01.po90
-rw-r--r--source/nn/helpcontent2/source/text/swriter/guide.po40
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--source/nn/sc/messages.po4
-rw-r--r--source/nn/sfx2/messages.po4
-rw-r--r--source/nn/svx/messages.po4
-rw-r--r--source/nn/sw/messages.po6
-rw-r--r--source/nr/cui/messages.po352
-rw-r--r--source/nso/cui/messages.po352
-rw-r--r--source/oc/cui/messages.po386
-rw-r--r--source/oc/desktop/messages.po20
-rw-r--r--source/oc/extensions/messages.po8
-rw-r--r--source/oc/extras/source/autocorr/emoji.po10
-rw-r--r--source/oc/filter/messages.po16
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice/Office.po12
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice/Office/UI.po76
-rw-r--r--source/oc/sc/messages.po22
-rw-r--r--source/oc/scp2/source/impress.po45
-rw-r--r--source/oc/scp2/source/ooo.po8
-rw-r--r--source/oc/sd/messages.po10
-rw-r--r--source/oc/sfx2/messages.po12
-rw-r--r--source/oc/svtools/messages.po20
-rw-r--r--source/oc/svx/messages.po14
-rw-r--r--source/oc/sw/messages.po40
-rw-r--r--source/oc/swext/mediawiki/help.po105
-rw-r--r--source/oc/vcl/messages.po16
-rw-r--r--source/oc/wizards/source/resources.po22
-rw-r--r--source/om/cui/messages.po352
-rw-r--r--source/om/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/or/cui/messages.po352
-rw-r--r--source/pa-IN/cui/messages.po352
-rw-r--r--source/pl/cui/messages.po354
-rw-r--r--source/pl/helpcontent2/source/text/shared/01.po31
-rw-r--r--source/pl/sd/messages.po8
-rw-r--r--source/pt-BR/cui/messages.po358
-rw-r--r--source/pt-BR/dbaccess/messages.po12
-rw-r--r--source/pt-BR/extensions/messages.po4
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/01.po8
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/01.po31
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter.po8
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/00.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/01.po16
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/pt-BR/svx/messages.po6
-rw-r--r--source/pt-BR/sw/messages.po8
-rw-r--r--source/pt-BR/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po51
-rw-r--r--source/pt-BR/wizards/messages.po4
-rw-r--r--source/pt/cui/messages.po352
-rw-r--r--source/pt/helpcontent2/source/text/scalc/guide.po4
-rw-r--r--source/pt/helpcontent2/source/text/sdatabase.po34
-rw-r--r--source/pt/helpcontent2/source/text/shared/01.po31
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--source/ro/cui/messages.po352
-rw-r--r--source/ro/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/ru/cui/messages.po354
-rw-r--r--source/ru/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/rw/cui/messages.po352
-rw-r--r--source/sa-IN/cui/messages.po352
-rw-r--r--source/sah/cui/messages.po352
-rw-r--r--source/sat/cui/messages.po352
-rw-r--r--source/sd/cui/messages.po352
-rw-r--r--source/si/chart2/messages.po65
-rw-r--r--source/si/cui/messages.po468
-rw-r--r--source/si/dictionaries/si_LK.po17
-rw-r--r--source/si/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/sid/cui/messages.po352
-rw-r--r--source/sid/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/sk/cui/messages.po352
-rw-r--r--source/sk/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/sk/svtools/messages.po8
-rw-r--r--source/sq/cui/messages.po352
-rw-r--r--source/sq/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/sr-Latn/cui/messages.po352
-rw-r--r--source/sr/chart2/messages.po292
-rw-r--r--source/sr/cui/messages.po1486
-rw-r--r--source/sr/dbaccess/messages.po11
-rw-r--r--source/sr/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po10
-rw-r--r--source/sr/extras/source/autocorr/emoji.po8
-rw-r--r--source/sr/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--source/sr/officecfg/registry/data/org/openoffice/Office/UI.po28
-rw-r--r--source/sr/sc/messages.po4
-rw-r--r--source/sr/sd/messages.po9
-rw-r--r--source/sr/svx/messages.po16
-rw-r--r--source/sr/sw/messages.po4
-rw-r--r--source/ss/cui/messages.po352
-rw-r--r--source/st/cui/messages.po352
-rw-r--r--source/sv/cui/messages.po376
-rw-r--r--source/sv/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/sv/sw/messages.po114
-rw-r--r--source/sw-TZ/cui/messages.po352
-rw-r--r--source/szl/cui/messages.po352
-rw-r--r--source/ta/cui/messages.po352
-rw-r--r--source/ta/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/te/cui/messages.po352
-rw-r--r--source/tg/cui/messages.po352
-rw-r--r--source/tg/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/th/cui/messages.po352
-rw-r--r--source/ti/cui/messages.po352
-rw-r--r--source/tn/cui/messages.po352
-rw-r--r--source/tr/cui/messages.po352
-rw-r--r--source/tr/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/ts/cui/messages.po352
-rw-r--r--source/tt/cui/messages.po352
-rw-r--r--source/ug/cui/messages.po352
-rw-r--r--source/ug/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/uk/chart2/messages.po32
-rw-r--r--source/uk/cui/messages.po356
-rw-r--r--source/uk/helpcontent2/source/text/schart/01.po14
-rw-r--r--source/uk/helpcontent2/source/text/shared/01.po65
-rw-r--r--source/uk/helpcontent2/source/text/shared/optionen.po24
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/uk/sc/messages.po62
-rw-r--r--source/uk/sd/messages.po4
-rw-r--r--source/uk/sfx2/messages.po14
-rw-r--r--source/uk/starmath/messages.po96
-rw-r--r--source/uk/svx/messages.po12
-rw-r--r--source/uk/sw/messages.po8
-rw-r--r--source/uk/sysui/desktop/share.po80
-rw-r--r--source/ur/cui/messages.po352
-rw-r--r--source/uz/cui/messages.po352
-rw-r--r--source/ve/cui/messages.po352
-rw-r--r--source/vec/cui/messages.po366
-rw-r--r--source/vec/desktop/messages.po10
-rw-r--r--source/vec/filter/messages.po10
-rw-r--r--source/vec/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/vec/readlicense_oo/docs.po12
-rw-r--r--source/vec/reportdesign/messages.po84
-rw-r--r--source/vec/sc/messages.po10
-rw-r--r--source/vec/sfx2/messages.po12
-rw-r--r--source/vec/sw/messages.po16
-rw-r--r--source/vec/xmlsecurity/messages.po16
-rw-r--r--source/vi/cui/messages.po352
-rw-r--r--source/vi/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/xh/cui/messages.po352
-rw-r--r--source/zh-CN/chart2/messages.po16
-rw-r--r--source/zh-CN/cui/messages.po388
-rw-r--r--source/zh-CN/dbaccess/messages.po10
-rw-r--r--source/zh-CN/extensions/messages.po10
-rw-r--r--source/zh-CN/filter/messages.po8
-rw-r--r--source/zh-CN/helpcontent2/source/text/schart/01.po12
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/01.po31
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po104
-rw-r--r--source/zh-CN/reportdesign/messages.po14
-rw-r--r--source/zh-CN/sc/messages.po18
-rw-r--r--source/zh-CN/sd/messages.po10
-rw-r--r--source/zh-CN/sfx2/messages.po8
-rw-r--r--source/zh-CN/svx/messages.po32
-rw-r--r--source/zh-CN/sw/messages.po42
-rw-r--r--source/zh-CN/swext/mediawiki/help.po105
-rw-r--r--source/zh-TW/chart2/messages.po136
-rw-r--r--source/zh-TW/cui/messages.po358
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/01.po29
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po60
-rw-r--r--source/zh-TW/sc/messages.po64
-rw-r--r--source/zh-TW/sd/messages.po10
-rw-r--r--source/zu/cui/messages.po352
633 files changed, 36146 insertions, 36431 deletions
diff --git a/source/ab/cui/messages.po b/source/ab/cui/messages.po
index 5e2b2d6de20..e3bfe69f267 100644
--- a/source/ab/cui/messages.po
+++ b/source/ab/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2021-02-04 20:36+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-7-1/cuimessages/ab/>\n"
@@ -2444,1071 +2444,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr ""
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr ""
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr ""
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr ""
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr ""
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr ""
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr ""
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr ""
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr ""
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr ""
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr ""
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr ""
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr ""
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr ""
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr ""
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr ""
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr ""
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr ""
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr ""
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr ""
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr ""
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr ""
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr ""
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr ""
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr ""
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr ""
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr ""
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr ""
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr ""
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr ""
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr ""
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr ""
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr ""
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr ""
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr ""
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr ""
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr ""
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr ""
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr ""
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr ""
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr ""
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr ""
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr ""
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr ""
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr ""
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr ""
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr ""
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr ""
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr ""
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr ""
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr ""
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr ""
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr ""
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr ""
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr ""
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr ""
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr ""
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr ""
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr ""
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr ""
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr ""
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr ""
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr ""
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr ""
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr ""
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr ""
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr ""
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr ""
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr ""
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr ""
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr ""
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr ""
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr ""
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr ""
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr ""
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr ""
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr ""
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr ""
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr ""
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr ""
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr ""
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr ""
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr ""
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr ""
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr ""
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr ""
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr ""
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr ""
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr ""
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr ""
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr ""
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr ""
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr ""
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr ""
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr ""
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr ""
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr ""
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr ""
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr ""
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr ""
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr ""
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr ""
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr ""
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr ""
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr ""
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr ""
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr ""
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr ""
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr ""
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr ""
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr ""
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr ""
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr ""
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr ""
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr ""
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr ""
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr ""
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr ""
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr ""
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr ""
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr ""
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr ""
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr ""
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr ""
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr ""
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr ""
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr ""
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr ""
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr ""
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr ""
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr ""
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr ""
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr ""
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr ""
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr ""
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr ""
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr ""
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr ""
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr ""
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr ""
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr ""
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr ""
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr ""
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr ""
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr ""
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr ""
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr ""
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr ""
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr ""
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr ""
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr ""
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr ""
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr ""
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr ""
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr ""
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr ""
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr ""
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr ""
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr ""
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr ""
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
diff --git a/source/ab/extras/source/autocorr/emoji.po b/source/ab/extras/source/autocorr/emoji.po
index 8989b7984c2..b69d5de8c6b 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: 2021-02-28 17:36+0000\n"
+"PO-Revision-Date: 2021-04-01 17:37+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-7-1/extrassourceautocorremoji/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.4\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1516028970.000000\n"
#. ¢ (U+000A2), see http://wiki.documentfoundation.org/Emoji
@@ -734,7 +734,7 @@ msgctxt ""
"PRIME\n"
"LngText.text"
msgid "prime"
-msgstr ""
+msgstr "азгәаҭа"
#. ″ (U+02033), see http://wiki.documentfoundation.org/Emoji
#. qR3Eg
@@ -1174,7 +1174,7 @@ msgctxt ""
"SMALL_CONTAINS_AS_MEMBER\n"
"LngText.text"
msgid "small ni"
-msgstr ""
+msgstr "имаҷу аҵанакуеит"
#. ∎ (U+0220E), see http://wiki.documentfoundation.org/Emoji
#. xexAk
diff --git a/source/af/cui/messages.po b/source/af/cui/messages.po
index 17661d99fad..620253ab2f1 100644
--- a/source/af/cui/messages.po
+++ b/source/af/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2021-01-25 19:36+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-7-1/cuimessages/af/>\n"
@@ -2458,1071 +2458,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr "%PRODUCTNAME ondersteun vier vlakke van makro-beveiliging (van laag tot baie hoog) en betroubare bronne."
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr "%PRODUCTNAME is betrokke as 'n organisasie by \"Google Summer of Code(GSoC)\":"
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr "U kan ook teksgedeeltes en kommentare in \"Writer\" aanteken. Gebruik die sleutel-kombinasie »% MOD1 +% MOD2 + C«."
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr "Om een of meer paragrawe in \"Writer\" sonder knip-en-plak te skuif, gebruik% MOD1 +% MOD2 + op / af-pyltjie."
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr "Om die basiese lettertipe vir vooraf gedefinieerde sjablone of vir die huidige dokument in \"Writer\" te verander, kies »Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts« basiese lettertipes."
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr "Om woorde met 'n lengte van meer as 10 karakters te vind, kies »Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options...« merk blokkie: »Regular expressions«."
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr "Om 'n CSV-lêer as 'n nuwe blad in die huidige \"Calc\"-spreiblad dokument oop te maak, kies »Sheet ▸ Sheet insert from file...«."
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr "As u teks met vetdruk, kursief of onderstreep in \"Writer\" vir invoer het, kan u voortgaan met die standaard-attribute deur die sleutel-kombinasie [% MOD1 + Shift + X] te gebruik (verwyder direkte karakterformatering)."
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr "Om die inhoud van die knipbord as gewone teks in \"Writer\" te plak, gebruik %MOD1 +% MOD2 + Shift + V."
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr "Om die formaat van die voetnota in \"Writer\" aan te pas, kies »Tools ▸ Footnotes and Endnotes…«."
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr "Om skyfies in \"Impress\" te herrangskik of om skyfies te kies sodat die aanbieding aangepas is by die behoeftes van u gehoor, kies »Slide Show ▸ Custom Slide Show«."
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr "Om die speltoets vir 'n gedeelte van die teks te verander, klik op \"Taal\" van die statusbalk of beter pas 'n toepaslike sjabloon toe."
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr "\"Writer\" kan 'n leë bladsy tussen twee opeenvolgende onewe (/ewe) bladsye invoeg. Om dit te doen, kies »File ▸Print... « in die druk-dialoog-oortjie merk: %PRODUCTNAME en dan aktiveer die merkblokkie \"Print automatically inserted blank pages\"«."
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr "Versteek of groepeer die kolomme wat u nie nodig het om in \"Calc\" te druk nie."
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr "Om 'n AutoSpeel-aanbieding te wysig, moet u dit oopmaak, dan met begin daarvan, regter-muisklik en kies \"Edit\" in die konteks-kieslys."
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr "Vir objekte (vorms, beelde, formules) se presiese posisionering gebruik [% MOD2 + pyltjie sleutels] om dit pixel-gewys aan te skuif."
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr "Indien geïnstalleer, druk [F1] om ingebedde hulp te open, anders is die aanlynhulp beskikbaar:"
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr "Regs muis-klik op die statusbalk in %PRODUCTNAME \"Calc\" en kies \"Selection count\" om die geselekteerde selle te vertoon."
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr "Om twee of meer kolomme vir slegs 'n gedeelte van 'n bladsy in %PRODUCTNAME \"Writer\" te spesifiseer, kies »Insert ▸ Section...«. Kies Kolomme-oortjie en spesifiseer die aantal kolomme en plaas teks in hierdie gebied."
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr "Kies »Data ▸ Statistics« om steekproewe, beskrywende statistiek, variansie analise, korrelasie en veel meer met %PRODUCTNAME \"Calc\" te gebruik."
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr "U kan van die een tafel na die ander in \"Calc\" kopieer sonder die knipbord. Kies die gebied wat gekopieër moet word, hou die [% MOD1] -toets ingedrukt en klik op die blad van die teiken tabel en kies »Sheet ▸ Fill Cells ▸ Fill Sheets...«."
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr "Om die formaat van %PRODUCTNAME te verander, kies »Tools ▸ Options... ▸ View ▸ User Interface»."
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr "Om 'n aanbieding uit 'n reeks beelde met behulp van die \"Fotoalbum\" -funksie te maak, kies »Insert ▸ Media ▸ Photo Album« in %PRODUCTNAME Impress."
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr "Om formules in \"Calc\" in plaas van resultate te vertoon, kies »View View ▸ Show Formula« (of »Tools ▸ Options ... ▸%PRODUCTNAME Calc ▸ View ▸ Area: Display ▸ Checkbox: Formulas «)."
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr "%PRODUCTNAME word ontwikkel deur 'n gemeenskap van vriende, bestaande uit honderde ontwikkelaars van regoor die wêreld. Sluit aan met u vaardighede bobehalwe kodering."
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr "Sou u linkshandig wees, kies dan »Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian« en kies dan »Tools ▸ Options... ▸ %PRODUCTNAME \"Writer\" ▸ View ▸ Ruler ▸ Right-aligned«, waardeur die skuifbalk na die linkerkant gewys word."
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr "Om die hoofstuk-opskrifte in \"Writer\", altyd met 'n nuwe bladsy te begin, muisklik regs op die »Edit Heading1 (paragraafstyl)« in die style en kies »Verander ... ▸Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before«."
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr "Die datum / tydwaarde is bloot 'n aantal dae sedert die gespesifiseerde dag nul; die heelgetalgedeelte staan vir die datum en die breuk vir die tyd (verstreke deel van 'n dag), met 0,5 as die middaguur."
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr "»Shift +% MOD1 + Del« word in \"Writer\" van die wyser-posisie na die einde van die huidige sin verwyder."
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr "Gebruik kolom- of ry -etikette in formules in \"Calc\". As u byvoorbeeld twee kolomme het met 'Tyd' en 'km', voer Tyd / km in om minute per kilometer te kry."
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr "Om die \"opmarsende miere\" rondom selle in \"Calc\" te stop, druk die [Esc] -toets. Die gekopieerde inhoud bly beskikbaar vir plak."
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr "As u 'n ambassadeur vir %PRODUCTNAME wil word, is daar sertifiserings vir ontwikkelaars, administrateurs en opleiers."
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr "As u portret en landskap in \"Calc\"-sigblaaie wil meng, kan u verskillende bladsye op die individuele blaaie toepas."
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr "Klik vinnig op die spesiale karakter ikoon in die Standaard-balk om blits toegang tot voorkeur- of laaste spesiale -karakters te kry."
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr "Kies \"Hiërargiese aansig\" in die \"Styles\"-sybalk om die verband tussen die style te sien."
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr "U kan profiele gebruik om die tabelle in u \"Writer\"-dokument konsekwent te laat lyk. Kies een van die vooraf gedefinieerde profiel [F11] of »Table ▸ AutoFormat...«."
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr "Om die gebruik van die [% MOD1] -sleutel te konfigureer om hiperskakels te volg, kies \"Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options... ▸ Klik blokkie en hou in, op %MOD1 om hiperskakel te volg."
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr "Om die berekening van individuele elemente van 'n\" Calc\"-formule te sien, kies die ooreenstemmende elemente en druk [F9]."
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr "Om die selle in \"Calc\" te beskerm, kies » Format ▸ Cells ▸ Protection«. Om te voorkom dat tabelle ingevoeg, geskrap, hernoem, geskuif of gekopieër word, kies »Tools ▸ Protect Sheet...«."
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr "Om langs 'n kromme te skryf? Trek die kromme, dubbelklik daarop, voer die teks in en kies »Format ▸ Text Box« en »Shape ▸ Fontwork ...«."
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr "Om slegs die grootste waardes in 'n Calc-tabel te vertoon, kies \"Data ▸ Auto filter\", kliek dan af-pyl, en kies \"Top 10\" in die lys."
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr "Om die bladsynommer van u inhoudsopgawe in \"Writer\" te verwyder, gebruik »Invoeg ▸ Inhoudsopgawe en Indeks ▸ Inhoudsopgawe ...« (of klik met die regtermuisknop en wysig die voorheen ingevoegde indeks). Op die blad \"Inskrywings\", verwyder die bladsynommer (#) van die struktuurreël."
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr "In die Navigator van die Writer-dokument kan u kies 'n opskrif en sy onderstaande teks en dit op/af skuif."
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr "Om vinnig 'n formule-objek in Writer te skep, tik die formule-teks in, selekteer dit en kies \"Insert ▸ Object ▸ Formula ...\" om die teks te omvorm."
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr "% PRODUCTNAME maak dit maklik om 'n nuwe woordeboek te installeer: dit word gelewer as 'n uitbreiding."
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr "%PRODUCTNAME is ook beskikbaar as 'n draagbare weergawe vir u volle mobiliteit. Selfs sonder administrasieregte vir u rekenaar, kan u % PRODUCTNAME-Portable op u hardeskyf installeer."
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr "Met Writer kan u voetnote per bladsy, hoofstuk of dokument nommer: Kies »Ekstras ▸ Voetnote / Eindnotas ... ▸ Blad: Voetnote ▸ Rol-af lys: kies Counting«."
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr "Om u Writer-dokument oop te maak met die tekswyser op dieselfde verwerkingsposisie as waar u dit gestoor het, kies \"Tools ▸ Options ... ▸%PRODUCTNAME ▸ Gebruikergegewens\" en sorg dat een van voor- / agter-benaming nie leeg is nie."
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr "Vir Citation-bestuur gebruik 'n derdeparty-uitbreiding."
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr "Om 'n waarde op dieselfde plek in verskillende Calc-tabelle in te voeg, kies die tabelle deur die %MOD1-sleutel in te hou en op die ooreenstemmende tabel-tabs te klik voordat u die inskrywing doen."
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr "Om teks in 'n dokument te verberg, selekteer die teks, kies »Invoeg ▸ Area ...« en aktiveer die \"Verberg\"-merkerveld."
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr "U kan die middelste muisknoppie verstel onder »Ektras ▸ Opsies ... ▸% PRODUKTNAME ▸ Bekyk ▸ Af-kieslys: Middel-muisknop«."
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr "Om twee bladsye in portretformaat op een bladsy in landskapformaat te druk (verklein van A4 na A5), kies \"File ▸ Print ▸ Page Layout tab▸Layout\" en dan in die keuselys \"Pages per sheet\" kies dan \"2\"."
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr "Om vinnig toegang tot u boekmerke in Writer te kry, regter-muisklik op die bladsynommer in die statusbalk (links onder in die venster)."
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr "Om 'n voorwerp op die agtergrond van die dokument te kies, op die Teken-werkbalk gebruik die Seleksie-instrument om die voorwerp af te baken."
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr "Stel tekste wat gereeld in Writer gebruik word as AutoText. Plaas dit dan in elke Writer-dokument met die naam, kortpad of nutsprogram balk."
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr "As u musiektydens die hele aanbieding wil speel, ken die klank toe aan die eerste skyfie oorgang sonder om die \"Herhaal tot volgende klank\" -kiesblokkie te aktiveer."
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr "%PRODUCTNAME Calc bereken nie van links na regs nie, maar neem wiskundige volgorde in ag: hakies> eksponente> vermenigvuldiging> deling> optelling> aftrekking."
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr "Toegang tot die %PRODUCTNAME-dokumentasie en ook gratis handleidings is via:"
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr "Om alle <> gelyktydig te verwyder en die teks daarin te hou, kies »Redigeer ▸ Soek en vervang ... ▸ Soek: \" [<>] \"▸ Vervang: (maak leeg)« en aktiveer die merkblokkie in die »Ander opsies« -gebied \"Gereelde uitdrukkings\"."
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr "Om 'n verslag wat in Writer geskep is, aan te bied, kies: »File: ▸ Submit ▸ Outline to Presentation«, om outomaties 'n skyfievertoning vanaf die verslag te genereer."
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr "Om die vertoning van hiperskakels in Calc te skep, voeg dit met »Insert ▸ Hyperlink ...« in."
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr "Om te verseker dat elke tabel in Calc sy eie zoom-faktor het, onder »Ektras ▸ Opsies ... ▸ %PRODUCTNAME Calc ▸ View ▸ Scale« deaktiveer dan die \"Sinkroniseer tabelle\" -merkblok."
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr "Vir elke oortjie in Calc, kan u 'n kleur instel: met regtermuis-kliek op die oortjie, of kies »Tabel ▸ Kleur van die Tabel…«."
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr "Spoor die selle in Calc wat deur 'n formule in gebruik op: die roete na voorganger selle[Shift + F9] of die roete na afhanklike selle [Shift + F5] (of kies »Ekstras ▸ Detective«). Met elke uitvoering gaan jy 'n stap verder volg in die ketting."
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr "Om formules in Writer te nommer, tik \"fn\" en druk dan op F3. 'n Outoteks word ingevoeg met die formule en nommer ge-omlyn in 'n tabel."
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr "In Writer kan ook 'n gids met afbeeldings van objekname in plek van kortbekrywings geskep word."
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr "Gebruik u Android of iPhone as 'n afstandbeheer vir u Impress-aanbieding."
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr "Om die aantal dae in die huidige maand in Calc te vind,gebruik: \"=DAYSINMONTH(TODAY())\" funksie."
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr "As u nommers in u Calc-sigblad verskyn as ###, is die kolom te smal om al die syfers te kan toon."
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr "Vir massa parallelle berekeninge van formule-selle in Calc, aktiveer die merkblokkie onder »Ektras ▸ Opsies ... ▸ LibreOffice ▸ OpenCL«."
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr "Om vloeidiagramme in Draw / Impress te skep, gebruik die verbindings op die Toolbar en kopieë en plak die voltooide data-objek na Writer."
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr "U donasies ondersteun ons wêreldwye gemeenskap."
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr "Om in Calc, x maande tot 'n datum by te tel, voer in \"= EDATE(datum; maande)\"."
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr "Om 'n aaneenlopende reeks selle te selekteer wat data bevat en afgebaken is deur leë rye en kolomme, gebruik Calc %MOD1 + asterisk (*) (op die syfer-sleutelbord)."
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr "Om die datum aanvaardingspatroon in Calc aan te pas by u voorkeure, kies »Ekstras ▸ Opsies ... ▸ Taalinstellings ▸ Taal ▸ Datum aanvaardingspatroon« en werk by die gewenste patroon."
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr "Om formules van Calc uit te voer in CSV formaat, kies »Lêer ▸ Stoor as ... ▸ Tik dan in die volgende dialoog: Teks CSV«, aktiveer 'Bewerk filterinstellings' en aktiveer 'Stoor formules in plaas van berekende waardes' ."
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr "Probeer die Presenter Console, wat 'n uitstekende funksie is as u met %PRODUCTNAME Impress werk."
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr "Om verskeie opmerkings in Calc uit te vee, merk die selle met opmerkings en kies »Wysig ▸ Opmerkings ▸ Verwyder ...«."
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr "Omskep u dokumente in PDF's deur op die PDF-ikoon in die werkbalk te klik."
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr "Om 'n groot verskeidenheid selle in Calc te kies sonder om te blaai, tik die reikwydteverwysing (byvoorbeeld, A1: A1000) in die naamveld en druk Enter."
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr "Om die geldige opdragreëlparameters te leer ken, moet u office begin met --help, -h of -?"
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr "Om u tabel of u drukareas aan te pas by die bladsy in Calc, kies »Formaat ▸ Pagina ... ▸ Register: Tabel ▸ Afdeling: Skaal«."
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr "Om 'n ongenommerde inskrywing in 'n lys in Writer in te voeg, gebruik die opsie \"Insert Entry Without Number\" op die paragraaf-kolle en numering-werkbalk."
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr "Om die rigting van 'n \"Writer\"-tafel selle te draai, kies »Tabel ▸ Eienskappe ... ▸ Teksvloei ▸ Afloop keuselys: Teksoriëntasie«."
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr "Om in %PRODUCTNAME \"Draw\" die 0/0-punt van die liniale te verander, trek die kruising van die twee liniale na die hoek links bo, in die werkarea."
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr "Om 'n kolom in \"Calc\" tussen twee ander in een stap te skuif, muis-klik en hou die %MOD2-sleutel ingedruk terwyl u op 'n sel in die kolom klik en dit na die bestemming trek."
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr "Gebruik 'n konkordansielêer om al die gidsinskrywings outomaties alfabeties in \"Writer\" te merk."
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr "Om \"Draw/Impress\"-objekte akkuraat te posisioneer, kies »Format ▸ Align« of die konteks-kieslys: Dit is gesentreer op die bladsy wanneer 'n voorwerp, of op die groep gekies word respektiewelik."
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr "Moet nie tabs gebruik om in \"Writer\", elemente te spasieër nie. Afhangende van wat u beoog, is 'n beter gebruik 'n tabel sonder 'n raam."
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr "U hoef nie deur die lys onder »Ekstras ▸ Pas aan ... ▸ Tab: Toetsbord« te blaai, om 'n sleutelkombinasie te vind. Tik dit net in."
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr "Om %PRODUCTNAME outomaties 'n genommerde etiket by te voeg by die invoeg van data-objekte in \"Writer\", kies »Tools' ▸ Options ... ▸ %PRODUCTNAME Writer ▸ AutoCaption«."
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr "U kan met %PRODUCTNAME u Gmail-rekening gebruik om serie e-posse te stuur. Voer in u toegangsdata onder die keuse-item »Ekstras ▸ Opsies ... ▸ %PRODUCTNAME Writer ▸ Seriële e-pos«."
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr "Om die kolomopskrifte van 'n \"Calc\"-tabel sigbaar te hou wanneer u deur rye afwaarts blaai, kies »Bekyk ▸ Bevries selle ▸ Bevries eerste ry«."
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr "Kyk na die voorbeelde onder »Tools ▸ Macros ros Edit Macros ...« om met %PRODUCTNAME-makro's te begin werk."
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr "Pas die paragraafstyle in \"Writer\" toe op opskrifte deur %MOD1 + 1 vir Opskrif 1, %MOD2 + 2 vir Opskrif 2, ensovoorts te druk."
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr "Gebruik die \"Navigator\" (F5) om die inhoud van groot dokumente te vind."
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr "Om spesiale karakters direk in die dialoogvenster onder »Redigeer ▸ Vind en vervang ...« in te voeg, klik met die regter-muisknop in die invoerveld of druk [Shift + %MOD1 + S]."
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr "As u gepaste inhoud vir metadata-eienskappe in \"Writer\" benodig, kies dan »File ▸ Properties ... ▸ Tab: Custom Properties« en skep wat u daar wil hê."
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr "As u 'n skets in 'Draw' net wil sien, kies 'n laag waarin die 'Printable'-vlaggie nie gestel is nie (klik met die regtermuisknoppie op 'n Laag-oortjie en kies »Wysig laag ...«, en kies opsie »2«)."
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr "Om die huidige datum in u dokument in te voeg, kies »Invoeg ▸ Veld ▸ Datum«."
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr "Om die vertoon van u \"Writer\"-dokument vir baie beelde te bespoedig, deaktiveer »View ▸ Beelde en diagramme«."
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr "Om 'n ewekansige reeks in \"Calc\" te maak gebaseer op verskeie verdelings, kies »Tabel ▸ Vul selle ▸ Ewekansige getalle...«."
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr "U kan skyfies hernoem in \"Impress\" om makliker handelinge te definieer soos \"Gaan na bladsy\" en om 'n meer informatiewe opsomming te hê as skyfie 1, skyfie 2 ensovoorts."
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr "Om teks in te stel wat voor die hoofstuknummer in \"Writer\" verskyn, kies \"Ekstras ▸ Hoofstuknommering ... ▸ Tab: Nommering« en voeg in byvoorbeeld 'Hoofstuk', in die 'Voor'-veld in om as 'Hoofstuk 1' te vertoon."
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Om 'n \"Writer\"-tabel te transponeer, kopieer en dan plak dit in \"Calc\". Transponeer deur 'kopieer/plak spesiaal'. Kies »Edit ▸ Paste ▸ Paste Special ... ▸ (Knoppie): Transpose«. Laastens kopieer en plak terug as geformateerd in 'n \"Writer\"-tabel."
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr "Om in \"Writer\" die knoppie \"Vertikale teks\" op die tekenbalk te aktiveer, kies »Ekstras ▸ Opsies ... ▸ Taalinstellings ▸ Tale ▸ Verstek tale« en aktiveer die merkerveld 'Asiaties' (indien nodig, aktiveer die simbool deur met die rechtermuisknop op die werkbalk en \"Maak knoppies sigbaar\" te klik)."
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr "Om vinnig op 'n geselekteerde gebied in te zoom, met die regter-muisknop klik op die gebied Skaal in die statusbalk en kies Optimaal."
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr "Bestaande PDF-lêers kan onderteken word en hul handtekeninge nagegaan word."
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr "As u dikwels 'n dokument van 'n ander een maak om die formatering te hergebruik, moet u dit oorweeg om 'n sjabloon-dokument te gebruik."
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr "Om uit te vind vir watter selle voorwaardelike formatering in \"Calc\" gedefinieër is, kies »Formaat ▸ Voorwaardelike formatering ▸ Hersien ... «."
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr "Om in \"Calc\" alle selle in 'n tabel met waardes buite die geldigheidsreëls uit te wys, kies »Ekstras ▸ Detective ▸Omsirkel ongeldige data«."
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr "Gebruik font-inbedding vir beter interwerking met ander Office-toepassings, kies »File ▸ Eienskappe... ▸ Font«."
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr "U hoef nie 'n formule te kopieer en te plak om dit na statiese waardes te omskep nie; kies »Data ▸ Bereken ▸ Formule na Waarde«."
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr "In \"Writer\" kan u alle opmerkings in 'n dokument tegelyk herformateer deur op die afwaartse pyltjie in 'n opmerking te klik en kies \"Formateer alle opmerkings\"."
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr "Om in \"Calc\" dieselfde uitleg te gebruik vir die skermvertoning en drukwerk kies »Ekstras ▸ Opsies ... ▸ %PRODUKTNAME Bereken ▸ Algemeen ▸ Merkblokkie: 'gebruik drukkerdimensies vir teksformatering'«."
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr "Om 'n rugsteun te maak, kies »File ▸ Save a copy ...« en skep u 'n nuwe dokument. Werk dan voort met die oorspronklike."
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr "As u 'n sjabloon in \"Writer\" gebasseer op 'n ander een skep, kan u 'n persentasie- of puntwaarde invoer (byvoorbeeld 110% of -2 pt of + 5 pk)."
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr "Om slegs 'n opmerking in \"Calc\" te kopieer en om die inhoud van die teiken te behou, gebruik die \"Paste Special\"-opdrag, ontmerk alles in die dialoogvenster behalwe \"Comments\" en gebruik die \"Add\" -bewerking."
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr "Om u MS Office-dokumente in OpenDocument-formaat te omskep met behulp van die dokumentomskakelaar, kies »File ▸ Slimmerd ▸ Dokument Omskakelaar...«."
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr "Wanneer u 'n sel in \"Calc\" verander, kan u met regter-muisklik en dan kies van 'veld invoeg' opdragte soos datum, tabelnaam, dokumenttitel ens."
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr "Om die bladsynommer van u inhoudsopgawe in \"Writer\" te verwyder, kies »Invoeg ▸ Gids ▸ Gids ...« (of regter muisklik en wysig die voorheen ingevoegde gids). Op die blad \"Inskrywings\", verwyder die bladsynommer (#) van die struktuurreël."
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr "Kies »Ekstras ▸ Autotext... ▸ (knoppie): Outotext ▸ Import ...« om outotext-inskrywings vanaf 'n Word-dokument of sjabloon in te voer."
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr "In plaas daarvan om leë reëls in\"Writer\" in te voeg om twee paragrawe te skei, is dit beter om »Formaat ▸ Paragraaf... ▸ Register: Inkeping en spasies ▸ Oppervlakte: Spasiëring ▸ Eienskappe: Onder Paragraaf en Style« en die waarde daar te verander of die posisie self aan te pas by Paragraaf formateer."
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr "Om die voorafgaande nulle in \"Calc\" te kry, gebruik die voorstaande nulformaat opsie of formuleer die sel vooraf as teks formaat."
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr "Om terug te keer na die verstek-instellings in \"Writer\" nadat u enige lys-jabloon toegepas het, klik op Kolparagrawe / Genommerde lys Aan/Af op die formateer-balk."
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr "Om alle drukareas in \"Calc\" in een stap uit te vee, kies al die tabelle en kies dan »Formateer ▸ Drukareas ▸ Verwyder«."
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr "Om 'n agtergrondprent aan 'n \"Calc\"-tabel toe te voeg, kies »Insert ▸ Image...« of trek dit oor uit die Gallery in die tabel, en kies dan »Formaat ▸ Layout ▸ Op Agtergrond«."
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr "As u probleme ondervind om teks vanaf PDF-lêers of webblaaie in dokumente in te voeg, probeer om dit as gewone teks in te plaas ([%MOD1 + %MOD2 + Shift + V])."
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr "In \"Calc\" gebruik die funksie = GETRIMD.GEM() om die gemiddelde van 'n datastel te bepaal sonder die hoogste en laagste waardes."
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr "Die 4e opsionele parameters van die funksie VLOOKUP van \"Calc\", dui aan dat die eerste kolom met data is vooraf gesorteer. Sou dit nie die geval wees nie, gee ONWAAR of nul, aan."
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr "Nutsbalke is konteks sensitief, hull open volgens die konteks. As u dit nie wil hê nie, deaktiveer dit onder »View ▸ Toolbars«."
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr "Om 'n meester -dokument vanuit die huidige \"Writer\"-dokument te skep, kies »File ▸ Send ▸ Generate Master Document« (sub-dokumente word geskep afhangende van die skema)."
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr "Om selle op 'n gedrukte bladsy in \"Calc\" te sentreer, kies »Format ▸ Page..., ▸ Tab:Page ▸ Gebied: Uitleginstellings ▸ Merkers: Tabelbelyning «."
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr "Rame kan op so 'n manier gekoppel word dat die teks van een na die ander kan vloei, soos by bladpublisering(DTP)."
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Om 'n diagram te skep gebaseer op 'n \"Writer\"-tabel, klik in die tabel en kies »Insert ▸ Diagram ...«."
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr "Om te bepaal watter karakters nie in die \"Writer\" vertoon moet word nie, merk slegs die gewenste merkblokkies onder »Ekstras ▸ Opsies... ▸ %PRODUKTNAME-Writer ▸ Formateringshulpmiddels ▸ Area: Toon formatering«."
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr "Om na 'n spesifieke bladsy in \"Writer\" volgens sy nommer te spring, klik op die inskrywing links van die statusbalk, kies »Wysig ▸ Gaan na bladsy ...« of druk op [%MOD1 + G]."
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr "%PRODUCTNAME ondersteun meer as 150 tale."
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr "As u 'n ander program nodig het waarvan die venster voorop u aanbieding vertoon word, deaktiveer »Skyfievertoning ▸ Aanbiedingsinstellings ... ▸ Merkblokkie: Skyfievertoning altyd bo-aan«."
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr "Om woorde met vetdruk in 'n \"Writer\"-dokument te vind, kies »Redigeer ▸ Vind en Vervang... ▸ Mer Opsies ... ▸ Attribuut... Font dikte«."
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr "Met »Ekstras ▸ Sorteer ...« kan paragrawe of tabelrye in Writer alfabeties of numeries gesorteer word."
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr "Om 'n paragraaf voor (na) 'n afdeling in te voeg, druk [%MOD2 + Enter] aan die begin (einde) van die afdeling."
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr "%PRODUCTNAME het 'n sjabloonbestuurder om estetiese dokumente te skep - probeer dit."
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr "Bereken leningsterugbetalings in \"Calc\", byvoorbeeld = RMZ (2% / 12; 36; 2500) vir 'n rentekoers per periode van 2% / 12, 36 periodes en 'n leningsbedrag van 2500."
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr "As u nie met VLOOKUP wat u wil in \"Calc\" vind nie, het u INDEX en COMPARE onbeperkte moontlikhede."
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr "Om verborge kolom A in \"Calc\" te wys, klik in kolom B, hou die linkermuisknop ingedruk, skuif die muis na links na die ry nommer en laat die muisknoppie los. Kies dan »Formateer ▸ Kolomme ▸ Vertoon«."
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr "Om die bladsy nommer in \"Writer\" te verander, klik op die eerste paragraaf van die bladsy en kies »Formateer ▸ Paragraaf ... ▸ Tab: teksvloei ▸ Afdeling: breke ▸ Merkveld: Voeg-in« en voer die nommer in."
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr "Begin %PRODUCTNAME as rollApp in enige webblaaier."
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr "As u 'n vreemde foutkode in \"Calc\" sien, Fout: gevolg deur 'n nommer, gee die volgende bladsy die verklaring:"
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr "Om 'n paragraaf sonder titel in die inhoudsopgawe in \"Writer\" in te sluit, kies »Formaat ▸ Paragraaf ... ▸ Tab: Omlyn en numering«, en kies die vlak van die inskrywing wat u wil hê."
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr "Benewens die inhoudsopgawe, kan % PRODUCTNAME \"Writer\" ook gebruik word om sleutelwoorde, figure, tabelle, voorwerpe, literatuur en gebruikersgedefinieerde kaarte te skep."
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr "As u nie 'n gepasmaakte selstyl in \"Calc\" kan uitvee nie, kontroleer al die blaaie dat geeneen beskerm is nie."
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr "Nodig om 'n reeks te voltooi? Kies die selreeks en klik op \"Blad→Vul selle→Vul reeks\" en kies uit: Lineêr, Groei, Datum en Outovul."
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr "Om uit te vind of 'n sel in \"Calc\" 'n verwysing het in die formules van ander selle, kies »Ekstras ▸ Opspoorder ▸ Spoor na Afhanklike« [Shift + F5]."
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr "U kan die plekhouer .* gebruik, in die vervang-veld as 'n opsie vir outokorreksie."
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr "Om die bostaande lyn in \"Calc\" te verdubbel, druk [%MOD1 + D] of kies »Tabel ▸ Vul selle ▸ Afwaarts«."
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr "Om oor veelvuldige sprei-blaaie te soek, selekteer hulle voordat u met die soektog begin."
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr "'n Tabel word geskep deur selle van \"Calc\" in die normale veld van 'n skyfie in te trek en te laat val; in die oorsig, skep elke sel 'n reël in die skyfie."
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr "%PRODUCTNAME help u om twee of meer opeenvolgende spasies in \"Writer\" te skep. Kies »Ekstras ▸ AutoKorreksie ▸ AutoKorrek Opsies... ▸ Tab: Opsies ▸ Merk blokkie: Negeer dubbele spasies«."
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Gebruik die Tab-sleutel in plaas van die \"Enter\"-sleutel om na die regterkant na die sel te spring na die invoer van 'n waarde in \"Calc\"."
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr "Om die skuifbalk na links te vertoon in Writer, kies »Tools ▸ Options ... ▸ Taal Instellings ▸ Tale ▸ Merkboks: Kompleks Teks Uitleg« en kies dan »Table ▸ Right-to-Left«."
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr "As u 'n geformatteerde data-objek in die Styles-venster intrek, word 'n dialoogvenster oopgemaak waarin u die naam vir 'n nuwe sjabloon kan invoer."
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr "Nuwe %PRODUCTNAME-weergawes bevat nuwe funksies, foutoplossings en sekuriteitsregstellings. Hou u sagteware op datum!"
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr "U kan nuwe XSLT- en XML-filters ontwikkel."
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr "Druk <Shift>+<F1> om enige beskikbare aanvullende wenke in dialoogblokkies te sien, mits \"Aanvullende wenke\" nie geaktiveer is in \"Hulpprogram→Opsies→%PRODUCTNAME→Algemeen\"."
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "%PRODUCTNAME Hulp"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Verdere Informasie"
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Aktiveer die aksie nou..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Wenk van die Dag: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Bevel"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opsie"
diff --git a/source/am/cui/messages.po b/source/am/cui/messages.po
index 5556f929924..75e32ba2228 100644
--- a/source/am/cui/messages.po
+++ b/source/am/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2021-03-15 09:37+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-7-1/cuimessages/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.4.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1563646037.000000\n"
#. GyY9M
@@ -2456,1071 +2456,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr ""
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr ""
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr ""
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr ""
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr ""
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr ""
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr ""
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr ""
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr ""
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr ""
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr ""
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr ""
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr ""
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr ""
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr ""
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr ""
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr ""
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr ""
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr ""
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr ""
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr ""
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr ""
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr ""
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr ""
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr ""
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr ""
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr ""
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr ""
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr ""
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr ""
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr ""
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr ""
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr ""
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr ""
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr ""
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr ""
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr ""
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr ""
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr ""
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr ""
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr ""
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr ""
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr ""
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr ""
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr ""
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr ""
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr ""
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr ""
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr ""
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr ""
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr ""
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr ""
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr ""
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr ""
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr ""
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr ""
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr ""
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr ""
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr ""
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr ""
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr ""
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr ""
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr ""
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr ""
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr ""
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr ""
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr "እርስዎ የ ማብራሪያ ማውጫ መፍጠር ይችላሉ ከ እቃዎች ስም ውስጥ: ከ መግለጫ ብቻ ውስጥ አይደለም:"
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr ""
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr ""
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr ""
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr ""
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr ""
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr ""
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr ""
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr ""
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr ""
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr ""
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr ""
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr ""
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr ""
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr ""
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr ""
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr ""
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr ""
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr ""
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr ""
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr ""
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr "ራሱ በራሱ ምልክት ማድረጊያ በ ፊደል ቅደም ተከተል ማስገቢያ ፋይል በ መጠቀም:"
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr ""
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr ""
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr ""
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr ""
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr ""
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr ""
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr ""
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr ""
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr ""
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr ""
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr ""
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr ""
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr ""
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr ""
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr ""
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr ""
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr ""
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr ""
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr ""
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr "እርስዎ የ ነበረ ፒዲኤፍ ፋይሎች መፈረም እና እነዚህን ፊርማዎች ማረጋገጥ ይችላሉ:"
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr ""
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr ""
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr ""
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr ""
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr ""
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr ""
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr ""
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr ""
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr ""
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr ""
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr ""
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr ""
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr ""
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr ""
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr ""
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr ""
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr ""
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr ""
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr ""
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr ""
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr ""
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr ""
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr ""
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr ""
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr ""
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr ""
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr ""
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr ""
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr ""
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr ""
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr ""
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr ""
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr ""
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr ""
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr ""
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr ""
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr ""
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr ""
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr ""
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr ""
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr ""
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr ""
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr ""
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr ""
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr ""
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr ""
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr ""
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr ""
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr ""
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr ""
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr ""
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr ""
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
diff --git a/source/am/filter/messages.po b/source/am/filter/messages.po
index 13178c71ee7..a4b77b590e2 100644
--- a/source/am/filter/messages.po
+++ b/source/am/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: 2021-01-30 14:54+0100\n"
-"PO-Revision-Date: 2021-01-03 14:36+0000\n"
+"PO-Revision-Date: 2021-03-28 22:37+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-7-1/filtermessages/am/>\n"
"Language: 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: LibreOffice\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1562267499.000000\n"
#. 5AQgJ
@@ -477,7 +477,7 @@ msgstr "ጽሁፍ:"
#: filter/uiconfig/ui/pdfgeneralpage.ui:473
msgctxt "pdfgeneralpage|label3"
msgid "Watermark"
-msgstr "የውሀ ምልክት"
+msgstr "የ ውሀ ምልክት"
#. 2hSjJ
#: filter/uiconfig/ui/pdfgeneralpage.ui:518
diff --git a/source/am/formula/messages.po b/source/am/formula/messages.po
index 03414c9da73..3a6feddec7f 100644
--- a/source/am/formula/messages.po
+++ b/source/am/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: 2021-01-30 14:54+0100\n"
-"PO-Revision-Date: 2021-01-30 17:55+0100\n"
+"PO-Revision-Date: 2021-04-15 17:59+0200\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-7-1/formulamessages/am/>\n"
"Language: am\n"
@@ -2606,7 +2606,7 @@ msgstr "_ተግባር"
#: formula/uiconfig/ui/functionpage.ui:142
msgctxt "functionpage|extended_tip|function"
msgid "Displays the functions found under the selected category. Double-click to select a function."
-msgstr "በ ተመረጠው ምድብ ውስጥ ያለውን ተግባሮች ማሳያ: ሁለት ጊዜ-ይጫኑ ተግባር ለ መምረጥ "
+msgstr "በ ተመረጠው ምድብ ውስጥ ያለውን ተግባሮች ማሳያ: ሁለት ጊዜ-ይጫኑ ተግባር ለ መምረጥ:"
#. jY887
#: formula/uiconfig/ui/functionpage.ui:156
@@ -2624,7 +2624,7 @@ msgstr "ተግባሩየታወቀአይደለም"
#: formula/uiconfig/ui/parameter.ui:226
msgctxt "parameter|extended_tip|FX1"
msgid "Allows you to access a subordinate level of the Function Wizard in order to nest another function within the function, instead of a value or reference."
-msgstr "እርስዎን የሚያስችለው ዝቅተኛ ደረጃ ጋር መድረስ ነው የ ተግባር አዋቂ ሌላ ተግባር ለማቀፍ በ ተግባር ውስጥ: ከ ዋጋ ወይንም ማመሳከሪያ ይልቅ "
+msgstr "እርስዎን የሚያስችለው ዝቅተኛ ደረጃ ጋር መድረስ ነው የ ተግባር አዋቂ ሌላ ተግባር ለማቀፍ በ ተግባር ውስጥ: ከ ዋጋ ወይንም ማመሳከሪያ ይልቅ:"
#. u3Zoo
#: formula/uiconfig/ui/parameter.ui:242
diff --git a/source/am/helpcontent2/source/text/shared/01.po b/source/am/helpcontent2/source/text/shared/01.po
index 7a63aefc214..9510629f082 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: 2020-12-14 15:33+0100\n"
+"POT-Creation-Date: 2021-04-06 15:30+0200\n"
"PO-Revision-Date: 2020-03-18 16:16+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/am/>\n"
@@ -15379,33 +15379,6 @@ msgctxt ""
msgid "<emph>Small capitals</emph> - <variable id=\"smallcapitals\">Changes the selected lowercase characters to uppercase characters, and then reduces their size.</variable>"
msgstr ""
-#. kGuxJ
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"bm_id410168\n"
-"help.text"
-msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>"
-msgstr "<bookmark_value>ብልጭ ድርግም የሚሉ ፊደሎች</bookmark_value> <bookmark_value>የሚያንጸባርቁ ፊደሎች</bookmark_value>"
-
-#. Suvvn
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"hd_id3152941\n"
-"help.text"
-msgid "Blinking"
-msgstr "ብልጭ ድርግም ባይ"
-
-#. 2FiCB
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"par_id3145662\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">የተመረጡትን ባህሪዎች ብልጭ ድርግም ማድረጊያ: ብልጭ ድርግም ማድረጊያውን ድግግሞሽ መቀየር አይቻልም </ahelp>"
-
#. B3MEb
#: 05020200.xhp
msgctxt ""
diff --git a/source/am/officecfg/registry/data/org/openoffice/Office.po b/source/am/officecfg/registry/data/org/openoffice/Office.po
index 3e702a49201..8dc90e1383e 100644
--- a/source/am/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/am/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: 2021-01-14 14:56+0100\n"
-"PO-Revision-Date: 2021-01-31 16:36+0000\n"
+"PO-Revision-Date: 2021-04-12 07:37+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-7-1/officecfgregistrydataorgopenofficeoffice/am/>\n"
"Language: 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.4\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1558716055.000000\n"
#. HhMVS
@@ -2724,7 +2724,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "StateOrProvince"
-msgstr "አገር ወይም ክፍለ ሀገር"
+msgstr "አገር ወይንም ክፍለ ሀገር"
#. L2kTq
#: TableWizard.xcu
@@ -2734,7 +2734,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "StateProvi"
-msgstr "አገር ወይም ክፍለ ሀገር"
+msgstr "አገር ወይንም ክፍለ ሀገር"
#. 7vbwU
#: TableWizard.xcu
@@ -2744,7 +2744,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "CountryOrRegion"
-msgstr "አገር ወይም አካባቢ"
+msgstr "አገር ወይንም አካባቢ"
#. DD6BN
#: TableWizard.xcu
@@ -2754,7 +2754,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "CountryReg"
-msgstr "አገር ወይም አካባቢ"
+msgstr "አገር ወይንም አካባቢ"
#. S54BS
#: TableWizard.xcu
@@ -2784,7 +2784,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "FaxNumber"
-msgstr "የፋክስ ቁጥር"
+msgstr "የ ፋክስ ቁጥር"
#. E3GV3
#: TableWizard.xcu
@@ -2794,7 +2794,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "FaxNo"
-msgstr "የፋክስ ቁጥር"
+msgstr "የ ፋክስ ቁጥር"
#. CTw9G
#: TableWizard.xcu
@@ -2804,7 +2804,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "PaymentTerms"
-msgstr "የክፍያ ውሎች"
+msgstr "የ ክፍያ ውሎች"
#. 6o6vG
#: TableWizard.xcu
@@ -2814,7 +2814,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "PaymntTerm"
-msgstr "የክፍያ ውሎች"
+msgstr "የ ክፍያ ውሎች"
#. JyCyG
#: TableWizard.xcu
@@ -2864,7 +2864,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "MailingList"
-msgstr "የደብዳቤ ዝርዝር"
+msgstr "የ ደብዳቤ ዝርዝር"
#. jky3u
#: TableWizard.xcu
@@ -3014,7 +3014,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "OrganizationName"
-msgstr "የድርጅቱ ስም"
+msgstr "የ ድርጅቱ ስም"
#. wpaAa
#: TableWizard.xcu
@@ -3024,7 +3024,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "OrgName"
-msgstr "የድርጅቱ ስም"
+msgstr "የ ድርጅቱ ስም"
#. 6QYSH
#: TableWizard.xcu
@@ -3094,7 +3094,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "StateOrProvince"
-msgstr "አገር ወይም ክፍለ ሀገር"
+msgstr "አገር ወይንም ክፍለ ሀገር"
#. bCtze
#: TableWizard.xcu
@@ -3104,7 +3104,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "StateProvi"
-msgstr "አገር ወይም ክፍለ ሀገር"
+msgstr "አገር ወይንም ክፍለ ሀገር"
#. opTNs
#: TableWizard.xcu
@@ -3114,7 +3114,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "CountryOrRegion"
-msgstr "አገር ወይም አካባቢ"
+msgstr "አገር ወይንም አካባቢ"
#. yKEd8
#: TableWizard.xcu
@@ -3124,7 +3124,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "CountryReg"
-msgstr "አገር ወይም አካባቢ"
+msgstr "አገር ወይንም አካባቢ"
#. PRTbv
#: TableWizard.xcu
@@ -3154,7 +3154,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "FaxNumber"
-msgstr "የፋክስ ቁጥር"
+msgstr "የ ፋክስ ቁጥር"
#. NTzW3
#: TableWizard.xcu
@@ -3164,7 +3164,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "FaxNo"
-msgstr "የፋክስ ቁጥር"
+msgstr "የ ፋክስ ቁጥር"
#. 8eqkq
#: TableWizard.xcu
diff --git a/source/am/sfx2/messages.po b/source/am/sfx2/messages.po
index 45d20939393..6c60c2d6cac 100644
--- a/source/am/sfx2/messages.po
+++ b/source/am/sfx2/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: 2021-01-30 14:55+0100\n"
-"PO-Revision-Date: 2021-02-03 19:36+0000\n"
+"PO-Revision-Date: 2021-04-12 07:37+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-7-1/sfx2messages/am/>\n"
"Language: 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.4\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1559687799.000000\n"
#. bHbFE
@@ -928,7 +928,7 @@ msgstr "የ ምስል ማጣሪያ አልተገኘም"
#: include/sfx2/strings.hrc:168
msgctxt "RID_SVXSTR_TXTFILTER_FILTERERROR"
msgid "This is not a text document"
-msgstr ""
+msgstr "ይህ የ ጽሁፍ ሰነድ አይደለም"
#. ejBgZ
#: include/sfx2/strings.hrc:169
@@ -1014,44 +1014,44 @@ msgstr "ሰነድ እዚህ ይጣሉ ወይንም መተግበሪያ ከ ግራ
#: include/sfx2/strings.hrc:185
msgctxt "STR_REDACTION_TARGET_TYPE_TEXT"
msgid "Text"
-msgstr ""
+msgstr "ጽሁፍ"
#. eG5qc
#: include/sfx2/strings.hrc:186
msgctxt "STR_REDACTION_TARGET_TYPE_REGEX"
msgid "Regular expression"
-msgstr ""
+msgstr "መደበኛ አገላለጽ"
#. TaDCG
#: include/sfx2/strings.hrc:187
msgctxt "STR_REDACTION_TARGET_TYPE_PREDEF"
msgid "Predefined"
-msgstr ""
+msgstr "በቅድሚያ የ ተገለጸ"
#. bDjwW
#: include/sfx2/strings.hrc:188
msgctxt "STR_REDACTION_TARGET_TYPE_UNKNOWN"
msgid "Unknown"
-msgstr ""
+msgstr "ያልታወቀ"
#. Ao6kC
#. Translators: Column headers in Auto-redaction dialog's targets list
#: include/sfx2/strings.hrc:191
msgctxt "STR_REDACTION_TARGET_NAME"
msgid "Target Name"
-msgstr ""
+msgstr "የ ኢላማው ስም"
#. mGjsx
#: include/sfx2/strings.hrc:192
msgctxt "STR_REDACTION_TYPE"
msgid "Type"
-msgstr ""
+msgstr "አይነት"
#. gFKC4
#: include/sfx2/strings.hrc:193
msgctxt "STR_REDACTION_CONTENT"
msgid "Content"
-msgstr ""
+msgstr "ይዞታው"
#. oSNPd
#: include/sfx2/strings.hrc:194
@@ -1063,39 +1063,39 @@ msgstr ""
#: include/sfx2/strings.hrc:195
msgctxt "STR_REDACTION_WHOLE_WORDS"
msgid "Whole Words"
-msgstr ""
+msgstr "ጠቅላላ ቃል"
#. YgzCk
#. Translators: Values for the Case Sensitive and the Whole Words columns in Auto-redaction dialog
#: include/sfx2/strings.hrc:198
msgctxt "STR_REDACTION_YES"
msgid "Yes"
-msgstr ""
+msgstr "አዎ"
#. oZNaM
#: include/sfx2/strings.hrc:199
msgctxt "STR_REDACTION_NO"
msgid "No"
-msgstr ""
+msgstr "አይ"
#. FM3Gf
#. Translators: Misc strings of the Auto Redaction dialog
#: include/sfx2/strings.hrc:202
msgctxt "STR_REDACTION_TARGET"
msgid "Target"
-msgstr ""
+msgstr "ኢላማው"
#. m2i7V
#: include/sfx2/strings.hrc:203
msgctxt "STR_REDACTION_LOAD_TARGETS"
msgid "Load Targets"
-msgstr ""
+msgstr "ኢላማዎች መጫኛ"
#. HgrwX
#: include/sfx2/strings.hrc:204
msgctxt "STR_REDACTION_SAVE_TARGETS"
msgid "Save Targets"
-msgstr ""
+msgstr "ኢላማዎች ማስቀመጫ"
#. MYMTF
#: include/sfx2/strings.hrc:205
diff --git a/source/an/cui/messages.po b/source/an/cui/messages.po
index 70e137aef06..b99b8b360cf 100644
--- a/source/an/cui/messages.po
+++ b/source/an/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2020-08-31 13:02+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/an/>\n"
@@ -2445,1071 +2445,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr ""
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr ""
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr ""
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr ""
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr ""
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr ""
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr ""
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr ""
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr ""
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr ""
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr ""
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr ""
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr ""
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr ""
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr ""
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr ""
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr ""
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr ""
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr ""
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr ""
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr ""
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr ""
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr ""
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr ""
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr ""
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr ""
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr ""
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr ""
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr ""
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr ""
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr ""
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr ""
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr ""
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr ""
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr ""
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr ""
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr ""
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr ""
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr ""
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr ""
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr ""
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr ""
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr ""
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr ""
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr ""
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr ""
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr ""
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr ""
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr ""
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr ""
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr ""
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr ""
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr ""
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr ""
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr ""
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr ""
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr ""
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr ""
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr ""
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr ""
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr ""
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr ""
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr ""
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr ""
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr ""
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr ""
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr ""
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr ""
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr ""
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr ""
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr ""
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr ""
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr ""
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr ""
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr ""
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr ""
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr ""
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr ""
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr ""
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr ""
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr ""
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr ""
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr ""
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr ""
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr ""
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr ""
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr ""
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr ""
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr ""
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr ""
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr ""
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr ""
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr ""
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr ""
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr ""
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr ""
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr ""
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr ""
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr ""
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr ""
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr ""
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr ""
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr ""
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr ""
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr ""
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr ""
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr ""
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr ""
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr ""
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr ""
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr ""
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr ""
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr ""
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr ""
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr ""
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr ""
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr ""
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr ""
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr ""
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr ""
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr ""
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr ""
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr ""
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr ""
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr ""
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr ""
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr ""
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr ""
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr ""
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr ""
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr ""
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr ""
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr ""
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr ""
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr ""
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr ""
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr ""
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr ""
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr ""
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr ""
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr ""
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr ""
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr ""
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr ""
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr ""
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr ""
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr ""
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr ""
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr ""
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr ""
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr ""
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr ""
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr ""
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr ""
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr ""
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr ""
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr ""
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr ""
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr ""
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr ""
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
diff --git a/source/ar/connectivity/messages.po b/source/ar/connectivity/messages.po
index 61c8951996c..3df39d2f0dd 100644
--- a/source/ar/connectivity/messages.po
+++ b/source/ar/connectivity/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-03-10 13:36+0100\n"
-"PO-Revision-Date: 2021-03-09 04:36+0000\n"
+"PO-Revision-Date: 2021-03-30 14:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-7-1/connectivitymessages/ar/>\n"
"Language: ar\n"
@@ -82,7 +82,7 @@ msgstr "يُرجى إكمال الصف '$position$' قبل تحديث الصفو
#: connectivity/inc/strings.hrc:37
msgctxt "STR_NO_CONNECTION_GIVEN"
msgid "No connection to the database exists."
-msgstr ""
+msgstr "لا يوجد اتصال بقاعدة البيانات."
#. 5BYEX
#: connectivity/inc/strings.hrc:38
@@ -336,7 +336,7 @@ msgstr "تعذر إنشاء الفهرس. ظهر خطأ غير معروف."
#: connectivity/inc/strings.hrc:80
msgctxt "STR_COULD_NOT_CREATE_INDEX_NAME"
msgid "The index could not be created. The file '$filename$' is used by another index."
-msgstr ""
+msgstr "تعذّر إنشاء الفهرس. الملف '$filename$' مستخدَم من فهرس آخر."
#. GcK7B
#: connectivity/inc/strings.hrc:81
diff --git a/source/ar/cui/messages.po b/source/ar/cui/messages.po
index 16fcb73337e..b5cf87614cc 100644
--- a/source/ar/cui/messages.po
+++ b/source/ar/cui/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: 2021-03-10 16:22+0100\n"
-"PO-Revision-Date: 2021-03-18 15:36+0000\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
+"PO-Revision-Date: 2021-03-30 14:37+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-7-1/cuimessages/ar/>\n"
"Language: ar\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%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1563567066.000000\n"
#. GyY9M
@@ -2456,1071 +2456,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr ""
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr ""
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr "هل كنت تعلم أنك تستطيع إرفاق تعليقات على أجزاء من النص؟ ما عليك إلا استخدام الإختصار %MOD1+%MOD2+C."
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr ""
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr ""
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr ""
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr ""
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr ""
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr ""
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr ""
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr ""
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr ""
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr ""
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr ""
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr ""
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr ""
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr ""
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr ""
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr ""
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr ""
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr ""
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr ""
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr ""
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr ""
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr ""
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr ""
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr ""
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr ""
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr ""
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr ""
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr ""
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr ""
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr ""
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr ""
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr ""
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr ""
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr ""
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr ""
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr ""
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr ""
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr ""
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr ""
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr ""
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr ""
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr ""
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr ""
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr ""
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr ""
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr ""
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr ""
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr ""
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr ""
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr ""
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr ""
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr ""
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr ""
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr ""
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr ""
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr ""
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr ""
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr ""
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr ""
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr ""
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr ""
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr ""
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr ""
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr ""
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr ""
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr ""
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr ""
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr ""
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr ""
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr ""
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr ""
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr ""
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr ""
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr ""
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr ""
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr ""
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr ""
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr ""
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr ""
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr ""
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr ""
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr ""
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr ""
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr ""
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr ""
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr ""
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr ""
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr ""
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr ""
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr ""
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr ""
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr ""
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr ""
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr ""
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr ""
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr ""
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr ""
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr ""
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr ""
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr ""
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr ""
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr ""
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr ""
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr ""
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr ""
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr ""
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr ""
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr ""
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr ""
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr ""
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr ""
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr ""
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr ""
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr ""
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr ""
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr ""
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr ""
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr ""
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr ""
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr ""
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr ""
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr ""
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr ""
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr ""
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr ""
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr ""
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr ""
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr ""
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr ""
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr ""
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr ""
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr ""
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr ""
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr ""
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr ""
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr ""
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr ""
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr ""
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr ""
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr ""
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr ""
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr ""
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr ""
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr ""
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr ""
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr ""
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr ""
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr ""
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr ""
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr ""
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr ""
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr ""
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr ""
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr ""
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr ""
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr ""
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr ""
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "مزيد من المعلومات"
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "شغّل هذا الإجراء الآن..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "تلميحة اليوم: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
@@ -17407,7 +17401,7 @@ msgstr "على الأقل"
#: cui/uiconfig/ui/paraindentspacing.ui:410
msgctxt "paraindentspacing|liststoreLB_LINEDIST"
msgid "Leading"
-msgstr "المسافة بين السطور"
+msgstr "فوْصلَة"
#. 9fdqy
#: cui/uiconfig/ui/paraindentspacing.ui:423
diff --git a/source/ar/editeng/messages.po b/source/ar/editeng/messages.po
index c0ef9239d2b..f556546b100 100644
--- a/source/ar/editeng/messages.po
+++ b/source/ar/editeng/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: 2020-10-27 12:31+0100\n"
-"PO-Revision-Date: 2021-03-18 15:36+0000\n"
+"PO-Revision-Date: 2021-04-06 08:37+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-7-1/editengmessages/ar/>\n"
"Language: ar\n"
@@ -45,7 +45,7 @@ msgstr "محاذاة إلى اليمين"
#: editeng/inc/strings.hrc:21
msgctxt "RID_SVXITEMS_HORJUST_BLOCK"
msgid "Justify horizontally"
-msgstr ""
+msgstr "وسّط أفقيا"
#. DVmUh
#: editeng/inc/strings.hrc:22
@@ -82,20 +82,20 @@ msgstr "محاذاة للأسفل"
#: editeng/inc/strings.hrc:32
msgctxt "RID_SVXITEMS_HORJUST_BLOCK"
msgid "Justify vertically"
-msgstr ""
+msgstr "وسّط رأسيا"
#. WQZvF
#. enum SvxCellJustifyMethod ----------------------------------------------------
#: editeng/inc/strings.hrc:38
msgctxt "RID_SVXITEMS_JUSTMETHOD_AUTO"
msgid "Automatic Justify"
-msgstr ""
+msgstr "توسيط تلقائي"
#. o9aJe
#: editeng/inc/strings.hrc:39
msgctxt "RID_SVXITEMS_JUSTMETHOD_DISTRIBUTE"
msgid "Distributed Justify"
-msgstr ""
+msgstr "توسيط موزَّع"
#. 2Lzx7
#: editeng/uiconfig/ui/spellmenu.ui:12
@@ -1169,49 +1169,49 @@ msgstr "من أسفل "
#: include/editeng/editrids.hrc:218
msgctxt "RID_SVXITEMS_LINESPACING_SINGLE"
msgid "Single"
-msgstr ""
+msgstr "مفرد"
#. 8xELr
#: include/editeng/editrids.hrc:219
msgctxt "RID_SVXITEMS_LINESPACING_115"
msgid "1.15 Lines"
-msgstr ""
+msgstr "1.15 سطر"
#. BE4uB
#: include/editeng/editrids.hrc:220
msgctxt "RID_SVXITEMS_LINESPACING_15"
msgid "1.5 Lines"
-msgstr ""
+msgstr "1.5 سطر"
#. uECD7
#: include/editeng/editrids.hrc:221
msgctxt "RID_SVXITEMS_LINESPACING_DOUBLE"
msgid "Double"
-msgstr ""
+msgstr "مزدوج"
#. rpjTU
#: include/editeng/editrids.hrc:222
msgctxt "RID_SVXITEMS_LINESPACING_PROPORTIONAL"
msgid "Proportional"
-msgstr ""
+msgstr "متناسب"
#. BAMDF
#: include/editeng/editrids.hrc:223
msgctxt "RID_SVXITEMS_LINESPACING_MIN"
msgid "At least"
-msgstr ""
+msgstr "على الأقل"
#. sG5JS
#: include/editeng/editrids.hrc:224
msgctxt "RID_SVXITEMS_LINESPACING_LEADING"
msgid "Leading"
-msgstr ""
+msgstr "فوْصلَة"
#. Y4oRf
#: include/editeng/editrids.hrc:225
msgctxt "RID_SVXITEMS_LINESPACING_FIXED"
msgid "Fixed"
-msgstr ""
+msgstr "ثابت"
#. Z6CiF
#. To translators: %1 == will be replaced by the number of lines
@@ -1489,13 +1489,13 @@ msgstr "اتجاه النص من اليسار إلى اليمين (عمودي)"
#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
-msgstr "استخدام إعداد اتجاه نص الكائن الأفضل"
+msgstr "استخدم إعداد اتجاه نص الكائن الرئيسي"
#. waJEN
#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
-msgstr ""
+msgstr "اتجاه النص يسار-الى-يمين (رأسي من الأسفل)"
#. Z9dAu
#: include/editeng/editrids.hrc:275
diff --git a/source/ar/extensions/messages.po b/source/ar/extensions/messages.po
index e0877a51371..602fbd0aaa8 100644
--- a/source/ar/extensions/messages.po
+++ b/source/ar/extensions/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: 2021-01-30 14:54+0100\n"
-"PO-Revision-Date: 2021-03-18 15:36+0000\n"
+"PO-Revision-Date: 2021-04-06 08:37+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-7-1/extensionsmessages/ar/>\n"
"Language: ar\n"
@@ -452,7 +452,7 @@ msgstr "متعدد"
#: extensions/inc/stringarrays.hrc:150
msgctxt "RID_RSC_ENUM_SELECTION_TYPE"
msgid "Range"
-msgstr "مدى"
+msgstr "المجال"
#. 8dCg5
#: extensions/inc/stringarrays.hrc:155
diff --git a/source/ar/filter/source/config/fragments/filters.po b/source/ar/filter/source/config/fragments/filters.po
index a2ae40bd548..29a02768a75 100644
--- a/source/ar/filter/source/config/fragments/filters.po
+++ b/source/ar/filter/source/config/fragments/filters.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: 2020-04-27 15:54+0200\n"
-"PO-Revision-Date: 2021-01-28 16:36+0000\n"
+"PO-Revision-Date: 2021-03-30 14:37+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-7-1/filtersourceconfigfragmentsfilters/ar/>\n"
"Language: ar\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%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1530484897.000000\n"
#. FR4Ff
@@ -44,7 +44,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Apple Keynote"
-msgstr ""
+msgstr "آبل كِينوت"
#. 5bCwT
#: AppleNumbers.xcu
diff --git a/source/ar/helpcontent2/source/text/shared/01.po b/source/ar/helpcontent2/source/text/shared/01.po
index ff5dc60a5e9..16aea4a4166 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: 2020-12-14 15:33+0100\n"
+"POT-Creation-Date: 2021-04-06 15:30+0200\n"
"PO-Revision-Date: 2021-03-08 23:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-7-1/textshared01/ar/>\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%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542196252.000000\n"
#. 3u8hR
@@ -15379,33 +15379,6 @@ msgctxt ""
msgid "<emph>Small capitals</emph> - <variable id=\"smallcapitals\">Changes the selected lowercase characters to uppercase characters, and then reduces their size.</variable>"
msgstr ""
-#. kGuxJ
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"bm_id410168\n"
-"help.text"
-msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>"
-msgstr ""
-
-#. Suvvn
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"hd_id3152941\n"
-"help.text"
-msgid "Blinking"
-msgstr ""
-
-#. 2FiCB
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"par_id3145662\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>"
-msgstr ""
-
#. B3MEb
#: 05020200.xhp
msgctxt ""
diff --git a/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
index 45a215f9759..07db1d322c5 100644
--- a/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ar/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: 2020-12-01 12:34+0100\n"
-"PO-Revision-Date: 2021-03-15 09:37+0000\n"
+"PO-Revision-Date: 2021-04-11 06:37+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-7-1/officecfgregistrydataorgopenofficeofficeui/ar/>\n"
"Language: ar\n"
@@ -584,7 +584,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Freeze First Column"
-msgstr ""
+msgstr "جمّد العمود الأول"
#. WDbnU
#: CalcCommands.xcu
@@ -594,7 +594,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Freeze First Row"
-msgstr ""
+msgstr "جمّد الصف الأول"
#. Qz2C5
#: CalcCommands.xcu
@@ -1324,7 +1324,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Conditional Formatting..."
-msgstr ""
+msgstr "تنسيق شرطي..."
#. YFKd7
#: CalcCommands.xcu
@@ -2344,7 +2344,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "R~efresh Range"
-msgstr "ت~حديث النطاق"
+msgstr "ت~حديث المجال"
#. DQNFa
#: CalcCommands.xcu
@@ -3334,7 +3334,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Define Range..."
-msgstr ""
+msgstr "~عرّف المجال..."
#. hQQPE
#: CalcCommands.xcu
@@ -3344,7 +3344,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Select ~Range..."
-msgstr ""
+msgstr "ح~دد المجال..."
#. LGT6z
#: CalcCommands.xcu
@@ -3354,7 +3354,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Strea~ms..."
-msgstr "التدف~قات..."
+msgstr "الدف~قات..."
#. jHBWd
#: CalcCommands.xcu
@@ -3364,7 +3364,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Resume streaming"
-msgstr "متابعة التدفّق"
+msgstr "متابعة الدفق"
#. aC3B9
#: CalcCommands.xcu
@@ -3374,7 +3374,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Stop streaming"
-msgstr "إيقاف التدفّق"
+msgstr "إيقاف الدفق"
#. BcMEb
#: CalcCommands.xcu
@@ -3544,7 +3544,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Rename Sheet"
-msgstr "غيّر اسم الورقة"
+msgstr "أعد تسمية الورقة"
#. XX6G4
#: CalcCommands.xcu
@@ -18257,7 +18257,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Search Formatted Display String"
-msgstr "ابحث عن نص منسّق"
+msgstr "نص بحث العَرض المنسّق"
#. hoECC
#: GenericCommands.xcu
diff --git a/source/ar/sc/messages.po b/source/ar/sc/messages.po
index 21064dfcb60..db3d3a005fc 100644
--- a/source/ar/sc/messages.po
+++ b/source/ar/sc/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: 2021-01-30 14:55+0100\n"
-"PO-Revision-Date: 2021-03-19 17:36+0000\n"
+"PO-Revision-Date: 2021-04-11 06:37+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-7-1/scmessages/ar/>\n"
"Language: ar\n"
@@ -1355,7 +1355,7 @@ msgstr ""
#: sc/inc/globstr.hrc:253
msgctxt "STR_AREA"
msgid "Range"
-msgstr "النطاق"
+msgstr "المجال"
#. FQACy
#: sc/inc/globstr.hrc:254
@@ -1643,7 +1643,7 @@ msgstr "حذف الأوراق"
#: sc/inc/globstr.hrc:299
msgctxt "STR_UNDO_RENAME_TAB"
msgid "Rename Sheet"
-msgstr "غيّر اسم الورقة"
+msgstr "أعد تسمية الورقة"
#. 8soVt
#: sc/inc/globstr.hrc:300
@@ -3402,7 +3402,7 @@ msgstr ""
#: sc/inc/scerrors.hrc:79
msgctxt "RID_ERRHDLSC"
msgid "The data could not be loaded completely because the maximum number of columns per sheet was exceeded."
-msgstr ""
+msgstr "تعذّر تحميل البيانات كاملةًبسبب تجاوز العدد الأقصى من الأعمدة للورقة."
#. GcFDP
#: sc/inc/scerrors.hrc:81
@@ -3417,7 +3417,7 @@ msgstr ""
#: sc/inc/scerrors.hrc:83
msgctxt "RID_ERRHDLSC"
msgid "The data could not be loaded completely because the maximum number of characters per cell was exceeded."
-msgstr ""
+msgstr "تعذّر تحميل البيانات كاملةًبسبب تجاوز العدد الأقصى من المحارف للخلية."
#. He2Ho
#: sc/inc/scerrors.hrc:85
@@ -3487,10 +3487,9 @@ msgstr ""
#. h2693
#: sc/inc/scerrors.hrc:105
-#, fuzzy
msgctxt "RID_ERRHDLSC"
msgid "Not all attributes could be read."
-msgstr "لا يمكن قراءة كل الخواص."
+msgstr "ليس كل الصفات أمكن قرائتها."
#. tCBGH
#: sc/inc/scfuncs.hrc:37
@@ -4086,10 +4085,9 @@ msgstr "حساب عدد الأيام بين تاريخين استنادًا إل
#. ZUUYG
#: sc/inc/scfuncs.hrc:210
-#, fuzzy
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Date 1"
-msgstr "تاريخ "
+msgstr "تاريخ 1"
#. isAbX
#: sc/inc/scfuncs.hrc:211
@@ -4099,10 +4097,9 @@ msgstr "تاريخ البدء لحساب الفرق بالأيام."
#. wWHWp
#: sc/inc/scfuncs.hrc:212
-#, fuzzy
msgctxt "SC_OPCODE_GET_DIFF_DATE_360"
msgid "Date 2"
-msgstr "تاريخ "
+msgstr "تاريخ 2"
#. 9DEEN
#: sc/inc/scfuncs.hrc:213
@@ -4492,10 +4489,9 @@ msgstr "حساب عدد الأيام بين تاريخين."
#. bGFGP
#: sc/inc/scfuncs.hrc:346
-#, fuzzy
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "Date 2"
-msgstr "تاريخ "
+msgstr "تاريخ 2"
#. u2ebL
#: sc/inc/scfuncs.hrc:347
@@ -4505,10 +4501,9 @@ msgstr "تاريخ الانتهاء لحساب الفرق بالأيام."
#. mAuEW
#: sc/inc/scfuncs.hrc:348
-#, fuzzy
msgctxt "SC_OPCODE_GET_DIFF_DATE"
msgid "Date 1"
-msgstr "تاريخ "
+msgstr "تاريخ 1"
#. hPAVA
#: sc/inc/scfuncs.hrc:349
@@ -5717,10 +5712,9 @@ msgstr "معدل الخصم لفترة واحدة."
#. cGmzv
#: sc/inc/scfuncs.hrc:657
-#, fuzzy
msgctxt "SC_OPCODE_NPV"
msgid "Value "
-msgstr "القيمة"
+msgstr "القيمة "
#. HKDEV
#: sc/inc/scfuncs.hrc:658
@@ -6218,10 +6212,9 @@ msgstr "موضع الخلية التي تريد أن تختبرها."
#. Dyn4C
#: sc/inc/scfuncs.hrc:844
-#, fuzzy
msgctxt "SC_OPCODE_CURRENT"
msgid "Calculates the current value of the formula at the present location."
-msgstr "حساب القيمة الحالية للصيغة في الموضع الحالي. "
+msgstr "يحسب القيمة الحالية للصيغة في الموضع الحالي."
#. yQMAM
#: sc/inc/scfuncs.hrc:850
@@ -6474,13 +6467,13 @@ msgstr "عد الخلايا الفارغة في نطاق محدد."
#: sc/inc/scfuncs.hrc:945
msgctxt "SC_OPCODE_COUNT_EMPTY_CELLS"
msgid "Range"
-msgstr "النطاق"
+msgstr "المجال"
#. p3U4L
#: sc/inc/scfuncs.hrc:946
msgctxt "SC_OPCODE_COUNT_EMPTY_CELLS"
msgid "The range in which empty cells are to be counted."
-msgstr "النطاق الذي ستعد الخلايا الفارغة من خلاله."
+msgstr "المجال الذي ستحسَب الخلايا الفارغة فيه."
#. NRYYy
#: sc/inc/scfuncs.hrc:952
@@ -6556,7 +6549,7 @@ msgstr "إيجاد معدل الوسائط التي تفي بالشروط."
#: sc/inc/scfuncs.hrc:983
msgctxt "SC_OPCODE_SUM_IF"
msgid "Range"
-msgstr "النطاق"
+msgstr "المجال"
#. je6F2
#: sc/inc/scfuncs.hrc:984
@@ -6600,7 +6593,7 @@ msgstr "إيجاد معدل الوسائط التي تفي بالشروط."
#: sc/inc/scfuncs.hrc:995
msgctxt "SC_OPCODE_AVERAGE_IF"
msgid "Range"
-msgstr "النطاق"
+msgstr "المجال"
#. i6C6r
#: sc/inc/scfuncs.hrc:996
@@ -6655,10 +6648,9 @@ msgstr "النطاق المراد جمع القيم الموجودة به."
#. wcHBn
#: sc/inc/scfuncs.hrc:1008
-#, fuzzy
msgctxt "SC_OPCODE_SUM_IFS"
msgid "Range "
-msgstr "النطاق"
+msgstr "المجال "
#. 9qDvh
#: sc/inc/scfuncs.hrc:1009
@@ -6700,10 +6692,9 @@ msgstr "النطاق المراد حساب متوسط القيم الموجود
#. a99iD
#: sc/inc/scfuncs.hrc:1020
-#, fuzzy
msgctxt "SC_OPCODE_AVERAGE_IFS"
msgid "Range "
-msgstr "النطاق"
+msgstr "المجال "
#. wvbDq
#: sc/inc/scfuncs.hrc:1021
@@ -6732,10 +6723,9 @@ msgstr "حساب الخلايا التي تحقق معايير متعددة في
#. BDv5j
#: sc/inc/scfuncs.hrc:1030
-#, fuzzy
msgctxt "SC_OPCODE_COUNT_IFS"
msgid "Range "
-msgstr "النطاق"
+msgstr "المجال "
#. 8GRAv
#: sc/inc/scfuncs.hrc:1031
@@ -6766,14 +6756,13 @@ msgstr "عد الوسائط التي تفي بالشروط المعينة."
#: sc/inc/scfuncs.hrc:1040
msgctxt "SC_OPCODE_COUNT_IF"
msgid "Range"
-msgstr "النطاق"
+msgstr "المجال"
#. KXd5A
#: sc/inc/scfuncs.hrc:1041
-#, fuzzy
msgctxt "SC_OPCODE_COUNT_IF"
msgid "The range of cells to be evaluated by the criteria given."
-msgstr "النطاق المراد تطبيق المعايير عليه."
+msgstr "مجال الخلايا المراد تقييمه بالمعايير المعطاة."
#. pGUfg
#: sc/inc/scfuncs.hrc:1042
@@ -6857,10 +6846,9 @@ msgstr "حساب عدد المركبات لعدد من العناصر بدون
#. xQEvM
#: sc/inc/scfuncs.hrc:1080
-#, fuzzy
msgctxt "SC_OPCODE_COMBIN"
msgid "Number 1"
-msgstr "الرقم "
+msgstr "الرقم 1"
#. ACGaC
#: sc/inc/scfuncs.hrc:1081
@@ -6870,10 +6858,9 @@ msgstr "إجمالي عدد العناصر."
#. WJTxU
#: sc/inc/scfuncs.hrc:1082
-#, fuzzy
msgctxt "SC_OPCODE_COMBIN"
msgid "Number 2"
-msgstr "الرقم "
+msgstr "الرقم 2"
#. JKD75
#: sc/inc/scfuncs.hrc:1083
@@ -6889,10 +6876,9 @@ msgstr "حساب عدد المركبات لعدد من العناصر مع ال
#. YEVJh
#: sc/inc/scfuncs.hrc:1090
-#, fuzzy
msgctxt "SC_OPCODE_COMBIN_A"
msgid "Number 1"
-msgstr "الرقم "
+msgstr "الرقم 1"
#. smqPP
#: sc/inc/scfuncs.hrc:1091
@@ -6902,10 +6888,9 @@ msgstr "إجمالي عدد العناصر."
#. vCGLG
#: sc/inc/scfuncs.hrc:1092
-#, fuzzy
msgctxt "SC_OPCODE_COMBIN_A"
msgid "Number 2"
-msgstr "الرقم "
+msgstr "الرقم 2"
#. F9A6f
#: sc/inc/scfuncs.hrc:1093
@@ -7213,10 +7198,9 @@ msgstr "إرجاع زاوية الظل للإحداثيات المعطاة."
#. dYtW9
#: sc/inc/scfuncs.hrc:1228
-#, fuzzy
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "Number X"
-msgstr "الرقم "
+msgstr "الرقم س"
#. WsSq4
#: sc/inc/scfuncs.hrc:1229
@@ -7227,10 +7211,9 @@ msgstr "قيمة الإحداثي س."
#. PWbXR
#: sc/inc/scfuncs.hrc:1230
-#, fuzzy
msgctxt "SC_OPCODE_ARC_TAN_2"
msgid "Number Y"
-msgstr "الرقم "
+msgstr "الرقم ص"
#. TRECx
#: sc/inc/scfuncs.hrc:1231
@@ -7519,13 +7502,13 @@ msgstr "فهرس الدوال. فهرس للدوال المحتملة مثل ا
#: sc/inc/scfuncs.hrc:1348
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "Range"
-msgstr "النطاق"
+msgstr "المجال"
#. QkjWV
#: sc/inc/scfuncs.hrc:1349
msgctxt "SC_OPCODE_SUB_TOTAL"
msgid "The cells of the range which are to be taken into account."
-msgstr "خلايا النطاق التي ستؤخذ في الحسبان."
+msgstr "خلايا المجال التي ستؤخذ في الحسبان."
#. us3F9
#: sc/inc/scfuncs.hrc:1355
@@ -8148,10 +8131,9 @@ msgstr "ضرب المصفوفة. إرجاع حاصل ضرب مصفوفتين."
#. FhD6y
#: sc/inc/scfuncs.hrc:1556
-#, fuzzy
msgctxt "SC_OPCODE_MAT_MULT"
msgid "Array 1"
-msgstr "مصفوفة "
+msgstr "مصفوفة 1"
#. FdTzG
#: sc/inc/scfuncs.hrc:1557
@@ -8161,10 +8143,9 @@ msgstr "المصفوفة الأولى المراد ضربها."
#. Ebs87
#: sc/inc/scfuncs.hrc:1558
-#, fuzzy
msgctxt "SC_OPCODE_MAT_MULT"
msgid "Array 2"
-msgstr "مصفوفة "
+msgstr "مصفوفة 2"
#. 3xEDC
#: sc/inc/scfuncs.hrc:1559
@@ -8253,10 +8234,9 @@ msgstr "إرجاع مجموع الفارق بين مربع عناصر مصفوف
#. AUFNs
#: sc/inc/scfuncs.hrc:1598
-#, fuzzy
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "Array X"
-msgstr "مصفوفة "
+msgstr "مصفوفة س"
#. 9vSGo
#: sc/inc/scfuncs.hrc:1599
@@ -8266,10 +8246,9 @@ msgstr "المصفوفة الأولى المراد جمع مربع وسائطه
#. YSPPg
#: sc/inc/scfuncs.hrc:1600
-#, fuzzy
msgctxt "SC_OPCODE_SUM_X2MY2"
msgid "Array Y"
-msgstr "مصفوفة "
+msgstr "مصفوفة ص"
#. 9T4Rr
#: sc/inc/scfuncs.hrc:1601
@@ -8285,10 +8264,9 @@ msgstr "إرجاع مجموع مربع عناصر مصفوفتين."
#. FrwhU
#: sc/inc/scfuncs.hrc:1608
-#, fuzzy
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "Array X"
-msgstr "مصفوفة "
+msgstr "مصفوفة س"
#. H8mTf
#: sc/inc/scfuncs.hrc:1609
@@ -8298,10 +8276,9 @@ msgstr "المصفوفة الأولى المراد جمع مربع وسائطه
#. Vtggo
#: sc/inc/scfuncs.hrc:1610
-#, fuzzy
msgctxt "SC_OPCODE_SUM_X2DY2"
msgid "Array Y"
-msgstr "مصفوفة "
+msgstr "مصفوفة ص"
#. reqfP
#: sc/inc/scfuncs.hrc:1611
@@ -8317,10 +8294,9 @@ msgstr "إرجاع مجموع مربع الفارق بين عناصر مصفوف
#. ZMxo6
#: sc/inc/scfuncs.hrc:1618
-#, fuzzy
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "Array X"
-msgstr "مصفوفة "
+msgstr "مصفوفة س"
#. 53FNi
#: sc/inc/scfuncs.hrc:1619
@@ -8330,10 +8306,9 @@ msgstr "المصفوفة الأولى المراد طرح وسائط المصف
#. BKfnC
#: sc/inc/scfuncs.hrc:1620
-#, fuzzy
msgctxt "SC_OPCODE_SUM_XMY2"
msgid "Array Y"
-msgstr "مصفوفة "
+msgstr "مصفوفة ص"
#. 2mWCE
#: sc/inc/scfuncs.hrc:1621
@@ -8611,10 +8586,9 @@ msgstr "حساب عدد الأرقام الموجودة في قائمة من ا
#. iDFDE
#: sc/inc/scfuncs.hrc:1694
-#, fuzzy
msgctxt "SC_OPCODE_COUNT"
msgid "Value "
-msgstr "القيمة"
+msgstr "القيمة "
#. 54dLB
#: sc/inc/scfuncs.hrc:1695
@@ -8630,10 +8604,9 @@ msgstr "حساب عدد القيم الموجودة في قائمة من الو
#. iqtKK
#: sc/inc/scfuncs.hrc:1702
-#, fuzzy
msgctxt "SC_OPCODE_COUNT_2"
msgid "Value "
-msgstr "القيمة"
+msgstr "القيمة "
#. sDGzy
#: sc/inc/scfuncs.hrc:1703
@@ -8667,10 +8640,9 @@ msgstr "إرجاع القيمة الكبرى لقائمة وسائط. تبلغ
#. 6ZyXF
#: sc/inc/scfuncs.hrc:1718
-#, fuzzy
msgctxt "SC_OPCODE_MAX_A"
msgid "Value "
-msgstr "القيمة"
+msgstr "القيمة "
#. 5XaxK
#: sc/inc/scfuncs.hrc:1719
@@ -8704,10 +8676,9 @@ msgstr "إرجاع القيمة الصغرى في قائمة وسائط. تبل
#. hWgKX
#: sc/inc/scfuncs.hrc:1734
-#, fuzzy
msgctxt "SC_OPCODE_MIN_A"
msgid "Value "
-msgstr "القيمة"
+msgstr "القيمة "
#. vUbLY
#: sc/inc/scfuncs.hrc:1735
@@ -8761,10 +8732,9 @@ msgstr "حساب التباين استنادًا إلى عينة. تبلغ قي
#. Q4kGy
#: sc/inc/scfuncs.hrc:1758
-#, fuzzy
msgctxt "SC_OPCODE_VAR_A"
msgid "Value "
-msgstr "القيمة"
+msgstr "القيمة "
#. QDDDd
#: sc/inc/scfuncs.hrc:1759
@@ -8817,10 +8787,9 @@ msgstr "حساب التباين استنادًا إلى المجتمع كله.
#. eRVBj
#: sc/inc/scfuncs.hrc:1782
-#, fuzzy
msgctxt "SC_OPCODE_VAR_P_A"
msgid "Value "
-msgstr "القيمة"
+msgstr "القيمة "
#. yZFuZ
#: sc/inc/scfuncs.hrc:1783
@@ -8874,10 +8843,9 @@ msgstr "حساب الانحراف المعياري استنادًا إلى عي
#. Smbhk
#: sc/inc/scfuncs.hrc:1806
-#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_A"
msgid "Value "
-msgstr "القيمة"
+msgstr "القيمة "
#. pXYdc
#: sc/inc/scfuncs.hrc:1807
@@ -8935,7 +8903,7 @@ msgstr "حساب الانحراف المعياري استنادًا إلى ال
#, fuzzy
msgctxt "SC_OPCODE_ST_DEV_P_A"
msgid "Value "
-msgstr "القيمة"
+msgstr "القيمة "
#. GGkKW
#: sc/inc/scfuncs.hrc:1831
@@ -8971,10 +8939,9 @@ msgstr "حساب الوسط الحسابي لعينة. تبلغ قيمة الن
#. eCCGY
#: sc/inc/scfuncs.hrc:1846
-#, fuzzy
msgctxt "SC_OPCODE_AVERAGE_A"
msgid "Value "
-msgstr "القيمة"
+msgstr "القيمة "
#. NxVLD
#: sc/inc/scfuncs.hrc:1847
@@ -12820,10 +12787,9 @@ msgstr "حساب نتيجة اختبار F."
#. EeFFo
#: sc/inc/scfuncs.hrc:2985
-#, fuzzy
msgctxt "SC_OPCODE_F_TEST"
msgid "Data 1"
-msgstr "تاريخ "
+msgstr "بيانات 1"
#. YfKrA
#: sc/inc/scfuncs.hrc:2986
@@ -12833,10 +12799,9 @@ msgstr "مصفوفة السجل الأول."
#. HcSHD
#: sc/inc/scfuncs.hrc:2987
-#, fuzzy
msgctxt "SC_OPCODE_F_TEST"
msgid "Data 2"
-msgstr "تاريخ "
+msgstr "بيانات 2"
#. DdRTF
#: sc/inc/scfuncs.hrc:2988
@@ -12852,10 +12817,9 @@ msgstr "حساب نتيجة اختبار F."
#. K37cV
#: sc/inc/scfuncs.hrc:2995
-#, fuzzy
msgctxt "SC_OPCODE_F_TEST_MS"
msgid "Data 1"
-msgstr "تاريخ "
+msgstr "بيانات 1"
#. tEFdd
#: sc/inc/scfuncs.hrc:2996
@@ -12940,10 +12904,9 @@ msgstr "حساب اختبار تي."
#. 5fHC3
#: sc/inc/scfuncs.hrc:3019
-#, fuzzy
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Data 1"
-msgstr "تاريخ "
+msgstr "بيانات 1"
#. F5qSy
#: sc/inc/scfuncs.hrc:3020
@@ -13124,10 +13087,9 @@ msgstr "حساب معامل بيرسون للارتباط العزومي."
#. ZhepS
#: sc/inc/scfuncs.hrc:3073
-#, fuzzy
msgctxt "SC_OPCODE_PEARSON"
msgid "Data 1"
-msgstr "تاريخ "
+msgstr "بيانات 1"
#. RAEvh
#: sc/inc/scfuncs.hrc:3074
@@ -13156,10 +13118,9 @@ msgstr "إرجاع معامل الارتباط."
#. ojEas
#: sc/inc/scfuncs.hrc:3083
-#, fuzzy
msgctxt "SC_OPCODE_CORREL"
msgid "Data 1"
-msgstr "تاريخ "
+msgstr "بيانات 1"
#. 7VtBm
#: sc/inc/scfuncs.hrc:3084
@@ -13189,10 +13150,9 @@ msgstr "حساب التباين المشترك."
#. MBP4T
#: sc/inc/scfuncs.hrc:3093
-#, fuzzy
msgctxt "SC_OPCODE_COVAR"
msgid "Data 1"
-msgstr "تاريخ "
+msgstr "بيانات 1"
#. skBUc
#: sc/inc/scfuncs.hrc:3094
@@ -13222,10 +13182,9 @@ msgstr "حساب التباين المشترك."
#. GRFHF
#: sc/inc/scfuncs.hrc:3103
-#, fuzzy
msgctxt "SC_OPCODE_COVARIANCE_P"
msgid "Data 1"
-msgstr "تاريخ "
+msgstr "بيانات 1"
#. AQzmF
#: sc/inc/scfuncs.hrc:3104
@@ -13255,10 +13214,9 @@ msgstr "حساب التباين المشترك."
#. eSQnz
#: sc/inc/scfuncs.hrc:3113
-#, fuzzy
msgctxt "SC_OPCODE_COVARIANCE_S"
msgid "Data 1"
-msgstr "تاريخ "
+msgstr "بيانات 1"
#. VZuaM
#: sc/inc/scfuncs.hrc:3114
@@ -14290,19 +14248,19 @@ msgstr "العمود في المدى"
#: sc/inc/scfuncs.hrc:3389
msgctxt "SC_OPCODE_INDEX"
msgid "Range"
-msgstr "النطاق"
+msgstr "المجال"
#. U4YBB
#: sc/inc/scfuncs.hrc:3390
msgctxt "SC_OPCODE_INDEX"
msgid "The index of the subrange if referring to a multiple range."
-msgstr "فهرس انطاق الجزئي إذا كان يشير إلى نطاق متعدد."
+msgstr "فهرس المجال الفرعي إن كانت الإشارة إلى مجال متعدد."
#. AAABU
#: sc/inc/scfuncs.hrc:3396
msgctxt "SC_OPCODE_INDIRECT"
msgid "Returns the contents of a cell that is referenced in text form."
-msgstr "إرجاع محتويات خلية محددة كمرجع على هيئة نص."
+msgstr "يُرجِع محتويات خلية محددة كمرجع على هيئة نص."
#. ng7BT
#: sc/inc/scfuncs.hrc:3397
@@ -16927,7 +16885,7 @@ msgstr "إلحاق ورقة"
#: sc/inc/strings.hrc:46
msgctxt "SCSTR_RENAMETAB"
msgid "Rename Sheet"
-msgstr "غيّر اسم الورقة"
+msgstr "أعد تسمية الورقة"
#. EEcgV
#: sc/inc/strings.hrc:47
@@ -18040,21 +17998,19 @@ msgstr ""
#: sc/inc/strings.hrc:242
msgctxt "STRID_CALC_RANGE"
msgid "Range"
-msgstr "النطاق"
+msgstr "المجال"
#. LHk8p
#: sc/inc/strings.hrc:243
-#, fuzzy
msgctxt "STRID_CALC_MIN"
msgid "Minimum"
-msgstr "الحد الأدنى"
+msgstr "الأدنى"
#. LtMJs
#: sc/inc/strings.hrc:244
-#, fuzzy
msgctxt "STRID_CALC_MAX"
msgid "Maximum"
-msgstr "الحد الأقصى"
+msgstr "الأقصى"
#. Q5r5c
#: sc/inc/strings.hrc:245
@@ -19517,19 +19473,19 @@ msgstr ""
#: sc/uiconfig/scalc/ui/checkwarningdialog.ui:11
msgctxt "checkwarningdialog|CheckWarningDialog"
msgid "You are pasting data into cells that already contain data."
-msgstr ""
+msgstr "أنت تلصق بيانات في خلايا تحتوي بيانات مسبقًا."
#. CKjJw
#: sc/uiconfig/scalc/ui/checkwarningdialog.ui:12
msgctxt "checkwarningdialog|CheckWarningDialog"
msgid "Do you really want to overwrite the existing data?"
-msgstr ""
+msgstr "هل تريد بالفعل الكتابة على البيانات الموجودة؟"
#. thPSB
#: sc/uiconfig/scalc/ui/checkwarningdialog.ui:76
msgctxt "checkwarningdialog|ask"
msgid "Warn me about this in the future."
-msgstr ""
+msgstr "حذّرني عن هذا مستقبلا."
#. SE9uJ
#: sc/uiconfig/scalc/ui/chisquaretestdialog.ui:8
@@ -19667,13 +19623,13 @@ msgstr "أدر التّنسيقات الشّرطيّة"
#: sc/uiconfig/scalc/ui/condformatmanager.ui:133
msgctxt "condformatmanager|STR_HEADER_RANGE"
msgid "Range"
-msgstr ""
+msgstr "المجال"
#. Gipiw
#: sc/uiconfig/scalc/ui/condformatmanager.ui:146
msgctxt "condformatmanager|STR_HEADER_FIRST_CONDITION"
msgid "First Condition"
-msgstr ""
+msgstr "الشرط الأول"
#. Cshpe
#: sc/uiconfig/scalc/ui/condformatmanager.ui:157
@@ -21815,28 +21771,27 @@ msgstr ""
#. nHoB2
#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:18
-#, fuzzy
msgctxt "definedatabaserangedialog|DefineDatabaseRangeDialog"
msgid "Define Database Range"
-msgstr "تحديد نطاق قاعدة البيانات"
+msgstr "عرّف مجال قاعدة البيانات"
#. CyzxS
#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:44
msgctxt "definedatabaserangedialog|extended_tip|ok"
msgid "Saves all changes and closes dialog."
-msgstr ""
+msgstr "يحفظ كل التغييرات ويغلق الحواري."
#. djkZd
#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:63
msgctxt "definedatabaserangedialog|extended_tip|cancel"
msgid "Closes dialog and discards all changes."
-msgstr ""
+msgstr "يغلق الحواري ويستبعد كل التغييرات."
#. RMghE
#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:176
msgctxt "definedatabaserangedialog|extended_tip|entry"
msgid "Enter a name for the database range that you want to define, or select an existing name from the list."
-msgstr ""
+msgstr "أدخِل اسمًا لمجال قاعدة البيانات الذي تريد تعريفه، أو حدد اسمًا موجودا من اللائحة."
#. 4FqWF
#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:193
@@ -21860,13 +21815,13 @@ msgstr ""
#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:269
msgctxt "definedatabaserangedialog|Range"
msgid "Range"
-msgstr "النطاق"
+msgstr "المجال"
#. CPDFA
#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:297
msgctxt "definedatabaserangedialog|extended_tip|add"
msgid "Adds the selected cell range to the database range list, or modifies an existing database range."
-msgstr ""
+msgstr "يضيف مجال الخلايا المحدد الى لائحة مجال قاعدة البيانات، أو يعدّل مجال قاعدة بيانات موجود."
#. N8Lui
#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:309
@@ -21891,7 +21846,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:377
msgctxt "definedatabaserangedialog|extended_tip|ContainsColumnLabels"
msgid "Selected cell ranges contains labels."
-msgstr ""
+msgstr "مجالات الخلايا المحددة تحتوي لصائق."
#. QBs5X
#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:389
@@ -24491,7 +24446,7 @@ msgstr "ألغِ"
#: sc/uiconfig/scalc/ui/movecopysheet.ui:16
msgctxt "movecopysheet|MoveCopySheetDialog"
msgid "Move/Copy Sheet"
-msgstr ""
+msgstr "انقل/انسخ الورقة"
#. iJZov
#: sc/uiconfig/scalc/ui/movecopysheet.ui:99
@@ -24519,10 +24474,9 @@ msgstr "الإجراء"
#. ENjjq
#: sc/uiconfig/scalc/ui/movecopysheet.ui:195
-#, fuzzy
msgctxt "movecopysheet|toDocumentLabel"
msgid "To _document"
-msgstr "إلى المستند"
+msgstr "إلى ال_مستند"
#. jfC53
#: sc/uiconfig/scalc/ui/movecopysheet.ui:212
@@ -24838,7 +24792,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/namerangesdialog.ui:398
msgctxt "namerangesdialog|label1"
msgid "Range"
-msgstr "النطاق"
+msgstr "المجال"
#. aDbLN
#: sc/uiconfig/scalc/ui/namerangesdialog.ui:423
@@ -32323,7 +32277,7 @@ msgstr "ت~مييز القيم"
#: sc/uiconfig/scalc/ui/tpviewpage.ui:104
msgctxt "extended_tip|value"
msgid "Mark the Value highlighting box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, number cells in blue, and protected cells are shown with light grey background, no matter how their display is formatted."
-msgstr ""
+msgstr "أشّر مربع تمييز القيمة لإظهار محتويات الخلايا بألوان مختلفة، استنادا إلى النوع. تُنسَّق خلايا النص بالأسود والصيغ بالأخضر وخلايا الأرقام بالأزرق وتظهر الخلايا المحمية بخلفية رمادية فاتحة بغضّ النظر عن تنسيق عَرضها."
#. ah84V
#: sc/uiconfig/scalc/ui/tpviewpage.ui:115
diff --git a/source/ar/sd/messages.po b/source/ar/sd/messages.po
index 8053d28c92c..f299a804d96 100644
--- a/source/ar/sd/messages.po
+++ b/source/ar/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: 2021-01-30 14:55+0100\n"
-"PO-Revision-Date: 2021-03-15 09:37+0000\n"
+"PO-Revision-Date: 2021-04-06 08:37+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-7-1/sdmessages/ar/>\n"
"Language: ar\n"
@@ -8173,7 +8173,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/presentationdialog.ui:250
msgctxt "presentationdialog|label1"
msgid "Range"
-msgstr "النطاق"
+msgstr "المجال"
#. tmJvs
#: sd/uiconfig/simpress/ui/presentationdialog.ui:298
diff --git a/source/ar/sfx2/messages.po b/source/ar/sfx2/messages.po
index baaf33974f6..2d67eae01b1 100644
--- a/source/ar/sfx2/messages.po
+++ b/source/ar/sfx2/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: 2021-01-30 14:55+0100\n"
-"PO-Revision-Date: 2021-03-18 15:36+0000\n"
+"PO-Revision-Date: 2021-04-06 08:37+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-7-1/sfx2messages/ar/>\n"
"Language: ar\n"
@@ -3123,9 +3123,10 @@ msgstr ""
#. 8gPai
#: sfx2/uiconfig/ui/linefragment.ui:149
+#, fuzzy
msgctxt "linefragment|SFX_ST_EDIT"
msgid "..."
-msgstr ""
+msgstr "..."
#. x4Fjd
#: sfx2/uiconfig/ui/linefragment.ui:185
diff --git a/source/ar/svx/messages.po b/source/ar/svx/messages.po
index 04cdf1b9601..67c8a64d4b5 100644
--- a/source/ar/svx/messages.po
+++ b/source/ar/svx/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: 2021-01-30 14:55+0100\n"
-"PO-Revision-Date: 2021-03-19 17:36+0000\n"
+"PO-Revision-Date: 2021-04-06 08:37+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-7-1/svxmessages/ar/>\n"
"Language: ar\n"
@@ -9855,7 +9855,7 @@ msgstr ""
#: include/svx/strings.hrc:1742
msgctxt "RID_SVXSTR_FRAMEDIR_SUPER"
msgid "Use superordinate object settings"
-msgstr ""
+msgstr "استخدم إعدادات الكائن الرئيسي"
#. G2Jyh
#. page direction
@@ -15909,10 +15909,9 @@ msgstr "ستُستعاد الملفات الآتية:"
#. ELeAs
#: svx/uiconfig/ui/extrustiondepthdialog.ui:13
-#, fuzzy
msgctxt "extrustiondepthdialog|ExtrustionDepthDialog"
msgid "Extrusion Depth"
-msgstr "نتوء غربي"
+msgstr "عمق النتوء"
#. b6kQz
#: svx/uiconfig/ui/extrustiondepthdialog.ui:121
@@ -15962,7 +15961,7 @@ msgstr "~غير خالي"
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:8
msgctxt "findreplacedialog-mobile|FindReplaceDialog"
msgid "Find & Replace"
-msgstr ""
+msgstr "جد واستبدل"
#. eByBj
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:142
@@ -18119,7 +18118,7 @@ msgstr "على الأقل"
#: svx/uiconfig/ui/paralinespacingcontrol.ui:132
msgctxt "paralinespacingcontrol|line_dist"
msgid "Leading"
-msgstr "المسافة بين السطور"
+msgstr "فوْصلَة"
#. ZJ2BW
#: svx/uiconfig/ui/paralinespacingcontrol.ui:133
@@ -18501,10 +18500,9 @@ msgstr ""
#. mGrjp
#: svx/uiconfig/ui/redlinefilterpage.ui:222
-#, fuzzy
msgctxt "redlinefilterpage|rangeedit-atkobject"
msgid "Range"
-msgstr "النطاق"
+msgstr "المجال"
#. B4t2S
#: svx/uiconfig/ui/redlinefilterpage.ui:223
diff --git a/source/ar/sw/messages.po b/source/ar/sw/messages.po
index df26a259575..d66b8ff1848 100644
--- a/source/ar/sw/messages.po
+++ b/source/ar/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: 2021-03-10 16:23+0100\n"
-"PO-Revision-Date: 2021-03-19 17:36+0000\n"
+"PO-Revision-Date: 2021-04-06 08:37+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-7-1/swmessages/ar/>\n"
"Language: ar\n"
@@ -15616,7 +15616,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/frmaddpage.ui:475
msgctxt "frmaddpage|extended_tip|textflow"
msgid "Specifies the preferred text flow direction in a frame. To use the default text flow settings for the page, select Use superordinate object settings from the list."
-msgstr ""
+msgstr "يحدد اتجاه انسياب النص المفضّل في الإطار. لتستخدم إعدادات انسياب النص المبدئي للصفحة، حدد استخدام إعدادات الكائن الرئيسي من اللائحة."
#. ph8JN
#: sw/uiconfig/swriter/ui/frmaddpage.ui:488
@@ -27037,7 +27037,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:358
msgctxt "tabletextflowpage|liststore1"
msgid "Use superordinate object settings"
-msgstr "استخدم إعدادات كائن الاحداثيات الرئيسية"
+msgstr "استخدم إعدادات الكائن الرئيسي"
#. FJnts
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:362
diff --git a/source/as/cui/messages.po b/source/as/cui/messages.po
index 054a9e85e59..e0a80ea0ff4 100644
--- a/source/as/cui/messages.po
+++ b/source/as/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2469,1071 +2469,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr ""
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr ""
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr ""
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr ""
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr ""
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr ""
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr ""
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr ""
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr ""
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr ""
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr ""
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr ""
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr ""
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr ""
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr ""
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr ""
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr ""
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr ""
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr ""
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr ""
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr ""
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr ""
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr ""
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr ""
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr ""
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr ""
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr ""
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr ""
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr ""
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr ""
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr ""
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr ""
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr ""
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr ""
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr ""
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr ""
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr ""
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr ""
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr ""
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr ""
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr ""
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr ""
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr ""
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr ""
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr ""
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr ""
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr ""
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr ""
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr ""
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr ""
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr ""
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr ""
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr ""
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr ""
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr ""
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr ""
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr ""
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr ""
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr ""
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr ""
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr ""
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr ""
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr ""
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr ""
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr ""
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr ""
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr ""
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr ""
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr ""
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr ""
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr ""
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr ""
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr ""
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr ""
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr ""
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr ""
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr ""
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr ""
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr ""
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr ""
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr ""
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr ""
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr ""
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr ""
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr ""
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr ""
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr ""
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr ""
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr ""
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr ""
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr ""
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr ""
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr ""
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr ""
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr ""
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr ""
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr ""
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr ""
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr ""
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr ""
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr ""
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr ""
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr ""
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr ""
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr ""
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr ""
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr ""
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr ""
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr ""
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr ""
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr ""
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr ""
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr ""
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr ""
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr ""
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr ""
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr ""
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr ""
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr ""
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr ""
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr ""
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr ""
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr ""
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr ""
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr ""
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr ""
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr ""
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr ""
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr ""
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr ""
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr ""
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr ""
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr ""
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr ""
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr ""
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr ""
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr ""
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr ""
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr ""
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr ""
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr ""
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr ""
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr ""
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr ""
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr ""
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr ""
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr ""
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr ""
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr ""
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr ""
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr ""
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr ""
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr ""
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr ""
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr ""
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr ""
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr ""
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr ""
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr ""
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr ""
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
diff --git a/source/ast/cui/messages.po b/source/ast/cui/messages.po
index 46251fc765d..c4905672faa 100644
--- a/source/ast/cui/messages.po
+++ b/source/ast/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2021-03-22 17:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-1/cuimessages/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.4.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542195213.000000\n"
#. GyY9M
@@ -2456,1071 +2456,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr ""
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr ""
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr ""
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr ""
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr ""
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr ""
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr ""
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr ""
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr ""
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr ""
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr ""
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr ""
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr ""
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr ""
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr ""
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr ""
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr ""
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr ""
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr ""
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr ""
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr ""
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr ""
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr ""
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr ""
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr ""
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr ""
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr ""
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr ""
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr ""
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr ""
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr ""
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr ""
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr ""
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr ""
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr ""
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr ""
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr ""
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr ""
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr ""
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr ""
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr ""
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr ""
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr ""
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr ""
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr ""
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr ""
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr ""
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr ""
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr ""
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr ""
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr ""
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr ""
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr ""
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr ""
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr ""
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr ""
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr ""
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr ""
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr ""
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr ""
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr ""
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr ""
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr ""
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr ""
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr ""
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr ""
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr ""
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr ""
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr ""
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr ""
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr ""
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr ""
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr ""
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr ""
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr ""
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr ""
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr ""
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr ""
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr ""
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr ""
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr ""
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr ""
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr ""
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr ""
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr ""
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr ""
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr ""
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr ""
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr ""
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr ""
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr ""
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr ""
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr ""
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr ""
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr ""
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr ""
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr ""
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr ""
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr ""
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr ""
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr ""
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr ""
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr ""
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr ""
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr ""
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr ""
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr ""
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr ""
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr ""
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr ""
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr ""
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr ""
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr ""
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr ""
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr ""
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr ""
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr ""
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr ""
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr ""
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr ""
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr ""
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr ""
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr ""
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr ""
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr ""
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr ""
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr ""
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr ""
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr ""
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr ""
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr ""
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr ""
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr ""
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr ""
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr ""
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr ""
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr ""
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr ""
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr ""
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr ""
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr ""
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr ""
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr ""
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr ""
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr ""
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr ""
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr ""
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr ""
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr ""
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr ""
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr ""
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr ""
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr ""
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr ""
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr ""
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr ""
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr ""
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr ""
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr "¿Quies desarrollar peñeres XSLT y XML nueves?"
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr ""
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
diff --git a/source/ast/helpcontent2/source/text/sdraw/guide.po b/source/ast/helpcontent2/source/text/sdraw/guide.po
index 806e0940e83..6c3b865e2ac 100644
--- a/source/ast/helpcontent2/source/text/sdraw/guide.po
+++ b/source/ast/helpcontent2/source/text/sdraw/guide.po
@@ -4,16 +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: 2020-01-22 13:00+0100\n"
-"PO-Revision-Date: 2020-09-17 17:44+0000\n"
-"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsdrawguide/ast/>\n"
+"PO-Revision-Date: 2021-04-14 19:37+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-7-1/textsdrawguide/ast/>\n"
"Language: ast\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: Weblate 4.1.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1523977270.000000\n"
#. cZbDh
@@ -833,7 +833,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Drawing Sectors and Segments"
-msgstr "Dibuxar sectores y segmentos"
+msgstr "Dibuxar seutores y segmentos"
#. CEEGe
#: draw_sector.xhp
@@ -851,7 +851,7 @@ msgctxt ""
"hd_id3146974\n"
"help.text"
msgid "<variable id=\"draw_sector\"><link href=\"text/sdraw/guide/draw_sector.xhp\" name=\"Drawing Sectors and Segments\">Drawing Sectors and Segments</link></variable>"
-msgstr "<variable id=\"draw_sector\"><link href=\"text/sdraw/guide/draw_sector.xhp\" name=\"Drawing Sectors and Segments\">Dibuxar Sectores y Segmentos</link></variable>"
+msgstr "<variable id=\"draw_sector\"><link href=\"text/sdraw/guide/draw_sector.xhp\" name=\"Drawing Sectors and Segments\">Dibuxar seutores y segmentos</link></variable>"
#. Zq2MQ
#: draw_sector.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/01.po b/source/ast/helpcontent2/source/text/shared/01.po
index be521e444c7..625d7597a68 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: 2020-12-14 15:33+0100\n"
+"POT-Creation-Date: 2021-04-06 15:30+0200\n"
"PO-Revision-Date: 2021-02-28 21:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-7-1/textshared01/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.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542196269.000000\n"
#. 3u8hR
@@ -15379,33 +15379,6 @@ msgctxt ""
msgid "<emph>Small capitals</emph> - <variable id=\"smallcapitals\">Changes the selected lowercase characters to uppercase characters, and then reduces their size.</variable>"
msgstr ""
-#. kGuxJ
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"bm_id410168\n"
-"help.text"
-msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>"
-msgstr ""
-
-#. Suvvn
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"hd_id3152941\n"
-"help.text"
-msgid "Blinking"
-msgstr ""
-
-#. 2FiCB
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"par_id3145662\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>"
-msgstr ""
-
#. B3MEb
#: 05020200.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/shared/autopi.po b/source/ast/helpcontent2/source/text/shared/autopi.po
index eb6e2fb6488..7ca937611d9 100644
--- a/source/ast/helpcontent2/source/text/shared/autopi.po
+++ b/source/ast/helpcontent2/source/text/shared/autopi.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: autopi\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-10-27 12:31+0100\n"
-"PO-Revision-Date: 2020-11-06 12:35+0000\n"
+"PO-Revision-Date: 2021-03-26 10:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedautopi/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-7-1/textsharedautopi/ast/>\n"
"Language: ast\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: Weblate 4.1.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-POOTLE-MTIME: 1524568663.000000\n"
@@ -7494,7 +7494,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Address Data Source"
-msgstr "Orixe de datos de direiciones"
+msgstr "Orixe de datos de señes"
#. yj6UG
#: 01170000.xhp
@@ -7503,7 +7503,7 @@ msgctxt ""
"hd_id3147285\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01170000.xhp\" name=\"Address Data Source\">Address Data Source</link>"
-msgstr "<link href=\"text/shared/autopi/01170000.xhp\" name=\"Address Data Source\">Fonte de datos de la llibreta de direiciones</link>"
+msgstr "<link href=\"text/shared/autopi/01170000.xhp\" name=\"Address Data Source\">Orixe de datos de señes</link>"
#. BEBQU
#: 01170000.xhp
diff --git a/source/ast/helpcontent2/source/text/swriter/guide.po b/source/ast/helpcontent2/source/text/swriter/guide.po
index 7c521e00cbc..e94e115d605 100644
--- a/source/ast/helpcontent2/source/text/swriter/guide.po
+++ b/source/ast/helpcontent2/source/text/swriter/guide.po
@@ -4,16 +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: 2020-12-08 13:07+0100\n"
-"PO-Revision-Date: 2020-10-22 11:35+0000\n"
+"PO-Revision-Date: 2021-04-14 19:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriterguide/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-7-1/textswriterguide/ast/>\n"
"Language: ast\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.4.2\n"
"X-POOTLE-MTIME: 1542028604.000000\n"
#. XAt2Y
@@ -455,7 +455,7 @@ msgctxt ""
"par_id3147814\n"
"help.text"
msgid "Press Enter again to finish the list."
-msgstr "Calque Intro de nuevu pa terminar la llista."
+msgstr "Calca Intro de nueves pa terminar la llista."
#. UkjkK
#: auto_numbering.xhp
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 4a14ef60d32..69fca5be327 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: 2020-12-01 12:34+0100\n"
-"PO-Revision-Date: 2021-03-23 11:54+0000\n"
+"PO-Revision-Date: 2021-04-14 10:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-1/officecfgregistrydataorgopenofficeofficeui/ast/>\n"
"Language: ast\n"
@@ -9759,7 +9759,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Rectangle"
-msgstr "Rectángulu"
+msgstr "Reutángulu"
#. P6aAw
#: DrawImpressCommands.xcu
@@ -16517,7 +16517,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Rectangle"
-msgstr "Rectángulu"
+msgstr "Reutángulu"
#. GrfLj
#: GenericCommands.xcu
@@ -16527,7 +16527,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Rectangle, Rounded"
-msgstr "Rectángulu, redondeáu"
+msgstr "Reutángulu, redondiáu"
#. 7EYYb
#: GenericCommands.xcu
@@ -19044,7 +19044,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Rectangle"
-msgstr "Rectángulu"
+msgstr "Reutángulu"
#. FYm6x
#: GenericCommands.xcu
@@ -19054,7 +19054,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert Rectangle"
-msgstr ""
+msgstr "Inxertar un reutángulu"
#. GXMVT
#: GenericCommands.xcu
@@ -19064,7 +19064,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Rectangle"
-msgstr ""
+msgstr "Reutángulu"
#. 7hxFJ
#: GenericCommands.xcu
@@ -36624,7 +36624,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Track Changes"
-msgstr ""
+msgstr "Siguimientu de cambeos"
#. BQHZF
#: WriterGlobalWindowState.xcu
@@ -38121,7 +38121,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Track Changes"
-msgstr ""
+msgstr "Siguimientu de cambeos"
#. VzFYU
#: WriterWindowState.xcu
diff --git a/source/ast/sc/messages.po b/source/ast/sc/messages.po
index 546b98a9232..036a99b9bbe 100644
--- a/source/ast/sc/messages.po
+++ b/source/ast/sc/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: 2021-01-30 14:55+0100\n"
-"PO-Revision-Date: 2021-03-05 15:36+0000\n"
+"PO-Revision-Date: 2021-04-14 10:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-1/scmessages/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: Weblate 4.4\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1542022495.000000\n"
#. kBovX
@@ -2444,7 +2444,7 @@ msgstr "AutoForma"
#: sc/inc/globstr.hrc:423
msgctxt "STR_SHAPE_RECTANGLE"
msgid "Rectangle"
-msgstr "Rectángulu"
+msgstr "Reutángulu"
#. 9jDFZ
#: sc/inc/globstr.hrc:424
@@ -26377,7 +26377,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/numbertransformationentry.ui:78
msgctxt "numbertransformationentry|square"
msgid "Square"
-msgstr ""
+msgstr "Cuadráu"
#. GJFaH
#: sc/uiconfig/scalc/ui/numbertransformationentry.ui:79
diff --git a/source/ast/sfx2/messages.po b/source/ast/sfx2/messages.po
index cc15ac72411..f27b70ef114 100644
--- a/source/ast/sfx2/messages.po
+++ b/source/ast/sfx2/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: 2021-01-30 14:55+0100\n"
-"PO-Revision-Date: 2021-03-22 17:37+0000\n"
+"PO-Revision-Date: 2021-04-14 10:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-1/sfx2messages/ast/>\n"
"Language: ast\n"
@@ -1556,7 +1556,7 @@ msgstr "Nivel"
#: include/sfx2/strings.hrc:282
msgctxt "STR_CLASSIFIED_NATIONAL_SECURITY"
msgid "National Security:"
-msgstr "Seguridá nacional:"
+msgstr "Seguranza nacional:"
#. ZBXbG
#: include/sfx2/strings.hrc:283
@@ -1691,7 +1691,7 @@ msgstr ""
#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
-msgstr ""
+msgstr "ADN"
#. XBrCi
#: include/sfx2/strings.hrc:309
@@ -1757,7 +1757,7 @@ msgstr ""
#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
-msgstr ""
+msgstr "Pianu"
#. mrbiq
#: include/sfx2/strings.hrc:320
@@ -1812,7 +1812,7 @@ msgstr ""
#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
-msgstr ""
+msgstr "Moderna"
#. CVJEC
#: include/sfx2/strings.hrc:330
diff --git a/source/ast/svx/messages.po b/source/ast/svx/messages.po
index 6a5cebd3505..9b7c63738f7 100644
--- a/source/ast/svx/messages.po
+++ b/source/ast/svx/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: 2021-01-30 14:55+0100\n"
-"PO-Revision-Date: 2021-03-22 17:36+0000\n"
+"PO-Revision-Date: 2021-04-14 10:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-1/svxmessages/ast/>\n"
"Language: ast\n"
@@ -86,13 +86,13 @@ msgstr "Llinies"
#: include/svx/strings.hrc:36
msgctxt "STR_ObjNameSingulRECT"
msgid "Rectangle"
-msgstr "Rectángulu"
+msgstr "Reutángulu"
#. TDTj8
#: include/svx/strings.hrc:37
msgctxt "STR_ObjNamePluralRECT"
msgid "Rectangles"
-msgstr "Rectángulos"
+msgstr "Reutángulos"
#. fnV49
#: include/svx/strings.hrc:38
@@ -16854,7 +16854,7 @@ msgstr "Camuda el mou de seleición, por que pueda escoyese la contorna."
#: svx/uiconfig/ui/floatingcontour.ui:233
msgctxt "floatingcontour|TBI_RECT"
msgid "Rectangle"
-msgstr "Rectángulu"
+msgstr "Reutángulu"
#. XF9CF
#: svx/uiconfig/ui/floatingcontour.ui:237
@@ -17509,7 +17509,7 @@ msgstr ""
#: svx/uiconfig/ui/imapdialog.ui:229
msgctxt "imapdialog|TBI_RECT"
msgid "Rectangle"
-msgstr "Rectángulu"
+msgstr "Reutángulu"
#. EYDzs
#: svx/uiconfig/ui/imapdialog.ui:233
diff --git a/source/ast/sw/messages.po b/source/ast/sw/messages.po
index cfe8717e52a..f466127d2ed 100644
--- a/source/ast/sw/messages.po
+++ b/source/ast/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: 2021-03-10 16:23+0100\n"
-"PO-Revision-Date: 2021-03-23 11:54+0000\n"
+"PO-Revision-Date: 2021-03-31 15:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-1/swmessages/ast/>\n"
"Language: ast\n"
@@ -5872,10 +5872,9 @@ msgstr ""
#. xvSRm
#: sw/inc/strings.hrc:657
-#, fuzzy
msgctxt "STR_HYPERLINK"
msgid "Insert as Hyperlink"
-msgstr "Inxertar hiperenllaz"
+msgstr "Inxertar como hiperenllaz"
#. sdfGe
#: sw/inc/strings.hrc:658
@@ -5911,17 +5910,15 @@ msgstr "anubríu"
#. 3VWjq
#: sw/inc/strings.hrc:663
-#, fuzzy
msgctxt "STR_ACTIVE"
msgid "active"
msgstr "activa"
#. YjPvg
#: sw/inc/strings.hrc:664
-#, fuzzy
msgctxt "STR_INACTIVE"
msgid "inactive"
-msgstr "inactivu"
+msgstr "inactiva"
#. tBPKU
#: sw/inc/strings.hrc:665
diff --git a/source/az/cui/messages.po b/source/az/cui/messages.po
index d274ada195b..95dba100fe2 100644
--- a/source/az/cui/messages.po
+++ b/source/az/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2442,1071 +2442,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr ""
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr ""
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr ""
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr ""
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr ""
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr ""
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr ""
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr ""
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr ""
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr ""
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr ""
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr ""
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr ""
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr ""
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr ""
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr ""
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr ""
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr ""
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr ""
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr ""
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr ""
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr ""
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr ""
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr ""
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr ""
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr ""
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr ""
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr ""
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr ""
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr ""
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr ""
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr ""
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr ""
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr ""
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr ""
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr ""
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr ""
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr ""
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr ""
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr ""
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr ""
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr ""
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr ""
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr ""
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr ""
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr ""
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr ""
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr ""
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr ""
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr ""
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr ""
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr ""
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr ""
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr ""
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr ""
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr ""
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr ""
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr ""
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr ""
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr ""
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr ""
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr ""
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr ""
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr ""
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr ""
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr ""
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr ""
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr ""
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr ""
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr ""
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr ""
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr ""
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr ""
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr ""
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr ""
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr ""
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr ""
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr ""
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr ""
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr ""
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr ""
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr ""
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr ""
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr ""
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr ""
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr ""
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr ""
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr ""
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr ""
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr ""
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr ""
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr ""
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr ""
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr ""
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr ""
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr ""
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr ""
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr ""
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr ""
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr ""
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr ""
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr ""
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr ""
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr ""
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr ""
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr ""
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr ""
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr ""
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr ""
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr ""
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr ""
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr ""
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr ""
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr ""
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr ""
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr ""
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr ""
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr ""
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr ""
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr ""
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr ""
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr ""
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr ""
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr ""
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr ""
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr ""
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr ""
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr ""
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr ""
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr ""
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr ""
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr ""
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr ""
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr ""
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr ""
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr ""
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr ""
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr ""
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr ""
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr ""
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr ""
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr ""
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr ""
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr ""
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr ""
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr ""
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr ""
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr ""
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr ""
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr ""
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr ""
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr ""
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr ""
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr ""
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr ""
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr ""
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr ""
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr ""
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr ""
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr ""
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
diff --git a/source/be/cui/messages.po b/source/be/cui/messages.po
index b5f3a3f5453..34469865ef8 100644
--- a/source/be/cui/messages.po
+++ b/source/be/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2454,1071 +2454,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr ""
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr ""
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr ""
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr ""
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr ""
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr ""
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr ""
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr ""
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr ""
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr ""
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr ""
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr ""
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr ""
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr ""
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr ""
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr ""
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr ""
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr ""
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr ""
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr ""
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr ""
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr ""
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr ""
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr ""
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr ""
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr ""
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr ""
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr ""
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr ""
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr ""
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr ""
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr ""
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr ""
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr ""
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr ""
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr ""
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr ""
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr ""
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr ""
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr ""
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr ""
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr ""
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr ""
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr ""
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr ""
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr ""
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr ""
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr ""
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr ""
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr ""
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr ""
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr ""
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr ""
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr ""
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr ""
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr ""
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr ""
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr ""
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr ""
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr ""
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr ""
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr ""
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr ""
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr ""
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr ""
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr ""
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr ""
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr ""
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr ""
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr ""
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr ""
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr ""
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr ""
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr ""
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr ""
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr ""
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr ""
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr ""
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr ""
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr ""
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr ""
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr ""
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr ""
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr ""
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr ""
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr ""
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr ""
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr ""
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr ""
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr ""
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr ""
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr ""
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr ""
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr ""
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr ""
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr ""
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr ""
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr ""
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr ""
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr ""
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr ""
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr ""
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr ""
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr ""
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr ""
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr ""
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr ""
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr ""
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr ""
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr ""
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr ""
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr ""
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr ""
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr ""
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr ""
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr ""
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr ""
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr ""
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr ""
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr ""
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr ""
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr ""
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr ""
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr ""
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr ""
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr ""
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr ""
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr ""
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr ""
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr ""
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr ""
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr ""
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr ""
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr ""
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr ""
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr ""
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr ""
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr ""
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr ""
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr ""
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr ""
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr ""
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr ""
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr ""
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr ""
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr ""
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr ""
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr ""
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr ""
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr ""
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr ""
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr ""
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr ""
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr ""
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr ""
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr ""
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr ""
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr ""
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr ""
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr ""
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
diff --git a/source/bg/cui/messages.po b/source/bg/cui/messages.po
index 7f106d2d792..89e2af4d597 100644
--- a/source/bg/cui/messages.po
+++ b/source/bg/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2021-03-10 07:36+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-7-1/cuimessages/bg/>\n"
@@ -2456,1071 +2456,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr "%PRODUCTNAME поддържа четири нива на безопасност на макросите (от ниско до много високо) и надеждни източници."
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr "%PRODUCTNAME възнамерява да кандидатства като организация за Google Summer of Code (GSoC), вижте:"
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr "Знаете ли, че можете да прикрепвате коментари към откъси от текст? Просто използвайте комбинацията %MOD1+%MOD2+C."
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr "Искате да преместите един или няколко абзаца? Няма нужда от копиране и поставяне: използвайте клавишната комбинация %MOD1+%MOD2+стрелка (нагоре/надолу)."
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr "Можете да смените основните шрифтове за предварително дефинирания шаблон или текущия документ с „Инструменти ▸ Настройки ▸ %PRODUCTNAME Writer ▸ Основни шрифтове“."
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr "Искате да намерите думи с повече от 10 знака? „Редактиране ▸ Търсене и замяна ▸ Търсене“ ▸ [а-я]{10,} ▸ „Други настройки“ ▸ отметнете „Регулярни изрази“."
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr "За да отворите CSV файл като нов лист в текущата електронна таблица, използвайте „Лист ▸ Лист от файл“."
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr "Когато въвеждате получер, курсивен или подчертан текст в Writer, можете да продължите с подразбираните атрибути, като натиснете %MOD1+Shift+X (премахване на преките знакови формати)."
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr "За да поставите съдържанието на клипборда като неформатиран текст, използвайте %MOD1+%MOD2+Shift+V."
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr "Можете да персонализирате външния вид на бележките под линия с „Инструменти ▸ Бележки под линия/в края…“."
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr "С „Прожекция ▸ Прожекция по избор“ можете да пренареждате и избирате кадри, за да приспособите прожекцията към конкретна публика."
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr "Искате да промените правописната проверка за част от текста? Щракнете върху зоната за език в лентата на състоянието или – още по-добре – приложете съответен стил."
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr "Writer може да вмъква празна страница между две последователни нечетни (четни) страници. Отметнете „Отпечатване на автоматичните празни страници“ в раздела „Writer“ на диалога за печат."
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr "Не искате да отпечатвате всички колони? Скрийте или групирайте нежеланите."
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr "За да промените презентация с автоизпълнение, отворете я и след като изпълнението започне, щракнете с десния бутон и изберете „Редактиране“ от контекстното меню."
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr "Искате да позиционирате прецизно? %MOD2+клавишите със стрелки местят обектите (фигури, изображения, формули) с по един пиксел."
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr "Ако сте инсталирали вградената помощ, тя е достъпна с натискане на F1. Иначе вижте онлайн на адрес:"
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr "Щракнете с десния бутон в лентата на състоянието в %PRODUCTNAME Calc и изберете „Брой избрани клетки“, за да видите броя на избраните клетки."
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr "Искате само част от страницата в %PRODUCTNAME Writer да е с две колони? „Вмъкване ▸ Раздел“, задайте необходимото в секцията „Колони“ и въведете текст в раздела."
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr "Използвайте „Данни ▸ Статистика“ в %PRODUCTNAME Calc за извадки, дескриптивна статистика, дисперсионен анализ, корелация и т.н."
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr "Можете да копирате от един лист към друг без клипборда. Изберете областта източник, щракнете с %MOD1 върху етикета на листа местоназначение и използвайте „Лист ▸ Запълване на клетки ▸ Запълване на листове“."
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr "Можете да променяте облика на %PRODUCTNAME с „Инструменти ▸ Настройки ▸ Изглед ▸ Потребителски интерфейс“."
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr "С командата „Вмъкване ▸ Мултимедия ▸ Фотоалбум“ в %PRODUCTNAME Impress можете да създадете прожекция от поредица изображения."
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr "За да виждате самите формули вместо резултатите им, изберете „Изглед ▸ Показване на формула“ (или „Инструменти ▸ Настройки ▸ %PRODUCTNAME Calc ▸ Изглед ▸ Визуализиране ▸ Формули“)."
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr "%PRODUCTNAME се разработва от дружелюбна общност, съставена от стотици сътрудници по целия свят. Присъединете се към нея със своите умения – не само програмиране."
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr "Левичар ли сте? Разрешете „Инструменти ▸ Настройки ▸ Езикови настройки ▸ Езици ▸ Азиатски“ и отметнете полето „Инструменти ▸ Настройки ▸ %PRODUCTNAME Writer ▸ Изглед ▸ Скала ▸ Дясно подравняване“, за да преместите лентата за превъртане отляво."
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr "Искате заглавията на главите винаги да са на нова страница? Редактирайте абзацния стил „Заглавие 1“ ▸ „Изливане на текста ▸ Знаци за прекъсване“ и отметнете „Вмъкване ▸ Страница ▸ Преди“."
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr "Стойностите за дата/час представляват просто брой дни от избран нулев ден; цялата част на числото представя датата, а дробната част – часа (изминалата част от деня), като 0,5 означава пладне."
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr "Shift+%MOD1+Del изтрива от курсора до края на текущото изречение."
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr "Във формулите можете да използвате етикети на редове или колони. Например, ако имате две колони, „Време“ и „км“, с формулата =Време/км ще получите минутите за километър."
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr "Ако бягащият пунктир около клетки в Calc ви дразни, натиснете Escape, за да го изключите; копираното съдържание остава налице за поставяне."
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr "Искате ли да станете посланик на %PRODUCTNAME? Предлагаме сертифициране за разработчици, администратори и преподаватели."
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr "Можете да смесвате портретна и пейзажна ориентация в електронна таблица на Calc, като прилагате върху листовете различни стилове за страници."
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr "Щракнете върху иконата за специални знаци в лентата с инструменти, за да достигнете бързо до предпочитаните и последно използваните знаци за вмъкване."
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr "Изберете „Йерархичен изглед“ в страничната лента „Стилове и формати“, за да видите отношенията между стиловете."
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr "Можете да постигнете съгласуван облик на таблиците в документа, като използвате стилове. Изберете някой от готовите с командата „Стилове“ (F11) или „Таблица ▸ Автоформат“."
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr "Искате хипервръзките да се отварят само с натиснат клавиш %MOD1? „Инструменти ▸ Настройки ▸ %PRODUCTNAME ▸ Сигурност ▸ Настройки ▸ Проследяване на хипервръзки с %MOD1+щракване“."
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr "Ако искате да проследите изчисляването на отделни елементи от формула, изберете съответните елементи и натиснете F9."
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr "Можете да защитавате клетки с „Форматиране ▸ Клетки ▸ Защита“. За да предотвратите вмъкване, изтриване, преименуване и местене/копиране на листове, използвайте „Инструменти ▸ Защитаване на лист“."
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr "Искате да пишете по протежението на крива? Нарисувайте линията, щракнете двукратно върху нея, въведете текста и изберете „Форматиране ▸ Текстово поле и фигура ▸ Обект Fontwork“."
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr "Искате да виждате само най-високите стойности в електронна таблица? Изберете „Данни ▸ Автофилтър“, щракнете върху стрелката надолу и изберете „Първи 10“."
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr "За да премахнете номера на страница от съдържанието, изберете „Вмъкване ▸ Съдържание и указател“ (или „Редактиране“ от контекстното меню на вмъкнато преди това съдържание). В раздела „Елементи“ изтрийте номера на страница (#) от реда „Структура“."
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr "С навигатора можете да избирате и местите нагоре/надолу заглавия и съответния им текст в самия навигатор и в документа."
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr "За да да създадете бързо обект на Math в Writer, въведете формулата, маркирайте я и използвайте „Вмъкване ▸ Обект ▸ Формула“, за да преобразувате текста."
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr "В %PRODUCTNAME е много лесно да инсталирате нов речник: речниците се предлагат като разширения."
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr "%PRODUCTNAME има преносима версия, която ви осигурява мобилност. Дори без администраторски права за компютъра можете да инсталирате %PRODUCTNAME Portable на твърдия диск."
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr "Writer позволява отделна номерация на бележките под линия във всяка страница, глава или документ: „Инструменти ▸ Бележки под линия/в края ▸ Броене“."
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr "Документът на Writer не се е отворил с курсора върху последната редактирана позиция? Въведете собствено или фамилно име в „Инструменти ▸ Настройки ▸ %PRODUCTNAME ▸ Данни за потребител ▸ Име/фамилия“."
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr "Искате да организирате цитати? Използвайте разширение."
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr "Искате да вмъкнете стойност на едно и също място в няколко листа? Преди въвеждането изберете листовете, като задържите клавиша %MOD1 и щракнете върху етикетите им."
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr "Искате да скриете даден текст в документа? Изберете текста. „Вмъкване ▸ Раздел“, отметнете „Скриване“."
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr "Можете да персонализирате средния бутон на мишката с „Инструменти ▸ Настройки ▸ %PRODUCTNAME ▸ Изглед ▸ Среден бутон на мишката“."
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr "Искате да отпечатате две страници в ориентация „портрет“ върху една в „пейзаж“ (като ги смалите от A4 на A5)? Изберете „Файл ▸ Печат“ и задайте 2 за „Страници на лист“."
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr "За бърз достъп до показалците в документа щракнете с десния бутон върху номера на страница в лентата на състоянието (долния ляв ъгъл на прозореца с документа)."
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr "За да изберете обект във фона на документа, използвайте инструмента „Избор“ от лентата „Рисуване“ и оградете желания обект."
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr "Задайте текстовете, които използвате често, като автотекстове. Впоследствие ще можете да ги вмъквате по име, с клавишна комбинация или бутон от лентата с инструменти в произволен документ на Writer."
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr "За да придружите прожекцията с музика, присвоете звука на първия преход към кадър, без да натискате бутона „Прилагане върху всички кадри“."
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr "%PRODUCTNAME не изчислява от ляво надясно, а спазва реда скоби – степенуване – умножение – деление – събиране – изваждане."
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr "Документация за %PRODUCTNAME и безплатни книги с ръководства за потребители можете да намерите на адрес:"
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr "Искате да отстраните наведнъж всички двойки <>, но оградените текстове да останат? „Редактиране ▸ Търсене и замяна“: „Търсене“ = [<>], „Замяна“ = празно, отметнете „Регулярни изрази“ в областта „Други настройки“."
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr "Трябва ви презентация за отчет, написан с Writer? „Файл ▸ Изпращане ▸ План към презентация“ автоматично създава прожекция от плана."
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr "Искате да управлявате представянето на хипервръзки в електронна таблица? Вмъквайте ги с функцията HYPERLINK."
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr "Изчистете отметката от „Инструменти ▸ Настройки ▸ %PRODUCTNAME Calc ▸ Изглед ▸ Увеличение ▸ Синхронизиране на листите“, ако искате всеки лист в Calc да има отделен коефициент на увеличение."
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr "Можете да зададете цвят за етикета на всеки лист: щракнете с десния бутон върху него и изберете „Лист ▸ Цвят на етикет на лист“."
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr "Можете да проследявате клетките, използвани в дадена формула (Shift+F9), както и зависещите от нея (Shift+F5) (също с командата „Инструменти ▸ Детектив“). С всяко натискане преминавате към следващата стъпка по веригата."
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr "За да вмъкнете и номерирате формула в една стъпка, въведете fn, последвано от F3. Ще се вмъкне автотекст с формула и номер, подравнени в таблица."
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr "Можете да създадете индекс на илюстрациите не само от надписи, но и от имена на обекти."
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr "Можете да управлявате дистанционно презентацията си в Impres чрез телефон с Android или iPhone."
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr "Искате да знаете колко дни има в текущия месец? Използвайте функцията DAYSINMONTH(TODAY())."
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr "Числата в електронната ви таблица се виждат като ###? Колоната е твърде тясна, за да се покажат всички цифри."
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr "С командата „Инструменти ▸ Настройки ▸ OpenCL“ можете да разрешите масивно паралелно изчисляване на клетките с формули."
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr "С инструмента за свързващи линии от лентата „Рисунка“ в Draw/Impress можете да чертаете прегледни блоксхеми и по желание да копирате и поставяте резултата в Writer."
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr "Даренията ви подкрепят нашата общност по целия свят."
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr "Искате да прибавите x месеца към дата? Използвайте =EDATE(дата;месеци)."
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr "За да изберете непрекъснат диапазон от клетки с данни, ограден от празен ред и колона, натиснете %MOD1+* (от цифровия блок)."
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr "Шаблонът за разпознаване на дати е неподходящ? Можете да го промените с „Инструменти ▸ Настройки ▸ Езикови настройки ▸ Език ▸ Шаблони за разпознаване на дати“."
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr "Искате да експортирате формули към CSV? „Файл ▸ Записване като ▸ Тип“: „Текст с разделители (CSV)“, отметнете „Настройки на филтъра“ и в следващия диалог отметнете „Записване формули вместо изчислени стойности в клетките“."
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr "Конзолата за водещия е много полезна възможност при работа с %PRODUCTNAME Impress. Изпробвали ли сте я?"
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr "За да изтриете няколко коментара, изберете клетките с коментари и използвайте „Лист ▸ Коментари на клетки ▸ Изтриване на коментар“."
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr "За да преобразувате документ към PDF, просто щракнете върху иконата PDF в лентата с инструменти."
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr "Искате да изберете голям диапазон от клетки, без да превъртате през него? Въведете обръщение към диапазона (напр. A1:A1000) в полето за име и натиснете Enter."
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr "Искате ли да знаете кои са валидните параметри на командния ред? Стартирайте soffice с аргумент --help, -h или -?."
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr "За да поберете листа или диапазоните за печат в страницата, използвайте „Форматиране ▸ Страница ▸ Лист ▸ Режим на мащабиране“."
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr "Искате неномериран елемент в списък? Използвайте „Вмъкване на неномерирана позиция“ в лентата „Водачи и номерация“."
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr "Можете да въртите ориентацията на клетките в таблица с „Таблица ▸ Свойства… ▸ Изливане на текст ▸ Ориентация на текста“."
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr "В %PRODUCTNAME Draw, за да смените точката 0/0 на скалите, плъзнете пресечната точка на двете скали в горния ляв ъгъл на работната площ."
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr "Как да преместите колона в Calc между две други в една стъпка? Щракнете върху заглавието, после върху клетка в колоната, задръжте бутона на мишката и преместете до целта с натиснат %MOD2."
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr "Елементите на азбучния указател могат да се маркират автоматично с помощта на файл за съгласуване."
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr "За прецизно позициониране на обекти в Draw/Impress използвайте командата „Форматиране ▸ Подравняване“ (или контекстното меню): тя центрира спрямо страницата, ако е избран един обект, или съответно работи върху цялата група."
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr "Не намествайте елементи в Writer чрез знаци за табулация. В зависимост от целта ви, таблицата без кантове може да е по-добър избор."
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr "Не е необходимо да превъртате списъка в „Инструменти ▸ Персонализиране ▸ Клавиатура“, за да намерите дадена клавишна комбинация – просто я натиснете."
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr "%PRODUCTNAME може автоматично да добавя номериран надпис, когато вмъкнете обект. Вижте „Инструменти ▸ Настройки ▸ %PRODUCTNAME Writer ▸ Автонадпис“."
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr "С %PRODUCTNAME можете да използвате акаунта си в Google Mail, за да разпратите циркулярно писмо. Попълнете „Инструменти ▸ Настройки ▸ %PRODUCTNAME Writer ▸ Циркулярни писма по е-поща“."
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr "За да задържите заглавията на колоните в листа видими, докато превъртате редовете, изберете „Изглед ▸ Фиксиране на клетки ▸ Фиксиране на първия ред“."
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr "Искате да започнете да работите с макроси на Basic? Вижте примерите в „Инструменти ▸ Макроси ▸ Редактиране на макроси“."
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr "Можете да прилагате заглавни стилове на абзаци в Writer с клавишни комбинации: %MOD1+1 прилага „Заглавие 1“, %MOD1+2 – „Заглавие 2“ и т.н."
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr "Не се губете в големи документи. Използвайте навигатора (F5), за да се ориентирате в съдържанието им."
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr "„Редактиране ▸ Търсене и замяна“ ви позволява да вмъквате специални знаци директно: щракнете с десния бутон в някое входно поле или натиснете Shift+%MOD1+S."
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr "Искате да зададете ваши собствени свойства в метаданните? Можете да ги зададете в раздела „Файл ▸ Свойства ▸ Потребителски свойства“."
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr "Искате да виждате обект в Draw, но не и да го отпечатвате? Нарисувайте го на слой, за който настройката „Печата се“ е изключена (щракнете с десния бутон върху етикета на слоя, изберете „Промяна на слой“)."
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr "За да вмъкнете текущата дата в документа, използвайте „Вмъкване ▸ Поле ▸ Дата“."
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr "Твърде много изображения в документ на Writer? Ускорете визуализацията му, като изключите „Изглед ▸ Изображения и диаграми“."
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr "С командата „Лист ▸ Запълване на клетки ▸ Случайно число“ можете да създавате случайни поредици, базирани на различни статистически разпределения."
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr "Преименувайте кадрите в Impress, за да задавате по-лесно команди „Преминаване към страница“ и да получите по-информативно резюме от „Кадър1, Кадър2,…“."
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr "Диалогът за номериране на глави позволява добавяне на текст преди номера. Например, въведете „Глава “, за да се изпише „Глава 1“."
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Искате да транспонирате таблица в Writer? Копирайте я и я поставете в Calc, транспонирайте я с „Копиране“/„Специално поставяне“, после я прехвърлете обратно в Writer с „Копиране“/„Специално поставяне ▸ Форматиран текст“."
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr "За да виждате инструмента „Вертикален текст“ в лентата „Рисунка“, отметнете „Инструменти ▸ Настройки ▸ Езикови настройки ▸ Езици ▸ Подразбирани езици ▸ Азиатски“ (и направете бутона видим чрез контекстното меню)."
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr "За да увеличите бързо избрания диапазон, щракнете с десния бутон върху областта за увеличение в лентата на състоянието и изберете „Оптимален изглед“."
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr "Можете да подписвате съществуващи PDF файлове и да проверявате вече нанесени подписи."
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr "Често създавате нов документ от съществуващ? Обмислете използването на шаблон."
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr "С командата „Форматиране ▸ Условно форматиране ▸ Управление“ в Calc можете да откриете за кои клетки е зададено условно форматиране."
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr "Командата „Инструменти ▸ Детектив ▸ Отбелязване на невалидните данни“ осветява всички клетки в листа, които съдържат стойности извън ограниченията за валидност."
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr "Използвайте вграждане на шрифтове за по-добра съвместимост с други офис пакети с „Файл ▸ Свойства ▸ Шрифт“."
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr "За да преобразувате формула в статична стойност не е необходимо да копирате и поставяте; използвайте „Данни ▸ Изчисляване ▸ Формула към стойност“."
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr "Можете да преформатирате всички коментари в документ, като щракнете върху стрелката надолу в коментар и изберете „Форматиране на всички коментари“."
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr "Искате еднакво оформление на екрана и при печатане? Отметнете „Инструменти ▸ Настройки ▸ %PRODUCTNAME Calc ▸ Общи ▸ Форматиране на текста чрез метриките на принтера“."
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr "Writer ви помага да създавате резервни копия: с „Файл ▸ Записване на копие“ създавате нов документ и продължавате да работите върху оригинала."
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr "Когато сте създали стил, базиран върху друг стил, можете да въведете стойност в проценти или в пунктове (например 110%, −2пкт или +5пкт)."
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr "За да копирате коментар, без да загубите съдържанието на клетката цел, трябва да използвате „Специално поставяне“ и да изчистите всички отметки в диалога освен „Коментари“. Използвайте „Операции ▸ Добавяне“, за да не заместите съществуващото съдържание."
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr "За пакетно конвертиране на документи от Microsoft Office във формат OpenDocument използвайте помощника „Преобразуване на документи“ – „Файл ▸ Помощници ▸ Преобразуване на документи“."
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr "Когато редактирате клетка на място, можете да щракнете с десния бутон и да вмъквате полета: Дата, Име на листа, Заглавие на документа и т.н."
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr "Трябва да местите таблица в Writer? „Таблица ▸ Избиране ▸ Таблица“, после „Вмъкване ▸ Рамка ▸ Рамка“ и местете таблицата, където желаете."
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr "С „Инструменти ▸ Автотекст ▸ Автотекст ▸ Импортиране“ можете да изберете документ или шаблон на Word, съдържащ записите за автотекст, които искате да импортирате."
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr "Не вмъквайте ръчни знаци за нов абзац, за да разделите два абзаца. Вместо това променете „Отстъпи и разредка ▸ Разредка ▸ Под абзаца“ в свойствата на стила/абзаца."
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr "За да запазите нулите в началото на число, използвайте форматния атрибут „водещи нули“ или форматирайте клетката като текст, преди да въведете число."
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr "Искате да се върнете към подразбирания формат след прилагане на стил за списък? Щракнете върху инструмента „Превключване на списък с водещи знаци/номера“ в лентата „Форматиране“."
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr "За да изтриете наведнъж всички области за печат, изберете всички листове, а после „Форматиране ▸ Области за печат ▸ Изчистване“."
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr "За да добавите фоново изображение в електронна таблица, използвайте „Вмъкване ▸ Изображение“ или плъзнете фон от галерията, после изберете „Форматиране ▸ Подреждане ▸ Към фона“."
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr "Имате проблеми с поставянето на текст от PDF файлове или уебстраници в документи? Опитайте да поставяте като неформатиран текст (%MOD1+%MOD2+Shift+V)."
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr "В Calc можете да използвате TRIMMEAN(), за да пресметнете средната стойност на съвкупност от данни, изключвайки най-високите и най-ниските стойности."
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr "Четвъртият незадължителен параметър на функцията VLOOKUP в Calc указва дали първата колона на данните е сортирана. Ако не е, въведете FALSE или нула."
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr "Лентите с инструменти са контекстни – отварят се в зависимост от контекста. Ако не желаете това, изчистете отметките им в „Изглед ▸ Ленти с инструменти“."
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr "Как да създадете главен документ от текущия документ на Writer? „Файл ▸ Изпращане ▸ Създаване на главен документ“ (ще бъдат създадени поддокументи в зависимост от плана)."
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr "Искате да центрирате клетки върху отпечатаната страница в Calc? „Форматиране ▸ Страница“, „Страница ▸ Настройки за оформление ▸ Подравняване на таблица“."
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr "Рамките могат да се свързват, така че текстът да тече от една към друга като в програма за настолна издателска дейност."
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "За да създадете диаграма, базирана на таблица в Writer, щракнете върху таблицата и изберете „Вмъкване ▸ Диаграма“."
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr "Задайте съответни настройки в „Инструменти ▸ Настройки ▸ %PRODUCTNAME Writer ▸ Помощ при форматиране ▸ Визуализиране“, за да укажете кои непечатаеми знаци да се показват."
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr "Искате да преминете към страница с определен номер? Щракнете върху най-левия елемент в лентата на състоянието, използвайте „Редактиране ▸ Преминаване към страница…“ или натиснете %MOD1+G."
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr "%PRODUCTNAME поддържа над 150 езика."
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr "Изчистете отметката от „Прожекция ▸ Настройки ▸ Презентацията е винаги отпред“, ако искате друга програма да показва прозореца си върху презентацията."
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr "Искате да намерите получерните думи в документ на Writer? Редактиране ▸ Търсене и замяна ▸ Други настройки ▸ Атрибути ▸ Тегло на шрифт."
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr "С командата „Инструменти ▸ Сортиране“ можете да сортирате абзаци или таблични редове в азбучен ред или като числа."
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr "За да вмъкнете абзац преди (след) раздел, натиснете %MOD2+Enter в началото (края) на раздела."
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr "%PRODUCTNAME предлага център с шаблони за подобряване външния вид на документите – разгледайте го."
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr "С Calc можете да изчислявате вноски по заем, например PMT(2%/12;36;2500) за месечна лихва 2%/12, 36 месеца и размер на заема 2500."
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr "Не можете да намерите желаните данни в Calc с функцията VLOOKUP? Ще успеете с INDEX и MATCH!"
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr "Искате да покажете скритата колона A? Щракнете върху клетка в колоната B, натиснете левия бутон на мишката, преместете мишката наляво и го отпуснете. После включете колоната с „Форматиране ▸ Колони ▸ Показване“."
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr "За да промените номера на страница в Writer, отворете свойствата на първия абзац, в раздела „Изливане на текста“ отметнете „Знаци за прекъсване ▸ Вмъкване“ и въведете номера."
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr "Можете да работите с %PRODUCTNAME през всеки браузър чрез rollApp."
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr "Непознат код за грешка в Calc – Err:, последвано от число? Обяснението е на тази страница:"
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr "За да включите в съдържанието абзац, който не е заглавие, задайте ниво от плана на „План и номерация“ в настройките на абзаца."
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr "Освен съдържания, %PRODUCTNAME може да създава азбучни указатели и индекси на илюстрациите, таблиците, обектите и библиографските позовавания, както и потребителски индекси."
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr "Не можете да промените или изтриете стил на клетка по избор? Проверете всички листове – сред тях не трябва да има защитени."
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr "Искате да попълните поредица? Изберете диапазона от клетки, после „Лист ▸ Запълване на клетки ▸ Запълване с поредица“ и изберете между „Линейна“, „Растеж“, „Дата“ и „Автозапълване“."
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr "Искате да знаете дали някоя клетка се използва във формулите на други клетки? „Инструменти ▸ Детектив ▸ Зависими клетки“ (Shift+F5)."
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr "В полето „Замяна“ на настройките за автокорекция можете да използвате заместващи знаци .*"
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr "Искате да повторите горния ред? Натиснете %MOD1+D или използвайте „Лист ▸ Запълване на клетки ▸ Запълване надолу“."
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr "За да търсите в няколко листа, изберете ги, преди да започнете търсенето."
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr "Плъзгането и пускането на клетки от Calc в нормалния изглед на кадър създава таблица, а в плана – по един ред за всяка клетка."
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr "%PRODUCTNAME ви помага да не въвеждате два или повече поредни интервала в Writer. Отметнете „Инструменти ▸ Настройки на автокорекция ▸ Настройки ▸ Игнориране на поредните интервали“."
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Искате курсорът да преминава в клетката отдясно след въвеждане на стойност в Calc? Използвайте клавиша Tab вместо Enter."
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr "За да преместите лентата за превъртане отляво, разрешете „Инструменти ▸ Настройки ▸ Езикови настройки ▸ Езици ▸ Сложни писмености“ и отметнете „Лист ▸ От дясно наляво“."
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr "Плъзнете форматиран обект в прозореца „Стилове и формати“. Ще се отвори диалогов прозорец – просто въведете името на новия стил."
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr "Новите версии на %PRODUCTNAME предлагат нова функционалност, корекции на дефекти и подобрения в сигурността. Използвайте актуална версия!"
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr "Разработвате нови XSLT и XML филтри?"
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr "Натиснете Shift+F1, за да видите разширените подсказки в диалоговите прозорци, когато „Разширени подсказки“ е изключено в „Инструменти ▸ Настройки ▸ %PRODUCTNAME ▸ Общи“."
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "Помощ за %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Още информация"
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Изпълняване на действието сега..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Съвет на деня: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Cmd"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opt"
diff --git a/source/bg/helpcontent2/source/text/sbasic/shared.po b/source/bg/helpcontent2/source/text/sbasic/shared.po
index 1cdbdd4746b..25c430e1e35 100644
--- a/source/bg/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bg/helpcontent2/source/text/sbasic/shared.po
@@ -4,16 +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: 2020-12-08 13:07+0100\n"
-"PO-Revision-Date: 2020-12-13 23:36+0000\n"
+"PO-Revision-Date: 2021-04-15 05:09+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
-"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/bg/>\n"
+"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-7-1/textsbasicshared/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: Weblate 4.1.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1562357378.000000\n"
#. yzYVt
@@ -14540,7 +14540,7 @@ msgctxt ""
"par_id3154685\n"
"help.text"
msgid "<emph>String:</emph> A string that contains a date in ISO format."
-msgstr "<emph>Низ:</emph> Низ, съдържащ дата във формата на ISO."
+msgstr "<emph>String:</emph> низ, съдържащ дата във формата на ISO."
#. P8XYk
#: 03030108.xhp
diff --git a/source/bg/helpcontent2/source/text/scalc/01.po b/source/bg/helpcontent2/source/text/scalc/01.po
index 8430bb47447..ad858b27084 100644
--- a/source/bg/helpcontent2/source/text/scalc/01.po
+++ b/source/bg/helpcontent2/source/text/scalc/01.po
@@ -4,16 +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: 2020-11-20 15:33+0100\n"
-"PO-Revision-Date: 2020-11-21 15:36+0000\n"
+"PO-Revision-Date: 2021-03-26 10:36+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
-"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc01/bg/>\n"
+"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-7-1/textscalc01/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: Weblate 4.1.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1562357170.000000\n"
@@ -897,7 +897,7 @@ msgctxt ""
"hd_id3149050\n"
"help.text"
msgid "Date"
-msgstr "Дати"
+msgstr "Дата"
#. ZmqTc
#: 02120100.xhp
@@ -924,7 +924,7 @@ msgctxt ""
"par_id3150540\n"
"help.text"
msgid "Date"
-msgstr "Дати"
+msgstr "Дата"
#. MR48x
#: 02120100.xhp
@@ -933,7 +933,7 @@ msgctxt ""
"hd_id3147610\n"
"help.text"
msgid "Time"
-msgstr "Време"
+msgstr "Час"
#. CtUbF
#: 02120100.xhp
@@ -960,7 +960,7 @@ msgctxt ""
"par_id3157904\n"
"help.text"
msgid "Time"
-msgstr "Време"
+msgstr "Час"
#. nsv3w
#: 02140000.xhp
@@ -52674,7 +52674,7 @@ msgctxt ""
"par_id3149377\n"
"help.text"
msgid "Date"
-msgstr "Дати"
+msgstr "Дата"
#. KEYyq
#: 12120100.xhp
@@ -52692,7 +52692,7 @@ msgctxt ""
"par_id3146969\n"
"help.text"
msgid "Time"
-msgstr "Време"
+msgstr "Час"
#. wiBwp
#: 12120100.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/01.po b/source/bg/helpcontent2/source/text/shared/01.po
index c872305a50c..aa9c2a381da 100644
--- a/source/bg/helpcontent2/source/text/shared/01.po
+++ b/source/bg/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: 2020-12-14 15:33+0100\n"
+"POT-Creation-Date: 2021-04-06 15:30+0200\n"
"PO-Revision-Date: 2021-01-12 23:36+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-7-1/textshared01/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.4\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1562503995.000000\n"
@@ -15380,33 +15380,6 @@ msgctxt ""
msgid "<emph>Small capitals</emph> - <variable id=\"smallcapitals\">Changes the selected lowercase characters to uppercase characters, and then reduces their size.</variable>"
msgstr "<emph>Малки главни букви</emph> – <variable id=\"smallcapitals\">превръща избраните малки букви в главни и ги смалява.</variable>"
-#. kGuxJ
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"bm_id410168\n"
-"help.text"
-msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>"
-msgstr "<bookmark_value>мигащи знаци</bookmark_value><bookmark_value>знаци;мигащи</bookmark_value>"
-
-#. Suvvn
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"hd_id3152941\n"
-"help.text"
-msgid "Blinking"
-msgstr "Мигане"
-
-#. 2FiCB
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"par_id3145662\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Кара избраните знаци да мигат. Не можете да променяте честотата на мигане.</ahelp>"
-
#. B3MEb
#: 05020200.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/shared/explorer/database.po b/source/bg/helpcontent2/source/text/shared/explorer/database.po
index e36873701c6..e63459c4f42 100644
--- a/source/bg/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/bg/helpcontent2/source/text/shared/explorer/database.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-10-27 14:18+0100\n"
-"PO-Revision-Date: 2021-03-13 07:27+0000\n"
+"PO-Revision-Date: 2021-04-01 04:37+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-7-1/textsharedexplorerdatabase/bg/>\n"
"Language: bg\n"
@@ -1382,7 +1382,7 @@ msgctxt ""
"par_id3149264\n"
"help.text"
msgid "You can copy a table by dragging and dropping the table onto the table area of a database file window. The <emph>Copy table </emph>dialog appears."
-msgstr "Можете да копирате таблица като я плъзнете и пуснете в областта с таблиците в прозорец на база от данни. Ще се появи диалоговият прозорец <emph>Копиране на таблица</emph>."
+msgstr "Можете да копирате таблица, като я плъзнете и пуснете в областта с таблиците в прозорец на база от данни. Ще се появи диалоговият прозорец <emph>Копиране на таблица</emph>."
#. ciK5F
#: 05030100.xhp
@@ -1427,7 +1427,7 @@ msgctxt ""
"par_id3150178\n"
"help.text"
msgid "<ahelp hid=\"dbaccess/ui/copytablepage/defdata\">Creates a 1:1 copy of the database table.</ahelp> The table definition and the complete data are copied. The table definition includes the table structure and format from different data fields, including special field properties. The field contents supply the data."
-msgstr "<ahelp hid=\"dbaccess/ui/copytablepage/defdata\">Създава идентично копие на таблицата в базата от данни.</ahelp> Копират се дефиницията на таблицата и целите данни. Дефиницията на таблицата включва структурата й и форматите на полетата с данни, включително специалните им свойства. Данните се взимат от съдържанието на полетата."
+msgstr "<ahelp hid=\"dbaccess/ui/copytablepage/defdata\">Създава идентично копие на таблицата в базата от данни.</ahelp> Копират се дефиницията на таблицата и всички данни. Дефиницията на таблицата включва структурата ѝ и форматите на полетата с данни, включително специалните им свойства. Данните се вземат от съдържанието на полетата."
#. hezaD
#: 05030100.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/guide.po b/source/bg/helpcontent2/source/text/shared/guide.po
index 32ef9f9bf51..991a9829421 100644
--- a/source/bg/helpcontent2/source/text/shared/guide.po
+++ b/source/bg/helpcontent2/source/text/shared/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-14 14:56+0100\n"
-"PO-Revision-Date: 2021-01-19 18:20+0000\n"
+"PO-Revision-Date: 2021-04-01 04:37+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-7-1/textsharedguide/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: Weblate 4.4\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1562356897.000000\n"
@@ -9834,7 +9834,7 @@ msgctxt ""
"par_id3153105\n"
"help.text"
msgid "To insert a complete record, select the corresponding header and drag it into the document. When you release the mouse button, the <link href=\"text/shared/02/12070000.xhp\" name=\"Insert database columns\"><emph>Insert database columns</emph></link> dialog appears, in which you can decide whether to use all database fields, and whether to copy the data into the document as text, a table or fields. All currently selected records will be inserted."
-msgstr "За да вмъкнете цял запис, изберете съответното заглавие и го плъзнете в документа. Когато отпуснете бутона на мишката, ще се появи диалоговия прозорец <link href=\"text/shared/02/12070000.xhp\" name=\"Вмъкване на колони от БД\"><emph>Вмъкване на колони от БД</emph></link>, в който можете да изберете дали да използвате всички полета от базата и дали да копирате данните в документа като текст, таблица или полета. Ще бъдат вмъкнати всички избрани в момента записи."
+msgstr "За да вмъкнете цял запис, изберете съответното заглавие и го плъзнете в документа. Когато отпуснете бутона на мишката, ще се появи диалоговият прозорец <link href=\"text/shared/02/12070000.xhp\" name=\"Insert database columns\"><emph>Вмъкване на колони от БД</emph></link>, в който можете да изберете дали да използвате всички полета от базата и дали да копирате данните в документа като текст, таблица или полета. Ще бъдат вмъкнати всички избрани в момента записи."
#. FfBFe
#: dragdrop_beamer.xhp
diff --git a/source/bn-IN/cui/messages.po b/source/bn-IN/cui/messages.po
index 2d98974b96f..bd2dfae7ec5 100644
--- a/source/bn-IN/cui/messages.po
+++ b/source/bn-IN/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2018-11-16 06:42+0000\n"
"Last-Translator: parnas <parnasghosh@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2459,1071 +2459,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr ""
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr ""
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr ""
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr ""
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr ""
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr ""
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr ""
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr ""
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr ""
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr ""
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr ""
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr ""
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr ""
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr ""
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr ""
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr ""
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr ""
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr ""
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr ""
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr ""
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr ""
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr ""
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr ""
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr ""
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr ""
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr ""
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr ""
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr ""
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr ""
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr ""
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr ""
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr ""
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr ""
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr ""
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr ""
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr ""
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr ""
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr ""
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr ""
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr ""
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr ""
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr ""
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr ""
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr ""
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr ""
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr ""
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr ""
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr ""
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr ""
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr ""
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr ""
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr ""
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr ""
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr ""
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr ""
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr ""
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr ""
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr ""
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr ""
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr ""
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr ""
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr ""
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr ""
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr ""
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr ""
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr ""
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr ""
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr ""
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr ""
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr ""
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr ""
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr ""
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr ""
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr ""
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr ""
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr ""
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr ""
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr ""
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr ""
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr ""
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr ""
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr ""
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr ""
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr ""
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr ""
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr ""
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr ""
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr ""
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr ""
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr ""
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr ""
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr ""
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr ""
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr ""
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr ""
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr ""
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr ""
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr ""
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr ""
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr ""
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr ""
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr ""
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr ""
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr ""
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr ""
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr ""
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr ""
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr ""
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr ""
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr ""
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr ""
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr ""
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr ""
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr ""
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr ""
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr ""
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr ""
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr ""
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr ""
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr ""
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr ""
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr ""
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr ""
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr ""
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr ""
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr ""
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr ""
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr ""
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr ""
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr ""
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr ""
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr ""
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr ""
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr ""
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr ""
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr ""
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr ""
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr ""
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr ""
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr ""
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr ""
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr ""
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr ""
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr ""
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr ""
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr ""
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr ""
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr ""
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr ""
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr ""
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr ""
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr ""
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr ""
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr ""
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr ""
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr ""
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr ""
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr ""
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr ""
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr ""
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
diff --git a/source/bn-IN/helpcontent2/source/text/shared/01.po b/source/bn-IN/helpcontent2/source/text/shared/01.po
index 9d517e8e221..92f20f057fd 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: 2020-12-14 15:33+0100\n"
+"POT-Creation-Date: 2021-04-06 15:30+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"
@@ -15379,33 +15379,6 @@ msgctxt ""
msgid "<emph>Small capitals</emph> - <variable id=\"smallcapitals\">Changes the selected lowercase characters to uppercase characters, and then reduces their size.</variable>"
msgstr ""
-#. kGuxJ
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"bm_id410168\n"
-"help.text"
-msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>"
-msgstr ""
-
-#. Suvvn
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"hd_id3152941\n"
-"help.text"
-msgid "Blinking"
-msgstr ""
-
-#. 2FiCB
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"par_id3145662\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>"
-msgstr ""
-
#. B3MEb
#: 05020200.xhp
msgctxt ""
diff --git a/source/bn/cui/messages.po b/source/bn/cui/messages.po
index b1fa74b3fa0..ebbef34969e 100644
--- a/source/bn/cui/messages.po
+++ b/source/bn/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2020-10-31 11:35+0000\n"
"Last-Translator: Christian Lohmaier <cloph@documentfoundation.org>\n"
"Language-Team: Bengali <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/bn/>\n"
@@ -2483,1071 +2483,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr ""
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr ""
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr ""
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr ""
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr ""
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr ""
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr ""
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr ""
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr ""
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr ""
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr ""
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr ""
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr ""
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr ""
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr ""
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr ""
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr ""
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr ""
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr ""
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr ""
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr ""
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr ""
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr ""
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr ""
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr ""
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr ""
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr ""
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr ""
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr ""
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr ""
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr ""
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr ""
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr ""
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr ""
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr ""
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr ""
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr ""
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr ""
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr ""
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr ""
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr ""
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr ""
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr ""
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr ""
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr ""
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr ""
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr ""
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr ""
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr ""
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr ""
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr ""
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr ""
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr ""
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr ""
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr ""
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr ""
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr ""
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr ""
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr ""
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr ""
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr ""
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr ""
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr ""
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr ""
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr ""
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr ""
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr ""
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr ""
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr ""
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr ""
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr ""
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr ""
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr ""
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr ""
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr ""
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr ""
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr ""
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr ""
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr ""
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr ""
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr ""
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr ""
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr ""
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr ""
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr ""
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr ""
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr ""
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr ""
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr ""
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr ""
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr ""
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr ""
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr ""
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr ""
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr ""
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr ""
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr ""
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr ""
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr ""
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr ""
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr ""
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr ""
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr ""
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr ""
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr ""
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr ""
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr ""
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr ""
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr ""
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr ""
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr ""
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr ""
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr ""
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr ""
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr ""
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr ""
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr ""
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr ""
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr ""
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr ""
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr ""
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr ""
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr ""
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr ""
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr ""
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr ""
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr ""
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr ""
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr ""
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr ""
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr ""
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr ""
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr ""
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr ""
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr ""
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr ""
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr ""
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr ""
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr ""
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr ""
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr ""
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr ""
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr ""
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr ""
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr ""
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr ""
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr ""
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr ""
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr ""
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr ""
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr ""
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr ""
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr ""
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr ""
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr ""
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr ""
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr ""
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr ""
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr ""
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr ""
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
diff --git a/source/bn/helpcontent2/source/text/shared/01.po b/source/bn/helpcontent2/source/text/shared/01.po
index 639af906e21..9edbb2befb6 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: 2020-12-14 15:33+0100\n"
+"POT-Creation-Date: 2021-04-06 15:30+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"
@@ -15379,33 +15379,6 @@ msgctxt ""
msgid "<emph>Small capitals</emph> - <variable id=\"smallcapitals\">Changes the selected lowercase characters to uppercase characters, and then reduces their size.</variable>"
msgstr ""
-#. kGuxJ
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"bm_id410168\n"
-"help.text"
-msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>"
-msgstr ""
-
-#. Suvvn
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"hd_id3152941\n"
-"help.text"
-msgid "Blinking"
-msgstr ""
-
-#. 2FiCB
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"par_id3145662\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>"
-msgstr ""
-
#. B3MEb
#: 05020200.xhp
msgctxt ""
diff --git a/source/bo/cui/messages.po b/source/bo/cui/messages.po
index 2df82f9fb16..b8307b326a5 100644
--- a/source/bo/cui/messages.po
+++ b/source/bo/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2020-10-31 11:35+0000\n"
"Last-Translator: Christian Lohmaier <cloph@documentfoundation.org>\n"
"Language-Team: Tibetan <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/bo/>\n"
@@ -2485,1071 +2485,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr ""
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr ""
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr ""
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr ""
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr ""
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr ""
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr ""
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr ""
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr ""
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr ""
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr ""
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr ""
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr ""
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr ""
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr ""
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr ""
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr ""
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr ""
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr ""
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr ""
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr ""
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr ""
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr ""
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr ""
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr ""
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr ""
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr ""
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr ""
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr ""
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr ""
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr ""
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr ""
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr ""
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr ""
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr ""
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr ""
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr ""
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr ""
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr ""
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr ""
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr ""
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr ""
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr ""
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr ""
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr ""
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr ""
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr ""
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr ""
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr ""
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr ""
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr ""
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr ""
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr ""
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr ""
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr ""
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr ""
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr ""
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr ""
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr ""
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr ""
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr ""
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr ""
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr ""
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr ""
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr ""
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr ""
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr ""
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr ""
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr ""
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr ""
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr ""
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr ""
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr ""
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr ""
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr ""
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr ""
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr ""
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr ""
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr ""
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr ""
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr ""
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr ""
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr ""
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr ""
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr ""
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr ""
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr ""
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr ""
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr ""
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr ""
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr ""
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr ""
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr ""
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr ""
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr ""
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr ""
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr ""
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr ""
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr ""
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr ""
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr ""
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr ""
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr ""
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr ""
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr ""
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr ""
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr ""
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr ""
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr ""
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr ""
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr ""
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr ""
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr ""
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr ""
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr ""
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr ""
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr ""
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr ""
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr ""
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr ""
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr ""
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr ""
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr ""
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr ""
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr ""
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr ""
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr ""
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr ""
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr ""
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr ""
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr ""
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr ""
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr ""
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr ""
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr ""
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr ""
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr ""
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr ""
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr ""
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr ""
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr ""
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr ""
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr ""
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr ""
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr ""
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr ""
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr ""
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr ""
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr ""
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr ""
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr ""
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr ""
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr ""
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr ""
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr ""
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr ""
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr ""
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr ""
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr ""
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr ""
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
diff --git a/source/bo/helpcontent2/source/text/shared/01.po b/source/bo/helpcontent2/source/text/shared/01.po
index 6ceb185213d..f987a632e49 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: 2020-12-14 15:33+0100\n"
+"POT-Creation-Date: 2021-04-06 15:30+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"
@@ -15379,33 +15379,6 @@ msgctxt ""
msgid "<emph>Small capitals</emph> - <variable id=\"smallcapitals\">Changes the selected lowercase characters to uppercase characters, and then reduces their size.</variable>"
msgstr ""
-#. kGuxJ
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"bm_id410168\n"
-"help.text"
-msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>"
-msgstr ""
-
-#. Suvvn
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"hd_id3152941\n"
-"help.text"
-msgid "Blinking"
-msgstr ""
-
-#. 2FiCB
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"par_id3145662\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>"
-msgstr ""
-
#. B3MEb
#: 05020200.xhp
msgctxt ""
diff --git a/source/br/cui/messages.po b/source/br/cui/messages.po
index c0f8cfbe47b..10f0b3fb7d6 100644
--- a/source/br/cui/messages.po
+++ b/source/br/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2461,1071 +2461,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr ""
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr ""
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr ""
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr ""
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr ""
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr ""
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr ""
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr ""
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr ""
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr ""
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr ""
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr ""
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr ""
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr ""
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr ""
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr ""
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr ""
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr ""
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr ""
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr ""
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr ""
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr ""
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr ""
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr ""
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr ""
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr ""
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr ""
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr ""
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr ""
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr ""
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr ""
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr ""
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr ""
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr ""
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr ""
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr ""
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr ""
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr ""
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr ""
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr ""
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr ""
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr ""
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr ""
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr ""
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr ""
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr ""
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr ""
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr ""
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr ""
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr ""
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr ""
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr ""
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr ""
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr ""
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr ""
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr ""
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr ""
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr ""
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr ""
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr ""
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr ""
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr ""
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr ""
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr ""
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr ""
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr ""
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr ""
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr ""
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr ""
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr ""
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr ""
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr ""
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr ""
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr ""
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr ""
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr ""
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr ""
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr ""
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr ""
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr ""
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr ""
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr ""
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr ""
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr ""
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr ""
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr ""
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr ""
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr ""
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr ""
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr ""
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr ""
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr ""
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr ""
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr ""
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr ""
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr ""
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr ""
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr ""
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr ""
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr ""
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr ""
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr ""
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr ""
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr ""
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr ""
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr ""
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr ""
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr ""
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr ""
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr ""
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr ""
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr ""
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr ""
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr ""
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr ""
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr ""
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr ""
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr ""
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr ""
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr ""
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr ""
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr ""
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr ""
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr ""
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr ""
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr ""
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr ""
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr ""
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr ""
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr ""
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr ""
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr ""
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr ""
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr ""
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr ""
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr ""
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr ""
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr ""
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr ""
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr ""
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr ""
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr ""
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr ""
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr ""
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr ""
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr ""
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr ""
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr ""
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr ""
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr ""
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr ""
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr ""
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr ""
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr ""
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr ""
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr ""
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr ""
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr ""
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr ""
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr ""
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
diff --git a/source/brx/cui/messages.po b/source/brx/cui/messages.po
index 13e2b191a51..2f3494228ef 100644
--- a/source/brx/cui/messages.po
+++ b/source/brx/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2479,1071 +2479,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr ""
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr ""
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr ""
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr ""
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr ""
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr ""
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr ""
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr ""
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr ""
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr ""
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr ""
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr ""
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr ""
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr ""
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr ""
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr ""
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr ""
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr ""
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr ""
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr ""
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr ""
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr ""
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr ""
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr ""
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr ""
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr ""
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr ""
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr ""
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr ""
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr ""
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr ""
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr ""
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr ""
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr ""
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr ""
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr ""
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr ""
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr ""
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr ""
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr ""
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr ""
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr ""
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr ""
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr ""
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr ""
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr ""
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr ""
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr ""
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr ""
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr ""
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr ""
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr ""
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr ""
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr ""
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr ""
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr ""
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr ""
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr ""
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr ""
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr ""
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr ""
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr ""
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr ""
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr ""
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr ""
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr ""
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr ""
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr ""
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr ""
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr ""
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr ""
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr ""
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr ""
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr ""
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr ""
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr ""
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr ""
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr ""
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr ""
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr ""
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr ""
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr ""
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr ""
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr ""
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr ""
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr ""
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr ""
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr ""
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr ""
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr ""
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr ""
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr ""
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr ""
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr ""
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr ""
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr ""
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr ""
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr ""
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr ""
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr ""
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr ""
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr ""
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr ""
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr ""
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr ""
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr ""
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr ""
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr ""
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr ""
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr ""
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr ""
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr ""
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr ""
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr ""
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr ""
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr ""
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr ""
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr ""
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr ""
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr ""
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr ""
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr ""
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr ""
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr ""
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr ""
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr ""
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr ""
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr ""
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr ""
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr ""
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr ""
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr ""
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr ""
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr ""
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr ""
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr ""
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr ""
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr ""
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr ""
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr ""
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr ""
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr ""
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr ""
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr ""
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr ""
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr ""
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr ""
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr ""
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr ""
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr ""
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr ""
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr ""
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr ""
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr ""
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr ""
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr ""
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr ""
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr ""
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr ""
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr ""
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
diff --git a/source/bs/cui/messages.po b/source/bs/cui/messages.po
index b04c6dca2c9..27cc68097e4 100644
--- a/source/bs/cui/messages.po
+++ b/source/bs/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2470,1071 +2470,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr ""
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr ""
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr ""
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr ""
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr ""
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr ""
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr ""
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr ""
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr ""
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr ""
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr ""
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr ""
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr ""
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr ""
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr ""
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr ""
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr ""
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr ""
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr ""
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr ""
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr ""
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr ""
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr ""
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr ""
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr ""
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr ""
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr ""
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr ""
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr ""
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr ""
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr ""
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr ""
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr ""
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr ""
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr ""
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr ""
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr ""
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr ""
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr ""
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr ""
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr ""
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr ""
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr ""
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr ""
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr ""
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr ""
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr ""
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr ""
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr ""
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr ""
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr ""
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr ""
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr ""
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr ""
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr ""
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr ""
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr ""
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr ""
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr ""
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr ""
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr ""
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr ""
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr ""
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr ""
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr ""
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr ""
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr ""
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr ""
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr ""
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr ""
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr ""
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr ""
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr ""
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr ""
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr ""
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr ""
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr ""
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr ""
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr ""
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr ""
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr ""
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr ""
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr ""
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr ""
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr ""
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr ""
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr ""
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr ""
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr ""
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr ""
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr ""
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr ""
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr ""
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr ""
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr ""
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr ""
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr ""
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr ""
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr ""
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr ""
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr ""
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr ""
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr ""
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr ""
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr ""
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr ""
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr ""
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr ""
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr ""
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr ""
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr ""
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr ""
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr ""
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr ""
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr ""
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr ""
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr ""
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr ""
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr ""
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr ""
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr ""
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr ""
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr ""
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr ""
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr ""
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr ""
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr ""
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr ""
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr ""
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr ""
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr ""
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr ""
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr ""
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr ""
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr ""
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr ""
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr ""
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr ""
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr ""
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr ""
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr ""
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr ""
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr ""
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr ""
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr ""
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr ""
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr ""
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr ""
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr ""
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr ""
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr ""
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr ""
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr ""
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr ""
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr ""
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr ""
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr ""
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr ""
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr ""
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr ""
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
diff --git a/source/bs/helpcontent2/source/text/shared/01.po b/source/bs/helpcontent2/source/text/shared/01.po
index c83131ef2c7..2550d8eebd6 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: 2020-12-14 15:33+0100\n"
+"POT-Creation-Date: 2021-04-06 15:30+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"
@@ -15379,33 +15379,6 @@ msgctxt ""
msgid "<emph>Small capitals</emph> - <variable id=\"smallcapitals\">Changes the selected lowercase characters to uppercase characters, and then reduces their size.</variable>"
msgstr ""
-#. kGuxJ
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"bm_id410168\n"
-"help.text"
-msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>"
-msgstr ""
-
-#. Suvvn
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"hd_id3152941\n"
-"help.text"
-msgid "Blinking"
-msgstr "Spajanje"
-
-#. 2FiCB
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"par_id3145662\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>"
-msgstr ""
-
#. B3MEb
#: 05020200.xhp
msgctxt ""
diff --git a/source/ca-valencia/cui/messages.po b/source/ca-valencia/cui/messages.po
index d741a98253d..48fdbe5bea9 100644
--- a/source/ca-valencia/cui/messages.po
+++ b/source/ca-valencia/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2020-10-31 11:35+0000\n"
"Last-Translator: Christian Lohmaier <cloph@documentfoundation.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/ca_VALENCIA/>\n"
@@ -2456,1071 +2456,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr "%PRODUCTNAME admet quatre nivells de seguretat de macro (de baix a molt alt) i de fonts de confiança."
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr "%PRODUCTNAME té la intenció de presentar una sol·licitud com a organització per a Google Summer of Code (GSoC) consulteu:"
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr "Sabíeu que podeu adjuntar comentaris a fragments de text? Utilitzeu la drecera %MOD1+%MOD2+C."
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr "Heu de moure un o més paràgrafs? No cal que retalleu i enganxeu: feu servir la drecera de teclat %MOD1+%MOD2+Fletxa (Amunt/Avall)"
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr "Canvieu els tipus de lletra bàsics de la plantilla predefinida o el document actual amb Eines ▸ Opcions ▸ %PRODUCTNAME Writer ▸ Tipus de lletra bàsics."
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr "Voleu trobar paraules que tinguen més de 10 caràcters? Edita ▸ Cerca i reemplaça ▸ Cerca ▸ [a-z]{10,} ▸ Altres opcions ▸ marqueu Expressions regulars."
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr "Obriu un fitxer CSV com a full nou al full de càlcul actual mitjançant Full ▸ Insereix full des del fitxer."
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr "En escriure en negreta, cursiva o subratlla al Writer, podeu seguir amb els atributs predeterminats simplement fent ús de la drecera %MOD1+Maj+X (elimina el format directe de caràcter)."
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr "Useu %MOD1+%MOD2+Maj+V per a enganxar el contingut del porta-retalls com a text sense format."
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr "Personalitzeu l'aparença de les notes al peu en Eines ▸ Notes al peu i notes finals…"
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr "Amb «Presentació de diapositives» ▸ «Presentació de diapositives personalitzada», reordeneu i escolliu les diapositives per a crear una presentació ajustada a les necessitats dels vostres espectadors."
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr "Voleu canviar la revisió ortogràfica d'una part del text? Feu clic a la zona d'idioma de la barra d'estat o, millor encara, feu servir un estil."
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr "El Writer pot inserir una pàgina en blanc entre dues pàgines senars (parelles) seguides. Marqueu «Imprimeix les pàgines en blanc que s'han inserit automàticament» en la pestanya %PRODUCTNAME Writer del diàleg d'impressió."
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr "No voleu imprimir totes les columnes? Amagueu o agrupeu les que no necessiteu."
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr "Per a modificar una presentació de reproducció automàtica, obriu-la i, després que inicie, feu-hi clic dret; seleccioneu Edita en el menú contextual."
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr "Vos cal una posició precisa? Feu servir %MOD2+fletxes de direcció per a moure un píxel els objectes (formes, imatges, fórmules)."
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr "L'ajuda incrustada és disponible pitjant F1, si l'heu instal·lat. Altrament, podeu consultar-la a:"
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr "Feu clic dret a la barra d'estat del %PRODUCTNAME Calc i seleccioneu «Recompte de la selecció» per a mostrar el nombre de cel·les seleccionades."
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr "Voleu tindre dues o més columnes per a una part d'una pàgina del %PRODUCTNAME Writer? Insereix ▸ Secció, pestanya Columnes i col·loqueu el text en aquesta secció."
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr "Utilitzeu Dades ▸ Mostratge, estadístiques descriptives, anàlisi de variància, correlació i molt més a %PRODUCTNAME Calc."
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr "Podeu copiar d'un full a un altre sense el porta-retalls. Seleccioneu l'àrea que voleu copiar, feu %MOD1+clic en la pestanya de destinació i useu Full ▸ Insereix cel·les ▸ Insereix fulls."
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr "Podeu canviar l'aspecte del %PRODUCTNAME via Eines ▸ Opcions ▸ Visualitza ▸ Interfície d'usuari."
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr "Al %PRODUCTNAME Impress, utilitzeu Insereix ▸ Multimèdia ▸ Àlbum de fotos per a crear una presentació de diapositives a partir d'una sèrie de fotos amb la funció «Àlbum de fotos»."
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr "Podeu mostrar fórmules en comptes dels resultats amb Visualitza ▸ Mostra la fórmula (o Eines ▸ Opcions ▸ %PRODUCTNAME Calc ▸ Visualitza ▸ Mostra ▸ Fórmules)."
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr "El %PRODUCTNAME és desenvolupat per una comunitat amigable, formada per centenars de col·laboradors de tot el món. Uniu-vos a nosaltres amb les vostres habilitats, més enllà de la programació."
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr "Escriviu amb l'esquerra? Habiliteu Eines ▸ Opcions ▸ Configuració de la llengua ▸ Llengües ▸ Asiàtic i marqueu Eines ▸ Opcions ▸ %PRODUCTNAME Writer ▸ Mostra ▸ Regla ▸ Alineada a la dreta, i la barra de desplaçament es mostrarà a l'esquerra."
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr "Voleu que els títols dels capítols isquen sempre a dalt de la pàgina? Editeu Encapçalament1 (estil de paràgraf) ▸ Flux del text ▸ Salts i marqueu Insereix ▸ Pàgina ▸ Abans."
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr "El valor Data/hora és només un nombre de dies d'un dia zero escollit; al número, la part entera representa la data, i la part fraccional és l'hora (la part d'un dia transcorreguda), i el 0,5 representa el migdia."
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr "Maj+%MOD1+Supr suprimeix des del cursor fins al final de la frase actual."
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr "Utilitzeu les etiquetes de la columna o de la fila a les fórmules. Per exemple, si teniu dues columnes, «Temps» i «KM», utilitzeu =Temps/KM per a obtindre els minuts per quilòmetre."
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr "Molest amb les «marxes de formigues» al volant de les cel·les del Calc? Premeu Esc per a aturar-les, el contingut romandrà disponible per a enganxar-lo."
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr "Voleu ser un Ambaixador del %PRODUCTNAME? Hi ha certificacions per a desenvolupadors, administradors i formadors."
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr "Barregeu orientacions horitzontals i verticals en un full de càlcul de Calc aplicant diferents estils de pàgina als fulls."
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr "Feu clic a la icona de caràcter especial de la barra d'eines per a obtindre un accés ràpid als caràcters preferits i recents que vulgueu inserir."
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr "Trieu «Jeràrquic» a la barra lateral d'Estils per a veure la relació entre els estils."
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr "Podeu usar els estils per a fer les taules del documents consistents. Trieu-ne un dels predefinits amb Estils (F11) o via Taula ▸ Format automàtic."
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr "Voleu configurar l'ús de la tecla %MOD1 per a obrir els enllaços? Eines ▸ Opcions %PRODUCTNAME ▸ Seguretat ▸ Opcions ▸ «Requereix %MOD1+clic per a seguir els enllaços»."
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr "Si voleu veure el càlcul dels elements individuals d'una fórmula, seleccioneu els elements respectius i premeu F9."
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr "Podeu protegir les cel·les amb Format ▸ Cel·les ▸ Protecció de cel·les. Per a evitar inserir, suprimir, canviar el nom, moure/copiar fulls, utilitzeu Eines ▸ Protegeix el full."
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr "Voleu escriure al llarg d'una corba? Dibuixeu la línia, feu-hi doble clic, escriviu el text i trieu Format ▸ Quadre de text i forma ▸ Fontwork"
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr "Voleu mostrar només els valors més alts en un full de càlcul? Seleccioneu el menú Dades ▸ Filtre automàtic, feu clic a la fletxa desplegable i trieu \"10primers\"."
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr "Per a suprimir el número de pàgina de la taula de continguts, aneu a Insereix ▸ Taula de continguts (o feu clic amb el botó dret i editeu l'índex inserit anteriorment). A la pestanya Entrades suprimiu el número de pàgina (#) de la línia Estructura."
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr "Amb el Navigator podeu seleccionar i moure amunt/avall capçaleres i el text de sota la capçalera, tant al Navigator i com al document."
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr "Per a obtindre ràpidament un objecte matemàtic a Writer, escriviu la fórmula, seleccioneu-la i utilitzeu Insereix ▸ Objecte ▸ Fórmula per a convertir el text."
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr "Amb el %PRODUCTNAME és molt fàcil instal·lar un diccionari nou: es proporcionen com a extensions."
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr "El %PRODUCTNAME té una versió portàtil que vos dona mobilitat. Fins i tot sense tindre drets d'administrador al vostre ordinador, podeu instal·lar el %PRODUCTNAME portàtil al disc dur igualment."
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr "El Writer vos permet numerar les notes al peu per pàgina, capítol, document: Eines ▸ Notes al peu i al final ▸ pestanya Notes al peu ▸ Recompte."
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr "El document de Writer no es reobre amb el cursor de text en la mateixa posició on era quan el vau guardar? Afegiu el nom o cognom a Eines ▸ Opcions ▸ %PRODUCTNAME ▸ Dades d'usuari ▸ Nom/Cognoms."
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr "Gestió de citacions? Utilitzeu una extensió de tercers."
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr "Voleu inserir un valor al mateix lloc en diversos fulls? Seleccioneu els fulls: manteniu premuda la tecla %MOD1 i feu clic a les pestanyes dels fulls abans d'entrar-hi."
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr "Voleu amagar algun text d'un document? Seleccioneu el text. Insereix ▸ Secció, i seleccioneu \"Amaga\"."
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr "Podeu personalitzar el botó central del ratolí amb Eines ▸ Opcions ▸ %PRODUCTNAME ▸ Visualitza ▸ Botó central del ratolí."
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr "Voleu imprimir dues pàgines en vertical en una pàgina en horitzontal (reducció d'A4 a A5)? Fitxer ▸ Imprimeix i seleccioneu 2 a «Pàgines per full»."
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr "Per a accedir ràpidament als marcadors del vostre document, feu clic dret al número de pàgina a la barra d'estat (a la cantonada inferior esquerra de la finestra del document)."
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr "Seleccioneu un objecte en el fons del document amb l'eina Selecciona en la barra d'eines Dibuix."
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr "Definiu com a text automàtic els textos que useu amb freqüència. Els podreu inserir pel seu nom, drecera o barra d'eines en qualsevol document del Writer."
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr "Reproduïu música durant una presentació assignant el so a la primera transició de diapositives sense fer clic al botó «Aplicar a totes les diapositives»."
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr "El %PRODUCTNAME Calc no calcula d'esquerra a dreta però respecta l'ordre: parèntesis, exponents, multiplicacions, divisions, sumes i restes."
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr "Obteniu la documentació del %PRODUCTNAME i guies d'ús gratuïtes a:"
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr "Voleu suprimir tots els <> a la vegada i mantindre el text interior? Edita ▸ Cerca i reemplaça: Cerca = [<>], Reemplaça = en blanc i marqueu «Expressions regulars» a Altres opcions."
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr "Vos cal presentar un informe escrit amb el Writer? Trieu Fitxer ▸ Envia ▸ Esquema a presentació; això crea una diapositiva a partir de l'esquema de forma automàtica."
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr "Voleu gestionar la presentació dels enllaços en un full de càlcul? Inseriu-los amb la funció ENLLAÇ"
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr "Desmarqueu Eines ▸ Opcions ▸ %PRODUCTNAME Calc ▸ Visualitza ▸ Escala: «Sincronitza fulls» perquè cada full del Calc tinga el seu propi factor d'escala."
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr "Podeu definir un color per a cada pestanya: feu clic amb botó dret en la pestanya o Full ▸ Color de la pestanya del full."
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr "Rastregeu de les cel·les usades en una fórmula, precedents (Maj+F9) o dependents (Maj+F5) (o useu Eines ▸ Detectiu. Amb cada pressió de tecla avanceu un pas en la cadena."
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr "Inseriu i numereu les fórmules en un únic pas: premeu Fn i després F3. S'insereix un text automàtic amb una fórmula i un número alineats en una taula."
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr "Podeu crear un índex d'il·lustracions a partir dels noms d'objectes, no només a partir de les llegendes."
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr "Useu l'Android o l'iPhone per a controlar remotament la presentació Impress."
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr "Voleu saber quants dies té el mes actual? Useu la funció DIESENMES(AVUI())."
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr "Els dígits apareixen com a «###» al full de càlcul? La columna és massa estreta per als dígits."
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr "Activeu càlculs paral·lels massius de cel·les de fórmula via Eines ▸ Opcions ▸ OpenCL."
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr "Useu l'eina del Connector des de la barra d'eines de dibuix en el Draw o l'Impress per a crear diagrames de flux agradables i, opcionalment, copiar i enganxar objectes en el Writer."
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr "Les vostres donacions ajuden a la nostra comunitat mundial."
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr "Voleu afegir x mesos a una data? Useu =DATAE(data;mesos)."
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr "Per a seleccionar un interval de cel·les continu que continguen dades i delimitat per files i columnes buides useu %MOD1+* (en el teclat numèric)."
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr "El patró de data no és adient? Useu Eines ▸ Opcions ▸ Configuració de la llengua ▸ Llengües ▸ Patrons d'acceptació de dates per a ajustar el patró."
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr "Voleu exportar fórmules a CSV? Fitxer ▸ Anomena i guarda ▸ Tipus de fitxer:Text CSV"
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr "La consola de presentació és una gran eina per a treballar amb el %PRODUCTNAME Impress. Ja l'heu provada?"
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr "Per a suprimir diversos comentaris, seleccioneu les cel·les amb comentaris i utilitzeu Full ▸ Comentaris de cel·la ▸ Suprimeix el comentari."
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr "Convertiu fàcilment els documents a PDF fent un sol clic a la icona del PDF de la barra d'eines."
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr "Voleu seleccionar un interval de cel·les gran sense fer cap desplaçament? Escriviu la referència de l'interval (p. ex. A1:A1000) a la casella del nom i, a continuació, Retorn."
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr "Voleu saber els paràmetres de línia d'ordres vàlids? Executeu soffice amb --help, -h o -?"
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr "Ajusteu el full o els intervals d'impressió a una pàgina amb Format ▸ Pàgina ▸ Full ▸ Mode d'escala."
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr "Necessiteu un element sense numerar en una llista? Useu «Insereix una entrada no numerada» en la barra d'eines de pics i numeració."
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr "Podeu girar l'orientació de la taula de cel·les amb Taula ▸ Propietats… ▸ Flux del text ▸ Orientació del text."
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr "En el %PRODUCTNAME Draw, per a canviar el punt 0/0 dels regles, arrossegueu la intersecció dels dos regles en la cantonada superior esquerra de l'espai de treball."
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr "Voleu moure una columna del Calc entre altres dues columnes en un pas? Feu clic a la capçalera i després en una cel·la de la columna, manteniu el botó del ratolí i mogueu a l'objectiu amb la tecla %MOD2."
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr "Podeu marcar automàticament les entrades alfabètiques de l'índex fent servir un fitxer de concordança."
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr "Useu Formatació ▸ Alinea (o el menú contextual) per a posicionar amb precissió els objectes en el Draw o Impress: centra la pàgina si un objecte, o grup d'objecte, està seleccionat."
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr "No feu servir tabuladors per a separar elements en un document del Writer. Segons el que vulgueu fer, una taula sense vores pot ser una opció més pràctica."
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr "No cal que vos desplaceu per la llista a Eines ▸ Personalitza ▸ Teclat per a trobar una drecera: només cal que l'escriviu."
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr "El %PRODUCTNAME pot afegir automàticament una llegenda numerada si inseriu objectes. Vegeu Eines ▸ Opcions ▸ %PRODUCTNAME Writer ▸ Llegenda automàtica."
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr "Amb el %PRODUCTNAME podeu usar el vostre compte de Google Mail per a fer combinació de correu. Ompliu Eines ▸ Opcions ▸ %PRODUCTNAME Writer ▸ Adreça electrònica per a la combinació de correu."
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr "Manteniu les capçaleres de columnes d'un full visibles en desplaçar línies via Visualitza ▸ Congela les cel·les ▸ Congela la primera fila."
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr "Voleu començar a treballar amb macros Basic? Feu una ullada als exemples de Eines ▸ Macros ▸ Edita les macros."
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr "Apliqueu estils de paràgraf d'encapçalament al Writer amb les tecles de drecera: %MOD1+1 aplica Encapçalament 1, %MOD1+2 aplica Encapçalament 2, etc."
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr "No vos perdeu en documents grans. Feu servir el Navegador (F5) per a orientar-vos en el document."
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr "Edita ▸ Cerca i reemplaça vos permet inserir directament caràcters especials: feu clic dret en els camps d'entrada o premeu Maj+%MOD1+S."
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr "Necessiteu continguts personalitzats per a les propietats de les metadades? La pestanya Fitxer ▸ Propietats ▸ Propietats personalitzades vos permet crear el que voleu."
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr "Voleu veure, però no imprimir, un objecte al Draw? Dibuixeu-lo en una capa que tinga l'opció «Imprimible» desactivada (feu clic dret en la pestanya i «Modifica la capa»)."
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr "Per a inserir la data actual en el document, useu Insereix ▸ Camp ▸ Data."
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr "Teniu moltes imatges en el document Writer? Accelereu-ne la visualització desactivant Visualitza ▸ Imatges i diagrames."
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr "Utilitzeu Full ▸ Ompli les cel·les ▸ Nombre aleatori per a generar una sèrie aleatòria basada en diverses distribucions."
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr "Canvieu el nom de les diapositives a Impress per a definir millor les interaccions «Vés a la pàgina» i tindre un resum més explícit que Dispositiva1, Diapositiva2…"
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr "El diàleg de numeració de capítols vos permet definir el text que s'ha de mostrar a davant del número del capítol. Per exemple, escriviu «Capítol» perquè es mostre «Capítol 1»"
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Voleu transposar una taula de Writer? Copieu i enganxeu-la al Calc, transposeu-la amb el copia i enganxa especial i després copia i enganxa especial ▸ Text formatat en el Writer."
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr "Per a obtindre la barra d'eines «Text vertical» en la barra de dibuix, marqueu Eines ▸ Opcions ▸ Configuració de la llengua ▸ Llengües ▸ Llengües predeterminades per als documents ▸ Asiàtic, i feu el botó visible fent-hi clic dret."
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr "Per a fer zoom ràpidament en l'interval de selecció, feu clic dret en l'apartat Escala de la barra d'estat i trieu Òptima."
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr "Podeu signar els fitxers PDF existents i també verificar-ne les signatures."
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr "Sovint creeu documents a partir d'un altre? Considereu la possibilitat de fer servir una plantilla."
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr "Useu Format ▸ Condicionada ▸ Gestiona en el Calc per a trobar quines cel·les tenen formatació condicionada."
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr "Eines ▸ Detectiu ▸ Marca les dades no vàlides, marca totes les cel·les del full que contenen valors que no compleixen les regles de validació. "
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr "Utilitzeu la inserció de tipus de lletra per a una major interoperabilitat amb altres suites d'oficina a Fitxer ▸ Propietats ▸ Tipus de lletra."
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr "Per a convertir una fórmula en valors estàtics no cal copiar i enganxar; utilitzeu Dades ▸ Calcula ▸ Fórmula a valor."
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr "Podeu tornar a formatar tots els comentaris d'un document fent clic a la fletxa avall en un comentari i triant «Formata tots els comentaris»."
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr "Voleu la mateixa disposició per a la pantalla i la impressió? Marqueu Eines ▸ Opcions ▸ %PRODUCTNAME Calc ▸ General ▸ Utilitza la mètrica de la impressora per a la formatació del text."
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr "El Writer vos ajuda a fer còpies de seguretat: amb «Fitxer ▸ Guarda una còpia» es crea un document nou i seguiu treballant en l'original."
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr "Si heu creat un estil basat en un altre estil, podeu introduir un valor en percentatge o valor diferencial (p. ex. 110 %, -2 pt o +5 pt)."
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr "Per a copiar un comentari sense perdre el contingut de la cel·la objectiu hauríeu d'usar «Enganxament especial» i desmarqueu-ho tot excepte «Comentaris» en el diàleg. Utilitzeu les operacions «Afig» per a no substituir el contingut existent."
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr "Convertiu de forma massiva els vostres documents del MS Office al format OpenDocument amb l'auxiliar de conversió de documents en el menú Fitxer ▸ Auxiliars ▸ Convertidor de documents."
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr "En editar una cel·la en la seua posició, podeu fer clic dret i inserir camps: data, noms del full, títol del document, etc."
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr "Necessiteu moure una taula del Writer? «Taula ▸ Selecciona ▸ Taula» i «Insereix ▸ Marc ▸ Marc» i moveu-lo on vulgueu."
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr "Amb Eines ▸ Text automàtic ▸ Text automàtic ▸ Importa podeu seleccionar un document o una plantilla del Word que continga les entrades de Text automàtic que vulgueu importar."
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr "No inseriu salts de línia manuals per a separar dos paràgrafs. En comptes d'això, canvieu «Sagnats i espaiat ▸ Espaiat ▸ Sota el paràgraf» a les propietats de l'estil o paràgraf."
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr "Conserveu els zeros abans d'un número usant l'opció de format de cel·la «zeros inicials» o formateu la cel·la com a text abans d'introduir-hi el número."
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr "Voleu tornar a l'estil predeterminat després d'aplicar un estil de llista? Feu clic en el botó de llistes de pics o numeració de la barra d'eines de formatació."
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr "Suprimiu totes les àrees d'impressió en un únic pas: seleccioneu tots els fulls, i després Format ▸ Àrees d'impressió ▸ Neteja."
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr "Afegiu imatges de fons en els fulls de càlcul via «Insereix ▸ Imatge» o arrossegueu un fons a la galeria, després «Format ▸ Organitza ▸ Al fons»."
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr "Teniu problemes enganxant text als documents des de fitxers PDF o pàgines web? Proveu d'enganxar com a text sense format (%MOD1+%MOD2+Maj+V)."
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr "En el Calc, utilitzeu MITJTRUNC() per a obtindre la mitjana del conjunt de dades excloent-ne els valors més alt i més baix."
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr "El quart paràmetre opcional de la funció CONSULTAV del Calc indica si la primera columna de les dades és ordenada. Si no ho és, introduïu FALS o zero."
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr "Les barres d'eines són contextuals. S'obren depenent del context. Si no voleu això, desmarqueu-les en Visualitza ▸ Barres d'eines."
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr "Voleu crear un document mestre a partir del document Writer actual? Fitxer ▸ Envia ▸ Crea un document mestre (els subdocuments es creen depenent de l'esquema)."
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr "Voleu centrar cel·les en una pàgina impresa del Calc? Format ▸ Pàgina, Pàgina, Pàgina ▸ Paràmetres de format ▸ Alineació de la taula."
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr "Els marcs es poden vincular perquè el text fluïsca d'un a l'altre com en els programes de maquetació."
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Creeu un diagrama basat en una taula de Writer fent clic en la taula i triant Insereix ▸ Diagrama."
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr "Seleccioneu opcions a «Eines ▸ Opcions ▸ %PRODUCTNAME Writer ▸ Ajudes a la formatació ▸ Visualització de» per a indicar quins caràcters no imprimibles voleu que es mostren."
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr "Voleu saltar a una pàgina particular pel seu número? Feu clic a l'entrada de més a l'esquerra de la barra d'estat, useu «Edita ▸ Vés a la pàgina...» o premeu %MOD1+G."
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr "El %PRODUCTNAME admet més de 150 llengües."
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr "Desmarqueu Presentació de diapositives ▸ Paràmetres ▸ Presentació sempre en primer pla si necessiteu que un altre programa mostre la seua finestra al davant de la presentació."
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr "Voleu trobar les paraules en negreta d'un document de Writer? Edita ▸ Cerca i reemplaça ▸ Altres opcions ▸ Atributs ▸ Pes de la lletra."
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr "Podeu ordenar paràgrafs o files de taula de forma alfabètica o numèrica Eines ▸ Ordena."
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr "Per a inserir un paràgraf abans (després) d'una secció, premeu %MOD2+Retorn al començament (final) de la secció."
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr "El %PRODUCTNAME té un centre de plantilles per a crear documents amb bona presentació. Proveu-lo."
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr "Calculeu els pagaments de préstecs amb el Calc: p. ex. PMT(2%/12;36;2500) taxa d'interés per període de pagament 2%/12, 36 mesos, import del préstec 2500 unitats monetàries."
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr "No trobeu el què voleu amb la funció CONSULTAV del Calc? Amb CONSULTAV i COINCIDEIX ho podeu fer tot!"
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr "Voleu mostrar la columna oculta A? Feu clic en una cel·la de la columna B, premeu el botó esquerre del ratolí, moveu el ratolí a l'esquerra, deixeu anar el botó. Després, feu-la visible via Format ▸ Columnes ▸ Mostra."
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr "Per a canviar el número d'una pàgina al Writer, aneu a les propietats del primer paràgraf i, en la pestanya «Flux de text» marqueu Salts ▸ Insereix i introduïu el número."
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr "Executeu el %PRODUCTNAME en qualsevol navegador web mitjançant el rollApp."
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr "Obteniu un error estrany en el Calc, Err: seguit d'un número? Aquesta pàgina vos dóna l'explicació:"
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr "Incloeu un paràgraf que no siga un títol en la taula de continguts canviant Esquema i numeració en la configuració del paràgraf a un nivell d'esquema."
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr "A més a més de la taula de continguts, el %PRODUCTNAME pot crear índexs alfabètics, d'il·lustracions, de taules, d'objectes, bibliogràfics i definits per l'usuari."
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr "No podeu modificar o suprimir un estil de cel·la personalitzat? Comproveu tots els fulls, no n'hauria d'estar protegit cap."
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr ""
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr "Voleu saber si es fa referència a una cel·la en fórmules d'altres cel·les? Eines ▸ Detectiu ▸ Rastreja les dependències (Maj+F5)."
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr "En el camp de reemplaçament de les opcions de correcció automàtica podeu usar comodins .*"
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr "Voleu duplicar la línia de dalt? Premeu %MOD1+D o utilitzeu Full ▸ Ompli les cel·les ▸ Avall."
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr "Per a cercar en diversos fulls de càlcul, seleccioneu-los abans d'iniciar la cerca."
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr "Arrossegar i deixar anar cel·les del Calc en una visualització normal d'una diapositiva crea una taula. En la visualització d'esquema crea una línia en l'esquema."
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr "%PRODUCTNAME vos ajuda a no introduir dos o més espais al Writer. Seleccioneu Eines ▸ Correcció automàtica ▸ Opcions de correcció automàtica ▸ Opcions ▸ Ignora els espais dobles."
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Voleu que el cursor vagi a la cel·la de la dreta després d'introduir un valor al Calc? Utilitzeu la tecla Tab en comptes de l'Enter."
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr "Per a mostrar la barra de desplaçament a l'esquerra, activeu «Eines ▸ Opcions ▸ Configuració de la llengua ▸ Llengües ▸ Text complex» i marqueu «Full ▸ De dreta a esquerra»"
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr "Arrossegueu un objecte formatat a la finestra Estils i Formatació. S'obri un diàleg, simplement introduïu el nom del nou estil."
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr "Les noves versions del %PRODUCTNAME proporciona noves funcionalitats, correccions d'errors i pedaços de seguretat. Mantingueu el programari actualitzat!"
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr "Voleu desenvolupar filtres XSLT i XML nous?"
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr ""
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "Ajuda del %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Més informació"
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Ord"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opc"
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/01.po b/source/ca-valencia/helpcontent2/source/text/shared/01.po
index 0870beebed9..e6562b6c27e 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: 2020-12-14 15:33+0100\n"
+"POT-Creation-Date: 2021-04-06 15:30+0200\n"
"PO-Revision-Date: 2020-10-30 22:35+0000\n"
"Last-Translator: Christian Lohmaier <cloph@documentfoundation.org>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/ca_VALENCIA/>\n"
@@ -15380,33 +15380,6 @@ msgctxt ""
msgid "<emph>Small capitals</emph> - <variable id=\"smallcapitals\">Changes the selected lowercase characters to uppercase characters, and then reduces their size.</variable>"
msgstr ""
-#. kGuxJ
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"bm_id410168\n"
-"help.text"
-msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>"
-msgstr "<bookmark_value>tipus de lletra amb parpelleig</bookmark_value><bookmark_value>tipus de lletra amb flaix</bookmark_value>"
-
-#. Suvvn
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"hd_id3152941\n"
-"help.text"
-msgid "Blinking"
-msgstr "Parpelleig"
-
-#. 2FiCB
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"par_id3145662\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Fa que els caràcters seleccionats parpellegen. No podeu canviar la freqüència del parpelleig.</ahelp>"
-
#. B3MEb
#: 05020200.xhp
msgctxt ""
diff --git a/source/ca/cui/messages.po b/source/ca/cui/messages.po
index 4d73e175208..389dafad095 100644
--- a/source/ca/cui/messages.po
+++ b/source/ca/cui/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: 2021-03-10 16:22+0100\n"
-"PO-Revision-Date: 2021-03-10 07:36+0000\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
+"PO-Revision-Date: 2021-04-14 10:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-7-1/cuimessages/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.4.2\n"
"X-POOTLE-MTIME: 1564129929.000000\n"
#. GyY9M
@@ -2456,1071 +2456,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr "%PRODUCTNAME admet quatre nivells de seguretat de macro (de baix a molt alt) i de fonts de confiança."
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr "%PRODUCTNAME té la intenció de presentar una sol·licitud com a organització per a Google Summer of Code (GSoC) consulteu:"
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr "Sabíeu que podeu adjuntar comentaris a fragments de text? Utilitzeu la drecera %MOD1+%MOD2+C."
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr "Heu de moure un o més paràgrafs? No cal que retalleu i enganxeu: feu servir la drecera de teclat %MOD1+%MOD2+Fletxa (Amunt/Avall)"
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr "Canvieu les lletres tipogràfiques bàsiques de la plantilla predefinida o el document actual amb Eines ▸ Opcions ▸ %PRODUCTNAME Writer ▸ Lletres tipogràfiques bàsiques."
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr "Voleu trobar paraules que tinguin més de 10 caràcters? Edita ▸ Cerca i reemplaça ▸ Cerca ▸ [a-z]{10,} ▸ Altres opcions ▸ marqueu Expressions regulars."
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr "Obriu un fitxer CSV com a full nou al full de càlcul actual mitjançant Full ▸ Insereix full des del fitxer."
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr "En escriure en negreta, cursiva o subratlla al Writer, podeu seguir amb els atributs predeterminats simplement fent ús de la drecera %MOD1+Maj+X (elimina el format directe de caràcter)."
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr "Useu %MOD1+%MOD2+Maj+V per a enganxar el contingut del porta-retalls com a text sense format."
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr "Personalitzeu l'aparença de les notes al peu en Eines ▸ Notes al peu i notes finals…"
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr "Amb «Presentació de diapositives» ▸ «Presentació de diapositives personalitzada», reordeneu i escolliu les diapositives per a crear una presentació ajustada a les necessitats dels vostres espectadors."
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr "Voleu canviar la revisió ortogràfica d'una part del text? Feu clic a la zona d'idioma de la barra d'estat o, millor encara, feu servir un estil."
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr "El Writer pot inserir una pàgina en blanc entre dues pàgines senars (parelles) seguides. Marqueu «Imprimeix les pàgines en blanc que s'han inserit automàticament» en la pestanya %PRODUCTNAME Writer del diàleg d'impressió."
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr "No voleu imprimir totes les columnes? Amagueu o agrupeu les que no necessiteu."
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr "Per a modificar una presentació de reproducció automàtica, obriu-la i, després que iniciï, feu-hi clic dret; seleccioneu Edita en el menú contextual."
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr "Us cal una posició precisa? Feu servir %MOD2+fletxes de direcció per a moure un píxel els objectes (formes, imatges, fórmules)."
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr "L'ajuda incrustada és disponible pitjant F1, si l'heu instal·lat. Altrament, podeu consultar-la a:"
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr "Feu clic dret a la barra d'estat del %PRODUCTNAME Calc i seleccioneu «Recompte de la selecció» per a mostrar el nombre de cel·les seleccionades."
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr "Voleu tenir dues o més columnes per a una part d'una pàgina del %PRODUCTNAME Writer? Insereix ▸ Secció, pestanya Columnes i col·loqueu el text en aquesta secció."
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr "Utilitzeu Dades ▸ Mostratge, estadístiques descriptives, anàlisi de variància, correlació i molt més a %PRODUCTNAME Calc."
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr "Podeu copiar d'un full a un altre sense el porta-retalls. Seleccioneu l'àrea que voleu copiar, feu %MOD1+clic en la pestanya de destinació i useu Full ▸ Insereix cel·les ▸ Insereix fulls."
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr "Podeu canviar l'aspecte del %PRODUCTNAME via Eines ▸ Opcions ▸ Visualitza ▸ Interfície d'usuari."
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr "Al %PRODUCTNAME Impress, utilitzeu Insereix ▸ Multimèdia ▸ Àlbum de fotos per a crear una presentació de diapositives a partir d'una sèrie de fotos amb la funció «Àlbum de fotos»."
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr "Podeu mostrar fórmules en comptes dels resultats amb Visualitza ▸ Mostra la fórmula (o Eines ▸ Opcions ▸ %PRODUCTNAME Calc ▸ Visualitza ▸ Mostra ▸ Fórmules)."
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr "El %PRODUCTNAME és desenvolupat per una comunitat amigable, formada per centenars de col·laboradors de tot el món. Uniu-vos a nosaltres amb les vostres habilitats, més enllà de la programació."
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr "Escriviu amb l'esquerra? Habiliteu Eines ▸ Opcions ▸ Configuració de la llengua ▸ Llengües ▸ Asiàtic i marqueu Eines ▸ Opcions ▸ %PRODUCTNAME Writer ▸ Mostra ▸ Regla ▸ Alineada a la dreta, i la barra de desplaçament es mostrarà a l'esquerra."
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr "Voleu que els títols dels capítols surtin sempre a dalt de la pàgina? Editeu Encapçalament1 (estil de paràgraf) ▸ Flux del text ▸ Salts i marqueu Insereix ▸ Pàgina ▸ Abans."
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr "El valor Data/hora és només un nombre de dies d'un dia zero escollit; al número, la part entera representa la data, i la part fraccional és l'hora (la part d'un dia transcorreguda), i el 0,5 representa el migdia."
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr "Maj+%MOD1+Supr suprimeix des del cursor fins al final de la frase actual."
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr "Utilitzeu les etiquetes de la columna o de la fila a les fórmules. Per exemple, si teniu dues columnes, «Temps» i «KM», utilitzeu =Temps/KM per a obtenir els minuts per quilòmetre."
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr "Molest amb les «marxes de formigues» al volant de les cel·les del Calc? Premeu Esc per a aturar-les, el contingut romandrà disponible per a enganxar-lo."
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr "Voleu ser un Ambaixador del %PRODUCTNAME? Hi ha certificacions per a desenvolupadors, administradors i formadors."
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr "Barregeu orientacions horitzontals i verticals en un full de càlcul de Calc aplicant diferents estils de pàgina als fulls."
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr "Feu clic a la icona de caràcter especial de la barra d'eines per a obtenir un accés ràpid als caràcters preferits i recents que vulgueu inserir."
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr "Trieu «Jeràrquic» a la barra lateral d'Estils per a veure la relació entre els estils."
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr "Podeu utilitzar els estils per tal que les taules del document siguin consistents. Trieu-ne un a predefinit per estils (F11) o mitjançant Taula ▸ Estils de formatació automàtica."
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr "Voleu configurar l'ús de la tecla %MOD1 per a obrir els enllaços? Eines ▸ Opcions %PRODUCTNAME ▸ Seguretat ▸ Opcions ▸ «Requereix %MOD1+clic per a seguir els enllaços»."
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr "Si voleu veure el càlcul dels elements individuals d'una fórmula, seleccioneu els elements respectius i premeu F9."
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr "Podeu protegir les cel·les amb Format ▸ Cel·les ▸ Protecció de cel·les. Per a evitar inserir, suprimir, canviar el nom, moure/copiar fulls, utilitzeu Eines ▸ Protegeix el full."
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr "Voleu escriure al llarg d'una corba? Dibuixeu la línia, feu-hi doble clic, escriviu el text i trieu Format ▸ Quadre de text i forma ▸ Fontwork"
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr "Voleu mostrar només els valors més alts en un full de càlcul? Seleccioneu el menú Dades ▸ Filtre automàtic, feu clic a la fletxa desplegable i trieu «10primers»."
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr "Per a suprimir el número de pàgina de la taula de continguts, aneu a Insereix ▸ Taula de continguts (o feu clic amb el botó dret i editeu l'índex inserit anteriorment). A la pestanya Entrades suprimiu el número de pàgina (#) de la línia Estructura."
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr "Amb el Navigator podeu seleccionar i moure amunt/avall capçaleres i el text de sota la capçalera, tant al Navigator i com al document."
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr "Per a obtenir ràpidament un objecte matemàtic a Writer, escriviu la fórmula, seleccioneu-la i utilitzeu Insereix ▸ Objecte ▸ Fórmula per a convertir el text."
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr "Amb el %PRODUCTNAME és molt fàcil instal·lar un diccionari nou: es proporcionen com a extensions."
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr "El %PRODUCTNAME té una versió portàtil que us dona mobilitat. Fins i tot sense tenir drets d'administrador al vostre ordinador, podeu instal·lar el %PRODUCTNAME portàtil al disc dur igualment."
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr "El Writer us permet numerar les notes al peu per pàgina, capítol, document: Eines ▸ Notes al peu i al final ▸ pestanya Notes al peu ▸ Recompte."
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr "El document de Writer no es reobre amb el cursor de text en la mateixa posició on era quan el vau desar? Afegiu el nom o cognom a Eines ▸ Opcions ▸ %PRODUCTNAME ▸ Dades d'usuari ▸ Nom/Cognoms."
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr "Gestió de citacions? Utilitzeu una extensió de tercers."
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr "Voleu inserir un valor al mateix lloc en diversos fulls? Seleccioneu els fulls: manteniu premuda la tecla %MOD1 i feu clic a les pestanyes dels fulls abans d'entrar-hi."
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr "Voleu amagar algun text d'un document? Seleccioneu el text. Insereix ▸ Secció, i seleccioneu «Amaga»."
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr "Podeu personalitzar el botó central del ratolí amb Eines ▸ Opcions ▸ %PRODUCTNAME ▸ Visualitza ▸ Botó central del ratolí."
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr "Voleu imprimir dues pàgines en vertical en una pàgina en horitzontal (reducció d'A4 a A5)? Fitxer ▸ Imprimeix i seleccioneu 2 a «Pàgines per full»."
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr "Per a accedir ràpidament als marcadors del vostre document, feu clic dret al número de pàgina a la barra d'estat (a la cantonada inferior esquerra de la finestra del document)."
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr "Seleccioneu un objecte en el fons del document amb l'eina Selecciona en la barra d'eines Dibuix."
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr "Definiu com a text automàtic els textos que useu amb freqüència. Els podreu inserir pel seu nom, drecera o barra d'eines en qualsevol document del Writer."
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr "Reproduïu música durant una presentació assignant el so a la primera transició de diapositives sense fer clic al botó «Aplicar a totes les diapositives»."
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr "El %PRODUCTNAME Calc no calcula d'esquerra a dreta però respecta l'ordre: parèntesis, exponents, multiplicacions, divisions, sumes i restes."
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr "Obteniu la documentació del %PRODUCTNAME i guies d'ús gratuïtes a:"
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr "Voleu suprimir tots els <> a la vegada i mantenir el text interior? Edita ▸ Cerca i reemplaça: Cerca = [<>], Reemplaça = en blanc i marqueu «Expressions regulars» a Altres opcions."
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr "Us cal presentar un informe escrit amb el Writer? Trieu Fitxer ▸ Envia ▸ Esquema a presentació; això crea una diapositiva a partir de l'esquema de forma automàtica."
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr "Voleu gestionar la presentació dels enllaços en un full de càlcul? Inseriu-los amb la funció ENLLAÇ"
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr "Desmarqueu Eines ▸ Opcions ▸ %PRODUCTNAME Calc ▸ Visualitza ▸ Escala: «Sincronitza fulls» perquè cada full del Calc tingui el seu propi factor d'escala."
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr "Podeu definir un color per a cada pestanya: feu clic amb botó dret en la pestanya o Full ▸ Color de la pestanya del full."
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr "Rastregeu de les cel·les usades en una fórmula, precedents (Maj+F9) o dependents (Maj+F5) (o useu Eines ▸ Detectiu. Amb cada pressió de tecla avanceu un pas en la cadena."
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr "Inseriu i numereu les fórmules en un únic pas: premeu Fn i després F3. S'insereix un text automàtic amb una fórmula i un número alineats en una taula."
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr "Podeu crear un índex d'il·lustracions a partir dels noms d'objectes, no només a partir de les llegendes."
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr "Useu l'Android o l'iPhone per a controlar remotament la presentació Impress."
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr "Voleu saber quants dies té el mes actual? Useu la funció DIESENMES(AVUI())."
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr "Els dígits apareixen com a «###» al full de càlcul? La columna és massa estreta per als dígits."
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr "Activeu càlculs paral·lels massius de cel·les de fórmula via Eines ▸ Opcions ▸ OpenCL."
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr "Useu l'eina del Connector des de la barra d'eines de dibuix en el Draw o l'Impress per a crear diagrames de flux agradables i, opcionalment, copiar i enganxar objectes en el Writer."
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr "Les vostres donacions ajuden a la nostra comunitat mundial."
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr "Voleu afegir x mesos a una data? Useu =DATAE(data;mesos)."
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr "Per a seleccionar un interval de cel·les continu que continguin dades i delimitat per files i columnes buides useu %MOD1+* (en el teclat numèric)."
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr "El patró de data no és adient? Useu Eines ▸ Opcions ▸ Configuració de la llengua ▸ Llengües ▸ Patrons d'acceptació de dates per a ajustar el patró."
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr "Voleu exportar fórmules a CSV? Fitxer ▸ Anomena i desa ▸ Tipus de fitxer:Text CSV"
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr "La consola de presentació és una gran eina per a treballar amb el %PRODUCTNAME Impress. Ja l'heu provada?"
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr "Per a suprimir diversos comentaris, seleccioneu les cel·les amb comentaris i utilitzeu Full ▸ Comentaris de cel·la ▸ Suprimeix el comentari."
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr "Convertiu fàcilment els documents a PDF fent un sol clic a la icona del PDF de la barra d'eines."
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr "Voleu seleccionar un interval de cel·les gran sense fer cap desplaçament? Escriviu la referència de l'interval (p. ex. A1:A1000) a la casella del nom i, a continuació, Retorn."
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr "Voleu saber els paràmetres de línia d'ordres vàlids? Executeu soffice amb --help, -h o -?"
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr "Ajusteu el full o els intervals d'impressió a una pàgina amb Format ▸ Pàgina ▸ Full ▸ Mode d'escala."
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr "Necessiteu un element sense numerar en una llista? Useu «Insereix una entrada no numerada» en la barra d'eines de pics i numeració."
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr "Podeu girar l'orientació de la taula de cel·les amb Taula ▸ Propietats… ▸ Flux del text ▸ Orientació del text."
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr "En el %PRODUCTNAME Draw, per a canviar el punt 0/0 dels regles, arrossegueu la intersecció dels dos regles en la cantonada superior esquerra de l'espai de treball."
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr "Voleu desplaçar una columna del Calc entremig d'unes altres dues columnes en un sol pas? Feu clic a la capçalera i a una cel·la de la columna, manteniu premut el botó del ratolí i desplaceu-la fins a l'objectiu amb la tecla %MOD2."
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr "Podeu marcar automàticament les entrades alfabètiques de l'índex fent servir un fitxer de concordança."
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr "Useu Formatació ▸ Alinea (o el menú contextual) per a posicionar amb precissió els objectes en el Draw o Impress: centra la pàgina si un objecte, o grup d'objecte, està seleccionat."
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr "No feu servir tabuladors per a separar elements en un document del Writer. Segons el que vulgueu fer, una taula sense vores pot ser una opció més pràctica."
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr "No cal que us desplaceu per la llista a Eines ▸ Personalitza ▸ Teclat per a trobar una drecera: només cal que l'escriviu."
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr "El %PRODUCTNAME pot afegir automàticament una llegenda numerada si inseriu objectes. Vegeu Eines ▸ Opcions ▸ %PRODUCTNAME Writer ▸ Llegenda automàtica."
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr "Amb el %PRODUCTNAME podeu usar el vostre compte de Google Mail per a fer combinació de correu. Empleneu Eines ▸ Opcions ▸ %PRODUCTNAME Writer ▸ Adreça electrònica per a la combinació de correu."
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr "Manteniu les capçaleres de columnes d'un full visibles en desplaçar línies via Visualitza ▸ Congela les cel·les ▸ Congela la primera fila."
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr "Voleu començar a treballar amb macros Basic? Feu una ullada als exemples de Eines ▸ Macros ▸ Edita les macros."
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr "Apliqueu estils de paràgraf d'encapçalament al Writer amb les tecles de drecera: %MOD1+1 aplica Encapçalament 1, %MOD1+2 aplica Encapçalament 2, etc."
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr "No us perdeu en documents grans. Feu servir el Navegador (F5) per a orientar-vos en el document."
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr "Edita ▸ Cerca i reemplaça us permet inserir directament caràcters especials: feu clic dret en els camps d'entrada o premeu Maj+%MOD1+S."
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr "Necessiteu continguts personalitzats per a les propietats de les metadades? La pestanya Fitxer ▸ Propietats ▸ Propietats personalitzades us permet crear el que voleu."
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr "Voleu veure, però no imprimir, un objecte al Draw? Dibuixeu-lo en una capa que tingui l'opció «Imprimible» desactivada (feu clic dret en la pestanya i «Modifica la capa»)."
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr "Per a inserir la data actual en el document, useu Insereix ▸ Camp ▸ Data."
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr "Teniu moltes imatges en el document Writer? Accelereu-ne la visualització desactivant Visualitza ▸ Imatges i diagrames."
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr "Utilitzeu Full ▸ Emplena les cel·les ▸ Nombre aleatori per a generar una sèrie aleatòria basada en diverses distribucions."
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr "Canvieu el nom de les diapositives a Impress per a definir millor les interaccions «Ves a la pàgina» i tenir un resum més explícit que Diapositiva1, Diapositiva2…"
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr "El diàleg de numeració de capítols us permet definir el text que s'ha de mostrar a davant del número del capítol. Per exemple, escriviu «Capítol» perquè es mostri «Capítol 1»"
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Voleu transposar una taula de Writer? Copieu i enganxeu-la al Calc, transposeu-la amb el copia i enganxa especial i després copia i enganxa especial ▸ Text formatat en el Writer."
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr "Per a obtenir la barra d'eines «Text vertical» en la barra de dibuix, marqueu Eines ▸ Opcions ▸ Configuració de la llengua ▸ Llengües ▸ Llengües predeterminades per als documents ▸ Asiàtic, i feu el botó visible fent-hi clic dret."
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr "Per a fer zoom ràpidament en l'interval de selecció, feu clic dret en l'apartat Escala de la barra d'estat i trieu Òptima."
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr "Podeu signar els fitxers PDF existents i també verificar-ne les signatures."
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr "Sovint creeu documents a partir d'un altre? Considereu la possibilitat de fer servir una plantilla."
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr "Useu Format ▸ Condicionada ▸ Gestiona en el Calc per a trobar quines cel·les tenen formatació condicionada."
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr "Eines ▸ Detectiu ▸ Marca les dades no vàlides, marca totes les cel·les del full que contenen valors que no compleixen les regles de validació."
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr "Utilitzeu la inserció de lletres tipogràfiques per a una major interoperabilitat amb altres paquets d'ofimàtica a Fitxer ▸ Propietats ▸ Lletra tipogràfica."
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr "Per a convertir una fórmula en valors estàtics no cal copiar i enganxar; utilitzeu Dades ▸ Calcula ▸ Fórmula a valor."
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr "Podeu tornar a formatar tots els comentaris d'un document fent clic a la fletxa avall en un comentari i triant «Formata tots els comentaris»."
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr "Voleu la mateixa disposició per a la pantalla i la impressió? Marqueu Eines ▸ Opcions ▸ %PRODUCTNAME Calc ▸ General ▸ Utilitza la mètrica de la impressora per a la formatació del text."
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr "El Writer us ajuda a fer còpies de seguretat: amb «Fitxer ▸ Desa una còpia» es crea un document nou i seguiu treballant en l'original."
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr "Si heu creat un estil basat en un altre estil, podeu introduir un valor en percentatge o valor diferencial (p. ex. 110 %, -2 pt o +5 pt)."
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr "Per a copiar un comentari sense perdre el contingut de la cel·la objectiu hauríeu d'usar «Enganxament especial» i desmarqueu-ho tot excepte «Comentaris» en el diàleg. Utilitzeu les operacions «Afegeix» per a no substituir el contingut existent."
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr "Convertiu de forma massiva els vostres documents del MS Office al format OpenDocument amb l'auxiliar de conversió de documents en el menú Fitxer ▸ Auxiliars ▸ Convertidor de documents."
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr "En editar una cel·la en la seva posició, podeu fer clic dret i inserir camps: data, noms del full, títol del document, etc."
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr "Necessiteu moure una taula del Writer? «Taula ▸ Selecciona ▸ Taula» i «Insereix ▸ Marc ▸ Marc» i moveu-lo on vulgueu."
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr "Amb Eines ▸ Text automàtic ▸ Text automàtic ▸ Importa podeu seleccionar un document o una plantilla del Word que contingui les entrades de Text automàtic que vulgueu importar."
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr "No inseriu salts de línia manuals per a separar dos paràgrafs. En comptes d'això, canvieu «Sagnats i espaiat ▸ Espaiat ▸ Sota el paràgraf» a les propietats de l'estil o paràgraf."
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr "Conserveu els zeros abans d'un número usant l'opció de format de cel·la «zeros inicials» o formateu la cel·la com a text abans d'introduir-hi el número."
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr "Voleu tornar a l'estil predeterminat després d'aplicar un estil de llista? Feu clic en el botó de llistes de pics o numeració de la barra d'eines de formatació."
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr "Suprimiu totes les àrees d'impressió en un únic pas: seleccioneu tots els fulls, i després Format ▸ Àrees d'impressió ▸ Neteja."
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr "Afegiu imatges de fons en els fulls de càlcul via «Insereix ▸ Imatge» o arrossegueu un fons a la galeria, després «Format ▸ Organitza ▸ Al fons»."
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr "Teniu problemes enganxant text als documents des de fitxers PDF o pàgines web? Proveu d'enganxar com a text sense format (%MOD1+%MOD2+Maj+V)."
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr "En el Calc, utilitzeu MITJTRUNC() per a obtenir la mitjana del conjunt de dades excloent-ne els valors més alt i més baix."
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr "El quart paràmetre opcional de la funció CONSULTAV del Calc indica si la primera columna de les dades és ordenada. Si no ho és, introduïu FALS o zero."
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr "Les barres d'eines són contextuals. S'obren depenent del context. Si no voleu això, desmarqueu-les en Visualitza ▸ Barres d'eines."
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr "Voleu crear un document mestre a partir del document Writer actual? Fitxer ▸ Envia ▸ Crea un document mestre (els subdocuments es creen depenent de l'esquema)."
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr "Voleu centrar cel·les en una pàgina impresa del Calc? Format ▸ Pàgina, Pàgina, Pàgina ▸ Paràmetres de disposició ▸ Alineació de la taula."
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr "Els marcs es poden vincular perquè el text flueixi d'un a l'altre com en els programes de maquetació."
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Creeu un diagrama basat en una taula de Writer fent clic en la taula i triant Insereix ▸ Diagrama."
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr "Seleccioneu opcions a «Eines ▸ Opcions ▸ %PRODUCTNAME Writer ▸ Ajudes a la formatació ▸ Visualització de» per a indicar quins caràcters no imprimibles voleu que es mostrin."
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr "Voleu saltar a una pàgina particular pel seu número? Feu clic a l'entrada de més a l'esquerra de la barra d'estat, useu «Edita ▸ Ves a la pàgina...» o premeu %MOD1+G."
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr "El %PRODUCTNAME admet més de 150 llengües."
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr "Desmarqueu Presentació de diapositives ▸ Paràmetres ▸ Presentació sempre en primer pla si necessiteu que un altre programa mostri la seva finestra al davant de la presentació."
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr "Voleu trobar les paraules en negreta d'un document de Writer? Edita ▸ Cerca i reemplaça ▸ Altres opcions ▸ Atributs ▸ Pes de la lletra."
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr "Podeu ordenar paràgrafs o files de taula de forma alfabètica o numèrica Eines ▸ Ordena."
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr "Per a inserir un paràgraf abans (després) d'una secció, premeu %MOD2+Retorn al començament (final) de la secció."
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr "El %PRODUCTNAME té un centre de plantilles per a crear documents amb bona presentació. Proveu-lo."
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr "Calculeu els pagaments de préstecs amb el Calc: p. ex. PMT(2%/12;36;2500) taxa d'interès per període de pagament 2%/12, 36 mesos, import del préstec 2500 unitats monetàries."
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr "No trobeu el què voleu amb la funció CONSULTAV del Calc? Amb CONSULTAV i COINCIDEIX ho podeu fer tot!"
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr "Voleu mostrar la columna oculta A? Feu clic en una cel·la de la columna B, premeu el botó esquerre del ratolí, moveu el ratolí a l'esquerra, deixeu anar el botó. Després, feu-la visible via Format ▸ Columnes ▸ Mostra."
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr "Per a canviar el número d'una pàgina al Writer, aneu a les propietats del primer paràgraf i, en la pestanya «Flux de text» marqueu Salts ▸ Insereix i introduïu el número."
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr "Executeu el %PRODUCTNAME en qualsevol navegador web mitjançant el rollApp."
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr "Obteniu un error estrany en el Calc, Err: seguit d'un número? Aquesta pàgina us dona l'explicació:"
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr "Incloeu un paràgraf que no sigui un títol en la taula de continguts canviant Esquema i numeració en la configuració del paràgraf a un nivell d'esquema."
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr "A més a més de la taula de continguts, el %PRODUCTNAME pot crear índexs alfabètics, d'il·lustracions, de taules, d'objectes, bibliogràfics i definits per l'usuari."
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr "No podeu modificar o suprimir un estil de cel·la personalitzat? Comproveu tots els fulls, no n'hauria d'estar protegit cap."
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr "Heu d'omplir una sèrie? Seleccioneu l’interval de cel·les i el full ▸ Cel·les d’emplenament ▸ Sèrie d’emplenament i trieu entre Lineal, Creixement, Data i emplenament automàtic."
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr "Voleu saber si es fa referència a una cel·la en fórmules d'altres cel·les? Eines ▸ Detectiu ▸ Rastreja les dependències (Maj+F5)."
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr "En el camp de reemplaçament de les opcions de correcció automàtica podeu usar comodins .*"
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr "Voleu duplicar la línia de dalt? Premeu %MOD1+D o utilitzeu Full ▸ Emplena les cel·les ▸ Avall."
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr "Per a cercar en diversos fulls de càlcul, seleccioneu-los abans d'iniciar la cerca."
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr "Arrossegar i deixar anar cel·les del Calc en una visualització normal d'una diapositiva crea una taula. En la visualització d'esquema crea una línia en l'esquema."
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr "%PRODUCTNAME us ajuda a no introduir dos o més espais al Writer. Seleccioneu Eines ▸ Correcció automàtica ▸ Opcions de correcció automàtica ▸ Opcions ▸ Ignora els espais dobles."
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Voleu que el cursor vagi a la cel·la de la dreta després d'introduir un valor al Calc? Utilitzeu la tecla Tab en comptes de l'Enter."
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr "Per a mostrar la barra de desplaçament a l'esquerra, activeu «Eines ▸ Opcions ▸ Configuració de la llengua ▸ Llengües ▸ Text complex» i marqueu «Full ▸ De dreta a esquerra»"
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr "Arrossegueu un objecte formatat a la finestra Estils i formatació. S'obre un diàleg; simplement introduïu el nom de l'estil nou."
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr "Les noves versions del %PRODUCTNAME proporciona noves funcionalitats, correccions d'errors i pedaços de seguretat. Mantingueu el programari actualitzat!"
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr "Voleu desenvolupar filtres XSLT i XML nous?"
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr "Premeu Maj+F1 per a veure ampliat qualsevol suggeriment disponible als quadres de diàleg quan no està habilitat «Consells ampliats» a Eines ▸ Opcions ▸ %PRODUCTNAME ▸ General."
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "Ajuda del %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Més informació"
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Executa aquesta acció ara..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Suggeriment del dia: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Ord"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opc"
@@ -6944,7 +6938,7 @@ msgstr "Identificador"
#: cui/uiconfig/ui/colorconfigwin.ui:1252
msgctxt "colorconfigwin|basiccomment"
msgid "Comment"
-msgstr "Comentaris"
+msgstr "Comentari"
#. 73qea
#: cui/uiconfig/ui/colorconfigwin.ui:1282
@@ -7022,7 +7016,7 @@ msgstr "Paràmetre"
#: cui/uiconfig/ui/colorconfigwin.ui:1628
msgctxt "colorconfigwin|sqlcomment"
msgid "Comment"
-msgstr "Comentaris"
+msgstr "Comentari"
#. HshHE
#: cui/uiconfig/ui/colorconfigwin.ui:1637
diff --git a/source/ca/helpcontent2/source/text/scalc/01.po b/source/ca/helpcontent2/source/text/scalc/01.po
index 62c48d10d51..c696499055b 100644
--- a/source/ca/helpcontent2/source/text/scalc/01.po
+++ b/source/ca/helpcontent2/source/text/scalc/01.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-11-20 15:33+0100\n"
-"PO-Revision-Date: 2021-02-02 18:36+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2021-04-01 04:37+0000\n"
+"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-1/textscalc01/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\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.4\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1560441763.000000\n"
@@ -3997,13 +3997,12 @@ msgstr "Camps d'entrada d'arguments"
#. KJjBy
#: 04060000.xhp
-#, fuzzy
msgctxt ""
"04060000.xhp\n"
"par_id3145587\n"
"help.text"
msgid "When you double-click a function, the argument input field(s) appear on the right side of the dialog. To select a cell reference as an argument, click directly into the cell, or drag across the required range on the sheet while holding down the mouse button. You can also enter numerical and other values or references directly into the corresponding fields in the dialog. When using <link href=\"text/scalc/01/04060102.xhp\" name=\"date entries\"><emph>date entries</emph></link>, make sure you use the correct format. Click <emph>OK</emph> to insert the result into the spreadsheet."
-msgstr "Quan feu doble clic en una funció el camp d'entrada de l'argument apareixerà al costat dret del diàleg. Per seleccionar una referència de cel·la feu clic directament a la cel·la o arrossegueu-la a través de l'interval requerit al full mentre manteniu premut el botó del ratolí. També podeu introduir valors numèrics i d'altres o referències directament als camps corresponents del diàleg. Quan utilitzeu entrades de data <link href=\"text/scalc/01/04060102.xhp\" name=\"date entries\"></emph></link> assegureu-vos d'utilitzar el format correcte. Feu clic<emph>D'acord</emph>per inserir el resultat al full de càlcul."
+msgstr "Quan feu doble clic en una funció, el camp d'entrada d'arguments apareixerà al costat dret del diàleg. Per seleccionar com argument la referència a una cel·la, feu clic directament a la cel·la, o arrossegueu l'interval requerit mentre manteniu premut el botó del ratolí a través del full. També podeu introduir valors numèrics i altres valors o referències directament als camps corresponents del diàleg. Quan utilitzeu <link href=\"text/scalc/01/04060102.xhp\" name=\"entrades data\"><emph>entrades data</emph></link> assegureu-vos d'utilitzar el format correcte. Feu clic a <emph>D'acord</emph> per inserir el resultat al full de càlcul."
#. QwFQQ
#: 04060000.xhp
@@ -4016,13 +4015,12 @@ msgstr "Resultat de la funció"
#. hPtat
#: 04060000.xhp
-#, fuzzy
msgctxt ""
"04060000.xhp\n"
"par_id3155809\n"
"help.text"
msgid "As soon you enter arguments in the function, the result is calculated. This preview informs you if the calculation can be carried out with the arguments given. If the arguments result in an error, the corresponding <link href=\"text/scalc/05/02140000.xhp\" name=\"error code\"><emph>error code</emph></link> is displayed."
-msgstr "Tan aviat introduïu arguments a la funció es calcula el resultat. Aquesta previsualització us informa si el càlcul es pot dur a terme amb els arguments donats. Si els arguments donen com a resultat un error es mostra el codi d'error <link href=\"text/scalc/05/02140000.xhp\" name=\"error code\"><emph></emph></link>."
+msgstr "Tan aviat introduïu arguments a la funció, es calcula el resultat. Aquesta previsualització us informa si el càlcul es pot dur a terme amb els arguments donats. Si com a resultat es produeix un error, es mostrarà el <link href=\"text/scalc/05/02140000.xhp\" name=\"codi d'error\"><emph>codi d'error</emph></link>."
#. S2CCy
#: 04060000.xhp
@@ -4728,13 +4726,12 @@ msgstr "Els elements següents són les definicions dels paràmetres de totes le
#. GJ7fw
#: 04060101.xhp
-#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3149453\n"
"help.text"
msgid "<emph>Database</emph> is the cell range defining the database. The first row of the range contains the field names, and following rows are records with corresponding field values."
-msgstr "La base de dades <emph></emph> és l'interval de cel·les que defineix la base de dades. La primera fila de l'interval conté els noms dels camps i les següents files són registres amb els valors de camp corresponents."
+msgstr "La <emph>Base de dades</emph> és l'interval de cel·les que defineix la base de dades. La primera fila de l'interval conté els noms dels camps i, les següents files són registres amb els valors corresponents als camps."
#. aZFWB
#: 04060101.xhp
@@ -4904,13 +4901,12 @@ msgstr "Si s'omet l'argument del CampDeBaseDeDades, BDCOMPTAA retorna el recompt
#. ESpfH
#: 04060101.xhp
-#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id31587322048553\n"
"help.text"
msgid "If you choose to omit the DatabaseField argument, your formula should be of the form =DCOUNTA(Database; ; SearchCriteria)."
-msgstr "Si trieu ometre l'argument CampDeBaseDeDades la vostra fórmula hauria de ser de la forma =DCOMPTAA(BaseDeDades; ; CriterisDeCerca)."
+msgstr "Si trieu ometre l'argument CampBaseDeDades, la vostra fórmula hauria de tenir la forma =BDCOMPTAA(BaseDeDades; ; CriterisDeCerca)."
#. xX6ve
#: 04060101.xhp
@@ -5580,13 +5576,12 @@ msgstr "<bookmark_value>funcions de data i d'hora</bookmark_value> <bookmark_va
#. 4twnp
#: 04060102.xhp
-#, fuzzy
msgctxt ""
"04060102.xhp\n"
"hd_id3154536\n"
"help.text"
msgid "<variable id=\"h1\">Date & Time Functions</variable>"
-msgstr "Funcions de data i hora <variable id=\"h1\"></variable>"
+msgstr "<variable id=\"h1\">Funcions de data i hora</variable>"
#. MJ2GD
#: 04060102.xhp
@@ -5843,13 +5838,12 @@ msgstr "<ahelp hid=\"HID_AAI_FUNC_AMORDEGRC\">Calcula l'import de la depreciaci
#. G5ero
#: 04060103.xhp
-#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3147427\n"
"help.text"
msgid "AMORDEGRC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate [; Basis])"
-msgstr "AMORDEGRC(Cost; DataCompra; PrimerPeriod; ValorResidual; Període; Velocitat [; Base])"
+msgstr "CDECRAMOR(Cost; DataCompra; PrimerPeriode; ValorResidual; Període; Tipus[; Base])"
#. bA2pT
#: 04060103.xhp
@@ -5934,13 +5928,12 @@ msgstr "<ahelp hid=\"HID_AAI_FUNC_AMORLINC\">Calcula l'import de la depreciació
#. 4PnLu
#: 04060103.xhp
-#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3147363\n"
"help.text"
msgid "AMORLINC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate [; Basis])"
-msgstr "AMORLINC(Cost; DataCompra; PrimerPeriod; ValorResidual; Període; Velocitat [; Base])"
+msgstr "CLINAMOR(Cost; DataCompra; PrimerPeriode; ValorResidual; Període; Tipus[; Base])"
#. PsFjE
#: 04060103.xhp
@@ -6089,13 +6082,12 @@ msgstr "<emph>Paritat</emph> (opcional) és el valor a la par del títol. Si s'o
#. Ne2tH
#: 04060103.xhp
-#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id961591171682507\n"
"help.text"
msgid "We recommend that you always specify the value that you require for ACCRINT’s <emph>Par</emph> argument, rather than allowing Calc to apply an arbitrary default. This will make your formula easier to understand and easier to maintain."
-msgstr "Recomanem que sempre especifiqueu el valor que necessiteu per a l'argument <emph>Par</emph> d'ACCRINT en lloc de permetre que el Calc apliqui un valor per defecte arbitrari. Això farà que la vostra fórmula sigui més fàcil d'entendre i de mantenir."
+msgstr "Recomanem que sempre especifiqueu el valor que necessiteu per a l'argument <emph>Par</emph> d'INTCOMP en lloc de permetre que el Calc apliqui un valor per defecte arbitrari. Això farà que la vostra fórmula sigui més fàcil d'entendre i de mantenir."
#. Vobjm
#: 04060103.xhp
@@ -6244,7 +6236,6 @@ msgstr "<ahelp hid=\"HID_AAI_FUNC_RECEIVED\">Calcula l'import rebut que es paga
#. D67BM
#: 04060103.xhp
-#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3145362\n"
@@ -6362,13 +6353,12 @@ msgstr "Introduïu els valors en forma de nombres, d'expressions o de referènci
#. 4cBxj
#: 04060103.xhp
-#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3150395\n"
"help.text"
msgid "PV(Rate; NPer; Pmt [; FV [; Type]])"
-msgstr "PV(Rate; NPer; Pmt [; FV [; Tipus]])"
+msgstr "VA(Taxa; NPer; Pmt [; VF [; Tipus]])"
#. JrCA6
#: 04060103.xhp
@@ -7038,13 +7028,12 @@ msgstr "<ahelp hid=\"HID_AAI_FUNC_DISC\">Calcula la bonificació (el descompte)
#. nkAEs
#: 04060103.xhp
-#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3149756\n"
"help.text"
msgid "DISC(Settlement; Maturity; Price; Redemption [; Basis])"
-msgstr "DISC(Liquidació; Venciment; Preu; Redempció [; Base])"
+msgstr "DESC(Liquidació; Venciment; Preu; Estalvi[; Base])"
#. Uyj29
#: 04060103.xhp
@@ -7102,17 +7091,15 @@ msgstr "<item type=\"input\">=DESC(\"2001-01-25\";\"2001-11-15\";97;100;3)</item
#. pLhCb
#: 04060103.xhp
-#, fuzzy
msgctxt ""
"04060103.xhp\n"
"bm_id3154695\n"
"help.text"
msgid "<bookmark_value>DURATION function</bookmark_value> <bookmark_value>durations;fixed interest securities</bookmark_value>"
-msgstr "funció DURADA DEL <bookmarkvalue>durades</bookmarkvalue> <bookmarkvalue>;valors d'interès fixos</bookmarkvalue>"
+msgstr "<bookmark_value>funció DURADA</bookmark_value> <bookmark_value>durades;valors de renda fixa</bookmark_value>"
#. coRDF
#: 04060103.xhp
-#, fuzzy
msgctxt ""
"04060103.xhp\n"
"hd_id3154695\n"
@@ -7131,13 +7118,12 @@ msgstr "<ahelp hid=\"HID_AAI_FUNC_DURATION\">Calcula la durada d'un valor de ren
#. voaL4
#: 04060103.xhp
-#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3153373\n"
"help.text"
msgid "DURATION(Settlement; Maturity; Coupon; Yield; Frequency [; Basis])"
-msgstr "DURATION(Liquidació; Venciment; FreeBSD; Ield; Freqüència [; Base])"
+msgstr "DURADA(Liquidació; Venciment; Cupó; Rendiment; Freqüència [; Base])"
#. JeeVp
#: 04060103.xhp
@@ -7195,13 +7181,12 @@ msgstr "Es compra un títol el dia 1/1/2001; la data de venciment és l'1/1/2006
#. ADc8t
#: 04060103.xhp
-#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3154902\n"
"help.text"
msgid "<input>=DURATION(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</input> returns 4.2 years."
-msgstr "<unk>GA =DURATION(\"2001-01-01\";\"2006-01-01\";008;009;2;3)</input> retorna 4,2 anys."
+msgstr "<input>=DURADA(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</input> retorna 4,2 anys."
#. TjeEJ
#: 04060103.xhp
@@ -7215,13 +7200,12 @@ msgstr "Taxa d'interès net anual <bookmarkvalue>càlcul de</bookmarkvalue> <boo
#. J9TTW
#: 04060103.xhp
-#, fuzzy
msgctxt ""
"04060103.xhp\n"
"hd_id3159147\n"
"help.text"
msgid "EFFECT"
-msgstr "EFECTE"
+msgstr "EFECTIU"
#. SPbLD
#: 04060103.xhp
@@ -7243,13 +7227,12 @@ msgstr "L'interès nominal es refereix a l'import d'interès que venç al final
#. DF6F8
#: 04060103.xhp
-#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3148805\n"
"help.text"
msgid "EFFECT(Nom; P)"
-msgstr "<unk>(Nom; P)"
+msgstr "EFECTIU (Nom; P)"
#. CSHR5
#: 04060103.xhp
@@ -7280,13 +7263,12 @@ msgstr "Si el tipus d'interès anual nominal és del 9,75% i es defineixen quatr
#. VAYCE
#: 04060103.xhp
-#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3150772\n"
"help.text"
msgid "<item type=\"input\">=EFFECT(9.75%;4)</item> = 10.11% The annual effective rate is therefore 10.11%."
-msgstr "<unk>GA =EFFECT(975%;4)</item> = 10,11% La taxa efectiva anual és per tant 10,11%."
+msgstr "<item type=\"input\">=EFECTIU (9.75%;4)</item> = 10,11% Per tant, la taxa efectiva anual és del 10,11%."
#. AW6uV
#: 04060103.xhp
@@ -7398,13 +7380,12 @@ msgstr "Utilitzeu aquesta forma de depreciació si necessiteu un valor més alt
#. veQBT
#: 04060103.xhp
-#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3166452\n"
"help.text"
msgid "DDB(Cost; Salvage; Life; Period [; Factor])"
-msgstr "DDB(Cost; Salvatge; Vida; Període [; Factor])"
+msgstr "BDD(Cost; Rescat; Vida; Període [; Factor])"
#. VKnDB
#: 04060103.xhp
@@ -7507,13 +7488,12 @@ msgstr "Utilitzeu aquesta forma de depreciació si voleu aconseguir un valor de
#. ExEAy
#: 04060103.xhp
-#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3153349\n"
"help.text"
msgid "DB(Cost; Salvage; Life; Period [; Month])"
-msgstr "DB(Cost; Salvage; Vida; Període [; Mes])"
+msgstr "BD(Cost; Rescat; Vida; Període [; Mes])"
#. caSta
#: 04060103.xhp
@@ -7625,13 +7605,12 @@ msgstr "Si els pagaments es produeixen en intervals irregulars, feu servir la fu
#. MXALn
#: 04060103.xhp
-#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3155427\n"
"help.text"
msgid "IRR(Values [; Guess])"
-msgstr "IRR(Valors [; Estimació])"
+msgstr "TIR(Valors [; Estimació])"
#. o9R77
#: 04060103.xhp
@@ -7662,13 +7641,12 @@ msgstr "Si assumim que els continguts de les cel·les són A1=<item type=\"input
#. vtGrD
#: 04060103.xhp
-#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id461513468030965\n"
"help.text"
msgid "Because of the iterative method used, it is possible for IRR to fail and return <link href=\"text/scalc/05/02140000.xhp\" name=\"Error 523\">Error 523</link>, with \"Error: Calculation does not converge\" in the status bar. In that case, try another value for Guess."
-msgstr "A causa del mètode iteratiu utilitzat és possible que IRR falli i retorni l'error <link href=\"text/scalc/05/02140000.xhp\" name=\"Error 523\">523</link> amb «El càlcul de l'error no convergeix» a la barra d'estat. En aquest cas proveu un altre valor per a Endevina."
+msgstr "A causa del mètode iteratiu utilitzat, és possible que el TIR falli i retorni <link href=\"text/scalc/05/02140000.xhp\" name=\"Error 523\">Error 523</link> amb \"Error: El càlcul no convergeix\" a la barra d'estat. En aquest cas, proveu un altre valor per l'estimació."
#. PxBBB
#: 04060103.xhp
@@ -8932,13 +8910,12 @@ msgstr "<ahelp hid=\"HID_FUNC_IFNA\">Retorna el valor si la cel·la no conté el
#. hQbWy
#: 04060104.xhp
-#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id31537481\n"
"help.text"
msgid "IFNA(Value; Alternate_value)"
-msgstr "IFNA(Valor; Valoralternatiu)"
+msgstr "SI ND(Valor; Valoralternatiu)"
#. 6oj7E
#: 04060104.xhp
@@ -9491,7 +9468,6 @@ msgstr "<ahelp hid=\"HID_FUNC_ZELLE\">Retorna informació sobre l'adreça, la fo
#. Vwajg
#: 04060104.xhp
-#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3147355\n"
@@ -10023,13 +9999,12 @@ msgstr "Funcions lògiques"
#. dGzEx
#: 04060105.xhp
-#, fuzzy
msgctxt ""
"04060105.xhp\n"
"par_id3149312\n"
"help.text"
msgid "<variable id=\"logicaltext\">This category contains the <emph>Logical</emph> functions.</variable>"
-msgstr "<unk>GA Aquesta categoria conté les funcions <emph>Lògica</emph>.</variable>"
+msgstr "<variable id=\"logicaltext\">Aquesta categoria conté les funcions <emph>Lògiques</emph>.</variable>"
#. ADKTB
#: 04060105.xhp
@@ -10123,13 +10098,12 @@ msgstr "Els arguments són expressions lògiques per si mateixes (CERT, 1<5, 2+3
#. 7ALjG
#: 04060105.xhp
-#, fuzzy
msgctxt ""
"04060105.xhp\n"
"par_id3159123\n"
"help.text"
msgid "AND(<embedvar href=\"text/scalc/01/ful_func.xhp#logical255_1\" markup=\"keep\"/>)"
-msgstr "AND(<embedvar href=\"text/scalc/01/fulfunc.xhp#logical2551\" markup=\"keep\"/>)"
+msgstr "I(<embedvar href=\"text/scalc/01/fulfunc.xhp#logical2551\" markup=\"keep\"/>)"
#. 3exzA
#: 04060105.xhp
@@ -10377,13 +10351,12 @@ msgstr "Els arguments són expressions lògiques per si mateixes (CERT, 1<5, 2+3
#. rpDNn
#: 04060105.xhp
-#, fuzzy
msgctxt ""
"04060105.xhp\n"
"par_id3150468\n"
"help.text"
msgid "OR(<embedvar href=\"text/scalc/01/ful_func.xhp#logical255_1\" markup=\"keep\"/>)"
-msgstr "OR(<embedvar href=\"text/scalc/01/fulfunc.xhp#logical2551\" markup=\"keep\"/>)"
+msgstr "O(<embedvar href=\"text/scalc/01/ful_func.xhp#logical255_1\" markup=\"keep\"/>)"
#. oFKWj
#: 04060105.xhp
@@ -10522,13 +10495,12 @@ msgstr "Els arguments són expressions lògiques per si mateixes (CERT, 1<5, 2+3
#. fpCVV
#: 04060105.xhp
-#, fuzzy
msgctxt ""
"04060105.xhp\n"
"par_id3150469\n"
"help.text"
msgid "XOR(<embedvar href=\"text/scalc/01/ful_func.xhp#logical255_1\" markup=\"keep\"/>)"
-msgstr "XOR(<embedvar href=\"text/scalc/01/fulfunc.xhp#logical2551\" markup=\"keep\"/>)"
+msgstr "OEX(<embedvar href=\"text/scalc/01/fulfunc.xhp#logical2551\" markup=\"keep\"/>)"
#. qpsgo
#: 04060105.xhp
@@ -17032,13 +17004,12 @@ msgstr "Matriu <emph>1[; Matriu 2;][;[Array 255]]</emph> representa matrius els
#. kCud6
#: 04060107.xhp
-#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_idN11B19\n"
"help.text"
msgid "At least one array must be part of the argument list. If only one array is given, all array elements are summed. If more than one array is given, they must all be the same size."
-msgstr "Almenys una matriu ha de formar part de la llista d'arguments. Si només es dóna una matriu es sumen tots els elements de la matriu. Si es dóna més d'una matriu totes han de ser de la mateixa mida."
+msgstr "Almenys una matriu ha de formar part de la llista d'arguments. Si només es dona una matriu se sumen tots els elements de la matriu. Si es dona més d'una matriu, totes han de ser de la mateixa mida."
#. DgsMB
#: 04060107.xhp
@@ -17276,13 +17247,12 @@ msgstr "<ahelp hid=\"HID_FUNC_TREND\">Retorna valors seguint una tendència line
#. f8Ftr
#: 04060107.xhp
-#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3166122\n"
"help.text"
msgid "TREND(DataY [; DataX [; NewDataX [; LinearType]]])"
-msgstr "TREND(DadesY [; DadesX [; DadesNadesX [; TipusLineal<unk>)"
+msgstr "TENDENCIA(DadesY [; DadesX [; NovesDadesX [; TipusLineal]]])"
#. qeK4r
#: 04060107.xhp
@@ -17358,13 +17328,12 @@ msgstr "<ahelp hid=\"HID_FUNC_VARIATION\">Calcula els punts de la tendència exp
#. GMVAK
#: 04060107.xhp
-#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3166377\n"
"help.text"
msgid "GROWTH(DataY [; [ DataX ] [; [ NewDataX ] [; FunctionType ] ] ])"
-msgstr "CREIXEMENT(DadesY [; [DadesX ] [; [DadesDadesX ] [; [NouDadesX ] [; TipusDefunció ] ] ]))"
+msgstr "CREIXEMENT(DadesY [; [DadesX ] [; [NovesDadesX ] [;; TipusDeFunció ] ] ]))"
#. CA3qD
#: 04060107.xhp
@@ -17630,13 +17599,12 @@ msgstr "La funció INDIRECTE es desa sense fer la conversió al format ODF 1.0/1
#. TgFFT
#: 04060109.xhp
-#, fuzzy
msgctxt ""
"04060109.xhp\n"
"par_id3154707\n"
"help.text"
msgid "ADDRESS(Row; Column [; Abs [; A1 [; \"Sheet\"]]])"
-msgstr "ADREÇA(Tau; Columna [; Abs [; A1 [; \"Full\"<unk>)"
+msgstr "ADREÇA(Fila; Columna [; Abs [; A1 [; \"Full\"]]])"
#. FyoLc
#: 04060109.xhp
@@ -18076,13 +18044,12 @@ msgstr "<ahelp hid=\"HID_FUNC_INDEX\">INDEX retorna un subinterval, especificat
#. T659Y
#: 04060109.xhp
-#, fuzzy
msgctxt ""
"04060109.xhp\n"
"par_id3149007\n"
"help.text"
msgid "INDEX(Reference [; Row [; Column [; Range]]])"
-msgstr "INDEX(Referència [; Fila [; Columna [; Interval<unk>)"
+msgstr "INDEX(Referència [; Fila [; Columna [; Interval]]])"
#. Btvgz
#: 04060109.xhp
@@ -18212,7 +18179,6 @@ msgstr "<ahelp hid=\"HID_FUNC_INDIREKT\">Retorna la <emph>referència</emph> esp
#. hDCWQ
#: 04060109.xhp
-#, fuzzy
msgctxt ""
"04060109.xhp\n"
"par_id3149824\n"
@@ -18294,7 +18260,6 @@ msgstr "<ahelp hid=\"HID_FUNC_SPALTE\">Retorna el número de columna d'una refer
#. poCRX
#: 04060109.xhp
-#, fuzzy
msgctxt ""
"04060109.xhp\n"
"par_id3149447\n"
diff --git a/source/ca/helpcontent2/source/text/shared/00.po b/source/ca/helpcontent2/source/text/shared/00.po
index 5f71569cda4..bd0809b7f79 100644
--- a/source/ca/helpcontent2/source/text/shared/00.po
+++ b/source/ca/helpcontent2/source/text/shared/00.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-11-22 12:51+0100\n"
-"PO-Revision-Date: 2021-03-10 15:32+0000\n"
-"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
+"PO-Revision-Date: 2021-04-01 04:37+0000\n"
+"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-1/textshared00/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -6968,7 +6968,7 @@ msgctxt ""
"par_idN11173\n"
"help.text"
msgid "<variable id=\"digitalsigsel\">Choose <menuitem>File - Properties - General</menuitem> tab, press <emph>Digital Signatures</emph> button, then click <emph>Sign Document</emph> button.</variable>"
-msgstr "<variable id=\"digitalsigsel\">Trieu Fitxer <menuitem><menuitem> ▸ Propietats ▸ pestanya General</menuitem> premeu el botó <emph>Signatures digitals</emph> i feu clic al botó <emph>de signar el document</emph>.</variable>"
+msgstr "<variable id=\"digitalsigsel\">Trieu Fitxer <menuitem> ▸ Propietats ▸ pestanya General</menuitem> premeu el botó <emph>Signatures digitals</emph> i feu clic al botó <emph>de signar el document</emph>.</variable>"
#. EpJQ7
#: 00000401.xhp
@@ -8277,7 +8277,7 @@ msgctxt ""
"par_id3146957\n"
"help.text"
msgid "<variable id=\"galleryregisterdateien\">Choose <emph>Tools - Gallery</emph> or click the <emph>Gallery</emph> icon on the <emph>Standard</emph> bar -<br/><emph>New Theme</emph> button - <emph>Files</emph> tab.</variable>"
-msgstr "<variable id=\"galleryregisterdateien\"> Trieu Eines <emph>▸ Galeria</emph> o feu clic a la icona <emph>Galeria</emph> a la barra <emph>Estàndard</emph> - botó<br/><emph>Tema nou</emph> - Fitxers <emph>pestanya</emph>."
+msgstr "<variable id=\"galleryregisterdateien\"> Trieu Eines <emph>▸ Galeria</emph> o feu clic a la icona <emph>Galeria</emph> a la barra <emph>Estàndard</emph> - botó<br/><emph>Tema nou</emph> - Fitxers <emph>pestanya</emph>.</variable>"
#. ZDwHg
#: 00000406.xhp
@@ -9228,7 +9228,7 @@ msgctxt ""
"par_id3152494\n"
"help.text"
msgid "<variable id=\"exopso\">Open a spreadsheet document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Sort Lists</emph>.</variable>"
-msgstr "<variable id=\"exopso\">Obre un document de full de càlcul trieu <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferències</caseinline><defaultinline><emph> Eines - Opcions</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Ordena les llistes</emph>.</variable>"
+msgstr "<variable id=\"exopso\">Obre un document de full de càlcul trieu <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferències</emph></caseinline><defaultinline><emph> Eines - Opcions</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Ordena les llistes</emph>.</variable>"
#. CV4hm
#: 00000406.xhp
@@ -9264,7 +9264,7 @@ msgctxt ""
"par_id3154903\n"
"help.text"
msgid "<variable id=\"exopaen\">Open a spreadsheet document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Changes</emph>.</variable>"
-msgstr "<variable id=\"exopaen\">Obre un document de full de càlcul trieu <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph> %PRODUCTNAME - Preferències</caseinline><defaultinline><emph> Eines - Opcions</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Canvis </emph></variable>"
+msgstr "<variable id=\"exopaen\">Obre un document de full de càlcul trieu <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph> %PRODUCTNAME - Preferències</emph></caseinline><defaultinline><emph> Eines - Opcions</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Canvis </emph></variable>"
#. dYa3d
#: 00000406.xhp
@@ -9336,7 +9336,7 @@ msgctxt ""
"par_id3145613\n"
"help.text"
msgid "<variable id=\"formeinst\">Open a Math document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Math - Settings</emph>.</variable>"
-msgstr "<variable id=\"formeinst\">Obre un document Math trieu <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph> %PRODUCTNAME - Preferències</caseinline><defaultinline><emph> Eines - Opcions</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Math - Arranjament </emph></variable>"
+msgstr "<variable id=\"formeinst\">Obre un document Math trieu <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph> %PRODUCTNAME - Preferències</emph></caseinline><defaultinline><emph> Eines - Opcions</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Math - Arranjament </emph></variable>"
#. JfMtL
#: 00000406.xhp
@@ -12514,7 +12514,7 @@ msgctxt ""
"par_id3151293\n"
"help.text"
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
-msgstr "<variable id=\"linienstile\">Trieu <menuitem>Format </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"> <menuitem>Text Box i Shape </menuitem></caseinline><caseinline select=\"CALC\"> <menuitem>Objecte </menuitem></caseinline><menuitem>Línia <menuitem> Estils de línia XYGN pestanya</variable>"
+msgstr "<variable id=\"linienstile\">Trieu <menuitem>Format </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"> <menuitem>Text Box i Shape </menuitem></caseinline><caseinline select=\"CALC\"> <menuitem>Objecte </menuitem></caseinline></switchinline><menuitem>Línia </menuitem> Estils de línia XYGN pestanya</variable>"
#. PgQAh
#: 00040502.xhp
@@ -13014,7 +13014,7 @@ msgctxt ""
"par_id3152810\n"
"help.text"
msgid "<variable id=\"text\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - Text Attributes</menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - Text</menuitem></caseinline><caseinline select=\"IMPRESS\"><menuitem>Object and Shape</menuitem></caseinline><defaultinline><menuitem>Text</menuitem></defaultinline></switchinline><menuitem> - Text</menuitem> tab.</variable>"
-msgstr "<variable id=\"text\">Tria <menuitem>Format </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box i Shape ▸ Atributs de text</menuitem></caseinline><caseinline select=\"CALC\"> <menuitem>Objecte Text</menuitem></caseinline><caseinline select=\"IMPRESS\"> <menuitem>Objecte i Shape</menuitem></caseinline><defaultinline><menuitem>Text</menuitem></defaultinline><menuitem>- pestanya</menuitem></variable>"
+msgstr "<variable id=\"text\">Tria <menuitem>Format </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box i Shape ▸ Atributs de text</menuitem></caseinline><caseinline select=\"CALC\"> <menuitem>Objecte Text</menuitem></caseinline><caseinline select=\"IMPRESS\"> <menuitem>Objecte i Shape</menuitem></caseinline><defaultinline><menuitem>Text</menuitem></defaultinline></switchinline><menuitem>- pestanya</menuitem></variable>"
#. oZMeq
#: 00040502.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/01.po b/source/ca/helpcontent2/source/text/shared/01.po
index f33ae1ae2ce..c7a803c998e 100644
--- a/source/ca/helpcontent2/source/text/shared/01.po
+++ b/source/ca/helpcontent2/source/text/shared/01.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-12-14 15:33+0100\n"
-"PO-Revision-Date: 2021-03-10 16:12+0000\n"
-"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
+"POT-Creation-Date: 2021-04-06 15:30+0200\n"
+"PO-Revision-Date: 2021-03-24 20:36+0000\n"
+"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-1/textshared01/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\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.4.2\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1565199637.000000\n"
@@ -8217,7 +8217,7 @@ msgctxt ""
"par_id801559576780692\n"
"help.text"
msgid "To record the matched sub string inside the parentheses as a reference for later use in the <widget>Find</widget> box using the \"\\n\" construct or in the <widget>Replace</widget> box using the \"$n\" construct. The reference to the first match is represented by \"\\1\" in the <widget>Find</widget> box and by \"$1\" in the <widget>Replace</widget> box. The reference to the second matched sub string by \"\\2\" and \"$2\" respectively, and so on."
-msgstr "Per enregistrar la subcadena coincident dins dels parèntesis com a referència per a ús posterior en el quadre <widget>Cerca</widget>utilitzant la construcció «\\n» o en el quadre «$n». La referència a la primera coincidència es representa per «\\1» en el quadre <widget>Cerca</widget> i per «$1» en el quadre <widget>Reemplaça</widget>. La referència a la segona subcadena coincident per «\\2» i «$2» respectivament i així successivament."
+msgstr "Per enregistrar la subcadena coincident dins dels parèntesis com a referència per a ús posterior en el quadre<widget> Cerca </widget>utilitzant la construcció «\\n» o en el quadre «$n». La referència a la primera coincidència es representa per «\\1» en el quadre <widget>Cerca </widget>i per «$1» en el quadre <widget>Reemplaça </widget>. La referència a la segona subcadena coincident per «\\2» i «$2» respectivament i així successivament."
#. ekwoG
#: 02100001.xhp
@@ -15687,33 +15687,6 @@ msgctxt ""
msgid "<emph>Small capitals</emph> - <variable id=\"smallcapitals\">Changes the selected lowercase characters to uppercase characters, and then reduces their size.</variable>"
msgstr "<unk>GA Majúscules petites</emph> - <variable id=\"smallcapitals\">canvia els caràcters en minúscula seleccionats a caràcters en majúscules i després redueix la seva mida.</variable>"
-#. kGuxJ
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"bm_id410168\n"
-"help.text"
-msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>"
-msgstr "<bookmark_value>tipus de lletra amb parpelleig</bookmark_value><bookmark_value>tipus de lletra amb flaix</bookmark_value>"
-
-#. Suvvn
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"hd_id3152941\n"
-"help.text"
-msgid "Blinking"
-msgstr "Parpelleig"
-
-#. 2FiCB
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"par_id3145662\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Fa que els caràcters seleccionats parpellegin. No podeu canviar la freqüència del parpelleig.</ahelp>"
-
#. B3MEb
#: 05020200.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/shared/05.po b/source/ca/helpcontent2/source/text/shared/05.po
index 94aa4a995c3..d3c8382e111 100644
--- a/source/ca/helpcontent2/source/text/shared/05.po
+++ b/source/ca/helpcontent2/source/text/shared/05.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: 2020-10-27 12:31+0100\n"
-"PO-Revision-Date: 2021-03-23 11:55+0000\n"
+"PO-Revision-Date: 2021-04-10 16:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-1/textshared05/ca/>\n"
"Language: ca\n"
@@ -1554,7 +1554,7 @@ msgctxt ""
"par_id871534889171418\n"
"help.text"
msgid "Use the <emph>Back</emph> and <emph>Forward</emph> buttons of the browser to navigate between pages. In most browsers, a long click on the <emph>Back</emph> button displays a dropdown list of previously visited pages and a long click on the <emph>Forward</emph> button display a list of visited pages after the current one."
-msgstr "Utilitzeu els botons <emph>Enrere</emph> i <emph>Endavant</emph> del navegador per a navegar entre pàgines. En la majoria dels navegadors un clic llarg sobre el botó <emph>Enrere</emph> mostra una llista desplegable de pàgines visitades anteriorment i un clic llarg sobre el botó <emph>Endavant</emph> mostra una llista de pàgines visitades després de l'actual."
+msgstr "Utilitzeu els botons <emph>Enrere</emph> i <emph>Endavant</emph> del navegador per a navegar entre les pàgines. A la majoria dels navegadors, un clic prolongat sobre el botó <emph>Enrere</emph> mostra una llista desplegable de pàgines visitades anteriorment i un clic prolongat sobre el botó <emph>Endavant</emph> mostra una llista de pàgines visitades després de l'actual."
#. X4Vow
#: new_help.xhp
diff --git a/source/ca/helpcontent2/source/text/swriter/guide.po b/source/ca/helpcontent2/source/text/swriter/guide.po
index 5b5ab446c92..3fcf74aa9fe 100644
--- a/source/ca/helpcontent2/source/text/swriter/guide.po
+++ b/source/ca/helpcontent2/source/text/swriter/guide.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-12-08 13:07+0100\n"
-"PO-Revision-Date: 2021-02-24 12:50+0000\n"
-"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
+"PO-Revision-Date: 2021-04-14 19:37+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-1/textswriterguide/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\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.4\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1564507881.000000\n"
@@ -10729,7 +10729,7 @@ msgctxt ""
"hd_id3146880\n"
"help.text"
msgid "To Specify the Starting Line Number"
-msgstr "Per especificar el número de línia inicial"
+msgstr "Per a especificar el número de línia inicial"
#. 2DP2S
#: numbering_lines.xhp
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 c89f956f5b9..4ceb754a117 100644
--- a/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-12-01 12:34+0100\n"
-"PO-Revision-Date: 2021-03-10 07:36+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2021-03-30 14:37+0000\n"
+"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-7-1/officecfgregistrydataorgopenofficeofficeui/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -37696,7 +37696,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Logo"
-msgstr "Logotip"
+msgstr "Logo"
#. 6D7D3
#: WriterWindowState.xcu
diff --git a/source/ca/svx/messages.po b/source/ca/svx/messages.po
index df0695903da..5d8dce355f7 100644
--- a/source/ca/svx/messages.po
+++ b/source/ca/svx/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: 2021-01-30 14:55+0100\n"
-"PO-Revision-Date: 2021-03-22 17:36+0000\n"
+"PO-Revision-Date: 2021-04-14 10:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-7-1/svxmessages/ca/>\n"
"Language: ca\n"
@@ -18466,7 +18466,7 @@ msgstr "Data"
#: svx/uiconfig/ui/redlineviewpage.ui:225
msgctxt "redlineviewpage|comment"
msgid "Comment"
-msgstr "Comentaris"
+msgstr "Comentari"
#. nUz2M
#: svx/uiconfig/ui/redlineviewpage.ui:144
diff --git a/source/ca/sw/messages.po b/source/ca/sw/messages.po
index c27ee579daf..b975fda91a7 100644
--- a/source/ca/sw/messages.po
+++ b/source/ca/sw/messages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-03-10 16:23+0100\n"
-"PO-Revision-Date: 2021-02-14 14:36+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
+"PO-Revision-Date: 2021-04-14 10:37+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-7-1/swmessages/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\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.4.2\n"
"X-POOTLE-MTIME: 1562916102.000000\n"
#. v3oJv
@@ -4244,7 +4244,7 @@ msgstr "Índex"
#: sw/inc/strings.hrc:387
msgctxt "STR_CONTENT_TYPE_SINGLE_POSTIT"
msgid "Comment"
-msgstr "Comentaris"
+msgstr "Comentari"
#. W3sED
#: sw/inc/strings.hrc:388
@@ -5840,19 +5840,19 @@ msgstr "Finestra activa"
#: sw/inc/strings.hrc:662
msgctxt "STR_HIDDEN"
msgid "hidden"
-msgstr "ocult"
+msgstr "amagada"
#. 3VWjq
#: sw/inc/strings.hrc:663
msgctxt "STR_ACTIVE"
msgid "active"
-msgstr "actiu"
+msgstr "activa"
#. YjPvg
#: sw/inc/strings.hrc:664
msgctxt "STR_INACTIVE"
msgid "inactive"
-msgstr "inactiu"
+msgstr "inactiva"
#. tBPKU
#: sw/inc/strings.hrc:665
@@ -9716,7 +9716,7 @@ msgstr "Defineix l'estil «Cos del text»"
#: sw/inc/utlui.hrc:42 sw/inc/utlui.hrc:44
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "Set \"Text body indent\" Style"
-msgstr "Estableix l'estil «Sagnat del cos de text»"
+msgstr "Defineix l'estil «Sagnat del cos de text»"
#. UUEwQ
#: sw/inc/utlui.hrc:43
diff --git a/source/ckb/cui/messages.po b/source/ckb/cui/messages.po
index 05183312edd..ca07fcb6070 100644
--- a/source/ckb/cui/messages.po
+++ b/source/ckb/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2020-08-17 07:35+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/ckb/>\n"
@@ -2435,1071 +2435,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr ""
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr ""
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr ""
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr ""
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr ""
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr ""
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr ""
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr ""
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr ""
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr ""
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr ""
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr ""
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr ""
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr ""
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr ""
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr ""
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr ""
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr ""
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr ""
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr ""
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr ""
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr ""
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr ""
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr ""
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr ""
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr ""
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr ""
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr ""
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr ""
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr ""
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr ""
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr ""
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr ""
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr ""
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr ""
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr ""
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr ""
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr ""
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr ""
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr ""
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr ""
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr ""
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr ""
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr ""
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr ""
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr ""
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr ""
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr ""
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr ""
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr ""
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr ""
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr ""
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr ""
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr ""
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr ""
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr ""
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr ""
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr ""
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr ""
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr ""
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr ""
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr ""
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr ""
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr ""
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr ""
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr ""
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr ""
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr ""
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr ""
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr ""
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr ""
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr ""
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr ""
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr ""
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr ""
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr ""
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr ""
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr ""
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr ""
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr ""
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr ""
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr ""
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr ""
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr ""
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr ""
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr ""
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr ""
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr ""
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr ""
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr ""
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr ""
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr ""
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr ""
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr ""
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr ""
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr ""
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr ""
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr ""
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr ""
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr ""
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr ""
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr ""
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr ""
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr ""
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr ""
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr ""
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr ""
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr ""
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr ""
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr ""
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr ""
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr ""
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr ""
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr ""
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr ""
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr ""
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr ""
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr ""
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr ""
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr ""
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr ""
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr ""
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr ""
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr ""
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr ""
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr ""
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr ""
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr ""
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr ""
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr ""
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr ""
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr ""
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr ""
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr ""
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr ""
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr ""
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr ""
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr ""
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr ""
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr ""
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr ""
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr ""
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr ""
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr ""
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr ""
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr ""
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr ""
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr ""
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr ""
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr ""
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr ""
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr ""
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr ""
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr ""
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr ""
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr ""
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr ""
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr ""
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr ""
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr ""
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr ""
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr ""
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr ""
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr ""
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr ""
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr ""
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "یارمەتی %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "زانیاری زیاتر"
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr ""
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "‫⌘ Cmd"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "‫Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr "‫Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "‫⌥ Opt"
diff --git a/source/cs/cui/messages.po b/source/cs/cui/messages.po
index e209b2a2a1e..f25665d9149 100644
--- a/source/cs/cui/messages.po
+++ b/source/cs/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2021-02-10 11:46+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-7-1/cuimessages/cs/>\n"
@@ -2456,1071 +2456,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr "%PRODUCTNAME podporuje čtyři úrovně zabezpečení maker (od nízké po velmi vysokou) a důvěryhodné zdroje."
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr "%PRODUCTNAME se účastní Google Summer of Code (GSOC), viz:"
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr "Víte, že k částem textu můžete připojovat komentáře? Jednoduše k tomu použijte klávesovou zkratku %MOD1+%MOD2+C."
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr "Potřebujete přesunout jeden nebo více odstavců? Nemusíte je vyjímat a vkládat, místo toho použijte klávesovou zkratku %MOD1+%MOD2+šipka (nahoru/dolů)."
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr "Základní písma pro přednastavené šablony nebo pro aktuální dokument změníte pomocí Nástroje ▸ Možnosti ▸ %PRODUCTNAME Writer ▸ Základní písma."
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr "Přejete si najít slova s více než 10 znaky? Úpravy ▸ Najít a nahradit ▸ Najít ▸ [a-z]{10,} ▸ Ostatní možnosti ▸ zaškrtnout Regulární výrazy."
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr "Otevírejte soubory CSV jako nový list aktuálního sešitu pomocí List ▸ Vložit list ze souboru."
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr "Píšete-li ve Writeru tučně, kurzívou nebo podtrženým písmem, můžete se přepnout do výchozího nastavení pouhou klávesovou zkratkou %MOD1+Shift+X (odstraní přímé formátování znaků)."
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr "Pokud chcete vložit obsah schránky jako neformátovaný text, použijte klávesy %MOD1+%MOD2+Shift+V."
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr "Vzhled poznámek pod čarou přizpůsobíte pomocí Nástroje ▸ Poznámky pod čarou a vysvětlivky."
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr "Pomocí Prezentace ▸ Vlastní prezentace lze změnit pořadí a výběr snímků tak, aby prezentace odpovídala potřebám vašeho publika."
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr "Přejete si změnit pro část textu kontrolu pravopisu? Klikněte na oblast s jazykem ve stavovém řádku nebo, což je lepší, použijte příslušný styl."
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr "Writer může vkládat prázdnou stránku mezi dvě po sobě následující liché (sudé) stránky. Zaškrtněte „Tisknout automaticky vložené prázdné stránky“ na kartě Writer v dialogovém okně tisku."
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr "Nechcete tisknout všechny sloupce? Skryjte nebo seskupte ty, které nepotřebujete."
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr "Chcete-li upravit automaticky spouštěnou prezentaci, otevřete ji, a jakmile se spustí, klikněte pravým tlačítkem a z místní nabídky vyberte Upravit."
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr "Potřebujete přesně umístit objekt? Klávesy %MOD2+šipka posunou objekty (tvar, obrázek, vzorec) o jeden pixel."
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr "Vestavěnou nápovědu – je-li nainstalovaná – spustíte stisknutím F1. Můžete se na ni podívat také online:"
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr "Chcete-li zobrazit v programu %PRODUCTNAME Calc počet vybraných buněk, klikněte pravým tlačítkem na stavový řádek a vyberte „Počet vybraných“."
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr "Chcete mít dva či více sloupců pouze v části stránky ve Writeru? Vložit ▸ Sekce, zadejte nastavení na kartě Sloupce a umístěte do sekce text."
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr "V %PRODUCTNAME Calc můžete použít v nabídce Data ▸ Statistika vzorkování, popisnou statistiku, analýzu rozptylu, korelaci a mnoho dalšího."
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr "Kopírovat mezi listy můžete i bez schránky. Vyberte oblast ke zkopírování, s klávesou %MOD1 klikněte na kartu cílového listu a použijte List ▸ Vyplnit buňky ▸ Vyplnit listy."
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr "Vzhled %PRODUCTNAME můžete změnit v Nástroje ▸ Možnosti ▸ Zobrazení ▸ Uživatelské rozhraní."
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr "V programu %PRODUCTNAME Impress vytvoříte volbou Vložit ▸ Multimédia ▸ Fotoalbum prezentaci ze sady obrázků."
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr "Místo výsledků můžete zobrazit vzorce, a to pomocí Zobrazit ▸ Zobrazit vzorec (nebo Nástroje ▸ Možnosti ▸ %PRODUCTNAME Calc ▸ Zobrazení ▸ Zobrazit ▸ Vzorce)."
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr "%PRODUCTNAME je vyvíjen přátelskou komunitou tvořenou stovkami přispěvatelů z celého světa. Připojte se k nám s vašimi dovednostmi, znalost programování není potřebná."
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr "Pro leváky: zobrazte si posuvník nalevo tím, že povolíte Nástroje ▸ Možnosti ▸ Jazyková nastavení ▸ Jazyky ▸ Asijské a zaškrtnete Nástroje ▸ Možnosti ▸ %PRODUCTNAME Writer ▸ Zobrazit ▸ Pravítko ▸ Zarovnané vpravo."
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr "Přejete si mít názvy kapitol vždy na začátku stránek? Otevřete Nadpis1 (styl odstavce) ▸ Tok textu ▸ Zalomení a zaškrtněte Vložit ▸ Stránka ▸ Před."
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr "Datum nebo čas je prostý počet dní od zvoleného dne nula. V tomto čísle představuje celočíselná část datum a zlomek odpovídá času (uplynulé části dne), hodnota 0,5 značí poledne."
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr "Pomocí klávesové zkratky Shift+%MOD1+Del smažete text od aktuální pozice kurzoru do konce věty."
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr "Ve vzorcích můžete používat popisky sloupců a řádku. Máte-li například dva sloupce „Čas“ a „Km“, počet minut na kilometr zjistíte jako =Čas/Km."
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr "Vadí vám posouvající se pomlčky („pochodující mravenci“) kolem buněk Calcu? Zrušíte je stisknutím klávesy Esc, zkopírovaný obsah přitom zůstane dostupný a bude možné jej vkládat."
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr "Chcete se zabývat %PRODUCTNAME profesionálně? Existují certifikace pro vývojáře, administrátory a školitele."
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr "V sešitu Calcu můžete střídat listy s orientací na výšku a na šířku, pokud jim nastavíte různé styly stránky."
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr "Po kliknutí na ikonu speciálního znaku v nástrojové liště můžete rychle vkládat oblíbené a naposledy použité znaky."
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr "Chcete-li zobrazit vztahy mezi styly, zvolte na postranní liště Styly volbu „Hierarchicky“."
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr "Styly vám pomohou udržet jednotný vzhled tabulek v dokumentu. Připravený styl zvolíte pomocí Stylů (F11) nebo v nabídce Tabulka ▸ Styly automatického formátu."
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr "Chcete nastavit, aby se odkaz otevíral pouze při kliknutí se stisknutou klávesou %MOD1? Nástroje ▸ Možnosti ▸ %PRODUCTNAME ▸ Zabezpečení ▸ Možnosti ▸ „Pro otevření hypertextových odkazů vyžadovat %MOD1-kliknutí“."
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr "Pokud chcete zobrazit výpočet určité části vzorce, vyberte ji ve vstupním řádku a stiskněte F9."
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr "Buňky uzamknete pomocí Formát ▸ Buňky ▸ Ochrana buňky. Chcete-li zabránit vkládání, mazání, přejmenovávání, přesouvání a kopírování listů, použijte Nástroje ▸ Uzamknout list."
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr "Text podél křivky? Nakreslete čáru, dvakrát klikněte, zadejte text, Formát ▸ Textové pole a tvar ▸ Písmomalba."
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr "Přejete si zobrazit v sešitu pouze největší hodnoty? Zvolte v nabídce Data ▸ Automatický filtr, klikněte na rozbalovací šipku a zvolte „Horních 10“."
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr "Chcete-li odstranit číslo stránky z obsahu, přejděte na Vložit ▸ Obsah a rejstřík (nebo klepněte pravým tlačítkem a upravte již existující obsah). Na kartě Položky odstraňte číslo stránky (#) z řádku Struktura."
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr "V Navigátoru můžete vybírat nadpisy spolu s následujícím textem a posouvat je nahoru či dolů. Nadpis a text se posune jak v Navigátoru, tak v dokumentu."
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr "Chcete-li rychle vytvořit objekt matematického vzorce v aplikaci Writer, zadejte vzorec, vyberte jej a převeďte text pomocí Vložit ▸ Objekt ▸ Vzorec."
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr "S programem %PRODUCTNAME je velmi snadné nainstalovat nový slovník: jsou dodávány jako rozšíření."
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr "S přenosnou verzí %PRODUCTNAME budete mobilní. %PRODUCTNAME Portable nainstalujete na pevný disk dokonce bez administrátorských práv k počítači."
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr "Writer umožňuje číslovat poznámky pod čarou pro stránku, kapitolu i dokument: Nástroje ▸ Poznámky pod čarou a vysvětlivky ▸ karta Poznámky pod čarou ▸ Počítání."
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr "Dokument Writeru se neotevřel s textovým kurzorem na pozici, kde se nacházel při uložení? Zkontrolujte, zda je vyplněno jméno a příjmení v Nástroje ▸ Možnosti ▸ %PRODUCTNAME ▸ Uživatelské údaje."
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr "Pokud potřebujete používat citace, použijte rozšíření třetí strany."
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr "Přejete si vložit hodnotu na totéž místo ve více listech najednou? Listy před zadáním hodnoty vyberte, tj. klikněte na jejich karty se stisknutou klávesou %MOD1."
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr "Přejete si v dokumentu skrýt nějaký text? Vyberte jej, zvolte Vložit ▸ Sekce a zaškrtněte „Skrýt“."
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr "Chování prostředního tlačítka myši lze upravit v Nástroje ▸ Možnosti ▸ %PRODUCTNAME ▸ Zobrazení ▸ Prostřední tlačítko myši."
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr "Přejete si vytisknout dvě stránky na výšku na jednu na šířku (např. zmenšit A4 na A5)? Soubor ▸ Tisk a „Stránek na list“."
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr "Chcete-li v dokumentu rychle přejít na záložku, klikněte ve stavovém řádku pravým tlačítkem na číslo stránky (levý dolní roh okna s dokumentem)."
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr "Objekt na pozadí dokumentu vyberete pomocí nástroje Vybrat na liště Kresba, kterým požadovaný objekt ohraničíte."
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr "Zadejte si texty, které často používáte, jako automatický text. Poté je budete moci vložit do jakéhokoliv dokumentu Writeru pomocí názvu, zkratky nebo z nástrojové lišty."
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr "Přehrávání hudby během celé prezentace nastavíte tím, že prvnímu přechodu mezi snímky přiřadíte zvuk a nepoužijete u toho tlačítko „Použít přechod na všechny snímky“."
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr "%PRODUCTNAME Calc nepočítá zleva doprava, ale respektuje pořadí priorit Závorky – Mocniny – Násobení – Dělení – Sčítání – Odčítání."
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr "Stáhněte si dokumentaci a volně dostupné uživatelské příručky k %PRODUCTNAME na adrese:"
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr "Přejete si odstranit najednou všechny znaky <>, ale zachovat text mezi nimi? Úpravy ▸ Najít a nahradit: Najít = [<>], Nahradit = prázdné a v části Ostatní možnosti zaškrtněte „Regulární výrazy“."
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr "Potřebujete prezentovat zprávu napsanou ve Writeru? Pomocí volby Soubor ▸ Odeslat ▸ Osnova do prezentace automaticky vytvoříte z osnovy snímky."
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr "Chcete využít v sešitu hypertextové odkazy? Vložte je pomocí funkce HYPERLINK."
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr "Zrušíte-li zaškrtnutí Nástroje ▸ Možnosti ▸ %PRODUCTNAME Calc ▸ Zobrazení ▸ Přiblížení: „Synchronizovat listy“, bude mít každý list v Calcu vlastní míru přiblížení."
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr "Pro každou kartu listu můžete nastavit barvu: klepněte pravým tlačítkem na kartu nebo použijte příkaz List ▸ Barva karty listu."
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr "Můžete sledovat buňky použité ve vzorcích: předchůdce (Shift+F9) a následníky (Shift+F5; použít lze také Nástroje ▸ Detektiv). Každým použitím postoupíte v řetězci předchůdců nebo následníků o jeden krok."
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr "Jak vložit najednou vzorec a jeho pořadové číslo: napište fn a stiskněte F3. Vloží se automatický text s tabulkou obsahující vzorec a číslo."
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr "Seznam obrázků můžete vytvořit také z názvů objektů, nejen z jejich popisků."
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr "Prezentace Impressu můžete dálkově ovládat, použijete-li Android nebo iPhone."
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr "Chcete vědět, kolik dní má aktuální měsíc? Použijte funkci DAYSINMONTH(TODAY())."
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr "Zobrazují se čísla v sešitu jako ###? Sloupec je příliš úzký na to, aby se v něm zobrazily všechny číslice."
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr "V nabídce Nástroje ▸ Možnosti ▸ OpenCL zapnete paralelní výpočty vzorců."
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr "Pomocí nástroje Spojnice z lišty Kresba v programech Draw/Impress připravíte hezké vývojové diagramy. Vytvořený objekt pak můžete zkopírovat a vložit do Writeru."
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr "Vaše finanční příspěvky podporují naši celosvětovou komunitu."
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr "Přejete si přidat k datu x měsíců? Použijte =EDATE(datum;měsíce)."
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr "Souvislou oblast buněk, které obsahují data a které jsou odděleny prázdným řádkem a sloupcem, vyberete pomocí %MOD1+* (na numerické klávesnici)."
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr "Nerozpoznává se správně datum? Vhodné masky nastavíte v Nástroje ▸ Možnosti ▸ Jazyková nastavení ▸ Jazyky ▸ Masky pro rozpoznání data."
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr "Chcete exportovat vzorce do CSV? Soubor ▸ Uložit jako ▸ Typ: Text CSV, zaškrtněte „Upravit nastavení filtru“ a v dalším okně zaškrtněte „Místo vypočítaných hodnot buněk uložit vzorce“."
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr "Konzola prezentujícího je skvělá pomůcka při práci s aplikací %PRODUCTNAME Impress. Už jste si ji vyzkoušeli?"
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr "Chcete-li smazat více komentářů, vyberte oblast s nimi a použijte List ▸ Komentáře buňky ▸ Smazat komentář."
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr "Kliknutím na ikonu PDF na nástrojové liště své dokumenty jednoduše převedete do PDF."
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr "Přejete si vybrat rozsáhlou oblast buněk bez rolování? Zadejte do pole názvu odkaz na oblast (např. A1:A1000) a stiskněte Enter."
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr "Chcete se dozvědět, jaké jsou platné parametry příkazového řádku? Spusťte soffice s --help, -h nebo -?"
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr "List nebo oblast tisku přizpůsobíte stránce pomocí Formát ▸ Stránka ▸ karta List ▸ Měřítko."
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr "Potřebujete nečíslovanou položku v seznamu? Použijte „Vložit nečíslovanou položku“ na nástrojové liště Odrážky a číslování."
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr "Orientaci buněk tabulky můžete otáčet pomocí Tabulky ▸ Vlastnosti ▸ Tok textu ▸ Orientace textu."
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr "Počátek pravítek (0/0) v programu %PRODUCTNAME Draw změníte tím, že přetáhněte průsečík pravítek do levého horního rohu pracovní plochy."
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr "Chcete v Calcu v jednom kroku přesunout sloupec mezi dva jiné? Klikněte na záhlaví a pak na nějakou buňku tohoto sloupce a se stisknutým tlačítkem myši a klávesou %MOD2 jej přesuňte na požadované místo."
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr "Položky abecedního rejstříku automaticky označíte pomocí rejstříkového souboru."
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr "Chcete-li přesně zarovnat objekty v programu Draw/Impress, použijte Formát ▸ Zarovnání (nebo místní nabídku): jeden vybraný objekt se zarovná například na střed stránky a obdobně to funguje i pro skupinu."
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr "Mezery mezi položkami ve Writeru nemusíte vytvářet pomocí tabulátoru. Pro některé účely může být vhodnější volbou tabulka bez ohraničení."
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr "Abyste nalezli klávesovou zkratku v seznamu Nástroje ▸ Přizpůsobit ▸ Klávesnice, nemusíte rolovat: stačí zkratku stisknout."
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr "Při vkládání objektu může %PRODUCTNAME automaticky doplnit číslovaný popisek, viz Nástroje ▸ Možnosti ▸ %PRODUCTNAME Writer ▸ Automatické popisky."
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr "V %PRODUCTNAME můžete k vytvoření hromadné korespondence použít e-mailový účet od Googlu. Vyplňte jej v Nástroje ▸ Možnosti ▸ %PRODUCTNAME Writer ▸ Hromadné rozesílání e-mailů."
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr "Chcete-li ponechat záhlaví listu při posouvání řádků viditelné, zvolte Zobrazit ▸ Ukotvit buňky ▸ Ukotvit první řádek."
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr "Chcete začít pracovat s makry v jazyku %PRODUCTNAME Basic? Podívejte se na příklady v nabídce Nástroje ▸ Makra ▸ Upravit makra."
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr "Styly odstavce pro nadpisy můžete ve Writeru nastavit klávesovými zkratkami: %MOD1+1 použije Nadpis 1, %MOD1+2 Nadpis 2 atd."
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr "Neztraťte se v rozsáhlých dokumentech. S Navigátorem (F5) se v jejich obsahu zorientujete."
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr "Úpravy ▸ Najít a nahradit umožňuje přímo vkládat speciální znaky: klikněte pravým tlačítkem myši do vstupních polí nebo stiskněte Shift+%MOD1+S."
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr "Vyžadujete vlastní obsah v metadatech? Vše potřebné vytvoříte v Soubor ▸ Vlastnosti ▸ Vlastní vlastnosti."
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr "Přejete si v Draw zobrazit, ale netisknout nějaký objekt? Nakreslete jej na vrstvu, jež nemá vlastnost „Tisknutelná“ (klikněte pravým tlačítkem na kartu a zvolte „Upravit vrstvu“)."
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr "Chcete-li do dokumentu vložit aktuální datum, použijte Vložit ▸ Pole ▸ Datum."
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr "Příliš mnoho obrázků v dokumentu Writeru? Urychlete načítání tím, že je vypnete pomocí Zobrazit ▸ Obrázky a grafy."
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr "Řadu náhodných čísel podle různých rozdělení vygenerujete pomocí List ▸ Vyplnit buňky ▸ Vyplnit náhodnými čísly."
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr "Přejmenujete-li snímky v Impressu, snadněji pak budete zadávat interakce „Přechod na stránku“ a označení budou více vypovídající než Snímek1, Snímek2…"
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr "Dialogové okno Číslování kapitol umožňuje nastavit text, který se zobrazí před číslem kapitoly: například pro text „Kapitola “ se zobrazí „Kapitola 1“."
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Potřebujete transponovat tabulku ve Writeru? Zkopírujte ji a vložte do Calcu, transponujte ji pomocí Zkopírovat a Vložit jinak a nakonec ji zkopírujte a ve Writeru vložte jako Vložit jinak ▸ Formátovaný text."
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr "Nástroj „Svislý text“ z nástrojové lišty Kresba dostanete, zaškrtnete-li Nástroje ▸ Možnosti ▸ Jazyková nastavení ▸ Jazyky ▸ Výchozí jazyky ▸ Asijské (a tlačítko změníte na viditelné po kliknutí pravým tlačítkem)."
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr "Chcete-li rychle přiblížit výběr, klikněte pravým tlačítkem ve stavovém řádku v oblasti přiblížení a zvolte Optimální zobrazení."
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr "Můžete podepisovat již existující soubory PDF a jejich podpisy ověřovat."
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr "Vytváříte často dokumenty z jiných dokumentů? A uvažovali jste o použití šablony?"
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr "V Calcu pomocí Formát ▸ Podmíněné ▸ Spravovat zjistíte, u kterých buněk bylo použito podmíněné formátování."
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr "Nástroje ▸ Detektiv ▸ Označit neplatná data zvýrazní v listu všechny buňky, které nesplňují pravidla platnosti dat."
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr "Větší interoperabilitu s jinými kancelářskými balíky zajistíte tím, že v nabídce Soubor ▸ Vlastnosti ▸ Písmo použijete vkládání písma."
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr "Chcete-li převést vzorec na statickou hodnotu, nemusíte kopírovat a vkládat; použijte Data ▸ Spočítat ▸ Vzorec na hodnotu."
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr "Všechny komentáře v dokumentu můžete přeformátovat klepnutím na šipku dolů v komentáři a volbou „Formátovat všechny komentáře“."
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr "Přejete si mít stejné rozvržení na obrazovce i při tisku? Zaškrtněte Nástroje ▸ Možnosti ▸ %PRODUCTNAME Calc ▸ Obecné ▸ Při formátování textu použít metriku tiskárny."
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr "Writer vám pomáhá zálohovat: pomocí volby Soubor ▸ Uložit kopii vytvoříte nový dokument a dál pracujete na tom původním."
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr "Pokud vytváříte styl založený na jiném stylu, je možné zadat procentuální hodnotu nebo relativní hodnotu v bodech (např. 110 %, −2 pt nebo +5 pt)."
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr "Chcete-li zkopírovat komentář a zachovat přitom obsah cílové buňky, použijte příkaz Vložit jinak a v dialogovém okně zrušte zaškrtnutí všeho kromě pole „Komentáře“. Stávající obsah se nepřepíše, použijete-li operaci „Přidat“."
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr "Dokumenty MS Office lze dávkově převést do formátu OpenDocument pomocí průvodce v nabídce Soubor ▸ Průvodci ▸ Konvertor dokumentů."
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr "Při úpravě buňky v sešitu můžete klepnout pravým tlačítkem a vložit pole: Datum, Název listu, Název dokumentu atd."
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr "Potřebujete ve Writeru přesunout tabulku? Použijte Tabulka ▸ Vybrat ▸ Tabulka a Vložit ▸ Rámec ▸ Rámec a přesuňte ji, kam je potřeba."
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr "Pomocí Nástroje ▸ Automatický text ▸ Automatický text ▸ Importovat můžete vybrat dokument či šablonu Wordu obsahující položky importovaného automatického textu."
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr "Nevytvářejte mezeru mezi dvěma odstavci ručně. Raději změňte ve vlastnostech odstavce hodnotu Odsazení a rozestupy ▸ Rozestupy ▸ Pod odstavcem."
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr "Nuly na začátku čísla ponecháte zobrazené pomocí volby „Úvodní nuly“ v dialogovém okně Formát buňky, nebo když buňku před zadáním čísla naformátujete jako text."
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr "Chcete se vrátit k výchozímu nastavení po použití stylu seznamu? Klikněte na nástroj Číslování na liště Formátování."
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr "Chcete-li smazat najednou všechny oblasti tisku, vyberte všechny listy a zvolte Formát ▸ Oblasti tisku ▸ Vymazat."
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr "Přidejte obrázky na pozadí do tabulek pomocí Vložit ▸ Obrázek nebo přetáhněte pozadí z Galerie a poté Formát ▸ Uspořádat ▸ Na pozadí."
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr "Nedaří se vám vložit do dokumentu text ze souboru PDF nebo z webové stránky? Zkuste jej vložit jako neformátovaný (%MOD1+%MOD2+Shift+V)."
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr "Pomocí funkce TRIMMEAN() v Calcu vrátíte průměr množiny dat bez největších a nejmenších hodnot."
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr "Čtvrtý nepovinný parametr funkce VLOOKUP v Calcu udává, zda je první sloupec dat seřazený. Když není, zadejte hodnotu NEPRAVDA nebo nulu."
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr "Nástrojové lišty se otevírají podle aktuálního kontextu. Pokud si je nepřejete zobrazovat, zrušte jejich zaškrtnutí v Zobrazit ▸ Nástrojové lišty."
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr "Chcete vytvořit z aktuálního dokumentu Writeru hlavní dokument? Soubor ▸ Odeslat ▸ Vytvořit hlavní dokument (dílčí dokumenty se vytvoří podle osnovy)."
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr "Přejete si zarovnat buňky v Calcu na vytisknuté stránce na střed? Formát ▸ Stránka, Stránka ▸ Nastavení rozvržení ▸ Zarovnání tabulky."
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr "Rámce mohou být propojeny tak, aby text mohl přetékat z jednoho do druhého, jak je to obvyklé v DTP."
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Graf založený na tabulce ve Writeru vytvoříte tím, že do tabulky kliknete a zvolíte Vložit ▸ Graf."
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr "Výběrem z Nástroje ▸ Možnosti ▸ %PRODUCTNAME Writer ▸ Pomůcky pro formátování ▸ Zobrazovat určíte, které řídicí znaky se budou zobrazovat."
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr "Přejete si přejít na určitou stránku podle čísla? Klikněte na položku stavového řádku umístěnou úplně vlevo, použijte Úpravy ▸ Přejít na stránku nebo stiskněte %MOD1+G."
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr "%PRODUCTNAME podporuje více než 150 jazyků."
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr "Pokud potřebujete zobrazit nad prezentací okno jiného programu, zrušte zaškrtnutí pole Prezentace ▸ Nastavení ▸ Prezentace vždy v popředí."
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr "Chcete v dokumentu Writeru najít slova formátovaná tučně? Úpravy ▸ Najít a nahradit ▸ Ostatní možnosti ▸ Atributy ▸ Váha písma."
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr "Pomocí Nástroje ▸ Seřadit můžete seřadit odstavce či řádky tabulky, a to a abecedně, nebo podle čísel."
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr "Chcete-li vložit odstavec před (za) sekci, stiskněte na jejím začátku (konci) %MOD2+Enter."
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr "Dobře vypadající dokumenty můžete vytvořit pomocí šablon %PRODUCTNAME, vyzkoušejte si je."
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr "Vypočítejte splátky dluhu v programu Calc: např. PMT(2%/12;36;2500) úroková míra za období platby 2%/12, 36 měsíců, jistina dluhu 2500."
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr "Nedaří se vám v Calcu najít požadovaný výsledek s funkcí VLOOKUP? S funkcemi INDEX a MATCH to nebude problém!"
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr "Chcete zobrazit skrytý sloupec A? Klikněte na buňku ve sloupci B, stiskněte levé tlačítko myši, pohněte myší doleva a uvolněte tlačítko. Pak přepněte zobrazení pomocí Formát ▸ Sloupce ▸ Zobrazit."
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr "Chcete-li změnit ve Writeru číslo stránky, přejděte na vlastnosti prvního odstavce, na kartě Tok textu zaškrtněte Zalomení ▸ Vložit a zadejte číslo."
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr "%PRODUCTNAME lze pomocí rollApp spouštět v libovolném prohlížeči."
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr "Zaznamenali jste v Calcu podivný chybový kód (Err: a poté číslo)? Vysvětlení naleznete na této stránce:"
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr "Chcete-li zahrnout do obsahu odstavec, který není nadpisem, změňte úroveň osnovy v nastavení tohoto odstavce (karta Osnova a číslování)."
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr "Kromě obsahu lze v %PRODUCTNAME vytvářet seznamy obrázků, tabulek, objektů, použité literatury a abecední i uživatelem definované rejstříky."
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr "Nelze upravit nebo odstranit vlastní styl buňky? Zkontrolujte všechny listy, žádný by neměl být uzamčen."
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr "Potřebujete vyplnit posloupnost? Vyberte oblast buněk, následně List ▸ Vyplnit buňky ▸ Vyplnit posloupnost a zvolte mezi možnostmi Lineární, Růst, Datum a Automatické vyplnění."
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr "Chcete vědět, jestli se buňka používá ve vzorcích jiných buněk? Nástroje ▸ Detektiv ▸ Následníci (Shift+F5)."
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr "V poli Nahradit v nastavení automatických oprav můžete použít zástupné znaky .*"
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr "Přejete si duplikovat řádek nad? Stiskněte %MOD1+D nebo použijte List ▸ Vyplnit buňky ▸ Vyplnit dolů."
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr "Více listů budete prohledávat v případě, že je před začátkem vyhledávání vyberete."
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr "Přetažením buněk z Calcu na snímek prezentace v normálním zobrazení vytvoříte tabulku; při zobrazení Osnova vznikne z každé buňky jeden řádek osnovy."
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr "%PRODUCTNAME napomůže tomu, abyste ve Writeru nezadali víc mezer za sebou. Zaškrtněte Nástroje ▸ Automatické opravy ▸ Nastavení automatických oprav ▸ Možnosti ▸ Ignorovat dvojité mezery."
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Chcete, aby kurzor přešel po zadání hodnoty v Calcu do buňky napravo? Použijte místo klávesy Enter tabulátor."
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr "Chcete-li zobrazit posuvník nalevo, povolte Nástroje ▸ Možnosti ▸ Jazyková nastavení ▸ Jazyky ▸ Komplexní text a zaškrtněte List ▸ Zprava doleva."
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr "Přetáhněte naformátovaný objekt do okna Styly a formátování. Objeví se dialogové okno, ve kterém můžete rovnou pojmenovat nový styl."
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr "Nové verze %PRODUCTNAME přinášejí nové funkce, opravy chyb i bezpečnostní záplaty. Nezapomínejte na ně aktualizovat!"
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr "Vyvíjíte nové filtry formátu XSLT a XML?"
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr "Pokud není v Nástroje ▸ Možnosti ▸ %PRODUCTNAME ▸ Obecné povolena možnost „Rozšířené tipy“, zobrazíte v dialogových oknech dostupné rozšířené tipy stisknutím Shift+F1."
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "Nápověda %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Další informace"
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Spustit tuto akci právě teď..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Tip dne: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Cmd"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opt"
diff --git a/source/cs/helpcontent2/source/text/scalc/guide.po b/source/cs/helpcontent2/source/text/scalc/guide.po
index 5354d345c72..19f83716b49 100644
--- a/source/cs/helpcontent2/source/text/scalc/guide.po
+++ b/source/cs/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: 2021-01-14 14:56+0100\n"
-"PO-Revision-Date: 2021-02-01 17:36+0000\n"
+"PO-Revision-Date: 2021-03-27 13:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-7-1/textscalcguide/cs/>\n"
"Language: 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.4\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1547389818.000000\n"
#. NXy6S
@@ -3065,7 +3065,7 @@ msgctxt ""
"par_id3150049\n"
"help.text"
msgid "Select all cells with the random numbers."
-msgstr "Označte všechny buňky s náhodnými čísly jako blok."
+msgstr "Vyberte všechny buňky s náhodnými čísly jako blok."
#. vxDRC
#: cellstyle_conditional.xhp
@@ -11399,7 +11399,7 @@ msgctxt ""
"par_id3147427\n"
"help.text"
msgid "Load a spreadsheet with a large number of records. We are using a fictional <emph>Turnover</emph> document, but you can just as easily use any other document. The document has the following layout:"
-msgstr "Otevřete sešit s velkým počtem řádků. Použijme fiktivní dokument <emph>Obrat</emph>, ale lze použít jakýkoliv jiný. Náš dokument vypadá takto:"
+msgstr "Otevřete sešit s velkým počtem záznamů. Jako příklad poslouží fiktivní dokument <emph>Obrat</emph>, ale lze místo něj použít jakýkoliv jiný. Dokument má následující rozvržení:"
#. eEx5X
#: specialfilter.xhp
@@ -11651,7 +11651,7 @@ msgctxt ""
"par_id3147300\n"
"help.text"
msgid "Copy row 1 with the row headers (field names), to row 20, for example. Enter the filter conditions linked with OR in rows 21, 22, and so on."
-msgstr "Zkopírujte řádek 1 se záhlavím řádků (názvy polí) například do řádku 20. Zadejte kritéria spojené logickým OR do řádků 21, 22 a tak dále."
+msgstr "Zkopírujte řádek 1 se záhlavím řádků (názvy polí) například do řádku 20. Zadejte kritéria spojená logickým OR do řádků 21, 22 a tak dále."
#. fqCcM
#: specialfilter.xhp
diff --git a/source/cs/helpcontent2/source/text/shared/01.po b/source/cs/helpcontent2/source/text/shared/01.po
index ba25a4ddc6b..e7a79e6d8c6 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: 2020-12-14 15:33+0100\n"
+"POT-Creation-Date: 2021-04-06 15:30+0200\n"
"PO-Revision-Date: 2021-01-05 07:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-7-1/textshared01/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.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547111868.000000\n"
#. 3u8hR
@@ -15379,33 +15379,6 @@ msgctxt ""
msgid "<emph>Small capitals</emph> - <variable id=\"smallcapitals\">Changes the selected lowercase characters to uppercase characters, and then reduces their size.</variable>"
msgstr "<emph>Kapitálky</emph> - <variable id=\"smallcapitals\">Změní malá písmena na velká a poté zmenší jejich velikost.</variable>"
-#. kGuxJ
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"bm_id410168\n"
-"help.text"
-msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>"
-msgstr "<bookmark_value>blikající písma</bookmark_value> <bookmark_value>blýskající písma</bookmark_value>"
-
-#. Suvvn
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"hd_id3152941\n"
-"help.text"
-msgid "Blinking"
-msgstr "Blikající"
-
-#. 2FiCB
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"par_id3145662\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Vybrané znaky budou blikat. Rychlost blikání není možné upravit.</ahelp>"
-
#. B3MEb
#: 05020200.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/swriter/01.po b/source/cs/helpcontent2/source/text/swriter/01.po
index d9d524bfa51..66ffd414c45 100644
--- a/source/cs/helpcontent2/source/text/swriter/01.po
+++ b/source/cs/helpcontent2/source/text/swriter/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-03-10 16:23+0100\n"
-"PO-Revision-Date: 2021-01-03 05:36+0000\n"
+"PO-Revision-Date: 2021-04-06 06:37+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-7-1/textswriter01/cs/>\n"
"Language: 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: LibreOffice\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1565687607.000000\n"
#. sZfWF
@@ -23990,7 +23990,7 @@ msgctxt ""
"hd_id3153717\n"
"help.text"
msgid "Frame"
-msgstr "Rámec"
+msgstr "Rámce"
#. AyAQs
#: 05170000.xhp
diff --git a/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po b/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po
index 3dafdbbaa74..794c7ce338e 100644
--- a/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/cs/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: 2020-12-01 12:34+0100\n"
-"PO-Revision-Date: 2021-01-02 13:36+0000\n"
+"PO-Revision-Date: 2021-03-27 18:14+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-7-1/officecfgregistrydataorgopenofficeofficeui/cs/>\n"
"Language: 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.4\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1564947888.000000\n"
#. W5ukN
@@ -10924,7 +10924,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "To Next Slide"
-msgstr "Přejít na následující snímek"
+msgstr "Na následující snímek"
#. qSKb6
#: DrawImpressCommands.xcu
diff --git a/source/cy/cui/messages.po b/source/cy/cui/messages.po
index 6d5bf20e037..e2479c0dd45 100644
--- a/source/cy/cui/messages.po
+++ b/source/cy/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2021-03-18 15:36+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-7-1/cuimessages/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.4.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565800847.000000\n"
#. GyY9M
@@ -2456,1071 +2456,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr "Mae %PRODUCTNAME yn cefnogi pedair lefel macro-ddiogelwch (o isel i uchel iawn) a ffynonellau dibynadwy."
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr "Mae %PRODUCTNAME yn bwriadu gwneud cais fel sefydliad a nawdd Google Summer of Code (GSoC) gweler:"
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr "Wyddch chi fod modd atodi sylwadau i ddarnau o destun? Defnyddiwch y llwybr byr %MOD1+%MOD2+C."
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr "Angen symud un neu fwy o baragraffau? Does dim angen torri a gludo: Defnyddiwch y llwybr byr bysellfwrdd %MOD1+%MOD2+C. + Saeth (I fyny / I lawr)"
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr "Newidiwch y ffontiau sylfaenol ar gyfer y templed rhag ddiffinedig neu ddogfen gyfredol yn ôl Offer > Dewisiadau >% PRODUCTNAME Writer> Fontiau Sylfaenol."
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr "Eisiau dod o hyd i eiriau mwy na 10 nod? Golygu ▸ Canfod ac Amnewid ▸ Chwilio ▸ [a-z]{10,} ▸ Dewisiadau Eraill ▸ ticio mynegiadau Rheolaidd."
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr "Agorwch ffeil CSV fel dalen newydd yn y daenlen gyfredol trwy Dalen > Dalen o'r ffeil."
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr "Wrth deipio mewn trwm, italig neu danlinellu yn Writer mae modd parhau gyda'r priodweddau rhagosodedig gan ddefnyddio'r llwybr byr %MOD1+Shift+X (tynnu fformatau nod uniongyrchol)"
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr "Defnyddiwch %MOD1+%MOD2+Shift+V i ludo cynnwys y clipfwrdd fel testun heb fformat."
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr "Cyfaddaswch eich tudalen troednodiadau gydag Offer › Troednodiadau/Ôl-nodau…"
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr "Gyda 'Sioe Sleidiau > Sioe Sleidiau Cyfaddas', ad-drefnwch a dewis sleidiau i fynd i sioe sleidiau yn ôl anghenion eich cynulleidfa."
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr "Esiau newid gwirio sillafu ar rhan o'r testun? Cliciwch ym mharth iaith y bar statws neu'n well fyth, defnyddiwch arddull."
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr "Mae Writer yn gallu mewnosod tudalen wag rhwng dwy dudalen od (eilrif) sy'n dilyn. Ticiwch ‘Argraffu tudalennau gwag a fewnosodwyd yn awtomatig’ yn nhab %PRODUCTNAME Writer o'r deialog argraffu."
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr "Ddim eisiau argraffu pob colofn? Cuddio neu grwpio'r rhai nad oes eu hangen arnoch."
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr "I addasu cyflwyniad AwtoChwarae, ei agor ac ar ôl iddo ddechrau, cliciwch ar y dde a dewis Golygu yn y ddewislen cyd-destun."
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr "Angen lleoli yn union? Mae bysell %MOD2+ saeth yn symud gwrthrychau (siapiau, lluniau, fformwlâu) un picsel ar y tro."
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr "Mae cymorth wedi'i fewnblannu ar gael trwy bwyso F1, os ydych chi wedi'i osod. Fel arall, ewch i:"
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr "De-gliciwch yn y bar statws yn %PRODUCTNAME Calc a dewis 'Cyfrif y dewis' i ddangos y nifer o gelloedd a ddewiswyd."
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr "Esiau cael dwy golofn neu fwy ar gyfer rhan yn unig o dudalen %PRODUCTNAME Writer? Mewnosod ▸ Adran, wedi'i gosod gyda thab Colofnau, a gosod testun yn yr adran honno."
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr "Defnyddiwch Data > Ystadegau ar gyfer samplu, ystadegau disgrifiadol, dadansoddi amrywiant, cydberthynas, a llawer mwy yn Calc %PRODUCTNAME."
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr "Gallwch gopïo o un ddalen i'r llall heb y clipfwrdd. Dewiswch yr ardal i'w chopïo, %MOD1+ cliciwch tab y ddalen darged a defnyddio Dalen > Llanw Celloedd > Llanw Dalennau."
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr "Gallwch newid golwg %PRODUCTNAME yn Offer > Dewisiadau > Golwg > Rhyngwyneb Defnyddiwr."
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr "Yn Impress %PRODUCTNAME defnyddiwch Mewnosod > Cyfrwng > Albwm Lluniau i greu sioe sleidiau o gyfres o luniau gyda'r nodwedd 'Albwm Lluniau'."
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr "Gallwch ddangos fformwlâu yn lle canlyniadau gyda Golwg > Dangos Fformiwla (neu Offer > Dewisiadau > Calc %PRODUCTNAME > Golwg > Dangos > Fformiwlâu)."
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr "Mae %PRODUCTNAME yn cael ei ddatblygu gan gymuned gyfeillgar, sy'n cynnwys cannoedd o gyfranwyr ledled y byd. Ymunwch â ni gyda'ch sgiliau amrywiol."
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr "Llaw chwith? Galluogwch Offer > Dewisiadau > Gosodiadau Iaith > Ieithoedd > Asiaidd ac edrych yn Offer > Dewisiadau > Writer %PRODUCTNAME > Golwg > Mesurydd > Alinio i'r dde, sy'n dangos y bar sgrolio i'r chwith."
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr "Eisiau i'ch teitlau penodau ddechrau tudalen bob tro? Golygwch Pennawd1 (arddull paragraff) > Llif Testun > Toriad a thicio Mewnosod > Tudalen> Cynt."
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr "Y nifer o ddyddiau ers diwrnod dewisol sero yw gwerth dyddiad/amser; yn y rhif, mae'r rhan gyfanrif yn cynrychioli dyddiad, a'r rhan ffracsiynol yw amser (rhan o ddiwrnod wedi mynd heibio), gyda 0.5 yn cynrychioli hanner diwrnod."
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr "Mae Shift+%MOD1+Del yn dileu o'r cyrchwr hyd at ddiwedd y frawddeg gyfredol."
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr "Defnyddiwch labeli colofn neu res mewn fformwlâu. Er enghraifft, os oes gennych ddwy golofn, “Amser” a “KM”, defnyddiwch = Amser/KM i gael munudau fesul cilomedr."
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr "Yn flin oherwydd y morgrug o amgylch celloedd yn Calc. Pwyswch Esc i'w hatal; bydd y cynnwys a gopïwyd yn parhau i fod ar gael i'w gludo."
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr "Am ddod yn Llysgennad %PRODUCTNAME? Mae ardystiadau ar gyfer datblygwyr, gweinyddwyr a hyfforddwyr."
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr "Cymysgwch gyfeiriadau portread a thirwedd mewn taenlen Calc trwy osod gwahanol arddulliau tudalen ar ddalenni."
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr "Cliciwch ar yr eicon nodau arbennig yn y bar offer i gael mynediad cyflym at eich hoff nodau a'r rhai diweddar i'w mewnosod."
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr "Dewiswch \"Golwg Hierarchical\" yn y bar ochr Arddulliau i weld y berthynas rhwng arddulliau."
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr "Gallwch ddefnyddio arddulliau i gysoni'r tablau yn eich dogfen. Dewiswch un o'r rhai wedi'u diffinio ymlaen llaw fesul Arddulliau (F11) neu trwy Tabl > AwtoFformat."
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr "Ffurfweddwch ddefnydd o'r fysell %MOD1 i ddilyn dolenni? Offer > Dewisiadau >%PRODUCTNAME > Diogelwch > Dewisiadau > “%MOD1+ cliciwch i ddilyn dolenni\"."
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr "Hoffech chi weld cyfrifiad elfennau unigol fformiwla, dewis yr elfennau priodol a phwyso F9."
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr "Gallwch ddiogelu celloedd gyda Fformat > Celloedd > Diogelu. I atal mewnosod, dileu, ailenwi, symud / copïo dalennau defnyddiwch Offer> Diogelu Dalen."
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr "Ysgrifennu ar hyd cromlin? Tynnwch lun y llinell, cliciwch ddwywaith, teipiwch y testun, Fformat > Blwch Testun a Siâp > Fontwork."
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr "Eisiau dangos y gwerthoedd uchaf yn unig mewn taenlen? Dewiswch y ddewislen Data > AwtoHidl, cliciwch y gwymplen, a dewis \"10 Uchaf\"."
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr "I dynnu rhif y dudalen o'ch tabl cynnwys ewch i Mewnosod > Tabl Cynnwys (neu dde-gliciwch a Golygu'r mynegai a fewnosodwyd yn flaenorol). Yn y tab Cofrestriadau dilëwch rif y dudalen (#) o'r llinell Strwythur."
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr "Gyda'r Llywiwr gallwch ddewis a symud penawdau i fyny/i lawr a'r testun o dan y pennawd, yn y Llywiwr ac yn y ddogfen."
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr "I gael gwrthrych mathemateg yn Writer yn gyflym, teipiwch eich fformiwla, ei farcio, a defnyddio Mewnosod ▸ Gwrthrych ▸ Fformiwla i drosi'r testun."
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr "Gyda %PRODUCTNAME mae'n hawdd iawn gosod geiriadur newydd: mae nhw ar gael fel estyniad."
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr "Mae gan %PRODUCTNAME fersiwn gludadwy sy'n rhoi symudedd i chi. Hyd yn oed heb hawliau gweinyddwr ar eich cyfrifiadur gallwch osod %PRODUCTNAME Cludadwy i'ch gyriant caled hefyd."
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr "Mae Writer yn caniatáu i chi rifo'ch troednodiadau yn ôl y dudalen, pennod, dogfen: Offer › Troednodiadau/Ôl-nodau› Tab Troednodiadau › Cyfrif."
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr "Nid yw eich dogfen Writer wedi ailagor gyda'r cyrchwr testun yn yr un safle golygu ag yr oeddech pan wnaethoch ei chadw? Ychwanegwch enw Cyntaf neu Olaf yn Offer > Dewisiadau >%PRODUCTNAME > Data Defnyddiwr > Enw cyntaf/olaf."
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr "Rheoli dyfyniadau? Defnyddiwch estyniad 3ydd parti."
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr "Eisiau mfewnosod gwerth yn yr un lle ar sawl dalen? Dewiswch y dalenni: daliwch y bysell %MOD1 i lawr a chlicio ar eu tabiau cyn mynd i mewn."
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr "Eisiau cuddio rhywfaint o destun mewn dogfen? Dewiswch y testun. Mewnosod ▸ Adran, a dewis “Cuddio”."
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr "Gallwch gyfaddasu'r botwm llygoden ganol drwy Offer > Dewisiadau >%PRODUCTNAME > Golwg > botwm Llygoden Ganol."
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr "Eisiau argraffu dwy dudalen bortread ar dirwedd un tirwedd (gan leihau A4 i A5)? Ffeil > Argraffu a dewis 2 yn \"Tudalen i'r dalen\"."
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr "I gael mynediad cyflym i nodau tudalen eich dogfen, de-gliciwch ar rif tudalen y bar statws (cornel chwith isaf ffenestr y ddogfen)."
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr "Dewiswch wrthrych yng nghefndir y ddogfen trwy'r teclyn Dewis yn y bar offer Lluniadu i amgylchynu'r gwrthrych sydd i'w ddewis."
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr "Diffinio testunau rydych chi'n eu defnyddio'n aml fel AutoDestun. Byddwch yn gallu eu mewnosod yn ôl eu henw, llwybr byr neu far offer mewn unrhyw ddogfen Writer."
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr "I chwarae cerddoriaeth trwy gydol sioe sleidiau, neilltuwch y sain i'r trawsnewidiad sleidiau cyntaf heb glicio ar y botwm 'Gosod i Bob Sleid'."
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr "Nid yw %PRODUCTNAME yn cyfrif o'r chwith i'r dde ond mae'n parchu'r drefn Cromfachau > Esbonydd > Lluosi> Rhannu > Adio > Tynnu."
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr "Cewch ddogfennaeth a llyfrau canllaw i ddefnyddwyr %PRODUCTNAME am ddim yn:"
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr "Am gael gwared ar yr holl <> ar unwaith a chadw'r testun y tu mewn? Golygu ▸ Canfod ac Amnewid: Chwilio = [<|>], Amnewid = gwag a gwirio ‘Mynegiadau rheolaidd’ o dan dewisiadau Eraill."
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr "Eisiau cyflwyno adroddiad wedi'i hysgrifennu gyda Writer? Mae Ffeil > Anfon > Amlinelliad i'r Cyflwyniad yn creu sioe sleidiau o'r amlinelliad yn awtomatig."
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr "Eisiau rheoli cyflwyniad dolenni mewn taenlen? Mewnosodwch nhw gyda'r swyddogaeth HYPERLINK."
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr "Dad-diciwch Offer ›Dewisiadau› Calc %PRODUCTNAME ›Golwg ›Chwyddo: 'Cydweddu taenlenni' fel bod gan bob dalen ei ffactor chwyddo ei hun."
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr "Gallwch osod lliw ar gyfer pob tab: de-gliciwch y tab neu ddefnyddio Dalen > Lliw Tab Dalen."
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr "Olrhain celloedd sy'n cael eu defnyddio mewn fformiwla, cynseiliau (Shift + F9) neu ddibynyddion (Shift + F5) (neu defnyddio Offer> Ditectif). Ar gyfer pob trawiad rydych chi'n symud un cam arall yn y gadwyn."
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr "Mewnosodwch a rhifo'ch fformiwlâu mewn un cam: teipiwch fn yna F3. Mae AutoDestun yn cael ei fewnosod gyda fformiwla a rhif wedi'i alinio mewn tabl."
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr "Gallwch greu mynegai darluniol o enwau gwrthrychau, nid yn unig o eglurynnau."
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr "Gallwch ddefnyddio'ch Android neu iPhone i reoli'ch cyflwyniad Impress o bell."
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr "Eisiau gwybod sawl diwrnod sydd yn y mis cyfredol? Defnyddiwch swyddogaeth DAYSINMONTH(TODAY())."
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr "Mae eich rhifau'n cael eu dangos fel ### yn eich taenlen? Mae'r golofn yn rhy gul i ddangos yr holl ddigidau."
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr "Galluogi cyfrifiadau cyfochrog enfawr o gelloedd fformiwla trwy Offer >Dewisiadau >OpenCL."
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr "Defnyddiwch yr offeryn Cysylltydd o'r bar offer Lluniadu yn Draw/Impress i greu siartiau llif da gyda'r dewis o gopïo/gludo'r gwrthrych yn Writer."
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr "Mae eich rhoddion yn cefnogi ein cymuned fyd-eang."
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr "Eisiau ychwanegu x mis i ddyddiad? Defnyddiwch =EDATE(date;months)"
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr "I ddewis ystod gyffiniol o gelloedd sy'n cynnwys data ac wedi'u ffinio â rhes wag a cholofnau, defnyddiwch %MOD1+ * (pad allwedd rhifol)."
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr "Mae eich patrwm derbyn dyddiad yn amhriodol? Offer > Dewisiadau > Gosodiadau Iaith > Iaith > Mae patrymau derbyn dyddiad yn caniatáu newid y patrwm."
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr "Eisiau allforio fformwlâu i CSV? Ffeil > Cadw Fel > Math: Testun CSV, gwirio ‘Golygu gosodiadau hidlo’, a gwirio ‘Cadw fformwlâu celloedd’ yn y dialog nesaf."
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr "Mae'r consol cyflwynydd yn nodwedd wych wrth weithio gyda %PRODUCTNAME Impress. Ydych chi wedi ei brofi?"
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr "I ddileu sylwadau lluosog, dewiswch gelloedd gyda sylwadau a defnyddiwch Dalen> Sylwadau Cell> Dileu Sylw."
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr "Gallwch drosi'ch dogfennau i PDF yn hawdd gydag un clic trwy glicio ar yr eicon PDF yn y bar offer."
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr "Eisiau dewis ystod eang o gelloedd heb sgrolio? Teipiwch y cyfeirnod amrediad (e.e. A1: A1000) yn y blwch enw ac yna Enter."
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr "Eisiau gwybod am baramedrau'r llinell orchymyn ddilys? Dechreuwch soffice gyda --help neu -h neu -?"
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr "Gosodwch eich dalen neu ystodau argraffu i dudalen gyda Fformat ›Tudalen › Tab Dalen › Modd Graddio."
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr "Angen eitem heb rif mewn rhestr? Defnyddiwch \"Mewnosod Mynediad Heb Rif\" yn y bar offer Bwledi a Rhifo."
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr "Gallwch gylchdroi cyfeiriadedd tabl celloedd gyda Thabl > Priodweddau… > Llif Testun > Cyfeiriadedd testun."
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr "Yn Draw %PRODUCTNAME, i newid pwynt 0/0 y pren mesur, llusgwch groeslin y ddau fesurydd yn y gornel chwith uchaf i'r man gwaith."
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr "Symudwch golofn yn Calc rhwng dau arall mewn un cam? Cliciwch y pennawd yna cell yn y golofn, cadwch fotwm y llygoden i lawr a symud i'r targed gyda'r fysell %MOD2."
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr "Gallwch farcio cofnodion mynegai yn nhrefn yr wyddor yn awtomatig gan ddefnyddio ffeil mynegeiriau."
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr "Defnyddiwch Fformat > Alinio (neu'r ddewislen cyd-destun) ar gyfer union leoli gwrthrychau yn Draw/Impress: mae'n canolbwyntio ar y dudalen os yw un gwrthrych yn cael ei ddewis neu'n gweithio ar y grŵp yn y drefn honno."
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr "Peidiwch â defnyddio tabiau i osod eitemau ar ddogfen Awdur. Yn dibynnu ar yr hyn rydych chi'n ceisio ei wneud, gall bwrdd heb ffiniau fod yn well dewis."
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr "Nid oes angen sgrolio trwy'r rhestr yn Offer > Cyfaddasu > Bysell i ddod o hyd i lwybr byr: dim ond ei deipio."
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr "Gall %PRODUCTNAME ychwanegu pennawd wedi'i rifo yn awtomatig pan fyddwch yn mewnosod gwrthrychau. Gw. Offer > Dewisiadau >Writer %PRODUCTNAME > AwtoEgluryn."
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr "Gyda %PRODUCTNAME gallwch ddefnyddio'ch cyfrif Google Mail i gyfuno e-bost. Llenwch Offer >Dewisiadau >Writer %PRODUCTNAME >Post Cyfuno E-bost."
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr "Cadwch benawdau colofn dalen yn weladwy wrth sgrolio llinellau trwy Golwg > Rhewi Celloedd > Rhewi Rhes Gyntaf."
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr "Rydych eisiau dechrau gweithio gyda macros Basic? Cymerwch gip ar yr enghreifftiau o dan Offer > Macros > Golygu Macros."
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr "Defnyddiwch arddulliau paragraff Pennawd yn Writer gyda bysell llwybr byr: Mae %MOD1+1 yn berthnasol i Bennawd 1, %MOD1+2 yn berthnasol i Bennawd 2, ac ati."
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr "Peidiwch â mynd ar goll mewn ddogfennau mawr. Defnyddiwch y Llywiwr (F5) i ddod o hyd i bethau."
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr "Mae Golygu > Canfod ac Amnewid yn caniatáu i chi fewnosod nodau arbennig yn uniongyrchol: cliciwch ar y dde mewn meysydd mewnbwn neu bwyso Shift+Ctrl+S."
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr "Angen cynnwys wedi'i deilwra ar gyfer eiddo metadata? Mae Ffeil › Priodoleddau › Priodoleddau Cyfaddas yn caniatáu i chi greu'r hyn rydych chi ei eisiau."
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr "Eisiau gweld, ond nid argraffu, gwrthrych yn Draw? Tynnwch lun ohono ar haen nad yw’r faner \"Argraffadwy’ wedi’i osod ar ei gyfer (cliciwch ar y dde ar y tab a \"Newid Haen\")."
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr "I fewnosod y dyddiad cyfredol yn eich dogfen defnyddiwch Mewnosod > Maes > Dyddiad."
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr "Llawer o ddelweddau yn eich dogfen Writer? Cyflymwch yr dangosiad trwy analluogi Golwg > Delweddau a siartiau."
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr "Defnyddiwch Taenlen > Llanw Celloedd > Rhif ar Hap i gynhyrchu cyfres ar hap yn seiliedig ar ddosbarthiadau amrywiol."
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr "Ail-enwch eich sleidiau yn Impress i'ch helpu chi i ddiffinio rhyngweithiadau \"Ewch i'r dudalen\" ac i gael crynodeb yn fwy eglur na Sleid 1, Sleid 2…"
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr "Mae deialog rhifo pennod yn caniatáu i chi osod testun i'w dangos cyn rhif y bennod. Er enghraifft, teipiwch \"Pennod\" i Ddangos \"Pennod 1\""
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Trawsosod tabl Writer? Copïo a Gludo yn Calc, trawsosodwch gyda copïo/gludo arbennig yna copïo/gludo arbennig ›Testun wedi'i fformatio yn Writer."
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr "I gael yr offeryn ‘Testun Fertigol’ yn y bar offer Lluniadu, gwiriwch Offer > Dewisiadau > Gosodiadau Iaith > Ieithoedd > Ieithoedd rhagosodedig> Asiaidd (a gwneud y botwm yn weladwy gyda chlic ar y dde)."
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr "I chwyddo'r dewis ystod yn gyflym, cliciwch ar y dde ar ran chwyddo'r bar statws a dewis Gorau."
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr "Gallwch lofnodi ffeiliau PDF sy'n bodoli a gwirio'r llofnodion hynny hefyd."
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr "Rydych chi'n aml yn creu dogfen o un arall? Ystyriwch ddefnyddio templed."
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr "Defnyddio Fformat > Fformatio Amodol > Rheoli yn Calc i ddarganfod pa gelloedd sydd wedi'u diffinio gyda fformatio amodol."
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr "Mae Offer › Ditectif › Marc Data Annilys yn marcio pob cell yn y ddalen sy'n cynnwys gwerthoedd y tu allan i'r rheolau dilysu."
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr "Gallwch ddefnyddio mewnosod ffontiau i gael mwy o ryngweithredu gyda phecynnau swyddfa/systemau gweithredu eraill FFeil > Priodweddau > Ffont."
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr "I drosi fformiwla yn werthoedd statig nid oes angen i chi gopïo/gludo; defnyddiwch Data > Cyfrifo > Fformiwla i Werth."
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr "Gallwch ailfformatio pob sylw mewn dogfen trwy glicio ar y saeth i lawr mewn sylw a dewis \"Fformatio'r holl Sylwadau\"."
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr "Eisiau cael yr un cynllun ar gyfer dangos ac argraffu sgrin? Offer › Dewisiadau › %PRODUCTNAME › Cyffredinol › Defnyddiwch fetrigau'r argraffydd i fformatio testun."
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr "Mae Writer yn eich helpu i wneud copïau wrth gefn: gyda Ffeil › Cadw Copi, rydych chi'n creu dogfen newydd gan barhau i weithio ar y gwreiddiol."
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr "Wrth greu Arddull yn seiliedig ar un arall, gallwch nodi gwerth canrannol neu werth pwynt (e.e. 110% neu -2pt neu +5pt)."
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr "I gopïo sylw heb golli cynnwys y gell darged dylech ddefnyddio Gludo Arbennig a dad-dicio popeth ac eithrio ‘Sylwadau’ mewn dialog. Defnyddiwch Weithrediadau ‘Ychwanegu’ i beidio â diystyru cynnwys sy’n bodoli eisoes."
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr "Swp troswch eich dogfennau MS Office i fformat OpenDocument gyda'r dewin Troswr Dogfennau yn newidlen Ffeil > Dewin> Troswr Dogfennau."
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr "Wrth olygu cell yn ei lle, gallwch glicio ar y dde a Mewnosod meysydd: Dyddiad, enw'r ddalen, teitl y ddogfen ac ati."
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr "Angen symud tabl Writer? Tabl > Dewis > Tabl a Mewnosod > Ffrâm a'i symud i le bynnag."
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr "Gydag Offer › AwtoDestun › Mewnforio gallwch ddewis dogfen neu dempled Word, sy'n cynnwys y cofnodion AwtoDestun rydych am eu mewnforio."
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr "Peidiwch â mewnosod toriadau â llaw i wahanu dau baragraff. Yn hytrach newid Mewnolion a Bylchau > Bylchau > O dan baragraff ym mriodweddau arddull paragraffau."
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr "Cadwch y seroau cyn rhif trwy ddefnyddio'r opsiwn fformat celloedd 'sero arwain' neu fformatio'r gell fel testun cyn nodi'r rhif."
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr "Eisiau dychwelyd yn ragosodedig ar ôl defnyddio arddull rhestr? Cliciwch Bwledi neu'r offeryn Rhifo Ymlaen/Diffodd ar y bar offer Fformatio."
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr "Dileu eich holl feysydd argraffu mewn un cam: dewis yr holl dalenni ac yna Fformat›Ystodau Argraffu›Clirio."
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr "Ychwanegwch ddelweddau cefndir at daenlenni trwy Mewnosod > Delwedd neu lusgo cefndir o'r Oriel, yna Fformat > Trefnu > I'r Cefndir."
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr "Yn cael trafferth pasio testun o ffeiliau PDF neu dudalennau gwe i mewn i ddogfennau? Ceisiwch gludo fel testun heb fformat (% MOD1 +% MOD2 + Shift + V)."
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr "Yn Calc, defnyddiwch TRIMMEAN() i ddychwelyd cymedr set ddata heb gynnwys y gwerthoedd uchaf ac isaf."
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr "Mae 4ydd paramedr dewisol swyddogaeth Calc VLOOKUP yn dweud a yw'r golofn gyntaf o ddata yn cael ei didoli. Os nad, nodwch FALSE neu sero."
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr "Mae bariau offer yn gyd-destunol, maen nhw'n agor yn dibynnu ar y cyd-destun. Os nad ydych eisiau hynny, dad-diciwch nhw o'r ddewislen Golwg > Bariau Offer."
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr "Yn creu prif ddogfen o'r ddogfen Writer cyfredol? Ffeil › Anfon › Creu Prif Ddogfen (is-ddogfen wedi'i chreu yn dibynnu ar yr amlinelliad)"
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr "Eisiau ganoli celloedd ar dudalen wedi'i hargraffu yn Calc? Fformat ›Tudalen ›Tab Tudalen › Gosodiadau Cynllun › Aliniad tabl."
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr "Mae modd cysylltu fframiau fel y gall y testun lifo o'r naill i'r llall fel gyda cyhoeddi bwrdd gwaith."
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Crëwch siart yn seiliedig ar dabl Writer trwy glicio yn y tabl a dewis Mewnosod > Siart."
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr "Dewiswch Offer > Dewisiadau > Writer %PRODUCTNAME > Cymhorthion Fformatio > dangos i bennu pa nodau di-argraff sy'n cael eu dangos."
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr "Eisiau neidio i dudalen benodol yn ôl ei rhif? Cliciwch y cofnod bar statws mwyaf i'r chwith neu ddefnyddio Golygu > Ewch i Dudalen ... neu bwyso %MOD1+G."
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr "Mae %PRODUCTNAME yn cefnogi dros 150 o ieithoedd."
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr "Dad-diciwch Sioe Sleidiau › Gosodiadau › Bob tro ar y brig os oes angen i raglen arall dangos ei ffenestr dros ben eich cyflwyniad."
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr "Eisiau canfod y geiriau mewn print trwm mewn dogfen Writer? Golygu ▸ Canfod ac Amnewid ▸ Dewisiadau eraill ▸ Priodoleddau ▸ Pwysau ffont."
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr "Gallwch ddidoli paragraffau neu resi tabl yn nhrefn yr wyddor neu rif fesul Offer > Didoli."
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr "Cliciwch ar ddechrau (diwedd) adran a phwyswch A%MOD2+Enter i fewnosod paragraff cyn (ar ôl) yr adran."
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr "Mae gan %PRODUCTNAME ganolfan dempledi i greu dogfennau sy'n edrych yn dda, cymrwch olwg arnyn nhw."
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr "Cyfrifwch ad-daliadau benthyciad gyda Calc: ee. Cyfradd llog PMT (2%/12;36;2500) fesul cyfnod talu 2%/12, 36 mis, swm y benthyciad 2500."
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr "Methu dod o hyd i'r hyn rydych ei eisiau gyda'r swyddogaeth VLOOKUP yn Calc? Gyda INDEX a MATCH gallwch wneud popeth!"
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr "Eisiau dangos colofn gudd A? Cliciwch cell yng ngholofn B, pwyswch botwm chwith y llygoden, symudwch y llygoden i'r chwith, ac yna'i ryddhau. Yna ei droi ymlaen trwy Fformat > Colofnau > Dangos."
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr "I newid rhif tudalen yn Writer, ewch i briodweddau'r paragraff cyntaf ac yn y tab Llif Testun gwiriwch Toriad > Mewnosod a rhoi'r rhif."
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr "Rhedwch %PRODUCTNAME o fewn unrhyw borwr trwy rollApp."
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr "Cod gwall rhyfedd yn Calc, Err: wedi'i ddilyn gan rif? Mae'r dudalen hon yn cynnig yr esboniad:"
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr "Cynhwyswch baragraff nad yw'n deitl yn y tabl cynnwys trwy newid 'Amlinelliad a Rhifo' yn y gosodiadau paragraff i lefel amlinellol."
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr "Ar wahân i dabl cynnwys gall %PRODUCTNAME greu mynegeion yn nhrefn yr wyddor, Darluniau, Tablau, Gwrthrychau, Llyfryddiaeth, Mynegeion wedi'u diffinio gan y Defnyddwyr."
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr "Methu addasu neu ddileu arddull gell cyfaddas? Gwiriwch bob dalen, dylai ddim fod wedi'u diogelu."
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr "Angen i chi lenwi rhes? Dewiswch yr ystod celloedd a'r Ddalen ▸ Llanw Celloedd ▸ Llanw Cyfres a dewis rhwng Llinol, Twf, Dyddiad ac AwtoLanw."
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr "Eisiau gwybod a yw cell yn cael ei chyfeirio ati mewn fformwlâu celloedd eraill? Offer > Ditectif > Dibynyddion Olrhain (Shift + F5)."
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr "Yn y maes mewnbwn amnewid dewisiadau awto-gywiro gallwch ddefnyddio'r cardiau gwyllt. *"
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr "Eisiau dyblygu'r llinell uchod? Pwyswch %MOD1+ D neu defnyddiwch Dalen > Llanw Celloedd > Llanw i Lawr."
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr "Eisiau chwilio drwy sawl dalen, dewiswch nhw cyn i chi ddechrau'r chwilio."
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr "Mae llusgo a gollwng celloedd o Calc i mewn i olwg arferol sleid yn creu tabl. O fmewn yr olwg amlinellol, mae pob cell yn creu llinell yn yr amlinelliad."
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr "Mae %PRODUCTNAME yn eich helpu i beidio â chreu ddau neu fwy o fylchau yn Writer. Offer › Dewisiadau AutoCywir › Dewisiadau > Anwybyddu bylchau dwbl."
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Eisiau i'r cyrchwr fynd i'r gell i'r dde, ar ôl nodi gwerth yn Calc? Defnyddiwch y fysell Tab yn lle Enter."
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr "I ddangos y bar sgrolio ar y chwith Offer ▸ Dewisiadau ▸ Gosodiadau Iaith ▸ Ieithoedd ▸ Cynllun testun cymhleth ac yna Dalen ▸ De i'r Chwith."
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr "Llusgwch wrthrych wedi'i fformatio i'r ffenestr Steiliau a Fformatio. Mae blwch deialog yn agor, nodwch enw'r arddull newydd."
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr "Mae fersiynau newydd o %PRODUCTNAME yn darparu nodweddion newydd, gwallau wedi'u trwsio a chywiriadau diogelwch. Cadwch eich meddalwedd wedi'i ddiweddaru!"
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr "Yn datblygu hidlwyr XSLT ac xml newydd?"
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr "Pwyswch Shift+F1 i weld unrhyw gynghorion estynedig mewn blychau deialog, pan fydd \"Cynghorion Estynedig \" wedi'u galluogi yn Offer ▸ Dewisiadau ▸ %PRODUCTNAME ▸ Cyffredinol."
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "Cymorth %PRODUCTNAME"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Rhagor o wybodaeth"
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Rhedeg y weithred hon nawr..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Awgrym y Dydd: %PRESENNOL/%CYFANSWM"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Cmd"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Opt"
diff --git a/source/cy/extensions/messages.po b/source/cy/extensions/messages.po
index 32c63ab5113..a31d9089585 100644
--- a/source/cy/extensions/messages.po
+++ b/source/cy/extensions/messages.po
@@ -4,16 +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: 2021-01-30 14:54+0100\n"
-"PO-Revision-Date: 2020-11-03 11:57+0000\n"
+"PO-Revision-Date: 2021-03-24 15:36+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
-"Language-Team: Welsh <https://weblate.documentfoundation.org/projects/libo_ui-master/extensionsmessages/cy/>\n"
+"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-7-1/extensionsmessages/cy/>\n"
"Language: cy\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==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1562676336.000000\n"
#. cBx8W
@@ -2348,10 +2348,10 @@ msgid ""
msgstr ""
"Mae %PRODUCTNAME %NEXTVERSION ar gael.\n"
"\n"
-"Y fersiwn cyfredol yw %PRODUCTNAME %PRODUCTVERSION.\n"
+"Eich fersiwn cyfredol yw %PRODUCTNAME %PRODUCTVERSION.\n"
"\n"
-"Sylw: Cyn llwytho diweddariad i lawr, gwnewch yn siŵr fod gennych hawliau mynediad digonol i'w osod.\n"
-"Efallai bydd angen cyfrinair, cyfrinair y gweinyddwr neu root."
+"Cyn llwytho diweddariad i lawr, byddwch yn siŵr fod gennych hawliau system digonol i'w osod.\n"
+"Mae'n bosib y bydd angen cyfrif neu gyfrinair gweinyddwr."
#. aPRNZ
#: extensions/inc/strings.hrc:297
diff --git a/source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 1af4b48c995..b68b0c97d55 100644
--- a/source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -4,16 +4,16 @@ 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: 2020-03-31 10:35+0200\n"
-"PO-Revision-Date: 2020-11-03 11:56+0000\n"
+"PO-Revision-Date: 2021-03-27 18:14+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
-"Language-Team: Welsh <https://weblate.documentfoundation.org/projects/libo_ui-master/instsetoo_nativeinc_openofficewindowsmsi_languages/cy/>\n"
+"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-7-1/instsetoo_nativeinc_openofficewindowsmsi_languages/cy/>\n"
"Language: cy\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==2) ? 1 : 0;\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: Weblate 4.1.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1563631225.000000\n"
#. tBfTE
@@ -3155,7 +3155,7 @@ msgctxt ""
"OOO_CONTROL_327\n"
"LngText.text"
msgid "{&DialogDefaultBold}Attention!"
-msgstr "{&DialogDefaultBold}Attention!"
+msgstr "{&DialogDefaultBold}Sylw!"
#. 5eE5R
#: Control.ulf
diff --git a/source/cy/sc/messages.po b/source/cy/sc/messages.po
index d9c6134dd12..9abfe68f059 100644
--- a/source/cy/sc/messages.po
+++ b/source/cy/sc/messages.po
@@ -4,16 +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: 2021-01-30 14:55+0100\n"
-"PO-Revision-Date: 2020-12-08 06:36+0000\n"
+"PO-Revision-Date: 2021-03-26 18:36+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
-"Language-Team: Welsh <https://weblate.documentfoundation.org/projects/libo_ui-master/scmessages/cy/>\n"
+"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-7-1/scmessages/cy/>\n"
"Language: cy\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==2) ? 1 : 0;\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.4.2\n"
"X-POOTLE-MTIME: 1565695958.000000\n"
#. kBovX
@@ -858,8 +858,12 @@ msgstr "Dewiswyd: $1, $2"
msgctxt "STR_SELCOUNT_ROWARG"
msgid "$1 row"
msgid_plural "$1 rows"
-msgstr[0] "$1 rhes"
-msgstr[1] "$1 res"
+msgstr[0] "$1 rhesi"
+msgstr[1] "$1 rhes"
+msgstr[2] "$1 res"
+msgstr[3] "$1 rhes"
+msgstr[4] "$1 rhes"
+msgstr[5] "$1 rhes"
#. o4pBL
#. To translators: STR_SELCOUNT_COLARG is $1 of STR_SELCOUNT. $1 of STR_SELCOUNT_ROWARG is number of columns
@@ -867,8 +871,12 @@ msgstr[1] "$1 res"
msgctxt "STR_SELCOUNT_COLARG"
msgid "$1 column"
msgid_plural "$1 columns"
-msgstr[0] "$1 colofn"
-msgstr[1] "$1 golofn"
+msgstr[0] "$1 colofnau"
+msgstr[1] "$1 colofn"
+msgstr[2] "$1 golofn"
+msgstr[3] "$1 colofn"
+msgstr[4] "$1 cholofn"
+msgstr[5] "$1 colofn"
#. 3dMsw
#: sc/inc/globstr.hrc:165
@@ -1866,8 +1874,12 @@ msgstr "Uchder"
msgctxt "STR_SCATTR_PAGE_SCALE_PAGES"
msgid "One page"
msgid_plural "%1 pages"
-msgstr[0] "Un tudalen"
+msgstr[0] "%1 tudalennau"
msgstr[1] "%1 tudalen"
+msgstr[2] "%1 dudalen"
+msgstr[3] "%1 tudalen"
+msgstr[4] "%1 tudalen"
+msgstr[5] "%1 tudalen"
#. CHEgx
#: sc/inc/globstr.hrc:338
@@ -16620,8 +16632,12 @@ msgstr "Mae'r ddelwedd wedi ei throi. Hoffech chi ei throi i'w gogwydd safonol?"
msgctxt "SCSTR_TOTAL"
msgid "One result found"
msgid_plural "%1 results found"
-msgstr[0] "Un canlyniad wedi ei ganfod"
-msgstr[1] "%1 canlyniad wedi'u canfod"
+msgstr[0] "Dim canlyniadau wedi'u canfod"
+msgstr[1] "Un canlyniad wedi ei ganfod"
+msgstr[2] "%1 ganlyniad wedi'u canfod"
+msgstr[3] "%1 chanlyniad wedi'u canfod"
+msgstr[4] "%1 chanlyniad wedi'u canfod"
+msgstr[5] "%1 canlyniad wedi'u canfod"
#. 7GkKi
#: sc/inc/strings.hrc:53
diff --git a/source/cy/sd/messages.po b/source/cy/sd/messages.po
index d66f50ef393..c78b6bb90f3 100644
--- a/source/cy/sd/messages.po
+++ b/source/cy/sd/messages.po
@@ -4,16 +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: 2021-01-30 14:55+0100\n"
-"PO-Revision-Date: 2020-11-04 20:47+0000\n"
+"PO-Revision-Date: 2021-03-26 18:36+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
-"Language-Team: Welsh <https://weblate.documentfoundation.org/projects/libo_ui-master/sdmessages/cy/>\n"
+"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-7-1/sdmessages/cy/>\n"
"Language: cy\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==2) ? 1 : 0;\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.4.2\n"
"X-POOTLE-MTIME: 1565695968.000000\n"
#. WDjkB
@@ -1120,8 +1120,12 @@ msgstr "Yn cyflwyno: %s"
msgctxt "STR_SLIDES"
msgid "%1 slide"
msgid_plural "%1 slides"
-msgstr[0] "%1 sleid"
+msgstr[0] "%1 sleidiau"
msgstr[1] "%1 sleid"
+msgstr[2] "%1 sleid"
+msgstr[3] "%1 sleid"
+msgstr[4] "%1 sleid"
+msgstr[5] "%1 sleid"
#. DhF9g
#. Strings for animation effects
diff --git a/source/cy/sw/messages.po b/source/cy/sw/messages.po
index 77928219180..dec459ceae0 100644
--- a/source/cy/sw/messages.po
+++ b/source/cy/sw/messages.po
@@ -4,14 +4,14 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-03-10 16:23+0100\n"
-"PO-Revision-Date: 2021-03-17 10:36+0000\n"
+"PO-Revision-Date: 2021-03-26 18:36+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-7-1/swmessages/cy/>\n"
"Language: cy\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==2) ? 1 : 0;\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: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1565695976.000000\n"
@@ -3719,8 +3719,12 @@ msgstr "Dewiswyd: $1, $2"
msgctxt "STR_WORDCOUNT_WORDARG"
msgid "$1 word"
msgid_plural "$1 words"
-msgstr[0] "$1 gair"
-msgstr[1] "$1 air"
+msgstr[0] "$1 geiriau"
+msgstr[1] "$1 gair"
+msgstr[2] "$1 gair"
+msgstr[3] "$1 gair"
+msgstr[4] "$1 gair"
+msgstr[5] "$1 gair"
#. kNQDp
#. To translators: STR_WORDCOUNT_CHARARG is $1 of STR_WORDCOUNT. $1 of STR_WORDCOUNT_CHARARG is number of characters
@@ -3728,8 +3732,12 @@ msgstr[1] "$1 air"
msgctxt "STR_WORDCOUNT_CHARARG"
msgid "$1 character"
msgid_plural "$1 characters"
-msgstr[0] "$1 nod"
+msgstr[0] "$1 nodau"
msgstr[1] "$1 nod"
+msgstr[2] "$1 nod"
+msgstr[3] "$1 nod"
+msgstr[4] "$1 nod"
+msgstr[5] "$1 nod"
#. UgpUM
#. To translators: $1 == will be replaced by STR_WORDCOUNT_WORDARG, and $2 by STR_WORDCOUNT_COLARG
@@ -3746,8 +3754,12 @@ msgstr "$1, $2"
msgctxt "STR_WORDCOUNT_WORDARG_NO_SELECTION"
msgid "$1 word"
msgid_plural "$1 words"
-msgstr[0] "$1 gair"
-msgstr[1] "$1 air"
+msgstr[0] "$1 geiriau"
+msgstr[1] "$1 gair"
+msgstr[2] "$1 gair"
+msgstr[3] "$1 gair"
+msgstr[4] "$1 gair"
+msgstr[5] "$1 gair"
#. KuZYC
#. To translators: STR_WORDCOUNT_CHARARG_NO_SELECTION is $1 of STR_WORDCOUNT_NO_SELECTION.
@@ -3756,8 +3768,12 @@ msgstr[1] "$1 air"
msgctxt "STR_WORDCOUNT_CHARARG_NO_SELECTION"
msgid "$1 character"
msgid_plural "$1 characters"
-msgstr[0] "$1 nod"
+msgstr[0] "$1 nodau"
msgstr[1] "$1 nod"
+msgstr[2] "$1 nod"
+msgstr[3] "$1 nod"
+msgstr[4] "$1 nod"
+msgstr[5] "$1 nod"
#. fj6gC
#: sw/inc/strings.hrc:306
@@ -4898,16 +4914,24 @@ msgstr "achlysur"
msgctxt "STR_UNDO_TABS"
msgid "One tab"
msgid_plural "$1 tabs"
-msgstr[0] "Un tab"
+msgstr[0] "$1 tabiau"
msgstr[1] "$1 tab"
+msgstr[2] "$1 dab"
+msgstr[3] "$1 thab"
+msgstr[4] "$1 thab"
+msgstr[5] "$1 thab"
#. eP6mC
#: sw/inc/strings.hrc:498
msgctxt "STR_UNDO_NLS"
msgid "One line break"
msgid_plural "$1 line breaks"
-msgstr[0] "Un toriad llinell"
+msgstr[0] "$1 toriadau llinell"
msgstr[1] "$1 toriad llinell"
+msgstr[2] "$1 doriad llinell"
+msgstr[3] "$1 thoriad llinell"
+msgstr[4] "$1 thoriad llinell"
+msgstr[5] "$1 toriad llinell"
#. yS3nP
#: sw/inc/strings.hrc:499
@@ -5217,6 +5241,10 @@ msgid "chapter"
msgid_plural "chapters"
msgstr[0] "pennod"
msgstr[1] "pennod"
+msgstr[2] "bennod"
+msgstr[3] "pennod"
+msgstr[4] "phennod"
+msgstr[5] "pennod"
#. 2JCL2
#: sw/inc/strings.hrc:551
diff --git a/source/da/cui/messages.po b/source/da/cui/messages.po
index 56a87732062..7eac1cfdc91 100644
--- a/source/da/cui/messages.po
+++ b/source/da/cui/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: 2021-03-10 16:22+0100\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
"PO-Revision-Date: 2021-03-05 18:21+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_ui-7-1/cuimessages/da/>\n"
@@ -2456,1071 +2456,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr "%PRODUCTNAME understøtter fire makro-sikkerhedsniveauer (fra lavt til meget højt) og pålidelige kilder."
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr "%PRODUCTNAME vil som organisation ansøge om Google Summer of Code (GSoC). Se:"
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr "Vidste du, at du kan tilknytte kommentarer til dele af teksten? Brug bare genvejen %MOD1+%MOD2+C."
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr "Brug for at flytte et eller flere afsnit? Ingen grund til at klippe og klistre: Brug tastaturgenvejen %MOD1+%MOD2+PilOp/PilNed"
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr "Udskift de grundliggende skrifttyper i den foruddefinerede skabelon eller aktuelt dokument gennem Funktioner ▸ Indstillinger ▸ %PRODUCTNAME Writer ▸ Grundliggende skrifttyper."
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr "Vil du finde ord på mere end 10 bogstaver? Rediger ▸ Søg og Erstat ▸ Søg ▸ [a-z]{10,} ▸ Andre indstillinger ▸ marker Regulære udtryk."
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr "Åbn en CSV-fil som et nyt ark i det aktuelle regneark gennem Ark ▸ Indsæt ark fra fil."
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr "Når du skriver med fed, kursiv eller understreget i Writer kan du fortsætte med standard-attributterne ved blot at bruge genvejen %MOD1+Skift+X (fjern direkte tegnformater)."
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr "Brug %MOD1+%MOD2+Skift+V til at indsætte indholdet af udklipsholderen som uformateret tekst."
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr "Tilpas fodnoternes udseende med Funktioner ▸ Fodnoter og slutnoter…"
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr "Med Præsentation ▸ Brugerdefineret Præsentation omordner og vælger du dias til en præsentation, der passer til dine seeres behov."
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr "Vil du ændre stavekontrollen for en del af teksten? Klik på Sprog-zonen på Statuslinjen eller bedre: brug en typografi."
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr "Writer kan indsætte en tom side mellem to ulige (lige) sider efter hinanden. Marker “Udskriv indsatte tomme sider automatisk” i udskriftdialogens %PRODUCTNAME Writer-faneblad."
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr "Vil du ikke udskrive alle kolonner? Skjul eller gruppér dem, du ikke har brug for."
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr "For at ændre et Automatisk diasshow åbner du det og efter det er startet, højreklikker du på det og vælger Rediger på kontekstmenuen."
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr "Brug for at placere nøjagtigt? %MOD2+Piletaster flytter objekter (figurer, billeder, formler) med en pixel."
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr "Indlejret hjælp findes ved at trykke på F1, hvis du har installeret den. Ellers tjekker du online på:"
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr "Højreklik på statuslinjen i %PRODUCTNAME Calc og vælg \"Markerings-tælling\" for få vist antallet af markerede celler."
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr "Ønskes der to eller flere spalter for en del af en %PRODUCTNAME Writer side? Vælg Indsæt ▸ Sektion..., angiv antal spalter i fanefladet Spalter og skriv tekst i sektionen."
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr "Brug Data ▸ statistik til prøvetagning, beskrivende statistik, variansanalyse, korrelation og meget mere i %PRODUCTNAME Calc."
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr "Du kan kopiere fra et ark til et andet uden udklipsholderen. Marker området, der skal kopieres, %MOD1+klik på mål-arkets faneblad og brug Ark ▸ Udfyld celler ▸ Ark."
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr "Du kan ændre udseendet på %PRODUCTNAME gennem Funktioner ▸ Indstillinger ▸ Vis ▸ Brugergrænseflade."
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr "I %PRODUCTNAME Impress bruger du Indsæt ▸ Medie ▸ Fotoalbum til at oprette en præsentation af en serie billeder med funktionen “Fotoalbum”."
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr "Du kan vise formler i stedet for resultater med vis ▸ Vis formler (eller Funktioner ▸ Indstillinger ▸ %PRODUCTNAME Calc ▸ Vis ▸ Vis ▸ Formler)."
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr "%PRODUCTNAME er udviklet af et generøst fællesskab bestående af hundredevis af bidragsydere over hele verden. Deltag med dine evner til kodning og meget mere."
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr "Venstrehåndet? Aktiver Funktioner ▸ Indstillinger ▸ Sprogindstillinger ▸ Sprog ▸ Asiatisk og tjek ▸ Funktioner ▸ Indstillinger ▸ %PRODUCTNAME Calc ▸ Vis ▸ Ruler ▸ Højrejusteret, som viser rullebjælken til venstre."
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr "Skal dine kapiteloverskrifter altid være øverst på en side? Rediger Overskrift 1 (afsnitstypografi) ▸ Tekstforløb ▸ Skift og aktiver Indsæt ▸ Side ▸ Før."
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr "Dato/klokkeslæt er blot et antal dage siden en valgt dag nul; i tallet repræsenterer heltalsdelen datoen og brøkdelen klokkeslættet (den forløbne del af dagen), hvor 0,5 repræsenterer middag."
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr "Skift+%MOD1+Del sletter fra markøren til slutningen af den aktuelle sætning."
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr "Brug kolonne- eller række-etiketter i formler. Hvis du for eksempel har to kolonner \"Tid\" og \"Km\", bruger du =Tid/Km for at få minutter pr. kilometer."
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr "Generet af de “marcherende myrer” omkring cellerne i Calc? Tryk på Esc for at stoppe dem; det kopierede indhold er fortsat tilgængeligt til indsættelse."
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr "Vil du være %PRODUCTNAME-ambassadør? Der findes certificeringer af udviklere, administratorer og undervisere."
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr "Bland stående og liggende papirretning i et Calc-regneark ved at bruge forskellige sidetypografier på arkene."
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr "Klik på ikonet \"Indsæt specialtegn\" i værktøjslinjen \"Standard\" for at få hurtig adgang til dine nyligt brugte og favoritspecialtegn."
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr "Vælg “Hierarkisk” på sidepanelet Typografier for at se sammenhængen mellem typografier."
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr "Du kan bruge typografier til at gøre tabellerne i dit dokument konsistente. Vælg en af de foruddefinere via Typgrafier (F11) eller gennem Tabel ▸ Autoformater."
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr "Konfigurer brugen af %MOD1-tasten til at åbne hyperlinks? Funktioner ▸ Indstillinger ▸%PRODUCTNAME ▸ Sikkerhed ▸ Sikkerhedsindstillinger ▸ “%MOD1+klik kræves for at følge hyperlinks”."
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr "Du ville gerne se beregninge af de enkelte elementer i en formel og markerer de respektive elementer og trykker på F9."
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr "Du kan beskytte celler med formater ▸ Celler ▸ Cellebeskyttelse. For at forhindre indsættelse, sletning, omdøbning. flytning/sletning af ark bruger du Funktioner ▸ Beskyt ark."
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr "Skrive langs med en kurve? Træk linjen, dobbeltklik, indtast tekseten og Formater ▸ Tekstboks og figur ▸ FontWork."
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr "Vil du kun have vist de højeste værdier i et regneark. Vælg menuen Data ▸ Autofilter, klik på rullemenuens pil og vælg “Top 10”."
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr "For at fjerne sidetallet fra din indholdsfortegnelse går du til Indsæt ▸ Indholdsfortegnelse (eller højreklikker og Redigerer den tidligere indsatte fortegnelse). På fanebladet Elementer sletter du sidetallet (#) på Strukturlinjen."
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr "Med Navigator kan du markere og flytte overskrifter og teksten under overskriften i både Navigator og dokumentet."
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr "Få hurtigt et Math-objekt i Writer ved at indtaste din formel, markere den og bruge Indsæt ▸ Objekt ▸ Formel for at konvertere teksten."
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr "I %PRODUCTNAME er det meget let at installere den ny ordbog: de leveres som udvidelser."
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr "%PRODUCTNAME har en bærbar version, som giver dig bevægelighed. Selv uden administrator-rettigheder på din computer kan du også installere %PRODUCTNAME Bærbar på din harddisk."
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr "Writer lader nummerere dine fodnoter efter side, kapitel eller dokument: Funktioner ▸ Fodnoter og slutnoter ▸ fanebladet Fodnoter ▸ Optælling."
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr "Dit Writer-dokument genåbnes ikke igen med tekstmarkøren på den samme redigeringsposition, som den var på, da du gemte det? Tilføj for- eller efternavn i Funktioner ▸ Indstillinger ▸ % PRODUCTNAME ▸ Brugerdata ▸ Fornavn/efternavn."
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr "Håndtering af citater? Brug en tredjepartsudvidelse."
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr "Vil du indsætte en værdi på det samme sted på flere ark? Marker arkene: hold %MOD1-tasten nede og klik på deres faneblade, før du indtaster værdien."
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr "Vil du at skjule noget tekst i et dokument? Markér teksten, vælg Indsæt ▸ Sektion og aktiver \"Skjul\"."
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr "Du kan tilpasse den midterste museknap gennem Funktioner ▸ Indstillinger ▸ %PRODUCTNAME ▸ Vis ▸ Midterste musekanp."
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr "Vil du udskrive to stående sider på en liggende (og reducere A¤ til A%)? Filer ▸ Udskriv… ▸ fanebladet Sidelayout og vælg 2 ved “Sider pr. ark”."
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr "For hurtig adgang til dit dokuments bogmærker højreklikker du på sidetallet i statuslinjen (nederste venstre hjørne af dokumentvinduet)."
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr "Vælg et objekt i dokumentets baggrund ved hjælp af Markeringsværktøjet på værkstøjslinjen Tegning til at omringe det objekt, der skal markeres."
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr "Definer tekster, som du tit bruger, som Autotekst. Du kan derefter indsætte dem ved hjælp af navn, tastaturgenvej eller værktøjslinje i et hvilket som helst Writer-dokument."
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr "Spil musik under en hel præsentation ved at knytte lydfilen til den første diasovergang uden at klikke på knappen “Anvend overgang på alle dias”."
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr "%PRODUCTNAME Calc beregner ikke fra venstre til højre, men respekterer rækkefølgen: Parenteser – Eksponenter – Multiplikation – Division – Addition – Subtraktion."
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr "Få %PRODUCTNAME-dokumentation og gratis bruger-guidebøger på:"
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr "Vil du fjerne alle <> på én gang og beholde teksten indeni? Rediger ▸ Søg og Erstat: Søg = [<>], Erstat = tom og marker \"Regulære udtryk under Andre indstillinger."
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr "Brug for at præsentere en rapport skrevet med Writer? Filer ▸ Send ▸ Disposition til præsentation opretter automatisk en præsentationud fra dispositionen."
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr "Vil du håndtere præsentationen af hyperlinks i et regneark? Indsæt dem med HYPERLINK-funktionen."
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr "Deaktiver Funktioner ▸ Indstillinger ▸ %PRODUCTNAME Calc ▸ Vis ▸ Zoom: “Synkroniser ark”, så at hvert ark i Calc har sin egen zoomfaktor"
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr "Du kan give hvert faneblad sin egen farve: højreklik på fanebladet eller brug Ark ▸ Arkfanefarve."
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr "Spor celler, der bruges i formler, overordnede (Skift+F9) eller underordnede (Skift+F5) (eller brug Funktioner ▸ Detektiv). For hvert tryk går du et trin videre i kæden."
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr "Indsæt og nummerer dine formler i et trin: indtast fn og tryk på F3. Der indsættes en Autotekst med formlen og nummer i en tabel."
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr "Du kan oprette en billedfortegnelse ud fra objektnavne ikke bare ud fra billedteksterne."
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr "Brug din Android eller iPhone til fjernkontol af din Impress-præsentation."
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr "Vil du vide hvor mange dage, der er i denne måned? Brug funktionen DAGEIMÅNED(IDAG())."
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr "Bliver dine tal vist som ### i dit regneark? Kolonnen er for smal til at vise alle cifre."
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr "Aktiver massive parallelle beregninger af formelceller gennem Funktioner ▸ Indstillinger ▸ OpenCL."
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr "Brug Forbindelsesværktøjet på værktøjslinjen Tegning i Draw/Impress for at oprette pæne rutediagrammer og kopier/indsæt evt. objektet i Writer."
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr "Din donation støtter vores verdensomspændende fællesskab."
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr "Vil du lægge x måneder til en dato? Så brug =EDATO(dato; måneder)"
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr "Marker et sammenhængende område af celler med data og afgrænset af tomme rækker og kolonner ved at bruge %MOD1+* (numerisk tastatur)."
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr "Er dine accepterede datomønstre uhensigtsmæssige? Brug Funktioner ▸ Indstillinger ▸ Sprogindstillinger ▸ Sprog ▸ Accepterede datomønstre for at trimme mønstret."
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr "Vil du eksportere formler til CSV? Filer ▸ gem som ▸ Type: Tekst-CSV, aktiver “Rediger filterindstillinger” og marker “Gem celleformler” i den næste dialog."
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr "Præsentationskonsollen er en storartet funktion, når du arbejder med %PRODUCTNAME Impress. har du prøvet den?"
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr "Slet flere kommentarer ved at markere celler kommentarer og bruge Ark ▸ Cellekommentarer ▸ Slet kommentar."
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr "Konverter let dine dokumenter til PDF med et enkelt klik ved at klikke på PDF-ikonet på værktøjslinjen."
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr "Vil du vælge et stort celleområde i Calc uden at skulle rulle? Skriv områdereferencen (fx A1:A1000) i navnefeltet og tryk på Enter."
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr "Vil du se de gyldige kommandolinjeparametre? Start soffice med --help eller -h eller -?"
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr "Tilpas dit ark eller udskriftområder til en side med Formater ▸ Side ▸ fanebladet Ark ▸ Skaleringstilstand."
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr "Brug for et unummereret element på en liste? Brug \"Indsæt unummereret element” på værktøjslisten Nummerering."
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr "Du kan rotere cellers tabelorientering med Tabel ▸ Egenskaber… ▸ Tekstforløb ▸ Tekstorientering."
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr "For at ændre linealernes 0/0-pynkt i %PRODUCTNAME Draw trækker du skæringspunktet mellem de to linealer fra det øverste, venstre hjørne ind i arbejdsområdet."
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr "Flyt en kolonne i Calc ind mellem to andre i et trin? Klik på kolonneoverskriften og så på en celle i kolonnen, hold på museknappen og flyt kolonnen til målet med %MOD2-tasten."
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr "Opmærk automatisk elementer til et alfabetisk stikordsregister med en konkordans-fil."
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr "Brug Formater ▸ Juster (eller kontekstmenuen) til præcis placering af objekter i Draw/Impress: den centrerer på siden, hvis der er valgt et objekt henholdsvis en gruppe."
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr "Brug ikke tabulatorer til at skabe rum i et Writer-dokument. Afhængigt af, hvad du vil, kan en tabel uden kanter være et bedre valg."
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr "Ingen grund til at rulle igennem listen i Funktioner ▸ Tilpas ▸ Tastatur for at finde en genvej: skriv den bare."
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr "%PRODUCTNAME kan automatisk indsætte en nummereret billedtekst, når du indsætter objekter. Se Funktioner ▸ Indstillinger ▸ %PRODUCTNAME Writer ▸ Autobilledtekst."
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr "Med %PRODUCTNAME kan du bruge din Google Mail-konto til brevfletning. Udfyld Funktioner ▸ Indstillinger ▸ %PRODUCTNAME Writer ▸ Brevflet e-mail."
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr "Hold kolonneoverskrifter på et ark synlige, mens linjerne rulles med Vis ▸ Frys celler ▸ Frys første række."
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr "Vil du begynde at arbejde med Basic-makroer? Kig på eksemplerne under Funktioner ▸ Makroer ▸Rediger Makroer."
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr "Tilknyt Overskrift-afsnitstypografier med genvejstaster: %MOD1+1 tilknytter Overskrift 1, %MOD1+2 tilknytter Overskrift 2, osv."
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr "Far ikke vild i store dokumenter. Brug Navigator (F5) til at finde vej gennem indholdet."
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr "Rediger ▸ Søg og erstat lader dig indsætte specialtgn direkte: højreklik på inputfelterne eller tryk på Skift+%MOD1+S."
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr "Brug for tilpasset indhold i metadata-egenskaber? Filer ▸ Egenskaber ▸ fanebladet Brugertilpassede egenskaber lader dig oprette det, du vil."
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr "Vil du se, men ikke udskrive, et objekt i Draw? Træk det til et lag, hvor flaget \"Kan udskrives\" ikke er sat (højreklik på fanebladet og \"Modificer lag\"."
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr "Indsæt den aktuelle dato i dit dokument ved at bruge Indsæt ▸ Felt ▸ Dato."
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr "Har du mange billeder i dit Writer-dokument? Sæt fart i visningen ved at deaktivere Vis ▸ Billeder og diagrammer."
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr "Brug Ark ▸ Udfyld celler ▸ Tilfældigt tal til at generere en tilfældig serie basseret på forskellige fordelinger."
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr "Omdøb dine dias i Impress for at hjælpe dig selv med at definere \"Gå til side\"-handlinger og få en oversigt, der er mere klar end Dias 1, Dias 2, ..."
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr "Dialogenen Kapitelnummerering lader dig indsætte tekst, der skal vises foran kapitelnummeret. Skriv fx. “Kapitel” for at få vist “Kapitel 1”"
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Transponer en Writer-tabel? Kopier og sæt ind i Calc, transponer med Kopier/Indsæt speciel og derefter Kopier/Indsæt speciel ▸ Formateret tekst i Writer."
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr "Få værktøjet “Lodret Tekst” i værkstøjslinjen Tegning ved at aktivere Funktioner ▸ Indstillinger▸ Sprogindstillinger ▸ Sprog ▸ Standardsprog ▸ Asiatisk (og gør knappen synlig med et højreklik)."
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr "For hurtigt at zoome ind på områdemarkeringen højreklikker du på Zoom-delen af Statuslinjen og vælger Optimal visning."
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr "Du kan signere eksisterende PDF-filer og også verificere disse signaturer."
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr "Opretter du ofte et dokument fra et andet? Overvej at bruge en skabelon."
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr "Brug Formater ▸ Betinget formatering ▸ Håndter i Calc til at finde ud af, hvilke celler der er defineret med Betinget formatering."
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr "Funktioner ▸ Detektiv ▸ Marker ugyldige data fremhvæver alle celler på arket, som indeholder værdier uden for valideringsreglerne."
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr "Brug Indlejring af skrifttyper under Filer ▸ Egenskaber ▸ fanebladet Skrifttype til at opnå større interoperabilitet med andre kontorpakker."
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr "Konverter en formel til en talværdi behøver du ikke at Kopiere/Indsætte; brug Data ▸ Beregn ▸ Formel til værdi."
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr "Du kan omformatere alle kommentarer i et dokument ved at klikke på pilen nedad i en kommentar og vælge “Formater alle kommentarer”."
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr "Vi du have den samme layout i skærmvisning og udskrift? Marker Funktioner ▸ Indstillinger ▸ %PRODUCTNAME Calc ▸ Generelt ▸ Benyt printerens måleenheder ved teksformatering."
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr "Writer hjælper dig med at lave backups: med Filer ▸ Gem en kopi… opretter du et nyt dokument, mens du bliver ved med at arbejde på originalen."
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr "Når du har oprettet en Typografi, der er baseret på en anden, kan du indstast en procentværdi eller en punktværdi (fx. 110%, -2 pkt. eller +5 pkt.)."
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr "Kopier en kommentar uden at miste indholdet i målcellen ved at bruge Indsæt speciel og deaktivere alt i dialogen undtagen “Kommentarer”. Brug operationen “Tilføj” for ikke at overskrive det eksisterende indhold."
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
msgstr "Konverter dine MS Office-dokumenter i bundter til OpenDocument-format med guiden Dokumentkonvertering i menuen Filer ▸ Guider ▸ Dokumentkonvertering."
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr "Når du redigerer en celle på dens placering, kan du højreklikke på den og Indsæt(te) felter: Daro, Arknavn, Dokumenttitel osv."
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr "Brug for at flytte en Writer-tabel? Tabel ▸ Marker ▸ Tabel og så Indsæt ▸ Ramme ▸ Ramme og flyt derhen, hvor du vil."
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr "Med Funktioner ▸ Autotekst ▸ Autotekst ▸ Importer kan du vælge et Word-dokument eller en skabelon, er indeholder de Autotekst-elementer. du vil importere."
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr "Indsæt ikke manuelle linjeskift mellem to afsnit. Det er bedre at ændre typografi-/afsnit-egenskaberne på fanebladet Indrykning og afstand ▸ Under afsnit."
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr "Behold nullerne foran et tal ved at bruge celleformat-indstillingen “Foranstillede nuller” eller formater cellen som tekst, før du indtaster tallet."
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr "Vil du tilbage til standarden efter at have anvendt en listetypografi? Klik på Punktopstilling til/fra på værktøjslinjen Formatering."
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr "Slet alle dine udskriftsområder i et trin: marker alle ark og vælg så Formater ▸ Udskriftsområder ▸ Slet."
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr "Sæt baggrundsbilleder på regneark ved hjælp af Indsæt ▸ Billede eller træk en baggrund fra Galleriet og så Formater ▸ Arranger ▸ I baggrunden."
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr "Har du svært ved at indsætte tekst fra PDF-filer eller netsider i dokumenter? Prøv at indsætte som uformateret tekstt (%MOD1+%MOD2+Shift+V)."
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr "I Calc kan du bruge TRIMMIDDELVÆRDI() til at returnere middelværdien af et datasæt uden de(n) højeste og laveste værdi(er)."
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr "Den fjerde vilkårlige parameter i Calc-funktionen LOPSLAG viser, om den første data-kolonne er blevet sorteret. Hvis ikke, indtast FALSK eller 0(nul)."
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr "Værktøjslister afhænger af sammenhængen – de åbnes afhængigt af sammenhængen. Hvis du ikke ønsker det, deaktiver dem i Vis ▸ Værktøjslinjer."
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr "Opret et Hoveddokument ud fra det aktuelle Writer-dokument? Filer ▸ Send ▸ Opret Hoveddokument (underdokumenter oprettes afhængigt af disposition)."
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr "Vil du centrere celler på en udskrift fra Calc? Formater ▸ Side, fanebladet Side ▸ Layoutindstillinger ▸ Tabeljustering."
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr "Rammer kan sammenkædes, så teksten kan flyde fra den ene til den anden ligesom i dtp-programmer."
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Opret et diagram baseret på en Writer-tabel ved at klikke på tabellen og vælge Indsæt ▸ Diagram."
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr "Marker indstillinger i Funktioner ▸ Indstillinger ▸ %PRODUCTNAME Writer ▸ Formateringshjælp ▸ Vis formatering for at specificere, hvilke ikke-skrivbare tegn, der skal vises."
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr "Vil du hoppe til en bestemt side med dens sidetal? Klik på det yderste venstre element på statuslinje eller brug Rediger ▸ Gå til side… eller tryk på %MOD1+G."
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr "%PRODUCTNAME understøtter over 150 sprog."
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr "Deaktiver Præsentation ▸ Indstillinger ▸ Præsentation altid øverst, hvis du har for, at et andet program vises foran din præsentation."
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr "Vil du finde ord med fed skrift i et Writer-dokument? Rediger ▸ Søg og erstat ▸ Andre indstillinger ▸ Attributter ▸ Skrifttypevægt."
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr "Du kan sortere afsnit eller tabelrækker alfabetisk eller nummerering gennem Funktioner ▸ Sorter."
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr "Indsæt et afsnit før (efter) en sektion ved at trykke på %MOD2+Enter i begyndelsen (slutningen) af sektionen."
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr "%PRODUCTNAME har et skabeloncenter til at oprette dokumenter, der ser godt ud – prøv det."
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr "Beregn tilbagebetalingsrater med Calc: for eksempel R.YDELSE(2%/12;36;2500) rentesats pr. afdragspriode 2%/12, 36 måneder, lånebeløb 2500."
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr "Kan du ikke finde det, du vil, med funktionen LOPSLAG i Calc? Med INDEKS og SAMMENLIGN kan du gøre alt!"
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr "Vil du vise en skjult kolonne? Klik på en celle i kolonne B, tryk på den venstre museknap, flyt musen til venstre og slip. Derefter aktiverer du den med Formater ▸ Kolonner ▸ Vis."
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr "For at ændre sidetallet på en side i Writer går du til det første afsnits egenskaber og på fanebladet Tekstforløb markerer du Skift ▸ Indsæt og indtaster sidetallet."
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr "Kør %PRODUCTNAME i enhver browser ved hjælp af RollApp."
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr "Mærkelige fejlkoder i Calc: Err: fulgt af et tal? Denne side giver forklaringen:"
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr "Medtag et afsnit, som ikke er en overskrift, i indholdsfortegnelsen ved at ændre Disposition og nummerering i afsnitsindstillingerne til et dispositionsniveau."
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr "Udover indholdsfotegnelse kan %PRODUCTNAME oprette stikordsregister, billed-, tabel- og objekt-fortegnelser, Litteraturliste og brugerdefinerede indekser."
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr "Kan du ikke ændre eller slette en tilpasset celletypografi? Tjek alle ark, ingen af dem skulle være beskyttet."
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr "Har du brug for at udfylde en serie? Marker celleområdet og vælg Ark ▸ Udfyld celler ▸ Fyld serie og vælg mellem Lineær, Vækst, Dato og Autofyld."
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr "Vil du vide, om der er henvist til en celle i andre cellers formler ? Funktioner ▸ Detektiv ▸ Spor underordnede (skift+F5)."
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr "I indtastningsfeltet Erstat i Autokorrekturs indstillinger kan du bruge jokere *"
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr "Vil du duplikere linjen ovenfor? Tryk på %MOD1+D eller brug Ark ▸ Udfyld celler ▸ Nedad."
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr "Søg i flere regneark ved at markere dem, før du starter søgningen."
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr "Træk-og-slip celler fra Calc til et dias' Normal-visning opretter en tabel, trukket ind i Dispositions-visningen opretter hver celle en linje i dispositionen,"
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr "%PRODUCTNAME hjælper dig med ikke at indtaste to eller flere mellemrum i Writer. Aktiver Funktioner▸ Autokorrekturindstillinger ▸ fanebladet Indstillinger ▸ Ignorer dobbelte mellemrum."
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Vil du have markøren til at gå ind i den næste celle til højre, når du har indtastet en værdi i Calc? Brug Tabulatortasten i stedet for Enter."
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr "Få vist rullebjælken til venstre ved at aktivere Funktioner ▸ Indstillinger ▸ Sprogindstillinger ▸ Sprog ▸ ▸"
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr "Træk et formateret objekt ind i vinduet Typografier og formatering. Der åbnes et dialogfelt og du indtaster bare navnet på den nye typografi."
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr "Nye versioner af %PRODUCTNAME giver nye funktioner, fejlretninger, og større sikkerhed. Hold din software opdateret!"
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr "Udvikler du nye XSLT- og XML-filtre?"
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr "Tryk på Skift+F1 for at se et tilgængeligt, udvidet værktøjstip i dialogfelter, når \"Udvidede tips\" ikke er aktiveret under Funktioner ▸ Indstillinger ▸ %PRODUCTNAME ▸ Generelt."
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "%PRODUCTNAME Hjælp"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Flere oplysninger"
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Udfør denne handling nu..."
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Dagens tip: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘  Kommando"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Ctrl"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥  Alt"
diff --git a/source/da/helpcontent2/source/text/scalc/01.po b/source/da/helpcontent2/source/text/scalc/01.po
index 3fcd7db2563..a8e6b2c67ce 100644
--- a/source/da/helpcontent2/source/text/scalc/01.po
+++ b/source/da/helpcontent2/source/text/scalc/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-11-20 15:33+0100\n"
-"PO-Revision-Date: 2021-03-15 09:37+0000\n"
+"PO-Revision-Date: 2021-03-26 10:36+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-7-1/textscalc01/da/>\n"
"Language: da\n"
@@ -53206,7 +53206,7 @@ msgctxt ""
"hd_id1000013\n"
"help.text"
msgid "This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.3."
-msgstr ""
+msgstr "Denne funktion er en del af Open Document Formatet til Office Applications (OpenDocument) standard Version 1.3."
#. SGHPh
#: calculate.xhp
@@ -53242,7 +53242,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Cell Styles"
-msgstr ""
+msgstr "Celletypografier"
#. 8o4Ez
#: cell_styles.xhp
@@ -53251,7 +53251,7 @@ msgctxt ""
"hd_id811593560413206\n"
"help.text"
msgid "<link href=\"text/scalc/01/cell_styles.xhp\" name=\"Cell Style\">Cell Styles</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/cell_styles.xhp\" name=\"Cell Style\">Celletypografier</link>"
#. AZNrM
#: common_func.xhp
@@ -54610,7 +54610,7 @@ msgctxt ""
"par_id1001601332672155\n"
"help.text"
msgid "This function is always recalculated whenever a recalculation occurs."
-msgstr ""
+msgstr "Denne funktion genberegnes altid, når som helst der sker en genberegning."
#. 8DbP2
#: func_aggregate.xhp
@@ -56482,7 +56482,7 @@ msgctxt ""
"par_id831605805755075\n"
"help.text"
msgid "For these examples to work as described, make sure that <emph>Enable regular expressions in formulas</emph> is selected in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - $[officename] Calc - Calculate</menuitem>."
-msgstr ""
+msgstr "For at disse eksempler kan fungere som beskrevet sikrer du dig, <emph>Aktiver regulære udtryk i formler</emph> er markeret i <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME ▸ Indstillinger</menuitem></caseinline><defaultinline><menuitem>Funktioner ▸ Options</menuitem></defaultinline></switchinline><menuitem> ▸ $[officename] Calc ▸ Beregn</menuitem>."
#. iHFsx
#: func_countifs.xhp
@@ -64458,7 +64458,7 @@ msgctxt ""
"par_id3154502\n"
"help.text"
msgid "0 or missing"
-msgstr ""
+msgstr "0 eller mangler"
#. CkPny
#: func_yearfrac.xhp
diff --git a/source/da/helpcontent2/source/text/shared/00.po b/source/da/helpcontent2/source/text/shared/00.po
index 0fce6d0e568..876d0e8877e 100644
--- a/source/da/helpcontent2/source/text/shared/00.po
+++ b/source/da/helpcontent2/source/text/shared/00.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-11-22 12:51+0100\n"
-"PO-Revision-Date: 2021-01-29 20:36+0000\n"
-"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
+"PO-Revision-Date: 2021-03-26 10:36+0000\n"
+"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-7-1/textshared00/da/>\n"
"Language: da\n"
"MIME-Version: 1.0\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.4\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1563711617.000000\n"
#. 3B8ZN
@@ -8464,7 +8464,7 @@ msgctxt ""
"par_idN108E9\n"
"help.text"
msgid "<variable id=\"menuenew\">Choose <menuitem>Tools - Customize - Menus</menuitem> tab, click the gear <image id=\"img_id3148386\" src=\"cmd/lc_config.svg\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148386\">Icon gear menu</alt></image> dropdown menu and choose <menuitem>Add</menuitem>.</variable>"
-msgstr "<variable id=\"menuenew\">Vælg <menuitem>Funktioner - Tilpas (fanebladet) Menuer</menuitem>, klikker du på værktøjs <image id=\"img_id3148386\" src=\"cmd/lc_config.svg\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148386\">ikonet Værktøjsmenu</alt></image> rullemenu og vælger <menuitem>Tilføj</menuitem>.</variable>"
+msgstr "<variable id=\"menuenew\">Vælg <menuitem>Funktioner ▸ Tilpas ▸ (fanebladet) Menuer</menuitem>, klikker du på værktøjs <image id=\"img_id3148386\" src=\"cmd/lc_config.svg\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148386\">ikonet Værktøjsmenu</alt></image> rullemenu og vælger <menuitem>Tilføj</menuitem>.</variable>"
#. H7agM
#: 00000406.xhp
diff --git a/source/da/helpcontent2/source/text/shared/01.po b/source/da/helpcontent2/source/text/shared/01.po
index 8914de05be9..9f4cd745560 100644
--- a/source/da/helpcontent2/source/text/shared/01.po
+++ b/source/da/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: 2020-12-14 15:33+0100\n"
+"POT-Creation-Date: 2021-04-06 15:30+0200\n"
"PO-Revision-Date: 2021-03-04 16:36+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-7-1/textshared01/da/>\n"
@@ -15379,33 +15379,6 @@ msgctxt ""
msgid "<emph>Small capitals</emph> - <variable id=\"smallcapitals\">Changes the selected lowercase characters to uppercase characters, and then reduces their size.</variable>"
msgstr "<emph>Kapitæler</emph> - <variable id=\"smallcapitals\">Ændrer de valgte små bogstaver til STORE bogstaver og formindsker så deres størrelse.</variable>"
-#. kGuxJ
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"bm_id410168\n"
-"help.text"
-msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>"
-msgstr "<bookmark_value>blinkende tekst</bookmark_value> <bookmark_value>blinkende skrifttyper</bookmark_value>"
-
-#. Suvvn
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"hd_id3152941\n"
-"help.text"
-msgid "Blinking"
-msgstr "Blinkende"
-
-#. 2FiCB
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"par_id3145662\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Får de valgte tegn til at blinke. Du kan ikke ændre blinkets frekvens.</ahelp>"
-
#. B3MEb
#: 05020200.xhp
msgctxt ""
diff --git a/source/da/helpcontent2/source/text/shared/explorer/database.po b/source/da/helpcontent2/source/text/shared/explorer/database.po
index 1ae30167b86..fc525d8a0cc 100644
--- a/source/da/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/da/helpcontent2/source/text/shared/explorer/database.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-10-27 14:18+0100\n"
-"PO-Revision-Date: 2021-03-15 09:36+0000\n"
+"PO-Revision-Date: 2021-03-26 10:36+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-7-1/textsharedexplorerdatabase/da/>\n"
"Language: da\n"
@@ -2903,7 +2903,7 @@ msgctxt ""
"par_id3154860\n"
"help.text"
msgid "To run an SQL query for filtering data in the database, use the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design View</link>."
-msgstr "For at køre en SQL-forespørgsel og filtrere data i databasen bruger du <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">visningen Forespørgselsdessign</link>."
+msgstr "For at køre en SQL-forespørgsel og filtrere data i databasen bruger du <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">visningen Forespørgselsdesign</link>."
#. Ck9G4
#: 11080000.xhp
@@ -7097,7 +7097,7 @@ msgctxt ""
"par_idN105F8\n"
"help.text"
msgid "Email Document"
-msgstr ""
+msgstr "E-maildokument"
#. Qxg2W
#: menufile.xhp
@@ -7106,7 +7106,7 @@ msgctxt ""
"par_idN105FC\n"
"help.text"
msgid "Opens the default email application to send a new email. The current database file is appended as an attachment. You can enter the subject, the recipients and a mail body."
-msgstr ""
+msgstr "Åbner standard-e-mailprogrammet for at sende en ny e-mail. Den aktuelle databasefil tilføjes som vedhæftning. Du kan indtaste emnet, modtager og en mailtekst."
#. 9WihT
#: menufile.xhp
@@ -7115,7 +7115,7 @@ msgctxt ""
"par_idN105FF\n"
"help.text"
msgid "Report as Email"
-msgstr ""
+msgstr "Rapport som e-mail"
#. XWAoV
#: menufile.xhp
@@ -7124,7 +7124,7 @@ msgctxt ""
"par_idN10603\n"
"help.text"
msgid "<ahelp hid=\".\">Opens the default email application to send a new email. The selected report is appended as an attachment. You can enter the subject, the recipients and a mail body. A dynamic report is exported as a copy of the database contents at the time of export.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Åbner standard-e-mailprogrammet for at sende en ny e-mail. Den aktuelle rapport tilføjes som vedhæftning. Du kan indtaste emnet, modtager og en mailtekst. En dynamisk rapport eksporteres som en kopi af databasens indhold på eksporttidspunktet.</ahelp>"
#. 9cSVg
#: menufile.xhp
diff --git a/source/da/helpcontent2/source/text/shared/guide.po b/source/da/helpcontent2/source/text/shared/guide.po
index d18453071d3..c2d5fc03276 100644
--- a/source/da/helpcontent2/source/text/shared/guide.po
+++ b/source/da/helpcontent2/source/text/shared/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-14 14:56+0100\n"
-"PO-Revision-Date: 2021-02-14 22:09+0000\n"
+"PO-Revision-Date: 2021-03-27 13:36+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-7-1/textsharedguide/da/>\n"
"Language: da\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.4\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1562822777.000000\n"
#. iharT
@@ -923,7 +923,7 @@ msgctxt ""
"hd_id3149346\n"
"help.text"
msgid "<variable id=\"background\"><link href=\"text/shared/guide/background.xhp\" name=\"Defining Graphics or Colors in the Background of Pages (Watermark)\">Defining Graphics or Colors in the Background of Pages (Watermark)</link></variable>"
-msgstr ""
+msgstr "<variable id=\"background\"><link href=\"text/shared/guide/background.xhp\" name=\"Defining Graphics or Colors in the Background of Pages (Watermark)\">Definition af grafik eller farver i sidernes baggrund (Vandmærke)</link></variable>"
#. Fa7Pn
#: background.xhp
@@ -941,7 +941,7 @@ msgctxt ""
"par_id3149581\n"
"help.text"
msgid "On the <emph>Area</emph> tab page, select a background color or a background graphic."
-msgstr ""
+msgstr "PÅ fanebladet <emph>Flade</emph> vælger du en baggrundsfarve eller en baggrundsgrafik."
#. WCBmU
#: background.xhp
@@ -1328,7 +1328,7 @@ msgctxt ""
"par_idN106E0\n"
"help.text"
msgid "To insert a line break in a spreadsheet cell, press the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>Enter</keycode> keys."
-msgstr ""
+msgstr "For at indsætte et linjeskift i en regnearkscelle trykker du på tasterne <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Kommando</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>Enter</keycode>."
#. y6vE4
#: breaking_lines.xhp
@@ -1346,7 +1346,7 @@ msgctxt ""
"par_id0509200914160968\n"
"help.text"
msgid "You can search for a newline character in the Find & Replace dialog by searching for <literal>\\n</literal> as a regular expression. You can use the text function CHAR(10) to insert a newline character into a text formula."
-msgstr ""
+msgstr "Dum kan søge efter tegnet Ny linje i dialogen Søg og erstat ved at søge efter <literal>\\n</literal> som et regulært udtryk. Du kan bruge tekstfunktionen CHAR(10) til at indsætte tegnet Ny linje i en tekstformel."
#. BsAfw
#: breaking_lines.xhp
@@ -1373,7 +1373,7 @@ msgctxt ""
"par_idN106F1\n"
"help.text"
msgid "Choose <menuitem>Format - Cells - Alignment</menuitem>."
-msgstr ""
+msgstr "Vælg <menuitem>Formater ▸ Celler ▸ Justering</menuitem>."
#. jjEEf
#: breaking_lines.xhp
@@ -1400,7 +1400,7 @@ msgctxt ""
"par_idN10707\n"
"help.text"
msgid "To insert a line break in a text document table cell, press the <keycode>Enter</keycode> key."
-msgstr ""
+msgstr "For at indsætte et linjeskift i en tabelcelle i et tekstdokument trykker du på tasten <keycode>Enter</keycode>."
#. Gm3yj
#: breaking_lines.xhp
@@ -2768,7 +2768,7 @@ msgctxt ""
"par_id170820161605428591\n"
"help.text"
msgid "The <emph>Remote files</emph> dialog appears. Select the remote file server."
-msgstr "Dialogen <emph>Eksterne filer</emph> visees. Vælg den eksterne filserver."
+msgstr "Dialogen <emph>Eksterne filer</emph> vises. Vælg den eksterne filserver."
#. wQjzG
#: cmis-remote-files.xhp
@@ -6260,7 +6260,7 @@ msgctxt ""
"par_id3153223\n"
"help.text"
msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>"
-msgstr ""
+msgstr "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Forespørgselsdesign</link>"
#. 2ArGc
#: data_forms.xhp
@@ -6818,7 +6818,7 @@ msgctxt ""
"par_idN1065F\n"
"help.text"
msgid "You see the <link href=\"text/sdatabase/02010100.xhp\">Query Design window</link>."
-msgstr ""
+msgstr "Du ser <link href=\"text/sdatabase/02010100.xhp\">vinduet Forespørgselsdesign</link>."
#. xGFGr
#: data_register.xhp
@@ -7484,7 +7484,7 @@ msgctxt ""
"par_id3149481\n"
"help.text"
msgid "More information about wildcards and operators can be found in <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>."
-msgstr ""
+msgstr "Flere oplysninger om jokere og operatorer kan findes i <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Forespørgselsdesign</link>."
#. cEDEo
#: data_search2.xhp
@@ -7610,7 +7610,7 @@ msgctxt ""
"par_id3154760\n"
"help.text"
msgid "Each field can only accept data corresponding to the specified field type. For example, it is not possible to enter text in a number field. Memo fields in dBASE III format are references to internally-managed text files which can hold up to 64 kB text."
-msgstr ""
+msgstr "Hvert felt kan kun acceptere data, der svarer til den angivne felttype. Det er for eksempel ikke muligt at indtaste tekst i et numerisk felt. Memo-felter i dBASE III-format er referencer til internt håndterede tekstfiler, som kan indeholde op til 64 kB tekst."
#. oApsQ
#: data_tabledefine.xhp
@@ -7700,7 +7700,7 @@ msgctxt ""
"par_idN10617\n"
"help.text"
msgid "Data is stored in tables. As an example, your system address book that you use for your email addresses is a table of the address book database. Each address is a data record, presented as a row in that table. The data records consist of data fields, for example the first and the last name fields and the email field."
-msgstr ""
+msgstr "Data gemmes i tabeller. Som et eksempel er dit systems adressebog, som du bruger til dine e-mailadresser, en tabel i adressebogs-databasen. Hver adresse er en datapost, præsenteret som en række i den tabel. Dataposter betår af datafelter, for eksempel felterne Fornavn og Efternavn samt feltet E-mail."
#. No5nx
#: data_tables.xhp
@@ -7844,7 +7844,7 @@ msgctxt ""
"par_idN10795\n"
"help.text"
msgid "You see the View Design window, which is almost the same as the <link href=\"text/sdatabase/020010100.xhp\">Query Design window</link>."
-msgstr ""
+msgstr "Du ser vinduet Designvisning, som er næsten det samme som <link href=\"text/sdatabase/020010100.xhp\">vinduet Forespørgselsdesign</link>."
#. bTx8G
#: data_view.xhp
@@ -8033,7 +8033,7 @@ msgctxt ""
"par_id3154909\n"
"help.text"
msgid "<link href=\"text/sdatabase/04030000.xhp\" name=\"Create new form document\">Create new form document</link>, <link href=\"text/shared/02/01170000.xhp\" name=\"edit form functions\">edit form controls</link>, <link href=\"text/shared/autopi/01090000.xhp\">Form Wizard</link>"
-msgstr ""
+msgstr "<link href=\"text/sdatabase/04030000.xhp\" name=\"Create new form document\">Opret nyt formular-dokument</link>, <link href=\"text/shared/02/01170000.xhp\" name=\"edit form functions\">rediger formularkontrolelementer</link>, <link href=\"text/shared/autopi/01090000.xhp\">Formularguide</link>"
#. sD4GB
#: database_main.xhp
@@ -8420,7 +8420,7 @@ msgctxt ""
"par_id7953123\n"
"help.text"
msgid "Example: Think about someone who wants to camouflage his identity to be a sender from your bank. He can easily get a certificate using a false name, then send you any signed email pretending he is working for your bank. You will get that email, and the email or the document within has the \"valid signed\" icon."
-msgstr ""
+msgstr "Eksempel: Tænk på nogen, der vil kamuflere sin identitet, så han ligner en afsender fra din bank. Han kan let få et certifikat med et falsk navn og så sende en eller anden e-mail, der foregiver, at han arbejder for din bank. Du får e-mailen og e-mailen eller det vedhæftede dokument har ikonet \"gyldigt signeret\"."
#. DGz9C
#: digital_signatures.xhp
@@ -10283,7 +10283,7 @@ msgctxt ""
"hd_id3153561\n"
"help.text"
msgid "To make a button visible on a toolbar"
-msgstr ""
+msgstr "Gør en knap synlig på en værktøjslinje"
#. c3Nvo
#: edit_symbolbar.xhp
@@ -10292,7 +10292,7 @@ msgctxt ""
"par_id3159157\n"
"help.text"
msgid "Open the context menu of the toolbar (right click) and choose <menuitem>Visible Buttons</menuitem> and then select the button you want to display."
-msgstr ""
+msgstr "Åbn værktøjslinjens kontekstmenu (hæjreklik) og vælg <menuitem>Synlige knapper</menuitem> og vælg så den knap, du vil vise."
#. AdQVC
#: edit_symbolbar.xhp
@@ -10310,7 +10310,7 @@ msgctxt ""
"hd_id3151384\n"
"help.text"
msgid "To add a button to a toolbar"
-msgstr ""
+msgstr "Tilføj en knap til en værktøjslinje"
#. NAZNp
#: edit_symbolbar.xhp
@@ -10319,7 +10319,7 @@ msgctxt ""
"par_id3147264\n"
"help.text"
msgid "Choose <menuitem>Tools - Customize</menuitem>, and click on the <emph>Toolbars</emph> tab."
-msgstr ""
+msgstr "Vælg <menuitem>Funktioner ▸ Tilpas</menuitem> og klik på fanebladet <emph>Værktøjslinjer</emph>."
#. p5667
#: edit_symbolbar.xhp
@@ -10328,7 +10328,7 @@ msgctxt ""
"par_id3154071\n"
"help.text"
msgid "In the <emph>Target</emph> box, select the toolbar you want to change."
-msgstr ""
+msgstr "I feltet <emph>Mål</emph> vælger du den værktøjslinje, du vil ændre."
#. aABvW
#: edit_symbolbar.xhp
@@ -10337,7 +10337,7 @@ msgctxt ""
"par_id3148797\n"
"help.text"
msgid "Select the command to be added in the <emph>Available Commands</emph> box. (Use the <emph>Category</emph> and/or <emph>Search</emph> boxes to restrict possibilities.)"
-msgstr ""
+msgstr "Vælg den kommando, der skal tilføjes til feltet <emph>Tilgængelige kommandoer</emph>. (Brug felterne <emph>Kategori</emph> og/eller <emph>Søg</emph> til at begænse mulighederne.)"
#. W6XK5
#: edit_symbolbar.xhp
@@ -10346,7 +10346,7 @@ msgctxt ""
"par_id611603924436655\n"
"help.text"
msgid "Click the <emph>Right Arrow</emph> icon to add the selected command."
-msgstr ""
+msgstr "Klik på ikonet <emph>Højrepil</emph> for at tilføje den valgte kommando."
#. E4p3Y
#: edit_symbolbar.xhp
@@ -10355,7 +10355,7 @@ msgctxt ""
"par_id611603924900693\n"
"help.text"
msgid "The check box in the <emph>Assigned Commands</emph> list controls whether the command is visible on the toolbar."
-msgstr ""
+msgstr "Afkrydsningsfeltet på listen <emph>Tildelte kommandoer</emph> kontrollerer, om kommandoen er synlig på værktøjslinjen."
#. HcHB7
#: edit_symbolbar.xhp
@@ -10364,7 +10364,7 @@ msgctxt ""
"par_id3152922\n"
"help.text"
msgid "You can rearrange the <emph>Assigned Commands</emph> list by selecting a command name and clicking <emph>Move Up</emph> and <emph>Move Down</emph>."
-msgstr ""
+msgstr "Du kan omarrangere listen <emph>Tildelte kommandoer</emph> ved at markere et kommandonavn og klikke på <emph>Flyt op</emph> og <emph>Flyt Ned</emph>."
#. VgXfX
#: edit_symbolbar.xhp
@@ -10382,7 +10382,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Sending Documents as Email"
-msgstr ""
+msgstr "Sende dokumenter som e-mail"
#. noFBE
#: email.xhp
@@ -10391,7 +10391,7 @@ msgctxt ""
"bm_id3153345\n"
"help.text"
msgid "<bookmark_value>documents; sending as email</bookmark_value><bookmark_value>sending; documents as email</bookmark_value><bookmark_value>email attachments</bookmark_value><bookmark_value>files; sending as email</bookmark_value><bookmark_value>text documents;sending as email</bookmark_value><bookmark_value>spreadsheets; sending as email</bookmark_value><bookmark_value>drawings; sending as email</bookmark_value><bookmark_value>presentations; sending as email</bookmark_value><bookmark_value>attachments in emails</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>dokumenter; sende som e-mail</bookmark_value><bookmark_value>sende; dokumenter som e-mail</bookmark_value><bookmark_value>e-mail-vedhæftninger</bookmark_value><bookmark_value>filer; sende som e-mail</bookmark_value><bookmark_value>tekstdokumenter;sende som e-mail</bookmark_value><bookmark_value>regneark; sende som e-mail</bookmark_value><bookmark_value>tegninger; sende som e-mail</bookmark_value><bookmark_value>presentations; sende som e-mail</bookmark_value><bookmark_value>vedhæftninger i e-mails</bookmark_value>"
#. CU2Ym
#: email.xhp
@@ -10400,7 +10400,7 @@ msgctxt ""
"hd_id3153345\n"
"help.text"
msgid "<variable id=\"email\"><link href=\"text/shared/guide/email.xhp\" name=\"Sending Documents as Email\">Sending Documents as Email</link></variable>"
-msgstr ""
+msgstr "<variable id=\"email\"><link href=\"text/shared/guide/email.xhp\" name=\"Sending Documents as Email\">Sende dokumenter som e-mail</link></variable>"
#. Z3E7r
#: email.xhp
@@ -10409,7 +10409,7 @@ msgctxt ""
"par_id3154897\n"
"help.text"
msgid "Working in $[officename], you can send the current document as an email attachment."
-msgstr ""
+msgstr "Mens du arbejder i $[officename], kan du sende det aktuelle dokument som e-mail-vedhæftning."
#. 8jsBd
#: email.xhp
@@ -10436,7 +10436,7 @@ msgctxt ""
"par_id3150986\n"
"help.text"
msgid "In your email program, enter the recipient, subject and any text you want to add, then send the email."
-msgstr ""
+msgstr "I dit e-mailprogram indtaster du modtager, emne og vilkårlig tekst, du vil tilføje og sender så e-mailen."
#. XdVXq
#: email.xhp
@@ -10445,7 +10445,7 @@ msgctxt ""
"par_id3595385\n"
"help.text"
msgid "In case you want to send the email to a recipient who only has software that cannot read the OpenDocument format, you can send the current document in an often used proprietary format.<br/>For a text document, choose <item type=\"menuitem\">File - Send - Email as Microsoft Word</item>. For a spreadsheet, choose <item type=\"menuitem\">File - Send - Email as Microsoft Excel</item>. And for a presentation, choose <item type=\"menuitem\">File - Send - Email as Microsoft PowerPoint</item>. <br/>If you want to send the document as a read-only file, choose <item type=\"menuitem\">File - Send - Email as PDF</item>.<br/>These commands do not change your current document. Only a temporary copy is created and sent."
-msgstr ""
+msgstr "I tilfælde af, at du vil sende e-mailen til en modtager, som udelukkende har software, der ikke kan læse OpenDocument-formatet, kan du sende det aktuelle dokument i et ofte brugt proprietært format.<br/>Til et tekstdokument vælger du <item type=\"menuitem\">Filer ▸ Send ▸ E-mail som Microsoft Word</item>. Til et regneark vælger du <item type=\"menuitem\">Filer ▸ Send ▸ E-mail som Microsoft Excel</item>. Og til en præsentation vælger du <item type=\"menuitem\">Filer ▸ Send ▸ E-mail som Microsoft PowerPoint</item>. <br/>Hvis du vil sende dokumentet som en skrivebeskyttet fil vælger du <item type=\"menuitem\">Filer ▸ Send ▸ E-mail som PDF</item>.<br/>Disse kommandoer ændrer ikke dit aktuelle dokument, Der oprettes og sendes udelukkende en midlertidig kopi."
#. MK28A
#: error_report.xhp
@@ -10454,7 +10454,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Crash Report Tool"
-msgstr ""
+msgstr "Værktøjet Nedbrudsrapport"
#. uvF7J
#: error_report.xhp
@@ -10463,7 +10463,7 @@ msgctxt ""
"bm_id3150616\n"
"help.text"
msgid "<bookmark_value>Crash Report Tool</bookmark_value> <bookmark_value>reports;crash reports</bookmark_value> <bookmark_value>crash reports</bookmark_value> <bookmark_value>activating;Crash Report Tool</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Værktøjet Nedbrudsrapport</bookmark_value> <bookmark_value>rapporter;nedbrudsrapporter</bookmark_value> <bookmark_value>nedbrudsrapporter</bookmark_value> <bookmark_value>aktivere;værktøjet Nedbrudsrapport</bookmark_value>"
#. sNc7D
#: error_report.xhp
@@ -10472,7 +10472,7 @@ msgctxt ""
"hd_id3150616\n"
"help.text"
msgid "<variable id=\"error_report\"><link href=\"text/shared/guide/error_report.xhp\" name=\"Error Report Tool\">Crash Report Tool</link></variable>"
-msgstr ""
+msgstr "<variable id=\"error_report\"><link href=\"text/shared/guide/error_report.xhp\" name=\"Error Report Tool\">Værktøjet Nedbrudsrapport</link></variable>"
#. ECi7s
#: error_report.xhp
@@ -10481,7 +10481,7 @@ msgctxt ""
"par_id3153345\n"
"help.text"
msgid "The Crash Report Tool starts automatically after a program crash occurs."
-msgstr ""
+msgstr "Værktøjet Nedbrudsrapport starter automatisk, efter at programmet er brudt ned."
#. MGnxx
#: error_report.xhp
@@ -10490,7 +10490,7 @@ msgctxt ""
"par_id3147088\n"
"help.text"
msgid "The Crash Report Tool gathers necessary information that can help the program developers to improve the code, so that in later versions this error can possibly be avoided. Please help us to improve the software and send the generated crash report."
-msgstr ""
+msgstr "Værktøjet Nedbrudsrapport samler nødvendige oplysninger, der kan hjælpe programudviklerne med at forbedre koden, sådan at denne muligvis kan undgås. Hjælp os venligst med at forbedre softwaren og sende den genererede nedbrudsrapport."
#. aWFas
#: error_report.xhp
@@ -10499,7 +10499,7 @@ msgctxt ""
"hd_id3148538\n"
"help.text"
msgid "Starting the Crash Report Tool"
-msgstr ""
+msgstr "Start af værktøjet Nedbrudsrapport"
#. nTAZD
#: error_report.xhp
@@ -10508,7 +10508,7 @@ msgctxt ""
"par_id3149811\n"
"help.text"
msgid "With most program crashes the Crash Report Tool will start automatically."
-msgstr ""
+msgstr "Ved de fleste nedbrud af programmet starter værktøjet Nedbrudsrapport automatisk."
#. ioZKn
#: error_report.xhp
@@ -10526,7 +10526,7 @@ msgctxt ""
"par_id711605615413339\n"
"help.text"
msgid "Select the checkbox if you want to restart %PRODUCTNAME in safe mode. Then click the <widget>Send Crash Report</widget> button."
-msgstr ""
+msgstr "Vælg afkrydsningsfeltet, hvis du vil genstarte %PRODUCTNAME i sikker tilstand. Klik derefter på knappen <widget>Send nedbrudsrapport</widget>."
#. SPdCD
#: error_report.xhp
@@ -10535,7 +10535,7 @@ msgctxt ""
"par_id521605621252890\n"
"help.text"
msgid "If a crash report is sent successfully, then a dialog box will provide a URL for the report. To see the report, copy the URL and paste into a webbrowser."
-msgstr ""
+msgstr "Hvis en nedbrudsrapport er sendt med succes, vil et dialogfelt opgive en URL til denne rapport. For at se rapporten kopierer du URLen og indsætter den i en webbrowser."
#. 3PFBB
#: error_report.xhp
@@ -10544,7 +10544,7 @@ msgctxt ""
"par_id3149670\n"
"help.text"
msgid "You will not get an answer to your crash report. If you need support, please visit <link href=\"https://www.libreoffice.org/get-help/community-support/\">Community Assistance</link> for an overview of different possibilities."
-msgstr ""
+msgstr "Du får ikke svar på din nedbrudsrapport. Hvis du har behov for hjælp, beder vi dig besøge <link href=\"https://www.libreoffice.org/get-help/community-support/\">Hjælp fra fællesskabet</link> for et overblik over de forskellige muligheder."
#. jaz2y
#: error_report.xhp
@@ -10553,7 +10553,7 @@ msgctxt ""
"hd_id3150792\n"
"help.text"
msgid "What Data are Sent?"
-msgstr ""
+msgstr "Hvilke data sendes?"
#. CHASG
#: error_report.xhp
@@ -10562,7 +10562,7 @@ msgctxt ""
"par_id3154366\n"
"help.text"
msgid "The crash report sends information about the error type that caused the crash and the process memory contents at the time of the crash. The memory contents include: a list of loaded libraries and their version number; a list of the current threads with the contents of their stack memory and processor register states. The memory trace is gathered locally by standard system tools: <literal>dbghelp.dll</literal> on Windows systems; <literal>clone()</literal>, <literal>ptrace()</literal> and <literal>/proc</literal> directory on Linux systems; Apple's Crash Reporter on Mac systems."
-msgstr ""
+msgstr "Nedbrudsrapportten sender information og den fejltype, der udløste nedbruddet og hukommelsesindholdet i processen på tidspunktet for nedbruddet. Dette hukommelsesindhold indeholder: en liste hentede biblioteler og deres versionsnummer; en liste over de aktuelle tråde med deres stakkes hukommelsesindhold og processor-registertilstande. Hukommelsesspor samles lokalt af standard systemværktøjer: <literal>dbghelp.dll</literal> på Windows-systemer; <literal>clone()</literal>, <literal>ptrace()</literal> og mappen <literal>/proc</literal> på Linux systemer; Apple's Crash Reporter på Mac-systemer."
#. yu8Rq
#: error_report.xhp
@@ -10580,7 +10580,7 @@ msgctxt ""
"par_id3150504\n"
"help.text"
msgid "The crash report is anonymous. No identification information is sent and no document content is sent. The report data are sent as a multipart HTTP POST request."
-msgstr ""
+msgstr "Nedbrudsrapporten er anonym. Der sendes ingen identifikationsoplysninger og intet dokumentindhold. Rapportdata sendes som en multipart HTTP POST-anmodning."
#. uD7Ga
#: export_ms.xhp
@@ -11642,7 +11642,7 @@ msgctxt ""
"par_id951604586347866\n"
"help.text"
msgid "<image src=\"cmd/32/pushbutton.png\" id=\"img_id741604586347866\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id641604586347866\">Push Button Icon</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/32/pushbutton.png\" id=\"img_id741604586347866\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id641604586347866\">ikonet Trykknap</alt></image>"
#. 4GWCF
#: formfields.xhp
@@ -11678,7 +11678,7 @@ msgctxt ""
"par_idN107B2\n"
"help.text"
msgid "Right-click the button and choose <menuitem>Control Properties</menuitem>."
-msgstr ""
+msgstr "Højreklik på knappen og vælg <menuitem>Kontrolegenskaber</menuitem>."
#. Atf22
#: formfields.xhp
@@ -11732,7 +11732,7 @@ msgctxt ""
"par_idN10828\n"
"help.text"
msgid "Right-click the button and choose <menuitem>Form Properties</menuitem>."
-msgstr ""
+msgstr "Højreklik på knappen og vælg <menuitem>Formularegenskaber</menuitem>."
#. kGATC
#: formfields.xhp
@@ -12533,7 +12533,7 @@ msgctxt ""
"par_id3147008\n"
"help.text"
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\"><emph>Load/Save - General</emph></link> and specify in the <emph>Save URLs relative to</emph> field if $[officename] creates <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative or absolute hyperlinks\">relative or absolute hyperlinks</link>. Relative linking is only possible when the document you are working on and the link destination are on the same drive."
-msgstr ""
+msgstr "Vælg <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME ▸ Indstillinger</caseinline><defaultinline>Ffunktionner ▸ Indstillinger</defaultinline></switchinline> ▸ <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\"><emph>Hent/Gem - Generelt</emph></link> og angiv i felterne <emph>Gem URLer relativt til</emph>, om $[officename] opretter <link href=\"text/shared/00/00000005.xhp#saving\" name=\"relative or absolute hyperlinks\">relative eller absolute hyperlinks</link>. Relativ linkning er kun mulig, når det dokument, du arbejder på, og linkmålet er på det samme drev."
#. Ue6zh
#: hyperlink_rel_abs.xhp
@@ -13406,7 +13406,7 @@ msgctxt ""
"par_id3155535\n"
"help.text"
msgid "To view a repertoire of all characters, choose <menuitem>Insert - Special Character</menuitem>."
-msgstr ""
+msgstr "Hvis du vil se hele tegn-repertoiret, vælger du <menuitem>Indsæt ▸ Specialtegn</menuitem>."
#. fFAT9
#: insert_specialchar.xhp
@@ -19832,7 +19832,7 @@ msgctxt ""
"par_id381566315781439\n"
"help.text"
msgid "Generate QR Code for any text or URL."
-msgstr ""
+msgstr "Generering af QR-kode til en vilkårlig tekst eller URL."
#. SzeNM
#: qrcode.xhp
@@ -19868,7 +19868,7 @@ msgctxt ""
"par_id251566316519649\n"
"help.text"
msgid "The text from which to generate the QR code."
-msgstr ""
+msgstr "Teksten, der skal genereres en QR-kode til."
#. 6mj5K
#: qrcode.xhp
@@ -19949,7 +19949,7 @@ msgctxt ""
"par_id981566316947064\n"
"help.text"
msgid "The width in dots of the border surrounding the QR code."
-msgstr ""
+msgstr "Bredden i punkter af rammen omkring QR-koden."
#. kZPNW
#: qrcode.xhp
@@ -20156,7 +20156,7 @@ msgctxt ""
"par_id551562796791417\n"
"help.text"
msgid "<emph>Redacted Export (Black)</emph>: finalize your document by converting the semitransparent redaction shapes to opaque black and export as pixels in the PDF file."
-msgstr ""
+msgstr "<emph>Maskeret Eksport (Sort)</emph>: færdiggør dit dokument ved at konvertere de halvgennemsigtige maskeringsformer til heldækkende sort og eksporter dem som pixler i PDF-filen."
#. HSvWX
#: redaction.xhp
@@ -20165,7 +20165,7 @@ msgctxt ""
"par_id191562796822685\n"
"help.text"
msgid "<emph>Redacted Export (White)</emph>: finalize your document by converting the semitransparent redaction shapes to opaque white shapes, and export as pixels in the PDF file."
-msgstr ""
+msgstr "<emph>Maskeret Eksport (Hvidt)</emph>: færdiggør dit dokument ved at konvertere de halvgennemsigtige maskeringsformer til heldækkende hvidt og eksporter dem som pixler i PDF-filen."
#. 2w5mE
#: redaction.xhp
@@ -20255,7 +20255,7 @@ msgctxt ""
"par_id3146957\n"
"help.text"
msgid "Let's say you also emailed a copy of the report to a good friend and colleague who has done research on a similar topic in the past. You asked for a few suggestions, and the document is now returned by email with your colleague's suggestions."
-msgstr ""
+msgstr "Lad os sige, at du også har e-mailet en kopi af rapporten til en god ven og kollega, som tidligere har forsket i et lignende emne. Du har bedt om nogle få forslag, og nu er dokumentet returneret via e-mail med din kollegas forslag."
#. CoW6n
#: redlining.xhp
@@ -20813,7 +20813,7 @@ msgctxt ""
"hd_id3159201\n"
"help.text"
msgid "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Protecting Changes</link></variable>"
-msgstr ""
+msgstr "<variable id=\"redlining_protect\"><link href=\"text/shared/guide/redlining_protect.xhp\" name=\"Protecting Changes\">Beskyttelse af ændringer</link></variable>"
#. jVeUw
#: redlining_protect.xhp
@@ -21803,7 +21803,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Creating and Changing Default and Custom Templates"
-msgstr ""
+msgstr "Oprettelse og ændring af standard- og tilpassede skabeloner"
#. CaTEi
#: standard_template.xhp
@@ -21812,7 +21812,7 @@ msgctxt ""
"bm_id3154285\n"
"help.text"
msgid "<bookmark_value>modifying, see changing</bookmark_value><bookmark_value>changing, see also editing and replacing</bookmark_value><bookmark_value>default templates; changing</bookmark_value><bookmark_value>default templates; creating</bookmark_value><bookmark_value>defaults;documents</bookmark_value><bookmark_value>custom templates</bookmark_value><bookmark_value>updating; templates</bookmark_value><bookmark_value>editing;templates</bookmark_value><bookmark_value>templates;editing and saving</bookmark_value><bookmark_value>saving;templates</bookmark_value><bookmark_value>resetting;templates</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>skifte, se ændre</bookmark_value><bookmark_value>ændre, se også redigere og omplacere</bookmark_value><bookmark_value>standard-skabeloner; ændre</bookmark_value><bookmark_value>standard-skabeloner; oprette</bookmark_value><bookmark_value>standarder;dokumenters</bookmark_value><bookmark_value>tilpasse skabeloner</bookmark_value><bookmark_value>opdatere; skabeloner</bookmark_value><bookmark_value>redigere;skabeloner</bookmark_value><bookmark_value>skabeloner;redigere og gemme </bookmark_value><bookmark_value>gemme;skabeloner</bookmark_value><bookmark_value>nulstille;skabeloner</bookmark_value>"
#. fZ8SR
#: standard_template.xhp
@@ -21821,7 +21821,7 @@ msgctxt ""
"hd_id3154285\n"
"help.text"
msgid "<variable id=\"standard_template\"><link href=\"text/shared/guide/standard_template.xhp\" name=\"Changing Default Templates\">Creating and Changing Default and Custom Templates</link></variable>"
-msgstr ""
+msgstr "<variable id=\"standard_template\"><link href=\"text/shared/guide/standard_template.xhp\" name=\"Changing Default Templates\">Oprette og ændre standard- og tilpassede skabeloner</link></variable>"
#. nWgSj
#: standard_template.xhp
@@ -21839,7 +21839,7 @@ msgctxt ""
"par_id3159152\n"
"help.text"
msgid "You can define document templates for each $[officename] application."
-msgstr ""
+msgstr "Du kan definere dokumentskabeloner til hvert $[officename]-program."
#. T3xE3
#: standard_template.xhp
@@ -21848,7 +21848,7 @@ msgctxt ""
"hd_id3150792\n"
"help.text"
msgid "Creating a Default Template"
-msgstr ""
+msgstr "Oprettelse af en standard-skabelon"
#. WaygD
#: standard_template.xhp
@@ -21857,7 +21857,7 @@ msgctxt ""
"par_id3154365\n"
"help.text"
msgid "<variable id=\"create_template\">First, open either an existing $[officename] template and modify it, or open a new document and edit it as necessary to create the desired template.</variable>"
-msgstr ""
+msgstr "<variable id=\"create_template\">Først åbner du enten en eksisterende $[officename]-skabelon og ændrer den, eller åbner et nyt dokument og redigerer det, som det er nødvendigt for at oprette den ønskede skabelon.</variable>"
#. bnC8i
#: standard_template.xhp
@@ -21866,7 +21866,7 @@ msgctxt ""
"par_id3145748\n"
"help.text"
msgid "Save the document by choosing <menuitem>File - Templates - Save as Template</menuitem>, then enter the template name, click the <emph>Set as default template</emph> checkbox, and save in the <emph>My Templates</emph> category."
-msgstr ""
+msgstr "Gem dit dokument ved at vælge <menuitem>Filer ▸ Skabeloner ▸ Gem som skabelon</menuitem> og indtast så skabelonens navn, klik på afkrydsningsfeltet <emph>Sæt som standardskabelon</emph> og gem dokumentet i kategorien <emph>Mine skabeloner</emph>."
#. td5TZ
#: standard_template.xhp
@@ -21875,7 +21875,7 @@ msgctxt ""
"par_id3146901\n"
"help.text"
msgid "The next time you open a new text document, the new document will be based on this new default template."
-msgstr ""
+msgstr "Næste gang du åbner et nyt tekstdokument, bliver det baseret på denne nye standard-skabelon."
#. MEA5R
#: standard_template.xhp
@@ -21884,7 +21884,7 @@ msgctxt ""
"hd_id751605458425017\n"
"help.text"
msgid "Modifying a Default Template"
-msgstr ""
+msgstr "Ændring af en Standard-skabelon"
#. 7bPEX
#: standard_template.xhp
@@ -21893,7 +21893,7 @@ msgctxt ""
"par_id3154011\n"
"help.text"
msgid "<variable id=\"edit_template\">Choose <menuitem>File - Templates - Manage Templates</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"edit_template\">Vælg <menuitem>Filer ▸ Skabeloner ▸ Håndter Skabeloner</menuitem>.</variable>"
#. mhwYW
#: standard_template.xhp
@@ -21902,7 +21902,7 @@ msgctxt ""
"par_id531605464645795\n"
"help.text"
msgid "Use <emph>Filter</emph> to select the type of document."
-msgstr ""
+msgstr "Brug <emph>Filter</emph> til at vælge dokumenttypen."
#. qaBUc
#: standard_template.xhp
@@ -21911,7 +21911,7 @@ msgctxt ""
"par_id981605464830645\n"
"help.text"
msgid "The default template is marked with a green check mark. Right-click that template and choose <menuitem>Edit</menuitem>."
-msgstr ""
+msgstr "Standardskabelonen er markeret med en grøn markering. Højreklik på denne skabelon og vælg <menuitem>Rediger</menuitem>."
#. Us6Qr
#: standard_template.xhp
@@ -21920,7 +21920,7 @@ msgctxt ""
"par_id211605464919603\n"
"help.text"
msgid "<variable id=\"save_template\">Make desired changes, choose <menuitem>File - Save</menuitem>, and close the document.</variable>"
-msgstr ""
+msgstr "<variable id=\"save_template\">Foretag de ønskede ændringer, vælg <menuitem>Filer ▸ Gem</menuitem> og luk dokumentet.</variable>"
#. Mype2
#: standard_template.xhp
@@ -21929,7 +21929,7 @@ msgctxt ""
"par_id851605464921341\n"
"help.text"
msgid "When you open a new document, the modified default template will be used."
-msgstr ""
+msgstr "Når du åbner et nyt dokument, bruges den ændrede standardskabelon."
#. SrDht
#: standard_template.xhp
@@ -21938,7 +21938,7 @@ msgctxt ""
"par_id131605483428241\n"
"help.text"
msgid "%PRODUCTNAME provides built-in presentation templates, which cannot be edited, renamed, or deleted. To modify a built-in presentation template, open a document using the template, modify, then save as a new template."
-msgstr ""
+msgstr "%PRODUCTNAME leverer indbyggede præsentations-skabeloner, som ikke kan redigeres, omdøbes eller slettes. For at ændre en indbygget præsentation, åbner du et dokument, der bruger skabelonen, og gemmer den så som en ny skabelon."
#. o4GyG
#: standard_template.xhp
@@ -21947,7 +21947,7 @@ msgctxt ""
"par_id461605483905608\n"
"help.text"
msgid "%PRODUCTNAME provides built-in templates for Writer, which cannot be edited, renamed, or deleted. To modify a built-in template, open a document using the template, modify, then save as a new template."
-msgstr ""
+msgstr "%PRODUCTNAME leverer indbyggede skabeloner til Writer, som ikke kan redigeres, omdøbes eller slettes. For at ændre en indbygget skabelon, åbner du et dokument, der bruger skabelonen, ændrer den og gemmer den som en ny skabelon."
#. S3sg4
#: standard_template.xhp
@@ -21956,7 +21956,7 @@ msgctxt ""
"hd_id891605476755142\n"
"help.text"
msgid "Setting a Template as Default"
-msgstr ""
+msgstr "Sætte en skabelon som standard"
#. YPWzX
#: standard_template.xhp
@@ -21974,7 +21974,7 @@ msgctxt ""
"par_id711605476873605\n"
"help.text"
msgid "Right-click on template to be made default, choose <menuitem>Set as Default</menuitem>."
-msgstr ""
+msgstr "Højreklik på den skabelon, der skal gøres til standard, vælger du <menuitem>Sæt som standard</menuitem>."
#. LNBjE
#: standard_template.xhp
@@ -21983,7 +21983,7 @@ msgctxt ""
"hd_id3153764\n"
"help.text"
msgid "Creating a Custom Template"
-msgstr ""
+msgstr "Oprettelse af en standard-skabelon"
#. eUBit
#: standard_template.xhp
@@ -22001,7 +22001,7 @@ msgctxt ""
"par_id251605475503009\n"
"help.text"
msgid "Choose <menuitem>File - Templates - Save As Template</menuitem>, then enter the template name, choose a <emph>Template category</emph>, and save."
-msgstr ""
+msgstr "Vælg <menuitem>Filer ▸ Skabeloner ▸ Gem som skabelon</menuitem>, så indtaster du skabelonnavnet, vælger en <emph>Skabelonkategori</emph> og gemmer."
#. FZqGj
#: standard_template.xhp
@@ -22010,7 +22010,7 @@ msgctxt ""
"hd_id311605475738848\n"
"help.text"
msgid "Modifying a Custom Template"
-msgstr ""
+msgstr "Ændring af en tilpasset skabelon"
#. CpDHT
#: standard_template.xhp
@@ -22028,7 +22028,7 @@ msgctxt ""
"par_id51605476162735\n"
"help.text"
msgid "Right-click on the template to be modified, and choose <menuitem>Edit</menuitem>."
-msgstr ""
+msgstr "Højreklik på den skabelon, der skal ændres, og vælg <menuitem>Rediger</menuitem>."
#. VMFLZ
#: standard_template.xhp
@@ -22046,7 +22046,7 @@ msgctxt ""
"hd_id3149109\n"
"help.text"
msgid "Saving a Template in the Template Folder"
-msgstr ""
+msgstr "Lagring af en skabelon i skabelonmappen"
#. eWjFn
#: standard_template.xhp
@@ -22055,7 +22055,7 @@ msgctxt ""
"par_id3146918\n"
"help.text"
msgid "You can save any document as a template by selecting \"Template\" file type in the Save dialog. To access the template from the Template Manager, save the template in the <emph>User Paths</emph> directory specified for <emph>Templates</emph> in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><emph> - %PRODUCTNAME - Paths</emph>. It is often easier to save a document with <menuitem>File - Templates - Save As Template</menuitem>, because it automatically places the template in the appropriate directory."
-msgstr ""
+msgstr "Du kan gemme ethvert dokument som en skabelon ved at vælge filtypen \"Skabelon\" i dialogen Gem. For at tilgå skabelonen fra Skabelonhåndteringen gemmer du skabelonen i den mappe, der i <emph>Brugerstier</emph> er angivet til <emph>Skabeloner</emph> under <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME ▸ Indstillinger</menuitem></caseinline><defaultinline><menuitem>Funktioner ▸ Indstillinger</menuitem></defaultinline></switchinline><emph> ▸ %PRODUCTNAME ▸ Stier</emph>. Det er ofte lettere at gemme et dokument med <menuitem>Filer ▸ Skabeloner ▸ Gem som skabelon</menuitem>, fordi det automatisk placerer skabelonen i den passende mappe."
#. 4VMWF
#: standard_template.xhp
@@ -23045,7 +23045,7 @@ msgctxt ""
"par_id0820200802525413\n"
"help.text"
msgid "<ahelp hid=\".\">Click the <emph>Recent Documents</emph> button to show thumbnails of the most recent documents you opened in the right side of the window.</ahelp> Hover your mouse over the thumbnail to highlight the document, display a tip about the document location and display an icon on the top right to delete the thumbnail from the pane and from the recent files list. Click on the thumbnail to open the document underneath."
-msgstr ""
+msgstr "<ahelp hid=\".\">Klik på knappen <emph>Seneste dokumenter</emph> for at få vist miniaturer af de allerseneste dokumenter, du åbnede i vinduets højre side.</ahelp> Lad din mus svæve over miniaturen for at fremhæve dokumnetet, vise et tip om dokumentets placering og vise et ikon øverst til højre til at slette miniaturen fra ruden og fra listen over de seneste filer. Klik på miniaturen for at åbne det underliggende dokument."
#. FRzQw
#: startcenter.xhp
@@ -23054,7 +23054,7 @@ msgctxt ""
"par_id0820200802626414\n"
"help.text"
msgid "You can remove an item from the <emph>Recent Documents</emph> list by clicking the button in the upper-right corner of the icon. The document itself is not deleted. You can remove all items on the <emph>Recent Documents</emph> list by pressing the <emph>Recent Documents</emph> dropdown button and selecting <menuitem>Clear Recent Documents</menuitem>."
-msgstr "Du kan fjerne et element fra listen <emph>Seneste dokumenter</emph> ved at klikke på knappen i øverste, højre hjørne af ikonet. Selve dokumentet slettes ikke. Du kan fjerne alle elementer på listen <emph>Seneste dokumenter</emph> ved at trykke på rulleknappen <emph>Seneste dokumenter</emph> og vælge <menuitem>Seneste dokumenter</menuitem>."
+msgstr "Du kan fjerne et element fra listen <emph>Seneste dokumenter</emph> ved at klikke på knappen i øverste, højre hjørne af ikonet. Selve dokumentet slettes ikke. Du kan fjerne alle elementer på listen <emph>Seneste dokumenter</emph> ved at trykke på rulleknappen <emph>Seneste dokumenter</emph> og vælge <menuitem>Ryd seneste dokumenter</menuitem>."
#. fALjn
#: startcenter.xhp
@@ -23063,7 +23063,7 @@ msgctxt ""
"hd_id41607696972873\n"
"help.text"
msgid "Working with Templates"
-msgstr ""
+msgstr "Arbejde med skabeloner"
#. kBTaf
#: startcenter.xhp
@@ -23072,7 +23072,7 @@ msgctxt ""
"par_id0820200803105045\n"
"help.text"
msgid "<ahelp hid=\".\">Click the <emph>Templates</emph> button to display templates for all applications in the right side of the window.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Klik på knappen <emph>Skabeloner</emph> for at vise skabeloner til alle programmer til højre i vinduet.</ahelp>"
#. mDftQ
#: startcenter.xhp
@@ -23081,7 +23081,7 @@ msgctxt ""
"par_id0820200802626412\n"
"help.text"
msgid "Click the down arrow after the <emph>Templates</emph> button to open a menu where you can select a filter to display templates by application type or open the <link href=\"text/shared/guide/template_manager.xhp\">Template Manager</link> dialog."
-msgstr ""
+msgstr "Klik på pilen nedad efter knappen <emph>Skabeloner</emph> for at åbne en menu, hvor du kan vælge et ffilter til at vise skabeloner efter programtype eller åbn dialogen <link href=\"text/shared/guide/template_manager.xhp\">Skabelonhåndtering</link>."
#. PcEEX
#: startcenter.xhp
@@ -23180,7 +23180,7 @@ msgctxt ""
"par_id0820200802626413\n"
"help.text"
msgid "Encrypted files will not display a thumbnail image of its content."
-msgstr ""
+msgstr "Krypterede filer viser ikke et miniaturebillede af dets indhold."
#. vRgcu
#: tabs.xhp
@@ -24251,7 +24251,7 @@ msgctxt ""
"bm_id3159233\n"
"help.text"
msgid "<bookmark_value>text; overwriting or inserting</bookmark_value> <bookmark_value>overwrite mode</bookmark_value> <bookmark_value>insert mode for entering text</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>tekst; overskrive eller indsætte</bookmark_value> <bookmark_value>tilstanden overskriv</bookmark_value> <bookmark_value>tilstanden Indsæt til indtastning af tekst</bookmark_value>"
#. AWrGk
#: textmode_change.xhp
@@ -24260,7 +24260,7 @@ msgctxt ""
"hd_id3159233\n"
"help.text"
msgid "<variable id=\"textmode_change\"> <link href=\"text/shared/guide/textmode_change.xhp\" name=\"Switching Between Insert Mode and Overwrite Mode\">Switching Between Insert Mode and Overwrite Mode</link> </variable>"
-msgstr ""
+msgstr "<variable id=\"textmode_change\"> <link href=\"text/shared/guide/textmode_change.xhp\" name=\"Switching Between Insert Mode and Overwrite Mode\">Skift mellem tilstandene Indsæt og Overskriv</link> </variable>"
#. qhFEZ
#: textmode_change.xhp
@@ -24278,7 +24278,7 @@ msgctxt ""
"par_id3153031\n"
"help.text"
msgid "Press <keycode>Insert</keycode> to toggle between overwrite mode and insert mode. The current mode is displayed on the Status Bar. <switchinline select=\"appl\"><caseinline select=\"CALC\"> The text cursor must be enabled in the cell or in the input line.</caseinline></switchinline>"
-msgstr ""
+msgstr "Tryk på <keycode>Insert</keycode> for at skifte mellem tilstandene Overskriv og Indsæt. Den aktuelle tilstand vises på Status-linjen. <switchinline select=\"appl\"><caseinline select=\"CALC\">Tekstmarkøren skal være aktiveret i cellen eller i input-linjen.</caseinline></switchinline>"
#. Hd4Vg
#: textmode_change.xhp
@@ -24305,7 +24305,7 @@ msgctxt ""
"par_id3145673\n"
"help.text"
msgid "<emph>Insert</emph>"
-msgstr ""
+msgstr "<emph>Indsæt</emph>"
#. DjbYz
#: textmode_change.xhp
@@ -24314,7 +24314,7 @@ msgctxt ""
"par_id3154307\n"
"help.text"
msgid "<switchinline select=\"sys\"> <caseinline select=\"MAC\">Insert mode is active.</caseinline> <defaultinline>The area in the status bar is blank, when Insert mode is active.</defaultinline> </switchinline> The text cursor is a blinking vertical line. Click on the area to activate the overwrite mode."
-msgstr ""
+msgstr "<switchinline select=\"sys\"> <caseinline select=\"MAC\">Tilstanden Indsæt er aktiv. </caseinline> <defaultinline>Området på statuslinjen er tomt, når Indsæt-tilstand er aktiv.</defaultinline> </switchinline> Tekstmarkøren er en blinkende lodret linje. Klik på fladen for at aktivere tilstanden Overskriv."
#. XFgYi
#: textmode_change.xhp
@@ -24323,7 +24323,7 @@ msgctxt ""
"par_id3150984\n"
"help.text"
msgid "<emph>Overwrite</emph>"
-msgstr ""
+msgstr "<emph>Overskriv</emph>"
#. idAmv
#: textmode_change.xhp
@@ -24332,7 +24332,7 @@ msgctxt ""
"par_id3148491\n"
"help.text"
msgid "The overwrite mode is active. The text cursor is a blinking block. Click on the area to activate insert mode."
-msgstr ""
+msgstr "Tilstanden Overskriv er aktiv. Tekstmarkøren er en blinkende blok. Klik på fladen for at aktivere tilstanden Indsæt."
#. tHRqe
#: textmode_change.xhp
diff --git a/source/da/helpcontent2/source/text/simpress/02.po b/source/da/helpcontent2/source/text/simpress/02.po
index 6717e879edf..f999fae2d1e 100644
--- a/source/da/helpcontent2/source/text/simpress/02.po
+++ b/source/da/helpcontent2/source/text/simpress/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-11-20 15:34+0100\n"
-"PO-Revision-Date: 2021-02-03 19:36+0000\n"
+"PO-Revision-Date: 2021-03-25 09:17+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-7-1/textsimpress02/da/>\n"
"Language: da\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.4\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1561276105.000000\n"
#. AiACn
@@ -5702,7 +5702,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Snap to Snap Guides"
-msgstr ""
+msgstr "Fastgør til fanglinjer"
#. DQ4DB
#: 13140000.xhp
@@ -5711,7 +5711,7 @@ msgctxt ""
"hd_id3153726\n"
"help.text"
msgid "<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\">Snap to Snap Guides</link>"
-msgstr ""
+msgstr "<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\">Fastgør til fanglinjer</link>"
#. GXfRk
#: 13140000.xhp
@@ -5720,7 +5720,7 @@ msgctxt ""
"par_id3150717\n"
"help.text"
msgid "<image id=\"img_id3146969\" src=\"cmd/sc_helplinesuse.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146969\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146969\" src=\"cmd/sc_helplinesuse.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146969\">Ikon</alt></image>"
#. wYSJV
#: 13140000.xhp
@@ -5729,7 +5729,7 @@ msgctxt ""
"par_id3154255\n"
"help.text"
msgid "Snap to Snap Guides"
-msgstr ""
+msgstr "Fastgør til fanglinjer"
#. oXWsX
#: 13150000.xhp
diff --git a/source/da/helpcontent2/source/text/swriter/01.po b/source/da/helpcontent2/source/text/swriter/01.po
index dcb8aa89f35..c07528da490 100644
--- a/source/da/helpcontent2/source/text/swriter/01.po
+++ b/source/da/helpcontent2/source/text/swriter/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-03-10 16:23+0100\n"
-"PO-Revision-Date: 2021-03-05 17:36+0000\n"
+"PO-Revision-Date: 2021-03-26 10:36+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-7-1/textswriter01/da/>\n"
"Language: da\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.4.2\n"
"X-POOTLE-MTIME: 1562179621.000000\n"
#. sZfWF
@@ -5351,7 +5351,7 @@ msgctxt ""
"par_id3149806\n"
"help.text"
msgid "<variable id=\"bookmark_text\"><variable id=\"textmarkeein\"><ahelp hid=\".uno:InsertBookmark\">Inserts a bookmark at the cursor position. You can then use the Navigator to quickly jump to the marked location at a later time.</ahelp> In an HTML document, bookmarks are converted to anchors that you can jump to from a hyperlink.</variable></variable>"
-msgstr "<variable id=\"bookmark_text\"><variable id=\"textmarkeein\"><ahelp hid=\".uno:InsertBookmark\">Indsætter et bogmærke på markørens position. Du kan så bruge Navigator til huartigt at springe til det markerede sted en anden gang.</ahelp> I et HTML-dokument konverteres bogmærker til ankre, du kan springe til fra et hyperlink.</variable></variable>"
+msgstr "<variable id=\"bookmark_text\"><variable id=\"textmarkeein\"><ahelp hid=\".uno:InsertBookmark\">Indsætter et bogmærke på markørens position. Du kan så bruge Navigator til hurtigt at hoppe til det valgte sted en anden gang.</ahelp> I et HTML-dokument konverteres bogmærker til ankre, du kan hoppe til fra et hyperlink.</variable></variable>"
#. DA74C
#: 04040000.xhp
@@ -8699,7 +8699,7 @@ msgctxt ""
"par_id3150996\n"
"help.text"
msgid "Defines a variable and its value. You can change the value of a variable by clicking in front of the variable field, and then choosing <menuitem>Edit - Field</menuitem>."
-msgstr "Definerer en variabel og dens værdi. Du kan ændre en variabels værdi ved at klikke foran variabelfeltet og så vælge <menuitem>Rediger - Felt</menuitem>."
+msgstr "Definerer en variabel og dens værdi. Du kan ændre en variabels værdi ved at klikke foran variabelfeltet og så vælge <menuitem>Rediger ▸ Felt</menuitem>."
#. WjgAZ
#: 04090005.xhp
diff --git a/source/de/chart2/messages.po b/source/de/chart2/messages.po
index fd225c04a4f..4a3c2d2fb85 100644
--- a/source/de/chart2/messages.po
+++ b/source/de/chart2/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: 2021-01-30 14:54+0100\n"
-"PO-Revision-Date: 2021-03-09 04:36+0000\n"
+"PO-Revision-Date: 2021-03-28 22:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-7-1/chart2messages/de/>\n"
"Language: de\n"
@@ -4563,7 +4563,7 @@ msgstr "Jahre"
#: chart2/uiconfig/ui/tp_Scale.ui:295
msgctxt "tp_Scale|extended_tip|LB_TIME_RESOLUTION"
msgid "Resolution can be set to show days, months, or years as interval steps."
-msgstr "Die Auflösung kann so gesetzt werden, dass Tage, Monate oder Jahre als Intervalschritte angezeigt werden."
+msgstr "Die Auflösung kann so gesetzt werden, dass Tage, Monate oder Jahre als Intervallschritte angezeigt werden."
#. ezN7c
#: chart2/uiconfig/ui/tp_Scale.ui:307
diff --git a/source/de/cui/messages.po b/source/de/cui/messages.po
index e47a04904fd..618d95c66e7 100644
--- a/source/de/cui/messages.po
+++ b/source/de/cui/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: 2021-03-10 16:22+0100\n"
-"PO-Revision-Date: 2021-03-21 08:58+0000\n"
+"POT-Creation-Date: 2021-04-06 15:29+0200\n"
+"PO-Revision-Date: 2021-04-07 14:15+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-7-1/cuimessages/de/>\n"
"Language: de\n"
@@ -1571,7 +1571,7 @@ msgstr ""
#: cui/inc/strings.hrc:303
msgctxt "RID_SVXSTR_JAVA_START_PARAM"
msgid "Edit Parameter"
-msgstr "Parameter bearbeiten"
+msgstr "Parameter bearbeiten:"
#. fsbAN
#: cui/inc/strings.hrc:305
@@ -2111,7 +2111,7 @@ msgstr "Um Änderungen in Teilen eines schreibgeschützten Writer-Dokuments zu e
#: cui/inc/tipoftheday.hrc:50
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To print the notes of your slides go to File ▸ Print ▸ Impress tab and select Notes under Document ▸ Type."
-msgstr "Um die Notizen Ihrer Folien auszudrucken, wählen Sie »Datei ▸ Drucken… ▸ Register: LibreOffice Impress« und im Abschnitt Dokument \"Typ: Notizen\"."
+msgstr "Um die Notizen Ihrer Folien auszudrucken, wählen Sie »Datei ▸ Drucken… ▸ Register: LibreOffice Impress ▸ Abschnitt: Dokument ▸ Typ: Notizen«."
#. TWjA5
#: cui/inc/tipoftheday.hrc:51
@@ -2456,1071 +2456,1065 @@ msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr "%PRODUCTNAME unterstützt vier Makro-Sicherheitslevels (von niedrig bis sehr hoch) und vertrauenswürdige Quellen."
-#. FnWjD
+#. SNTbc
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
#: cui/inc/tipoftheday.hrc:107
msgctxt "RID_CUI_TIPOFTHEDAY"
-msgid "%PRODUCTNAME intends to apply as an organization for Google Summer of Code (GSoC) see:"
-msgstr "%PRODUCTNAME beteiligt sich als Organisation beim Google Summer of Code:"
-
-#. SNTbc
-#: cui/inc/tipoftheday.hrc:108
-msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Did you know that you can attach comments to portions of text? Just use the shortcut %MOD1+%MOD2+C."
msgstr "Sie können in Writer auch Textabschnitte mit Kommentaren versehen. Verwenden Sie dazu einfach die Tastenkombination »%MOD1+%MOD2+C«."
#. wZDsJ
-#: cui/inc/tipoftheday.hrc:109
+#: cui/inc/tipoftheday.hrc:108
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move one or more paragraphs? No need to cut and paste: Use the keyboard shortcut %MOD1+%MOD2+Arrow (Up/Down)"
msgstr "Um einen oder mehrere Absätze in Writer ohne Ausschneiden und Einfügen zu verschieben, verwenden Sie %MOD1+%MOD2+Pfeil nach oben/unten."
#. JDGDc
-#: cui/inc/tipoftheday.hrc:110
+#: cui/inc/tipoftheday.hrc:109
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Change the basic fonts for the predefined template or current document per Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Basic Fonts."
msgstr "Um in Writer die Grundschriftart für vordefinierte Vorlagen oder für das aktuelle Dokument zu ändern, wählen Sie »Extras ▸ Optionen… ▸ %PRODUCTNAME Writer ▸ Grundschriftarten«."
#. 5Anfg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01040300.html
-#: cui/inc/tipoftheday.hrc:111
+#: cui/inc/tipoftheday.hrc:110
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find words containing more than 10 characters? Edit ▸ Find and Replace ▸ Search ▸ [a-z]{10,} ▸ Other Options ▸ check Regular expressions."
msgstr "Um Wörter mit einer Länge von mehr als 10 Zeichen zu finden, wählen Sie »Bearbeiten ▸ Suchen und ersetzen… ▸ Textfeld: Suchen ▸ [a-z] {10,}« sowie »Weitere Optionen… ▸ Markierfeld: Reguläre Ausdrücke«."
#. 7dDjc
-#: cui/inc/tipoftheday.hrc:112
+#: cui/inc/tipoftheday.hrc:111
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Open a CSV file as a new sheet in the current spreadsheet via Sheet ▸ Sheet from file."
msgstr "Zum Öffnen einer CSV-Datei als eine neue Tabelle im aktuellen Calc-Tabellendokument wählen Sie »Tabelle ▸ Tabelle aus Datei einfügen…«."
#. aJtLS
-#: cui/inc/tipoftheday.hrc:113
+#: cui/inc/tipoftheday.hrc:112
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Typing in bold, italics, or underlined in Writer you can continue with the default attributes using just the shortcut %MOD1+Shift+X (remove direct character formats)."
msgstr "Wenn Sie in Writer Text in fett, kursiv oder unterstrichen eingegeben haben, können Sie mit den Standardattributen fortfahren, indem Sie die Tastenkombination [%MOD1+Umschalt+X] verwenden (Direkte Zeichenformatierung entfernen)."
#. iXjDF
-#: cui/inc/tipoftheday.hrc:114
+#: cui/inc/tipoftheday.hrc:113
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
msgstr "Um den Inhalt der Zwischenablage als unformatierten Text in Writer einzufügen, verwenden Sie %MOD1+%MOD2+Umschalt+V."
#. TD8Ux
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:114
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr "Um in Writer die Darstellung der Fußnoten anzupassen, wählen Sie »Extras ▸ Fuß-/Endnoten…«."
#. muc5F
-#: cui/inc/tipoftheday.hrc:116
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Slide Show ▸ Custom Slide Show, reorder and pick slides to fit a slideshow to the needs of your viewers."
msgstr "Um in Impress Folien neu anzuordnen oder welche auszuwählen, damit die Präsentation an die Bedürfnisse Ihrer Zuschauer angepasst wird, wählen Sie »Bildschirmpräsentation ▸ Individuelle Präsentation«."
#. ZZZZo
-#: cui/inc/tipoftheday.hrc:117
+#: cui/inc/tipoftheday.hrc:116
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style."
msgstr "Um die Rechtschreibprüfung für einen Teil des Texts zu ändern, klicken Sie in den Bereich Sprache der Statusleiste oder wenden Sie eine entsprechende Vorlage an."
#. oTX4L
-#: cui/inc/tipoftheday.hrc:118
+#: cui/inc/tipoftheday.hrc:117
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer can insert a blank page between two odd (even) pages that follow. Check “Print automatically inserted blank pages” in the print dialog’s %PRODUCTNAME Writer tab."
msgstr "Writer kann eine leere Seite zwischen zwei aufeinanderfolgenden ungeraden (geraden) Seiten einfügen. Wählen Sie dazu »Datei ▸ Drucken… ▸ Register: %PRODUCTNAME Writer« und aktivieren Sie das Markierfeld \"Automatisch eingefügte leere Seiten drucken\"."
#. YVF2y
-#: cui/inc/tipoftheday.hrc:119
+#: cui/inc/tipoftheday.hrc:118
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You do not want to print all columns? Hide or group the ones you do not need."
msgstr "Um in Calc nicht alle Spalten zu drucken, verstecken oder gruppieren Sie diejenigen, die Sie nicht benötigen."
#. pZZxV
-#: cui/inc/tipoftheday.hrc:120
+#: cui/inc/tipoftheday.hrc:119
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."
msgstr "Um eine AutoStart-Präsentation zu ändern, öffnen Sie diese, rechtsklicken nach dem Start und wählen im Kontextmenü Bearbeiten."
#. WZi38
-#: cui/inc/tipoftheday.hrc:121
+#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to precisely position? %MOD2+arrow Keys move objects (shapes, pictures, formulas) by one pixel."
msgstr "Um Objekte (Formen, Bilder, Formeln) genau zu positionieren, verwenden Sie zum Verschieben um einen Pixel [%MOD2+Pfeiltasten]."
#. FhocH
-#: cui/inc/tipoftheday.hrc:122
+#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Embedded help is available by pressing F1, if you have installed it. Otherwise check online at:"
msgstr "Mit [F1] öffnet sich die Hilfe; die eingebettete, sofern diese installiert ist, andernfalls die Online-Hilfe unter:"
#. n3b6P
-#: cui/inc/tipoftheday.hrc:123
+#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Right-click in the status bar in %PRODUCTNAME Calc and select “Selection count” to display the number of selected cells."
msgstr "Rechtsklicken Sie in die Statusleiste in %PRODUCTNAME Calc und wählen Sie »Anzahl Zellen«, um die Anzahl ausgewählter Zellen anzuzeigen."
#. h7afF
-#: cui/inc/tipoftheday.hrc:124
+#: cui/inc/tipoftheday.hrc:123
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to have two or more columns for just a part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and place text in that section."
msgstr "Um in %PRODUCTNAME Writer zwei oder mehr Spalten für lediglich einen Teil einer Seite festzulegen, wählen Sie »Einfügen ▸ Bereich… ▸ Register: Spalten« legen die Anzahl der Spalten fest und fügen Text in diesen Bereich ein."
#. DmbfV
-#: cui/inc/tipoftheday.hrc:125
+#: cui/inc/tipoftheday.hrc:124
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Data ▸ Statistics for sampling, descriptive statistics, analysis of variance, correlation, and much more in %PRODUCTNAME Calc."
msgstr "Um Stichproben, beschreibende Statistiken, Varianzanalysen, Korrelationen und vieles mehr mit %PRODUCTNAME Calc zu verwenden, wählen Sie »Daten ▸ Statistiken«."
#. cVaQ3
-#: cui/inc/tipoftheday.hrc:126
+#: cui/inc/tipoftheday.hrc:125
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can copy from one sheet to another without the clipboard. Select the area to copy, %MOD1+click the target sheet’s tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."
msgstr "Sie können in Calc ohne Zwischenablage von einer Tabelle in eine andere kopieren. Wählen Sie den zu kopierenden Bereich aus, klicken Sie bei gedrückter Taste [%MOD1] auf die Registerkarte der Zieltabelle und wählen Sie »Tabelle ▸ Zellen ausfüllen ▸ Tabellen…«."
#. QDmWG
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:126
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr "Um das Aussehen von %PRODUCTNAME zu ändern, wählen Sie »Extras ▸ Optionen… ▸ Ansicht ▸ Benutzeroberfläche«."
#. J853i
-#: cui/inc/tipoftheday.hrc:128
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Impress, use Insert ▸ Media ▸ Photo Album to create a slideshow from a series of pictures with the “Photo Album” feature."
msgstr "Um eine Präsentation aus einer Reihe von Bildern mit der Funktion \"Fotoalbum\" zu erstellen, wählen Sie in %PRODUCTNAME Impress »Einfügen ▸ Medien ▸ Fotoalbum«."
#. BcK3A
-#: cui/inc/tipoftheday.hrc:129
+#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can show formulas instead of results with View ▸ Show Formula (or Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Display ▸ Formulas)."
msgstr "Um Formeln anstelle von Ergebnissen in Calc anzuzeigen, wählen Sie »Ansicht ▸ Formel anzeigen« (oder »Extras ▸ Optionen… ▸ %PRODUCTNAME Calc ▸ Ansicht ▸ Bereich: Anzeige ▸ Markierfeld: Formeln«)."
#. bY8ve
-#: cui/inc/tipoftheday.hrc:130
+#: cui/inc/tipoftheday.hrc:129
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME is developed by a friendly community, made up of hundreds of contributors around the world. Join us with your skills beyond coding."
msgstr "%PRODUCTNAME wird von einer freundlichen Community entwickelt, bestehend aus hunderten von Entwicklern aus der ganzen Welt. Bringen Sie Ihre Fähigkeiten auch jenseits des Codierens mit ein."
#. GEJXj
-#: cui/inc/tipoftheday.hrc:131
+#: cui/inc/tipoftheday.hrc:130
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Left-handed? Enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Asian and check Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ View ▸ Ruler ▸ Right-aligned, which displays the scrollbar to the left."
msgstr "Wenn Sie Linkshänder sind, wählen Sie »Extras ▸ Optionen… ▸ Spracheinstellungen ▸ Sprachen ▸ Markierfeld: Asiatisch« und bestätigen mit \"OK\". Anschließend wählen Sie »Extras ▸ Optionen… ▸ %PRODUCTNAME Writer ▸ Ansicht ▸ Lineal ▸ Markierfeld: Rechts ausgerichtet«, wodurch das Lineal in Writer rechts und die Bildlaufleiste links angezeigt wird."
#. Bs9w9
-#: cui/inc/tipoftheday.hrc:132
+#: cui/inc/tipoftheday.hrc:131
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want your chapter titles to always begin a page? Edit Heading1 (paragraph style) ▸ Text Flow ▸ Breaks and check Insert ▸ Page ▸ Before."
msgstr "Um Ihre Kapitelüberschriften in Writer immer mit einer neuen Seite zu beginnen, klicken Sie in den Formatvorlagen mit der rechten Maustaste auf die Absatzvorlage Überschrift 1 und wählen »Ändern… ▸ Register: Textfluss ▸ Abschnitt: Umbrüche ▸ Markierfeld: Einfügen ▸ Typ: Seite ▸ Position: Vor«."
#. UVRgV
-#: cui/inc/tipoftheday.hrc:133
+#: cui/inc/tipoftheday.hrc:132
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Date/time value is just a number of days since a chosen day zero; in the number, integer part represents date, and fractional part is time (elapsed part of a day), with 0.5 representing noon."
msgstr "Der Wert für Datum/Uhrzeit ist nur eine Anzahl von Tagen seit dem festgelegten Tag Null; in der Zahl steht der ganzzahlige Teil für das Datum und der Bruchteil für die Zeit (verstrichener Teil eines Tages), wobei 0,5 für den Mittag steht."
#. o2fy3
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:133
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr "»Umschalt+%MOD1+Entf« löscht in Writer vom Cursor bis zum Ende des aktuellen Satzes."
#. XDhNo
-#: cui/inc/tipoftheday.hrc:135
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use column or row labels in formulas. For example, if you have two columns, “Time” and “KM”, use =Time/KM to get minutes per kilometer."
msgstr "Verwenden Sie in Calc Spalten- oder Zeilenbeschriftungen in Formeln. Wenn Sie beispielsweise zwei Spalten mit \"Zeit\" und \"km\" haben, geben Sie =Zeit/km ein, um die Zeit pro Kilometer zu bekommen."
#. E7GZz
-#: cui/inc/tipoftheday.hrc:136
+#: cui/inc/tipoftheday.hrc:135
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Annoyed by the “marching ants” around cells in Calc? Press escape to stop them; the copied content will remain available for pasting."
msgstr "Um die marschierenden Ameisen um Zellen in Calc zu stoppen, drücken Sie die Taste [Esc]. Der kopierte Inhalt bleibt zum Einfügen verfügbar."
#. fsDVc
-#: cui/inc/tipoftheday.hrc:137
+#: cui/inc/tipoftheday.hrc:136
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to become a %PRODUCTNAME Ambassador? There are certifications for developers, admins, and trainers."
msgstr "Falls Sie ein Botschafter für %PRODUCTNAME werden möchten, gibt es Zertifizierungen für Entwickler, Administratoren und Ausbilder."
#. VWNyB
-#: cui/inc/tipoftheday.hrc:138
+#: cui/inc/tipoftheday.hrc:137
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."
msgstr "Um Hochformat und Querformat in Calc-Tabellendokumenten zu mischen, weisen Sie den einzelnen Tabellen verschiedene Seitenvorlagen zu."
#. eRzRG
-#: cui/inc/tipoftheday.hrc:139
+#: cui/inc/tipoftheday.hrc:138
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click on the special character icon in the toolbar to get quick access to favorite and recent characters to insert."
msgstr "Um schnell auf die zuletzt eingefügten und bevorzugten Sonderzeichen zuzugreifen, klicken Sie auf das Symbol »Sonderzeichen einfügen« in der Symbolleiste „Standard“."
#. 7UE7V
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:139
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr "Wählen Sie in der Seitenleiste Formatvorlagen die Option \"Hierarchische Ansicht\", um die Beziehung zwischen den Formatvorlagen anzuzeigen."
#. FKfZB
-#: cui/inc/tipoftheday.hrc:141
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table ▸ AutoFormat."
msgstr "Sie können Vorlagen verwenden, um die Tabellen in Ihrem Writer-Dokument einheitlich aussehen zu lassen. Wählen Sie eine der vordefinierten Vorlagen [F11] oder »Tabelle ▸ AutoFormat…«."
#. UuBRE
-#: cui/inc/tipoftheday.hrc:142
+#: cui/inc/tipoftheday.hrc:141
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Configure use of the %MOD1 key to open hyperlinks? Tools ▸ Options ▸ %PRODUCTNAME ▸ Security ▸ Options ▸ “%MOD1+click required to open hyperlinks”."
msgstr "Um die Verwendung der Taste [%MOD1] zum Folgen von Hyperlinks zu ändern, wählen Sie »Extras ▸ Optionen… ▸ %PRODUCTNAME ▸ Sicherheit ▸ Schaltfläche: Optionen… ▸ Markierfeld: %MOD1 beim Klicken halten, um Hyperlinks zu folgen«."
#. cCnpG
-#: cui/inc/tipoftheday.hrc:143
+#: cui/inc/tipoftheday.hrc:142
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You would like to view the calculation of individual elements of a formula, select the respective elements and press F9."
msgstr "Um die Berechnung einzelner Elemente einer Calc-Formel anzuzeigen, wählen Sie die entsprechenden Elemente aus und drücken [F9]."
#. 9HtDt
-#: cui/inc/tipoftheday.hrc:144
+#: cui/inc/tipoftheday.hrc:143
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can protect cells with Format ▸ Cells ▸ Protection. To prevent insert, delete, rename, move/copy of sheets use Tools ▸ Protect Sheet."
msgstr "Zum Schützen von Zellen in Calc wählen Sie »Format ▸ Zellen… ▸ Register: Zellschutz«. Um zu verhindern, dass Tabellen eingefügt, gelöscht, umbenannt, verschoben oder kopiert werden, wählen Sie »Extras ▸ Tabelle schützen…«."
#. L6brZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:145
+#: cui/inc/tipoftheday.hrc:144
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Write along a curve? Draw the line, double click, type the text, Format ▸ Text Box and Shape ▸ Fontwork."
msgstr "Um entlang einer Kurve zu schreiben, zeichnen Sie die Linie, doppelklicken auf sie, geben Sie den Text ein und wählen Sie »Format ▸ Textfeld« und »Form ▸ Fontwork…«."
#. ZE6D5
-#: cui/inc/tipoftheday.hrc:146
+#: cui/inc/tipoftheday.hrc:145
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to display only the highest values in a spreadsheet? Select menu Data ▸ AutoFilter, click the drop-down arrow, and choose “Top10”."
msgstr "Um in einer Calc-Tabelle nur die größten Werte anzuzeigen, wählen Sie »Daten ▸ Autofilter« und in der Dropdown-Liste \"Top 10\"."
#. wAQLx
-#: cui/inc/tipoftheday.hrc:147
+#: cui/inc/tipoftheday.hrc:146
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove the page number from your table of contents go to Insert ▸ Table of Contents (or right-click and Edit the previously inserted index). In the Entries tab delete the page number (#) from Structure line."
msgstr "Um die Seitenzahl aus Ihrem Inhaltsverzeichnis in Writer zu entfernen, wählen Sie »Einfügen ▸ Verzeichnis ▸ Verzeichnis…« (oder klicken mit der rechten Maustaste und bearbeiten das zuvor eingefügte Verzeichnis). Löschen Sie auf der Registerkarte \"Einträge\" die Seitenzahl (#) aus der Zeile Struktur."
#. JPu6C
-#: cui/inc/tipoftheday.hrc:148
+#: cui/inc/tipoftheday.hrc:147
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With the Navigator you can select & move up/down headings and the text below the heading, in the Navigator and in the document."
msgstr "Im Navigator können Sie Überschriften und den zugehörigen Text im Writer-Dokument auswählen und verschieben."
#. 8qYrk
-#: cui/inc/tipoftheday.hrc:149
+#: cui/inc/tipoftheday.hrc:148
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly get a math object in Writer type your formula, mark it, and use Insert ▸ Object ▸ Formula to convert the text."
msgstr "Um in Writer schnell ein Formel-Objekt zu erstellen, geben Sie den Formeltext ein, markieren ihn und wählen »Einfügen ▸ Objekt ▸ Formel…«, um den Text zu konvertieren."
#. Zj7NA
-#: cui/inc/tipoftheday.hrc:150
+#: cui/inc/tipoftheday.hrc:149
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME it is very easy to install a new dictionary: they are supplied as extensions."
msgstr "Mit %PRODUCTNAME ist es ganz einfach, ein neues Wörterbuch zu installieren: Sie werden als Extension geliefert."
#. 7kaMQ
-#: cui/inc/tipoftheday.hrc:151
+#: cui/inc/tipoftheday.hrc:150
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a portable version which gives you mobility. Even without administrator rights on your computer you can install %PRODUCTNAME Portable to your hard drive too."
msgstr "%PRODUCTNAME gibt es für Ihre volle Mobilität auch als Portable-Version. Sogar ohne Administrator-Rechte für Ihren Computer können Sie %PRODUCTNAME-Portable auf Ihrer Festplatte installieren."
#. GSVYQ
-#: cui/inc/tipoftheday.hrc:152
+#: cui/inc/tipoftheday.hrc:151
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer lets you number your footnotes per page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ Counting."
msgstr "Mit Writer können Sie Ihre Fußnoten pro Seite, Kapitel oder Dokument nummerieren: Wählen Sie »Extras ▸ Fuß-/Endnoten… ▸ Register: Fußnoten ▸ Dropdown-Liste: Zählung«."
#. gpVRV
-#: cui/inc/tipoftheday.hrc:153
+#: cui/inc/tipoftheday.hrc:152
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your Writer document does not reopen with the text cursor at the same editing position it was when you saved it? Add First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last name."
msgstr "Um Ihr Writer-Dokument mit dem Textcursor an der gleichen Bearbeitungsposition zu öffnen, an der Sie es gespeichert haben, wählen Sie »Extras ▸ Optionen… ▸ %PRODUCTNAME ▸ Benutzerdaten« und überprüfen Sie, dass Vor-/Nachname nicht leer ist."
#. udDRb
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:153
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr "Für ein Zitier-Management verwenden Sie eine Drittanbieter-Extension."
#. ALczh
-#: cui/inc/tipoftheday.hrc:155
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a value in the same place on several sheets? Select the sheets: hold down %MOD1 key and click their tabs before entering."
msgstr "Um einen Wert an derselben Stelle in mehreren Calc-Tabellen einzufügen, wählen Sie die Tabellen aus, indem Sie die Taste %MOD1 gedrückt halten und auf die entsprechenden Tabellenregister klicken, bevor Sie die Eingabe machen."
#. XsdGx
-#: cui/inc/tipoftheday.hrc:156
+#: cui/inc/tipoftheday.hrc:155
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to hide some text in a document? Select the text. Insert ▸ Section, and select “Hide”."
msgstr "Um Text in einem Dokument zu verstecken, markieren Sie den Text, wählen Sie »Einfügen ▸ Bereich…« und aktivieren Sie das Markierfeld „Ausblenden“."
#. WMnj2
#. online help is different https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
-#: cui/inc/tipoftheday.hrc:157
+#: cui/inc/tipoftheday.hrc:156
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can customize the middle mouse button per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Middle Mouse button."
msgstr "Sie können die mittlere Maustaste unter »Extras ▸ Optionen… ▸ %PRODUCTNAME ▸ Ansicht ▸ Dropdown-Menü: Mittlere Maustaste« anpassen."
#. qQsXD
-#: cui/inc/tipoftheday.hrc:158
+#: cui/inc/tipoftheday.hrc:157
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to print two portrait pages on a landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per sheet”."
msgstr "Um zwei Seiten im Hochformat auf eine Seite im Querformat zu drucken (verkleinert von A4 auf A5), wählen Sie »Datei ▸ Drucken… ▸ Register: Seitenlayout« und „2“ in der Dropdown-Liste „Seiten pro Blatt“."
#. GmBZk
-#: cui/inc/tipoftheday.hrc:159
+#: cui/inc/tipoftheday.hrc:158
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "For quick access to your document bookmarks, right-click on the page number of the status bar (lower-left corner of document window)."
msgstr "Um in Writer schnell auf Ihre Lesezeichen zuzugreifen, klicken Sie mit der rechten Maustaste auf die Seitenzahl in der Statusleiste (linke untere Ecke des Dokumentfensters)."
#. Eb85a
-#: cui/inc/tipoftheday.hrc:160
+#: cui/inc/tipoftheday.hrc:159
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select an object in the document background via the Select tool in the Drawing toolbar to surround the object to select."
msgstr "Um ein Objekt im Dokumenthintergrund auszuwählen, verwenden Sie das Werkzeug Auswahl in der Symbolleiste Zeichnung, um das Objekt zu umgrenzen."
#. T3RSB
-#: cui/inc/tipoftheday.hrc:161
+#: cui/inc/tipoftheday.hrc:160
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
msgstr "Legen Sie häufig verwendete Texte in Writer als AutoText fest. Fügen Sie diese anschließend mittels Namen, Tastaturkürzel oder Symbolleiste in jedes Writer-Dokument ein."
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
-#: cui/inc/tipoftheday.hrc:162
+#: cui/inc/tipoftheday.hrc:161
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the “Apply to All Slides” button."
msgstr "Um Musik während der gesamten Präsentation abzuspielen, weisen Sie den Klang dem ersten Folienübergang zu, ohne das Markierfeld \"Wiederholen bis zum nächsten Klang\" zu aktivieren."
#. Xrnns
-#: cui/inc/tipoftheday.hrc:163
+#: cui/inc/tipoftheday.hrc:162
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME Calc does not calculate from left to right but respects the order Parentheses – Exponents – Multiplication – Division – Addition – Subtraction."
msgstr "%PRODUCTNAME Calc berechnet nicht von links nach rechts, sondern berücksichtigt die mathematische Reihenfolge: Klammern > Exponenten > Multiplikation > Division > Addition > Subtraktion."
#. heb7V
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:163
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr "Sie erreichen die %PRODUCTNAME-Dokumentation und kostenlose Handbücher über:"
#. T6uNP
-#: cui/inc/tipoftheday.hrc:165
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to remove all <> at once and keep the text inside? Edit ▸ Find and Replace: Search = [<>], Replace = blank and check “Regular expressions” under Other options."
msgstr "Um alle <> auf einmal zu entfernen und den Text darin zu behalten, wählen Sie »Bearbeiten ▸ Suchen & Ersetzen… ▸ Suchen: \"[<>]\" ▸ Ersetzen: (leer)« und aktivieren im Bereich \"Weitere Optionen\" das Markierfeld \"Reguläre Ausdrücke\"."
#. e3dfT
#. local help missing
-#: cui/inc/tipoftheday.hrc:166
+#: cui/inc/tipoftheday.hrc:165
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to present a report written with Writer? File ▸ Send ▸ Outline to Presentation automatically creates a slideshow from the outline."
msgstr "Um einen mit Writer erstellten Bericht zu präsentieren, wählen Sie »Datei ▸ Senden ▸ Gliederung an Präsentation«, um automatisch eine Bildschirmpräsentation aus der Gliederung zu erzeugen."
#. ZdyGi
-#: cui/inc/tipoftheday.hrc:167
+#: cui/inc/tipoftheday.hrc:166
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to manage the presentation of hyperlinks in a spreadsheet? Insert them with the HYPERLINK function."
msgstr "Um die Darstellung von Hyperlinks in Calc zu verwalten, fügen Sie diese mittels »Einfügen ▸ Hyperlink…« ein."
#. qyyJ4
#. local help missing
-#: cui/inc/tipoftheday.hrc:168
+#: cui/inc/tipoftheday.hrc:167
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ View ▸ Zoom: “Synchronize sheets” so that each sheet in Calc has its own zoom factor."
msgstr "Damit jede Tabelle in Calc ihren eigenen Maßstab hat, deaktivieren Sie das Markierfeld „Tabellen synchronisieren“ unter »Extras ▸ Optionen… ▸ %PRODUCTNAME Calc ▸ Ansicht ▸ Maßstab«."
#. qK7Xz
-#: cui/inc/tipoftheday.hrc:169
+#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can set a color for each tab: right-click the tab or use Sheet ▸ Sheet Tab Color."
msgstr "Sie können für jede Registerkarte in Calc eine Farbe festlegen: Klicken Sie mit der rechten Maustaste auf die Registerkarte oder wählen Sie »Tabelle ▸ Tabellenregisterfarbe…«."
#. YGUAo
-#: cui/inc/tipoftheday.hrc:170
+#: cui/inc/tipoftheday.hrc:169
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Trace cells used in a formula, precedents (Shift+F9) or dependents (Shift+F5) (or use Tools ▸ Detective). For each hit you go one more step in the chain."
msgstr "Verfolgen Sie in Calc die in einer Formel verwendeten Zellen, die Spur zum Vorgänger [Umschalt+F9] oder die Spur zum Nachfolger [Umschalt+F5] (oder wählen Sie »Extras ▸ Detektiv«). Bei jeder Ausführung gehen Sie in der Kette einen Schritt weiter."
#. mJ6Gu
#. local help missing
-#: cui/inc/tipoftheday.hrc:171
+#: cui/inc/tipoftheday.hrc:170
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert and number your formulas in one step: type fn then F3. An AutoText is inserted with formula and number aligned in a table."
msgstr "Um Formeln in Writer zu nummerieren, geben Sie fn ein und drücken dann F3. Ein Autotext wird eingefügt, wobei Formel und Nummer in einer Tabelle ausgerichtet sind."
#. 8rA8u
-#: cui/inc/tipoftheday.hrc:172
+#: cui/inc/tipoftheday.hrc:171
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can create an illustration index from object names, not only from captions."
msgstr "In Writer lässt sich ein Abbildungsverzeichnis auch von Objektnamen anstelle der Beschriftungen erstellen."
#. Bqtz5
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/05190000.html
-#: cui/inc/tipoftheday.hrc:173
+#: cui/inc/tipoftheday.hrc:172
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use your Android or iPhone to remotely control your Impress presentation."
msgstr "Verwenden Sie Ihr Android oder iPhone als Fernbedienung für Ihre Impress-Präsentation."
#. GgzTh
#. local help missing
-#: cui/inc/tipoftheday.hrc:174
+#: cui/inc/tipoftheday.hrc:173
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know how many days there are in the current month? Use the DAYSINMONTH(TODAY()) function."
msgstr "Um in Calc die Anzahl der Tage des aktuellen Monats zu ermitteln, geben Sie =TAGEIMMONAT(HEUTE()) ein."
#. z72JP
-#: cui/inc/tipoftheday.hrc:175
+#: cui/inc/tipoftheday.hrc:174
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your numbers are displayed as ### in your spreadsheet? The column is too narrow to display all digits."
msgstr "Wenn Ihre Zahlen in Ihrer Calc-Tabelle als ### angezeigt werden, ist die Spalte zu schmal, um alle Ziffern anzuzeigen."
#. REoF7
-#: cui/inc/tipoftheday.hrc:176
+#: cui/inc/tipoftheday.hrc:175
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Enable massive parallel calculations of formula cells via Tools ▸ Options ▸ OpenCL."
msgstr "Für massiv parallele Berechnungen von Formelzellen in Calc aktivieren Sie das Markierfeld unter »Extras ▸ Optionen… ▸ LibreOffice ▸ OpenCL«."
#. zAqfX
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/opencl.html
-#: cui/inc/tipoftheday.hrc:177
+#: cui/inc/tipoftheday.hrc:176
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Connector tool from the Drawing toolbar in Draw/Impress to create nice flow charts and optionally copy/paste the object into Writer."
msgstr "Um Flussdiagramme zu erstellen, verwenden Sie in Draw/Impress die Verbinder in der Symbolleiste Zeichnung und kopieren das fertige Objekt in Writer."
#. Uq3tZ
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:177
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr "Ihre Spenden unterstützen unsere weltweite Gemeinschaft."
#. V2QjS
-#: cui/inc/tipoftheday.hrc:179
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to add x months to a date? Use =EDATE(date;months)."
msgstr "Um in Calc zu einem Datum x Monate hinzu zu addieren, geben Sie =EDATUM(Datum;Monate) ein."
#. uYpVp
#. local help missing
-#: cui/inc/tipoftheday.hrc:180
+#: cui/inc/tipoftheday.hrc:179
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To select a contiguous range of cells containing data and bounded by empty row and columns use %MOD1+* (numeric key pad)."
msgstr "Verwenden Sie in Calc %MOD1+Stern (*) (auf dem Ziffernblock), um einen zusammenhängenden Bereich von Zellen auszuwählen, die Daten enthalten und durch leere Zeilen und Spalten begrenzt sind."
#. u4FZP
-#: cui/inc/tipoftheday.hrc:181
+#: cui/inc/tipoftheday.hrc:180
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your date acceptance pattern is inappropriate? Use Tools ▸ Options ▸ Language Settings ▸ Language ▸ Date acceptance patterns to tweak the pattern."
msgstr "Um in Calc das Datumserkennungsmuster Ihren Vorlieben anzupassen, wählen Sie »Extras ▸ Optionen… ▸ Spracheinstellungen ▸ Sprache ▸ Datumserkennungsmuster« und ergänzen dort das gewünschte Muster."
#. MZyXB
-#: cui/inc/tipoftheday.hrc:182
+#: cui/inc/tipoftheday.hrc:181
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to export formulas to CSV? File ▸ Save As ▸ Type:Text CSV, check “Edit filter settings”, and check “Save cell formulas” in the next dialog."
msgstr "Um Formeln aus Calc in CSV zu exportieren, wählen Sie »Datei ▸ Speichern unter… ▸ Typ: Text CSV«, aktivieren Sie \"Filtereinstellungen bearbeiten\" und aktivieren Sie im nächsten Dialog \"Formeln anstatt berechneter Werte speichern\"."
#. XLN9z
-#: cui/inc/tipoftheday.hrc:183
+#: cui/inc/tipoftheday.hrc:182
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The presenter console is a great feature when working with %PRODUCTNAME Impress. Have you checked it out?"
msgstr "Probieren Sie mal die Presenter Console aus, welche eine hervorragende Funktion bei der Arbeit mit %PRODUCTNAME Impress ist."
#. PFGhM
#. local help missing
-#: cui/inc/tipoftheday.hrc:184
+#: cui/inc/tipoftheday.hrc:183
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To delete multiple comments, select cells with comments and use Sheet ▸ Cell Comments ▸ Delete Comment."
msgstr "Um in Calc mehrere Kommentare zu löschen, markieren Sie die Zellen mit Kommentaren und wählen »Bearbeiten ▸ Kommentare ▸ Löschen…«."
#. SMLUg
-#: cui/inc/tipoftheday.hrc:185
+#: cui/inc/tipoftheday.hrc:184
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Easily convert your documents to PDF with one click by clicking on the PDF icon in the toolbar."
msgstr "Wandeln Sie Ihre Dokumente mit einem Klick auf das Symbol PDF in der Symbolleiste in PDFs."
#. UwBoZ
-#: cui/inc/tipoftheday.hrc:186
+#: cui/inc/tipoftheday.hrc:185
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter."
msgstr "Um in Calc einen großen Zellenbereich auszuwählen, ohne einen Bildlauf durchzuführen, geben Sie die Bereichsreferenz (beispielsweise A1:A1000) in das Namensfeld ein und drücken die Eingabetaste."
#. Tc7Nf
-#: cui/inc/tipoftheday.hrc:187
+#: cui/inc/tipoftheday.hrc:186
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know the valid command line parameters? Start soffice with --help or -h or -?"
msgstr "Um die gültigen Kommandozeilen-Parameter kennenzulernen, starten Sie soffice mit --help, -h oder -?."
#. pmP5i
#. local help missing
-#: cui/inc/tipoftheday.hrc:188
+#: cui/inc/tipoftheday.hrc:187
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit your sheet or print ranges to a page with Format ▸ Page ▸ Sheet Tab ▸ Scaling Mode."
msgstr "Um Ihre Tabelle oder Ihre Druckbereiche in Calc an die Seite anzupassen, wählen Sie »Format ▸ Seite… ▸ Register: Tabelle ▸ Abschnitt: Maßstab«."
#. AFuSB
-#: cui/inc/tipoftheday.hrc:189
+#: cui/inc/tipoftheday.hrc:188
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need an unnumbered item in a list? Use “Insert Unnumbered Entry” in the Bullets and Numbering toolbar."
msgstr "Um einen nicht nummerierten Eintrag in einer Liste in Writer einzufügen, verwenden Sie in der Symbolleiste \"Aufzählungszeichen und Nummerierung\" die Option \"Eintrag ohne Nummer einfügen\"."
#. ZacQo
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:189
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr "Um die Ausrichtung einer Writer-Tabellenzelle zu drehen, wählen Sie »Tabelle ▸ Eigenschaften… ▸ Textfluss ▸ Dropdown-Menü: Textausrichtung«."
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:191
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In %PRODUCTNAME Draw to change the 0/0 point of the rulers, drag the intersection of the two rulers in the top left corner into the workspace."
msgstr "Um in %PRODUCTNAME Draw den 0/0-Punkt der Lineale zu ändern, ziehen Sie den Schnittpunkt der beiden Lineale in der linken oberen Ecke in die Arbeitsfläche."
#. Fcnsr
-#: cui/inc/tipoftheday.hrc:192
+#: cui/inc/tipoftheday.hrc:191
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Move a column in Calc between two others in one step? Click the header then a cell in the column, keep mouse button and move to the target with %MOD2 key."
msgstr "Um eine Spalte in Calc in einem Schritt zwischen zwei andere zu verschieben, klicken Sie auf die Überschrift und halten Sie die Taste %MOD2 gedrückt, während sie auf eine Zelle in der Spalte klicken und diese an das Ziel ziehen."
#. 3xJeA
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:192
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr "Um in Writer automatisch alle Verzeichniseinträge alphabetisch zu markieren, nehmen Sie eine Konkordanzdatei zu Hilfe."
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:194
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Align (or the context menu) for precise positioning of objects in Draw/Impress: it centers on the page if one object is selected or works on the group respectively."
msgstr "Um in Draw/Impress Objekte genau zu positionieren, wählen Sie »Format ▸ Ausrichten« (oder das Kontextmenü): Es wird auf der Seite zentriert, wenn ein Objekt ausgewählt ist, oder entsprechend die Gruppe."
#. TijVG
-#: cui/inc/tipoftheday.hrc:195
+#: cui/inc/tipoftheday.hrc:194
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not use tabs to space items on a Writer document. Depending on what you are trying to do, a borderless table can be a better choice."
msgstr "Um Elemente in Writer anzuordnen kann je nach dem, was Sie erreichen möchten, eine rahmenlose Tabelle die bessere Wahl gegenüber der Verwendung von Tabulatoren sein."
#. 6GtGH
-#: cui/inc/tipoftheday.hrc:196
+#: cui/inc/tipoftheday.hrc:195
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "No need to scroll through the list at Tools ▸ Customize ▸ Keyboard to find a shortcut: just type it."
msgstr "Sie müssen nicht in der Liste unter »Extras ▸ Anpassen… ▸ Register: Tastatur« blättern, um eine Tastenkombination zu finden. Geben Sie sie einfach ein."
#. 63noP
-#: cui/inc/tipoftheday.hrc:197
+#: cui/inc/tipoftheday.hrc:196
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME can automatically add a numbered caption when you insert objects. See Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ AutoCaption."
msgstr "Um %PRODUCTNAME beim Einfügen von Objekten in Writer automatisch eine nummerierte Beschriftung hinzufügen zu lassen, wählen Sie »Extras ▸ Optionen… ▸ %PRODUCTNAME Writer ▸ Automatische Beschriftung«."
#. 8kpGG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01041100.html
-#: cui/inc/tipoftheday.hrc:198
+#: cui/inc/tipoftheday.hrc:197
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With %PRODUCTNAME you can use your Google Mail account to do a mail merge. Fill in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Mail Merge Email."
msgstr "Um mit %PRODUCTNAME über Ihr Google Mail-Konto Serien-E-Mails zu versenden, geben Sie unter »Extras ▸ Optionen… ▸ %PRODUCTNAME Writer ▸ Serien-E-Mail« Ihre Zugangsdaten ein."
#. 87ozj
#. local help missing
-#: cui/inc/tipoftheday.hrc:199
+#: cui/inc/tipoftheday.hrc:198
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep column headers of a sheet visible when scrolling lines via View ▸ Freeze Cells ▸ Freeze First Row."
msgstr "Um die Spaltenüberschriften einer Calc-Tabelle beim rollen durch Zeilen sichtbar zu behalten, wählen Sie »Ansicht ▸ Zellen fixieren ▸ Erste Zeile fixieren«."
#. mCfdK
-#: cui/inc/tipoftheday.hrc:200
+#: cui/inc/tipoftheday.hrc:199
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
msgstr "Um zu beginnen, mit %PRODUCTNAME Makros zu arbeiten, schauen Sie sich die Beispiele unter »Extras ▸ Makros ▸ Makros bearbeiten…« an."
#. 5fYgo
-#: cui/inc/tipoftheday.hrc:201
+#: cui/inc/tipoftheday.hrc:200
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apply Heading paragraph styles in Writer with shortcut keys: %MOD1+1 applies Heading 1, %MOD1+2 applies Heading 2, etc."
msgstr "Wenden Sie in Writer Absatzvorlagen für Überschriften an, indem Sie %MOD1+1 für Überschrift 1, %MOD1+2 für Überschrift 2 und so weiter drücken."
#. DA82R
-#: cui/inc/tipoftheday.hrc:202
+#: cui/inc/tipoftheday.hrc:201
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not get lost in large documents. Use the Navigator (F5) to find your way through the content."
msgstr "Um sich im Inhalt großer Dokumente zurechtzufinden, verwenden Sie den Navigator (F5)."
#. naXEz
-#: cui/inc/tipoftheday.hrc:203
+#: cui/inc/tipoftheday.hrc:202
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Edit ▸ Find and Replace lets you insert special characters directly: right click in input fields or press Shift+%MOD1+S."
msgstr "Um im Dialog unter »Bearbeiten ▸ Suchen und Ersetzen…« Sonderzeichen direkt einzufügen, klicken Sie mit rechts in das Eingabefeld oder drücken Sie [Umschalt+%MOD1+S]."
#. vNBR3
-#: cui/inc/tipoftheday.hrc:204
+#: cui/inc/tipoftheday.hrc:203
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need custom contents for metadata properties? File ▸ Properties ▸ Custom Properties tab lets you create what you want."
msgstr "Wenn Sie in Writer benutzerdefinierte Inhalte für Metadaten-Eigenschaften benötigen, wählen Sie »Datei ▸ Eigenschaften… ▸ Register: Benutzerdefinierte Eigenschaften« und erstellen Sie dort, was Sie möchten."
#. 9TnEA
-#: cui/inc/tipoftheday.hrc:205
+#: cui/inc/tipoftheday.hrc:204
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to see, but not print, an object in Draw? Draw it on a layer for which the “Printable” flag is not set (right click on the tab and “Modify Layer”)."
msgstr "Wenn Sie ein Objekt in Draw zwar sehen aber nicht drucken möchten, zeichnen Sie es in eine Ebene, für welche das Markierfeld „Druckbar“ nicht aktiviert ist (klicken Sie mit rechts auf ein Register und wählen Sie „Ebene ändern…“)."
#. CGQaY
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:205
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr "Um das aktuelle Datum in Ihr Dokument einzufügen, wählen Sie »Einfügen ▸ Feldbefehl ▸ Datum«."
#. vGKBe
-#: cui/inc/tipoftheday.hrc:207
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Got many images in your Writer document? Speed up the display by disabling View ▸ Images and charts."
msgstr "Um die Anzeige in Ihrem Writer-Dokument bei vielen Bildern zu beschleunigen, deaktivieren Sie »Ansicht ▸ Bilder und Diagramme«."
#. Y85ij
-#: cui/inc/tipoftheday.hrc:208
+#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Sheet ▸ Fill Cells ▸ Random Number to generate a random series based on various distributions."
msgstr "Um eine zufällige, auf verschiedenen Verteilungen basierende Reihe in Calc zu erstellen, wählen Sie »Tabelle ▸ Zellen ausfüllen ▸ Zufallszahlen…«."
#. Y24mZ
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/02140700.html
-#: cui/inc/tipoftheday.hrc:209
+#: cui/inc/tipoftheday.hrc:208
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Rename your slides in Impress to help you define “Go to page” interactions and to have a summary more explicit than Slide1, Slide2…"
msgstr "Sie können Folien in Impress umbenennen, um einfacher Aktionen wie \"Gehe zu Folie\" zu definieren und um eine verständlichere Zusammenfassung als Folie 1, Folie 2 und so weiter zu haben."
#. JBgEb
-#: cui/inc/tipoftheday.hrc:210
+#: cui/inc/tipoftheday.hrc:209
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Chapter numbering dialog lets you set text to be displayed before the chapter number. For example, type “Chapter ” to display “Chapter 1”"
msgstr "Um festlegen, dass Text vor der Kapitelnummer in Writer angezeigt wird, wählen Sie »Extras ▸ Kapitelnummerierung… ▸ Register: Nummerierung« und geben Sie beispielsweise \"Kapitel\" im Feld „Davor“ ein, um „Kapitel 1“ anzuzeigen."
#. z3rPd
-#: cui/inc/tipoftheday.hrc:211
+#: cui/inc/tipoftheday.hrc:210
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Transpose a Writer table? Copy and paste in Calc, transpose with copy/paste special then copy/paste special ▸ Formatted text in Writer."
msgstr "Um eine Writer-Tabelle zu transponieren, kopieren Sie sie und fügen sie in Calc ein. Um sie zu transponieren, kopieren Sie sie und wählen »Bearbeiten ▸ Inhalte einfügen ▸ Inhalte einfügen… ▸ Schaltfläche: Transponieren«. Anschließend kopieren Sie sie und fügen sie wieder in eine Writer-Tabelle ein."
#. DKBCg
-#: cui/inc/tipoftheday.hrc:212
+#: cui/inc/tipoftheday.hrc:211
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To get the “Vertical Text” tool in the Drawing toolbar, check Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Default languages ▸ Asian (and make the button visible with right-click)."
msgstr "Um in Writer das Werkzeug \"Vertikalen Text\" in der Symbolleiste Zeichnung zu aktivieren, wählen Sie »Extras ▸ Optionen… ▸ Spracheinstellungen ▸ Sprachen ▸ Standardsprachen« und aktivieren das Markierfeld \"Asiatisch\" (gegebenenfalls aktivieren Sie noch das Symbol mittels Rechtsklick auf die Symbolleiste und \"Sichtbare Schaltflächen\")."
#. mmG7g
-#: cui/inc/tipoftheday.hrc:213
+#: cui/inc/tipoftheday.hrc:212
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly zoom in on range selection, right click on the zoom part of the status bar and choose Optimal."
msgstr "Um schnell auf einen ausgewählten Bereich zu vergrößern, klicken Sie mit der rechten Maustaste auf den Bereich Maßstab in der Statusleiste und wählen Optimal."
#. FDNiA
-#: cui/inc/tipoftheday.hrc:214
+#: cui/inc/tipoftheday.hrc:213
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sign existing PDF files and also verify those signatures."
msgstr "Es lassen sich bestehende PDF-Dateien signieren und deren Signaturen überprüfen."
#. hDiRV
#. local help missing
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:214
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr "Wenn Sie oft ein Dokument aus einem anderen erstellen, um Formatierungen wiederzuverwenden, sollten Sie einmal überlegen, Dokumentvorlagen zu verwenden."
#. nESeG
-#: cui/inc/tipoftheday.hrc:216
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Format ▸ Conditional Formatting ▸ Manage in Calc to find out which cells have been defined with conditional formatting."
msgstr "Um herauszufinden, für welche Zellen in Calc bedingte Formatierungen definiert sind, wählen Sie »Format ▸ Bedingte Formatierung ▸ Verwalten…«."
#. tWQPD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/05120000.html
-#: cui/inc/tipoftheday.hrc:217
+#: cui/inc/tipoftheday.hrc:216
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Tools ▸ Detective ▸ Mark Invalid Data highlights all cells in the sheet that contain values outside the validation rules."
msgstr "Um in Calc alle Zellen einer Tabelle mit Werten außerhalb der Gültigkeitsregeln hervorzuheben, wählen Sie »Extras ▸ Detektiv ▸ Ungültige Daten einkreisen«."
#. 4V4Vw
#. local help missing
-#: cui/inc/tipoftheday.hrc:218
+#: cui/inc/tipoftheday.hrc:217
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use font embedding for greater interoperability with other office suites at File ▸ Properties ▸ Font."
msgstr "Um Schriftarten für eine reibungslose Zusammenarbeit mit anderen Office-Anwendungen einzubetten, wählen Sie »Datei ▸ Eigenschaften… ▸ Schriftart«."
#. 9Uy9Q
-#: cui/inc/tipoftheday.hrc:219
+#: cui/inc/tipoftheday.hrc:218
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To convert a formula into static values you do not need to copy/paste; use Data ▸ Calculate ▸ Formula to Value."
msgstr "Um eine Formel in statische Werte umzuwandeln, müssen Sie sie nicht kopieren und einfügen; wählen Sie »Daten ▸ Berechnen ▸ Formel zu Wert«."
#. rxKUR
-#: cui/inc/tipoftheday.hrc:220
+#: cui/inc/tipoftheday.hrc:219
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can reformat all comments in a document by clicking the down arrow in a comment and choose “Format all Comments”."
msgstr "Sie können in Writer alle Kommentare in einem Dokument auf einmal neu formatieren, indem Sie in einem Kommentar auf den Pfeil nach unten klicken und \"Alle Kommentare formatieren\" wählen."
#. 3masz
-#: cui/inc/tipoftheday.hrc:221
+#: cui/inc/tipoftheday.hrc:220
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the same layout for the screen display and printing? Check Tools ▸ Options ▸ %PRODUCTNAME Calc ▸ General ▸ Use printer metrics for text formatting."
msgstr "Um in Calc dasselbe Layout für die Bildschirmanzeige und den Druck zu verwenden, wählen Sie »Extras ▸ Optionen… ▸ %PRODUCTNAME Calc ▸ Allgemein ▸ Markierfeld: Druckermaße für die Textformatierung verwenden«."
#. zD57W
-#: cui/inc/tipoftheday.hrc:222
+#: cui/inc/tipoftheday.hrc:221
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer helps you to make backups: with File ▸ Save a Copy you create a new document continuing to work on the original."
msgstr "Um ein Backup zu erstellen, wählen Sie »Datei ▸ Eine Kopie speichern…« und erstellen so ein neues Dokument. Setzen Sie anschließend die Arbeit am Original fort."
#. fkvVZ
-#: cui/inc/tipoftheday.hrc:223
+#: cui/inc/tipoftheday.hrc:222
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When you have created a Style based on another, you can enter a percentage value or a point value (e.g. 110% or −2pt or +5pt)."
msgstr "Wenn Sie in Writer eine Vorlage basierend auf einer anderen erstellen, können Sie einen Prozentwert oder einen Punktwert eingeben (beispielsweise 110 % oder -2 pt beziehungsweise +5 pt)."
#. PBjFr
-#: cui/inc/tipoftheday.hrc:224
+#: cui/inc/tipoftheday.hrc:223
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To copy a comment without losing the content of the target cell you should use Paste Special and uncheck everything except “Comments” in dialog. Use Operations “Add” to not override existing content."
msgstr "Um in Calc nur einen Kommentar zu kopieren ohne den Inhalt des Ziels zu verlieren, verwenden Sie den Befehl Inhalte einfügen, demarkieren im Dialog alles bis auf \"Kommentare\" und verwenden die Rechenoperation \"Addieren\"."
#. Mu27G
-#: cui/inc/tipoftheday.hrc:225
+#: cui/inc/tipoftheday.hrc:224
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Batch convert your MS Office documents to OpenDocument format by the Document Converter wizard in menu File ▸ Wizards ▸ Document converter."
-msgstr "Um Ihre MS Office-Dokumente mittels Dokument-Konverter in das OpenDocument-Format umzuwandeln, wählen Sie »Datei ▸ Assistenten ▸ Dokument-Konverter…«."
+msgstr "Um Ihre MS Office-Dokumente mittels Dokumentkonverter in das OpenDocument-Format umzuwandeln, wählen Sie »Datei ▸ Assistenten ▸ Dokumentkonverter…«."
#. WMueE
-#: cui/inc/tipoftheday.hrc:226
+#: cui/inc/tipoftheday.hrc:225
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "When editing a cell in place, you can right click and Insert fields: Date, Sheet name, Document title, etc."
msgstr "Sie können, wenn Sie gerade eine Zelle in Calc bearbeiten, Feldbefehle wie Datum, Tabellenname, Dokumenttitel und so weiter einfügen, indem Sie mit der rechten Maustaste klicken und Feldbefehl wählen."
#. qAVmk
-#: cui/inc/tipoftheday.hrc:227
+#: cui/inc/tipoftheday.hrc:226
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to move a Writer table? Table ▸ Select ▸ Table and Insert ▸ Frame ▸ Frame and move where you want."
msgstr "Um die Seitenzahl aus Ihrem Inhaltsverzeichnis in Writer zu entfernen, wählen Sie »Einfügen ▸ Verzeichnis ▸ Verzeichnis…« (oder klicken mit der rechten Maustaste und bearbeiten das zuvor eingefügte Verzeichnis). Löschen Sie auf der Registerkarte \"Einträge\" die Seitenzahl (#) aus der Zeile Struktur."
#. TmaSP
-#: cui/inc/tipoftheday.hrc:228
+#: cui/inc/tipoftheday.hrc:227
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "With Tools ▸ AutoText ▸ AutoText ▸ Import you can select a Word document or a template containing the AutoText entries that you want to import."
msgstr "Um Autotexteinträge aus einem Word-Dokument oder eine Vorlage zu importieren, wählen Sie »Extras ▸ AutoText… ▸ Schaltfläche: AutoText ▸ Importieren…«."
#. kwxqQ
-#: cui/inc/tipoftheday.hrc:229
+#: cui/inc/tipoftheday.hrc:228
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do not insert manual breaks to separate two paragraphs. Rather change Indents & Spacing ▸ Spacing ▸ Below paragraph at the style/paragraph properties."
msgstr "Anstatt in Writer Leerzeilen einzufügen, um zwei Absätze zu trennen, wählen Sie besser »Format ▸ Absatz… ▸ Register: Einzüge und Abstände ▸ Bereich: Abstand ▸ Eigenschaft: Unter Absatz« und ändern Sie dort den Wert ab oder passen Sie an gleicher Stelle die Absatzvorlage an."
#. rxTGc
-#: cui/inc/tipoftheday.hrc:230
+#: cui/inc/tipoftheday.hrc:229
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Keep the zeros before a number by using the “leading zeroes” cell format option or format the cell as text before entering the number."
msgstr "Um in Calc führende Nullen zu erhalten, verwenden Sie die Zahlenformat-Option \"Führende Nullen\" oder formatieren Sie die Zelle zuvor als Text."
#. jkXFE
-#: cui/inc/tipoftheday.hrc:231
+#: cui/inc/tipoftheday.hrc:230
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."
msgstr "Um in Writer nach dem Anwenden einer Listenvorlage zu den Standardeinstellungen zurückzukehren, klicken Sie in der Symbolleiste Formatierung auf Aufzählungszeichen/Nummerierte Liste umschalten."
#. wAFRP
-#: cui/inc/tipoftheday.hrc:232
+#: cui/inc/tipoftheday.hrc:231
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Delete all of your printing areas in one step: select all sheets, then Format ▸ Print Ranges ▸ Clear."
msgstr "Um in Calc alle Druckbereiche in einem Schritt zu löschen, markieren Sie alle Tabellen und wählen dann »Format ▸ Druckbereiche ▸ Löschen«."
#. Cqtjg
-#: cui/inc/tipoftheday.hrc:233
+#: cui/inc/tipoftheday.hrc:232
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Add background images to spreadsheets via Insert ▸ Image or drag a background from the Gallery, then Format ▸ Arrange ▸ To Background."
msgstr "Um ein Hintergrundbild zu einer Calc-Tabelle hinzuzufügen, wählen Sie »Einfügen ▸ Bild…« oder ziehen Sie es aus der Gallery in die Tabelle, wählen Sie dann »Format ▸ Anordnung ▸ Im Hintergrund«."
#. khFDu
-#: cui/inc/tipoftheday.hrc:234
+#: cui/inc/tipoftheday.hrc:233
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Having trouble pasting text from PDF files or webpages into documents? Try to paste as unformatted text (%MOD1+%MOD2+Shift+V)."
msgstr "Falls Sie Probleme beim Einfügen von Text aus PDF-Dateien oder von Webseiten in Dokumente haben, versuchen Sie, ihn als unformatierten Text ([%MOD1+%MOD2+Umschalt+V]) einzufügen."
#. BtaBD
-#: cui/inc/tipoftheday.hrc:235
+#: cui/inc/tipoftheday.hrc:234
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In Calc use TRIMMEAN() to return the mean of a data set excluding the highest and lowest values."
msgstr "Verwenden Sie in Calc die Funktion =GESTUTZTMITTEL(), um den Mittelwert einer Datenreihe ohne den höchsten und niedrigsten Wert zu bestimmen."
#. U2cxc
#. local help missing
-#: cui/inc/tipoftheday.hrc:236
+#: cui/inc/tipoftheday.hrc:235
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "The 4th optional parameter of VLOOKUP Calc function indicates whether the first column of data is sorted. If not, enter FALSE or zero."
msgstr "Der optionale vierte Parameter der Calc-Funktion SVERWEIS übermittelt, ob die erste Spalte mit Daten sortiert ist. Falls nicht, geben Sie hier FALSCH oder 0 ein."
#. LThNS
-#: cui/inc/tipoftheday.hrc:237
+#: cui/inc/tipoftheday.hrc:236
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Toolbars are contextual—they open depending on the context. If you do not want that, uncheck them from View ▸ Toolbars."
msgstr "Symbolleisten sind kontextabhängig und werden je nach Kontext geöffnet. Wenn Sie das nicht möchten, deaktivieren Sie diese unter »Ansicht ▸ Symbolleisten«."
#. XzmhB
-#: cui/inc/tipoftheday.hrc:238
+#: cui/inc/tipoftheday.hrc:237
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a master document from the current Writer document? File ▸ Send ▸ Create Master Document (sub-documents are created depending of outline)."
msgstr "Um ein Globaldokument aus dem aktuellen Writer-Dokument zu erstellen, wählen Sie »Datei ▸ Senden ▸ Globaldokument erzeugen« (Unterdokumente werden abhängig von der Gliederung erstellt)."
#. cPNVv
-#: cui/inc/tipoftheday.hrc:239
+#: cui/inc/tipoftheday.hrc:238
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to center cells on a printed page in Calc? Format ▸ Page, Page ▸ Layout settings ▸ Table alignment."
msgstr "Um Zellen auf einer gedruckten Seite in Calc zu zentrieren, wählen Sie »Format ▸ Seite… ▸ Register: Seite ▸ Bereich: Layout-Einstellungen ▸ Markierfelder: Tabellenausrichtung«."
#. dpyeU
-#: cui/inc/tipoftheday.hrc:240
+#: cui/inc/tipoftheday.hrc:239
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Frames can be linked so that the text can flow from one to the other as in desktop publishing."
msgstr "Es lassen sich Rahmen so miteinander verknüpfen, dass der Text von einen zum anderen fließen kann, wie im Desktop-Publishing."
#. GB8vo
#. local help missing
-#: cui/inc/tipoftheday.hrc:241
+#: cui/inc/tipoftheday.hrc:240
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create a chart based on a Writer table by clicking in the table and choosing Insert ▸ Chart."
msgstr "Um ein Diagramm basierend auf einer Writer-Tabelle zu erstellen, klicken Sie in die Tabelle und wählen Sie »Einfügen ▸ Diagramm…«."
#. j4m6F
-#: cui/inc/tipoftheday.hrc:242
+#: cui/inc/tipoftheday.hrc:241
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select options in Tools ▸ Options ▸ %PRODUCTNAME Writer ▸ Formatting Aids ▸ Display to specify which non-printing characters are displayed."
msgstr "Um in Writer festzulegen, welche nicht druckbaren Zeichen angezeigt werden sollen, markieren Sie nur die gewünschten Markierfelder unter »Extras ▸ Optionen… ▸ %PRODUCTNAME Writer ▸ Formatierungshilfen ▸ Bereich: Formatierung anzeigen«."
#. 9cyVB
-#: cui/inc/tipoftheday.hrc:243
+#: cui/inc/tipoftheday.hrc:242
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit ▸ Go To Page… or press %MOD1+G."
msgstr "Um in Writer zu einer bestimmten Seite anhand ihrer Nummer zu springen, klicken Sie auf den Eintrag ganz links in der Statusleiste, wählen Sie »Bearbeiten ▸ Wechseln zu Seite…« oder drücken [%MOD1+G]."
#. ULATG
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:243
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr "%PRODUCTNAME unterstützt über 150 Sprachen."
#. SLU8G
-#: cui/inc/tipoftheday.hrc:245
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Uncheck Slide Show ▸ Settings ▸ Presentation always on top if you need another program displays its window to the front of your presentation."
msgstr "Wenn Sie ein anderes Programm benötigen, dessen Fenster vor Ihrer Präsentation angezeigt wird, deaktivieren Sie »Bildschirmpräsentation ▸ Präsentations-Einstellungen… ▸ Markierfeld: Bildschirmpräsentation immer im Vordergrund«."
#. sogyj
-#: cui/inc/tipoftheday.hrc:246
+#: cui/inc/tipoftheday.hrc:245
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to find the words in bold in a Writer document? Edit ▸ Find and Replace ▸ Other options ▸ Attributes ▸ Font weight."
msgstr "Um fett geschriebene Wörter in einem Writer-Dokument zu finden, wählen Sie »Bearbeiten ▸ Suchen und Ersetzen… ▸ Weitere Optionen… ▸ Attribute… ▸ Schriftstärke«."
#. ppAeT
#. local help missing
-#: cui/inc/tipoftheday.hrc:247
+#: cui/inc/tipoftheday.hrc:246
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can sort paragraphs or table rows alphabetically or numerically per Tools ▸ Sort."
msgstr "Mittels »Extras ▸ Sortieren…« lassen sich Absätze oder Tabellenzeilen in Writer alphabetisch oder numerisch sortieren."
#. 26HAu
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/01/06100000.html
-#: cui/inc/tipoftheday.hrc:248
+#: cui/inc/tipoftheday.hrc:247
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert a paragraph before (after) a section, press %MOD2+Enter at the beginning (end) of the section."
msgstr "Um einen Absatz vor (nach) einem Abschnitt einzufügen, drücken Sie am Anfang (Ende) des Abschnitts [%MOD2+Eingabetaste]."
#. 7dGQR
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:248
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr "%PRODUCTNAME verfügt über eine Vorlagenverwaltung zum Erstellen ansprechender Dokumente – probieren Sie es aus."
#. tvpFN
-#: cui/inc/tipoftheday.hrc:250
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Calculate loan repayments with Calc: eg. PMT(2%/12;36;2500) interest rate per payment period 2%/12, 36 months, loan amount 2500."
msgstr "Berechnen Sie Darlehnsrückzahlungen mit Calc, beispielsweise =RMZ(2%/12;36;2500) für einen Zinssatz pro Periode von 2%/12, 36 Perioden und einen Darlehnsbetrag von 2500."
#. evDnS
#. local help missing
-#: cui/inc/tipoftheday.hrc:251
+#: cui/inc/tipoftheday.hrc:250
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot find what you want with the VLOOKUP function in Calc? With INDEX and MATCH you can do everything!"
msgstr "Falls Sie in Calc mit SVERWEIS nicht das Gewünschte erreichen, haben Sie mit INDEX und VERGLEICH unbegrenzte Möglichkeiten."
#. ARJgA
#. local help missing
-#: cui/inc/tipoftheday.hrc:252
+#: cui/inc/tipoftheday.hrc:251
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show hidden column A? Click a cell in column B, press the left mouse button, move the mouse to the left, release. Then switch it on via Format ▸ Columns ▸ Show."
msgstr "Um in Calc die verborgene Spalte A anzuzeigen, klicken Sie in Spalte B, halten die linke Maustaste gedrückt, bewegen die Maus nach links bis auf die Zeilennummer und lassen die Maustaste los. Dann wählen Sie »Format ▸ Spalten ▸ Einblenden«."
#. Wzpbw
-#: cui/inc/tipoftheday.hrc:253
+#: cui/inc/tipoftheday.hrc:252
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To change the number of a page in Writer, go to the properties of the first paragraph and at the Text Flow tab check Break ▸ Insert and enter the number."
msgstr "Um die Seitennummer in Writer zu ändern, klicken Sie in den ersten Absatz der Seite und wählen »Format ▸ Absatz… ▸ Register: Textfluss ▸ Abschnitt: Umbrüche ▸ Markierfeld: Einfügen« und geben Sie die Nummer ein."
#. AgQyA
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:253
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr "Führen Sie %PRODUCTNAME in jedem Browser als rollApp aus."
#. mPz5B
-#: cui/inc/tipoftheday.hrc:255
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Strange error code in Calc, Err: followed by a number? This page gives the explanation:"
msgstr "Wenn Sie einen merkwürdigen Fehlercode in Calc sehen, Fehler: gefolgt von einer Zahl, gibt folgende Seite die Erklärung:"
#. BJ5aN
#. local help missing
-#: cui/inc/tipoftheday.hrc:256
+#: cui/inc/tipoftheday.hrc:255
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Include a paragraph that is not a title in the table of contents by changing Outline & Numbering in the paragraph settings to an outline level."
msgstr "Um in Writer einen einen Absatz, der kein Titel ist, in das Inhaltsverzeichnis aufzunehmen, wählen Sie »Format ▸ Absatz… ▸ Register: Gliederung und Nummerierung« und wählen die gewünschte Gliederungsebene."
#. Jx7Fr
-#: cui/inc/tipoftheday.hrc:257
+#: cui/inc/tipoftheday.hrc:256
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
msgstr "Neben Inhaltsverzeichnissen lassen sich mit %PRODUCTNAME Writer auch Stichwort-, Abbildungs-, Tabellen-, Objekt-, Literatur- und benutzerdefinierte Verzeichnisse erstellen."
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:257
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr "Falls Sie eine benutzerdefinierte Zellvorlage in Calc nicht löschen können, überprüfen Sie alle Tabellen, dass keine geschützt ist."
#. 55Nfb
-#: cui/inc/tipoftheday.hrc:259
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a series? Select the cell range and Sheet ▸ Fill Cells ▸ Fill Series and choose between Linear, Growth, Date and AutoFill."
msgstr "Um in Calc eine Reihe zu erzeugen, markieren Sie den Zellbereich, wählen »Tabelle ▸ Zellen ausfüllen ▸ Reihen…« und entscheiden sich zwischen Linear, Wachstum, Datum und Automatisch füllen."
#. BiSJM
#. local help missing
-#: cui/inc/tipoftheday.hrc:260
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to know if a cell is referred in formulas of other cells? Tools ▸ Detective ▸ Trace Dependents (Shift+F5)."
msgstr "Um herauszufinden, ob auf eine Zelle in Calc ein Bezug in Formeln anderer Zellen besteht, wählen Sie »Extras ▸ Detektiv ▸ Spur zum Nachfolger« [Umschalt+F5]."
#. QeBjt
-#: cui/inc/tipoftheday.hrc:261
+#: cui/inc/tipoftheday.hrc:260
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In the replace input field of auto correct options you can use the wildcards .*"
msgstr "Im Eingabefeld Ersetzen der Autokorrektur-Optionen können Sie den Platzhalter .* verwenden."
#. G7J8m
-#: cui/inc/tipoftheday.hrc:262
+#: cui/inc/tipoftheday.hrc:261
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to duplicate the above line? Press %MOD1+D or use Sheet ▸ Fill Cells ▸ Fill Down."
msgstr "Um in Calc die obige Zeile zu verdoppeln, drücken Sie [%MOD1+D] oder wählen Sie »Tabelle ▸ Zellen füllen ▸ Unten«."
#. MG7Pu
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:262
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr "Um in mehreren Tabellendokumenten zu suchen, wählen Sie sie aus, bevor Sie die Suche starten."
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:264
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag & drop cells from Calc into the normal view of a slide creates a table; into the outline view, each cell creates a line in the outline."
msgstr "Durch Ziehen-und-Ablegen von Zellen aus Calc in die Normalansicht einer Folie wird eine Tabelle erzeugt; in der Gliederungsansicht erzeugt jede Zelle eine Linie in der Gliederung."
#. DgSwJ
-#: cui/inc/tipoftheday.hrc:265
+#: cui/inc/tipoftheday.hrc:264
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME helps you not to enter two or more spaces in Writer. Check Tools ▸ AutoCorrect ▸ AutoCorrect Options ▸ Options ▸ Ignore double spaces."
msgstr "%PRODUCTNAME hilft Ihnen dabei, in Writer zwei oder mehr aufeinanderfolgende Leerzeichen zu vermeiden. Wählen Sie »Extras ▸ AutoKorrektur ▸ Autokorrektur-Optionen… ▸ Register: Optionen ▸ Markierfeld: Doppelte Leerzeichen ignorieren«."
#. 3Fjtd
-#: cui/inc/tipoftheday.hrc:266
+#: cui/inc/tipoftheday.hrc:265
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want the cursor to go into the cell to the right, after entering a value in Calc? Use the Tab key instead of Enter."
msgstr "Um den Cursor nach Eingabe eines Wertes in Calc in die Zelle rechts springen zu lassen, verwenden Sie die Tabulatortaste anstelle der Eingabetaste."
#. UggLQ
-#: cui/inc/tipoftheday.hrc:267
+#: cui/inc/tipoftheday.hrc:266
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To display the scrollbar to the left, enable Tools ▸ Options ▸ Language Settings ▸ Languages ▸ Complex text and check Sheet ▸ Right-To-Left."
msgstr "Um in Writer die Bildlaufleiste links anzuzeigen, wählen Sie »Extras ▸ Optionen… ▸ Spracheinstellungen ▸ Sprachen ▸ Markierfeld: Komplexes Textlayout« und wählen anschließend »Tabelle ▸ Rechts-nach-links«."
#. gqs9W
-#: cui/inc/tipoftheday.hrc:268
+#: cui/inc/tipoftheday.hrc:267
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Drag a formatted object to the Styles and Formatting window. A dialog box opens, just enter the name of the new style."
msgstr "Ziehen Sie eine formatiertes Objekt in das Fenster Formatvorlagen, öffnet sich eine Dialogbox, in der sie den Namen für eine neue Vorlage eingeben können."
#. EabEN
-#: cui/inc/tipoftheday.hrc:269
+#: cui/inc/tipoftheday.hrc:268
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "New versions of %PRODUCTNAME provide new features, bug fixes, and security patches. Keep your software updated!"
msgstr "Neue %PRODUCTNAME-Versionen enthalten neue Funktionen, Fehlerbehebungen und Sicherheitspatches. Halten Sie Ihre Software auf dem neuesten Stand!"
#. cmz6r
-#: cui/inc/tipoftheday.hrc:270
+#: cui/inc/tipoftheday.hrc:269
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr "Sie können neue XSLT- und XML-Filter entwickeln."
#. C7Ya2
-#: cui/inc/tipoftheday.hrc:271
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Press Shift+F1 to see any available extended tooltips in dialog boxes, when \"Extended tips\" is not enabled in Tools ▸ Options ▸ %PRODUCTNAME ▸ General."
msgstr "Um alle verfügbaren erweiterten Tipps in Dialogfeldern anzuzeigen, wenn „Erweiterte Tipps“ unter »Extras ▸ Optionen… ▸ %PRODUKTNAME ▸ Allgemein« nicht aktiviert ist, drücken Sie [Umschalt+F1]."
#. hsZPg
-#: cui/inc/tipoftheday.hrc:274
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr "%PRODUCTNAME Hilfe"
#. NG4jW
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr "Weitere Informationen"
#. sCREc
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:275
msgctxt "STR_UNO_LINK"
msgid "Run this action now..."
msgstr "Führen Sie diese Aktion jetzt aus…"
#. P6JME
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr "Tipp des Tages: %CURRENT/%TOTAL"
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr "⌘ Befehl"
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:279
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr "Strg"
#. mZWSR
-#: cui/inc/tipoftheday.hrc:280
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr "Alt"
#. QtEGa
-#: cui/inc/tipoftheday.hrc:281
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr "⌥ Option"
@@ -4129,13 +4123,13 @@ msgstr "Weitere Zeichen…"
#: cui/uiconfig/ui/aboutconfigdialog.ui:24
msgctxt "aboutconfigdialog|AboutConfig"
msgid "Expert Configuration"
-msgstr "Experten-Einstellungen"
+msgstr "Experteneinstellungen"
#. GBiPy
#: cui/uiconfig/ui/aboutconfigdialog.ui:40
msgctxt "aboutconfigdialog|edit"
msgid "Edit"
-msgstr "Bearbeiten"
+msgstr "Bearbeiten…"
#. Z7SA5
#: cui/uiconfig/ui/aboutconfigdialog.ui:46
@@ -7808,7 +7802,7 @@ msgstr "_Rahmen:"
#: cui/uiconfig/ui/cuiimapdlg.ui:169
msgctxt "cuiimapdlg|extended_tip|frameCB"
msgid "Enter the name of the target frame that you want to open the URL in. You can also select a standard frame name that is recognized by all browsers from the list."
-msgstr "Hier wählen Sie den Frame, in den das Dokument geladen werden soll. Die Bedeutung der vorgegebenen Einträge sehen Sie in der Tabelle der Bedeutungen."
+msgstr "Hier wählen Sie den Frame, in dem das Dokument geladen werden soll. Die Bedeutung der vorgegebenen Einträge sehen Sie in der Tabelle der Bedeutungen."
#. V8Zgo
#: cui/uiconfig/ui/cuiimapdlg.ui:197
@@ -9422,7 +9416,7 @@ msgstr "Inhalt:"
#: cui/uiconfig/ui/gallerygeneralpage.ui:153
msgctxt "gallerygeneralpage|image-atkobject"
msgid "Theme Name"
-msgstr "Themename"
+msgstr "Themenname"
#. US2Dq
#: cui/uiconfig/ui/gallerysearchprogress.ui:8
@@ -9465,7 +9459,7 @@ msgstr "Dateien"
#: cui/uiconfig/ui/gallerythemeiddialog.ui:8
msgctxt "gallerythemeiddialog|GalleryThemeIDDialog"
msgid "Theme ID"
-msgstr "Theme-ID"
+msgstr "Themen-ID"
#. dDD78
#: cui/uiconfig/ui/gallerythemeiddialog.ui:75
@@ -11359,13 +11353,13 @@ msgstr "Position"
#: cui/uiconfig/ui/javaclasspathdialog.ui:18
msgctxt "javaclasspathdialog|JavaClassPath"
msgid "Class Path"
-msgstr "Klassen-Pfad"
+msgstr "Klassenpfad"
#. cCAqB
#: cui/uiconfig/ui/javaclasspathdialog.ui:105
msgctxt "javaclasspathdialog|label1"
msgid "A_ssigned folders and archives"
-msgstr "Z_ugewiesene Ordner und Archive"
+msgstr "Z_ugewiesene Ordner und Archive:"
#. ERHh7
#: cui/uiconfig/ui/javaclasspathdialog.ui:158
@@ -11389,7 +11383,7 @@ msgstr "Eine Archivdatei im JAR- oder ZIP-Format auswählen und diese Datei zur
#: cui/uiconfig/ui/javaclasspathdialog.ui:204
msgctxt "javaclasspathdialog|folder"
msgid "Add _Folder"
-msgstr "_Ordner hinzufügen"
+msgstr "_Ordner hinzufügen…"
#. WP9Eo
#: cui/uiconfig/ui/javaclasspathdialog.ui:211
@@ -11425,7 +11419,7 @@ msgstr "Java-Startparameter"
#: cui/uiconfig/ui/javastartparametersdialog.ui:105
msgctxt "javastartparametersdialog|label4"
msgid "Java start _parameter"
-msgstr "Java-Start_parameter"
+msgstr "Java-Start_parameter:"
#. Btkis
#: cui/uiconfig/ui/javastartparametersdialog.ui:124
@@ -11437,7 +11431,7 @@ msgstr "Geben Sie JRE-Startparameter genau wie auf der Befehlszeile ein. Klicken
#: cui/uiconfig/ui/javastartparametersdialog.ui:137
msgctxt "javastartparametersdialog|label5"
msgid "Assig_ned start parameters"
-msgstr "Zuge_wiesene Startparameter"
+msgstr "Zuge_wiesene Startparameter:"
#. xjKFh
#: cui/uiconfig/ui/javastartparametersdialog.ui:179
@@ -11467,7 +11461,7 @@ msgstr "Fügt den aktuellen JRE-Startparameter zur Liste hinzu."
#: cui/uiconfig/ui/javastartparametersdialog.ui:230
msgctxt "javastartparametersdialog|editbtn"
msgid "_Edit"
-msgstr "_Bearbeiten"
+msgstr "_Bearbeiten:"
#. 5FP58
#: cui/uiconfig/ui/javastartparametersdialog.ui:238
@@ -11961,7 +11955,7 @@ msgstr "Bibliothek"
#: cui/uiconfig/ui/macroselectordialog.ui:251
msgctxt "macroselectordialog|categoryft"
msgid "Category"
-msgstr "Bereich"
+msgstr "Kategorie"
#. QvKmS
#: cui/uiconfig/ui/macroselectordialog.ui:330
@@ -13393,13 +13387,13 @@ msgstr "Öffnet den Dialog Java-Startparameter."
#: cui/uiconfig/ui/optadvancedpage.ui:166
msgctxt "optadvancedpage|classpath"
msgid "_Class Path..."
-msgstr "_Class Path…"
+msgstr "_Klassenpfad…"
#. qDrtT
#: cui/uiconfig/ui/optadvancedpage.ui:173
msgctxt "extended_tip|classpath"
msgid "Opens the Class Path dialog."
-msgstr "Öffnet den Dialog Class Path."
+msgstr "Öffnet den Dialog Klassenpfad."
#. MxHGu
#: cui/uiconfig/ui/optadvancedpage.ui:245
@@ -13531,7 +13525,7 @@ msgstr "Elemente der Benutzeroberfläche"
#: cui/uiconfig/ui/optappearancepage.ui:250
msgctxt "optappearancepage|colorsetting"
msgid "Color setting"
-msgstr "Farb-Einstellung"
+msgstr "Farbeinstellung"
#. Jms9Q
#: cui/uiconfig/ui/optappearancepage.ui:263
@@ -15419,7 +15413,7 @@ msgstr "Klicken Sie, um den Zielordner für heruntergeladene Dateien auszuwähle
#: cui/uiconfig/ui/optonlineupdatepage.ui:342
msgctxt "optonlineupdatepage|labeldest"
msgid "Download Destination"
-msgstr "Ziel herunterladen"
+msgstr "Herunterladen nach"
#. JqAh4
#: cui/uiconfig/ui/optonlineupdatepage.ui:377
@@ -17089,7 +17083,7 @@ msgstr "Wenn diese Option aktiviert ist, sind alle Absatzvorlagen mit aktivierte
#: cui/uiconfig/ui/pageformatpage.ui:567
msgctxt "pageformatpage|liststorePageLayout"
msgid "Right and left"
-msgstr "Rechts und Links"
+msgstr "Rechts und links"
#. xetCH
#: cui/uiconfig/ui/pageformatpage.ui:568
@@ -17768,19 +17762,19 @@ msgstr "Geben Sie die Mindestlänge zum Zusammenführen einzeiliger Absätze in
#: cui/uiconfig/ui/personalization_tab.ui:33
msgctxt "personalization_tab|no_persona"
msgid "Default look, do not use Themes"
-msgstr "Normale Ansicht ohne Themes"
+msgstr "Normale Ansicht ohne Themen"
#. 3KoUz
#: cui/uiconfig/ui/personalization_tab.ui:50
msgctxt "personalization_tab|default_persona"
msgid "Preinstalled Theme"
-msgstr "Vorinstalliertes Theme"
+msgstr "Vorinstalliertes Thema"
#. hWiJZ
#: cui/uiconfig/ui/personalization_tab.ui:189
msgctxt "personalization_tab|personas_label"
msgid "LibreOffice Themes"
-msgstr "LibreOffice Themes"
+msgstr "LibreOffice-Themen"
#. C5MHG
#: cui/uiconfig/ui/pickbulletpage.ui:43
@@ -17888,7 +17882,7 @@ msgstr "Tiefgestellt"
#: cui/uiconfig/ui/positionpage.ui:134
msgctxt "positionpage|raiselower"
msgid "Raise/lower by"
-msgstr "Hoch/Tief um"
+msgstr "Hoch/Tief um:"
#. Ac85F
#: cui/uiconfig/ui/positionpage.ui:170
@@ -17900,7 +17894,7 @@ msgstr "Automatisch"
#: cui/uiconfig/ui/positionpage.ui:187
msgctxt "positionpage|relativefontsize"
msgid "Relative font size"
-msgstr "Schriftgröße relativ"
+msgstr "Schriftgröße relativ:"
#. iG3EE
#: cui/uiconfig/ui/positionpage.ui:215
@@ -17930,7 +17924,7 @@ msgstr "270 Grad"
#: cui/uiconfig/ui/positionpage.ui:318
msgctxt "positionpage|label24"
msgid "Scale width"
-msgstr "Breite skalieren"
+msgstr "Breite skalieren:"
#. vAV4A
#: cui/uiconfig/ui/positionpage.ui:344
@@ -20957,7 +20951,7 @@ msgstr "Kontextabhängig kompakt"
#: cui/uiconfig/ui/toolbarmodedialog.ui:218
msgctxt "ToolbarmodeDialog|radiobutton9"
msgid "Contextual Groups"
-msgstr "Kontextabhängig gruppiert"
+msgstr "Kontextabhängig"
#. wTDDF
#: cui/uiconfig/ui/toolbarmodedialog.ui:236
diff --git a/source/de/dbaccess/messages.po b/source/de/dbaccess/messages.po
index 92fb70ad0ab..46682af0846 100644
--- a/source/de/dbaccess/messages.po
+++ b/source/de/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: 2021-01-30 14:54+0100\n"
-"PO-Revision-Date: 2021-03-09 04:36+0000\n"
+"PO-Revision-Date: 2021-04-01 17:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-7-1/dbaccessmessages/de/>\n"
"Language: de\n"
@@ -458,7 +458,7 @@ msgstr "Die angegebene Verbindung ist keine gültige Quelle für Abfragen und/od
#: dbaccess/inc/strings.hrc:92
msgctxt "STR_NO_TABLE_OBJECT"
msgid "The given object is no table object."
-msgstr "Das angegbene Objekt ist kein Tabellenobjekt."
+msgstr "Das angegebene Objekt ist kein Tabellenobjekt."
#. WboPA
#: dbaccess/inc/strings.hrc:93
@@ -1726,7 +1726,7 @@ msgstr ""
#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
-msgstr "Der Bericht \"$file$\" benötigt die Funktion Report Builder."
+msgstr "Der Bericht \"$file$\" benötigt die Funktion Bericht-Designer."
#. oC8Px
#: dbaccess/inc/strings.hrc:312
@@ -1768,7 +1768,7 @@ msgstr "Alle Tabellen und Tabellensichten"
#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
-msgstr "Tabellename"
+msgstr "Tabellenname"
#. Nw93R
#: dbaccess/inc/strings.hrc:320
@@ -3805,7 +3805,7 @@ msgstr "So_cket:"
#: dbaccess/uiconfig/ui/mysqlnativesettings.ui:237
msgctxt "mysqlnativesettings|namedpipelabel"
msgid "Named p_ipe:"
-msgstr "Named p_ipe:"
+msgstr "Benannte P_ipe:"
#. CzRyx
#: dbaccess/uiconfig/ui/namematchingpage.ui:67
diff --git a/source/de/desktop/messages.po b/source/de/desktop/messages.po
index 94cf9ef6e9b..098eeb56e43 100644
--- a/source/de/desktop/messages.po
+++ b/source/de/desktop/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: 2020-11-16 13:42+0100\n"
-"PO-Revision-Date: 2021-03-09 04:36+0000\n"
+"PO-Revision-Date: 2021-04-05 07:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-7-1/desktopmessages/de/>\n"
"Language: de\n"
@@ -828,7 +828,7 @@ msgstr "Die Erweiterung kann nicht installiert werden, da die folgenden Systemvo
#: desktop/uiconfig/ui/extensionmanager.ui:8
msgctxt "extensionmanager|ExtensionManagerDialog"
msgid "Extension Manager"
-msgstr "Extension Manager"
+msgstr "Extension-Manager"
#. gjCkd
#: desktop/uiconfig/ui/extensionmanager.ui:85
@@ -882,7 +882,7 @@ msgstr "Wählen Sie die zu entfernende, zu aktivierende oder zu deaktivierende E
#: desktop/uiconfig/ui/extensionmanager.ui:210
msgctxt "extensionmanager|optionsbtn"
msgid "_Options"
-msgstr "_Optionen"
+msgstr "_Optionen…"
#. DbuQS
#: desktop/uiconfig/ui/extensionmanager.ui:217
@@ -894,7 +894,7 @@ msgstr "Wählen Sie eine installierte Extension und klicken Sie hier, um den Opt
#: desktop/uiconfig/ui/extensionmanager.ui:229
msgctxt "extensionmanager|updatebtn"
msgid "Check for _Updates"
-msgstr "Auf _Updates prüfen"
+msgstr "Auf _Updates prüfen…"
#. rirpA
#: desktop/uiconfig/ui/extensionmanager.ui:236
@@ -954,7 +954,7 @@ msgstr "Sie finden eine Sammlung von Extensions im Netz."
#: desktop/uiconfig/ui/extensionmanager.ui:399
msgctxt "extensionmanager|extended_tip|ExtensionManagerDialog"
msgid "The Extension Manager adds, removes, disables, enables, and updates %PRODUCTNAME extensions."
-msgstr "Mit dem Extension Manager können Sie %PRODUCTNAME-Extensions hinzufügen, entfernen, deaktivieren, aktivieren und aktualisieren."
+msgstr "Mit dem Extension-Manager können Sie %PRODUCTNAME-Extensions hinzufügen, entfernen, deaktivieren, aktivieren und aktualisieren."
#. EGwkP
#: desktop/uiconfig/ui/installforalldialog.ui:12
@@ -1050,7 +1050,7 @@ msgstr "Lizenzvertrag für Extension-Software"
#: desktop/uiconfig/ui/updatedialog.ui:24
msgctxt "updatedialog|UpdateDialog"
msgid "Extension Update"
-msgstr "Extension Update"
+msgstr "Extension-Update"
#. DmHy5
#: desktop/uiconfig/ui/updatedialog.ui:55
@@ -1062,7 +1062,7 @@ msgstr "_Installieren"
#: desktop/uiconfig/ui/updatedialog.ui:122
msgctxt "updatedialog|UPDATE_LABEL"
msgid "_Available extension updates"
-msgstr "_Verfügbare Extension-Updates"
+msgstr "_Verfügbare Extension-Updates:"
#. 3mtLC
#: desktop/uiconfig/ui/updatedialog.ui:135
@@ -1086,7 +1086,7 @@ msgstr "In der Standardeinstellung werden in diesem Dialog nur die herunterladba
#: desktop/uiconfig/ui/updatedialog.ui:258
msgctxt "updatedialog|DESCRIPTION_LABEL"
msgid "Description"
-msgstr "Beschreibung"
+msgstr "Beschreibung:"
#. 7DTtA
#: desktop/uiconfig/ui/updatedialog.ui:277
@@ -1122,7 +1122,7 @@ msgstr "Während nach Updates gesucht wird, wird eine Fortschrittsanzeige angeze
#: desktop/uiconfig/ui/updatedialog.ui:390
msgctxt "updatedialog|extended_tip|UpdateDialog"
msgid "Click the Check for Updates button in the Extension Manager to check for online updates for all installed extensions. To check for online updates for only the selected extension, right-click to open the context menu, then choose Update."
-msgstr "Klicken Sie auf die Schaltfläche Auf Updates prüfen im Extension Manager, um nach Online-Updates für alle installierten Extensions zu suchen. Um nur für eine ausgewählte Extension nach einem Online-Update zu suchen, klicken Sie mit der rechten Maustaste darauf und wählen Sie dann im Kontextmenü Update."
+msgstr "Klicken Sie auf die Schaltfläche »Auf Updates prüfen« im Extension-Manager, um nach Online-Updates für alle installierten Extensions zu suchen. Um nur für eine ausgewählte Extension nach einem Online-Update zu suchen, klicken Sie mit der rechten Maustaste darauf und wählen Sie dann im Kontextmenü »Update«."
#. YEhMN
#: desktop/uiconfig/ui/updateinstalldialog.ui:8
@@ -1146,7 +1146,7 @@ msgstr "Ergebnis"
#: desktop/uiconfig/ui/updateinstalldialog.ui:178
msgctxt "updateinstalldialog|extended_tip|UpdateInstallDialog"
msgid "Click the Check for Updates button in the Extension Manager to check for online updates for all installed extensions. To check for online updates for only the selected extension, right-click to open the context menu, then choose Update."
-msgstr "Klicken Sie auf die Schaltfläche »Auf Updates prüfen« im Extension Manager, um nach Online-Updates für alle installierten Extensions zu suchen. Um nur für eine ausgewählte Extension nach einem Online-Update zu suchen, klicken Sie mit der rechten Maustaste darauf und wählen Sie dann im Kontextmenü »Update…«."
+msgstr "Klicken Sie auf die Schaltfläche »Auf Updates prüfen« im Extension-Manager, um nach Online-Updates für alle installierten Extensions zu suchen. Um nur für eine ausgewählte Extension nach einem Online-Update zu suchen, klicken Sie mit der rechten Maustaste darauf und wählen Sie dann im Kontextmenü »Update…«."
#. Kfhc4
#: desktop/uiconfig/ui/updaterequireddialog.ui:8
diff --git a/source/de/dictionaries/en/dialog.po b/source/de/dictionaries/en/dialog.po
index dfeea14c172..3a7f1f918d7 100644
--- a/source/de/dictionaries/en/dialog.po
+++ b/source/de/dictionaries/en/dialog.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: 2021-03-09 04:37+0000\n"
+"PO-Revision-Date: 2021-04-05 07:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-7-1/dictionariesendialog/de/>\n"
"Language: de\n"
@@ -131,7 +131,7 @@ msgctxt ""
"hlp_mdash\n"
"property.text"
msgid "Force unspaced em dash instead of spaced en dash."
-msgstr "Em-Bindestriche ohne Leerstelle gegenüber en-Bindestrichen mit Leerstelle bevorzugen."
+msgstr "Em-Bindestriche ohne Leerstelle gegenüber En-Bindestrichen mit Leerstelle bevorzugen."
#. WCsJy
#: en_en_US.properties
@@ -149,7 +149,7 @@ msgctxt ""
"hlp_ndash\n"
"property.text"
msgid "Force spaced en dash instead of unspaced em dash."
-msgstr "En-Bindestriche mit Leerstelle gegenüber em-Bindestrichen ohne Leerstelle bevorzugen."
+msgstr "En-Bindestriche mit Leerstelle gegenüber Em-Bindestrichen ohne Leerstelle bevorzugen."
#. zGBHG
#: en_en_US.properties
diff --git a/source/de/filter/messages.po b/source/de/filter/messages.po
index 0e564cc142b..e66bc1345b7 100644
--- a/source/de/filter/messages.po
+++ b/source/de/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: 2021-01-30 14:54+0100\n"
-"PO-Revision-Date: 2021-03-15 09:37+0000\n"
+"PO-Revision-Date: 2021-04-05 07:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-7-1/filtermessages/de/>\n"
"Language: de\n"
@@ -26,19 +26,19 @@ msgstr "Unbekannt"
#: filter/inc/strings.hrc:26
msgctxt "STR_IMPORT_ONLY"
msgid "import filter"
-msgstr "Import Filter"
+msgstr "Importfilter"
#. 7vg82
#: filter/inc/strings.hrc:27
msgctxt "STR_IMPORT_EXPORT"
msgid "import/export filter"
-msgstr "Import/Export Filter"
+msgstr "Im- und Exportfilter"
#. q6Bc5
#: filter/inc/strings.hrc:28
msgctxt "STR_EXPORT_ONLY"
msgid "export filter"
-msgstr "Export Filter"
+msgstr "Exportfilter"
#. AmATR
#: filter/inc/strings.hrc:29
@@ -110,7 +110,7 @@ msgstr "%s XML-Filter wurden in dem Paket '%s' gesichert."
#: filter/inc/strings.hrc:40
msgctxt "STR_FILTER_PACKAGE"
msgid "XSLT filter package"
-msgstr "XSLT Filter Paket"
+msgstr "XSLT-Filterpaket"
#. TAAAB
#: filter/inc/strings.hrc:41
@@ -216,7 +216,7 @@ msgstr ""
#: filter/inc/strings.hrc:60
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
-msgstr "Exportieren als PDF"
+msgstr "Als PDF exportieren"
#. BGJB2
#. strings used in encryption UI
@@ -279,7 +279,7 @@ msgstr "Ein Formularelement enthielt eine Aktion, die nicht vom PDF/A-Standard u
#: filter/inc/strings.hrc:74
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
-msgstr "Da das Ziel-PDF-Format keine Transparenzen unterstützt, werden einige Objekte zu Bildern konvertiert, um Transparenzen zu entfernen. Es können eventuell bessere Ergebnisse erzielt werden, wenn die transparenten Objekte vor dem Export entfernt werden."
+msgstr "Da das Ziel-PDF-Format keine Transparenzen unterstützt, werden einige Objekte zu Bildern konvertiert, um Transparenzen zu entfernen. Möglicherweise können bessere Ergebnisse erzielt werden, wenn die transparenten Objekte vor dem Export entfernt werden."
#. qtCcB
#: filter/inc/strings.hrc:75
diff --git a/source/de/filter/source/config/fragments/types.po b/source/de/filter/source/config/fragments/types.po
index 1907f32bb41..754f73331b9 100644
--- a/source/de/filter/source/config/fragments/types.po
+++ b/source/de/filter/source/config/fragments/types.po
@@ -4,16 +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: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2019-11-05 12:23+0000\n"
-"Last-Translator: kuehl <kuehl@libreoffice.org>\n"
-"Language-Team: German <https://vm137.documentfoundation.org/projects/libo_ui-master/filtersourceconfigfragmentstypes/de/>\n"
+"PO-Revision-Date: 2021-04-05 07:37+0000\n"
+"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-7-1/filtersourceconfigfragmentstypes/de/>\n"
"Language: de\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: Weblate 3.8\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1559618340.000000\n"
#. VQegi
@@ -374,7 +374,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Writer 8 Master Document"
-msgstr "Writer 8-Hauptdokument"
+msgstr "Writer 8-Globaldokument"
#. dp7AA
#: writerglobal8_template.xcu
diff --git a/source/de/formula/messages.po b/source/de/formula/messages.po
index 1adfcdbe7db..16e379787ff 100644
--- a/source/de/formula/messages.po
+++ b/source/de/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: 2021-01-30 14:54+0100\n"
-"PO-Revision-Date: 2021-03-09 04:37+0000\n"
+"PO-Revision-Date: 2021-03-31 15:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-7-1/formulamessages/de/>\n"
"Language: de\n"
@@ -2535,13 +2535,13 @@ msgstr "(erforderlich)"
#: formula/inc/strings.hrc:28
msgctxt "STR_TITLE1"
msgid "Function Wizard"
-msgstr "Funktions-Assistent"
+msgstr "Funktionsassistent"
#. ctTA6
#: formula/inc/strings.hrc:29
msgctxt "STR_TITLE2"
msgid "Function Wizard -"
-msgstr "Funktions-Assistent –"
+msgstr "Funktionsassistent –"
#. USDCA
#: formula/inc/strings.hrc:30
@@ -2673,7 +2673,7 @@ msgstr "Zeigt die Funktionen der ausgewählten Kategorie an. Zum Auswählen eine
#: formula/uiconfig/ui/functionpage.ui:156
msgctxt "functionpage|extended_tip|FunctionPage"
msgid "Opens the Function Wizard, which helps you to interactively create formulas."
-msgstr "Öffnet den Funktions-Assistenten, der Sie beim interaktiven Erstellen von Formeln unterstützt."
+msgstr "Öffnet den Funktionsassistenten, der Sie beim interaktiven Erstellen von Formeln unterstützt."
#. GCYUY
#: formula/uiconfig/ui/parameter.ui:27
@@ -2685,25 +2685,25 @@ msgstr "Unbekannte Funktion"
#: formula/uiconfig/ui/parameter.ui:226
msgctxt "parameter|extended_tip|FX1"
msgid "Allows you to access a subordinate level of the Function Wizard in order to nest another function within the function, instead of a value or reference."
-msgstr "Gestattet Ihnen den Zugriff auf eine untergeordnete Ebene des Funktions-Assistenten, auf der anstelle von Werten oder Bezügen verschachtelte Funktionen erstellt, also Funktionen in Funktionen eingegeben werden können."
+msgstr "Gestattet Ihnen den Zugriff auf eine untergeordnete Ebene des Funktionsassistenten, auf der anstelle von Werten oder Bezügen verschachtelte Funktionen erstellt, also Funktionen in Funktionen eingegeben werden können."
#. u3Zoo
#: formula/uiconfig/ui/parameter.ui:242
msgctxt "parameter|extended_tip|FX2"
msgid "Allows you to access a subordinate level of the Function Wizard in order to nest another function within the function, instead of a value or reference."
-msgstr "Gestattet Ihnen den Zugriff auf eine untergeordnete Ebene des Funktions-Assistenten, auf der anstelle von Werten oder Bezügen verschachtelte Funktionen erstellt, also Funktionen in Funktionen eingegeben werden können."
+msgstr "Gestattet Ihnen den Zugriff auf eine untergeordnete Ebene des Funktionsassistenten, auf der anstelle von Werten oder Bezügen verschachtelte Funktionen erstellt, also Funktionen in Funktionen eingegeben werden können."
#. noEab
#: formula/uiconfig/ui/parameter.ui:258
msgctxt "parameter|extended_tip|FX3"
msgid "Allows you to access a subordinate level of the Function Wizard in order to nest another function within the function, instead of a value or reference."
-msgstr "Gestattet Ihnen den Zugriff auf eine untergeordnete Ebene des Funktions-Assistenten, auf der anstelle von Werten oder Bezügen verschachtelte Funktionen erstellt, also Funktionen in Funktionen eingegeben werden können."
+msgstr "Gestattet Ihnen den Zugriff auf eine untergeordnete Ebene des Funktionsassistenten, auf der anstelle von Werten oder Bezügen verschachtelte Funktionen erstellt, also Funktionen in Funktionen eingegeben werden können."
#. M3LSb
#: formula/uiconfig/ui/parameter.ui:274
msgctxt "parameter|extended_tip|FX4"
msgid "Allows you to access a subordinate level of the Function Wizard in order to nest another function within the function, instead of a value or reference."
-msgstr "Gestattet Ihnen den Zugriff auf eine untergeordnete Ebene des Funktions-Assistenten, auf der anstelle von Werten oder Bezügen verschachtelte Funktionen erstellt, also Funktionen in Funktionen eingegeben werden können."
+msgstr "Gestattet Ihnen den Zugriff auf eine untergeordnete Ebene des Funktionsassistenten, auf der anstelle von Werten oder Bezügen verschachtelte Funktionen erstellt, also Funktionen in Funktionen eingegeben werden können."
#. 6GD3i
#: formula/uiconfig/ui/parameter.ui:288
diff --git a/source/de/helpcontent2/source/auxiliary.po b/source/de/helpcontent2/source/auxiliary.po
index 4d7e94316e3..502a8ee6759 100644
--- a/source/de/helpcontent2/source/auxiliary.po
+++ b/source/de/helpcontent2/source/auxiliary.po
@@ -4,16 +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: 2020-05-19 12:41+0200\n"
-"PO-Revision-Date: 2020-07-25 13:34+0000\n"
+"PO-Revision-Date: 2021-04-01 04:36+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
-"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/auxiliary/de/>\n"
+"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/auxiliary/de/>\n"
"Language: de\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: Weblate 4.1.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1562560629.000000\n"
#. fEEXD
@@ -527,7 +527,7 @@ msgctxt ""
"100504\n"
"node.text"
msgid "Agenda Wizard"
-msgstr "Tagesordnungs-Assistent"
+msgstr "Tagesordnungsassistent"
#. gvsML
#: shared.tree
diff --git a/source/de/helpcontent2/source/text/sbasic/guide.po b/source/de/helpcontent2/source/text/sbasic/guide.po
index 9ac8c4bf0dd..dca2f6be1e8 100644
--- a/source/de/helpcontent2/source/text/sbasic/guide.po
+++ b/source/de/helpcontent2/source/text/sbasic/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: 2019-11-08 19:34+0100\n"
-"PO-Revision-Date: 2021-03-21 13:37+0000\n"
+"PO-Revision-Date: 2021-04-01 04:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textsbasicguide/de/>\n"
"Language: de\n"
@@ -455,7 +455,7 @@ msgctxt ""
"N0497\n"
"help.text"
msgid ".ISEMBEDDED = \"document\" ' document script"
-msgstr ".ISEMBEDDED = \"document\" ' Dokumentskript"
+msgstr ".ISEMBEDDED = \"document\" ' Dokumentenskript"
#. GGD4G
#: basic_2_python.xhp
diff --git a/source/de/helpcontent2/source/text/sbasic/python.po b/source/de/helpcontent2/source/text/sbasic/python.po
index 4bf7bc25e4c..e0406b628e7 100644
--- a/source/de/helpcontent2/source/text/sbasic/python.po
+++ b/source/de/helpcontent2/source/text/sbasic/python.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: 2020-10-27 12:31+0100\n"
-"PO-Revision-Date: 2021-03-21 13:37+0000\n"
+"PO-Revision-Date: 2021-04-01 04:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textsbasicpython/de/>\n"
"Language: de\n"
@@ -2093,7 +2093,7 @@ msgctxt ""
"hd_id591544049572647\n"
"help.text"
msgid "%PRODUCTNAME Macros container"
-msgstr "%PRODUCTNAME Makro-Container"
+msgstr "%PRODUCTNAME Makrocontainer"
#. xBzRT
#: python_locations.xhp
@@ -2111,7 +2111,7 @@ msgctxt ""
"par_id861544210028670\n"
"help.text"
msgid "The %PRODUCTNAME Macros container location in the file system depends on the operating system:"
-msgstr "Der Speicherort des %PRODUCTNAME Makro-Containers im Dateisystem hängt vom Betriebssystem ab:"
+msgstr "Der Speicherort des %PRODUCTNAME Makrocontainers im Dateisystem hängt vom Betriebssystem ab:"
#. GMBSF
#: python_locations.xhp
@@ -2228,7 +2228,7 @@ msgctxt ""
"par_id191544209928221\n"
"help.text"
msgid "Libraries are folders in the container tree. To create a library, add a folder in the target container. The library name is the folder name."
-msgstr "Bibliotheken sind Ordner in der Container-Struktur. Fügen Sie dem Zielcontainer einen Ordner hinzu, um eine Bibliothek zu erstellen. Der Bibliotheksname ist der Ordnername."
+msgstr "Bibliotheken sind Ordner in der Containerstruktur. Fügen Sie dem Zielcontainer einen Ordner hinzu, um eine Bibliothek zu erstellen. Der Bibliotheksname ist der Ordnername."
#. hFS3L
#: python_locations.xhp
@@ -3416,4 +3416,4 @@ msgctxt ""
"N0142\n"
"help.text"
msgid "<image src=\"media/helpimg/python/python_shell.png\" id=\"N0143\"><alt id=\"N0144\">Python Interactive Console</alt></image>"
-msgstr "<image src=\"media/helpimg/python/python_shell.png\" id=\"N0143\"><alt id=\"N0144\">Python Interaktive-Konsole</alt></image>"
+msgstr "<image src=\"media/helpimg/python/python_shell.png\" id=\"N0143\"><alt id=\"N0144\">Interaktive Python-Konsole</alt></image>"
diff --git a/source/de/helpcontent2/source/text/sbasic/shared.po b/source/de/helpcontent2/source/text/sbasic/shared.po
index 27b8de1cd4b..7e903c08d06 100644
--- a/source/de/helpcontent2/source/text/sbasic/shared.po
+++ b/source/de/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: 2020-12-08 13:07+0100\n"
-"PO-Revision-Date: 2021-03-21 13:37+0000\n"
+"PO-Revision-Date: 2021-04-01 04:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textsbasicshared/de/>\n"
"Language: de\n"
@@ -2354,7 +2354,7 @@ msgctxt ""
"par_id3153070\n"
"help.text"
msgid "Single variables can take positive or negative values ranging from 3.402823 x 10E38 to 1.401298 x 10E-45. Single variables are floating-point variables, in which the decimal precision decreases as the non-decimal part of the number increases. Single variables are suitable for mathematical calculations of average precision. Calculations require more time than for Integer variables, but are faster than calculations with Double variables. A Single variable requires 4 bytes of memory. The type-declaration character is \"!\"."
-msgstr "Einfache Variablen können positive oder negative Werte von 3,402823x10E38 bis 1,401298x10E-45 annehmen. Einfache Variablen sind Fließkommavariablen, in welchen die Dezimalpräzesion sinkt, wenn der nicht-dezimale Teil der Nummer steigt. Einfache Variablen sind geeignet für mathematische Berechnungen mit durchschnittlicher Genauigkeit. Berechnungen erfordern mehr Zeit als bei Integer-Variablen, sind aber schneller als Double-Variablen. Eine einfache Variable benötigt 4 Bytes Speicher. Das Zeichen der Typdekleration ist \"!\"."
+msgstr "Einfache Variablen können positive oder negative Werte von 3,402823x10E38 bis 1,401298x10E-45 annehmen. Einfache Variablen sind Fließkommavariablen, in welchen die Dezimalpräzision sinkt, wenn der nicht-dezimale Teil der Nummer steigt. Einfache Variablen sind geeignet für mathematische Berechnungen mit durchschnittlicher Genauigkeit. Berechnungen erfordern mehr Zeit als bei Integer-Variablen, sind aber schneller als Double-Variablen. Eine einfache Variable benötigt 4 Bytes Speicher. Das Zeichen der Typdeklaration ist \"!\"."
#. X2BBe
#: 01020100.xhp
@@ -2417,7 +2417,7 @@ msgctxt ""
"par_id1001576839723156\n"
"help.text"
msgid "Numbers can be encoded using octal and hexadecimal forms."
-msgstr "Nummern können codiert werden, indem das Oktal- und Hexidezimalsystem verwendet wird."
+msgstr "Nummern können codiert werden, indem das Oktal- und Hexadezimalsystem verwendet wird."
#. nGGUD
#: 01020100.xhp
@@ -2588,7 +2588,7 @@ msgctxt ""
"par_idm1341048752\n"
"help.text"
msgid "Dim Text$(-15 To 5) '21 elements (including 0), numbered from -15 to 5'"
-msgstr "Dim Text$(-15 To 5) '21 Elemente (einschließlich 0), von -15 bis 5 numeriert'"
+msgstr "Dim Text$(-15 To 5) '21 Elemente (einschließlich 0), von -15 bis 5 nummeriert'"
#. 6iBW4
#: 01020100.xhp
@@ -3812,7 +3812,7 @@ msgctxt ""
"par_id581574080384335\n"
"help.text"
msgid "<emph>Document</emph>: libraries stored in the document container are only available for the document and are accessible only when the document is open. You cannot access macros of a document from another document."
-msgstr "<emph>Dokument</emph>: Im Dokument-Container gespeicherte Bibliotheken sind nur für das Dokument verfügbar und nur zugänglich, wenn das Dokument geöffnet ist. Sie können nicht von einem anderen Dokument aus auf Makros eines Dokuments zugreifen."
+msgstr "<emph>Dokument</emph>: Im Dokumentcontainer gespeicherte Bibliotheken sind nur für das Dokument verfügbar und nur zugänglich, wenn das Dokument geöffnet ist. Sie können nicht von einem anderen Dokument aus auf Makros eines Dokuments zugreifen."
#. GCWxT
#: 01030400.xhp
@@ -3821,7 +3821,7 @@ msgctxt ""
"par_id881574081445896\n"
"help.text"
msgid "To access macros stored in libraries of <emph>%PRODUCTNAME Macros</emph> or <emph>My Macros</emph> from another container, including the document container, use the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>."
-msgstr "Um auf Makros, die in ein den Bibliotheken <emph>%PRODUCTNAME Makros</emph> oder <emph>Meine Makros</emph> gespeichert sind, von einem anderen Container aus zuzugreifen, einschließlich des Dokument-Containers, verwenden Sie den <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope-Specifier</link>."
+msgstr "Um auf Makros, die in den Bibliotheken <emph>%PRODUCTNAME Makros</emph> oder <emph>Meine Makros</emph> gespeichert sind, von einem anderen Container einschließlich des Dokument-Containers aus zuzugreifen, verwenden Sie den <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope-Spezifizierer</link>."
#. bGzjL
#: 01030400.xhp
@@ -6044,7 +6044,7 @@ msgctxt ""
"par_id3155113\n"
"help.text"
msgid "<ahelp hid=\".\">Select \"Yes\" to enable the dropdown option for list or combo box controls. A dropdown control field has an arrow button which you can click to open a list of the existing form entries.</ahelp>"
-msgstr "<ahelp hid=\".\">Wählen Sie \"Ja\" aus, um die Dropdown-Option für Listen- und Kombinationsfelder zu aktivieren. Dropdown-Steuelemente haben eine Schaltfläche mit Pfeil, die beim Anklicken eine Liste der vorhandenen Feldeinträge anzeigt.</ahelp>"
+msgstr "<ahelp hid=\".\">Wählen Sie \"Ja\" aus, um die Dropdown-Option für Listen- und Kombinationsfelder zu aktivieren. Dropdown-Steuerelemente haben eine Schaltfläche mit Pfeil, die beim Anklicken eine Liste der vorhandenen Feldeinträge anzeigt.</ahelp>"
#. tCz4B
#: 01170101.xhp
@@ -6908,7 +6908,7 @@ msgctxt ""
"par_id9174779\n"
"help.text"
msgid "If Root displayed is set to FALSE, the root node of a model is no longer a valid node for the tree control and can't be used with any method of XTreeControl."
-msgstr "Wenn die Wurzeldarstellung auf FALSE gesetzt ist, ist der Wurzelknoten kein gülter Knoten mehr für das Baumansicht-Steuerelement und kann nicht mit einer XTreeControl Methode genutzt werden."
+msgstr "Wenn die Wurzeldarstellung auf FALSE gesetzt ist, ist der Wurzelknoten kein gültiger Knoten mehr für das Baumansicht-Steuerelement und kann nicht mit einer XTreeControl-Methode genutzt werden."
#. KucrS
#: 01170101.xhp
@@ -7070,7 +7070,7 @@ msgctxt ""
"par_id4974822\n"
"help.text"
msgid "The handles are dotted lines that visualize the hierarchy of the tree control."
-msgstr "Die Linien weden gepunktet dargestellt und stellen die Hirarchie im Baum dar."
+msgstr "Die Linien werden gepunktet dargestellt und stellen die Hierarchie im Baum dar."
#. 55Gfe
#: 01170101.xhp
@@ -7097,7 +7097,7 @@ msgctxt ""
"par_id3314004\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies whether the handles of the nodes should also be displayed at root level.</ahelp>"
-msgstr "<ahelp hid=\".\">Legt fest, ob die Linien der Knoten auch auf der Ursprungs-Ebene angezeigt werden sollen</ahelp>"
+msgstr "<ahelp hid=\".\">Legt fest, ob die Linien der Knoten auch auf der Ursprungsebene angezeigt werden sollen.</ahelp>"
#. GCfuF
#: 01170101.xhp
@@ -7142,7 +7142,7 @@ msgctxt ""
"par_idN10F0A\n"
"help.text"
msgid "<ahelp hid=\".\">Click the item or items that you want to select. To select more than one item, ensure that the Multiselection option is selected.</ahelp>"
-msgstr "<ahelp hid=\".\">Klicken Sie auf das auszuwählende Elemente. Um mehrere Elemente gleichzeitig auszuwählen, muss die Option Mehrfachauswahl aktiviert sein.</ahelp>"
+msgstr "<ahelp hid=\".\">Klicken Sie auf das Element oder die Elemente, die Sie auswählen möchten. Um mehrere Elemente gleichzeitig auszuwählen, muss die Option Mehrfachauswahl aktiviert sein.</ahelp>"
#. 56k8D
#: 01170101.xhp
@@ -7160,7 +7160,7 @@ msgctxt ""
"par_id1134067\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies the selection mode that is enabled for this tree control.</ahelp>"
-msgstr "<ahelp hid=\".\">Bestimmt den Auswahl-Modus, der für das Steuerelement Baumansicht verfügbar ist.</ahelp>"
+msgstr "<ahelp hid=\".\">Bestimmt den Auswahlmodus, der für das Steuerelement Baumansicht verfügbar ist.</ahelp>"
#. roCpn
#: 01170101.xhp
@@ -7223,7 +7223,7 @@ msgctxt ""
"hd_id3149538\n"
"help.text"
msgid "Tabstop"
-msgstr "Tabstop"
+msgstr "Tabstopp"
#. s9gEA
#: 01170101.xhp
@@ -7250,7 +7250,7 @@ msgctxt ""
"par_id3153547\n"
"help.text"
msgid "Only input controls receive the focus when using the <emph>Tab</emph> key. Controls without input like caption controls are omitted."
-msgstr "Nur Eingabesteuerelemente erhalten den Fokus, wenn Sie die Taste <emph>Tabulator</emph> verwenden. Steuerelemente ohne Eingabe wie Bildunterschriftkontrollen werden ausgelassen."
+msgstr "Nur Eingabesteuerelemente erhalten den Fokus, wenn Sie die Taste <emph>Tabulator</emph> verwenden. Steuerelemente ohne Eingabe wie Beschriftungssteuerelemente werden ausgelassen."
#. JTQgu
#: 01170101.xhp
@@ -8060,7 +8060,7 @@ msgctxt ""
"par_id3146915\n"
"help.text"
msgid "Add the Information icon to the dialog."
-msgstr "Das Symbol Information wird dem Dialog hinzuegfügt."
+msgstr "Das Symbol Information wird dem Dialog hinzugefügt."
#. 8sTDk
#: 03010101.xhp
@@ -8357,7 +8357,7 @@ msgctxt ""
"par_id3146915\n"
"help.text"
msgid "Add the Information icon to the dialog."
-msgstr "Das Symbol Information wird dem Dialog hinzuegfügt."
+msgstr "Das Symbol Information wird dem Dialog hinzugefügt."
#. gDmyx
#: 03010102.xhp
@@ -10949,7 +10949,7 @@ msgctxt ""
"par_id3154138\n"
"help.text"
msgid "Returns the current position in an open file."
-msgstr "Gibt Aufschluß über die gegenwärtige Position innerhalb einer geöffneten Datei."
+msgstr "Gibt Aufschluss über die gegenwärtige Position innerhalb einer geöffneten Datei."
#. paZ9R
#: 03020302.xhp
@@ -11750,7 +11750,7 @@ msgctxt ""
"par_id3150010\n"
"help.text"
msgid "This function is not case-sensitive."
-msgstr "Groß- und Kleinschreibung hat keinen Einfluß auf die Funktion."
+msgstr "Groß- und Kleinschreibung hat keinen Einfluss auf die Funktion."
#. 4LFNu
#: 03020403.xhp
@@ -14468,7 +14468,7 @@ msgctxt ""
"par_id3148551\n"
"help.text"
msgid "The year part must consist of either two (supported only in YYMMDD format without separators for compatibility) or at least four digits. With four digits leading zeros must be given if the absolute value is less than 1000, it can be negative with a leading minus sign if the date passed denotes a year before the common era (BCE) and it can have more than four digits if the absolute value is greater than 9999. The formatted string can be in the range \"-327680101\" to \"327671231\", or \"-32768-01-01\" to \"32767-12-31\"."
-msgstr "Die Jahreszahl muss entweder 2 (was aus Gründen der Kombatibilität nur in dem Format YYMMDD ohne die jeweiligen Separatoren möglich ist) oder eben dann mindestens 4 Ziffern enthalten. Bei Jahreszahlen kleiner als 4 Ziffern, beispielsweise dem 09. Mai 658, muss die Null voran gestellt werden, also beispielsweise 09.05.0658. Bei Zeitangaben vor unserer Zeitrechnung (auch bekannt als B.C. - Before Christ) kann die Jahreszahl ebenfalls mehr als vier Ziffern beinhalten, falls deren Betrag größer als 9999 ist. Die formatierte Zeichenkette kann derzeit im Bereich \"--327680101\" bis \"327671231\" oder \"01.01.-32768\" bis \"31.12.32767\" liegen."
+msgstr "Die Jahreszahl muss entweder 2 (was aus Gründen der Kompatibilität nur in dem Format YYMMDD ohne die jeweiligen Separatoren möglich ist) oder eben dann mindestens 4 Ziffern enthalten. Bei Jahreszahlen kleiner als 4 Ziffern, beispielsweise dem 09. Mai 658, muss die Null vorangestellt werden, also beispielsweise 09.05.0658. Bei Zeitangaben vor unserer Zeitrechnung (auch bekannt als B.C. - Before Christ) kann die Jahreszahl ebenfalls mehr als vier Ziffern beinhalten, falls deren Betrag größer als 9999 ist. Die formatierte Zeichenkette kann derzeit im Bereich \"--327680101\" bis \"327671231\" oder \"01.01.-32768\" bis \"31.12.32767\" liegen."
#. ACdxD
#: 03030108.xhp
@@ -14495,7 +14495,7 @@ msgctxt ""
"par_id3148554\n"
"help.text"
msgid "The YYYY-MM-DD format with separators is supported since %PRODUCTNAME 5.3.4. Years less than 100 or greater than 9999 are accepted since %PRODUCTNAME 5.4 if not in VBA compatibility mode."
-msgstr "Das Format JJJJ-MM-TT mit Separatoren wird seit %PRODUCTNAME 5.3.4 unterstützt. Jahreszahlen kleiner als 100 oder größer als 9999 werden seit %PRODUCTNAME 5.4 akzeptiert, sofern nicht im VBA-Kombatibilitätsmodus."
+msgstr "Das Format JJJJ-MM-TT mit Separatoren wird seit %PRODUCTNAME 5.3.4 unterstützt. Jahreszahlen kleiner als 100 oder größer als 9999 werden seit %PRODUCTNAME 5.4 akzeptiert, sofern nicht im VBA-Kompatibilitätsmodus."
#. DahpE
#: 03030108.xhp
@@ -25745,7 +25745,7 @@ msgctxt ""
"par_id3125864\n"
"help.text"
msgid "When you convert a string expression, the date and time must be entered either in one of the date acceptance patterns defined for your locale setting (see <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Settings - Languages</menuitem>) or in ISO date format (momentarily, only the ISO format with hyphens, e.g. \"2012-12-31\" is accepted). In numeric expressions, values to the left of the decimal represent the date, beginning from December 31, 1899. Values to the right of the decimal represent the time."
-msgstr "Wenn Sie eine Zeichenkette konvertieren, müssen Datum und Uhrzeit entweder in einem der für Ihre Gebietsschema-Einstellung definierten Datum-Annahmemuster eingegeben werden (siehe <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME – Einstellungen</menuitem></caseinline><defaultinline><menuitem>Extras – Optionen…</menuitem></defaultinline></switchinline><menuitem> – Spracheinstellungen – Sprachen</menuitem>) oder im ISO-Datumsfomat (momentan wird nur das ISO-Format mit Bindestrichen akzeptiert, beispielsweise \"2012-12-31\"). In numerischen Ausdrücken stehen die Werte links von der Dezimalstelle für das Datum ab dem 31. Dezember 1899. Die Werte rechts von der Dezimalstelle stehen für die Uhrzeit."
+msgstr "Wenn Sie eine Zeichenkette konvertieren, müssen Datum und Uhrzeit entweder in einem der für Ihre Gebietsschema-Einstellung definierten Datum-Annahmemuster eingegeben werden (siehe <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME – Einstellungen</menuitem></caseinline><defaultinline><menuitem>Extras – Optionen…</menuitem></defaultinline></switchinline><menuitem> – Spracheinstellungen – Sprachen</menuitem>) oder im ISO-Datumsformat (momentan wird nur das ISO-Format mit Bindestrichen akzeptiert, beispielsweise \"2012-12-31\"). In numerischen Ausdrücken stehen die Werte links von der Dezimalstelle für das Datum ab dem 31. Dezember 1899. Die Werte rechts von der Dezimalstelle stehen für die Uhrzeit."
#. hCKkH
#: 03100300.xhp
@@ -30236,7 +30236,7 @@ msgctxt ""
"par_id3148947\n"
"help.text"
msgid "Uno type : A UnoObject"
-msgstr "Uno type: Ein Uno-Ubjekt"
+msgstr "Uno type: Ein Uno-Objekt"
#. AsDnS
#: 03104500.xhp
@@ -34952,7 +34952,7 @@ msgctxt ""
"par_id3152924\n"
"help.text"
msgid "Instantiates a Uno service with the ProcessServiceManager."
-msgstr "Instanziert einen Uno service am ProcessServiceManager."
+msgstr "Instanziiert einen Uno-Dienst mit dem ProcessServiceManager."
#. NjYQ2
#: 03131600.xhp
@@ -35195,7 +35195,7 @@ msgctxt ""
"bm_id3150682\n"
"help.text"
msgid "<bookmark_value>GlobalScope specifier</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>Library container</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API; BasicLibraries</bookmark_value><bookmark_value>API; DialogLibraries</bookmark_value><bookmark_value>BasicLibraries; library container</bookmark_value><bookmark_value>DialogLibraries; library container</bookmark_value>"
-msgstr "<bookmark_value>GlobalScope (Spezifizierer)</bookmark_value><bookmark_value>Bibliotheks-Systeme</bookmark_value><bookmark_value>Bibliotheks-Container</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API; BasicLibraries</bookmark_value><bookmark_value>API; DialogLibraries</bookmark_value><bookmark_value>BasicLibraries; Bibliotheks-Container</bookmark_value><bookmark_value>DialogLibraries; Bibliotheks-Container</bookmark_value>"
+msgstr "<bookmark_value>GlobalScope (Spezifizierer)</bookmark_value><bookmark_value>Bibliothekssysteme</bookmark_value><bookmark_value>Bibliothekscontainer</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API; BasicLibraries</bookmark_value><bookmark_value>API; DialogLibraries</bookmark_value><bookmark_value>BasicLibraries; Bibliothekscontainer</bookmark_value><bookmark_value>DialogLibraries; Bibliothekscontainer</bookmark_value>"
#. BEFVK
#: 03131900.xhp
@@ -35213,7 +35213,7 @@ msgctxt ""
"par_id991572457387308\n"
"help.text"
msgid "To manage personal or shared library containers (<emph>%PRODUCTNAME Macros</emph> or <emph>My Macros</emph>) from within a document, use the <literal>GlobalScope</literal> specifier."
-msgstr "Um gemeinsame genutzte oder persönliche Bibliotheks-Container (<emph>%PRODUCTNAME Makros</emph> oder <emph>Meine Makros</emph>) aus einem Dokuments heraus zu verwalten, verwenden Sie den Spezifizierer <literal>GlobalScope</literal>."
+msgstr "Um gemeinsame genutzte oder persönliche Bibliothekscontainer (<emph>%PRODUCTNAME Makros</emph> oder <emph>Meine Makros</emph>) aus einem Dokument heraus zu verwalten, verwenden Sie den Spezifizierer <literal>GlobalScope</literal>."
#. Jz8ET
#: 03131900.xhp
@@ -35222,7 +35222,7 @@ msgctxt ""
"par_id3153345\n"
"help.text"
msgid "Basic source code and dialogs are organized in library containers. Libraries can contain modules and dialogs."
-msgstr "Basic-Quellcode und Dialoge sind in Bibliotheks-Containern organisiert. Bibliotheken können Module und Dialoge enthalten."
+msgstr "Basic-Quellcode und Dialoge sind in Bibliothekscontainern organisiert. Bibliotheken können Module und Dialoge enthalten."
#. BhGwB
#: 03131900.xhp
@@ -35267,7 +35267,7 @@ msgctxt ""
"par_id3150543\n"
"help.text"
msgid "<literal>BasicLibraries</literal> and <literal>DialogLibraries</literal> containers exist at application level and within every document. Document's library containers do not need the <literal>GlobalScope</literal> specifier to be managed. If you want to call a global library container (located in <emph>%PRODUCTNAME Macros</emph> or <emph>My Macros</emph>) from within a document, you must use the <literal>GlobalScope</literal> specifier."
-msgstr "<literal>BasicLibraries</literal>- und <literal>DialogLibraries</literal>-Container sind auf Anwendungsebene und in jedem Dokument vorhanden. Für die Bibliotheks-Container des Dokuments muss der <literal>GlobalScope</literal>-Spezifizierer nicht verwaltet werden. Wenn Sie einen globalen Bibliotheks-Ccontainer (in <emph>%PRODUCTNAME Makros</emph> oder <emph>Meine Makros</emph>) aus einem Dokument heraus aufrufen möchten, müssen Sie den <literal>GlobalScope</literal>-Spezifizierer verwenden."
+msgstr "<literal>BasicLibraries</literal>- und <literal>DialogLibraries</literal>-Container sind auf Anwendungsebene und in jedem Dokument vorhanden. Für die Bibliothekscontainer des Dokuments muss der <literal>GlobalScope</literal>-Spezifizierer nicht verwaltet werden. Wenn Sie einen globalen Bibliothekscontainer (in <emph>%PRODUCTNAME Makros</emph> oder <emph>Meine Makros</emph>) aus einem Dokument heraus aufrufen möchten, müssen Sie den <literal>GlobalScope</literal>-Spezifizierer verwenden."
#. BDRji
#: 03131900.xhp
@@ -35285,7 +35285,7 @@ msgctxt ""
"par_id3158408\n"
"help.text"
msgid "' calling Dialog1 in the document library Standard"
-msgstr "' Ansprechen von Dialog1 in der Dokumenten-Bibliothek Standard"
+msgstr "' Ansprechen von Dialog1 in der Dokumentenbibliothek Standard"
#. BcE6x
#: 03131900.xhp
@@ -35330,7 +35330,7 @@ msgctxt ""
"par_id3149346\n"
"help.text"
msgid "Creates a Listener instance."
-msgstr "Instanziert einen Listener."
+msgstr "Instanziiert einen Listener."
#. X9iCk
#: 03132000.xhp
@@ -35348,7 +35348,7 @@ msgctxt ""
"par_id3143228\n"
"help.text"
msgid "oListener = CreateUnoListener( Prefixname, ListenerInterfaceName )"
-msgstr "oListener = CreateUnoListener( Praefixname, ListenerSchnittstelleName )"
+msgstr "oListener = CreateUnoListener( Präfixname, ListenerSchnittstelleName )"
#. B3pJi
#: 03132000.xhp
diff --git a/source/de/helpcontent2/source/text/scalc.po b/source/de/helpcontent2/source/text/scalc.po
index 6b0b5cb1de6..9defe306b32 100644
--- a/source/de/helpcontent2/source/text/scalc.po
+++ b/source/de/helpcontent2/source/text/scalc.po
@@ -4,16 +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: 2020-10-27 12:31+0100\n"
-"PO-Revision-Date: 2020-07-27 05:34+0000\n"
+"PO-Revision-Date: 2021-04-06 06:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
-"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc/de/>\n"
+"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textscalc/de/>\n"
"Language: de\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.4.2\n"
"X-POOTLE-MTIME: 1513085807.000000\n"
#. ZxQeC
@@ -536,7 +536,7 @@ msgctxt ""
"hd_id3154015\n"
"help.text"
msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoKorrektur-Optionen...\">AutoKorrektur-Optionen...</link>"
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoKorrektur-Optionen…</link>"
#. eAavz
#: main0106.xhp
@@ -1535,7 +1535,7 @@ msgctxt ""
"par_id3145271\n"
"help.text"
msgid "You can also use the <link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilots\">Function Wizard</link> to help you create your formulas."
-msgstr "Außerdem steht Ihnen der <link href=\"text/scalc/01/04060000.xhp\" name=\"Assistent\">Funktions-Assistent</link> als Hilfe zum Erstellen von Formeln zur Verfügung."
+msgstr "Außerdem steht Ihnen der <link href=\"text/scalc/01/04060000.xhp\" name=\"Assistent\">Funktionsassistent</link> als Hilfe zum Erstellen von Formeln zur Verfügung."
#. jARFA
#: main0503.xhp
diff --git a/source/de/helpcontent2/source/text/scalc/00.po b/source/de/helpcontent2/source/text/scalc/00.po
index d39e5f2542c..c5b3db18808 100644
--- a/source/de/helpcontent2/source/text/scalc/00.po
+++ b/source/de/helpcontent2/source/text/scalc/00.po
@@ -4,16 +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: 2020-12-01 12:34+0100\n"
-"PO-Revision-Date: 2020-07-27 05:34+0000\n"
+"PO-Revision-Date: 2021-04-01 04:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
-"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc00/de/>\n"
+"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textscalc00/de/>\n"
"Language: de\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.4.2\n"
"X-POOTLE-MTIME: 1564805193.000000\n"
#. E9tti
@@ -464,7 +464,7 @@ msgctxt ""
"par_id3154370\n"
"help.text"
msgid "Function Wizard"
-msgstr "Funktions-Assistent"
+msgstr "Funktionsassistent"
#. CfMjV
#: 00000404.xhp
diff --git a/source/de/helpcontent2/source/text/scalc/01.po b/source/de/helpcontent2/source/text/scalc/01.po
index 634b5c3eddc..de71793820c 100644
--- a/source/de/helpcontent2/source/text/scalc/01.po
+++ b/source/de/helpcontent2/source/text/scalc/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-11-20 15:33+0100\n"
-"PO-Revision-Date: 2021-03-21 13:37+0000\n"
+"PO-Revision-Date: 2021-04-06 06:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textscalc01/de/>\n"
"Language: de\n"
@@ -3821,7 +3821,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Function Wizard"
-msgstr "Funktions-Assistent"
+msgstr "Funktionsassistent"
#. DHRxH
#: 04060000.xhp
@@ -3830,7 +3830,7 @@ msgctxt ""
"bm_id3147426\n"
"help.text"
msgid "<bookmark_value>inserting functions; Function Wizard</bookmark_value><bookmark_value>functions;Function Wizard</bookmark_value><bookmark_value>wizards; functions</bookmark_value>"
-msgstr "<bookmark_value>Funktionen einfügen; Funktions-Assistent</bookmark_value><bookmark_value>Funktionen; Funktions-Assistent</bookmark_value><bookmark_value>Assistenten; Funktionen</bookmark_value>"
+msgstr "<bookmark_value>Funktionen einfügen; Funktionsassistent</bookmark_value><bookmark_value>Funktionen; Funktionsassistent</bookmark_value><bookmark_value>Assistenten; Funktionen</bookmark_value>"
#. KeWpp
#: 04060000.xhp
@@ -3848,7 +3848,7 @@ msgctxt ""
"par_id3145271\n"
"help.text"
msgid "<variable id=\"funktionsautopilottext\"><ahelp hid=\".\">Opens the <emph>Function Wizard</emph>, which helps you to interactively create formulas.</ahelp></variable>"
-msgstr "<variable id=\"funktionsautopilottext\"><ahelp hid=\".\">Öffnet das Fenster <emph>Funktions-Assistent</emph>, das Sie beim interaktiven Erstellen von Formeln unterstützt.</ahelp></variable>"
+msgstr "<variable id=\"funktionsautopilottext\"><ahelp hid=\".\">Öffnet das Fenster <emph>Funktionsassistent</emph>, das Sie beim interaktiven Erstellen von Formeln unterstützt.</ahelp></variable>"
#. exDJs
#: 04060000.xhp
@@ -3875,7 +3875,7 @@ msgctxt ""
"par_id3159153\n"
"help.text"
msgid "The <emph>Function Wizard</emph> has two tabs: <emph>Functions</emph> is used to create formulas, and <emph>Structure</emph> is used to check the formula build."
-msgstr "Der <emph>Funktions-Assistent</emph> umfasst zwei Register: <emph>Funktionen</emph> zum Erstellen von Formeln und <emph>Struktur</emph> zum Prüfen der Formelstruktur."
+msgstr "Der <emph>Funktionsassistent</emph> umfasst zwei Register: <emph>Funktionen</emph> zum Erstellen von Formeln und <emph>Struktur</emph> zum Prüfen der Formelstruktur."
#. v7CjU
#: 04060000.xhp
@@ -4046,7 +4046,7 @@ msgctxt ""
"par_id3157980\n"
"help.text"
msgid "<ahelp hid=\".\">Allows you to access a subordinate level of the <emph>Function Wizard</emph> in order to nest another function within the function, instead of a value or reference.</ahelp>"
-msgstr "<ahelp hid=\".\">Gestattet Ihnen den Zugriff auf eine untergeordnete Ebene des <emph>Funktions-Assistenten</emph>, auf der anstelle von Werten oder Bezügen verschachtelte Funktionen erstellt, also Funktionen in Funktionen eingegeben werden können.</ahelp>"
+msgstr "<ahelp hid=\".\">Gestattet Ihnen den Zugriff auf eine untergeordnete Ebene des <emph>Funktionsassistenten</emph>, auf der anstelle von Werten oder Bezügen verschachtelte Funktionen erstellt, also Funktionen in Funktionen eingegeben werden können.</ahelp>"
#. GSRgn
#: 04060000.xhp
@@ -4100,7 +4100,7 @@ msgctxt ""
"par_id3149898\n"
"help.text"
msgid "<ahelp hid=\"formula/ui/formuladialog/ed_formula\">Displays the created formula. Type your entries directly, or create the formula using the wizard.</ahelp>"
-msgstr "<ahelp hid=\"formula/ui/formuladialog/ed_formula\">Zeigt die erstellte Formel an. Geben Sie die Formel entweder direkt ein oder erstellen Sie eine mithilfe des Funktions-Assistenten.</ahelp>"
+msgstr "<ahelp hid=\"formula/ui/formuladialog/ed_formula\">Zeigt die erstellte Formel an. Geben Sie die Formel entweder direkt ein oder erstellen Sie eine mithilfe des Funktionsassistenten.</ahelp>"
#. iBGou
#: 04060000.xhp
@@ -4172,7 +4172,7 @@ msgctxt ""
"par_id3153029\n"
"help.text"
msgid "<ahelp hid=\"formula/ui/formuladialog/ok\">Ends the <emph>Function Wizard</emph>, and transfers the formula to the selected cells.</ahelp>"
-msgstr "<ahelp hid=\"formula/ui/formuladialog/ok\">Beendet den <emph>Funktions-Assistenten</emph> und überträgt die Formel in die ausgewählten Zellen.</ahelp>"
+msgstr "<ahelp hid=\"formula/ui/formuladialog/ok\">Beendet den <emph>Funktionsassistenten</emph> und überträgt die Formel in die ausgewählten Zellen.</ahelp>"
#. fBUkR
#: 04060000.xhp
@@ -4217,7 +4217,7 @@ msgctxt ""
"par_id3149350\n"
"help.text"
msgid "If you start the <emph>Function Wizard</emph> while the cell cursor is positioned in a cell that already contains a function, the <emph>Structure</emph> tab is opened and shows the composition of the current formula."
-msgstr "Wenn Sie den <emph>Funktions-Assistenten</emph> aufrufen, während sich der Zellcursor in einer Zelle mit einer Funktion befindet, wird das Register <emph>Struktur</emph> geöffnet, in dem der Aufbau der aktuellen Formel angezeigt wird."
+msgstr "Wenn Sie den <emph>Funktionsassistenten</emph> aufrufen, während sich der Zellcursor in einer Zelle mit einer Funktion befindet, wird das Register <emph>Struktur</emph> geöffnet, in dem der Aufbau der aktuellen Formel angezeigt wird."
#. bNwhM
#: 04060000.xhp
@@ -4280,7 +4280,7 @@ msgctxt ""
"par_id3149378\n"
"help.text"
msgid "This section describes the functions of $[officename] Calc. The various functions are divided into categories in the Function Wizard."
-msgstr "In diesem Abschnitt werden die Funktionen von $[officename] Calc beschrieben. Dabei sind die verschiedenen Funktionen im Funktions-Assistenten zu Kategorien zusammengefasst."
+msgstr "In diesem Abschnitt werden die Funktionen von $[officename] Calc beschrieben. Dabei sind die verschiedenen Funktionen im Funktionsassistenten zu Kategorien zusammengefasst."
#. JJJ2y
#: 04060100.xhp
@@ -5567,7 +5567,7 @@ msgctxt ""
"bm_id3154536\n"
"help.text"
msgid "<bookmark_value>date and time functions</bookmark_value> <bookmark_value>functions; date & time</bookmark_value> <bookmark_value>Function Wizard; date & time</bookmark_value>"
-msgstr "<bookmark_value>Datums- und Zeitfunktionen</bookmark_value><bookmark_value>Funktionen; Datum und Zeit</bookmark_value><bookmark_value>Funktions-Assistent; Datum und Zeit</bookmark_value>"
+msgstr "<bookmark_value>Datums- und Zeitfunktionen</bookmark_value><bookmark_value>Funktionen; Datum und Zeit</bookmark_value><bookmark_value>Funktionsassistent; Datum und Zeit</bookmark_value>"
#. 4twnp
#: 04060102.xhp
@@ -5783,7 +5783,7 @@ msgctxt ""
"bm_id3143284\n"
"help.text"
msgid "<bookmark_value>financial functions</bookmark_value> <bookmark_value>functions; financial functions</bookmark_value> <bookmark_value>Function Wizard; financial</bookmark_value> <bookmark_value>amortizations, see also depreciations</bookmark_value>"
-msgstr "<bookmark_value>Finanzmathematische Funktionen</bookmark_value><bookmark_value>Funktionen; finanzmathematische Funktionen</bookmark_value><bookmark_value>Funktions-Assistent; finanzmathematisch</bookmark_value><bookmark_value>Amortisierung, siehe auch Abschreibungen</bookmark_value>"
+msgstr "<bookmark_value>Finanzmathematische Funktionen</bookmark_value><bookmark_value>Funktionen; finanzmathematische Funktionen</bookmark_value><bookmark_value>Funktionsassistent; finanzmathematisch</bookmark_value><bookmark_value>Amortisierung, siehe auch Abschreibungen</bookmark_value>"
#. 3uCaF
#: 04060103.xhp
@@ -7763,7 +7763,7 @@ msgctxt ""
"bm_id3147247\n"
"help.text"
msgid "<bookmark_value>information functions</bookmark_value> <bookmark_value>Function Wizard; information</bookmark_value> <bookmark_value>functions; information functions</bookmark_value>"
-msgstr "<bookmark_value>Informationsfunktionen</bookmark_value><bookmark_value>Funktions-Assistent; Informationen</bookmark_value><bookmark_value>Funktionen; Informationsfunktionen</bookmark_value>"
+msgstr "<bookmark_value>Informationsfunktionen</bookmark_value><bookmark_value>Funktionsassistent; Informationen</bookmark_value><bookmark_value>Funktionen; Informationsfunktionen</bookmark_value>"
#. rdDfi
#: 04060104.xhp
@@ -9977,7 +9977,7 @@ msgctxt ""
"bm_id3153484\n"
"help.text"
msgid "<bookmark_value>logical functions</bookmark_value> <bookmark_value>Function Wizard; logical</bookmark_value> <bookmark_value>functions; logical functions</bookmark_value>"
-msgstr "<bookmark_value>Logische Funktionen</bookmark_value><bookmark_value>Funktions-Assistent; logisch</bookmark_value><bookmark_value>Funktionen; logische Funktionen</bookmark_value>"
+msgstr "<bookmark_value>Logische Funktionen</bookmark_value><bookmark_value>Funktionsassistent; logisch</bookmark_value><bookmark_value>Funktionen; logische Funktionen</bookmark_value>"
#. HZKH9
#: 04060105.xhp
@@ -10535,7 +10535,7 @@ msgctxt ""
"bm_id3147124\n"
"help.text"
msgid "<bookmark_value>mathematical functions</bookmark_value> <bookmark_value>Function Wizard; mathematical</bookmark_value> <bookmark_value>functions; mathematical functions</bookmark_value> <bookmark_value>trigonometric functions</bookmark_value>"
-msgstr "<bookmark_value>Mathematische Funktionen</bookmark_value><bookmark_value>Funktions-Assistent; mathematische Funktionen</bookmark_value><bookmark_value>Funktionen; mathematische Funktionen</bookmark_value><bookmark_value>Trigonometrische Funktionen</bookmark_value>"
+msgstr "<bookmark_value>Mathematische Funktionen</bookmark_value><bookmark_value>Funktionsassistent; mathematische Funktionen</bookmark_value><bookmark_value>Funktionen; mathematische Funktionen</bookmark_value><bookmark_value>Trigonometrische Funktionen</bookmark_value>"
#. 9umC6
#: 04060106.xhp
@@ -10553,7 +10553,7 @@ msgctxt ""
"par_id3154943\n"
"help.text"
msgid "<variable id=\"mathematiktext\">This category contains the <emph>Mathematical</emph> functions for Calc.</variable> To open the <emph>Function Wizard</emph>, choose <link href=\"text/scalc/01/04060000.xhp\" name=\"Insert - Function\"><emph>Insert - Function</emph></link>."
-msgstr "<variable id=\"mathematiktext\">Diese Kategorie enthält <emph>mathematische</emph> Funktionen für Calc.</variable> Um den <emph>Funktions-Assistenten</emph> zu öffnen, wählen Sie <link href=\"text/scalc/01/04060000.xhp\" name=\"Einfügen - Funktion...\"><emph>Einfügen - Funktion...</emph></link>."
+msgstr "<variable id=\"mathematiktext\">Diese Kategorie enthält <emph>mathematische</emph> Funktionen für Calc.</variable> Um den <emph>Funktionsassistenten</emph> zu öffnen, wählen Sie <link href=\"text/scalc/01/04060000.xhp\" name=\"Einfügen - Funktion...\"><emph>Einfügen - Funktion...</emph></link>."
#. bWDf7
#: 04060106.xhp
@@ -15224,7 +15224,7 @@ msgctxt ""
"bm_id3147273\n"
"help.text"
msgid "<bookmark_value>matrices; functions</bookmark_value><bookmark_value>Function Wizard; arrays</bookmark_value><bookmark_value>array formulas</bookmark_value><bookmark_value>inline array constants</bookmark_value><bookmark_value>formulas; arrays</bookmark_value><bookmark_value>functions; array functions</bookmark_value><bookmark_value>editing; array formulas</bookmark_value><bookmark_value>copying; array formulas</bookmark_value><bookmark_value>adjusting array ranges</bookmark_value><bookmark_value>calculating; conditional calculations</bookmark_value><bookmark_value>matrices; calculations</bookmark_value><bookmark_value>conditional calculations with arrays</bookmark_value><bookmark_value>implicit array handling</bookmark_value><bookmark_value>forced array handling</bookmark_value>"
-msgstr "<bookmark_value>Matrizen; Funktionen</bookmark_value><bookmark_value>Funktions-Assistent; Matrizen</bookmark_value><bookmark_value>Matrizen; Formeln</bookmark_value><bookmark_value>Matrizen; Konstanten</bookmark_value><bookmark_value>Funktionen; Matrizen</bookmark_value><bookmark_value>Formeln; Matrizen</bookmark_value><bookmark_value>Bearbeiten; Matrixformeln</bookmark_value><bookmark_value>Kopieren; Matrixformeln</bookmark_value><bookmark_value>Matrixbereiche anpassen</bookmark_value><bookmark_value>Berechnen; Bedingungen bei Matrizen</bookmark_value><bookmark_value>Matrizen; Berechnungen</bookmark_value><bookmark_value>Bedingungen; Berechnungen bei Matrizen</bookmark_value><bookmark_value>Implizite Matrixbearbeitung</bookmark_value><bookmark_value>Erzwungene Matrixbearbeitung</bookmark_value>"
+msgstr "<bookmark_value>Matrizen; Funktionen</bookmark_value><bookmark_value>Funktionsassistent; Matrizen</bookmark_value><bookmark_value>Matrizen; Formeln</bookmark_value><bookmark_value>Matrizen; Konstanten</bookmark_value><bookmark_value>Funktionen; Matrizen</bookmark_value><bookmark_value>Formeln; Matrizen</bookmark_value><bookmark_value>Bearbeiten; Matrixformeln</bookmark_value><bookmark_value>Kopieren; Matrixformeln</bookmark_value><bookmark_value>Matrixbereiche anpassen</bookmark_value><bookmark_value>Berechnen; Bedingungen bei Matrizen</bookmark_value><bookmark_value>Matrizen; Berechnungen</bookmark_value><bookmark_value>Bedingungen; Berechnungen bei Matrizen</bookmark_value><bookmark_value>Implizite Matrixbearbeitung</bookmark_value><bookmark_value>Erzwungene Matrixbearbeitung</bookmark_value>"
#. ALUph
#: 04060107.xhp
@@ -15386,7 +15386,7 @@ msgctxt ""
"par_id3149102\n"
"help.text"
msgid "If you create an array formula using the <emph>Function Wizard</emph>, you must mark the <emph>Array</emph> check box each time so that the results are returned in an array. Otherwise, only the value in the upper-left cell of the array being calculated is returned."
-msgstr "Beim Erstellen von Matrixformeln im Fenster <emph>Funktions-Assistent</emph> müssen Sie jedes Mal das Markierfeld <emph>Matrix</emph> aktivieren, damit die Ergebnisse in einer Matrix ausgegeben werden. Anderenfalls wird nur der Wert der oberen linken Zelle der zu berechnenden Matrix geliefert."
+msgstr "Beim Erstellen von Matrixformeln im Fenster <emph>Funktionsassistent</emph> müssen Sie jedes Mal das Markierfeld <emph>Matrix</emph> aktivieren, damit die Ergebnisse in einer Matrix ausgegeben werden. Anderenfalls wird nur der Wert der oberen linken Zelle der zu berechnenden Matrix geliefert."
#. G9EUo
#: 04060107.xhp
@@ -15638,7 +15638,7 @@ msgctxt ""
"par_id3146787\n"
"help.text"
msgid "Select a range of cells where you want to insert the array formula and either press <emph>F2</emph> or position the cursor in the input line."
-msgstr "Wählen Sie den Zellbereich aus, in den die Matrixformel eingefügt werden soll. Drücken Sie dann entweder die Taste <emph>F2</emph> oder setzen Sie den Cursor in die Eingabezeile."
+msgstr "Wählen Sie den Zellbereich aus, in dem die Matrixformel eingefügt werden soll. Drücken Sie dann entweder die Taste <emph>F2</emph> oder setzen Sie den Cursor in die Eingabezeile."
#. EBtxq
#: 04060107.xhp
@@ -16052,7 +16052,7 @@ msgctxt ""
"par_id3150312\n"
"help.text"
msgid "Select a single column range in which to enter the frequency according to the class limits. You must select one field more than the class ceiling. In this example, select the range C1:C6. Call up the FREQUENCY function in the <emph>Function Wizard</emph>. Select the <emph>Data</emph> range in (A1:A11), and then the <emph>Classes</emph> range in which you entered the class limits (B1:B6). Select the <emph>Array</emph> check box and click <emph>OK</emph>. You will see the frequency count in the range C1:C6."
-msgstr "Wählen Sie einen einspaltigen Bereich aus, in den die Häufigkeit der Werte gemäß der Klassengrenzen eingetragen werden soll. Sie müssen eine Zelle über die oberste Klasse hinaus auswählen. Für dieses Beispiel wählen Sie den Bereich C1:C6. Rufen Sie die Funktion HÄUFIGKEIT im <emph>Funktions-Assistenten</emph> auf. Wählen Sie den Bereich <emph>Daten</emph> als (A1:A11) und den Bereich <emph>Klassen</emph>, in den Sie die Klassengrenzen eingegeben haben als (B1:B6). Aktivieren Sie das Kontrollkästchen <emph>Matrix</emph> und klicken Sie auf <emph>OK</emph>. Die Häufigkeitszählung erscheint im Bereich C1:C6."
+msgstr "Wählen Sie einen einspaltigen Bereich aus, in dem die Häufigkeit der Werte gemäß der Klassengrenzen eingetragen werden soll. Sie müssen eine Zelle über die oberste Klasse hinaus auswählen. Für dieses Beispiel wählen Sie den Bereich C1:C6. Rufen Sie die Funktion HÄUFIGKEIT im <emph>Funktionsassistenten</emph> auf. Wählen Sie den Bereich <emph>Daten</emph> als (A1:A11) und den Bereich <emph>Klassen</emph>, in dem Sie die Klassengrenzen eingegeben haben als (B1:B6). Aktivieren Sie das Kontrollkästchen <emph>Matrix</emph> und klicken Sie auf <emph>OK</emph>. Die Häufigkeitszählung erscheint im Bereich C1:C6."
#. shMJG
#: 04060107.xhp
@@ -16223,7 +16223,7 @@ msgctxt ""
"par_id3146826\n"
"help.text"
msgid "Select a square range. Choose the MMULT function. Select <emph>Array 1</emph>, then select <emph>Array 2</emph>. Using the <emph>Function Wizard</emph>, mark the <emph>Array</emph> check box. Click <emph>OK</emph>. The output array will appear in the first selected range."
-msgstr "Wählen Sie einen quadratischen Bereich aus. Rufen Sie die Funktion MMULT auf. Wählen Sie <emph>Matrix 1</emph> und anschließend <emph>Matrix 2</emph> aus. Bei Verwendung des <emph>Funktions-Assistenten</emph> aktivieren Sie das Markierfeld <emph>Matrix</emph>. Klicken Sie auf die Schaltfläche <emph>OK</emph>. Die Ausgabematrix wird im ersten ausgewählten Bereich angezeigt."
+msgstr "Wählen Sie einen quadratischen Bereich aus. Rufen Sie die Funktion MMULT auf. Wählen Sie <emph>Matrix 1</emph> und anschließend <emph>Matrix 2</emph> aus. Bei Verwendung des <emph>Funktionsassistenten</emph> aktivieren Sie das Markierfeld <emph>Matrix</emph>. Klicken Sie auf die Schaltfläche <emph>OK</emph>. Die Ausgabematrix wird im ersten ausgewählten Bereich angezeigt."
#. vPBWq
#: 04060107.xhp
@@ -16286,7 +16286,7 @@ msgctxt ""
"par_id3159366\n"
"help.text"
msgid "In the spreadsheet, select the range in which the transposed array can appear. If the original array has n rows and m columns, your selected range must have at least m rows and n columns. Then enter the formula directly, select the original array and press <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Shift + Command + Enter</emph></caseinline><defaultinline><emph>Shift + Ctrl + Enter</emph></defaultinline></switchinline>. Or, if you are using the <emph>Function Wizard</emph>, mark the <emph>Array</emph> check box. The transposed array appears in the selected target range and is protected automatically against changes."
-msgstr "Wählen Sie im Tabellendokument einen Bereich aus, in dem die transponierte Matrix angezeigt werden kann. Der ausgewählte Bereich muss dabei mindestens die selbe Zeilen- und Spaltenanzahl aufweisen, wie die Originalmatrix. Geben Sie dann die Formel direkt ein, wählen Sie die Originalmatrix aus, und drücken Sie <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Umschalt+Befehl+Eingabetaste</emph></caseinline><defaultinline><emph>Umschalt+Strg+Eingabetaste</emph></defaultinline></switchinline>. Anderenfalls, wenn Sie mit dem <emph>Funktions-Assistenten</emph> arbeiten, aktivieren Sie das Markierfeld <emph>Matrix</emph>. Die transponierte Matrix erscheint im ausgewählten Zielbereich und ist automatisch vor Änderungen geschützt."
+msgstr "Wählen Sie im Tabellendokument einen Bereich aus, in dem die transponierte Matrix angezeigt werden kann. Der ausgewählte Bereich muss dabei mindestens die selbe Zeilen- und Spaltenanzahl aufweisen, wie die Originalmatrix. Geben Sie dann die Formel direkt ein, wählen Sie die Originalmatrix aus und drücken Sie <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Umschalt+Befehl+Eingabetaste</emph></caseinline><defaultinline><emph>Umschalt+Strg+Eingabetaste</emph></defaultinline></switchinline>. Anderenfalls, wenn Sie mit dem <emph>Funktionsassistenten</emph> arbeiten, aktivieren Sie das Markierfeld <emph>Matrix</emph>. Die transponierte Matrix erscheint im ausgewählten Zielbereich und ist automatisch vor Änderungen geschützt."
#. 3oHh6
#: 04060107.xhp
@@ -16610,7 +16610,7 @@ msgctxt ""
"par_id3144687\n"
"help.text"
msgid "Column A contains several X1 values, column B several X2 values and column C the Y values. You have already entered these values in your spreadsheet. You have now set up E2:G6 in the spreadsheet and activated the <emph>Function Wizard</emph>. For the LINEST function to work, you must have marked the <emph>Array</emph> check box in the <emph>Function Wizard</emph>. Next, select the following values in the spreadsheet (or enter them using the keyboard):"
-msgstr "Spalte A enthält mehrere X1-Werte, Spalte B mehrere X2-Werte und Spalte C die Y-Werte. Diese Werte haben Sie bereits in das Tabellendokument eingefügt. Sie haben nun E2:G6 im Tabellendokument eingerichtet und den <emph>Funktions-Assistenten</emph> aktiviert. Damit RGP funktioniert, müssen Sie außerdem das Markierfeld <emph>Matrix</emph> im Fenster <emph>Funktions-Assistent</emph> aktivieren. Nun wählen Sie die folgenden Werte im Tabellendokument aus (oder geben sie über die Tastatur ein):"
+msgstr "Spalte A enthält mehrere X1-Werte, Spalte B mehrere X2-Werte und Spalte C die Y-Werte. Diese Werte haben Sie bereits in das Tabellendokument eingefügt. Sie haben nun E2:G6 im Tabellendokument eingerichtet und den <emph>Funktionsassistenten</emph> aktiviert. Damit RGP funktioniert, müssen Sie außerdem das Markierfeld <emph>Matrix</emph> im Fenster <emph>Funktionsassistent</emph> aktivieren. Nun wählen Sie die folgenden Werte im Tabellendokument aus (oder geben sie über die Tastatur ein):"
#. KgyyZ
#: 04060107.xhp
@@ -17303,7 +17303,7 @@ msgctxt ""
"bm_id3153018\n"
"help.text"
msgid "<bookmark_value>statistics functions</bookmark_value><bookmark_value>Function Wizard; statistics</bookmark_value><bookmark_value>functions; statistics functions</bookmark_value>"
-msgstr "<bookmark_value>Statistikfunktionen</bookmark_value><bookmark_value>Funktions-Assistent; Statistiken</bookmark_value><bookmark_value>Funktionen; statistische Funktionen</bookmark_value>"
+msgstr "<bookmark_value>Statistikfunktionen</bookmark_value><bookmark_value>Funktionsassistent; Statistiken</bookmark_value><bookmark_value>Funktionen; statistische Funktionen</bookmark_value>"
#. KKBEq
#: 04060108.xhp
@@ -17375,7 +17375,7 @@ msgctxt ""
"bm_id3148522\n"
"help.text"
msgid "<bookmark_value>spreadsheets; functions</bookmark_value> <bookmark_value>Function Wizard; spreadsheets</bookmark_value> <bookmark_value>functions; spreadsheets</bookmark_value>"
-msgstr "<bookmark_value>Tabellen; Funktionen</bookmark_value><bookmark_value>Funktions-Assistent; Tabellen </bookmark_value><bookmark_value>Funktionen; Tabellen</bookmark_value>"
+msgstr "<bookmark_value>Tabellen; Funktionen</bookmark_value><bookmark_value>Funktionsassistent; Tabellen </bookmark_value><bookmark_value>Funktionen; Tabellen</bookmark_value>"
#. qcCTY
#: 04060109.xhp
@@ -19454,7 +19454,7 @@ msgctxt ""
"par_id1672109\n"
"help.text"
msgid "The second syntax is assumed if exactly two parameters are given, of which the first parameter is a cell or cell range reference. The first syntax is assumed in all other cases. The Function Wizard shows the first syntax."
-msgstr "Von der zweiten Syntaxvariante wird ausgegangen, wenn genau zwei Parameter vorhanden sind, von denen der erste eine Zelle oder ein Zellbereich ist. In allen anderen Fällen wird von der ersten Syntaxvariante ausgegangen. Der Funktions-Assistent zeigt die erste Syntaxvariante."
+msgstr "Von der zweiten Syntaxvariante wird ausgegangen, wenn genau zwei Parameter vorhanden sind, von denen der erste eine Zelle oder ein Zellbereich ist. In allen anderen Fällen wird von der ersten Syntaxvariante ausgegangen. Der Funktionsassistent zeigt die erste Syntaxvariante."
#. Cwsfn
#: 04060109.xhp
@@ -19598,7 +19598,7 @@ msgctxt ""
"bm_id3145389\n"
"help.text"
msgid "<bookmark_value>text in cells; functions</bookmark_value> <bookmark_value>functions; text functions</bookmark_value> <bookmark_value>Function Wizard;text</bookmark_value>"
-msgstr "<bookmark_value>Text in Zellen; Funktionen</bookmark_value><bookmark_value>Funktionen; Textfunktionen</bookmark_value><bookmark_value>Funktions-Assistent; Text</bookmark_value>"
+msgstr "<bookmark_value>Text in Zellen; Funktionen</bookmark_value><bookmark_value>Funktionen; Textfunktionen</bookmark_value><bookmark_value>Funktionsassistent; Text</bookmark_value>"
#. DEMF7
#: 04060110.xhp
@@ -22280,7 +22280,7 @@ msgctxt ""
"bm_id3150870\n"
"help.text"
msgid "<bookmark_value>add-ins; functions</bookmark_value><bookmark_value>functions; add-in functions</bookmark_value><bookmark_value>Function Wizard; add-ins</bookmark_value>"
-msgstr "<bookmark_value>Add-ins; Funktionen</bookmark_value><bookmark_value>Funktionen; Add-in-Funktionen</bookmark_value><bookmark_value>Funktions-Assistent; Add-ins</bookmark_value>"
+msgstr "<bookmark_value>Add-ins; Funktionen</bookmark_value><bookmark_value>Funktionen; Add-in-Funktionen</bookmark_value><bookmark_value>Funktionsassistent; Add-ins</bookmark_value>"
#. igy2a
#: 04060111.xhp
@@ -22883,7 +22883,7 @@ msgctxt ""
"par_id3150361\n"
"help.text"
msgid "$[officename] Calc can be expanded by Add-Ins, which are external programming modules providing additional functions for working with spreadsheets. These are listed in the <emph>Function Wizard</emph> in the <emph>Add-In</emph> category. If you would like to program an Add-In yourself, you can learn here which functions must be exported by the <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library</caseinline><defaultinline>external DLL</defaultinline></switchinline> so that the Add-In can be successfully attached."
-msgstr "$[officename] Calc kann um Plug-ins, externe Programmiermodule mit zusätzlichen Funktionen für die Arbeit mit Tabellendokumenten, erweitert werden. Diese Funktionen finden Sie im <emph>Funktions-Assistenten</emph> unter der Kategorie <emph>Plug-in</emph>. Wenn Sie selbst Plug-ins programmieren möchten, erfahren Sie hier, welche Funktionen für eine erfolgreiche Implementierung von Plug-ins aus der <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library (gemeinsamen Bibliothek)</caseinline><defaultinline>externen DLL</defaultinline></switchinline> exportiert werden müssen."
+msgstr "$[officename] Calc kann um Plug-ins, externe Programmiermodule mit zusätzlichen Funktionen für die Arbeit mit Tabellendokumenten, erweitert werden. Diese Funktionen finden Sie im <emph>Funktionsassistenten</emph> unter der Kategorie <emph>Plug-in</emph>. Wenn Sie selbst Plug-ins programmieren möchten, erfahren Sie hier, welche Funktionen für eine erfolgreiche Implementierung von Plug-ins aus der <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library (gemeinsamen Bibliothek)</caseinline><defaultinline>externen DLL</defaultinline></switchinline> exportiert werden müssen."
#. qyzrA
#: 04060112.xhp
@@ -22892,7 +22892,7 @@ msgctxt ""
"par_id3149211\n"
"help.text"
msgid "$[officename] searches the Add-in folder defined in the configuration for a suitable <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library</caseinline><defaultinline>DLL</defaultinline></switchinline>. To be recognized by $[officename], the <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library</caseinline><defaultinline>DLL</defaultinline></switchinline> must have certain properties, as explained in the following. This information allows you to program your own Add-In for <emph>Function Wizard</emph> of $[officename] Calc."
-msgstr "$[officename] durchsucht den in der Konfiguration festgelegten Plug-in-Ordner nach einer passenden <switchinline select=\"sys\"><caseinline select=\"UNIX\"> shared library (gemeinsame Bibliothek)</caseinline><defaultinline>DLL</defaultinline></switchinline>. Um von $[officename] erkannt zu werden, muss die <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library</caseinline><defaultinline>DLL</defaultinline></switchinline> bestimmte Eigenschaften aufweisen, wie im Folgenden erklärt wird. Mit diesen Informationen können Sie Ihr eigenes Plug-in für den <emph>Funktions-Assistenten</emph> von $[officename] Calc programmieren."
+msgstr "$[officename] durchsucht den in der Konfiguration festgelegten Plug-in-Ordner nach einer passenden <switchinline select=\"sys\"><caseinline select=\"UNIX\"> shared library (gemeinsame Bibliothek)</caseinline><defaultinline>DLL</defaultinline></switchinline>. Um von $[officename] erkannt zu werden, muss die <switchinline select=\"sys\"><caseinline select=\"UNIX\">shared library</caseinline><defaultinline>DLL</defaultinline></switchinline> bestimmte Eigenschaften aufweisen, wie im Folgenden erklärt wird. Mit diesen Informationen können Sie Ihr eigenes Plug-in für den <emph>Funktionsassistenten</emph> von $[officename] Calc programmieren."
#. CAC5V
#: 04060112.xhp
@@ -23225,7 +23225,7 @@ msgctxt ""
"par_id3148579\n"
"help.text"
msgid "<emph>Output</emph>: Function name as seen by the programmer, as it is named in the <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library</caseinline><defaultinline>DLL</defaultinline></switchinline>. This name does not determine the name used in the <emph>Function Wizard</emph>."
-msgstr "<emph>Output</emph>: Der bei der Programmierung verwendete Funktionsname, der die Funktion in der <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library</caseinline><defaultinline>DLL</defaultinline></switchinline> darstellt. Dieser Name legt nicht den Namen fest, der im <emph>Funktions-Assistenten</emph> verwendet wird."
+msgstr "<emph>Output</emph>: Der bei der Programmierung verwendete Funktionsname, der die Funktion in der <switchinline select=\"sys\"><caseinline select=\"UNIX\">Shared Library</caseinline><defaultinline>DLL</defaultinline></switchinline> darstellt. Dieser Name legt nicht den Namen fest, der im <emph>Funktionsassistenten</emph> verwendet wird."
#. 6yGps
#: 04060112.xhp
@@ -23252,7 +23252,7 @@ msgctxt ""
"par_id3155261\n"
"help.text"
msgid "<emph>Output</emph>: Function name as seen by the user, as it appears in the <emph>Function Wizard</emph>. May contain umlauts."
-msgstr "<emph>Output</emph>: Der für den Benutzer sichtbare Funktionsname, wie er im <emph>Funktions-Assistenten</emph> erscheint. Umlaute sind hier zulässig."
+msgstr "<emph>Output</emph>: Der für den Benutzer sichtbare Funktionsname, wie er im <emph>Funktionsassistenten</emph> erscheint. Umlaute sind hier zulässig."
#. rcNLZ
#: 04060112.xhp
@@ -23270,7 +23270,7 @@ msgctxt ""
"par_id3153000\n"
"help.text"
msgid "Provides a brief description of the Add-In function and its parameters. As an option, this function can be used to show a function and parameter description in the <emph>Function Wizard</emph>."
-msgstr "Liefert eine kurze Beschreibung der Add-in-Funktion und ihrer Parameter. Diese Funktion kann optional eingesetzt werden, um im <emph>Funktions-Assistenten</emph> Beschreibungen der Funktionen und ihrer Parameter anzuzeigen."
+msgstr "Liefert eine kurze Beschreibung der Add-in-Funktion und ihrer Parameter. Diese Funktion kann optional eingesetzt werden, um im <emph>Funktionsassistenten</emph> Beschreibungen der Funktionen und ihrer Parameter anzuzeigen."
#. WCRmw
#: 04060112.xhp
@@ -23342,7 +23342,7 @@ msgctxt ""
"par_id3145303\n"
"help.text"
msgid "pName and pDesc are char arrays; implemented in $[officename] Calc with size 256. Please note that the space available in the <emph>Function Wizard</emph> is limited and that the 256 characters cannot be fully used."
-msgstr "pName und pDesc sind in $[officename] Calc implementierte Char-Arrays der Größe 256. Beachten Sie bitte, dass der im <emph>Funktions-Assistenten</emph> verfügbare Platz beschränkt ist und die 256 Zeichen nicht voll genutzt werden können."
+msgstr "pName und pDesc sind in $[officename] Calc implementierte Char-Arrays der Größe 256. Beachten Sie bitte, dass der im <emph>Funktionsassistenten</emph> verfügbare Platz beschränkt ist und die 256 Zeichen nicht voll genutzt werden können."
#. gmvAA
#: 04060112.xhp
@@ -43628,7 +43628,7 @@ msgctxt ""
"par_id3151118\n"
"help.text"
msgid "<variable id=\"function_list_text\"><ahelp hid=\"HID_SC_FUNCTIONLIST\">Opens the Function List deck of the Sidebar, which displays all functions that can be inserted into your document.</ahelp></variable> The <emph>Function List</emph> deck is similar to the <emph>Functions</emph> tab page of the <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Function Wizard</link>. The functions are inserted with placeholders to be replaced with your own values."
-msgstr "<variable id=\"function_list_text\"><ahelp hid=\"HID_SC_FUNCTIONLIST\">Öffnet das den Bereich Funktionen in der Seitenleiste, das alle Funktionen auflistet, die in das Dokument eingefügt werden können.</ahelp></variable> Der Bereich <emph>Funktionen</emph> der Seitenleiste ist mit dem Register <emph>Funktionen</emph> des <link href=\"text/scalc/01/04060000.xhp\" name=\"Funktions-Assistent\">Funktions-Assistenten</link> vergleichbar. Die Funktionen werden mit Platzhaltern eingefügt, die durch Ihre eigenen Werte zu ersetzen sind."
+msgstr "<variable id=\"function_list_text\"><ahelp hid=\"HID_SC_FUNCTIONLIST\">Öffnet das den Bereich Funktionen in der Seitenleiste, das alle Funktionen auflistet, die in das Dokument eingefügt werden können.</ahelp></variable> Der Bereich <emph>Funktionen</emph> der Seitenleiste ist mit dem Register <emph>Funktionen</emph> des <link href=\"text/scalc/01/04060000.xhp\" name=\"Funktionsassistent\">Funktionsassistenten</link> vergleichbar. Die Funktionen werden mit Platzhaltern eingefügt, die durch Ihre eigenen Werte zu ersetzen sind."
#. UGvDB
#: 04080000.xhp
@@ -47579,7 +47579,7 @@ msgctxt ""
"par_id3153188\n"
"help.text"
msgid "The structure of protected spreadsheet documents can be changed only if the <emph>Protect</emph> option is disabled. On the context menus for the spreadsheet tabs at the lower graphic border, only the menu item <emph>Select All Sheets</emph> can be activated. All other menu items are deactivated. To remove the protection, call up the command <emph>Tools - Protect Spreadsheet Structure</emph> again. If no password is assigned, protection is immediately removed. If you were assigned a password, the <emph>Remove Spreadsheet Protection</emph> dialog appears, in which you must enter the password. Only then can you remove the check mark specifying that protection is active."
-msgstr "Die Struktur geschützter Tabellendokumente lässt sich nur dann ändern, wenn die Option <emph>Schutz</emph> deaktiviert ist. In den Kontextmenüs der Tabellenregister am unteren Bildschirmrand kann nur <emph>Alle Tabellen auswählen</emph> ausgewählt werden. Alle übrigen Menüelemente sind nicht verfügbar. Zum Aufheben des Schutzes wählen Sie erneut <emph>Extras - Tabellenstruktur schützen...</emph>. Wenn kein Kennwort festgelegt wurde, wird der Schutz sofort aufgehoben. Wenn ein Kennwort für die Schutzfunktion festgelegt wurde, erscheint der Dialog <emph>Tabellenschutz aufheben</emph>, in den Sie das Kennwort eingeben müssen. Erst dann wird das Häkchen ausgeblendet, das auf einen aktiven Schutz hinweist."
+msgstr "Die Struktur geschützter Tabellendokumente lässt sich nur dann ändern, wenn die Option <emph>Schutz</emph> deaktiviert ist. In den Kontextmenüs der Tabellenregister am unteren Bildschirmrand kann nur <emph>Alle Tabellen auswählen</emph> ausgewählt werden. Alle übrigen Menüelemente sind nicht verfügbar. Zum Aufheben des Schutzes wählen Sie erneut <emph>Extras - Tabellenstruktur schützen...</emph>. Wenn kein Kennwort festgelegt wurde, wird der Schutz sofort aufgehoben. Wenn ein Kennwort für die Schutzfunktion festgelegt wurde, erscheint der Dialog <emph>Tabellenschutz aufheben</emph>, in dem Sie das Kennwort eingeben müssen. Erst dann wird das Häkchen ausgeblendet, das auf einen aktiven Schutz hinweist."
#. Y5KBL
#: 06060200.xhp
@@ -47867,7 +47867,7 @@ msgctxt ""
"par_id3150439\n"
"help.text"
msgid "When typing formulas using characters that match previous entries, a Help tip will appear listing the last ten functions used from <emph>Function Wizard</emph>, from all defined range names, from all database range names, and from the content of all label ranges."
-msgstr "Bei der Eingabe von Formeln mit Zeichen, die bereits in vorigen Einträgen vorgekommen sind, wird ein Hilfetipp eingeblendet. Darin sind die letzten zehn aus dem <emph>Funktions-Assistenten</emph> verwendeten Funktionen aus allen definierten Bereichsnamen, allen Datenbankbereichsnamen und dem Inhalt aller Beschriftungsbereiche aufgeführt."
+msgstr "Bei der Eingabe von Formeln mit Zeichen, die bereits in vorigen Einträgen vorgekommen sind, wird ein Hilfetipp eingeblendet. Darin sind die letzten zehn aus dem <emph>Funktionsassistenten</emph> verwendeten Funktionen aus allen definierten Bereichsnamen, allen Datenbankbereichsnamen und dem Inhalt aller Beschriftungsbereiche aufgeführt."
#. ZG6FW
#: 06130000.xhp
@@ -61439,7 +61439,7 @@ msgctxt ""
"par_id571575080642652\n"
"help.text"
msgid "Further information about touch / no-touch options may be found on many financial websites."
-msgstr "Weitere Informationen zu Touch-/No-Touch-Optionen finden Sie auf vielen Finanzwebsites."
+msgstr "Weitere Informationen zu Touch-/No-Touch-Optionen finden Sie auf vielen Finanzwebseiten."
#. V3nnz
#: func_opt_touch.xhp
@@ -64976,7 +64976,7 @@ msgctxt ""
"par_id221589959855748\n"
"help.text"
msgid "You can install more solver engines as extensions, if available. Open <menuitem>Tools - Extension Manager</menuitem> and browse to the Extensions web site to search for extensions."
-msgstr "Sie können, falls verfügbar, weitere Solver-Maschinen als Extensions installieren. Wählen Sie <menuitem>Extras – Extension Manager…</menuitem> und navigieren Sie zur Extensions-Website, um nach Erweiterungen zu suchen."
+msgstr "Sie können, falls verfügbar, weitere Solver-Maschinen als Extensions installieren. Wählen Sie <menuitem>Extras – Extension-Manager…</menuitem> und navigieren Sie zur Extensions-Webseite, um nach Erweiterungen zu suchen."
#. QtDyE
#: solver_options.xhp
@@ -65102,7 +65102,7 @@ msgctxt ""
"par_id0603200910394248\n"
"help.text"
msgid "Specifies the probability for an individual to choose the Differential Evolution strategy."
-msgstr "Gibt die Wahrscheinlichkeit an, mit der eine Person die differentielle Entwicklungs-Strategie wählt."
+msgstr "Gibt die Wahrscheinlichkeit an, mit der eine Person die differentielle Entwicklungsstrategie wählt."
#. DbnUB
#: solver_options_algo.xhp
diff --git a/source/de/helpcontent2/source/text/scalc/02.po b/source/de/helpcontent2/source/text/scalc/02.po
index a0ca3cdada8..fb9794ccbad 100644
--- a/source/de/helpcontent2/source/text/scalc/02.po
+++ b/source/de/helpcontent2/source/text/scalc/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-06-29 13:08+0200\n"
-"PO-Revision-Date: 2021-03-07 20:37+0000\n"
+"PO-Revision-Date: 2021-04-01 04:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textscalc02/de/>\n"
"Language: de\n"
@@ -608,7 +608,7 @@ msgctxt ""
"par_id3155922\n"
"help.text"
msgid "<ahelp hid=\"HID_INSWIN_INPUT\">Enter the formula that you want to add to the current cell. You can also click the <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Function Wizard</link> icon to insert a predefined function into the formula.</ahelp>"
-msgstr "<ahelp hid=\"HID_INSWIN_INPUT\">Geben Sie die Formel ein, die in die aktuelle Zelle eingefügt werden soll. Alternativ können Sie auch auf das Symbol des <link href=\"text/scalc/01/04060000.xhp\" name=\"Funktions-Assistent\">Funktions-Assistenten</link> klicken, um eine vordefinierte Funktion in die Formel einzufügen.</ahelp>"
+msgstr "<ahelp hid=\"HID_INSWIN_INPUT\">Geben Sie die Formel ein, die in die aktuelle Zelle eingefügt werden soll. Alternativ können Sie auch auf das Symbol des <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Funktionsassistenten</link> klicken, um eine vordefinierte Funktion in die Formel einzufügen.</ahelp>"
#. pBxxB
#: 06060000.xhp
diff --git a/source/de/helpcontent2/source/text/scalc/04.po b/source/de/helpcontent2/source/text/scalc/04.po
index 8c1399788f9..7601c959555 100644
--- a/source/de/helpcontent2/source/text/scalc/04.po
+++ b/source/de/helpcontent2/source/text/scalc/04.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-02-17 12:22+0100\n"
-"PO-Revision-Date: 2021-03-21 13:37+0000\n"
+"PO-Revision-Date: 2021-04-01 04:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textscalc04/de/>\n"
"Language: de\n"
@@ -761,7 +761,7 @@ msgctxt ""
"par_id3145162\n"
"help.text"
msgid "Opens the Function Wizard."
-msgstr "Öffnet den Funktions-Assistenten."
+msgstr "Öffnet den Funktionsassistenten."
#. ppW28
#: 01020000.xhp
diff --git a/source/de/helpcontent2/source/text/scalc/guide.po b/source/de/helpcontent2/source/text/scalc/guide.po
index 698cb158fe3..0e39c1b4b7b 100644
--- a/source/de/helpcontent2/source/text/scalc/guide.po
+++ b/source/de/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: 2021-01-14 14:56+0100\n"
-"PO-Revision-Date: 2021-03-21 13:37+0000\n"
+"PO-Revision-Date: 2021-04-06 06:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textscalcguide/de/>\n"
"Language: de\n"
@@ -86,7 +86,7 @@ msgctxt ""
"par_id3149210\n"
"help.text"
msgid "If you want a name to be automatically recognized by Calc, the name must start with a letter and be composed of alphanumeric characters. If you enter the name in the formula yourself, enclose the name in single quotation marks ('). If a single quotation mark appears in a name, you must enter a backslash in front of the quotation mark, for example, <item type=\"literal\">'Harry\\'s Bar'</item>."
-msgstr "Damit Namen automatisch von Calc erkannt werden, müssen sie aus Buchstaben und Zahlen bestehen, wobei das erste Zeichen ein Buchstabe sein muss. Um auch andere Zeichen zu verwenden, einschließlich Leerzeichen, müssen Sie den Namen in einfache Anführungszeichen (') einschließen. Kommt im Namen selbst ein einfaches Anführungszeichen vor, so muss vor diesem Zeichen ein Rückstrich stehen, beispielsweise <item type=\"literal\">'Jan \\'97'</item>."
+msgstr "Damit Namen automatisch von Calc erkannt werden, müssen sie aus Buchstaben und Zahlen bestehen, wobei das erste Zeichen ein Buchstabe sein muss. Um auch andere Zeichen einschließlich Leerzeichen zu verwenden, müssen Sie den Namen in einfache Anführungszeichen (') einschließen. Kommt im Namen selbst ein einfaches Anführungszeichen vor, so muss vor diesem Zeichen ein Rückstrich stehen, beispielsweise <item type=\"literal\">'Jan \\'97'</item>."
#. EXFye
#: auto_off.xhp
@@ -257,7 +257,7 @@ msgctxt ""
"par_id3154368\n"
"help.text"
msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"Tools - AutoCorrect\">Tools - AutoCorrect - AutoCorrect Options</link>"
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"Extras - AutoKorrektur - AutoKorrektur-Optionen...\">Extras - AutoKorrektur - AutoKorrektur-Optionen...</link>"
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"Tools - AutoCorrect\">Extras - AutoKorrektur-Optionen…</link>"
#. tdzBC
#: autofilter.xhp
@@ -3038,7 +3038,7 @@ msgctxt ""
"par_id3153246\n"
"help.text"
msgid "Close the Function Wizard with <item type=\"menuitem\">OK</item>."
-msgstr "Schließen Sie den Funktions-Assistenten mit <item type=\"menuitem\">OK</item>."
+msgstr "Schließen Sie den Funktionsassistenten mit <item type=\"menuitem\">OK</item>."
#. 75WFf
#: cellstyle_conditional.xhp
@@ -6809,7 +6809,7 @@ msgctxt ""
"par_id3150109\n"
"help.text"
msgid "It is also possible to nest functions in formulas, as shown in the example. You can also nest functions within functions. The Function Wizard assists you with nested functions."
-msgstr "Wie das Beispiel zeigt, können Funktionen in Formeln eingebettet werden. Sie können auch mehrere Funktionen ineinander verschachteln. Der Funktions-Assistent unterstützt Sie beim Arbeiten mit verschachtelten Funktionen."
+msgstr "Wie das Beispiel zeigt, können Funktionen in Formeln eingebettet werden. Sie können auch mehrere Funktionen ineinander verschachteln. Der Funktionsassistent unterstützt Sie beim Arbeiten mit verschachtelten Funktionen."
#. CQoDo
#: formulas.xhp
@@ -6827,7 +6827,7 @@ msgctxt ""
"par_id3152869\n"
"help.text"
msgid "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Function Wizard</link>"
-msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"Assistent: Funktionen\">Funktions-Assistent</link>"
+msgstr "<link href=\"text/scalc/01/04060000.xhp\" name=\"AutoPilot: Functions\">Funktionsassistent</link>"
#. 6XzRE
#: fraction_enter.xhp
@@ -7898,7 +7898,7 @@ msgctxt ""
"par_id3150305\n"
"help.text"
msgid "A mouse click marks a rectangular range from the current cell to the cell you clicked. Alternatively, Shift-click a cell."
-msgstr "Von der aktuellen Zelle bis zur Zelle, auf die Sie geklickt haben, wird durch Mausklick ein rechteckiger Bereich ausgewählt. Alternativ können Sie mit gedückter Umschalttaste auf die Zelle klicken."
+msgstr "Von der aktuellen Zelle bis zur Zelle, auf die Sie geklickt haben, wird durch Mausklick ein rechteckiger Bereich ausgewählt. Alternativ können Sie mit gedrückter Umschalttaste auf die Zelle klicken."
#. TBk4P
#: mark_cells.xhp
@@ -9491,7 +9491,7 @@ msgctxt ""
"hd_id201525166689277\n"
"help.text"
msgid "Pivot chart field buttons"
-msgstr "Schaltflächen für Pivot-Diargamm-Felder"
+msgstr "Schaltflächen für Pivot-Diagramm-Felder"
#. h7jXH
#: pivotchart_filter.xhp
diff --git a/source/de/helpcontent2/source/text/schart/01.po b/source/de/helpcontent2/source/text/schart/01.po
index 4bb0d2bce47..cc1d1ce0d61 100644
--- a/source/de/helpcontent2/source/text/schart/01.po
+++ b/source/de/helpcontent2/source/text/schart/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: 2020-10-27 12:31+0100\n"
-"PO-Revision-Date: 2021-03-21 13:37+0000\n"
+"PO-Revision-Date: 2021-04-06 06:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textschart01/de/>\n"
"Language: de\n"
@@ -635,7 +635,7 @@ msgctxt ""
"par_id1106200812112530\n"
"help.text"
msgid "<ahelp hid=\".\">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp>"
-msgstr "<ahelp hid=\".\">Legt die Schreibrichtung für einen Absatz fest, der Complex Text Layout (CTL) verwendet. Diese Eigenschaft wird nur unterstützt, wenn in den Optionen \"Bidirektionales Schreiben\" aktiviert ist.</ahelp>"
+msgstr "<ahelp hid=\".\">Legt die Schreibrichtung für einen Absatz fest, der Komplexes Textlayout (CTL) verwendet. Diese Eigenschaft wird nur unterstützt, wenn in den Optionen \"Bidirektionales Schreiben\" aktiviert ist.</ahelp>"
#. iNVc7
#: 04020000.xhp
@@ -860,7 +860,7 @@ msgctxt ""
"par_id1106200812280719\n"
"help.text"
msgid "<ahelp hid=\".\">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp>"
-msgstr "<ahelp hid=\".\">Legt die Schreibrichtung für einen Absatz fest, der Complex Text Layout (CTL) verwendet. Diese Eigenschaft wird nur unterstützt, wenn in den Optionen \"Bidirektionales Schreiben\" aktiviert ist.</ahelp>"
+msgstr "<ahelp hid=\".\">Legt die Schreibrichtung für einen Absatz fest, der Komplexes Textlayout (CTL) verwendet. Diese Eigenschaft wird nur unterstützt, wenn in den Optionen \"Bidirektionales Schreiben\" aktiviert ist.</ahelp>"
#. iCBUY
#: 04030000.xhp
@@ -3479,7 +3479,7 @@ msgctxt ""
"par_id1106200812235271\n"
"help.text"
msgid "<ahelp hid=\".\">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp>"
-msgstr "<ahelp hid=\".\">Legt die Schreibrichtung für einen Absatz fest, der Complex Text Layout (CTL) verwendet. Diese Eigenschaft wird nur unterstützt, wenn in den Optionen \"Bidirektionales Schreiben\" aktiviert ist.</ahelp>"
+msgstr "<ahelp hid=\".\">Legt die Schreibrichtung für einen Absatz fest, der Komplexes Textlayout (CTL) verwendet. Diese Eigenschaft wird nur unterstützt, wenn in den Optionen \"Bidirektionales Schreiben\" aktiviert ist.</ahelp>"
#. cjeWA
#: 05030000.xhp
diff --git a/source/de/helpcontent2/source/text/sdatabase.po b/source/de/helpcontent2/source/text/sdatabase.po
index c6ad6c604b0..442f18d64dd 100644
--- a/source/de/helpcontent2/source/text/sdatabase.po
+++ b/source/de/helpcontent2/source/text/sdatabase.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: 2020-10-27 14:18+0100\n"
-"PO-Revision-Date: 2021-03-21 13:36+0000\n"
+"PO-Revision-Date: 2021-04-01 04:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textsdatabase/de/>\n"
"Language: de\n"
@@ -3019,7 +3019,7 @@ msgctxt ""
"par_idN107BD\n"
"help.text"
msgid "In %PRODUCTNAME Base, you can access data that is stored in a wide variety of database file formats. %PRODUCTNAME Base natively supports some flat file database formats, such as the dBASE format. You can also use %PRODUCTNAME Base to connect to external relational databases, such as databases from MySQL or Oracle."
-msgstr "In %PRODUCTNAME Base kann man die in vielen Datenbankenformaten gespeicherte Daten abrufen. %PRODUCTNAME Base unterstützt nativ einige flache Datenbankenformate, wie die dBASE-Dateien. Man kann mit %PRODUCTNAME Base auch externe relationale Datenbanken abrufen, wie die von MySQL oder Oracle."
+msgstr "In %PRODUCTNAME Base kann man die in vielen Datenbankformaten gespeicherten Daten abrufen. %PRODUCTNAME Base unterstützt nativ einige flache Datenbankformate, wie die dBASE-Dateien. Man kann mit %PRODUCTNAME Base auch externe relationale Datenbanken abrufen, wie die von MySQL oder Oracle."
#. RRoXE
#: main.xhp
@@ -3100,7 +3100,7 @@ msgctxt ""
"par_idN1084A\n"
"help.text"
msgid "To open a database file, choose <emph>File - Open</emph>. In the <emph>File type</emph> list box, select to view only \"Database documents\". Select a database document and click <emph>Open</emph>."
-msgstr "Zum Öffnen einer Datenbank wählen Sie <emph>Datei – Öffnen…</emph>. In der Liste <emph>Dateityp</emph> wählen Sie \"Datenbankendokumente\". Wählen Sie einen Datenbankdokument aus und klicken Sie auf <emph>Öffnen</emph>."
+msgstr "Zum Öffnen einer Datenbank wählen Sie <emph>Datei – Öffnen…</emph>. In der Liste <emph>Dateityp</emph> wählen Sie \"Datenbankdokumente\". Wählen Sie ein Datenbankdokument aus und klicken Sie auf <emph>Öffnen</emph>."
#. QFEDB
#: main.xhp
diff --git a/source/de/helpcontent2/source/text/sdraw.po b/source/de/helpcontent2/source/text/sdraw.po
index 25b8f6abf4e..2ab2f5dbeec 100644
--- a/source/de/helpcontent2/source/text/sdraw.po
+++ b/source/de/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: 2020-11-20 15:34+0100\n"
-"PO-Revision-Date: 2021-03-07 20:36+0000\n"
+"PO-Revision-Date: 2021-04-06 06:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textsdraw/de/>\n"
"Language: de\n"
@@ -104,7 +104,7 @@ msgctxt ""
"par_id3150868\n"
"help.text"
msgid "This menu contains general commands for working with Draw documents, such as open, close and print. To close $[officename] Draw, click <emph>Exit</emph>."
-msgstr "Dieses Menü umfasst Befehle zum Arbeiten mit Draw Dokumenten. Sie können beispielsweise ein neues Dokument erstellen, ein Dokumente öffnen, schließen und drucken. Um die Arbeit mit $[officename] Draw zu beenden, klicken Sie auf <emph>Schließen</emph>."
+msgstr "Dieses Menü umfasst Befehle zum Arbeiten mit Draw-Dokumenten. Sie können beispielsweise ein neues Dokument erstellen, ein Dokumente öffnen, schließen und drucken. Um die Arbeit mit $[officename] Draw zu beenden, klicken Sie auf <emph>Schließen</emph>."
#. uGyaP
#: main0103.xhp
@@ -788,7 +788,7 @@ msgctxt ""
"par_id3146974\n"
"help.text"
msgid "The commands in this menu are used to edit Draw documents (for example, copying and pasting)."
-msgstr "Hier finden Sie Befehle zum Bearbeiten von Draw Dokumenten, beispielsweise zum Widerrufen der letzten Aktion, zum Kopieren und Einfügen über die Zwischenablage."
+msgstr "Hier finden Sie Befehle zum Bearbeiten von Draw-Dokumenten, beispielsweise zum Widerrufen der letzten Aktion, zum Kopieren und Einfügen über die Zwischenablage."
#. dCFBH
#: main_edit.xhp
@@ -1283,7 +1283,7 @@ msgctxt ""
"par_id3156443\n"
"help.text"
msgid "This menu provides tools for $[officename] Draw as well as access to language and system settings."
-msgstr "Dieses Menü enthält zusätzliche Befehle für $[officename] Draw Dokumente wie zur Sprache und den Programmeinstellungen."
+msgstr "Dieses Menü enthält zusätzliche Befehle für $[officename] Draw-Dokumente wie zur Sprache und den Programmeinstellungen."
#. QBgiC
#: main_tools.xhp
@@ -1301,7 +1301,7 @@ msgctxt ""
"hd_id3153415\n"
"help.text"
msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoKorrektur\">AutoKorrektur-Optionen</link>"
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoKorrektur-Optionen…</link>"
#. U5jsV
#: main_tools.xhp
diff --git a/source/de/helpcontent2/source/text/shared.po b/source/de/helpcontent2/source/text/shared.po
index e9d9aa5320d..3c51a2d4c0d 100644
--- a/source/de/helpcontent2/source/text/shared.po
+++ b/source/de/helpcontent2/source/text/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: 2020-10-27 14:18+0100\n"
-"PO-Revision-Date: 2021-03-16 15:36+0000\n"
+"PO-Revision-Date: 2021-04-06 06:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textshared/de/>\n"
"Language: de\n"
@@ -374,7 +374,7 @@ msgctxt ""
"par_id5144510\n"
"help.text"
msgid "<ahelp hid=\".uno:ShowLicense\">Displays the <emph>CREDITS.odt</emph> document which lists the names of individuals who have contributed to OpenOffice.org source code (and whose contributions were imported into LibreOffice) or LibreOffice since 2010-09-28.</ahelp>"
-msgstr "<ahelp hid=\".uno:ShowLicense\">Zeigt das Dokument <emph>CREDITS.odt</emph> an, in dem die Personen aufgeführt sind, die an dem OpenOffice.org-Quelltext (deren Beiträge in LibreOffice imintegriert worden sind) oder an LibreOffice seit dem 28.09.2010 mitgearbeitet haben.</ahelp>"
+msgstr "<ahelp hid=\".uno:ShowLicense\">Zeigt das Dokument <emph>CREDITS.odt</emph> an, in dem die Personen aufgeführt sind, die an dem OpenOffice.org-Quelltext (deren Beiträge in LibreOffice importiert wurden) oder an LibreOffice seit dem 28.09.2010 mitgearbeitet haben.</ahelp>"
#. F8BFu
#: main0108.xhp
@@ -1940,7 +1940,7 @@ msgctxt ""
"par_id9116183\n"
"help.text"
msgid "Before you can use a JDBC driver, you need to add its class path. Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Advanced, and click the Class Path button. After you add the path information, restart %PRODUCTNAME."
-msgstr "Bevor Sie einen JDBC-Treiber nutzen können, müssen Sie seinen Klassenpfad hinzufügen. Wählen Sie <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Einstellungen</caseinline><defaultinline>Extras - Optionen...</defaultinline></switchinline> - %PRODUCTNAME - Erweitert und klicken Sie auf die Schaltfläche Class Path... . Nachdem Sie die Pfadinformation eingetragen haben, starten Sie %PRODUCTNAME neu."
+msgstr "Bevor Sie einen JDBC-Treiber nutzen können, müssen Sie dessen Klassenpfad hinzufügen. Wählen Sie <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Einstellungen</caseinline><defaultinline>Extras - Optionen…</defaultinline></switchinline> - %PRODUCTNAME - Erweitert und klicken Sie auf die Schaltfläche Klassenpfad… . Nachdem Sie die Pfadinformation eingetragen haben, starten Sie %PRODUCTNAME neu."
#. ApwuB
#: main0650.xhp
diff --git a/source/de/helpcontent2/source/text/shared/00.po b/source/de/helpcontent2/source/text/shared/00.po
index 1a621fa979d..b01fe09ae0a 100644
--- a/source/de/helpcontent2/source/text/shared/00.po
+++ b/source/de/helpcontent2/source/text/shared/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-11-22 12:51+0100\n"
-"PO-Revision-Date: 2021-03-21 13:36+0000\n"
+"PO-Revision-Date: 2021-04-06 06:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textshared00/de/>\n"
"Language: de\n"
@@ -1958,7 +1958,7 @@ msgctxt ""
"par_id3155336\n"
"help.text"
msgid "Export Directly as PDF"
-msgstr "Direktes Exportieren als PDF"
+msgstr "Direkt als PDF exportieren"
#. xDED8
#: 00000005.xhp
@@ -2084,7 +2084,7 @@ msgctxt ""
"par_id3156081\n"
"help.text"
msgid "Languages with complex text layout may have some or all of the following features:"
-msgstr "Sprachen mit komplexen Skripten können unter anderem folgende Eigenschaften aufweisen:"
+msgstr "Sprachen mit komplexem Textlayout können einige oder alle der folgenden Funktionen aufweisen:"
#. 6BmAW
#: 00000005.xhp
@@ -4478,7 +4478,7 @@ msgctxt ""
"par_idN10AC5\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01130000.xhp\">Document Converter Wizard</link>"
-msgstr "<link href=\"text/shared/autopi/01130000.xhp\">Dokumenten-Konverter-Assistent</link>"
+msgstr "<link href=\"text/shared/autopi/01130000.xhp\">Dokumentkonverter-Assistent</link>"
#. 6sL4z
#: 00000099.xhp
@@ -6746,7 +6746,7 @@ msgctxt ""
"par_id3153387\n"
"help.text"
msgid "<variable id=\"htmlspeichern1\">$[officename] Draw or $[officename] Impress menu <emph>File - Export</emph>, select <emph>HTML</emph> file type, page 1 of the wizard.</variable>"
-msgstr "<variable id=\"htmlspeichern1\">In $[officename] Draw/$[officename] Impress wählen Sie <emph>Datei - Exportieren...</emph>, Dateityp <emph>Webseite</emph>, Seite 1 des Assistenten.</variable>"
+msgstr "<variable id=\"htmlspeichern1\">In $[officename] Draw/$[officename] Impress wählen Sie <emph>Datei - Exportieren…</emph>, Dateityp <emph>HTML-Dokument</emph>, Seite 1 des Assistenten.</variable>"
#. kTG56
#: 00000401.xhp
@@ -6755,7 +6755,7 @@ msgctxt ""
"par_id3154021\n"
"help.text"
msgid "<variable id=\"htmlspeichern2\">$[officename] Draw or $[officename] Impress menu <emph>File - Export</emph>, select <emph>HTML</emph> file type, page 2 of the wizard.</variable>"
-msgstr "<variable id=\"htmlspeichern2\">In $[officename] Draw/$[officename] Impress wählen Sie <emph>Datei - Exportieren...</emph>, Dateityp <emph>Webseite</emph>, Seite 2 des Assistenten.</variable>"
+msgstr "<variable id=\"htmlspeichern2\">In $[officename] Draw/$[officename] Impress wählen Sie <emph>Datei - Exportieren…</emph>, Dateityp <emph>HTML-Dokument</emph>, Seite 2 des Assistenten.</variable>"
#. z8mpb
#: 00000401.xhp
@@ -6764,7 +6764,7 @@ msgctxt ""
"par_id3147246\n"
"help.text"
msgid "<variable id=\"htmlspeichern3\">$[officename] Draw or $[officename] Impress menu <emph>File - Export</emph>, select <emph>HTML</emph> file type, page 3 of the wizard.</variable>"
-msgstr "<variable id=\"htmlspeichern3\">In $[officename] Draw/$[officename] Impress wählen Sie <emph>Datei - Exportieren...</emph>, Dateityp <emph>Webseite</emph>, Seite 3 des Assistenten.</variable>"
+msgstr "<variable id=\"htmlspeichern3\">In $[officename] Draw/$[officename] Impress wählen Sie <emph>Datei - Exportieren…</emph>, Dateityp <emph>HTML-Dokument</emph>, Seite 3 des Assistenten.</variable>"
#. A9Fks
#: 00000401.xhp
@@ -6773,7 +6773,7 @@ msgctxt ""
"par_id3145131\n"
"help.text"
msgid "<variable id=\"htmlspeichern4\">$[officename] Draw or $[officename] Impress menu <emph>File - Export</emph>, select <emph>HTML</emph> file type, page 4 of the wizard.</variable>"
-msgstr "<variable id=\"htmlspeichern4\">In $[officename] Draw/$[officename] Impress wählen Sie <emph>Datei - Exportieren...</emph>, Dateityp <emph>Webseite</emph>, Seite 4 des Assistenten.</variable>"
+msgstr "<variable id=\"htmlspeichern4\">In $[officename] Draw/$[officename] Impress wählen Sie <emph>Datei - Exportieren…</emph>, Dateityp <emph>HTML-Dokument</emph>, Seite 4 des Assistenten.</variable>"
#. pf6v8
#: 00000401.xhp
@@ -6782,7 +6782,7 @@ msgctxt ""
"par_id3150235\n"
"help.text"
msgid "<variable id=\"htmlspeichern5\">$[officename] Draw or $[officename] Impress menu <emph>File - Export</emph>, select <emph>HTML</emph> file type, page 5 of the wizard.</variable>"
-msgstr "<variable id=\"htmlspeichern5\">In $[officename] Draw/$[officename] Impress wählen Sie <emph>Datei - Exportieren...</emph>, Dateityp <emph>Webseite</emph>, Seite 5 des Assistenten.</variable>"
+msgstr "<variable id=\"htmlspeichern5\">In $[officename] Draw/$[officename] Impress wählen Sie <emph>Datei - Exportieren…</emph>, Dateityp <emph>HTML-Dokument</emph>, Seite 5 des Assistenten.</variable>"
#. bqvr4
#: 00000401.xhp
@@ -6791,7 +6791,7 @@ msgctxt ""
"par_id3145762\n"
"help.text"
msgid "<variable id=\"htmlspeichern6\">$[officename] Draw or $[officename] Impress menu <emph>File - Export</emph>, select <emph>HTML</emph> file type, page 6 of the wizard.</variable>"
-msgstr "<variable id=\"htmlspeichern6\">In $[officename] Draw/$[officename] Impress wählen Sie <emph>Datei - Exportieren...</emph>, Dateityp <emph>Webseite</emph>, Seite 6 des Assistenten.</variable>"
+msgstr "<variable id=\"htmlspeichern6\">In $[officename] Draw/$[officename] Impress wählen Sie <emph>Datei - Exportieren…</emph>, Dateityp <emph>HTML-Dokument</emph>, Seite 6 des Assistenten.</variable>"
#. SgBFJ
#: 00000401.xhp
@@ -7151,7 +7151,7 @@ msgctxt ""
"par_id3155763\n"
"help.text"
msgid "Export Directly as PDF"
-msgstr "Direktes Exportieren als PDF"
+msgstr "Direkt als PDF exportieren"
#. 4XVGr
#: 00000401.xhp
@@ -8393,7 +8393,7 @@ msgctxt ""
"par_idN10843\n"
"help.text"
msgid "<variable id=\"packagemanager\">Choose <emph>Tools - Extension Manager</emph>.</variable>"
-msgstr "<variable id=\"packagemanager\">Wählen Sie <emph>Extras - Extension-Manager...</emph>.</variable>"
+msgstr "<variable id=\"packagemanager\">Wählen Sie <emph>Extras - Extension-Manager…</emph>.</variable>"
#. JPbac
#: 00000406.xhp
@@ -8402,7 +8402,7 @@ msgctxt ""
"par_id9988402\n"
"help.text"
msgid "<variable id=\"packagemanager_eu\">Choose <emph>Tools - Extension Manager</emph>, click <emph>Check for Updates</emph> button.</variable>"
-msgstr "<variable id=\"packagemanager_eu\">Wählen Sie <emph>Extras - Extension Manager...</emph> und klicken Sie dann auf die Schaltfläche <emph>Auf Updates prüfen</emph>.</variable>"
+msgstr "<variable id=\"packagemanager_eu\">Wählen Sie <emph>Extras - Extension-Manager…</emph> und klicken Sie dann auf die Schaltfläche <emph>Auf Updates prüfen</emph>.</variable>"
#. sPJ9b
#: 00000406.xhp
@@ -8870,7 +8870,7 @@ msgctxt ""
"par_id3155446\n"
"help.text"
msgid "<variable id=\"sprachenctl\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages - Complex Text Layout</emph>.</variable>"
-msgstr "<variable id=\"sprachenctl\">Wählen Sie <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Einstellungen</emph></caseinline><defaultinline><emph>Extras - Optionen...</emph></defaultinline></switchinline><emph> - Spracheinstellungen - Sprachen - Complex Text Layout</emph>.</variable>"
+msgstr "<variable id=\"sprachenctl\">Wählen Sie <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Einstellungen</emph></caseinline><defaultinline><emph>Extras - Optionen…</emph></defaultinline></switchinline><emph> - Spracheinstellungen - Sprachen - Komplexes Textlayout</emph>.</variable>"
#. NyrwR
#: 00000406.xhp
diff --git a/source/de/helpcontent2/source/text/shared/01.po b/source/de/helpcontent2/source/text/shared/01.po
index d22af5ec3c8..988d11198bd 100644
--- a/source/de/helpcontent2/source/text/shared/01.po
+++ b/source/de/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: 2020-12-14 15:33+0100\n"
-"PO-Revision-Date: 2021-03-21 13:37+0000\n"
+"POT-Creation-Date: 2021-04-06 15:30+0200\n"
+"PO-Revision-Date: 2021-04-08 05:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textshared01/de/>\n"
"Language: de\n"
@@ -3047,7 +3047,7 @@ msgctxt ""
"par_id471561565422027\n"
"help.text"
msgid "The Export command opens the system file picker, where you can enter the name and format of the exported file."
-msgstr ""
+msgstr "Der Befehl Exportieren öffnet die Dateiauswahl, in welcher der Name und das Format der zu exportierenden Datei eingegeben werden können."
#. BM7XX
#: 01070001.xhp
@@ -3065,7 +3065,7 @@ msgctxt ""
"par_id871561565412738\n"
"help.text"
msgid "Enter a file name or a path for the file."
-msgstr ""
+msgstr "Geben Sie einen Dateinamen und Pfad für die Datei ein."
#. qpAcp
#: 01070001.xhp
@@ -3137,7 +3137,7 @@ msgctxt ""
"hd_id71513635341099\n"
"help.text"
msgid "Export Directly as PDF"
-msgstr "Direktes Exportieren als PDF"
+msgstr "Direkt als PDF exportieren"
#. AWMaF
#: 01070002.xhp
@@ -3506,7 +3506,7 @@ msgctxt ""
"par_idN106CC\n"
"help.text"
msgid "Digital Signatures"
-msgstr ""
+msgstr "Digitale Signaturen"
#. EdEtn
#: 01100200.xhp
@@ -3524,7 +3524,7 @@ msgctxt ""
"hd_id3156346\n"
"help.text"
msgid "Last printed"
-msgstr ""
+msgstr "Zuletzt gedruckt"
#. BunTF
#: 01100200.xhp
@@ -3542,7 +3542,7 @@ msgctxt ""
"par_id211604484407570\n"
"help.text"
msgid "After printing, a document must be saved to preserve its <emph>Last printed</emph> data. No warning message is given about this, if an unsaved document is closed."
-msgstr ""
+msgstr "Nach dem Drucken muss ein Dokument gespeichert werden, um seine Daten für <emph>Zuletzt gedruckt</emph> zu erhalten. Es wird keine Warnmeldung angezeigt, wenn ein nicht gespeichertes Dokument geschlossen wird."
#. mD6yU
#: 01100200.xhp
@@ -3551,7 +3551,7 @@ msgctxt ""
"hd_id3155342\n"
"help.text"
msgid "Total editing time"
-msgstr ""
+msgstr "Gesamte Bearbeitungszeit"
#. pg3gJ
#: 01100200.xhp
@@ -3569,7 +3569,7 @@ msgctxt ""
"hd_id3153252\n"
"help.text"
msgid "Revision number"
-msgstr ""
+msgstr "Versionsnummer"
#. FPbiF
#: 01100200.xhp
@@ -3623,7 +3623,7 @@ msgctxt ""
"hd_id101602069139228\n"
"help.text"
msgid "Save preview image with this document"
-msgstr ""
+msgstr "Vorschaubild mit diesem Dokument speichern"
#. ibdbD
#: 01100300.xhp
@@ -3776,7 +3776,7 @@ msgctxt ""
"hd_id3153311\n"
"help.text"
msgid "Cells:"
-msgstr ""
+msgstr "Zellen:"
#. sLNFC
#: 01100400.xhp
@@ -3785,7 +3785,7 @@ msgctxt ""
"par_id3156114\n"
"help.text"
msgid "Number of cells with content in the file."
-msgstr ""
+msgstr "Anzahl der Zellen in der Datei mit Inhalt."
#. sxqAk
#: 01100400.xhp
@@ -3794,7 +3794,7 @@ msgctxt ""
"hd_id641526904710590\n"
"help.text"
msgid "Formula groups:"
-msgstr ""
+msgstr "Formelgruppen:"
#. QDcds
#: 01100400.xhp
@@ -3803,7 +3803,7 @@ msgctxt ""
"par_id541526903668055\n"
"help.text"
msgid "Number of contiguous ranges in a column with same formula."
-msgstr ""
+msgstr "Anzahl der zusammenhängenden Bereiche in einer Spalte mit derselben Formel."
#. LU85G
#: 01100400.xhp
@@ -3812,7 +3812,7 @@ msgctxt ""
"hd_id3147210\n"
"help.text"
msgid "Images:"
-msgstr ""
+msgstr "Bilder:"
#. a4k3j
#: 01100400.xhp
@@ -3821,7 +3821,7 @@ msgctxt ""
"par_id3166411\n"
"help.text"
msgid "Number of images in the file. This statistic <emph>does not</emph> include images that were inserted as <link href=\"text/shared/00/00000005.xhp#ole\" name=\"OLE\"><emph>OLE</emph></link> objects."
-msgstr ""
+msgstr "Anzahl der Bilder in der Datei. Diese Statistik enthält <emph>keine</emph> Bilder, die als <link href=\"text/shared/00/00000005.xhp#ole\" name=\"OLE\"><emph>OLE</emph></link>-Objekte eingefügt wurden."
#. UBabs
#: 01100400.xhp
@@ -3830,7 +3830,7 @@ msgctxt ""
"hd_id3147618\n"
"help.text"
msgid "OLE Objects:"
-msgstr ""
+msgstr "OLE-Objekte:"
#. BuF3C
#: 01100400.xhp
@@ -3839,7 +3839,7 @@ msgctxt ""
"par_id3149820\n"
"help.text"
msgid "Number of <link href=\"text/shared/00/00000005.xhp#ole\" name=\"OLE\"><emph>OLE</emph></link> objects in the file, <emph>including</emph> tables and graphics that were inserted as OLE objects."
-msgstr ""
+msgstr "Anzahl der <link href=\"text/shared/00/00000005.xhp#ole\" name=\"OLE\"><emph>OLE</emph></link>-Objekte in der Datei, <emph>einschließlich</emph> Tabellen und Grafiken, die als OLE-Objekte eingefügt wurden."
#. qw77q
#: 01100400.xhp
@@ -3848,7 +3848,7 @@ msgctxt ""
"hd_id3153665\n"
"help.text"
msgid "Paragraphs:"
-msgstr ""
+msgstr "Absätze:"
#. sDTWH
#: 01100400.xhp
@@ -3857,7 +3857,7 @@ msgctxt ""
"par_id3156156\n"
"help.text"
msgid "Number of paragraphs, including blank paragraphs, in the file."
-msgstr ""
+msgstr "Anzahl der Absätze in der Datei, einschließlich der leeren Absätze."
#. cJoGM
#: 01100400.xhp
@@ -3866,7 +3866,7 @@ msgctxt ""
"hd_id3155261\n"
"help.text"
msgid "Words:"
-msgstr ""
+msgstr "Wörter:"
#. NWZHb
#: 01100400.xhp
@@ -3875,7 +3875,7 @@ msgctxt ""
"par_id3147402\n"
"help.text"
msgid "Number of words, including words consisting of a single character, in the file."
-msgstr ""
+msgstr "Anzahl der Wörter in der Datei, einschließlich Wörtern, die aus einem einzelnen Zeichen bestehen."
#. F9a22
#: 01100400.xhp
@@ -3884,7 +3884,7 @@ msgctxt ""
"hd_id3150466\n"
"help.text"
msgid "Characters:"
-msgstr ""
+msgstr "Zeichen:"
#. J57aD
#: 01100400.xhp
@@ -3893,7 +3893,7 @@ msgctxt ""
"par_id3149294\n"
"help.text"
msgid "Number of characters, including spaces, in the file. Non-printable characters are not included."
-msgstr ""
+msgstr "Anzahl der Zeichen in der Datei, einschließlich Leerzeichen. Nicht druckbare Zeichen sind nicht enthalten."
#. EvT7H
#: 01100400.xhp
@@ -3902,7 +3902,7 @@ msgctxt ""
"hd_id541589188608624\n"
"help.text"
msgid "Characters excluding spaces:"
-msgstr ""
+msgstr "Zeichen ohne Leerzeichen:"
#. C6y8S
#: 01100400.xhp
@@ -3911,7 +3911,7 @@ msgctxt ""
"par_id341589188750182\n"
"help.text"
msgid "Number of characters, excluding spaces, in the file. Non-printable characters are not included."
-msgstr ""
+msgstr "Anzahl der Zeichen ohne Leerzeichen in der Datei. Nicht druckbare Zeichen sind nicht enthalten."
#. FeKAd
#: 01100400.xhp
@@ -3920,7 +3920,7 @@ msgctxt ""
"hd_id3148947\n"
"help.text"
msgid "Lines:"
-msgstr ""
+msgstr "Linien:"
#. cronY
#: 01100400.xhp
@@ -3929,7 +3929,7 @@ msgctxt ""
"par_id3149650\n"
"help.text"
msgid "Number of lines in the file."
-msgstr ""
+msgstr "Anzahl der Linien in der Datei."
#. dbQ2X
#: 01100400.xhp
@@ -3938,7 +3938,7 @@ msgctxt ""
"hd_id3153525\n"
"help.text"
msgid "Update"
-msgstr ""
+msgstr "Aktualisieren"
#. xECP4
#: 01100400.xhp
@@ -3947,7 +3947,7 @@ msgctxt ""
"par_id3148981\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/statisticsinfopage/update\">Updates the statistics.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/statisticsinfopage/update\">Aktualisiert die Statistik.</ahelp>"
#. HpTwh
#: 01100600.xhp
@@ -4406,7 +4406,7 @@ msgctxt ""
"par_id0818200912284853\n"
"help.text"
msgid "The <emph>Print</emph> dialog consists of three main parts: A preview with navigation buttons, tab pages with control elements specific to the current document type, and the <emph>Print</emph>, <emph>Cancel</emph> and <emph>Help</emph> buttons."
-msgstr ""
+msgstr "Der Dialog <emph>Drucken</emph> besteht aus drei Bereichen: Eine Vorschau mit Navigationsschaltflächen, Registerkarten mit Steuerelementen, die für den aktuellen Dokumenttyp spezifisch sind, und den Schaltflächen <emph>Drucken</emph>, <emph>Abbrechen</emph> und <emph>Hilfe</emph>."
#. KGLDV
#: 01130000.xhp
@@ -4460,7 +4460,7 @@ msgctxt ""
"par_id0818200912284952\n"
"help.text"
msgid "The settings that you define in the <emph>Print</emph> dialog are valid <emph>only</emph> for the current print job that you start by clicking the <emph>Print</emph> button. If you want to change some options permanently, open <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME (application name) - Print</menuitem>."
-msgstr ""
+msgstr "Die Einstellungen, die Sie im Dialog <emph>Drucken</emph> festlegen, gelten <emph>nur</emph> für den aktuellen Druckauftrag, den Sie durch einen Klick auf die Schaltfläche <emph>Drucken</emph> starten. Wenn Sie einige Optionen dauerhaft ändern möchten, wählen Sie <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME – Einstellungen</menuitem></caseinline><defaultinline><menuitem>Extras – Optionen…</menuitem></defaultinline></switchinline><menuitem> – %PRODUCTNAME (Anwendungsname) – Drucken</menuitem>."
#. ZFcax
#: 01130000.xhp
@@ -4469,7 +4469,7 @@ msgctxt ""
"par_id3156080\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">To set the default <item type=\"productname\">%PRODUCTNAME</item> printer options for text documents, choose <link href=\"text/shared/optionen/01040400.xhp\" name=\"Tools - Options - Writer - Print\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Writer - Print</menuitem></link>.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Um in <item type=\"productname\">%PRODUCTNAME</item> die Standard-Druckeroptionen für Textdokumente festzulegen, wählen Sie <link href=\"text/shared/optionen/01040400.xhp\" name=\"Tools - Options - Writer - Print\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME – Einstellungen</menuitem></caseinline><defaultinline><menuitem>Extras – Optionen…</menuitem></defaultinline></switchinline><menuitem> – %PRODUCTNAME Writer – Drucken</menuitem></link>.</caseinline></switchinline>"
#. w5LsV
#: 01130000.xhp
@@ -4478,7 +4478,7 @@ msgctxt ""
"par_idN1099E\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To set the default <item type=\"productname\">%PRODUCTNAME</item> printer options for spreadsheet documents, choose <link href=\"text/shared/optionen/01060700.xhp\" name=\"Tools - Options - Calc - Print\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - Print</menuitem></link>.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Um in <item type=\"productname\">%PRODUCTNAME</item> die Standard-Druckeroptionen für Tabellendokumente festzulegen, wählen Sie <link href=\"text/shared/optionen/01060700.xhp\" name=\"Tools - Options - Calc - Print\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME – Einstellungen</menuitem></caseinline><defaultinline><menuitem>Extras – Optionen…</menuitem></defaultinline></switchinline><menuitem> – %PRODUCTNAME Calc – Drucken</menuitem></link>.</caseinline></switchinline>"
#. z8SQf
#: 01130000.xhp
@@ -4487,7 +4487,7 @@ msgctxt ""
"par_idN109CD\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">To set the default <item type=\"productname\">%PRODUCTNAME</item> printer options for presentation documents, choose <link href=\"text/shared/optionen/01070400.xhp\" name=\"Tools - Options - Impress - Print\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Impress - Print</menuitem></link>.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Um in <item type=\"productname\">%PRODUCTNAME</item> die Standard-Druckeroptionen für Präsentationen festzulegen, wählen Sie <link href=\"text/shared/optionen/01070400.xhp\" name=\"Tools - Options - Impress - Print\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME – Einstellungen</menuitem></caseinline><defaultinline><menuitem>Extras – Optionen…</menuitem></defaultinline></switchinline><menuitem> – %PRODUCTNAME Impress – Drucken</menuitem></link>.</caseinline></switchinline>"
#. bEFFQ
#: 01130000.xhp
@@ -5099,7 +5099,7 @@ msgctxt ""
"par_id0818200912285150\n"
"help.text"
msgid "The <emph>Page Layout</emph> section can be used to save some sheets of paper by printing several pages onto each sheet of paper. You define the arrangement and size of output pages on the physical paper."
-msgstr ""
+msgstr "Im Abschnitt <emph>Seitenlayout</emph> können Sie einige Blatt Papier einsparen, indem Sie mehrere Seiten auf jedes Blatt Papier drucken. Hier legen Sie die Anordnung und Größe der Ausgabeseiten auf dem physischen Papier fest."
#. eYRqB
#: 01130000.xhp
@@ -5396,7 +5396,7 @@ msgctxt ""
"par_id4546342\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a new window in your default email program with the current document as an attachment. The OpenDocument file format is used.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Öffnet ein neues Fenster in Ihrem Standard-E-Mail-Programm mit dem aktuellen Dokument als Anhang. Das OpenDocument-Dateiformat wird verwendet.</ahelp>"
#. EiZei
#: 01160000.xhp
@@ -5405,7 +5405,7 @@ msgctxt ""
"par_id6845301\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a new window in your default email program with the current document as an attachment. The Microsoft file format is used.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Öffnet ein neues Fenster in Ihrem Standard-E-Mail-Programm mit dem aktuellen Dokument als Anhang. Das Microsoft-Dateiformat wird verwendet.</ahelp>"
#. E7FtX
#: 01160000.xhp
@@ -5423,7 +5423,7 @@ msgctxt ""
"par_id5917844\n"
"help.text"
msgid "Opens a new window in your default email program with the current document as an attachment. The OpenDocument file format is used."
-msgstr ""
+msgstr "Öffnet ein neues Fenster in Ihrem Standard-E-Mail-Programm mit dem aktuellen Dokument als Anhang. Das OpenDocument-Dateiformat wird verwendet."
#. yrGWK
#: 01160000.xhp
@@ -5441,7 +5441,7 @@ msgctxt ""
"par_id5759453\n"
"help.text"
msgid "Opens a new window in your default email program with the current document as an attachment. The Microsoft Excel file format is used."
-msgstr ""
+msgstr "Öffnet ein neues Fenster in Ihrem Standard-E-Mail-Programm mit dem aktuellen Dokument als Anhang. Das Microsoft Excel-Dateiformat wird verwendet."
#. DBfk7
#: 01160000.xhp
@@ -5459,7 +5459,7 @@ msgctxt ""
"par_id7829218\n"
"help.text"
msgid "Opens a new window in your default email program with the current document as an attachment. The OpenDocument file format is used."
-msgstr ""
+msgstr "Öffnet ein neues Fenster in Ihrem Standard-E-Mail-Programm mit dem aktuellen Dokument als Anhang. Das OpenDocument-Dateiformat wird verwendet."
#. q3LCG
#: 01160000.xhp
@@ -5477,7 +5477,7 @@ msgctxt ""
"par_id8319650\n"
"help.text"
msgid "Opens a new window in your default email program with the current document as an attachment. The Microsoft PowerPoint file format is used."
-msgstr ""
+msgstr "Öffnet ein neues Fenster in Ihrem Standard-E-Mail-Programm mit dem aktuellen Dokument als Anhang. Das Microsoft PowerPoint-Dateiformat wird verwendet."
#. Vjqvr
#: 01160000.xhp
@@ -5495,7 +5495,7 @@ msgctxt ""
"par_id9085055\n"
"help.text"
msgid "Opens a new window in your default email program with the current document as an attachment. The OpenDocument file format is used."
-msgstr ""
+msgstr "Öffnet ein neues Fenster in Ihrem Standard-E-Mail-Programm mit dem aktuellen Dokument als Anhang. Das OpenDocument-Dateiformat wird verwendet."
#. TH4Pg
#: 01160000.xhp
@@ -5513,7 +5513,7 @@ msgctxt ""
"par_id5421918\n"
"help.text"
msgid "Opens a new window in your default email program with the current document as an attachment. The Microsoft Word file format is used."
-msgstr ""
+msgstr "Öffnet ein neues Fenster in Ihrem Standard-E-Mail-Programm mit dem aktuellen Dokument als Anhang. Das Microsoft Word-Dateiformat wird verwendet."
#. 9Vye6
#: 01160000.xhp
@@ -5567,7 +5567,7 @@ msgctxt ""
"par_id3152823\n"
"help.text"
msgid "<variable id=\"versendentext\"><ahelp hid=\".uno:SendMail\">Opens a new window in your default email program with the current document as an attachment. The current file format is used.</ahelp></variable> If the document is new and unsaved, the format specified in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - General</emph> is used."
-msgstr ""
+msgstr "<variable id=\"versendentext\"><ahelp hid=\".uno:SendMail\">Öffnet ein neues Fenster in Ihrem Standard-E-Mail-Programm mit dem aktuellen Dokument als Anhang. Das aktuelle Dateiformat wird verwendet.</ahelp></variable> Wenn das Dokument neu und nicht gespeichert ist, wird das unter <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME – Einstellungen</emph></caseinline><defaultinline><emph>Extras – Optionen…</emph></defaultinline></switchinline><emph> – Laden/Speichern – Allgemein</emph> angegebene Format verwendet."
#. EAoDd
#: 01160200.xhp
@@ -11363,7 +11363,7 @@ msgctxt ""
"par_id3155922\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/cuiimapdlg/frameCB\">Enter the name of the target frame that you want to open the URL in. You can also select a standard frame name that is recognized by all browsers from the list.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/cuiimapdlg/frameCB\">Hier wählen Sie den Frame, in den das Dokument geladen werden soll. Die Bedeutung der vorgegebenen Einträge sehen Sie in der Tabelle der Bedeutungen.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/cuiimapdlg/frameCB\">Hier wählen Sie den Frame, in dem das Dokument geladen werden soll. Die Bedeutung der vorgegebenen Einträge sehen Sie in der Tabelle der Bedeutungen.</ahelp>"
#. BgAcM
#: 02220100.xhp
@@ -14864,7 +14864,7 @@ msgctxt ""
"par_id3147576\n"
"help.text"
msgid "Complex text layout font - right-to-left text direction"
-msgstr "Schriftart für CTL (Complex Text Layout) - Textlaufrichtung von rechts nach links"
+msgstr "Schriftart für Komplexes Textlayout (CTL) - Textlaufrichtung von rechts nach links"
#. iVVkD
#: 05020100.xhp
@@ -14873,7 +14873,7 @@ msgctxt ""
"par_id3153663\n"
"help.text"
msgid "To enable support for complex text layout and Asian character sets, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>, and then select the <emph>Enabled</emph> box in the corresponding area."
-msgstr "Um die Unterstützung für CTL und asiatische Zeichensätze zu aktivieren, wählen Sie <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Einstellungen</emph></caseinline><defaultinline><emph>Extras - Optionen</emph></defaultinline></switchinline><emph> - Spracheinstellungen - Sprachen</emph> und dann <emph>Aktiviert</emph> im entsprechenden Bereich."
+msgstr "Um die Unterstützung für CTL und asiatische Zeichensätze zu aktivieren, wählen Sie <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Einstellungen</emph></caseinline><defaultinline><emph>Extras - Optionen…</emph></defaultinline></switchinline><emph> - Spracheinstellungen - Sprachen</emph> und dann <emph>Aktiviert</emph> im entsprechenden Bereich."
#. ig9HL
#: 05020100.xhp
@@ -15008,7 +15008,7 @@ msgctxt ""
"par_id3147213\n"
"help.text"
msgid "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Complex text layout support\">Complex text layout support</link>"
-msgstr "<link href=\"text/shared/optionen/01140000.xhp\" name=\"CTL-Unterstützung\">CTL-Unterstützung</link>"
+msgstr "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Complex text layout\">CTL-Unterstützung</link>"
#. FC2BQ
#: 05020200.xhp
@@ -15379,33 +15379,6 @@ msgctxt ""
msgid "<emph>Small capitals</emph> - <variable id=\"smallcapitals\">Changes the selected lowercase characters to uppercase characters, and then reduces their size.</variable>"
msgstr ""
-#. kGuxJ
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"bm_id410168\n"
-"help.text"
-msgid "<bookmark_value>blinking fonts</bookmark_value> <bookmark_value>flashing fonts</bookmark_value>"
-msgstr "<bookmark_value>Blinkende Schrift</bookmark_value><bookmark_value>Blitzende Schrift</bookmark_value>"
-
-#. Suvvn
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"hd_id3152941\n"
-"help.text"
-msgid "Blinking"
-msgstr "Blinkend"
-
-#. 2FiCB
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"par_id3145662\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Makes the selected characters blink. You cannot change the blink frequency.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/effectspage/blinkingcb\">Macht die ausgewählten Zeichen blinkend. Sie können die Blinkfrequenz nicht ändern.</ahelp>"
-
#. B3MEb
#: 05020200.xhp
msgctxt ""
@@ -21884,7 +21857,7 @@ msgctxt ""
"par_id3157960\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/columnpage/textdirectionlb\">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/columnpage/textdirectionlb\">Geben Sie den Textfluss für Absätze an, die CTL (Complex Text Layout) verwenden. Diese Funktion ist nur bei aktivierter CTL-Unterstützung verfügbar.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/columnpage/textdirectionlb\">Geben Sie den Textfluss für Absätze an, die Komplexes Textlayout (CTL) verwenden. Diese Funktion ist nur bei aktivierter CTL-Unterstützung verfügbar.</ahelp>"
#. LzeZA
#: 05030800.xhp
@@ -22973,7 +22946,7 @@ msgctxt ""
"par_id3156027\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/headfootformatpage/HFormatPage\">Adds a header to the current page style. A header is an area in the top page margin, where you can add text or graphics.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/headfootformatpage/HFormatPage\">Fügt der aktuellen Seitenvorlage eine Kopfzeile hinzu. Eine Kopfzeile ist ein Bereich am oberen Seitenrand, in den Sie Text oder Grafiken einfügen können.</ahelp>"
+msgstr "<ahelp hid=\"svx/ui/headfootformatpage/HFormatPage\">Fügt der aktuellen Seitenvorlage eine Kopfzeile hinzu. Eine Kopfzeile ist ein Bereich am oberen Seitenrand, in dem Sie Text oder Grafiken einfügen können.</ahelp>"
#. AiAZ8
#: 05040300.xhp
@@ -33413,7 +33386,7 @@ msgctxt ""
"par_id3147242\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/docking3deffects/textype\">Converts the texture to black and white.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/docking3deffects/textype\">Die Textur wird in Schwarzweiß konvertiert.</ahelp>"
+msgstr "<ahelp hid=\"svx/ui/docking3deffects/textype\">Die Textur wird in Schwarz-Weiß konvertiert.</ahelp>"
#. ohvQW
#: 05350500.xhp
@@ -35645,7 +35618,7 @@ msgctxt ""
"par_id3146137\n"
"help.text"
msgid "<link href=\"text/swriter/01/05150200.xhp\" name=\"AutoFormat\">AutoCorrect</link>"
-msgstr "<link href=\"text/swriter/01/05150200.xhp\" name=\"AutoKorrektur\">AutoKorrektur</link>"
+msgstr "<link href=\"text/swriter/01/05150200.xhp\" name=\"AutoFormat\">AutoKorrektur</link>"
#. rLEm9
#: 06040100.xhp
@@ -36833,7 +36806,7 @@ msgctxt ""
"par_id3152425\n"
"help.text"
msgid "<ahelp hid=\".\">Select the <link href=\"text/shared/01/04100000.xhp\" name=\"special character\">special character</link> that will automatically replace the current opening quotation mark in your document when you choose <emph>Tools - AutoCorrect - Apply</emph>.</ahelp>"
-msgstr "<ahelp hid=\".\">Wählen Sie das <link href=\"text/shared/01/04100000.xhp\" name=\"Sonderzeichen\">Sonderzeichen</link>, durch das öffnende Anführungszeichen in Ihrem Dokument beim Aufrufen von <emph>Extras - AutoKorrektur - Anwenden</emph> automatisch ersetzt werden sollen.</ahelp>"
+msgstr "<ahelp hid=\".\">Wählen Sie das <link href=\"text/shared/01/04100000.xhp\" name=\"special character\">Sonderzeichen</link>, durch das öffnende Anführungszeichen in Ihrem Dokument beim Aufrufen von <emph>Extras - AutoKorrektur - Anwenden</emph> automatisch ersetzt werden sollen.</ahelp>"
#. rmnSr
#: 06040400.xhp
@@ -36851,7 +36824,7 @@ msgctxt ""
"par_id3147008\n"
"help.text"
msgid "<ahelp hid=\".\">Select the <link href=\"text/shared/01/04100000.xhp\" name=\"special character\">special character</link> that will automatically replace the current closing quotation mark in your document when you choose <emph>Tools - AutoCorrect - Apply</emph>.</ahelp>"
-msgstr "<ahelp hid=\".\">Wählen Sie das <link href=\"text/shared/01/04100000.xhp\" name=\"Sonderzeichen\">Sonderzeichen</link>, durch das schließende Anführungszeichen in Ihrem Dokument beim Aufrufen von <emph>Extras - AutoKorrektur - Anwenden</emph> automatisch ersetzt werden sollen.</ahelp>"
+msgstr "<ahelp hid=\".\">Wählen Sie das <link href=\"text/shared/01/04100000.xhp\" name=\"special character\">Sonderzeichen</link>, durch das schließende Anführungszeichen in Ihrem Dokument beim Aufrufen von <emph>Extras - AutoKorrektur - Anwenden</emph> automatisch ersetzt werden sollen.</ahelp>"
#. fzTrp
#: 06040400.xhp
@@ -43700,7 +43673,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Extension Update"
-msgstr "Extension Update"
+msgstr "Extension-Update"
#. gFZiV
#: extensionupdate.xhp
@@ -43709,7 +43682,7 @@ msgctxt ""
"hd_id9688100\n"
"help.text"
msgid "Extension Update"
-msgstr "Extension Update"
+msgstr "Extension-Update"
#. C93ei
#: extensionupdate.xhp
@@ -43718,7 +43691,7 @@ msgctxt ""
"par_id5084688\n"
"help.text"
msgid "<ahelp hid=\".\">Click the <emph>Check for Updates</emph> button in the <link href=\"text/shared/01/packagemanager.xhp\">Extension Manager</link> to check for online updates for all installed extensions. To check for online updates for only the selected extension, right-click to open the context menu, then choose <emph>Update</emph>.</ahelp>"
-msgstr "<ahelp hid=\".\">Klicken Sie auf die Schaltfläche <emph>Auf Updates prüfen</emph> im <link href=\"text/shared/01/packagemanager.xhp\">Extension Manager</link>, um nach Online-Updates für alle installierten Extensions zu suchen. Um nur für eine ausgewählte Extension nach einem Online-Update zu suchen, klicken Sie mit der rechten Maustaste darauf, und wählen Sie dann im Kontextmenü <emph>Update</emph>.</ahelp>"
+msgstr "<ahelp hid=\".\">Klicken Sie auf die Schaltfläche <emph>Auf Updates prüfen</emph> im <link href=\"text/shared/01/packagemanager.xhp\">Extension-Manager</link>, um nach Online-Updates für alle installierten Extensions zu suchen. Um nur für eine ausgewählte Extension nach einem Online-Update zu suchen, klicken Sie mit der rechten Maustaste darauf, und wählen Sie dann im Kontextmenü <emph>Update</emph>.</ahelp>"
#. j6Gfk
#: extensionupdate.xhp
@@ -43727,7 +43700,7 @@ msgctxt ""
"par_id6401257\n"
"help.text"
msgid "When you click the <item type=\"menuitem\">Check for Updates</item> button or choose the <item type=\"menuitem\">Update</item> command, the Extension Update dialog is displayed and the check for availability of updates starts immediately."
-msgstr "Wenn Sie auf die Schaltfläche <item type=\"menuitem\">Auf Updates prüfen</item> klicken oder den Befehl <item type=\"menuitem\">Update</item> wählen, wird der Dialog \"Extension Update\" angezeigt und die Prüfung auf verfügbare Aktualisierungen beginnt."
+msgstr "Wenn Sie auf die Schaltfläche <item type=\"menuitem\">Auf Updates prüfen</item> klicken oder den Befehl <item type=\"menuitem\">Update</item> wählen, wird der Dialog \"Extension-Update\" angezeigt und die Prüfung auf verfügbare Aktualisierungen beginnt."
#. tzbHd
#: extensionupdate.xhp
@@ -43763,7 +43736,7 @@ msgctxt ""
"par_id6420484\n"
"help.text"
msgid "The Extension Update dialog may contain entries which are not selectable and hence no automatic update can be performed."
-msgstr "Der Dialog \"Extension Update\" kann verschiedene Einträge enthalten, die nicht ausgewählt werden können. Bei diesen Einträgen können keine automatisches Update durchgeführt werden."
+msgstr "Der Dialog \"Extension-Update\" kann verschiedene Einträge enthalten, die nicht ausgewählt werden können. Bei diesen Einträgen kann kein automatisches Update durchgeführt werden."
#. XAmPE
#: extensionupdate.xhp
@@ -43781,7 +43754,7 @@ msgctxt ""
"par_id616779\n"
"help.text"
msgid "Insufficient user rights (the Extension Manager was started from the menu, but shared extensions can only be modified when %PRODUCTNAME does not run, and only by a user with appropriate rights). See <link href=\"text/shared/01/packagemanager.xhp\">Extension Manager</link> for details."
-msgstr "Unzureichende Benutzerrechte (der Extension Manager wurde über das Menü gestartet, aber die gemeinsam genutzten Extensions können nur dann geändert werden, wenn %PRODUCTNAME nicht ausgeführt wird, und nur von einem Benutzer mit entsprechenden Rechten). Sehen Sie für weitere Details unter <link href=\"text/shared/01/packagemanager.xhp\">Extension Manager</link> nach."
+msgstr "Unzureichende Benutzerrechte (der Extension-Manager wurde über das Menü gestartet, aber die gemeinsam genutzten Extensions können nur dann geändert werden, wenn %PRODUCTNAME nicht ausgeführt wird, und nur von einem Benutzer mit entsprechenden Rechten). Sehen Sie für weitere Details unter <link href=\"text/shared/01/packagemanager.xhp\">Extension-Manager</link> nach."
#. BfdJ5
#: extensionupdate.xhp
@@ -43817,7 +43790,7 @@ msgctxt ""
"par_id3949095\n"
"help.text"
msgid "Some extensions may be marked with the phrase \"browser based update\". These extensions cannot be downloaded by the Extension Manager. A web browser must be opened to download the extension update from a particular web site. That site may require several more user interaction to download the extension. After downloading you must install the extension manually, for example by double-clicking the extension's icon in a file browser."
-msgstr "Einige Extensions können mit dem Hinweis \"Browserbasiertes Update\" markiert sein. Diese Extensions können nicht über den Extension Manager heruntergeladen werden. Um die Extension von einer bestimmten Webseite herunterzuladen, muss ein Webbrowser geöffnet werden. Auf dieser Webseite können Anwendereingriffe nötig sein, um die Extension herunterzuladen. Nach dem Herunterladen müssen Sie die Extension manuell installieren, beispielsweise durch Doppelklick auf das Symbol der Extension in einem Dateibrowser."
+msgstr "Einige Extensions können mit dem Hinweis \"Browserbasiertes Update\" markiert sein. Diese Extensions können nicht über den Extension-Manager heruntergeladen werden. Um die Extension von einer bestimmten Webseite herunterzuladen, muss ein Webbrowser geöffnet werden. Auf dieser Webseite können Anwendereingriffe nötig sein, um die Extension herunterzuladen. Nach dem Herunterladen müssen Sie die Extension manuell installieren, beispielsweise durch Doppelklick auf das Symbol der Extension in einem Dateibrowser."
#. 8NJ29
#: extensionupdate.xhp
@@ -43826,7 +43799,7 @@ msgctxt ""
"par_id3729056\n"
"help.text"
msgid "For extensions marked as \"browser based update\", the Extension Manager will open your web browser on the respective web site. This happens when you close the dialog, after downloading any other extension updates. If there are no extensions which can be directly downloaded then the web browser is started immediately."
-msgstr "Der Extension Manager öffnet für Extensions, die als \"Browserbasiertes Update\" markiert sind, Ihren Webbrowser mit der entsprechenden Webseite. Dies geschieht nach dem Schließen des Dialogs, nachdem alle sonstigen Updates heruntergeladen wurden. Der Webbrowser startet sofort, wenn für keine Extension direkt Updates heruntergeladen werden können."
+msgstr "Der Extension-Manager öffnet für Extensions, die als \"Browserbasiertes Update\" markiert sind, Ihren Webbrowser mit der entsprechenden Webseite. Dies geschieht nach dem Schließen des Dialogs, nachdem alle sonstigen Updates heruntergeladen wurden. Der Webbrowser startet sofort, wenn für keine Extension direkt Updates heruntergeladen werden können."
#. yBbmW
#: extensionupdate.xhp
@@ -43871,7 +43844,7 @@ msgctxt ""
"par_id7634510\n"
"help.text"
msgid "<link href=\"text/shared/01/packagemanager.xhp\">Extension Manager</link>"
-msgstr "<link href=\"text/shared/01/packagemanager.xhp\">Extension Manager</link>"
+msgstr "<link href=\"text/shared/01/packagemanager.xhp\">Extension-Manager</link>"
#. ytNtF
#: font_features.xhp
@@ -44087,7 +44060,7 @@ msgctxt ""
"par_id1536301\n"
"help.text"
msgid "<ahelp hid=\".\">Inserts an invisible space within a word that will insert a line break once it becomes the last character in a line. Available when complex text layout (CTL) is enabled.</ahelp>"
-msgstr "<ahelp hid=\".\">Fügt ein unsichtbares Leerzeichen in ein Wort ein, das einen Zeilenumbruch erzeugt, wenn es das letzte Zeichen in einer Zeile wird. Nur verfügbar, wenn Complex Text Layout (CTL) aktiviert ist.</ahelp>"
+msgstr "<ahelp hid=\".\">Fügt ein unsichtbares Leerzeichen in ein Wort ein, das einen Zeilenumbruch erzeugt, wenn es das letzte Zeichen in einer Zeile wird. Nur verfügbar, wenn Komplexes Textlayout (CTL) aktiviert ist.</ahelp>"
#. W4vvs
#: formatting_mark.xhp
@@ -44105,7 +44078,7 @@ msgctxt ""
"par_id1085238\n"
"help.text"
msgid "<ahelp hid=\".\">Inserts an invisible space within a word that will keep the word together at the end of a line. Available when complex text layout (CTL) is enabled.</ahelp>"
-msgstr "<ahelp hid=\".\">Fügt ein unsichtbares Leerzeichen in ein Wort ein, welches das Wort am Ende einer Zeile zusammenhält. Nur verfügbar, wenn Complex Text Layout (CTL) aktiviert ist.</ahelp>"
+msgstr "<ahelp hid=\".\">Fügt ein unsichtbares Leerzeichen in ein Wort ein, welches das Wort am Ende einer Zeile zusammenhält. Nur verfügbar, wenn Komplexes Textlayout (CTL) aktiviert ist.</ahelp>"
#. vgtCd
#: formatting_mark.xhp
@@ -44123,7 +44096,7 @@ msgctxt ""
"par_id6690878\n"
"help.text"
msgid "<ahelp hid=\".\">Inserts a text direction mark that affects the text direction of any text following the mark. Available when complex text layout (CTL) is enabled.</ahelp>"
-msgstr "<ahelp hid=\".\">Fügt eine Textrichtungsmarkierung ein, die die Textrichtung des Textes hinter der Markierung beeinflusst. Nur verfügbar, wenn Complex Text Layout (CTL) aktiviert ist.</ahelp>"
+msgstr "<ahelp hid=\".\">Fügt eine Textrichtungsmarkierung ein, die die Textrichtung des Textes hinter der Markierung beeinflusst. Nur verfügbar, wenn Komplexes Textlayout (CTL) aktiviert ist.</ahelp>"
#. MK38W
#: formatting_mark.xhp
@@ -44141,7 +44114,7 @@ msgctxt ""
"par_id923184\n"
"help.text"
msgid "<ahelp hid=\".\">Inserts a text direction mark that affects the text direction of any text following the mark. Available when complex text layout (CTL) is enabled.</ahelp>"
-msgstr "<ahelp hid=\".\">Fügt eine Textrichtungsmarkierung ein, die die Textrichtung des Textes hinter der Markierung beeinflusst. Nur verfügbar, wenn Complex Text Layout (CTL) aktiviert ist.</ahelp>"
+msgstr "<ahelp hid=\".\">Fügt eine Textrichtungsmarkierung ein, die die Textrichtung des Textes hinter der Markierung beeinflusst. Nur verfügbar, wenn Komplexes Textlayout (CTL) aktiviert ist.</ahelp>"
#. CwV4T
#: gallery.xhp
@@ -46013,7 +45986,7 @@ msgctxt ""
"bm_id2883388\n"
"help.text"
msgid "<bookmark_value>UNO components;Extension Manager</bookmark_value><bookmark_value>extensions;Extension Manager</bookmark_value><bookmark_value>packages, see extensions</bookmark_value>"
-msgstr "<bookmark_value>UNO-Komponenten; Extension Manager</bookmark_value><bookmark_value>Extensions; Extension Manager</bookmark_value><bookmark_value>Packages, siehe Extensions</bookmark_value>"
+msgstr "<bookmark_value>UNO-Komponenten; Extension-Manager</bookmark_value><bookmark_value>Extensions; Extension-Manager</bookmark_value><bookmark_value>Packages, siehe Extensions</bookmark_value>"
#. i2fi4
#: packagemanager.xhp
@@ -46022,7 +45995,7 @@ msgctxt ""
"par_idN10543\n"
"help.text"
msgid "<link href=\"text/shared/01/packagemanager.xhp\">Extension Manager</link>"
-msgstr "<link href=\"text/shared/01/packagemanager.xhp\">Extension Manager</link>"
+msgstr "<link href=\"text/shared/01/packagemanager.xhp\">Extension-Manager</link>"
#. ELh8y
#: packagemanager.xhp
@@ -46031,7 +46004,7 @@ msgctxt ""
"par_idN10553\n"
"help.text"
msgid "<ahelp hid=\"desktop/ui/extensionmanager/ExtensionManagerDialog\">The Extension Manager adds, removes, disables, enables, and updates %PRODUCTNAME extensions.</ahelp>"
-msgstr "<ahelp hid=\"desktop/ui/extensionmanager/ExtensionManagerDialog\">Mit dem Extension Manager können Sie %PRODUCTNAME-Extensions hinzufügen, entfernen, deaktivieren, aktivieren und aktualisieren.</ahelp>"
+msgstr "<ahelp hid=\"desktop/ui/extensionmanager/ExtensionManagerDialog\">Mit dem Extension-Manager können Sie %PRODUCTNAME-Extensions hinzufügen, entfernen, deaktivieren, aktivieren und aktualisieren.</ahelp>"
#. AEioS
#: packagemanager.xhp
@@ -46148,7 +46121,7 @@ msgctxt ""
"par_id7857905\n"
"help.text"
msgid "<ahelp hid=\".\">You can find a collection of extensions on the Web.</ahelp> Click the \"Get more extensions online\" link in the Extension Manager to open your Web browser and see the <link href=\"https://extensions.libreoffice.org/\">https://extensions.libreoffice.org/</link> page."
-msgstr "<ahelp hid=\".\">Sie finden eine Sammlung von Extensions im Netz.</ahelp> Klicken Sie im Extension Manager auf den Link \"Laden Sie weitere Extensions aus dem Internet herunter...\", um Ihren Webbrowser zu öffnen und die Seite <link href=\"https://extensions.libreoffice.org/\">https://extensions.libreoffice.org/</link> zu anzuzeigen."
+msgstr "<ahelp hid=\".\">Sie finden eine Sammlung von Extensions im Netz.</ahelp> Klicken Sie im Extension-Manager auf den Link \"Laden Sie weitere Extensions aus dem Internet herunter...\", um Ihren Webbrowser zu öffnen und die Seite <link href=\"https://extensions.libreoffice.org/\">https://extensions.libreoffice.org/</link> anzuzeigen."
#. eeTRp
#: packagemanager.xhp
@@ -46184,7 +46157,7 @@ msgctxt ""
"par_id5269020\n"
"help.text"
msgid "On a web page, click a hyperlink to an <item type=\"literal\">*.oxt</item> file (if your web browser can be configured to start the Extension Manager for this file type)."
-msgstr "Klicken Sie auf einer Webseite auf einen Hyperlink zu einer <item type=\"literal\">*.oxt</item>-Datei (wenn Ihr Webbrowser zum Starten des Extension Managers für diesen Dateityp konfiguriert werden kann)."
+msgstr "Klicken Sie auf einer Webseite auf einen Hyperlink zu einer <item type=\"literal\">*.oxt</item>-Datei (wenn Ihr Webbrowser zum Starten des Extension-Managers für diesen Dateityp konfiguriert werden kann)."
#. B2MCq
#: packagemanager.xhp
@@ -46193,7 +46166,7 @@ msgctxt ""
"par_id8714255\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Tools - Extension Manager</item> and click <item type=\"menuitem\">Add</item>."
-msgstr "Wählen Sie <item type=\"menuitem\">Extras - Extension Manager...</item> und klicken Sie auf <item type=\"menuitem\">Hinzufügen</item>."
+msgstr "Wählen Sie <item type=\"menuitem\">Extras - Extension-Manager…</item> und klicken Sie auf <item type=\"menuitem\">Hinzufügen</item>."
#. cnBQF
#: packagemanager.xhp
@@ -46355,7 +46328,7 @@ msgctxt ""
"par_id4129459\n"
"help.text"
msgid "<ahelp hid=\"desktop/ui/extensionmanager/updatebtn\">Click to check for online updates of all installed extensions. To check for updates of the selected extension only, choose the Update command from the context menu. The check for availability of updates starts immediately.</ahelp> You will see the <link href=\"text/shared/01/extensionupdate.xhp\">Extension Update</link> dialog."
-msgstr "<ahelp hid=\"desktop/ui/extensionmanager/updatebtn\">Klicken Sie hier, um nach Online-Updates für alle installierten Extensions zu suchen. Um nur ausgewählte Extensions auf Updates zu prüfen, klicken Sie zum Öffnen des Kontextmenüs mit der rechten Maustaste auf diese und wählen dann Update.... Die Prüfung auf verfügbare Aktualisierungen wird unmittelbar gestartet.</ahelp> Der Dialog <link href=\"text/shared/01/extensionupdate.xhp\">Extension Update</link> wird geöffnet."
+msgstr "<ahelp hid=\"desktop/ui/extensionmanager/updatebtn\">Klicken Sie hier, um nach Online-Updates für alle installierten Extensions zu suchen. Um nur ausgewählte Extensions auf Updates zu prüfen, klicken Sie zum Öffnen des Kontextmenüs mit der rechten Maustaste auf diese und wählen dann Update.... Die Prüfung auf verfügbare Aktualisierungen wird unmittelbar gestartet.</ahelp> Der Dialog <link href=\"text/shared/01/extensionupdate.xhp\">Extension-Update</link> wird geöffnet."
#. CBJAi
#: packagemanager.xhp
@@ -46454,7 +46427,7 @@ msgctxt ""
"par_id0103201110331832\n"
"help.text"
msgid "Some additional commands can appear in the context menu of an extension in the Extension Manager window, depending on the selected extension. You can choose to show the license text again. You can choose to exclude the extension from checking for updates or to include an excluded extension."
-msgstr "Abhängig von der gewählten Extension können einige weitere Einträge im Kontextmenü des Extension Managers angezeigt werden. So können Sie den Lizenztext erneut anzeigen lassen oder die Extension von der Prüfung auf Updates ausnehmen oder wieder einschließen."
+msgstr "Abhängig von der gewählten Extension können einige weitere Einträge im Kontextmenü des Extension-Managers angezeigt werden. So können Sie den Lizenztext erneut anzeigen lassen oder die Extension von der Prüfung auf Updates ausnehmen oder wieder einschließen."
#. tBvF5
#: password_dlg.xhp
@@ -47534,7 +47507,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Export as PDF"
-msgstr "Exportieren als PDF"
+msgstr "Als PDF exportieren"
#. 9A7EN
#: ref_pdf_export.xhp
@@ -50063,7 +50036,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Time Stamp Authorities for Digital Signatures"
-msgstr ""
+msgstr "Zeitstempel-Behörden für digitale Signaturen"
#. HgFt5
#: timestampauth.xhp
@@ -50819,7 +50792,7 @@ msgctxt ""
"par_idN1076B\n"
"help.text"
msgid "<ahelp hid=\".\">The <emph>Condition</emph> button opens the <link href=\"text/shared/01/xformsdataaddcon.xhp\">Add Condition</link> dialog where you can enter the calculation.</ahelp>"
-msgstr "<ahelp hid=\".\">Die Schaltfläche <emph>Bedingung</emph> öffnet den Dialog <link href=\"text/shared/01/xformsdataaddcon.xhp\">Bedingung hinzufügen</link>, in den Sie die Berechnung eingeben können.</ahelp>"
+msgstr "<ahelp hid=\".\">Die Schaltfläche <emph>Bedingung</emph> öffnet den Dialog <link href=\"text/shared/01/xformsdataaddcon.xhp\">Bedingung hinzufügen</link>, in dem Sie die Berechnung eingeben können.</ahelp>"
#. VYfFD
#: xformsdataaddcon.xhp
@@ -51197,7 +51170,7 @@ msgctxt ""
"par_id636921\n"
"help.text"
msgid "<ahelp hid=\".\">Enter the DOM node to bind the control model to. Click the <emph>...</emph> button for a dialog to enter the XPath expression.</ahelp>"
-msgstr "<ahelp hid=\".\">Geben Sie den DOM-Knoten ein, mit dem das Steuerelement-Modell verbunden werden soll. Klicken Sie auf die Schaltfläche <emph>...</emph>, um einen Dialog zu öffnen, in den Sie den XPath-Ausdruck eingeben können.</ahelp>"
+msgstr "<ahelp hid=\".\">Geben Sie den DOM-Knoten ein, mit dem das Steuerelement-Modell verbunden werden soll. Klicken Sie auf die Schaltfläche <emph>...</emph>, um einen Dialog zu öffnen, in dem Sie den XPath-Ausdruck eingeben können.</ahelp>"
#. mZuaw
#: xformsdatatab.xhp
diff --git a/source/de/helpcontent2/source/text/shared/02.po b/source/de/helpcontent2/source/text/shared/02.po
index 78fb72094ef..fa4648ac4cd 100644
--- a/source/de/helpcontent2/source/text/shared/02.po
+++ b/source/de/helpcontent2/source/text/shared/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-11-20 15:34+0100\n"
-"PO-Revision-Date: 2021-03-21 13:36+0000\n"
+"PO-Revision-Date: 2021-04-06 06:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textshared02/de/>\n"
"Language: de\n"
@@ -4442,7 +4442,7 @@ msgctxt ""
"par_id3150378\n"
"help.text"
msgid "When creating a form, an index is automatically assigned to the control fields that are added to this form; every control field added is assigned an index increased by <emph>1</emph>. If you change the index of a control, the indices of the other controls are updated automatically. Elements that cannot be focused (\"Tabstop = No\") are also assigned a value. However, these controls are skipped when using the <emph>Tab</emph> key."
-msgstr "Bei der Erstellung eines Formulars wird den Steuerelementen, die diesem Formular hinzugefügt werden, automatisch ein Index zugewiesen, wobei jedes neu hinzugefügte Steuerelement einen um <emph>1</emph> erhöhten Index erhält. Wenn Sie den Index eines Steuerelements ändern, werden die Indizes der restlichen Steuerelemente automatisch aktualisiert. Elementen, die nicht fokussiert werden können (\"Tabstop = Nein\"), wird ebenfalls ein Wert zugewiesen. Diese Steuerelemente werden jedoch bei einer Betätigung der <emph>Tabulatortaste</emph> übersprungen."
+msgstr "Bei der Erstellung eines Formulars wird den Steuerelementen, die diesem Formular hinzugefügt werden, automatisch ein Index zugewiesen, wobei jedes neu hinzugefügte Steuerelement einen um <emph>1</emph> erhöhten Index erhält. Wenn Sie den Index eines Steuerelements ändern, werden die Indizes der restlichen Steuerelemente automatisch aktualisiert. Elementen, die nicht fokussiert werden können (\"Tabstopp = Nein\"), wird ebenfalls ein Wert zugewiesen. Diese Steuerelemente werden jedoch bei einer Betätigung der <emph>Tabulatortaste</emph> übersprungen."
#. BAvfE
#: 01170101.xhp
@@ -12641,7 +12641,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Export Directly as PDF"
-msgstr "Direktes Exportieren als PDF"
+msgstr "Direkt als PDF exportieren"
#. A98Xc
#: 07090000.xhp
@@ -12650,7 +12650,7 @@ msgctxt ""
"hd_id3146946\n"
"help.text"
msgid "<link href=\"text/shared/02/07090000.xhp\" name=\"Export Directly as PDF\">Export Directly as PDF</link>"
-msgstr "<link href=\"text/shared/02/07090000.xhp\" name=\"Direktes Exportieren als PDF\">Direktes Exportieren als PDF</link>"
+msgstr "<link href=\"text/shared/02/07090000.xhp\" name=\"Export Directly as PDF\">Direkt als PDF exportieren</link>"
#. MKhDs
#: 07090000.xhp
@@ -18698,7 +18698,7 @@ msgctxt ""
"par_id3153062\n"
"help.text"
msgid "The graphic object is shown in black and white. All brightness values below 50% will appear black, all over 50% will appear white."
-msgstr "Das Grafikobjekt wird in Schwarzweiß angezeigt. Alle Helligkeitswerte unter 50 % erscheinen als Schwarz, alle über 50 % als Weiß."
+msgstr "Das Grafikobjekt wird in Schwarz-Weiß angezeigt. Alle Helligkeitswerte unter 50 % werden schwarz, alle über 50 % werden weiß dargestellt."
#. BCJuy
#: 24020000.xhp
diff --git a/source/de/helpcontent2/source/text/shared/06.po b/source/de/helpcontent2/source/text/shared/06.po
index 9928cb28205..40121e0e847 100644
--- a/source/de/helpcontent2/source/text/shared/06.po
+++ b/source/de/helpcontent2/source/text/shared/06.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: 2020-10-27 12:31+0100\n"
-"PO-Revision-Date: 2021-03-21 13:36+0000\n"
+"PO-Revision-Date: 2021-04-06 06:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textshared06/de/>\n"
"Language: de\n"
@@ -167,7 +167,7 @@ msgctxt ""
"par_id481394381734366\n"
"help.text"
msgid "<image src=\"media/screenshots/cui/ui/optctlpage/OptCTLPage.png\" id=\"img_id231592783736868\"><alt id=\"alt_id271534783734367\">Options CTL Dialog Image</alt></image>"
-msgstr "<image src=\"media/screenshots/cui/ui/optctlpage/OptCTLPage.png\" id=\"img_id231592783736868\"><alt id=\"alt_id271534783734367\">Bild des Dialogs Optionen – Complex Text Layout</alt></image>"
+msgstr "<image src=\"media/screenshots/cui/ui/optctlpage/OptCTLPage.png\" id=\"img_id231592783736868\"><alt id=\"alt_id271534783734367\">Bild des Dialogs Optionen – Komplexes Textlayout</alt></image>"
#. kEHFK
#: optionen_screenshots.xhp
diff --git a/source/de/helpcontent2/source/text/shared/autokorr.po b/source/de/helpcontent2/source/text/shared/autokorr.po
index 60064e73536..c9bfac70a2d 100644
--- a/source/de/helpcontent2/source/text/shared/autokorr.po
+++ b/source/de/helpcontent2/source/text/shared/autokorr.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: 2021-03-07 20:36+0000\n"
+"PO-Revision-Date: 2021-04-06 06:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textsharedautokorr/de/>\n"
"Language: de\n"
@@ -50,7 +50,7 @@ msgctxt ""
"par_id3158397\n"
"help.text"
msgid "Typing errors such as \"WOrd\" have been corrected and replaced by the <link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> function to \"Word\"."
-msgstr "Tippfehler wie \"WOrt\" wurden durch die <link href=\"text/shared/01/06040000.xhp\" name=\"AutoKorrektur\">AutoKorrektur</link> zu \"Wort\" korrigiert."
+msgstr "Tippfehler wie \"WOrt\" wurden durch die <link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoKorrektur</link> zu \"Wort\" korrigiert."
#. YGggv
#: 02000000.xhp
@@ -86,7 +86,7 @@ msgctxt ""
"par_id3158397\n"
"help.text"
msgid "Your text was corrected with <link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> so that the current word began with a capital letter. AutoCorrect changes words at the beginning of a paragraph, and words after the character at the end of a sentence (period, exclamation point, question mark)."
-msgstr "Ihr Text wurde mit der <link href=\"text/shared/01/06040000.xhp\" name=\"AutoKorrektur\">AutoKorrektur</link> korrigiert, sodass das aktuelle Wort mit einem Großbuchstaben beginnt. Die AutoKorrektur ändert Wörter am Anfang eines Absatzes und Wörter nach einem Satzendezeichen (Punkt, Ausrufezeichen, Fragezeichen)."
+msgstr "Ihr Text wurde mit der <link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoKorrektur</link> korrigiert, sodass das aktuelle Wort mit einem Großbuchstaben beginnt. Die AutoKorrektur ändert Wörter am Anfang eines Absatzes und Wörter nach einem Satzendezeichen (Punkt, Ausrufezeichen, Fragezeichen)."
#. L6A3T
#: 03000000.xhp
@@ -122,7 +122,7 @@ msgctxt ""
"par_id3158397\n"
"help.text"
msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text so that a word beginning with two capital letters at the beginning of a sentence now starts with one capital letter."
-msgstr "Ihr Text wurde durch die <link href=\"text/shared/01/06040000.xhp\" name=\"AutoKorrektur\">AutoKorrektur</link> so korrigiert, dass zwei Großbuchstaben am Wortanfang sowie am Satzanfang durch einen Großbuchstabe ersetzt wurden."
+msgstr "Ihr Text wurde durch die <link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoKorrektur</link> so korrigiert, dass zwei Großbuchstaben am Wortanfang sowie am Satzanfang durch einen Großbuchstaben ersetzt wurden."
#. gwa8j
#: 04000000.xhp
@@ -158,7 +158,7 @@ msgctxt ""
"par_id3159241\n"
"help.text"
msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has replaced a word."
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoKorrektur\">AutoKorrektur</link> hat ein Wort ersetzt."
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoKorrektur</link> hat ein Wort ersetzt."
#. CgGde
#: 05000000.xhp
@@ -194,7 +194,7 @@ msgctxt ""
"par_id3153341\n"
"help.text"
msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has performed a replacement, and the beginning of the sentence now starts with a capital letter."
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoKorrektur\">AutoKorrektur</link> hat eine Ersetzung vorgenommen. Der Satz beginnt nun mit einem Großbuchstaben."
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoKorrektur</link> hat eine Ersetzung vorgenommen. Der Satz beginnt nun mit einem Großbuchstaben."
#. pMoyc
#: 06000000.xhp
@@ -230,7 +230,7 @@ msgctxt ""
"par_id3146060\n"
"help.text"
msgid "Your text was corrected by <link href=\"text/shared/01/06040000.xhp\" name=\"Autocorrect\">Autocorrect</link> so that double quotation marks were replaced by <link href=\"text/shared/01/06040400.xhp\" name=\"typographical quotation marks\">typographical quotation marks</link>."
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoKorrektur\">AutoKorrektur</link> hat doppelte Anführungszeichen in Ihrem Text durch <link href=\"text/shared/01/06040400.xhp\" name=\"typografische Anführungszeichen\">typografische Anführungszeichen</link> ersetzt."
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"Autocorrect</link>\">AutoKorrektur</link> hat doppelte Anführungszeichen in Ihrem Text durch <link href=\"text/shared/01/06040400.xhp\" name=\"typographical quotation marks\">typografische Anführungszeichen</link> ersetzt."
#. B9CDq
#: 07000000.xhp
@@ -266,7 +266,7 @@ msgctxt ""
"par_id3154688\n"
"help.text"
msgid "Your text was corrected by <link href=\"text/shared/01/06040000.xhp\" name=\"Autocorrect\">Autocorrect</link> so that single quotation marks were replaced by <link href=\"text/shared/01/06040400.xhp\" name=\"typographical quotation marks\">typographical quotation marks</link>."
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoKorrektur\">AutoKorrektur</link> hat einfache Anführungszeichen in Ihrem Text durch <link href=\"text/shared/01/06040400.xhp\" name=\"typografische Anführungszeichen\">typografische Anführungszeichen</link> ersetzt."
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"Autocorrect\">AutoKorrektur</link> hat einfache Anführungszeichen in Ihrem Text durch <link href=\"text/shared/01/06040400.xhp\" name=\"typographical quotation marks\">typografische Anführungszeichen</link> ersetzt."
#. RkFAj
#: 08000000.xhp
@@ -302,7 +302,7 @@ msgctxt ""
"par_id3150278\n"
"help.text"
msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text. A string has been detected as an URL and is now shown as a hyperlink."
-msgstr "Die <link href=\"text/shared/01/06040000.xhp\" name=\"AutoKorrektur\">AutoKorrektur</link> hat Ihren Text verändert. Eine Zeichenkette wurde als URL erkannt und wird nun als Hyperlink dargestellt."
+msgstr "Die <link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoKorrektur</link> hat Ihren Text verändert. Eine Zeichenkette wurde als URL erkannt und wird nun als Hyperlink dargestellt."
#. VTdXe
#: 09000000.xhp
@@ -338,7 +338,7 @@ msgctxt ""
"par_id3149297\n"
"help.text"
msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has corrected your text so that the multiple spaces you have entered have now been reduced to one single space."
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoKorrektur\">AutoKorrektur</link> hat mehrfach eingegebene Leerzeichen in Ihrem Text durch einzelne Leerzeichen ersetzt."
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoKorrektur</link> hat mehrfach eingegebene Leerzeichen in Ihrem Text durch einzelne Leerzeichen ersetzt."
#. EejSa
#: 10000000.xhp
@@ -374,7 +374,7 @@ msgctxt ""
"par_id3156014\n"
"help.text"
msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text, and the bold and/or underline text attributes have been automatically applied."
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoKorrektur\">AutoKorrektur</link> hat die Textattribute Fett und/oder Unterstrichen automatisch auf Ihren Text angewendet."
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoKorrektur</link> hat die Textattribute Fett und/oder Unterstrichen automatisch auf Ihren Text angewendet."
#. FBeJm
#: 12000000.xhp
@@ -410,7 +410,7 @@ msgctxt ""
"par_id3148932\n"
"help.text"
msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text, and minus signs have been replaced with dashes."
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoKorrektur\">AutoKorrektur</link> hat Minuszeichen in Ihrem Text durch Bindestriche ersetzt."
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoKorrektur</link> hat Minuszeichen in Ihrem Text durch Bindestriche ersetzt."
#. bKCng
#: 13000000.xhp
@@ -446,4 +446,4 @@ msgctxt ""
"par_id3153220\n"
"help.text"
msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has corrected your text so that ordinal number suffixes have been superscripted."
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoKorrektur\">AutoKorrektur</link> hat Ihren Text so korrigiert, dass die Endungen der im Englischen gebräuchlichen Ordnungszahlen hochgestellt sind."
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoKorrektur</link> hat Ihren Text so korrigiert, dass die Endungen der im Englischen gebräuchlichen Ordnungszahlen hochgestellt sind."
diff --git a/source/de/helpcontent2/source/text/shared/autopi.po b/source/de/helpcontent2/source/text/shared/autopi.po
index 3c8bf58323c..bd2a3fee94e 100644
--- a/source/de/helpcontent2/source/text/shared/autopi.po
+++ b/source/de/helpcontent2/source/text/shared/autopi.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-10-27 12:31+0100\n"
-"PO-Revision-Date: 2021-03-21 13:36+0000\n"
+"PO-Revision-Date: 2021-04-06 06:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textsharedautopi/de/>\n"
"Language: de\n"
@@ -86,7 +86,7 @@ msgctxt ""
"hd_id3147530\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01130000.xhp\" name=\"Document Converter\">Document Converter</link>"
-msgstr "<link href=\"text/shared/autopi/01130000.xhp\" name=\"Dokumenten-Konverter\">Dokumenten-Konverter</link>"
+msgstr "<link href=\"text/shared/autopi/01130000.xhp\" name=\"Document Converter\">Dokumentkonverter</link>"
#. nxJzj
#: 01000000.xhp
@@ -1859,7 +1859,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Agenda Wizard"
-msgstr "Tagesordnungs-Assistent"
+msgstr "Tagesordnungsassistent"
#. D3wGn
#: 01040000.xhp
@@ -1868,7 +1868,7 @@ msgctxt ""
"bm_id3149031\n"
"help.text"
msgid "<bookmark_value>wizards;agendas</bookmark_value><bookmark_value>Agenda Wizard</bookmark_value><bookmark_value>templates;agendas</bookmark_value>"
-msgstr "<bookmark_value>Assistenten; Tagesordnung</bookmark_value><bookmark_value>Tagesordnungs-Assistent</bookmark_value><bookmark_value>Vorlagen; Tagesordnungen</bookmark_value>"
+msgstr "<bookmark_value>Assistenten; Tagesordnung</bookmark_value><bookmark_value>Tagesordnungsassistent</bookmark_value><bookmark_value>Vorlagen; Tagesordnungen</bookmark_value>"
#. s5qJR
#: 01040000.xhp
@@ -1877,7 +1877,7 @@ msgctxt ""
"hd_id3149031\n"
"help.text"
msgid "Agenda Wizard"
-msgstr "Tagesordnungs-Assistent"
+msgstr "Tagesordnungsassistent"
#. rVtcF
#: 01040000.xhp
@@ -1976,7 +1976,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Agenda Wizard - Page Design"
-msgstr "Tagesordnungs-Assistent - Seitendesign"
+msgstr "Tagesordnungsassistent – Seitendesign"
#. bBzNB
#: 01040100.xhp
@@ -1985,7 +1985,7 @@ msgctxt ""
"hd_id3151100\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01040100.xhp\" name=\"Agenda Wizard - Page Design\">Agenda Wizard - Page Design</link>"
-msgstr "<link href=\"text/shared/autopi/01040100.xhp\" name=\"Tagesordnungs-Assistent - Seitendesign\">Tagesordnungs-Assistent - Seitendesign</link>"
+msgstr "<link href=\"text/shared/autopi/01040100.xhp\" name=\"Agenda Wizard - Page Design\">Tagesordnungsassistent – Seitendesign</link>"
#. fPTHx
#: 01040100.xhp
@@ -2039,7 +2039,7 @@ msgctxt ""
"par_id3153087\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01040200.xhp\" name=\"Go to Agenda Wizard - General information\">Go to Agenda Wizard - General information</link>"
-msgstr "<link href=\"text/shared/autopi/01040200.xhp\" name=\"Weiter zu Tagesordnungs-Assistent - Allgemeine Informationen\">Weiter zu Tagesordnungs-Assistent - Allgemeine Informationen</link>"
+msgstr "<link href=\"text/shared/autopi/01040200.xhp\" name=\"Go to Agenda Wizard - General information\">Weiter zu: Tagesordnungsassistent – Allgemeine Informationen</link>"
#. WGmzy
#: 01040200.xhp
@@ -2048,7 +2048,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Agenda Wizard - General Information"
-msgstr "Tagesordnungs-Assistent - Allgemeine Informationen"
+msgstr "Tagesordnungsassistent – Allgemeine Informationen"
#. d4naA
#: 01040200.xhp
@@ -2057,7 +2057,7 @@ msgctxt ""
"hd_id3150247\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01040200.xhp\" name=\"Agenda Wizard - General Information\">Agenda Wizard - General Information</link>"
-msgstr "<link href=\"text/shared/autopi/01040200.xhp\" name=\"Tagesordnungs-Assistent - Allgemeine Informationen\">Tagesordnungs-Assistent - Allgemeine Informationen</link>"
+msgstr "<link href=\"text/shared/autopi/01040200.xhp\" name=\"Agenda Wizard - General Information\">Tagesordnungsassistent – Allgemeine Informationen</link>"
#. eLECH
#: 01040200.xhp
@@ -2147,7 +2147,7 @@ msgctxt ""
"par_id3148946\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01040300.xhp\" name=\"Go to Agenda Wizard - Headings to include\">Go to Agenda Wizard - Headings to include</link>"
-msgstr "<link href=\"text/shared/autopi/01040300.xhp\" name=\"Weiter zu Tagesordnungs-Assistent - Bestandteile\">Weiter zu Tagesordnungs-Assistent - Bestandteile</link>"
+msgstr "<link href=\"text/shared/autopi/01040300.xhp\" name=\"Go to Agenda Wizard - Headings to include\">Weiter zum Tagesordnungsassistenten – Bestandteile</link>"
#. Q5JDB
#: 01040300.xhp
@@ -2156,7 +2156,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Agenda Wizard - Headings to include"
-msgstr "Tagesordnungs-Assistent - Bestandteile"
+msgstr "Tagesordnungsassistent – Bestandteile"
#. ipAGt
#: 01040300.xhp
@@ -2165,7 +2165,7 @@ msgctxt ""
"hd_id3109850\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01040300.xhp\" name=\"Agenda Wizard - Headings to include\">Agenda Wizard - Headings to include</link>"
-msgstr "<link href=\"text/shared/autopi/01040300.xhp\" name=\"Tagesordnungs-Assistent - Bestandteile\">Tagesordnungs-Assistent - Bestandteile</link>"
+msgstr "<link href=\"text/shared/autopi/01040300.xhp\" name=\"Agenda Wizard - Headings to include\">Tagesordnungsassistent – Bestandteile</link>"
#. yBn6A
#: 01040300.xhp
@@ -2255,7 +2255,7 @@ msgctxt ""
"par_id3163802\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01040400.xhp\" name=\"Go to Agenda Wizard - Names\">Go to Agenda Wizard - Names</link>"
-msgstr "<link href=\"text/shared/autopi/01040400.xhp\" name=\"Weiter zu Tagesordnungs-Assistent - Namen\">Weiter zu Tagesordnungs-Assistent - Namen</link>"
+msgstr "<link href=\"text/shared/autopi/01040400.xhp\" name=\"Go to Agenda Wizard - Names\">Weiter zu: Tagesordnungsassistent – Namen</link>"
#. zECC7
#: 01040400.xhp
@@ -2264,7 +2264,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Agenda Wizard - Names"
-msgstr "Tagesordnungs-Assistent - Namen"
+msgstr "Tagesordnungsassistent – Namen"
#. FmZNr
#: 01040400.xhp
@@ -2273,7 +2273,7 @@ msgctxt ""
"hd_id3143284\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01040400.xhp\" name=\"Agenda Wizard - Names\">Agenda Wizard - Names</link>"
-msgstr "<link href=\"text/shared/autopi/01040400.xhp\" name=\"Tagesordnungs-Assistent - Namen\">Tagesordnungs-Assistent - Namen</link>"
+msgstr "<link href=\"text/shared/autopi/01040400.xhp\" name=\"Agenda Wizard - Names\">Tagesordnungsassistent – Namen</link>"
#. emLhT
#: 01040400.xhp
@@ -2417,7 +2417,7 @@ msgctxt ""
"par_id3150275\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01040500.xhp\" name=\"Go to Agenda Wizard - Agenda Items\">Go to Agenda Wizard - Agenda Items</link>"
-msgstr "<link href=\"text/shared/autopi/01040500.xhp\" name=\"Weiter zu Tagesordnungs-Assistent - Tagesordnungspunkte\">Weiter zu Tagesordnungs-Assistent - Tagesordnungspunkte</link>"
+msgstr "<link href=\"text/shared/autopi/01040500.xhp\" name=\"Go to Agenda Wizard - Agenda Items\">Weiter zu: Tagesordnungsassistent – Tagesordnungspunkte</link>"
#. STCc4
#: 01040500.xhp
@@ -2426,7 +2426,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Agenda Wizard - Agenda Items"
-msgstr "Tagesordnungs-Assistent - Tagesordnungspunkte"
+msgstr "Tagesordnungsassistent – Tagesordnungspunkte"
#. Gj4D2
#: 01040500.xhp
@@ -2435,7 +2435,7 @@ msgctxt ""
"hd_id3159224\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01040500.xhp\" name=\"Agenda Wizard - Agenda Items\">Agenda Wizard - Agenda Items</link>"
-msgstr "<link href=\"text/shared/autopi/01040500.xhp\" name=\"Tagesordnungs-Assistent - Tagesordnungspunkte\">Tagesordnungs-Assistent - Tagesordnungspunkte</link>"
+msgstr "<link href=\"text/shared/autopi/01040500.xhp\" name=\"Agenda Wizard - Agenda Items\">Tagesordnungsassistent – Tagesordnungspunkte</link>"
#. BDRvF
#: 01040500.xhp
@@ -2543,7 +2543,7 @@ msgctxt ""
"par_id3146798\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01040600.xhp\" name=\"Go to Agenda Wizard - Name and location\">Go to Agenda Wizard - Name and location</link>"
-msgstr "<link href=\"text/shared/autopi/01040600.xhp\" name=\"Weiter zu Tagesordnungs-Assistent - Name und Speicherort\">Weiter zu Tagesordnungs-Assistent - Name und Speicherort</link>"
+msgstr "<link href=\"text/shared/autopi/01040600.xhp\" name=\"Go to Agenda Wizard - Name and location\">Weiter zu: Tagesordnungsassistent – Name und Speicherort</link>"
#. H9Wbq
#: 01040600.xhp
@@ -2552,7 +2552,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Agenda Wizard - Name and Location"
-msgstr "Tagesordnungs-Assistent - Name und Speicherort"
+msgstr "Tagesordnungsassistent – Name und Speicherort"
#. VcrH9
#: 01040600.xhp
@@ -2561,7 +2561,7 @@ msgctxt ""
"hd_id3144740\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01040600.xhp\" name=\"Agenda Wizard - Name and Location\">Agenda Wizard - Name and Location</link>"
-msgstr "<link href=\"text/shared/autopi/01040600.xhp\" name=\"Tagesordnungs-Assistent - Name und Speicherort\">Tagesordnungs-Assistent - Name und Speicherort</link>"
+msgstr "<link href=\"text/shared/autopi/01040600.xhp\" name=\"Agenda Wizard - Name and Location\">Tagesordnungsassistent – Name und Speicherort</link>"
#. viGf3
#: 01040600.xhp
@@ -2651,7 +2651,7 @@ msgctxt ""
"par_idN105F6\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01040000.xhp\" name=\"Go to Agenda Wizard\">Go to Agenda Wizard</link>"
-msgstr "<link href=\"text/shared/autopi/01040000.xhp\" name=\"Weiter zu Tagesordnungs-Assistent\">Weiter zu Tagesordnungs-Assistent</link>"
+msgstr "<link href=\"text/shared/autopi/01040000.xhp\" name=\"Go to Agenda Wizard\">Weiter zu: Tagesordnungsassistent</link>"
#. 4DsCG
#: 01090000.xhp
@@ -3857,7 +3857,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Report Wizard"
-msgstr "Berichts-Assistent"
+msgstr "Berichtsassistent"
#. Ljpsw
#: 01100000.xhp
@@ -3866,7 +3866,7 @@ msgctxt ""
"hd_id3150499\n"
"help.text"
msgid "Report Wizard"
-msgstr "Berichts-Assistent"
+msgstr "Berichtsassistent"
#. Wxizv
#: 01100000.xhp
@@ -3893,7 +3893,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Report Wizard - Field Selection"
-msgstr "Berichts-Assistent - Feldauswahl"
+msgstr "Berichtsassistent – Feldauswahl"
#. 3hFgh
#: 01100100.xhp
@@ -3902,7 +3902,7 @@ msgctxt ""
"hd_id3155599\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100100.xhp\" name=\"Report Wizard - Field Selection\">Report Wizard - Field Selection</link>"
-msgstr "<link href=\"text/shared/autopi/01100100.xhp\" name=\"Berichts-Assistent – Feldauswahl\">Berichts-Assistent – Feldauswahl</link>"
+msgstr "<link href=\"text/shared/autopi/01100100.xhp\" name=\"Report Wizard - Field Selection\">Berichtsassistent – Feldauswahl</link>"
#. k9HWM
#: 01100100.xhp
@@ -4046,7 +4046,7 @@ msgctxt ""
"par_id3145609\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100150.xhp\" name=\"More about Report Wizard - Labeling Fields\">More about Report Wizard - Labeling Fields</link>"
-msgstr "<link href=\"text/shared/autopi/01100150.xhp\" name=\"Weitere Informationen zum Berichts-Assistent – Felder beschriften\">Weitere Informationen zum Berichts-Assistent – Felder beschriften</link>"
+msgstr "<link href=\"text/shared/autopi/01100150.xhp\" name=\"More about Report Wizard - Labeling Fields\">Weitere Informationen zu: Berichtsassistent – Felder beschriften</link>"
#. CU6F5
#: 01100150.xhp
@@ -4055,7 +4055,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Report Wizard - Labeling Fields"
-msgstr "Berichts-Assistent – Felder beschriften"
+msgstr "Berichtsassistent – Felder beschriften"
#. pcAoA
#: 01100150.xhp
@@ -4064,7 +4064,7 @@ msgctxt ""
"hd_id3144415\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100150.xhp\" name=\"Report Wizard - Labeling Fields\">Report Wizard - Labeling Fields</link>"
-msgstr "<link href=\"text/shared/autopi/01100150.xhp\" name=\"Report Wizard - Labeling Fields\">Berichts-Assistent - Felder beschriften</link>"
+msgstr "<link href=\"text/shared/autopi/01100150.xhp\" name=\"Report Wizard - Labeling Fields\">Berichtsassistent - Felder beschriften</link>"
#. GsVRi
#: 01100150.xhp
@@ -4100,7 +4100,7 @@ msgctxt ""
"par_id3153748\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100200.xhp\" name=\"More about Report Wizard - Grouping\">More about Report Wizard - Grouping</link>"
-msgstr "<link href=\"text/shared/autopi/01100200.xhp\" name=\"Weitere Informationen zum Berichts-Assistent – Gruppierung\">Weitere Informationen zum Berichts-Assistent – Gruppierung</link>"
+msgstr "<link href=\"text/shared/autopi/01100200.xhp\" name=\"More about Report Wizard - Grouping\">Weitere Informationen zu: Berichtsassistent – Gruppierung</link>"
#. BUhYd
#: 01100200.xhp
@@ -4109,7 +4109,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Report Wizard - Grouping"
-msgstr "Berichts-Assistent – Gruppierung"
+msgstr "Berichtsassistent – Gruppierung"
#. QGdmm
#: 01100200.xhp
@@ -4118,7 +4118,7 @@ msgctxt ""
"hd_id3147000\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100200.xhp\" name=\"Report Wizard - Grouping\">Report Wizard - Grouping</link>"
-msgstr "<link href=\"text/shared/autopi/01100200.xhp\" name=\"Berichts-Assistent – Gruppierung\">Berichts-Assistent – Gruppierung</link>"
+msgstr "<link href=\"text/shared/autopi/01100200.xhp\" name=\"Report Wizard - Grouping\">Berichtsassistent – Gruppierung</link>"
#. UURLb
#: 01100200.xhp
@@ -4208,7 +4208,7 @@ msgctxt ""
"par_id3150355\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100300.xhp\" name=\"More about Report Wizard - Sort Options\">More about Report Wizard - Sort Options</link>"
-msgstr "<link href=\"text/shared/autopi/01100300.xhp\" name=\"Weitere Informationen zum Berichts-Assistent – Sortieroptionen\">Weitere Informationen zum Berichts-Assistent – Sortieroptionen</link>"
+msgstr "<link href=\"text/shared/autopi/01100300.xhp\" name=\"More about Report Wizard - Sort Options\">Weitere Informationen zu: Berichtsassistent – Sortieroptionen</link>"
#. HPGPg
#: 01100300.xhp
@@ -4217,7 +4217,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Report Wizard - Sort Options"
-msgstr "Berichts-Assistent – Sortieroptionen"
+msgstr "Berichtsassistent – Sortieroptionen"
#. 5icZB
#: 01100300.xhp
@@ -4226,7 +4226,7 @@ msgctxt ""
"hd_id3148668\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100300.xhp\" name=\"Report Wizard - Sort Options\">Report Wizard - Sort Options</link>"
-msgstr "<link href=\"text/shared/autopi/01100300.xhp\" name=\"Berichts-Assistent – Sortieroptionen\">Berichts-Assistent – Sortieroptionen</link>"
+msgstr "<link href=\"text/shared/autopi/01100300.xhp\" name=\"Report Wizard - Sort Options\">Berichtsassistent – Sortieroptionen</link>"
#. RSArv
#: 01100300.xhp
@@ -4316,7 +4316,7 @@ msgctxt ""
"par_id3156329\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100400.xhp\" name=\"More about Report Wizard - Choose Layout\">More about Report Wizard - Choose Layout</link>"
-msgstr "<link href=\"text/shared/autopi/01100400.xhp\" name=\"Weitere Informationen zum Berichts-Assistent – Auswahl des Layouts\">Weitere Informationen zum Berichts-Assistent – Auswahl des Layouts</link>"
+msgstr "<link href=\"text/shared/autopi/01100400.xhp\" name=\"More about Report Wizard - Choose Layout\">Weitere Informationen zu: Berichtsassistent – Auswahl des Layouts</link>"
#. 8Gkxm
#: 01100400.xhp
@@ -4325,7 +4325,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Report Wizard - Choose Layout"
-msgstr "Berichts-Assistent - Auswahl des Layouts"
+msgstr "Berichtsassistent – Auswahl des Layouts"
#. GCkoV
#: 01100400.xhp
@@ -4334,7 +4334,7 @@ msgctxt ""
"hd_id3148668\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100400.xhp\" name=\"Report Wizard - Choose Layout\">Report Wizard - Choose Layout</link>"
-msgstr "<link href=\"text/shared/autopi/01100400.xhp\" name=\"Berichts-Assistent – Auswahl des Layouts\">Berichts-Assistent – Auswahl des Layouts</link>"
+msgstr "<link href=\"text/shared/autopi/01100400.xhp\" name=\"Report Wizard - Choose Layout\">Berichtsassistent – Auswahl des Layouts</link>"
#. aPVFq
#: 01100400.xhp
@@ -4442,7 +4442,7 @@ msgctxt ""
"par_id3148491\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100500.xhp\" name=\"More about Report Wizard - Create Report\">More about Report Wizard - Create Report</link>"
-msgstr "<link href=\"text/shared/autopi/01100500.xhp\" name=\"Weitere Informationen zum Berichts-Assistent – Bericht erstellen\">Weitere Informationen zum Berichts-Assistent – Bericht erstellen</link>"
+msgstr "<link href=\"text/shared/autopi/01100500.xhp\" name=\"More about Report Wizard - Create Report\">Weitere Informationen zu: Berichtsassistent – Bericht erstellen</link>"
#. KwNon
#: 01100500.xhp
@@ -4451,7 +4451,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Report Wizard - Create Report"
-msgstr "Berichts-Assistent - Bericht erstellen"
+msgstr "Berichtsassistent – Bericht erstellen"
#. gKZbX
#: 01100500.xhp
@@ -4460,7 +4460,7 @@ msgctxt ""
"hd_id3156211\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100500.xhp\" name=\"Report Wizard - Create Report\">Report Wizard - Create Report</link>"
-msgstr "<link href=\"text/shared/autopi/01100500.xhp\" name=\"Berichts-Assistent - Bericht erstellen\">Berichts-Assistent - Bericht erstellen</link>"
+msgstr "<link href=\"text/shared/autopi/01100500.xhp\" name=\"Report Wizard - Create Report\">Berichtsassistent – Bericht erstellen</link>"
#. G5N3i
#: 01100500.xhp
@@ -5180,7 +5180,7 @@ msgctxt ""
"par_id3146119\n"
"help.text"
msgid "To export to ASP, in a $[officename] Impress document choose <emph>File - Export</emph>. You then see the <emph>Export</emph> dialog in which you select <emph>HTML Document</emph> as the file type. Once you have selected a directory and entered a file name, click <emph>Export</emph>. For export as ASP, we recommend selecting a \"secret\" file name for the HTML file (see below for more details). You then see the <emph>HTML Export</emph> dialog. Several files will be written to the directory you have just selected."
-msgstr "Zum Exportieren nach ASP wählen Sie in einem geöffneten $[officename] Impress Dokument <emph>Datei - Exportieren</emph>. Sie sehen den Dialog <emph>Exportieren</emph>, in dem Sie <emph>Webseite</emph> als Dateityp wählen. Nach Auswahl eines Verzeichnisses und Eingabe eines Dateinamens klicken Sie auf <emph>Speichern</emph>. Für den Export als ASP empfehlen wir einen \"geheimen\" Dateinamen für die HTML-Datei zu wählen, siehe weiter unten. Sie sehen anschließend den Dialog <emph>HTML-Export</emph>. Er wird mehrere Dateien in das eben ausgewählte Verzeichnis schreiben."
+msgstr "Zum Exportieren nach ASP wählen Sie in einem geöffneten $[officename] Impress-Dokument <emph>Datei - Exportieren…</emph>. Sie sehen den Dialog <emph>Exportieren</emph>, in dem Sie <emph>HTML-Dokument</emph> als Dateityp wählen. Nach Auswahl eines Verzeichnisses und Eingabe eines Dateinamens klicken Sie auf <emph>Speichern</emph>. Für den Export als ASP empfehlen wir, einen \"geheimen\" Dateinamen für die HTML-Datei zu wählen, siehe weiter unten. Sie sehen anschließend den Dialog <emph>HTML-Export</emph>. Es werden mehrere Dateien in das soeben gewählte Verzeichnis geschrieben."
#. ALHEL
#: 01110200.xhp
@@ -5963,7 +5963,7 @@ msgctxt ""
"hd_id3149095\n"
"help.text"
msgid "Use browser colors"
-msgstr "Browser Farben verwenden"
+msgstr "Browserfarben verwenden"
#. AgdRU
#: 01110600.xhp
@@ -6593,7 +6593,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Document Converter"
-msgstr "Dokumenten-Konverter-Assistent"
+msgstr "Dokumentkonverter-Assistent"
#. szRb9
#: 01130000.xhp
@@ -6602,7 +6602,7 @@ msgctxt ""
"hd_id3149798\n"
"help.text"
msgid "Document Converter"
-msgstr "Dokumenten-Konverter-Assistent"
+msgstr "Dokumentkonverter-Assistent"
#. v5SJh
#: 01130000.xhp
@@ -6629,7 +6629,7 @@ msgctxt ""
"par_id3156410\n"
"help.text"
msgid "The Document Converter Wizard contains the following pages:"
-msgstr "Der Dokumenten-Konverter-Assistent umfasst die folgenden Seiten:"
+msgstr "Der Dokumentkonverter-Assistent umfasst die folgenden Seiten:"
#. 9CQNJ
#: 01130000.xhp
@@ -6638,7 +6638,7 @@ msgctxt ""
"hd_id3154318\n"
"help.text"
msgid "Document Converter Summary"
-msgstr "Dokumenten-Konverter Zusammenfassung"
+msgstr "Dokumentkonverter Zusammenfassung"
#. 3qZPc
#: 01130000.xhp
@@ -6656,7 +6656,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Document Converter Page 1"
-msgstr "Dokumenten-Konverter Erste Seite"
+msgstr "Dokumentkonverter Erste Seite"
#. EhtBu
#: 01130100.xhp
@@ -6665,7 +6665,7 @@ msgctxt ""
"hd_id3151299\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01130100.xhp\" name=\"Document Converter Page 1\">Document Converter Page 1</link>"
-msgstr "<link href=\"text/shared/autopi/01130100.xhp\" name=\"Dokumenten-Konverter Erste Seite\">Dokumenten-Konverter Erste Seite</link>"
+msgstr "<link href=\"text/shared/autopi/01130100.xhp\" name=\"Document Converter Page 1\">Dokumentkonverter Erste Seite</link>"
#. G7Zgn
#: 01130100.xhp
@@ -6773,7 +6773,7 @@ msgctxt ""
"par_id3149578\n"
"help.text"
msgid "Continue to the next page of the <link href=\"text/shared/autopi/01130200.xhp\" name=\"Document Converter\">Document Converter</link>."
-msgstr "Hier geht es weiter zur nächsten Seite des <link href=\"text/shared/autopi/01130200.xhp\" name=\"Dokumenten-Konverters\">Dokumenten-Konverters</link>."
+msgstr "Hier geht es weiter zur nächsten Seite des <link href=\"text/shared/autopi/01130200.xhp\" name=\"Document Converter\">Dokumentkonverters</link>."
#. 58vGa
#: 01130200.xhp
@@ -6782,7 +6782,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Document converter continuation pages"
-msgstr "Dokumenten-Konverter Folgeseiten"
+msgstr "Dokumentkonverter Folgeseiten"
#. MZWf5
#: 01130200.xhp
@@ -6791,7 +6791,7 @@ msgctxt ""
"hd_id3149748\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01130200.xhp\" name=\"Document converter continuation pages\">Document converter continuation pages</link>"
-msgstr "<link href=\"text/shared/autopi/01130200.xhp\" name=\"Dokumenten-Konverter Folgeseiten\">Dokumenten-Konverter Folgeseiten</link>"
+msgstr "<link href=\"text/shared/autopi/01130200.xhp\" name=\"Document converter continuation pages\">Dokumentkonverter Folgeseiten</link>"
#. Ve7Wv
#: 01130200.xhp
@@ -6845,7 +6845,7 @@ msgctxt ""
"par_id3149182\n"
"help.text"
msgid "<ahelp hid=\"HID_DLGIMPORT_2_CBTEMPLATE\">Specifies that templates are to be converted.</ahelp>"
-msgstr "<ahelp hid=\"HID_DLGIMPORT_2_CBTEMPLATE\">Markieren Sie dieses Feld, um die Dokumentenvorlagen zu konvertieren.</ahelp>"
+msgstr "<ahelp hid=\"HID_DLGIMPORT_2_CBTEMPLATE\">Markieren Sie dieses Feld, um die Dokumentvorlagen zu konvertieren.</ahelp>"
#. fnBXC
#: 01130200.xhp
@@ -6971,7 +6971,7 @@ msgctxt ""
"par_id3156344\n"
"help.text"
msgid "Here you can return to the main page of the <link href=\"text/shared/autopi/01130000.xhp\" name=\"Document Converter\">Document Converter Wizard</link>."
-msgstr "Hier können Sie zur Hauptseite des <link href=\"text/shared/autopi/01130000.xhp\" name=\"Dokumenten-Konverter\">Dokumenten-Konverter</link> zurückkehren."
+msgstr "Hier können Sie zur Hauptseite des <link href=\"text/shared/autopi/01130000.xhp\" name=\"Document Converter\">Dokumentkonverter</link> zurückkehren."
#. ELq8D
#: 01150000.xhp
diff --git a/source/de/helpcontent2/source/text/shared/explorer/database.po b/source/de/helpcontent2/source/text/shared/explorer/database.po
index 79f7950669c..6882898d115 100644
--- a/source/de/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/de/helpcontent2/source/text/shared/explorer/database.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-10-27 14:18+0100\n"
-"PO-Revision-Date: 2021-03-21 13:36+0000\n"
+"PO-Revision-Date: 2021-04-02 05:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textsharedexplorerdatabase/de/>\n"
"Language: de\n"
@@ -3632,7 +3632,7 @@ msgctxt ""
"par_idN105B7\n"
"help.text"
msgid "<link href=\"text/sdatabase/main.xhp\">Working with databases in %PRODUCTNAME</link>"
-msgstr ""
+msgstr "<link href=\"text/sdatabase/main.xhp\">Mit Datenbanken in %PRODUCTNAME arbeiten</link>"
#. ptEgp
#: dabaprop.xhp
@@ -4496,7 +4496,7 @@ msgctxt ""
"bm_id2026429\n"
"help.text"
msgid "<bookmark_value>wizards;databases (Base)</bookmark_value><bookmark_value>Database Wizard (Base)</bookmark_value><bookmark_value>databases; formats (Base)</bookmark_value><bookmark_value>MySQL databases (Base)</bookmark_value><bookmark_value>MariaDB databases (Base)</bookmark_value><bookmark_value>dBASE; database settings (Base)</bookmark_value><bookmark_value>spreadsheets;as databases (base)</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Assistenten; Datenbanken (Base)</bookmark_value><bookmark_value>Datenbankassistent (Base)</bookmark_value><bookmark_value>Datenbanken; Formate (Base)</bookmark_value><bookmark_value>MySQL Datenbanken (Base)</bookmark_value><bookmark_value>MariaDB Datenbanken (Base)</bookmark_value><bookmark_value>dBASE; Datenbankeinstellungen (Base)</bookmark_value><bookmark_value>Tabellendokumente; als Datenbanken (Base)</bookmark_value>"
#. 4QDPm
#: dabawiz00.xhp
@@ -5738,7 +5738,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "MariaDB and MySQL Connection"
-msgstr ""
+msgstr "Verbindung mit MariaDB und MySQL"
#. bVNAZ
#: dabawiz02mysql.xhp
@@ -5747,7 +5747,7 @@ msgctxt ""
"bm_id861587404584956\n"
"help.text"
msgid "<bookmark_value>MariaDB settings (Base)</bookmark_value><bookmark_value>MySQL settings (Base)</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>MariaDB-Einstellungen (Base)</bookmark_value><bookmark_value>MySQL-Einstellungen (Base)</bookmark_value>"
#. f4CzF
#: dabawiz02mysql.xhp
@@ -5756,7 +5756,7 @@ msgctxt ""
"par_idN10549\n"
"help.text"
msgid "<variable id=\"mysql\"><link href=\"text/shared/explorer/database/dabawiz02mysql.xhp\">MariaDB and MySQL Connection</link></variable>"
-msgstr ""
+msgstr "<variable id=\"mysql\"><link href=\"text/shared/explorer/database/dabawiz02mysql.xhp\">Verbindung zu MariaDB und MySQL</link></variable>"
#. 5FPU6
#: dabawiz02mysql.xhp
@@ -5765,7 +5765,7 @@ msgctxt ""
"par_idN1054D\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies the options for MariaDB and MySQL databases.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Legt die Optionen für MariaDB- und MySQL-Datenbanken fest.</ahelp>"
#. Bmcwo
#: dabawiz02mysql.xhp
@@ -5774,7 +5774,7 @@ msgctxt ""
"hd_id661587405298284\n"
"help.text"
msgid "Direct Connection for MariaDB and MySQL databases"
-msgstr ""
+msgstr "Direktverbindung für MariaDB- und MySQL-Datenbanken"
#. vd9VD
#: dabawiz02mysql.xhp
@@ -5783,7 +5783,7 @@ msgctxt ""
"hd_id321587405303769\n"
"help.text"
msgid "Database name"
-msgstr ""
+msgstr "Datenbankname"
#. 6LAsi
#: dabawiz02mysql.xhp
@@ -5792,7 +5792,7 @@ msgctxt ""
"par_id371587405314376\n"
"help.text"
msgid "Enter the name of the MariaDB or MySQL database. Ask your database administrator for the correct name."
-msgstr ""
+msgstr "Geben Sie den Namen der MariaDB- oder MySQL-Datenbank ein. Fragen Sie Ihren Datenbankadministrator nach dem richtigen Namen."
#. jbdZp
#: dabawiz02mysql.xhp
@@ -5801,7 +5801,7 @@ msgctxt ""
"hd_id561587405334695\n"
"help.text"
msgid "Server URL"
-msgstr ""
+msgstr "Server-URL"
#. SshYk
#: dabawiz02mysql.xhp
@@ -5810,7 +5810,7 @@ msgctxt ""
"par_id521587405341138\n"
"help.text"
msgid "Enter the URL for the database server. This is the name of the machine that runs the MariaDB or MySQL database. You can also replace hostname with the IP address of the server."
-msgstr ""
+msgstr "Geben Sie die URL für den Datenbankserver ein. Dies ist der Name des Computers, auf dem die MariaDB- oder MySQL-Datenbank ausgeführt wird. Sie können den Hostnamen auch durch die IP-Adresse des Servers ersetzen."
#. MZQiq
#: dabawiz02mysql.xhp
@@ -5819,7 +5819,7 @@ msgctxt ""
"hd_id171587405349438\n"
"help.text"
msgid "Port number"
-msgstr ""
+msgstr "Portnummer"
#. J2SR3
#: dabawiz02mysql.xhp
@@ -5828,7 +5828,7 @@ msgctxt ""
"par_id1001587405358390\n"
"help.text"
msgid "Enter the port number for the database server. Ask your database administrator for the correct port address. The default port number for MySQL or MariaDB databases is 3306."
-msgstr ""
+msgstr "Geben Sie die Portnummer für den Datenbankserver ein. Fragen Sie Ihren Datenbankadministrator nach der richtigen Portadresse. Die Standardportnummer für MySQL- oder MariaDB-Datenbanken lautet 3306."
#. ovKhU
#: dabawiz02mysql.xhp
@@ -5837,7 +5837,7 @@ msgctxt ""
"hd_id121587407845730\n"
"help.text"
msgid "Named Pipe"
-msgstr ""
+msgstr "Benannte Pipe"
#. Rq89B
#: dabawiz02mysql.xhp
@@ -5846,7 +5846,7 @@ msgctxt ""
"par_id941587407987180\n"
"help.text"
msgid "If the MariaDB or MySQL database is to be accessed by a named pipe, enter its name."
-msgstr ""
+msgstr "Wenn auf die MariaDB- oder MySQL-Datenbank über eine benannte Pipe zugegriffen werden soll, geben Sie hier ihren Namen ein."
#. wF6bj
#: dabawiz02mysql.xhp
@@ -5855,7 +5855,7 @@ msgctxt ""
"hd_id161587405553671\n"
"help.text"
msgid "Socket"
-msgstr ""
+msgstr "Socket"
#. e8DB2
#: dabawiz02mysql.xhp
@@ -5864,7 +5864,7 @@ msgctxt ""
"par_id161587405561472\n"
"help.text"
msgid "If the MariaDB or MySQL database is to be accessed by a socket, enter the socket ID."
-msgstr ""
+msgstr "Wenn über einen Socket auf die MariaDB- oder MySQL-Datenbank zugegriffen werden soll, geben Sie hier die Socket-ID ein."
#. fpBNu
#: dabawiz02mysql.xhp
@@ -6908,7 +6908,7 @@ msgctxt ""
"par_idN105C2\n"
"help.text"
msgid "Report Wizard"
-msgstr "Berichts-Assistent"
+msgstr "Berichtsassistent"
#. U7xE3
#: menuedit.xhp
@@ -6917,7 +6917,7 @@ msgctxt ""
"par_idN105C6\n"
"help.text"
msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/autopi/01100000.xhp\">Report Wizard</link> for the selected table, query, or view.</ahelp>"
-msgstr "<ahelp hid=\".\">Startet den <link href=\"text/shared/autopi/01100000.xhp\">Berichts-Assistenten</link> für die ausgewählte Tabelle, Abfrage oder Ansicht.</ahelp>"
+msgstr "<ahelp hid=\".\">Startet den <link href=\"text/shared/autopi/01100000.xhp\">Berichtsassistenten</link> für die ausgewählte Tabelle, Abfrage oder Ansicht.</ahelp>"
#. yNkzG
#: menuedit.xhp
@@ -7835,7 +7835,7 @@ msgctxt ""
"par_id0112200902353466\n"
"help.text"
msgid "<ahelp hid=\".\">The Database Document Macro Migration Wizard moves existing macros from sub-documents of an old Base file into the new Base file's macro storage area.</ahelp>"
-msgstr "<ahelp hid=\".\">Der Migrations-Assistent für Datenbankmakros verschiebt vorhandene Makros aus Unterdokumenten einer alten Datenbankdatei in den Makro-Speicherbereich der neuen Datenbankdatei.</ahelp>"
+msgstr "<ahelp hid=\".\">Der Migrationsassistent für Datenbankmakros verschiebt vorhandene Makros aus Unterdokumenten einer alten Datenbankdatei in den Makro-Speicherbereich der neuen Datenbankdatei.</ahelp>"
#. ajASD
#: migrate_macros.xhp
@@ -7880,7 +7880,7 @@ msgctxt ""
"par_id0112200903075830\n"
"help.text"
msgid "The Database Document Macro Migration Wizard can move the macros up into the Base file's storage area. You can then examine the macros and edit them as needed."
-msgstr "Der Migrations-Assistent für Datenbankmakros kann die Makros in den Speicherbereich der Datenbankdatei verschieben. Sie können dann die Makros überprüfen und nach Bedarf bearbeiten."
+msgstr "Der Migrationsassistent für Datenbankmakros kann die Makros in den Speicherbereich der Datenbankdatei verschieben. Sie können dann die Makros überprüfen und nach Bedarf bearbeiten."
#. RJUfX
#: migrate_macros.xhp
@@ -7907,7 +7907,7 @@ msgctxt ""
"par_id0112200902353554\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/Macros_in_Database_Documents\" name=\"wiki.documentfoundation.org Macros in Database Documents\">An in depth explanation by the developers (Wiki).</link>"
-msgstr "<link href=\"https://wiki.documentfoundation.org/Macros_in_Database_Documents\" name=\"wiki.documentfoundation.org Makros in Datenbank-Dokumenten\">Wiki-Seite mit einer ausführlichereren Erklärung der Entwickler.</link>"
+msgstr "<link href=\"https://wiki.documentfoundation.org/Macros_in_Database_Documents\" name=\"wiki.documentfoundation.org Makros in Datenbankdokumenten\">Wiki-Seite mit einer ausführlicheren Erklärung der Entwickler.</link>"
#. WG9NH
#: password.xhp
@@ -8843,7 +8843,7 @@ msgctxt ""
"par_id8638874\n"
"help.text"
msgid "<ahelp hid=\".\">You can open the Date and Time dialog of the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> by choosing <item type=\"menuitem\">Insert - Date and Time</item>.</ahelp>"
-msgstr "<ahelp hid=\".\">Sie können den Dialog \"Datum und Zeit\" des <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builders</link> öffnen, indem Sie <item type=\"menuitem\">Einfügen – Datum und Zeit</item> wählen.</ahelp>"
+msgstr "<ahelp hid=\".\">Sie können den Dialog \"Datum und Zeit\" des <link href=\"text/shared/explorer/database/rep_main.xhp\">Bericht-Designers</link> öffnen, indem Sie <item type=\"menuitem\">Einfügen – Datum und Zeit</item> wählen.</ahelp>"
#. tSLyd
#: rep_datetime.xhp
@@ -9113,7 +9113,7 @@ msgctxt ""
"par_id5248573\n"
"help.text"
msgid "The Report Builder is a tool to create your own database reports. Unlike with the <link href=\"text/shared/autopi/01100000.xhp\">Report Wizard</link>, using the Report Builder you can take control to design the report the way you want. The generated report is a Writer document that you can edit, too."
-msgstr "Der Bericht-Designer ist ein Werkzeug, mit dem Sie Ihre eigenen Datenbankberichte erstellen können. Im Unterschied zum <link href=\"text/shared/autopi/01100000.xhp\">Berichts-Assistenten</link> können Sie mithilfe des Bericht-Designers den Bericht den eigenen Wünschen entsprechend entwerfen. Der erzeugte Bericht ist ein Writerdokument, welches Sie ebenfalls bearbeiten können."
+msgstr "Der Bericht-Designer ist ein Werkzeug, mit dem Sie Ihre eigenen Datenbankberichte erstellen können. Im Unterschied zum <link href=\"text/shared/autopi/01100000.xhp\">Berichtsassistenten</link> können Sie mithilfe des Bericht-Designers den Bericht den eigenen Wünschen entsprechend entwerfen. Der erzeugte Bericht ist ein Writerdokument, welches Sie ebenfalls bearbeiten können."
#. A7xcb
#: rep_main.xhp
@@ -9122,7 +9122,7 @@ msgctxt ""
"par_id7128818\n"
"help.text"
msgid "To use the Report Builder, the Report Builder component must be installed. In addition, the Java Runtime Environment (JRE) software must be installed, and this software must be selected in %PRODUCTNAME."
-msgstr "Um den Report Builder-Designer zu nutzen, muss die Report Builder-Komponente installiert sein. Zusätzlich muss eine Java-Laufzeitumgebung (JRE) installiert und in %PRODUCTNAME ausgewählt sein."
+msgstr "Um den Bericht-Designer zu nutzen, muss die Komponente Bericht-Designer installiert sein. Zusätzlich muss eine Java-Laufzeitumgebung (JRE) installiert und in %PRODUCTNAME ausgewählt sein."
#. MUFG8
#: rep_main.xhp
@@ -10004,7 +10004,7 @@ msgctxt ""
"par_id3424481\n"
"help.text"
msgid "<ahelp hid=\".\">You can open the Page Numbers dialog of the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> by choosing <item type=\"menuitem\">Insert - Page Numbers</item>.</ahelp>"
-msgstr "<ahelp hid=\".\">Sie können den Dialog Seitenzahlen des <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builders</link> öffnen, indem Sie <item type=\"menuitem\">Einfügen - Seitenzahlen</item> wählen.</ahelp>"
+msgstr "<ahelp hid=\".\">Sie können den Dialog Seitenzahlen des <link href=\"text/shared/explorer/database/rep_main.xhp\">Bericht-Designers</link> öffnen, indem Sie <item type=\"menuitem\">Einfügen - Seitenzahlen</item> wählen.</ahelp>"
#. ygaGw
#: rep_pagenumbers.xhp
diff --git a/source/de/helpcontent2/source/text/shared/guide.po b/source/de/helpcontent2/source/text/shared/guide.po
index 399fabbdd10..8858ceef733 100644
--- a/source/de/helpcontent2/source/text/shared/guide.po
+++ b/source/de/helpcontent2/source/text/shared/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-14 14:56+0100\n"
-"PO-Revision-Date: 2021-03-21 13:36+0000\n"
+"PO-Revision-Date: 2021-04-06 06:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textsharedguide/de/>\n"
"Language: de\n"
@@ -347,7 +347,7 @@ msgctxt ""
"par_id3153541\n"
"help.text"
msgid "Press the shortcut keys Shift+F1 to activate extended tips once."
-msgstr "Drücken Sie zum einmaligen Aktivieren der Erweiterten Tipps die Tastenkombination Umschalt+F1."
+msgstr "Drücken Sie zum einmaligen Aktivieren der erweiterten Tipps die Tastenkombination Umschalt+F1."
#. GjoTE
#: active_help_on_off.xhp
@@ -419,7 +419,7 @@ msgctxt ""
"par_id3150771\n"
"help.text"
msgid "Click the Start button on the Windows taskbar. Choose <emph>Settings</emph>."
-msgstr ""
+msgstr "Klicken Sie in der Windows-Taskleiste auf die Schaltfläche Start. Wählen Sie <emph>Einstellungen</emph>."
#. u7g6Z
#: activex.xhp
@@ -428,7 +428,7 @@ msgctxt ""
"par_idN106E8\n"
"help.text"
msgid "In Settings, click <emph>Apps</emph>."
-msgstr ""
+msgstr "In den Einstellungen klicken Sie auf <emph>Apps</emph>."
#. 3UNE4
#: activex.xhp
@@ -437,7 +437,7 @@ msgctxt ""
"par_id3156155\n"
"help.text"
msgid "In the <emph>Apps & features</emph> list, click %PRODUCTNAME, then click <emph>Change</emph>."
-msgstr ""
+msgstr "Klicken Sie in der Liste <emph>Apps & Funktionen</emph> auf %PRODUCTNAME und dann auf <emph>Ändern</emph>."
#. CaXPY
#: activex.xhp
@@ -446,7 +446,7 @@ msgctxt ""
"par_idN10706\n"
"help.text"
msgid "In the Installation Wizard, select <emph>Modify</emph>."
-msgstr "Wählen Sie im Installations-Assistenten die Option <emph>Ändern</emph>."
+msgstr "Wählen Sie im Installationsassistenten die Option <emph>Ändern</emph>."
#. cuFZi
#: activex.xhp
@@ -1769,7 +1769,7 @@ msgctxt ""
"par_id4439832\n"
"help.text"
msgid "In Calc, a chart is an object on a sheet that can be copied and pasted on another sheet of the same document, the data series will stay linked to the range on the other sheet. If it is pasted on another Calc document, it has its own chart data table and is no more linked to the original range."
-msgstr "In Calc ist ein Diagramm ein Objekt in einer Tabelle, das kopiert und in eine andere Tabelle des gleichen Dokuments eingefügt werden kann, wobei die Datenreihen mit dem Bereich in der ursprünglichen Tabellen verknüpft bleiben. Falls es in ein anderes Calc Dokument eingefügt wird, hat es seine eigene Diagrammdatentabelle und ist nicht mehr mit dem Originalbereich verknüpft."
+msgstr "In Calc ist ein Diagramm ein Objekt in einer Tabelle, das kopiert und in eine andere Tabelle des gleichen Dokuments eingefügt werden kann, wobei die Datenreihen mit dem Bereich in der ursprünglichen Tabellen verknüpft bleiben. Falls es in ein anderes Calc-Dokument eingefügt wird, hat es seine eigene Diagrammdatentabelle und ist nicht mehr mit dem Originalbereich verknüpft."
#. qQLu6
#: chart_insert.xhp
@@ -2264,7 +2264,7 @@ msgctxt ""
"par_id150820161816034394\n"
"help.text"
msgid "Note: the root of the file service is provided by the file service administrator and may consists of scripts files, parameters and paths."
-msgstr "Beachten Sie: Die Wurzel des Dateidienstes wird durch den Administrator des Dateidienstes bereitgestellt und kann Skriptsdateien, Parameter und Pfade enthalten."
+msgstr "Beachten Sie: Die Wurzel des Dateidienstes wird durch den Administrator des Dateidienstes bereitgestellt und kann Skriptdateien, Parameter und Pfade enthalten."
#. 8hLk4
#: cmis-remote-files-setup.xhp
@@ -2345,7 +2345,7 @@ msgctxt ""
"hd_id150820161816049600\n"
"help.text"
msgid "Connecting to a Windows share"
-msgstr "Verbindung zu einer Windows Freigabe"
+msgstr "Verbindung zu einer Windows-Freigabe"
#. Jw5YH
#: cmis-remote-files-setup.xhp
@@ -2354,7 +2354,7 @@ msgctxt ""
"bm_id170820161249395796\n"
"help.text"
msgid "<bookmark_value>remote file service;Windows share</bookmark_value> <bookmark_value>Windows share;remote file service</bookmark_value> <bookmark_value>Windows share;remote file service setup</bookmark_value> <bookmark_value>remote file service setup;Windows share</bookmark_value>"
-msgstr "<bookmark_value>Service für Dateien auf Servern; Windows Freigabe</bookmark_value><bookmark_value>Windows Freigabe; Service für Dateien auf Servern</bookmark_value><bookmark_value>Windows Freigabe; Service für Dateien auf Servern konfigurieren</bookmark_value><bookmark_value>Service für Dateien auf Servern konfigurieren; Windows Freigabe</bookmark_value>"
+msgstr "<bookmark_value>Service für Dateien auf Servern; Windows-Freigabe</bookmark_value><bookmark_value>Windows-Freigabe; Service für Dateien auf Servern</bookmark_value><bookmark_value>Windows-Freigabe; Service für Dateien auf Servern konfigurieren</bookmark_value><bookmark_value>Service für Dateien auf Servern konfigurieren; Windows-Freigabe</bookmark_value>"
#. qH9zL
#: cmis-remote-files-setup.xhp
@@ -2363,7 +2363,7 @@ msgctxt ""
"par_id150820161816041482\n"
"help.text"
msgid "<emph>Type</emph>: Windows Share"
-msgstr "<emph>Typ</emph>: Windows Freigabe"
+msgstr "<emph>Typ</emph>: Windows-Freigabe"
#. 72p76
#: cmis-remote-files-setup.xhp
@@ -2417,7 +2417,7 @@ msgctxt ""
"par_id16082016175916814\n"
"help.text"
msgid "<emph>User, Password</emph>: the username and password of the Google account."
-msgstr "<emph>Benuter, Kennwort</emph>: Der Benutzername und das Kennwort für den Google Account."
+msgstr "<emph>Benutzer, Kennwort</emph>: Der Benutzername und das Kennwort für den Google-Account."
#. NfYmB
#: cmis-remote-files-setup.xhp
@@ -2462,7 +2462,7 @@ msgctxt ""
"par_id150820161816046632\n"
"help.text"
msgid "<emph>User, Password</emph>: the username and password of the CMIS service."
-msgstr "<emph>Beutzer, Kennwort</emph>: Der Benutzername und das Kennwort für den CMIS Service."
+msgstr "<emph>Benutzer, Kennwort</emph>: Der Benutzername und das Kennwort für den CMIS-Service."
#. W4Jaq
#: cmis-remote-files-setup.xhp
@@ -2480,7 +2480,7 @@ msgctxt ""
"par_id150820161816054065\n"
"help.text"
msgid "<emph>Refresh button</emph>: click to refresh the contents of the repository list."
-msgstr "<emph>Schaltfläche Aktualisieren</emph>: Klicken, um den Inhalt der Repositorys-Liste zu aktualisieren."
+msgstr "<emph>Schaltfläche Aktualisieren</emph>: Klicken, um den Inhalt der Repository-Liste zu aktualisieren."
#. JE7Dx
#: cmis-remote-files-setup.xhp
@@ -5828,7 +5828,7 @@ msgctxt ""
"par_id3153770\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01150300.xhp\" name=\"Language Settings - Complex Text Layout\">Language Settings - Complex Text Layout</link>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Einstellungen</caseinline><defaultinline>Extras - Optionen...</defaultinline></switchinline> - <link href=\"text/shared/optionen/01150300.xhp\" name=\"Spracheinstellungen - Complex Text Layout\">Spracheinstellungen - Complex Text Layout</link>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Einstellungen</caseinline><defaultinline>Extras - Optionen…</defaultinline></switchinline> - <link href=\"text/shared/optionen/01150300.xhp\" name=\"Language Settings - Complex Text Layout\">Spracheinstellungen - Komplexes Textlayout</link>"
#. E7xSj
#: data_addressbook.xhp
@@ -6854,7 +6854,7 @@ msgctxt ""
"par_idN105C1\n"
"help.text"
msgid "Data from any <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> can be registered to the installed instance of %PRODUCTNAME. To register means to tell %PRODUCTNAME where the data is located, how it is organized, how to get that data, and more. Once the database is registered, you can use the menu command <emph>View - Data source</emph> to access the data records from your text documents and spreadsheets."
-msgstr ""
+msgstr "Daten aus einer beliebigen <link href=\"text/shared/explorer/database/dabadoc.xhp\">Datenbankdatei</link> können in der installierten Instanz von %PRODUCTNAME registriert werden. Registrieren bedeutet, %PRODUCTNAME mitzuteilen, wo sich die Daten befinden, wie sie organisiert sind, wie diese Daten abgerufen werden und vieles mehr. Sobald die Datenbank registriert ist, können Sie aus Ihren Text- und Tabellendokumenten auf die Datensätze zugreifen, indem Sie <emph>Ansicht – Datenquellen</emph> wählen."
#. ADK4M
#: data_register.xhp
@@ -6989,7 +6989,7 @@ msgctxt ""
"par_idN1077D\n"
"help.text"
msgid "These links are added automatically when you create a new report by the Report Wizard or in the Report Builder window."
-msgstr "Diese Verknüpfungen werden automatisch hinzugefügt, wenn Sie einen neuen Bericht mit dem Berichts-Assistenten oder dem Bericht-Designer erstellen."
+msgstr "Diese Verknüpfungen werden automatisch hinzugefügt, wenn Sie einen neuen Bericht mit dem Berichtsassistenten oder dem Bericht-Designer erstellen."
#. rECmE
#: data_report.xhp
@@ -7043,7 +7043,7 @@ msgctxt ""
"hd_id3153104\n"
"help.text"
msgid "Editing a Report Created by the Report Wizard"
-msgstr "Bearbeiten eines Berichts, der mit dem Berichts-Assistenten erstellt wurde"
+msgstr "Bearbeiten eines Berichts, der mit dem Berichtsassistenten erstellt wurde"
#. PcBjS
#: data_report.xhp
@@ -7052,7 +7052,7 @@ msgctxt ""
"par_id3125863\n"
"help.text"
msgid "On the <link href=\"text/shared/autopi/01100500.xhp\" name=\"last dialog page of the Report AutoPilot\">last dialog page of the Report Wizard</link>, you can choose to edit the report template before you use the report."
-msgstr "Auf der <link href=\"text/shared/autopi/01100500.xhp\" name=\"letzten Seite im Dialog des Assistenten-Berichtes\">letzten Seite im Dialog des Berichts-Assistent</link> können Sie entscheiden, ob die Berichtsvorlage vor der ersten Verwendung weiter bearbeitet werden soll."
+msgstr "Auf der <link href=\"text/shared/autopi/01100500.xhp\" name=\"letzten Seite im Dialog des Assistentenberichts\">letzten Seite im Dialog des Berichtsassistent</link> können Sie entscheiden, ob die Berichtsvorlage vor der ersten Verwendung weiterbearbeitet werden soll."
#. X9jYZ
#: data_report.xhp
@@ -7106,7 +7106,7 @@ msgctxt ""
"par_idN105C1\n"
"help.text"
msgid "A report is a Writer text document that can show your data in an organized order and formatting. In %PRODUCTNAME Base, you have a choice to create a report either manually using drag-and-drop in the Report Builder window, or semi-automatic by following a series of dialogs in the Report Wizard."
-msgstr "Ein Bericht ist ein Writer Textdokument, das Ihre Daten in einer geordneten Reihenfolge und Formatierung anzeigen kann. In %PRODUCTNAME Base haben Sie die Wahl, einen Bericht entweder manuell im Bericht-Designer durch Arbeiten mit der Maus oder halbautomatisch über die Dialogfolge des Berichts-Assistenten zu erstellen."
+msgstr "Ein Bericht ist ein Writer-Textdokument, das Ihre Daten in einer geordneten Reihenfolge und Formatierung anzeigen kann. In %PRODUCTNAME Base haben Sie die Wahl, einen Bericht entweder manuell im Bericht-Designer durch Arbeiten mit der Maus oder halbautomatisch über die Dialogfolge des Berichtsassistenten zu erstellen."
#. G4j7Y
#: data_reports.xhp
@@ -7133,7 +7133,7 @@ msgctxt ""
"par_id9764091\n"
"help.text"
msgid "Report Wizard"
-msgstr "Berichts-Assistent"
+msgstr "Berichtsassistent"
#. GjNKw
#: data_reports.xhp
@@ -7196,7 +7196,7 @@ msgctxt ""
"par_id8611713\n"
"help.text"
msgid "Generates a one-time snapshot of the data. To see an updated report, execute the same report again to create a Writer document with the updated data."
-msgstr "Erzeugt eine einmalige Momentaufnahme der Daten. Um den aktualisierten Bericht zu sehen, führen Sie den gleichen Berichte wieder aus, um ein Writer Dokument mit den aktualisierten Daten zu erstellen."
+msgstr "Erzeugt eine einmalige Momentaufnahme der Daten. Um den aktualisierten Bericht zu sehen, führen Sie den gleichen Berichte wieder aus, um ein Writer-Dokument mit den aktualisierten Daten zu erstellen."
#. mE89k
#: data_reports.xhp
@@ -7313,7 +7313,7 @@ msgctxt ""
"par_idN105C4\n"
"help.text"
msgid "Creating a New Report With the Report Wizard"
-msgstr "Erstellen eines neuen Berichts mit dem Berichts-Assistenten"
+msgstr "Erstellen eines neuen Berichts mit dem Berichtsassistenten"
#. XSaQ9
#: data_reports.xhp
@@ -7349,7 +7349,7 @@ msgctxt ""
"par_id8032166\n"
"help.text"
msgid "Follow the steps of the <link href=\"text/shared/autopi/01100000.xhp\">Report Wizard</link> to create the report."
-msgstr "Folgen Sie den Schritten des <link href=\"text/shared/autopi/01100000.xhp\">Berichts-Assistenten</link>, um einen Bericht zu erstellen."
+msgstr "Folgen Sie den Schritten des <link href=\"text/shared/autopi/01100000.xhp\">Berichtsassistenten</link>, um einen Bericht zu erstellen."
#. TKDmA
#: data_search.xhp
@@ -7952,7 +7952,7 @@ msgctxt ""
"par_idN105F1\n"
"help.text"
msgid "<link href=\"text/sdatabase/main.xhp\">Working with databases in %PRODUCTNAME</link>"
-msgstr ""
+msgstr "<link href=\"text/sdatabase/main.xhp\">Mit Datenbanken in %PRODUCTNAME arbeiten</link>"
#. VPAta
#: database_main.xhp
@@ -8051,7 +8051,7 @@ msgctxt ""
"par_id3151380\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100000.xhp\" name=\"Report AutoPilot\">Report Wizard</link>"
-msgstr "<link href=\"text/shared/autopi/01100000.xhp\" name=\"Assistent Bericht\">Berichts-Assistent</link>"
+msgstr "<link href=\"text/shared/autopi/01100000.xhp\" name=\"Report AutoPilot\">Berichtsassistent</link>"
#. tpEVh
#: database_main.xhp
@@ -10418,7 +10418,7 @@ msgctxt ""
"par_id3147335\n"
"help.text"
msgid "Choose <emph>File - Send - Email Document</emph>."
-msgstr ""
+msgstr "Wählen Sie <emph>Datei – Senden – Dokument als E-Mail…</emph>."
#. EGqDe
#: email.xhp
@@ -10427,7 +10427,7 @@ msgctxt ""
"par_id3153127\n"
"help.text"
msgid "$[officename] opens your default email program.<switchinline select=\"sys\"><caseinline select=\"UNIX\"> If you want to send the current document with another email program, you can select the program to use with <emph>Internet - Email</emph> in the Options dialog box.</caseinline></switchinline>"
-msgstr ""
+msgstr "$[officename] öffnet Ihr Standard-E-Mail-Programm. <switchinline select=\"sys\"><caseinline select=\"UNIX\">Wenn Sie das aktuelle Dokument mit einem anderen E-Mail-Programm senden möchten, können Sie in den Optionen unter <emph>Internet – E-Mail</emph> das Programm festlegen, das verwendet werden soll.</caseinline></switchinline>"
#. maP2B
#: email.xhp
@@ -11615,7 +11615,7 @@ msgctxt ""
"par_idN10731\n"
"help.text"
msgid "You can use the Form Controls toolbar to add checkboxes, buttons, tables showing data records, and other controls to a document."
-msgstr "Sie können mit der Symbolleiste Formular-Steuerlemente in einem Dokument Markierfelder, Schaltflächen, Tabellen mit Datensätzen und andere Steuerelemente anzeigen oder hinzufügen."
+msgstr "Sie können mit der Symbolleiste Formular-Steuerelemente in einem Dokument Markierfelder, Schaltflächen, Tabellen mit Datensätzen und andere Steuerelemente anzeigen oder hinzufügen."
#. YQ56A
#: formfields.xhp
@@ -12758,7 +12758,7 @@ msgctxt ""
"bm_id3153988\n"
"help.text"
msgid "<bookmark_value>Microsoft Office;opening Microsoft documents</bookmark_value> <bookmark_value>documents; importing</bookmark_value> <bookmark_value>importing; documents in other formats</bookmark_value> <bookmark_value>opening; documents from other formats</bookmark_value> <bookmark_value>loading; documents from other formats</bookmark_value> <bookmark_value>converting;Microsoft documents</bookmark_value> <bookmark_value>saving; default file formats</bookmark_value> <bookmark_value>defaults;document formats in file dialogs</bookmark_value> <bookmark_value>file formats; saving always in other formats</bookmark_value> <bookmark_value>Microsoft Office; as default file format</bookmark_value> <bookmark_value>files;importing</bookmark_value> <bookmark_value>XML converters</bookmark_value> <bookmark_value>converters; XML</bookmark_value> <bookmark_value>Document Converter Wizard</bookmark_value> <bookmark_value>wizards; document converter</bookmark_value> <bookmark_value>converters; document converter</bookmark_value> <bookmark_value>files, see also documents</bookmark_value>"
-msgstr "<bookmark_value>Microsoft Office; Microsoft-Dokumente öffnen</bookmark_value><bookmark_value>Dokumente; importieren</bookmark_value><bookmark_value>Importieren; Dokumente in anderen Formaten</bookmark_value><bookmark_value>Öffnen; Dokumente in anderen Formaten</bookmark_value><bookmark_value>Laden; Dokumente aus anderen Formaten</bookmark_value><bookmark_value>Konvertieren; Microsoft Dokumente</bookmark_value><bookmark_value>Speichern; voreingestellte Dateiformate</bookmark_value><bookmark_value>Voreinstellungen; Dokumentenformate in Dateidialogen</bookmark_value><bookmark_value>Dateiformate; immer in anderen Formaten speichern</bookmark_value><bookmark_value>Microsoft Office; als voreingestelltes Dateiformat</bookmark_value><bookmark_value>Dateien; importieren</bookmark_value><bookmark_value>XML-Konverter</bookmark_value><bookmark_value>Konvertieren; XML</bookmark_value><bookmark_value>Dokumenten-Konverter-Assistent</bookmark_value><bookmark_value>Assistenten; Dokumenten-Konverter</bookmark_value><bookmark_value>Konverter; Dokumenten-Konverter</bookmark_value><bookmark_value>Dateien, siehe auch Dokumente</bookmark_value>"
+msgstr "<bookmark_value>Microsoft Office; Microsoft-Dokumente öffnen</bookmark_value><bookmark_value>Dokumente; importieren</bookmark_value><bookmark_value>Importieren; Dokumente in anderen Formaten</bookmark_value><bookmark_value>Öffnen; Dokumente in anderen Formaten</bookmark_value><bookmark_value>Laden; Dokumente aus anderen Formaten</bookmark_value><bookmark_value>Konvertieren; Microsoft Dokumente</bookmark_value><bookmark_value>Speichern; voreingestellte Dateiformate</bookmark_value><bookmark_value>Voreinstellungen; Dokumentenformate in Dateidialogen</bookmark_value><bookmark_value>Dateiformate; immer in anderen Formaten speichern</bookmark_value><bookmark_value>Microsoft Office; als voreingestelltes Dateiformat</bookmark_value><bookmark_value>Dateien; importieren</bookmark_value><bookmark_value>XML-Konverter</bookmark_value><bookmark_value>Konvertieren; XML</bookmark_value><bookmark_value>Dokumentkonverter-Assistent</bookmark_value><bookmark_value>Assistenten; Dokumentkonverter</bookmark_value><bookmark_value>Konverter; Dokumentkonverter</bookmark_value><bookmark_value>Dateien, siehe auch Dokumente</bookmark_value>"
#. 2SFQD
#: import_ms.xhp
@@ -13415,7 +13415,7 @@ msgctxt ""
"par_id3147275\n"
"help.text"
msgid "In the large selection field double-click on the desired character, which is inserted in the current document."
-msgstr ""
+msgstr "Doppelklicken Sie im großen Auswahlfeld auf das gewünschte Zeichen, das in das aktuelle Dokument eingefügt werden soll."
#. p7XqC
#: insert_specialchar.xhp
@@ -13478,7 +13478,7 @@ msgctxt ""
"par_id3153896\n"
"help.text"
msgid "<link href=\"text/shared/01/06040200.xhp\" name=\"AutoCorrect\">AutoCorrect</link>"
-msgstr "<link href=\"text/shared/01/06040200.xhp\" name=\"AutoKorrektur\">AutoKorrektur</link>"
+msgstr "<link href=\"text/shared/01/06040200.xhp\" name=\"AutoCorrect\">AutoKorrektur</link>"
#. WDGAE
#: integratinguno.xhp
@@ -14081,7 +14081,7 @@ msgctxt ""
"par_id3145619\n"
"help.text"
msgid "Set the grid resolution unit with <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Grid</emph> in the <emph>Resolution</emph> area. If you enter a number greater than 1 in the <emph>Subdivision</emph> area, you must press the arrow key as often as the number states to move the selected object by one grid resolution unit."
-msgstr "Die Gittereinheit stellen Sie unter <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Einstellungen</emph></caseinline><defaultinline><emph>Extras - Optionen...</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Gitter</emph> im Bereich <emph>Auflösung</emph> ein. Haben Sie im Bereich <emph>Unterteilung</emph> eine Zahl größer eins eingetragen, müssen Sie die Pfeiltaste genau so oft drücken, um das ausgewählte Objekt um eine Gittereinheit zu verschieben."
+msgstr "Die Gittereinheit stellen Sie unter <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Einstellungen</emph></caseinline><defaultinline><emph>Extras - Optionen...</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Gitter</emph> im Bereich <emph>Auflösung</emph> ein. Haben Sie im Bereich <emph>Unterteilung</emph> eine Zahl größer eins eingetragen, müssen Sie die Pfeiltaste genauso oft drücken, um das ausgewählte Objekt um eine Gittereinheit zu verschieben."
#. 6Vt2A
#: keyboard.xhp
@@ -15125,7 +15125,7 @@ msgctxt ""
"par_id0130200903370930\n"
"help.text"
msgid "Continue to select and insert database fields if you want more fields on every label. You can press Enter to insert a new line, and you can type any character to insert fixed text."
-msgstr "Fügen Sie weitere Datenbankfelder ein, um mehr Daten auf den Etiketten anzuzeigen. Sie können die Eingabetaste benutzen, um einen Zeilenumbruch zu erzeugen oder beliebige Zeichen eingeben, um Text hinzuzufügen."
+msgstr "Fügen Sie weitere Datenbankfelder ein, um mehr Daten auf den Etiketten anzuzeigen. Sie können die Eingabetaste benutzen, um einen Zeilenumbruch zu erzeugen, oder beliebige Zeichen eingeben, um Text hinzuzufügen."
#. C4ZRE
#: labels_database.xhp
@@ -15188,7 +15188,7 @@ msgctxt ""
"bm_id3083278\n"
"help.text"
msgid "<bookmark_value>languages; selecting for text</bookmark_value> <bookmark_value>documents; languages</bookmark_value> <bookmark_value>characters; language selection</bookmark_value> <bookmark_value>character styles;language selection</bookmark_value> <bookmark_value>text; language selection</bookmark_value> <bookmark_value>paragraph styles; languages</bookmark_value> <bookmark_value>drawings; languages</bookmark_value> <bookmark_value>defaults;languages</bookmark_value> <bookmark_value>spellcheck; default languages</bookmark_value> <bookmark_value>spelling; default languages</bookmark_value> <bookmark_value>dictionaries, see also languages</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Sprachen; für Text auswählen</bookmark_value><bookmark_value>Dokumente; Sprachen</bookmark_value><bookmark_value>Zeichen; Sprachauswahl</bookmark_value><bookmark_value>Zeichenvorlagen; Sprachauswahl</bookmark_value><bookmark_value>Texte; Sprachauswahl</bookmark_value><bookmark_value>Absatzvorlagen; Sprachen</bookmark_value><bookmark_value>Zeichnungen; Sprachen</bookmark_value><bookmark_value>Vorgaben; Sprachen</bookmark_value><bookmark_value>Rechtschreibprüfung; Standardsprachen</bookmark_value><bookmark_value>Rechtschreibung; Standardsprachen</bookmark_value><bookmark_value>Wörterbücher, siehe auch Sprachen</bookmark_value>"
#. AoAWf
#: language_select.xhp
@@ -15476,7 +15476,7 @@ msgctxt ""
"par_id3906979\n"
"help.text"
msgid "In %PRODUCTNAME, choose <item type=\"menuitem\">Tools - Extension Manager</item> and click <emph>Add</emph> to install the downloaded extensions."
-msgstr "Wählen Sie in %PRODUCTNAME <item type=\"menuitem\">Extras - Extension Manager...</item> und klicken Sie auf <emph>Hinzufügen</emph>, um die heruntergeladene Erweiterung zu installieren."
+msgstr "Wählen Sie in %PRODUCTNAME <item type=\"menuitem\">Extras - Extension-Manager…</item> und klicken Sie auf <emph>Hinzufügen</emph>, um die heruntergeladene Erweiterung zu installieren."
#. YSG3Q
#: language_select.xhp
@@ -16520,7 +16520,7 @@ msgctxt ""
"par_idN10826\n"
"help.text"
msgid "<link href=\"text/sdatabase/main.xhp\">Working with databases in %PRODUCTNAME</link>"
-msgstr ""
+msgstr "<link href=\"text/sdatabase/main.xhp\">Mit Datenbanken in %PRODUCTNAME arbeiten</link>"
#. CGeKT
#: main.xhp
@@ -16556,7 +16556,7 @@ msgctxt ""
"par_id3154011\n"
"help.text"
msgid "<link href=\"text/shared/autopi/01100000.xhp\">Report Wizard</link>"
-msgstr "<link href=\"text/shared/autopi/01100000.xhp\">Berichts-Assistent</link>"
+msgstr "<link href=\"text/shared/autopi/01100000.xhp\">Berichtsassistent</link>"
#. CZZjV
#: main.xhp
@@ -16979,7 +16979,7 @@ msgctxt ""
"par_id3152962\n"
"help.text"
msgid "<link href=\"text/shared/optionen/01010400.xhp\" name=\"AutoCorrect\">AutoCorrect</link>"
-msgstr "<link href=\"text/shared/optionen/01010400.xhp\" name=\"AutoKorrektur\">AutoKorrektur</link>"
+msgstr "<link href=\"text/shared/optionen/01010400.xhp\" name=\"AutoCorrect\">AutoKorrektur</link>"
#. WFVDK
#: microsoft_terms.xhp
@@ -17015,7 +17015,7 @@ msgctxt ""
"par_id3150297\n"
"help.text"
msgid "<link href=\"text/shared/01/06010000.xhp\" name=\"Spelling\">Spelling</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/06010000.xhp\" name=\"Spelling\">Rechtschreibung</link>"
#. RdJY7
#: microsoft_terms.xhp
@@ -17870,7 +17870,7 @@ msgctxt ""
"par_id3150486\n"
"help.text"
msgid "Choose <link href=\"text/shared/autopi/01130000.xhp\" name=\"File - AutoPilot - Document Converter\"><emph>File - Wizards - Document Converter</emph></link> to start the wizard."
-msgstr "Wählen Sie <link href=\"text/shared/autopi/01130000.xhp\" name=\"Datei - Assistenten - Dokumenten-Konverter\"><emph>Datei - Assistenten - Dokument-Konverter</emph></link>, um den Assistenten aufzurufen."
+msgstr "Wählen Sie <link href=\"text/shared/autopi/01130000.xhp\" name=\"File - AutoPilot - Document Converter\"><emph>Datei – Assistenten – Dokumentkonverter…</emph></link>, um den Assistenten aufzurufen."
#. V3ANF
#: ms_user.xhp
@@ -18284,7 +18284,7 @@ msgctxt ""
"hd_id131543693200115\n"
"help.text"
msgid "<variable id=\"openpgph1\"><link href=\"text/shared/guide/openpgp.xhp\" name=\"openpgp\">Encrypting Documents with OpenPGP</link></variable>"
-msgstr ""
+msgstr "<variable id=\"openpgph1\"><link href=\"text/shared/guide/openpgp.xhp\" name=\"openpgp\">Dokumente mit OpenPGP verschlüsseln</link></variable>"
#. pDG6n
#: openpgp.xhp
@@ -19184,7 +19184,7 @@ msgctxt ""
"hd_id3150499\n"
"help.text"
msgid "Printing Text and Images in Black and White"
-msgstr "Text und Grafik schwarzweiß drucken"
+msgstr "Text und Grafik schwarz-weiß drucken"
#. JEFQG
#: print_blackwhite.xhp
@@ -19229,7 +19229,7 @@ msgctxt ""
"par_id3156113\n"
"help.text"
msgid "The current document will be printed in black and white."
-msgstr "Das aktuelle Dokument wird in schwarzweiß gedruckt."
+msgstr "Das aktuelle Dokument wird in Schwarz-Weiß gedruckt."
#. GZk5M
#: print_blackwhite.xhp
@@ -19238,7 +19238,7 @@ msgctxt ""
"hd_id3147653\n"
"help.text"
msgid "Printing in Black and White in <item type=\"productname\">%PRODUCTNAME</item> Impress and <item type=\"productname\">%PRODUCTNAME</item> Draw"
-msgstr "In <item type=\"productname\">%PRODUCTNAME</item>-Impress und <item type=\"productname\">%PRODUCTNAME</item>-Draw schwarzweiß drucken"
+msgstr "In <item type=\"productname\">%PRODUCTNAME</item>-Impress und <item type=\"productname\">%PRODUCTNAME</item>-Draw schwarz-weiß drucken"
#. BHUpA
#: print_blackwhite.xhp
@@ -19301,7 +19301,7 @@ msgctxt ""
"hd_id3153896\n"
"help.text"
msgid "Printing Only Text in Black and White"
-msgstr "Nur Text schwarzweiß drucken"
+msgstr "Nur Text schwarz-weiß drucken"
#. SLPHu
#: print_blackwhite.xhp
@@ -19310,7 +19310,7 @@ msgctxt ""
"par_id3147559\n"
"help.text"
msgid "In <item type=\"productname\">%PRODUCTNAME</item> Writer you can choose to print color-formatted text in black and white. You can specify this either for all subsequent text documents to be printed, or only for the current printing process."
-msgstr "In <item type=\"productname\">%PRODUCTNAME</item>-Writer besteht auch die Möglichkeit, farbig formatierten Text schwarzweiß auszudrucken. Diese Option können Sie entweder für alle künftig zu druckenden Textdokumente oder ausschließlich für das aktuelle Dokument festlegen."
+msgstr "In <item type=\"productname\">%PRODUCTNAME</item>-Writer besteht auch die Möglichkeit, farbig formatierten Text schwarz-weiß auszudrucken. Diese Option können Sie entweder für alle künftig zu druckenden Textdokumente oder ausschließlich für das aktuelle Dokument festlegen."
#. jkZek
#: print_blackwhite.xhp
@@ -19877,7 +19877,7 @@ msgctxt ""
"hd_id701566317347416\n"
"help.text"
msgid "Error correction"
-msgstr ""
+msgstr "Fehlerkorrektur"
#. VezeF
#: qrcode.xhp
@@ -19886,7 +19886,7 @@ msgctxt ""
"par_id281566317365617\n"
"help.text"
msgid "The error correction value for the QR Code that is to be created. The error correction of a QR code is a measure that helps a QR code to recover if it is damaged."
-msgstr ""
+msgstr "Der Fehlerkorrekturwert für den zu erstellenden QR-Code. Die Fehlerkorrektur eines QR-Codes ist eine Maßnahme, mit deren Hilfe ein QR-Code wiederhergestellt werden kann, wenn er beschädigt ist."
#. iHFHY
#: qrcode.xhp
@@ -20759,7 +20759,7 @@ msgctxt ""
"par_id3153882\n"
"help.text"
msgid "There are two available commands to navigate changes in a Writer document:"
-msgstr "Es gibt zwei verfügbare Befehle, um durch Änderungen in einem Writer Dokument zu navigieren:"
+msgstr "Es gibt zwei verfügbare Befehle, um durch Änderungen in einem Writer-Dokument zu navigieren:"
#. 7V3vB
#: redlining_navigation.xhp
@@ -21623,7 +21623,7 @@ msgctxt ""
"par_id3154749\n"
"help.text"
msgid "In order to enter dashes, you can find under <emph>Tools - AutoCorrect - AutoCorrect Options - Options</emph> the <emph>Replace dashes</emph> option. This option replaces one or two hyphens under certain conditions with an en-dash or an em-dash (see <link href=\"text/shared/01/06040100.xhp\" name=\"AutoCorrect Options\">AutoCorrect Options</link>)."
-msgstr "Zum Einfügen von Gedankenstrichen steht Ihnen unter <emph>Extras - AutoKorrektur - AutoKorrektur-Optionen... - Register: Optionen</emph> die Option <emph>Gedankenstriche ersetzen</emph> zur Verfügung. Mithilfe dieser Option lassen sich ein oder zwei Minuszeichen unter bestimmten Bedingungen durch einen Halbgeviertstrich oder einen Geviertstrich ersetzen (siehe <link href=\"text/shared/01/06040100.xhp\" name=\"AutoKorrektur-Optionen\">AutoKorrektur-Optionen</link>)."
+msgstr "Zum Einfügen von Gedankenstrichen steht Ihnen unter <emph>Extras - AutoKorrektur - AutoKorrektur-Optionen… - Register: Optionen</emph> die Option <emph>Gedankenstriche ersetzen</emph> zur Verfügung. Mithilfe dieser Option lassen sich ein oder zwei Minuszeichen unter bestimmten Bedingungen durch einen Halbgeviertstrich oder einen Geviertstrich ersetzen (siehe <link href=\"text/shared/01/06040100.xhp\" name=\"AutoCorrect Options\">AutoKorrektur-Optionen…</link>)."
#. XBNDB
#: space_hyphen.xhp
@@ -21632,7 +21632,7 @@ msgctxt ""
"par_id3153561\n"
"help.text"
msgid "For additional replacements see the replacements table under <emph>Tools - AutoCorrect - AutoCorrect Options</emph><emph>- </emph><link href=\"text/shared/01/06040200.xhp\" name=\"Replace\"><emph>Replace</emph></link>. Here you can, among other things, replace a shortcut automatically by a dash, even in another font."
-msgstr "Für weitere Ersetzungen nutzen Sie die Ersetzungstabelle unter <emph>Extras - AutoKorrektur-Optionen...</emph> <emph>-</emph> <link href=\"text/shared/01/06040200.xhp\" name=\"Ersetzung\"><emph>Ersetzung</emph></link>. Hier können Sie unter anderem ein von Ihnen bestimmtes Kürzel bei der Eingabe automatisch durch einen beliebigen Gedankenstrich ersetzen lassen, sogar in einer anderen Schriftart."
+msgstr "Für weitere Ersetzungen nutzen Sie die Ersetzungstabelle unter <emph>Extras - AutoKorrektur-Optionen…</emph> <emph>-</emph> <link href=\"text/shared/01/06040200.xhp\" name=\"Replace\"><emph>Register: Ersetzungen</emph></link>. Hier können Sie unter anderem ein von Ihnen bestimmtes Kürzel bei der Eingabe automatisch durch einen beliebigen Gedankenstrich ersetzen lassen, sogar in einer anderen Schriftart."
#. q9kTq
#: space_hyphen.xhp
@@ -21731,7 +21731,7 @@ msgctxt ""
"par_id3145649\n"
"help.text"
msgid "On the <emph>Device</emph> tab page, you can activate the special options for your printer. If your printer can only print in black and white, choose \"grayscale\" under <emph>Color</emph>, otherwise choose \"color\". If switching to grayscale leads to unfavorable results, you can also select \"color\" under <emph>Color</emph> and see how the printer or PostScript emulator applies it. Furthermore, on this tab page you can set the precision with which colors are described as well as the PostScript level."
-msgstr "Im Register <emph>Gerät</emph> aktivieren Sie spezielle Optionen Ihres Druckers. Wenn Ihr Drucker nur schwarzweiß drucken kann, sollte unter <emph>Farbe</emph> \"Graustufen\" eingestellt werden, ansonsten \"Farbe\". Falls die Umsetzung auf Graustufen zu schlechten Ergebnissen führt, können Sie auch unter <emph>Farbe</emph> \"Farbe\" wählen und die Umsetzung dem Drucker oder dem PostScript-Emulator überlassen. Ferner können Sie in diesem Register die Genauigkeit, mit der Farben beschrieben werden sowie den PostScript Level einstellen."
+msgstr "Im Register <emph>Gerät</emph> aktivieren Sie spezielle Optionen Ihres Druckers. Wenn Ihr Drucker nur schwarz-weiß drucken kann, sollte unter <emph>Farbe</emph> \"Graustufen\" eingestellt werden, ansonsten \"Farbe\". Falls die Umsetzung auf Graustufen zu schlechten Ergebnissen führt, können Sie auch unter <emph>Farbe</emph> \"Farbe\" wählen und die Umsetzung dem Drucker oder dem PostScript-Emulator überlassen. Ferner können Sie in diesem Register die Genauigkeit, mit der Farben beschrieben werden, sowie den PostScript-Level einstellen."
#. XGTgK
#: spadmin.xhp
@@ -22694,7 +22694,7 @@ msgctxt ""
"par_id3147213\n"
"help.text"
msgid "Starts with an empty Writer document."
-msgstr "Startet mit einem leeren Writer Dokument."
+msgstr "Startet mit einem leeren Writer-Dokument."
#. ucgzm
#: start_parameters.xhp
@@ -22703,7 +22703,7 @@ msgctxt ""
"par_id3145261\n"
"help.text"
msgid "Starts with an empty Calc document."
-msgstr "Startet mit einem leeren Calc Dokument."
+msgstr "Startet mit einem leeren Calc-Dokument."
#. 9jSmQ
#: start_parameters.xhp
@@ -22712,7 +22712,7 @@ msgctxt ""
"par_id3154011\n"
"help.text"
msgid "Starts with an empty Draw document."
-msgstr "Startet mit einem leeren Draw Dokument."
+msgstr "Startet mit einem leeren Draw-Dokument."
#. GRBED
#: start_parameters.xhp
@@ -22721,7 +22721,7 @@ msgctxt ""
"par_id3153222\n"
"help.text"
msgid "Starts with an empty Impress document."
-msgstr "Startet mit einem leeren Impress Dokument."
+msgstr "Startet mit einem leeren Impress-Dokument."
#. caFeB
#: start_parameters.xhp
@@ -22739,7 +22739,7 @@ msgctxt ""
"par_id3151075\n"
"help.text"
msgid "Starts with an empty Writer master document."
-msgstr "Startet mit einem leeren Writer Globaldokument."
+msgstr "Startet mit einem leeren Writer-Globaldokument."
#. uEgej
#: start_parameters.xhp
@@ -22766,7 +22766,7 @@ msgctxt ""
"par_id20161204125411030\n"
"help.text"
msgid "The arguments define how following filenames are treated. New treatment begins after the argument and ends at the next argument. The default treatment is to open documents for editing, and create new documents from document templates."
-msgstr "Die Argumente geben an, wie die nachfolgend genannten Dateien behandelt werden. Jede Behandlung beginnt nach einem Argument und endet beim nächsten Argument. Die Standardbehandlung ist es, die Dokumente zum Bearbeiten zu öffnen und neue Dokumente aus Dokumentenvorlagen zu erstellen."
+msgstr "Die Argumente geben an, wie die nachfolgend genannten Dateien behandelt werden. Jede Behandlung beginnt nach einem Argument und endet beim nächsten Argument. Die Standardbehandlung ist es, die Dokumente zum Bearbeiten zu öffnen und neue Dokumente aus Dokumentvorlagen zu erstellen."
#. NoRni
#: start_parameters.xhp
@@ -22856,7 +22856,7 @@ msgctxt ""
"par_id3153838\n"
"help.text"
msgid "Opens and starts the following presentation documents of each immediately. Files are closed after the showing. Files other than Impress documents are opened in default mode , regardless of previous mode."
-msgstr "Öffnet und startet die nachfolgend genannten Präsentationen sofort. Die Dateien werden nach der Vorführung geschlossen. Andere Dateien als Impress Dokumente werden im Standardmodus geöffnet, unabhängig vom vorhergehenden Modus."
+msgstr "Öffnet und startet die nachfolgend genannten Präsentationen sofort. Die Dateien werden nach der Vorführung geschlossen. Andere Dateien als Impress-Dokumente werden im Standardmodus geöffnet, unabhängig vom vorhergehenden Modus."
#. 7TVQD
#: start_parameters.xhp
@@ -23162,7 +23162,7 @@ msgctxt ""
"par_id0820200803105089\n"
"help.text"
msgid "<emph>Base Database</emph> opens %PRODUCTNAME <link href=\"text/sdatabase/main.xhp\">Base</link>"
-msgstr ""
+msgstr "<emph>Base-Datenbank</emph> öffnet %PRODUCTNAME <link href=\"text/sdatabase/main.xhp\">Base</link>"
#. MvEcH
#: startcenter.xhp
@@ -23603,7 +23603,7 @@ msgctxt ""
"par_id041620170723504381\n"
"help.text"
msgid "If you have opened the %PRODUCTNAME start center and have not yet opened a document or application, the Template Manager may be accessed differently. <keycode>Ctrl-Shift-N</keycode> will still open the Template Manager, but it may also be accessed by choosing Templates from the left sidebar, and then choosing Manage Templates."
-msgstr ""
+msgstr "Wenn Sie das %PRODUCTNAME-Startcenter und noch kein Dokument oder keine Anwendung geöffnet haben, kann auf den Vorlagen-Manager anders zugegriffen werden. <keycode>Strg+Umschalt+N</keycode> öffnet weiterhin den Vorlagen-Manager. Sie können jedoch auch in der linken Seitenleiste »Dokumentvorlagen« und dann »Vorlagen verwalten…« wählen."
#. oD5Ec
#: template_manager.xhp
@@ -24026,7 +24026,7 @@ msgctxt ""
"par_id041620170723513541\n"
"help.text"
msgid "Browse to the folder where you downloaded the template, select it and press Open"
-msgstr "Öffnen Sie den Ordner, in den Sie die Dokumentvorlage heruntergeladen haben, wählen Sie diese aus und klicken Sie auf Öffnen"
+msgstr "Öffnen Sie den Ordner, in dem Sie die Dokumentvorlage heruntergeladen haben, wählen Sie diese aus und klicken Sie auf Öffnen"
#. Dvx8b
#: template_manager.xhp
diff --git a/source/de/helpcontent2/source/text/shared/menu.po b/source/de/helpcontent2/source/text/shared/menu.po
index f0a3e03f874..92c6dfc4a0e 100644
--- a/source/de/helpcontent2/source/text/shared/menu.po
+++ b/source/de/helpcontent2/source/text/shared/menu.po
@@ -4,16 +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: 2019-11-08 19:34+0100\n"
-"PO-Revision-Date: 2020-03-08 23:15+0000\n"
+"PO-Revision-Date: 2021-04-01 04:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
-"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedmenu/de/>\n"
+"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textsharedmenu/de/>\n"
"Language: de\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: Weblate 3.10.3\n"
+"X-Generator: Weblate 4.4.2\n"
"X-POOTLE-MTIME: 1464855090.000000\n"
#. EEMss
@@ -266,7 +266,7 @@ msgctxt ""
"par_id91566150694760\n"
"help.text"
msgid "Choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide</menuitem></caseinline><defaultinline><menuitem>Page</menuitem></defaultinline></switchinline> - <menuitem>Set Background Image</menuitem>."
-msgstr "Wählen Sie <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Folie</menuitem></caseinline><defaultinline><menuitem>Folie</menuitem></defaultinline></switchinline><menuitem> – Hintergundbild festlegen…</menuitem>."
+msgstr "Wählen Sie <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Folie</menuitem></caseinline><defaultinline><menuitem>Folie</menuitem></defaultinline></switchinline><menuitem> – Hintergrundbild festlegen…</menuitem>."
#. DU4B8
#: set_image_background.xhp
diff --git a/source/de/helpcontent2/source/text/shared/optionen.po b/source/de/helpcontent2/source/text/shared/optionen.po
index aaf0575d8ae..e9e430b1f8d 100644
--- a/source/de/helpcontent2/source/text/shared/optionen.po
+++ b/source/de/helpcontent2/source/text/shared/optionen.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-12-14 15:33+0100\n"
-"PO-Revision-Date: 2021-03-21 13:36+0000\n"
+"PO-Revision-Date: 2021-04-08 05:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textsharedoptionen/de/>\n"
"Language: de\n"
@@ -1085,7 +1085,7 @@ msgctxt ""
"par_id6944182\n"
"help.text"
msgid "LibreOffice 7.0 supports the <link href=\"https://en.wikipedia.org/wiki/OpenDocument\" name=\"English Wikipedia: OpenDocument\"><emph>OpenDocument</emph></link> format (ODF) version 1.3. The prior versions of LibreOffice support the file format ODF 1.2. Prior file formats cannot store all new features of the new software."
-msgstr ""
+msgstr "LibreOffice 7.0 und höher unterstützen das <link href=\"https://en.wikipedia.org/wiki/OpenDocument\" name=\"English Wikipedia: OpenDocument\"><emph>OpenDocument</emph></link>-Format (ODF) Version 1.3. Die früheren Versionen von LibreOffice unterstützen das Dateiformat ODF 1.2. Frühere Dateiformate können nicht alle neuen Funktionen der neuen Software speichern."
#. BZc73
#: 01010200.xhp
@@ -1094,7 +1094,7 @@ msgctxt ""
"par_id6944181\n"
"help.text"
msgid "OpenOffice.org 3 and StarOffice 9 introduced new features which have to be saved using the <link href=\"https://en.wikipedia.org/wiki/OpenDocument\" name=\"English Wikipedia: OpenDocument\"><emph>OpenDocument</emph></link> format (ODF) version 1.2. The prior versions of OpenOffice.org 2 and StarOffice 8 support the file formats ODF 1.0/1.1. Those prior file formats cannot store all new features of the new software."
-msgstr ""
+msgstr "OpenOffice.org 3 und StarOffice 9 führten neue Funktionen ein, die mit dem <link href=\"https://en.wikipedia.org/wiki/OpenDocument\" name=\"English Wikipedia: OpenDocument\"><emph>OpenDocument</emph></link>-Format (ODF) Version 1.2 gespeichert werden müssen. Die früheren Versionen von OpenOffice.org 2 und StarOffice 8 unterstützen die Dateiformate ODF 1.0/1.1. Diese früheren Dateiformate können nicht alle neuen Funktionen der neuen Software speichern."
#. BoRgh
#: 01010200.xhp
@@ -1103,7 +1103,7 @@ msgctxt ""
"par_id886257\n"
"help.text"
msgid "Current %PRODUCTNAME versions can open documents in ODF formats 1.0/1.1, 1.2, and 1.3."
-msgstr ""
+msgstr "Aktuelle %PRODUCTNAME-Versionen können Dokumente in den ODF-Formaten 1.0/1.1, 1.2 und 1.3 öffnen."
#. PL8e4
#: 01010200.xhp
@@ -1112,7 +1112,7 @@ msgctxt ""
"par_id8892483\n"
"help.text"
msgid "When you save a document, you can select whether to save the document in the format ODF 1.3, ODF 1.3 Extended, ODF 1.2, ODF 1.2 Extended, ODF 1.2 Extended (compatibility mode), or in the prior format ODF 1.0/1.1."
-msgstr ""
+msgstr "Wenn Sie ein Dokument speichern, können Sie auswählen, ob das Dokument im Format ODF 1.3, ODF 1.3 Extended, ODF 1.2, ODF 1.2 Extended, ODF 1.2 Extended (Kompatibilitätsmodus) oder im vorherigen Format ODF 1.0/1.1 gespeichert werden soll."
#. hadyp
#: 01010200.xhp
@@ -1121,7 +1121,7 @@ msgctxt ""
"par_id0915200911205367\n"
"help.text"
msgid "Currently, the ODF 1.2 (Extended) or newer formats enable files of Draw and Impress to contain comments. Those comments can be inserted by <item type=\"menuitem\">Insert - Comment</item> in the latest software version. The comments get lost when loading files into prior software versions that were saved by the latest software version."
-msgstr ""
+msgstr "Derzeit ermöglichen die Formate ODF 1.2 (Erweitert) oder neuer, dass Dateien von Draw und Impress Kommentare enthalten. Diese Kommentare können durch <item type=\"menuitem\">Einfügen – Kommentar</item> in der neuesten Softwareversion eingefügt werden. Die Kommentare gehen verloren, wenn Dateien in frühere Softwareversionen geladen werden, die mit der neuesten Softwareversion gespeichert wurden."
#. aLBQC
#: 01010200.xhp
@@ -1130,7 +1130,7 @@ msgctxt ""
"par_id7198400\n"
"help.text"
msgid "<ahelp hid=\".\">Some companies or organizations may require ODF documents in the ODF 1.0/1.1, or ODF 1.2 format. You can select these format to save in the listbox. These older formats cannot store all new features, so the new format ODF 1.3 (Extended) is recommended where possible.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Einige Unternehmen oder Organisationen benötigen möglicherweise ODF-Dokumente im Format ODF 1.0/1.1 oder ODF 1.2. Sie können dieses Format im Listenfeld zum Speichern auswählen. Diese älteren Formate können nicht alle neuen Funktionen speichern, daher wird nach Möglichkeit das neue Format ODF 1.3 (Erweitert) empfohlen.</ahelp>"
#. 9iBAX
#: 01010200.xhp
@@ -1139,7 +1139,7 @@ msgctxt ""
"par_id7198401\n"
"help.text"
msgid "The ODF 1.2 Extended (compatibility mode) is a more backward-compatible ODF 1.2 extended mode. It uses features that are deprecated in ODF 1.2 and/or it is 'bug-compatible' to older OpenOffice.org versions. It may be useful if you need to interchange ODF documents with users who use pre-ODF 1.2 or ODF 1.2-only legacy applications."
-msgstr ""
+msgstr "ODF 1.2 Extended (Kompatibilitätsmodus) ist ein abwärtskompatibler Modus für ODF 1.2 Extended. Es verwendet Funktionen, die in ODF 1.2 veraltet sind und/oder mit älteren OpenOffice.org-Versionen \"fehlerkompatibel\" sind. Dies kann hilfreich sein, wenn Sie ODF-Dokumente mit Benutzern austauschen müssen, die veraltete Anwendungen \"vor\" ODF 1.2 oder \"nur\" ODF 1.2 verwenden."
#. iP4AE
#: 01010200.xhp
@@ -1661,7 +1661,7 @@ msgctxt ""
"bm_id7986388\n"
"help.text"
msgid "<bookmark_value>writing aids options</bookmark_value><bookmark_value>custom dictionaries; editing</bookmark_value><bookmark_value>user-defined dictionaries; editing</bookmark_value><bookmark_value>dictionaries; editing user-defined</bookmark_value><bookmark_value>exceptions; user-defined dictionaries</bookmark_value><bookmark_value>user-defined dictionaries; dictionary of exceptions</bookmark_value><bookmark_value>spellcheck; dictionary of exceptions</bookmark_value><bookmark_value>ignore list for spellcheck</bookmark_value><bookmark_value>spellcheck; ignore list</bookmark_value><bookmark_value>spelling; dictionary of exceptions</bookmark_value><bookmark_value>ignore list for spelling</bookmark_value><bookmark_value>spelling; ignore list</bookmark_value><bookmark_value>hyphenation; minimal number of characters</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Optionen in der Linguistik</bookmark_value><bookmark_value>Benutzerwörterbücher; bearbeiten</bookmark_value><bookmark_value>Benutzerdefinierte Wörterbücher; bearbeiten</bookmark_value><bookmark_value>Wörterbücher; benutzerdefinierte Wörterbücher bearbeiten</bookmark_value><bookmark_value>Ausnahmen; Benutzerwörterbücher</bookmark_value><bookmark_value>Benutzerwörterbücher; Ausnahmewörterbuch</bookmark_value><bookmark_value>Rechtschreibprüfung; Ausnahmewörterbuch</bookmark_value><bookmark_value>Ignorieren-Liste für die Rechtschreibprüfung</bookmark_value><bookmark_value>Rechtschreibprüfung; Ignorieren-Liste</bookmark_value><bookmark_value>Rechtschreibung; Ignorieren-Liste</bookmark_value><bookmark_value>Rechtschreibung; Ausnahmewörterbuch</bookmark_value><bookmark_value>Ignorieren-Liste für Rechtschreibung</bookmark_value><bookmark_value>Silbentrennung; Mindestwortlänge</bookmark_value>"
#. BfSt6
#: 01010400.xhp
@@ -1679,7 +1679,7 @@ msgctxt ""
"par_id3153527\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optlingupage/OptLinguPage\">Specifies the properties of the spelling, thesaurus and hyphenation.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optlingupage/OptLinguPage\">Legt die Eigenschaften von Rechtschreibung, Thesaurus und Silbentrennung fest.</ahelp>"
#. u8YqG
#: 01010400.xhp
@@ -1706,7 +1706,7 @@ msgctxt ""
"par_id3153663\n"
"help.text"
msgid "A language module can contain one, two or three submodules: Spelling, hyphenation and thesaurus. Each sub-module can be available in one or more languages. If you click in front of the name of the module, you activate all the available sub-modules simultaneously. If you remove a set mark, you deactivate all the available sub-modules simultaneously. If you wish to activate or deactivate individual sub-modules, click the <emph>Edit</emph> button to open the <link href=\"text/shared/optionen/01010401.xhp\" name=\"Edit Modules\"><emph>Edit Modules</emph></link> dialog."
-msgstr ""
+msgstr "Ein Sprachmodul kann ein, zwei oder drei Teilmodule enthalten: Rechtschreibung, Silbentrennung und Thesaurus. Jedes Teilmodul kann in einer oder mehreren Sprachen verfügbar sein. Wenn Sie vor den Namen des Moduls klicken, aktivieren Sie alle verfügbaren Teilmodule gleichzeitig. Wenn Sie eine gesetzte Markierung entfernen, deaktivieren Sie alle verfügbaren Teilmodule gleichzeitig. Wenn Sie einzelne Teilmodule aktivieren oder deaktivieren möchten, klicken Sie auf die Schaltfläche <emph>Bearbeiten…</emph>, um den Dialog <link href=\"text/shared/optionen/01010401.xhp\" name=\"Edit Modules\"><emph>Module bearbeiten</emph></link> zu öffnen."
#. oeBAY
#: 01010400.xhp
@@ -1751,7 +1751,7 @@ msgctxt ""
"par_id3155419\n"
"help.text"
msgid "<ahelp hid=\".\">Lists the available user dictionaries.</ahelp> Mark the user dictionaries that you want to use for spelling and hyphenation."
-msgstr ""
+msgstr "<ahelp hid=\".\">Listet die verfügbaren Benutzerwörterbücher auf.</ahelp> Markieren Sie die Benutzerwörterbücher, die Sie für Rechtschreibung und Silbentrennung verwenden möchten."
#. hFB5J
#: 01010400.xhp
@@ -1958,7 +1958,7 @@ msgctxt ""
"par_id3151253\n"
"help.text"
msgid "You can use a [] block instead of the = sign to specify character changes before the hyphenation break. Possible character changes: (1) Extra characters, for example <emph>tug[g]gumi</emph> results the correct hyphenation “tugg- gummi” of the Swedish word “tuggummi”. (2) Character removing specified by a digit, for example <emph>paral·[1]lel</emph> results correct hyphenation “paral- lel” of the Catalan word “paral·lel”, removing one character before the break point. (3) Both removed and extra characters, for example <emph>cafee[2é]tje</emph> results correct hyphenation “café- tje” of the Dutch word “cafeetje”, removing two characters before the break point, and adding an extra one."
-msgstr "Sie können [] anstatt des Zeichens = zum Festlegen von Zeichenänderungen vor dem Trennzeichen festlegen. Mögliche Zeichenänderungen sind: (1) Einfügen eines zusätzlichen Zeichen; zum Beispiel ergibt <emph>tug[g]gumi</emph> die korrekte Silbentrennung „tugg- gummi“ des schwedischen Worts „tuggummi“. (2) Entfernen eines Zeichens (werden mit einem Punkt gekenzeichnet); zum Beispiel ergibt <emph>paral·[1]lel</emph> in der korrekten Silbentrennung „para- lel“ des katalanischen Worts „paral·lel“, also die Entfernung eines Zeichens vor dem Umbruch. (3) Ersetzen von Zeichen durch andere Zeichen; zum Beispiel ergibt <emph>cafee[2é]tje</emph> die korrekte Silbentrennung „café- tje“ des niederländischen Worts „cafeetje“, also die Ersetzung von zwei Zeichen vor dem Umruch und durch ein anderes Zeichen."
+msgstr "Sie können [] anstatt des Zeichens = zum Festlegen von Zeichenänderungen vor dem Trennzeichen festlegen. Mögliche Zeichenänderungen sind: (1) Einfügen eines zusätzlichen Zeichen; zum Beispiel ergibt <emph>tug[g]gumi</emph> die korrekte Silbentrennung „tugg- gummi“ des schwedischen Worts „tuggummi“. (2) Entfernen eines Zeichens (werden mit einem Punkt gekennzeichnet); zum Beispiel ergibt <emph>paral·[1]lel</emph> in der korrekten Silbentrennung „para- lel“ des katalanischen Worts „paral·lel“, also die Entfernung eines Zeichens vor dem Umbruch. (3) Ersetzen von Zeichen durch andere Zeichen; zum Beispiel ergibt <emph>cafee[2é]tje</emph> die korrekte Silbentrennung „café- tje“ des niederländischen Worts „cafeetje“, also die Ersetzung von zwei Zeichen vor dem Umbruch und durch ein anderes Zeichen."
#. P5pVw
#: 01010400.xhp
@@ -2138,7 +2138,7 @@ msgctxt ""
"par_id3153815\n"
"help.text"
msgid "To place the word pair in the <link href=\"text/shared/01/06040200.xhp\" name=\"AutoCorrect replacement table\">AutoCorrect replacement table</link>, open the <link href=\"text/shared/01/06040500.xhp\" name=\"AutoCorrect context menu\">AutoCorrect context menu</link> and choose <emph>AutoCorrect</emph>. Make your selection from the submenu. The word is replaced and at the same time the word pair is placed in the replacement table."
-msgstr "Um das Wortpaar in die <link href=\"text/shared/01/06040200.xhp\" name=\"Ersetzungstabelle der AutoKorrektur\">Ersetzungstabelle der AutoKorrektur</link> zu übernehmen, öffnen Sie das <link href=\"text/shared/01/06040500.xhp\" name=\"Kontextmenü der automatischen Korrektur\">Kontextmenü der automatischen Korrektur</link> und wählen <emph>Immer korrigieren in</emph>. Treffen Sie Ihre Auswahl im Untermenü. Das Wort wird ersetzt und gleichzeitig wird das Wortpaar in die Ersetzungstabelle übernommen."
+msgstr "Um das Wortpaar in die <link href=\"text/shared/01/06040200.xhp\" name=\"AutoCorrect replacement table\">Ersetzungstabelle der AutoKorrektur</link> zu übernehmen, öffnen Sie das <link href=\"text/shared/01/06040500.xhp\" name=\"AutoCorrect context menu\">Kontextmenü der automatischen Korrektur</link> und wählen <emph>Immer korrigieren in</emph>. Treffen Sie Ihre Auswahl im Untermenü. Das Wort wird ersetzt und gleichzeitig wird das Wortpaar in die Ersetzungstabelle übernommen."
#. jX9FE
#: 01010400.xhp
@@ -2246,7 +2246,7 @@ msgctxt ""
"bm_id3154230\n"
"help.text"
msgid "<bookmark_value>spellcheck; activating for a language</bookmark_value><bookmark_value>spelling; activating for a language</bookmark_value><bookmark_value>hyphenation; activating for a language</bookmark_value><bookmark_value>thesaurus; activating for a language</bookmark_value><bookmark_value>languages; activating modules</bookmark_value><bookmark_value>dictionaries;creating</bookmark_value><bookmark_value>user-defined dictionaries;creating</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Rechtschreibprüfung; aktivieren für eine Sprache</bookmark_value><bookmark_value>Rechtschreibung; aktivieren für eine Sprache</bookmark_value><bookmark_value>Silbentrennung; aktivieren für eine Sprache</bookmark_value><bookmark_value>Thesaurus; aktivieren für eine Sprache</bookmark_value><bookmark_value>Sprachen; aktivieren der Module</bookmark_value><bookmark_value>Wörterbücher; erstellen</bookmark_value><bookmark_value>Benutzerwörterbücher; erstellen</bookmark_value>"
#. LFHnZ
#: 01010401.xhp
@@ -2417,7 +2417,7 @@ msgctxt ""
"bm_id3150771\n"
"help.text"
msgid "<bookmark_value>pick color</bookmark_value><bookmark_value>color selector</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Farbe wählen</bookmark_value><bookmark_value>Farbauswahl</bookmark_value>"
#. yHj82
#: 01010501.xhp
@@ -2426,7 +2426,7 @@ msgctxt ""
"hd_id3153126\n"
"help.text"
msgid "<variable id=\"colorpickerh1\"><link href=\"text/shared/optionen/01010501.xhp\" name=\"Selecting a new color\">Selecting a new color</link></variable>"
-msgstr ""
+msgstr "<variable id=\"colorpickerh1\"><link href=\"text/shared/optionen/01010501.xhp\" name=\"Selecting a new color\">Eine neue Farbe auswählen</link></variable>"
#. 2DKci
#: 01010501.xhp
@@ -2453,7 +2453,7 @@ msgctxt ""
"par_id3148944\n"
"help.text"
msgid "The Pick a Color dialog consists of four main areas."
-msgstr ""
+msgstr "Der Dialog »Farbe auswählen« besteht aus vier Hauptbereichen."
#. JA9HB
#: 01010501.xhp
@@ -2552,7 +2552,7 @@ msgctxt ""
"par_id3153727\n"
"help.text"
msgid "<ahelp hid=\".\">Sets the Red component modifiable on the vertical color slider, and the Green and Blue components in the two-dimensional color picker field. Allowed values are 0 to 255.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Legt die rote Komponente im vertikalen Farbregler fest und die grüne und blaue Komponente im zweidimensionalen Farbauswahlfeld. Zulässige Werte sind 0 bis 255.</ahelp>"
#. G5BRr
#: 01010501.xhp
@@ -2579,7 +2579,7 @@ msgctxt ""
"par_id3153728\n"
"help.text"
msgid "<ahelp hid=\".\">Sets the Green component modifiable on the vertical color slider, and the Red and Blue components in the two-dimensional color picker field. Allowed values are 0 to 255.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Legt die grüne Komponente im vertikalen Farbregler fest und die rote und blaue Komponente im zweidimensionalen Farbauswahlfeld. Zulässige Werte sind 0 bis 255.</ahelp>"
#. NauiA
#: 01010501.xhp
@@ -2606,7 +2606,7 @@ msgctxt ""
"par_id3153729\n"
"help.text"
msgid "<ahelp hid=\".\">Sets the Blue component modifiable on the vertical color slider, and the Green and Red components in the two-dimensional color picker field. Allowed values are 0 to 255.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Legt die blaue Komponente im vertikalen Farbregler fest und die grüne und rote Komponenten im zweidimensionalen Farbauswahlfeld. Zulässige Werte sind 0 bis 255.</ahelp>"
#. EHQDG
#: 01010501.xhp
@@ -2660,7 +2660,7 @@ msgctxt ""
"par_id3153730\n"
"help.text"
msgid "<ahelp hid=\".\">Sets the Hue component modifiable on the vertical color slider, and the Saturation and Brightness components in the two-dimensional color picker field. Values are expressed in degrees from 0 to 359.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Legt die Farbtonkomponente im vertikalen Farbregler fest und die Sättigungs- und Helligkeitskomponente im zweidimensionalen Farbauswahlfeld. Die Werte werden in Grad von 0 bis 359 angegeben.</ahelp>"
#. fGAJ5
#: 01010501.xhp
@@ -2687,7 +2687,7 @@ msgctxt ""
"par_id3153731\n"
"help.text"
msgid "<ahelp hid=\".\">Sets the Saturation component modifiable on the vertical color slider, and the Hue and Brightness components in the two-dimensional color picker field. Values are expressed in percent (0 to 100).</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Legt die Sättigungskomponente im vertikalen Farbregler fest und die Farbton- und Helligkeitskomponente im zweidimensionalen Farbauswahlfeld. Die Werte werden in Prozent (0 bis 100) angegeben.</ahelp>"
#. cuCGT
#: 01010501.xhp
@@ -2714,7 +2714,7 @@ msgctxt ""
"par_id3153732\n"
"help.text"
msgid "<ahelp hid=\".\">Sets the Brightness component modifiable on the vertical color slider, and the Hue and Saturation components in the two-dimensional color picker field. Values are expressed in percent (0 to 100).</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Legt die Helligkeitskomponente im vertikalen Farbregler fest und die Farbton- und Sättigungskomponenten im zweidimensionalen Farbauswahlfeld. Die Werte werden in Prozent (0 bis 100) angegeben.</ahelp>"
#. uDLZu
#: 01010501.xhp
@@ -2966,7 +2966,7 @@ msgctxt ""
"hd_id111581845580821\n"
"help.text"
msgid "%PRODUCTNAME Quickstarter"
-msgstr ""
+msgstr "%PRODUCTNAME Schnellstarter"
#. BrALY
#: 01010600.xhp
@@ -2975,7 +2975,7 @@ msgctxt ""
"hd_id731581845724606\n"
"help.text"
msgid "Load %PRODUCTNAME during system start-up"
-msgstr ""
+msgstr "Lädt %PRODUCTNAME während des Systemstarts"
#. J7FUd
#: 01010600.xhp
@@ -2984,7 +2984,7 @@ msgctxt ""
"par_id971581845639198\n"
"help.text"
msgid "If enabled, loads %PRODUCTNAME into memory when the computer is booted, or when %PRODUCTNAME is restarted. When loaded, it reduces the time for opening %PRODUCTNAME. An icon is also added to the system tray. Right-click on the icon to show a menu for opening new or existing documents, and for stopping the quickstarter."
-msgstr ""
+msgstr "Wenn diese Option aktiviert ist, wird %PRODUCTNAME beim Starten des Computers oder beim Neustart von %PRODUCTNAME in den Speicher geladen. Nach dem Laden wird die Zeit zum Öffnen von %PRODUCTNAME verkürzt. Ein Symbol wird auch zur Taskleiste hinzugefügt. Klicken Sie mit der rechten Maustaste auf das Symbol, um ein Menü zum Öffnen neuer oder vorhandener Dokumente und zum Stoppen des Schnellstarters anzuzeigen."
#. MGRtz
#: 01010600.xhp
@@ -2993,7 +2993,7 @@ msgctxt ""
"hd_id411581548563601\n"
"help.text"
msgid "%PRODUCTNAME File Associations"
-msgstr ""
+msgstr "%PRODUCTNAME Dateizuordnungen"
#. sAAWp
#: 01010600.xhp
@@ -3002,7 +3002,7 @@ msgctxt ""
"hd_id81581845691263\n"
"help.text"
msgid "Windows Default Apps"
-msgstr ""
+msgstr "Windows-Standard-Apps"
#. BnQGA
#: 01010600.xhp
@@ -3011,7 +3011,7 @@ msgctxt ""
"par_id481581548792359\n"
"help.text"
msgid "Call Windows file associations management. This button behaves according to Microsoft file association management policy, which is to open \"Default apps\" on Windows 7, 8, and 8.1; and to show a message telling user how to open that applet manually in Windows 10."
-msgstr ""
+msgstr "Rufen Sie die Verwaltung der Windows-Dateizuordnungen auf. Diese Schaltfläche verhält sich gemäß der Microsoft-Richtlinie zur Verwaltung von Dateizuordnungen, mit der \"Standard-Apps\" unter Windows 7, 8 und 8.1 geöffnet werden, und um eine Meldung anzuzeigen, die den Benutzer darüber informiert, wie das Applet in Windows 10 manuell geöffnet werden kann."
#. 9MQ7V
#: 01010700.xhp
@@ -3452,7 +3452,7 @@ msgctxt ""
"par_id3155630\n"
"help.text"
msgid "Specifies view options."
-msgstr "Legt die Ansichts-Optionen fest."
+msgstr "Legt die Ansichtsoptionen fest."
#. M4iFj
#: 01010800.xhp
@@ -4163,7 +4163,7 @@ msgctxt ""
"par_id3156382\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies the maximum number of gradient stripes for printing.</ahelp>"
-msgstr "<ahelp hid=\".\">Hier legen Sie die maximale Anzahl an Farbverlaufssteifen fürs Drucken fest.</ahelp>"
+msgstr "<ahelp hid=\".\">Hier legen Sie die maximale Anzahl an Farbverlaufsstreifen fürs Drucken fest.</ahelp>"
#. r6pvq
#: 01010900.xhp
@@ -4406,7 +4406,7 @@ msgctxt ""
"hd_id3148672\n"
"help.text"
msgid "Custom Colors"
-msgstr ""
+msgstr "Benutzerdefinierte Farben"
#. 7JQfD
#: 01012000.xhp
@@ -4424,7 +4424,7 @@ msgctxt ""
"par_id3150769\n"
"help.text"
msgid "To apply a color to a <emph>user interface element</emph>, ensure that the box in front of the name is checked. To hide a user interface element, clear the check box."
-msgstr ""
+msgstr "Um eine Farbe auf ein <emph>Element der Benutzeroberfläche</emph> anzuwenden, stellen Sie sicher, dass das Kontrollkästchen vor dem Namen aktiviert ist. Deaktivieren Sie das Kontrollkästchen, um ein Element der Benutzeroberfläche auszublenden."
#. LRXwH
#: 01012000.xhp
@@ -4433,7 +4433,7 @@ msgctxt ""
"par_id3155430\n"
"help.text"
msgid "Some <emph>user interface elements</emph> cannot be hidden."
-msgstr ""
+msgstr "Einige <emph>Elemente der Benutzeroberfläche</emph> können nicht ausgeblendet werden."
#. ebKkM
#: 01012000.xhp
@@ -4442,7 +4442,7 @@ msgctxt ""
"par_id3145365\n"
"help.text"
msgid "To enhance cursor visibility, set the application background color between 40% and 60% gray, it is automatically changed to 40% gray."
-msgstr ""
+msgstr "Um die Sichtbarkeit des Cursors zu verbessern, stellen Sie die Hintergrundfarbe der Anwendung zwischen 40% und 60% Grau ein. Sie wird automatisch in 40% Grau geändert."
#. 7xJHG
#: 01012000.xhp
@@ -5612,7 +5612,7 @@ msgctxt ""
"par_id3150792\n"
"help.text"
msgid "Specifies the settings for basic fonts for complex text layout languages if their support has been activated under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>."
-msgstr "Legt die Einstellungen zu Basisschriften für \"Complex Text Layout\"-Sprachen fest, wenn die Unterstützung unter <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Einstellungen</emph></caseinline><defaultinline><emph>Extras - Optionen...</emph></defaultinline></switchinline><emph> - Spracheinstellungen - Sprachen</emph> aktiviert wurde."
+msgstr "Legt die Einstellungen zu Basisschriften für Sprachen mit komplexem Textlayout fest, wenn die Unterstützung unter <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Einstellungen</emph></caseinline><defaultinline><emph>Extras - Optionen...</emph></defaultinline></switchinline><emph> - Spracheinstellungen - Sprachen</emph> aktiviert wurde."
#. DrtAF
#: 01040200.xhp
@@ -5630,7 +5630,7 @@ msgctxt ""
"bm_id3156346\n"
"help.text"
msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Fanglinien; beim Bewegen von Rahmen anzeigen (Writer)</bookmark_value><bookmark_value>Bildlaufleisten; horizontal und vertikal (Writer)</bookmark_value><bookmark_value>Horizontale Bildlaufleisten (Writer)</bookmark_value><bookmark_value>Vertikale Bildlaufleisten (Writer)</bookmark_value><bookmark_value>Sanfter Bildlauf (Writer)</bookmark_value><bookmark_value>Anzeigen; Bilder und Objekte (Writer)</bookmark_value><bookmark_value>Bilder; anzeigen (Writer)</bookmark_value><bookmark_value>Objekte; in Textdokumenten anzeigen</bookmark_value><bookmark_value>Anzeigen; Tabellen (Writer)</bookmark_value><bookmark_value>Tabellen im Text; anzeigen</bookmark_value><bookmark_value>Tabellenbegrenzungen (Writer)</bookmark_value><bookmark_value>Rahmen; Tabellenbegrenzung (Writer)</bookmark_value><bookmark_value>Tabellenbegrenzungen (Writer)</bookmark_value><bookmark_value>Anzeigen; Zeichnungen und Steuerelemente (Writer)</bookmark_value><bookmark_value>Zeichnungen; anzeigen (Writer)</bookmark_value><bookmark_value>Steuerelemente; anzeigen (Writer)</bookmark_value><bookmark_value>Anzeigen; Kommentare in Textdokumenten</bookmark_value>"
#. Bc7jh
#: 01040200.xhp
@@ -5657,7 +5657,7 @@ msgctxt ""
"hd_id3145072\n"
"help.text"
msgid "Guides"
-msgstr ""
+msgstr "Hilfslinien"
#. ye7LB
#: 01040200.xhp
@@ -5810,7 +5810,7 @@ msgctxt ""
"hd_id901581669796238\n"
"help.text"
msgid "Display fields"
-msgstr ""
+msgstr "Felder anzeigen"
#. 7A8My
#: 01040200.xhp
@@ -5819,7 +5819,7 @@ msgctxt ""
"hd_id3149481\n"
"help.text"
msgid "Hidden text"
-msgstr ""
+msgstr "Verborgenen Text"
#. 82k4a
#: 01040200.xhp
@@ -5828,7 +5828,7 @@ msgctxt ""
"par_id3149413\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddentextfield\">Displays text that is hidden by <emph>Conditional Text</emph> or <emph>Hidden Text</emph> fields.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/optformataidspage/hiddentextfield\">Zeigt Text an, der durch Feldbefehle für <emph>bedingten Text</emph> oder <emph>verborgenen Text</emph> verborgen wurde.</ahelp>"
#. zT6EU
#: 01040200.xhp
@@ -5837,7 +5837,7 @@ msgctxt ""
"hd_id3149300\n"
"help.text"
msgid "Hidden paragraphs"
-msgstr ""
+msgstr "Verborgene Absätze"
#. nH86m
#: 01040200.xhp
@@ -5954,7 +5954,7 @@ msgctxt ""
"hd_id3149926\n"
"help.text"
msgid "Measurement unit"
-msgstr ""
+msgstr "Maßeinheit"
#. ozjGx
#: 01040200.xhp
@@ -6008,7 +6008,7 @@ msgctxt ""
"par_id3152349\n"
"help.text"
msgid "You can also change the basic fonts for Asian and complex text layout languages if their support is enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>."
-msgstr "Sie können die Grundschriften für asiatische und Complex Text Layout Sprachen ändern, wenn Sie die entsprechnde Unterstützung unter <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Einstellungen</emph></caseinline><defaultinline><emph>Extras - Optionen...</emph></defaultinline></switchinline><emph> - Spracheinstellungen - Sprachen</emph> aktiviert haben."
+msgstr "Sie können die Grundschriften für asiatische Sprachen und Sprachen mit komplexem Textlayout ändern, wenn Sie die entsprechende Unterstützung unter <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Einstellungen</emph></caseinline><defaultinline><emph>Extras - Optionen...</emph></defaultinline></switchinline><emph> - Spracheinstellungen - Sprachen</emph> aktiviert haben."
#. DeGFa
#: 01040300.xhp
@@ -7016,7 +7016,7 @@ msgctxt ""
"hd_id3144510\n"
"help.text"
msgid "Display formatting"
-msgstr ""
+msgstr "Formatierung anzeigen"
#. 7EDoZ
#: 01040600.xhp
@@ -7142,7 +7142,7 @@ msgctxt ""
"par_idN108E5\n"
"help.text"
msgid "Hidden characters"
-msgstr ""
+msgstr "Verborgene Zeichen"
#. F2h2C
#: 01040600.xhp
@@ -7160,7 +7160,7 @@ msgctxt ""
"hd_id901581666055387\n"
"help.text"
msgid "Bookmarks"
-msgstr ""
+msgstr "Lesezeichen"
#. AhYjX
#: 01040600.xhp
@@ -7169,7 +7169,7 @@ msgctxt ""
"par_id241581666070616\n"
"help.text"
msgid "Specifies that bookmark indicators are shown. | indicates the position of a point bookmark. [ ] indicates the start and end of a bookmark on a text range."
-msgstr ""
+msgstr "Legt fest, dass Lesezeichenmarkierungen angezeigt werden. | zeigt die Position eines Lesezeichens an. [ ] zeigt den Anfang und das Ende eines Lesezeichens in einem Textbereich an."
#. PoJmB
#: 01040600.xhp
@@ -7178,7 +7178,7 @@ msgctxt ""
"par_id931581667619159\n"
"help.text"
msgid "The following controls appear only for Writer documents, not for HTML documents."
-msgstr ""
+msgstr "Die folgenden Steuerelemente werden nur für Writer-Dokumente angezeigt, nicht für HTML-Dokumente."
#. 7xFsw
#: 01040600.xhp
@@ -7187,7 +7187,7 @@ msgctxt ""
"hd_id3146134\n"
"help.text"
msgid "Protected Areas"
-msgstr ""
+msgstr "Geschützte Bereiche"
#. UuMDa
#: 01040600.xhp
@@ -7196,7 +7196,7 @@ msgctxt ""
"hd_id131581667078614\n"
"help.text"
msgid "Enable cursor"
-msgstr ""
+msgstr "Cursor aktivieren"
#. BHJaU
#: 01040600.xhp
@@ -7214,7 +7214,7 @@ msgctxt ""
"hd_id3156180\n"
"help.text"
msgid "Direct cursor"
-msgstr ""
+msgstr "Direkt-Cursor"
#. FDnFU
#: 01040600.xhp
@@ -7250,7 +7250,7 @@ msgctxt ""
"hd_id3152962\n"
"help.text"
msgid "Insert"
-msgstr ""
+msgstr "Einfügen"
#. zCrNj
#: 01040600.xhp
@@ -7304,7 +7304,7 @@ msgctxt ""
"hd_id631581667209365\n"
"help.text"
msgid "Spaces"
-msgstr ""
+msgstr "Leerzeichen"
#. EQ5VD
#: 01040600.xhp
@@ -7313,7 +7313,7 @@ msgctxt ""
"par_id441581667221797\n"
"help.text"
msgid "When the direct cursor is used, spaces are added in the new paragraph until the clicked position is reached."
-msgstr ""
+msgstr "Wenn der Direkt-Cursor verwendet wird, werden im neuen Absatz Leerzeichen hinzugefügt, bis die angeklickte Position erreicht ist."
#. AKwn3
#: 01040600.xhp
@@ -11453,7 +11453,7 @@ msgctxt ""
"par_id4155419\n"
"help.text"
msgid "In %PRODUCTNAME Calc function names can be localized. By default, the check box is off, which means the localized function names are used. Checking this check box will swap localized function names with the English ones. This change takes effect in all of the following areas: formula input and display, function wizard, and formula tips. You can of course uncheck it to go back to the localized function names."
-msgstr "In %PRODUCTNAME Calc können Funktionsnamen übersetzt werden. Standardmäßig ist das Markierfeld dektiviert, sodass übersetzte Funktionsnamen verwendet werden. Wird das Markierfeld aktiviert, werden stattdessen die englischen Funktionsnamen verwendet. Diese Änderung betrifft folgende Bereiche: Eingabe und Anzeige von Formeln, den Funktions-Assistenten und Formeltipps. Wenn das Markierfeld wieder aktiviert wird, werden erneut übersetzte Funktionsnamen verwendet."
+msgstr "In %PRODUCTNAME Calc können Funktionsnamen übersetzt werden. Standardmäßig ist das Markierfeld deaktiviert, sodass übersetzte Funktionsnamen verwendet werden. Wird das Markierfeld aktiviert, werden stattdessen die englischen Funktionsnamen verwendet. Diese Änderung betrifft folgende Bereiche: Eingabe und Anzeige von Formeln, den Funktionsassistenten und Formeltipps. Wenn das Markierfeld wieder deaktiviert wird, werden erneut übersetzte Funktionsnamen verwendet."
#. DtrRf
#: 01060900.xhp
@@ -12335,7 +12335,7 @@ msgctxt ""
"par_id3159154\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/prntopts/blackwhiterb\">Specifies that you want to print the document in black and white.</ahelp>"
-msgstr "<ahelp hid=\"modules/simpress/ui/prntopts/blackwhiterb\">Hier legen Sie fest, dass Sie das Dokument in schwarzweiß drucken möchten.</ahelp>"
+msgstr "<ahelp hid=\"modules/simpress/ui/prntopts/blackwhiterb\">Hier legen Sie fest, dass Sie das Dokument in Schwarz-Weiß drucken möchten.</ahelp>"
#. H4Cod
#: 01070400.xhp
@@ -13487,7 +13487,7 @@ msgctxt ""
"bm_id881592499093945\n"
"help.text"
msgid "<bookmark_value>Microsoft lock files</bookmark_value><bookmark_value>lock files;Microsoft Office</bookmark_value><bookmark_value>lock files;%PRODUCTNAME</bookmark_value><bookmark_value>OLE objects;import and export</bookmark_value><bookmark_value>embedded objects;import and export</bookmark_value><bookmark_value>OLE objects;Microsoft Office</bookmark_value><bookmark_value>OLE objects;PDF</bookmark_value><bookmark_value>character highlighting;Microsoft Office export</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Microsoft-Sperrdateien</bookmark_value><bookmark_value>Sperrdateien; Microsoft Office</bookmark_value><bookmark_value>Sperrdateien; %PRODUCTNAME</bookmark_value><bookmark_value>OLE-Objekte; Import und Export</bookmark_value><bookmark_value>Eingebettete Objekte; Import und Export</bookmark_value><bookmark_value>OLE-Objekte; Microsoft Office</bookmark_value><bookmark_value>OLE-Objekte; PDF</bookmark_value><bookmark_value>Zeichenhervorhebung; Microsoft Office-Export</bookmark_value>"
#. HgnAh
#: 01130200.xhp
@@ -13505,7 +13505,7 @@ msgctxt ""
"par_id3149095\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies the settings for importing and exporting Microsoft Office and other documents.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Legt die Einstellungen für das Importieren und Exportieren von Microsoft Office und anderen Dokumenten fest.</ahelp>"
#. TamAv
#: 01130200.xhp
@@ -13523,7 +13523,7 @@ msgctxt ""
"par_id3159234\n"
"help.text"
msgid "The <emph>Embedded Objects</emph> section specifies how to import and export Microsoft Office or other OLE objects."
-msgstr ""
+msgstr "Im Abschnitt <emph>Eingebettete Objekte</emph> legen Sie fest, wie Microsoft Office- oder andere OLE-Objekte importiert und exportiert werden sollen."
#. wE3wv
#: 01130200.xhp
@@ -13532,7 +13532,7 @@ msgctxt ""
"par_id3159233\n"
"help.text"
msgid "These settings are valid when no Microsoft or other OLE server exists (for example, in UNIX) or when there is no $[officename] OLE server ready for editing the OLE objects."
-msgstr ""
+msgstr "Diese Einstellungen sind gültig, wenn kein Microsoft- oder anderer OLE-Server vorhanden ist (beispielsweise unter UNIX) oder wenn kein $[officename]-OLE-Server zum Bearbeiten der OLE-Objekte bereit ist."
#. 4EfQn
#: 01130200.xhp
@@ -13559,7 +13559,7 @@ msgctxt ""
"hd_id3146798\n"
"help.text"
msgid "[L] and [S] Columns"
-msgstr ""
+msgstr "Spalten [L] und [S]"
#. bWxuu
#: 01130200.xhp
@@ -13568,7 +13568,7 @@ msgctxt ""
"par_id3150670\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optfltrembedpage/checklbcontainer\">The <emph>[L] and [S]</emph> checkbox displays the entries for the pair of OLE objects that can be converted when loading into $[officename] [L] and/or when saving into a Microsoft format [S]. </ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optfltrembedpage/checklbcontainer\">Die Markierfelder <emph>[L] und [S]</emph> zeigen die Einträge für das Paar von OLE-Objekten an, die beim Laden in $[officename] [L] und/oder beim Speichern in ein Microsoft-Format [S] konvertiert werden können.</ahelp>"
#. 57kk4
#: 01130200.xhp
@@ -13577,7 +13577,7 @@ msgctxt ""
"par_id3154286\n"
"help.text"
msgid "Mark the box in the [L] column in front of the entry if a Microsoft or other OLE object is to be converted into the specified $[officename] OLE object when a Microsoft or other document is loaded into $[officename]."
-msgstr ""
+msgstr "Markieren Sie das Feld in der Spalte [L] vor dem Eintrag, wenn ein Microsoft- oder ein anderes OLE-Objekt in das angegebene $[officename]-OLE-Objekt konvertiert werden soll, wenn ein Microsoft- oder anderes Dokument in $[officename] geladen wird."
#. FZRFw
#: 01130200.xhp
@@ -13595,7 +13595,7 @@ msgctxt ""
"hd_id3146797\n"
"help.text"
msgid "Character Highlighting"
-msgstr ""
+msgstr "Zeichenhervorhebung"
#. nJKA9
#: 01130200.xhp
@@ -13613,7 +13613,7 @@ msgctxt ""
"hd_id551592495779229\n"
"help.text"
msgid "Lock files"
-msgstr ""
+msgstr "Sperrdateien"
#. oBsu3
#: 01130200.xhp
@@ -13622,7 +13622,7 @@ msgctxt ""
"par_id91592496281531\n"
"help.text"
msgid "<ahelp hid=\".\">Mark this checkbox to generate a Microsoft Office lock file in addition to %PRODUCTNAME own lock file.</ahelp> Lock files signal to applications that a resource or file should not be used until the lock is released."
-msgstr ""
+msgstr "<ahelp hid=\".\">Aktivieren Sie dieses Kontrollkästchen, um zusätzlich zur eigenen %PRODUCTNAME-Sperrdatei eine Microsoft Office-Sperrdatei zu generieren.</ahelp> Sperrdateien signalisieren Anwendungen, dass eine Ressource oder Datei erst verwendet werden soll, wenn die Sperre aufgehoben wurde."
#. F64qZ
#: 01130200.xhp
@@ -13631,7 +13631,7 @@ msgctxt ""
"par_id931592496307158\n"
"help.text"
msgid "%PRODUCTNAME can read lock files generated by Microsoft Office."
-msgstr ""
+msgstr "%PRODUCTNAME kann von Microsoft Office generierte Sperrdateien lesen."
#. TGBzs
#: 01140000.xhp
@@ -13856,7 +13856,7 @@ msgctxt ""
"par_id3149763\n"
"help.text"
msgid "Specifies the languages for spelling, thesaurus and hyphenation."
-msgstr ""
+msgstr "Legt die Sprachen für Rechtschreibung, Thesaurus und Silbentrennung fest."
#. CebA4
#: 01140000.xhp
@@ -13919,7 +13919,7 @@ msgctxt ""
"par_id3156212\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optlanguagespage/complexlanguage\">Specifies the language for the complex text layout spellcheck.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optlanguagespage/complexlanguage\">Legt die Sprache für die Complex Text Layout-Rechtschreibprüfung fest.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/optlanguagespage/complexlanguage\">Legt die Sprache für die Rechtschreibprüfung des komplexen Textlayouts fest.</ahelp>"
#. wtRSR
#: 01140000.xhp
@@ -14054,7 +14054,7 @@ msgctxt ""
"par_id3153665\n"
"help.text"
msgid "The <emph>Searching in Japanese</emph> and <emph>Asian Layout</emph> tab pages are only visible if the <emph>Asian language support</emph> option in the <emph>Languages</emph> tab page is activated and the <emph>Options</emph> dialog is re-opened. The <emph>Complex Text Layout</emph> tab page is only visible if the <emph>CTL support</emph> is enabled."
-msgstr "Die Register <emph>Suchoptionen für Japanisch</emph> und <emph>Asiatisches Layout</emph> werden erst sichtbar, wenn Sie die Option <emph>Steuerelemente für ostasiatische Schreibweisen anzeigen</emph> im Register <emph>Sprachen</emph> aktivieren und den Dialog <emph>Optionen</emph> erneut öffnen. Das Register <emph>Complex Text Layout</emph> ist nur bei aktiviertem <emph>Steuerelemente für bidirektionales Schreiben anzeigen</emph> sichtbar."
+msgstr "Die Register <emph>Suchoptionen für Japanisch</emph> und <emph>Asiatisches Layout</emph> werden erst sichtbar, wenn Sie die Option <emph>Steuerelemente für ostasiatische Schreibweisen anzeigen</emph> im Register <emph>Sprachen</emph> aktivieren und den Dialog <emph>Optionen</emph> erneut öffnen. Das Register <emph>Komplexes Textlayout</emph> ist nur bei aktiviertem <emph>Steuerelemente für bidirektionales Schreiben anzeigen</emph> sichtbar."
#. sUiBd
#: 01150100.xhp
@@ -15314,7 +15314,7 @@ msgctxt ""
"par_id3067110\n"
"help.text"
msgid "<emph>Convert only if unambiguous:</emph> If the text represents a valid and unambiguous numeric value, convert it. Example: <item type=\"input\">\"123.456\"</item> will generate a #VALUE! error because the text contains a separator, while <item type=\"input\">\"123456\"</item> will not.<br/>See <embedvar href=\"text/scalc/guide/numbers_text.xhp#numbers_text\" markup=\"ignore\"/> for details."
-msgstr ""
+msgstr "<emph>Nur eindeutige umwandeln:</emph> Wenn der Text einen gültigen und eindeutigen numerischen Wert darstellt, wird dieser konvertiert. Beispiel: <item type=\"input\">\"123,456\"</item> generiert einen #VALUE!-Fehler, da der Text ein Trennzeichen enthält, während <item type=\"input\">\"123456\"</item> keines enthält.<br/>Für mehr Details siehe <embedvar href=\"text/scalc/guide/numbers_text.xhp#numbers_text\" markup=\"ignore\"/>."
#. Eo47W
#: detailedcalculation.xhp
@@ -15359,7 +15359,7 @@ msgctxt ""
"par_id402233\n"
"help.text"
msgid "Formula syntax to use when parsing references given in string parameters. This affects built-in functions such as INDIRECT that takes a reference as a string value."
-msgstr "Formelsyntax für die Analye von Bezügen, die in Zeichenkettenparametern enthalten sind. Dies hat Auswirkungen auf eingebaute Funktionen wie INDIRECT, welche einen Bezug wie eine Zeichenkette behandeln."
+msgstr "Formelsyntax für die Analyse von Bezügen, die in Zeichenkettenparametern enthalten sind. Dies hat Auswirkungen auf eingebaute Funktionen wie INDIRECT, welche einen Bezug wie eine Zeichenkette behandeln."
#. rCAEG
#: detailedcalculation.xhp
@@ -15872,7 +15872,7 @@ msgctxt ""
"par_idN105AD\n"
"help.text"
msgid "Class Path"
-msgstr "Class Path"
+msgstr "Klassenpfad"
#. S2Bhi
#: java.xhp
@@ -15881,7 +15881,7 @@ msgctxt ""
"par_idN10686\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optadvancedpage/classpath\">Opens the <link href=\"text/shared/optionen/javaclasspath.xhp\">Class Path</link> dialog.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optadvancedpage/classpath\">Öffnet den Dialog <link href=\"text/shared/optionen/javaclasspath.xhp\">Class Path</link>.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/optadvancedpage/classpath\">Öffnet den Dialog <link href=\"text/shared/optionen/javaclasspath.xhp\">Klassenpfad</link>.</ahelp>"
#. BDpS5
#: java.xhp
@@ -15953,7 +15953,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Class Path"
-msgstr "Class Path"
+msgstr "Klassenpfad"
#. FAdA3
#: javaclasspath.xhp
@@ -15962,7 +15962,7 @@ msgctxt ""
"par_idN10566\n"
"help.text"
msgid "Class Path"
-msgstr "Class Path"
+msgstr "Klassenpfad"
#. 4aPLC
#: javaclasspath.xhp
@@ -15971,7 +15971,7 @@ msgctxt ""
"par_idN1056A\n"
"help.text"
msgid "You use this dialog to add folders and archives to the Java class path. These paths are valid for any JRE that you start."
-msgstr "Mit diesem Dialog können Sie Ordner und Archive zum Java-Umgebungsungsvariable CLASSPATH hinzufügen. Diese Pfade gelten für alle Java-Laufzeitumgebungen, die Sie aufrufen."
+msgstr "Mit diesem Dialog können Sie Ordner und Archive zur Java-Umgebungsvariable CLASSPATH hinzufügen. Diese Pfade gelten für alle Java-Laufzeitumgebungen, die Sie aufrufen."
#. GDxbt
#: javaclasspath.xhp
@@ -16808,7 +16808,7 @@ msgctxt ""
"par_id4057130\n"
"help.text"
msgid "Online Update is a module that is installed by default. <switchinline select=\"sys\"><caseinline select=\"WIN\">To exclude, choose \"Custom\" in the Setup when installing %PRODUCTNAME. </caseinline><caseinline select=\"UNIX\">Check your distribution package to see if it is possible to exclude installation of Online Update. </caseinline></switchinline>"
-msgstr ""
+msgstr "Online Update ist ein Modul, das standardmäßig installiert ist. <switchinline select=\"sys\"><caseinline select=\"WIN\">Um dies auszuschließen, wählen Sie bei der Installation von %PRODUCTNAME beim Setup \"Benutzerdefiniert\".</caseinline><caseinline select=\"UNIX\">Überprüfen Sie Ihr Distributionspaket, um festzustellen, ob die Installation von Online Update ausgeschlossen werden kann.</caseinline></switchinline>"
#. aR687
#: online_update.xhp
@@ -16817,7 +16817,7 @@ msgctxt ""
"hd_id671580577871833\n"
"help.text"
msgid "Online Update Options"
-msgstr ""
+msgstr "Online-Update-Optionen"
#. Ts3hG
#: online_update.xhp
@@ -16844,7 +16844,7 @@ msgctxt ""
"par_id8994109\n"
"help.text"
msgid "When an update is available, an icon in the menu bar <image id=\"img_id3155415\" src=\"extensions/res/update/ui/onlineupdate_16.svg\" width=\"0.4583in\" height=\"0.1354in\"><alt id=\"alt_id3155415\">Update Icon</alt></image> displays some explaining text. Click the icon to proceed."
-msgstr ""
+msgstr "Wenn ein Update verfügbar ist, wird unterhalb der Menüleiste ein Symbol <image id=\"img_id3155415\" src=\"extensions/res/update/ui/onlineupdate_16.svg\" width=\"0.4583in\" height=\"0.1354in\"><alt id=\"alt_id3155415\">Symbol für Update</alt></image> und ein erklärender Text angezeigt. Klicken Sie auf das Symbol, um fortzufahren."
#. qDUxL
#: online_update.xhp
@@ -16934,7 +16934,7 @@ msgctxt ""
"hd_id3051545\n"
"help.text"
msgid "Download Destination"
-msgstr ""
+msgstr "Herunterladen nach"
#. mNiGF
#: online_update.xhp
@@ -16970,7 +16970,7 @@ msgctxt ""
"hd_id1418807\n"
"help.text"
msgid "Change"
-msgstr "Ändern"
+msgstr "Ändern…"
#. kHNSV
#: online_update.xhp
@@ -16979,7 +16979,7 @@ msgctxt ""
"par_id0116200901063996\n"
"help.text"
msgid "<ahelp hid=\".\">Click to select the destination folder for downloaded files.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Klicken Sie, um den Zielordner für heruntergeladene Dateien auszuwählen.</ahelp>"
#. nErT3
#: online_update.xhp
@@ -16988,7 +16988,7 @@ msgctxt ""
"hd_id411580578548938\n"
"help.text"
msgid "User Agent"
-msgstr ""
+msgstr "User-Agent"
#. BMLAF
#: online_update.xhp
@@ -16997,7 +16997,7 @@ msgctxt ""
"par_id331580578595346\n"
"help.text"
msgid "Enable the check to send information about your %PRODUCTNAME version, operating system and basic hardware. This information is used to optimize the download."
-msgstr ""
+msgstr "Aktivieren Sie die Prüfung, um Informationen zu Ihrer %PRODUCTNAME-Version, Ihrem Betriebssystem und Ihrer Basishardware zu senden. Diese Informationen werden verwendet, um den Download zu optimieren."
#. AN7zk
#: opencl.xhp
@@ -17042,7 +17042,7 @@ msgctxt ""
"par_id8266853\n"
"help.text"
msgid "OpenCL™ is the first open, royalty-free standard for cross-platform, parallel programming of modern processors found in personal computers, servers and handheld/embedded devices. OpenCL (Open Computing Language) greatly improves speed and responsiveness for a wide spectrum of applications in numerous market categories from gaming and entertainment to scientific and medical software"
-msgstr "OpenCL™ ist der erste offene, lizenzfreie Standard plattformübergreifender, paralleler Programmierung für moderne Prozessoren, wie sie in PCs, Servern, Hand- und eingebetteten Geräten vorhanden sind. OpenCL (Open Computing Language) verbessert die Geschwindigkeit und Reaktionsfähigkeit für eine Vielzahl von Anwendungen in zahlreichen Bereichen von der Spiele- und Unterhaltungs- bis hin zur Wissenschafts und Medizinsoftware"
+msgstr "OpenCL™ ist der erste offene, lizenzfreie Standard plattformübergreifender, paralleler Programmierung für moderne Prozessoren, wie sie in PCs, Servern, Hand- und eingebetteten Geräten vorhanden sind. OpenCL (Open Computing Language) verbessert die Geschwindigkeit und Reaktionsfähigkeit für eine Vielzahl von Anwendungen in zahlreichen Bereichen von der Spiele- und Unterhaltungs- bis hin zur Wissenschafts- und Medizinsoftware"
#. CAiPr
#: opencl.xhp
diff --git a/source/de/helpcontent2/source/text/simpress.po b/source/de/helpcontent2/source/text/simpress.po
index 7208d7a1d43..9791b5028ac 100644
--- a/source/de/helpcontent2/source/text/simpress.po
+++ b/source/de/helpcontent2/source/text/simpress.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: 2020-10-27 12:31+0100\n"
-"PO-Revision-Date: 2021-03-07 20:36+0000\n"
+"PO-Revision-Date: 2021-04-06 06:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textsimpress/de/>\n"
"Language: de\n"
@@ -140,7 +140,7 @@ msgctxt ""
"hd_id110120150549176280\n"
"help.text"
msgid "<link href=\"text/simpress/01/03120000.xhp\">Handout</link>"
-msgstr "<link href=\"text/simpress/01/03120000.xhp\">Handzettelmaster</link>"
+msgstr "<link href=\"text/simpress/01/03120000.xhp\">Handzettel</link>"
#. wa6UF
#: main0103.xhp
@@ -185,7 +185,7 @@ msgctxt ""
"par_id102720150112257941\n"
"help.text"
msgid "Toggle the visibility of a master slide's background to be used as the background of the current slide."
-msgstr "Schaltet die Sichtbarkeit eines Hintergrundbildes eines Folienmasters, die als Hintergrund der aktuellen Folie benutzt wird, um."
+msgstr "Schaltet die Sichtbarkeit eines Hintergrundbildes einer Masterfolie, die als Hintergrund der aktuellen Folie benutzt wird, um."
#. zrUk5
#: main0103.xhp
@@ -203,7 +203,7 @@ msgctxt ""
"par_id102720150112256473\n"
"help.text"
msgid "Toggle the visibility of a master slide's objects to appear on the current slide."
-msgstr "Schaltet die Sichtbarkeit von Objekten eines Folienmasters, die auf der aktuellen Folie erscheinen, um."
+msgstr "Schaltet die Sichtbarkeit von Objekten einer Masterfolie, die auf der aktuellen Folie erscheinen, um."
#. cizmi
#: main0103.xhp
@@ -914,7 +914,7 @@ msgctxt ""
"par_id3148699\n"
"help.text"
msgid "To select an object that is behind another object, hold <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>, and then click the object. To select the next underlying object in the stacking, hold <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>, and then click again. To return the selection to the previously selected object, hold down Shift + <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>, and then click."
-msgstr "Um ein Objekt auszuwählen, das sich hinter einem anderen Objekt befindet, halten Sie die Taste <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> gedrückt und klicken dann auf das Objekt. Das in der Stapelreihenfolge nächsttiefere Objekt wählen Sie aus, indem Sie <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> gedrückt halten und erneut klicken. Zu dem zuvor ausgewählten Objekt kehren Sie zurück, wenn Sie Umschaltt+<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> gedrückt halten und dann klicken."
+msgstr "Um ein Objekt auszuwählen, das sich hinter einem anderen Objekt befindet, halten Sie die Taste <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> gedrückt und klicken dann auf das Objekt. Das in der Stapelreihenfolge nächsttiefere Objekt wählen Sie aus, indem Sie <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> gedrückt halten und erneut klicken. Zu dem zuvor ausgewählten Objekt kehren Sie zurück, wenn Sie Umschalt+<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> gedrückt halten und dann klicken."
#. 4aToU
#: main0210.xhp
@@ -950,7 +950,7 @@ msgctxt ""
"par_idN106C0\n"
"help.text"
msgid "Draws a filled rectangle where you drag in the current document. Click where you want to place a corner of the rectangle, and drag to the size you want. To draw a square, hold down Shift while you drag."
-msgstr "Zeichnet an der Stelle, an der Sie im aktuellen Dokument ziehen, ein gefülltes Rechteck. Klicken Sie dorthin, wo eine Ecke des Rechtecks platziert werden soll, und ziehen Sie es bei gedrückter linker Maustaste auf die gewünschte Größe auf. Um ein Quadrat zu zeichnen, halten Sie beim Ziehen die Umschalttaste gedrückt."
+msgstr "Zeichnet an der Stelle, an der Sie im aktuellen Dokument ziehen, ein gefülltes Rechteck. Klicken Sie dort, wo eine Ecke des Rechtecks platziert werden soll, und ziehen Sie es bei gedrückter linker Maustaste auf die gewünschte Größe auf. Um ein Quadrat zu zeichnen, halten Sie beim Ziehen die Umschalttaste gedrückt."
#. 8q8av
#: main0210.xhp
@@ -1724,7 +1724,7 @@ msgctxt ""
"hd_id3153248\n"
"help.text"
msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoKorrektur-Optionen...\">AutoKorrektur-Optionen...</link>"
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoKorrektur-Optionen…</link>"
#. b8grv
#: main_tools.xhp
diff --git a/source/de/helpcontent2/source/text/simpress/00.po b/source/de/helpcontent2/source/text/simpress/00.po
index 1e6f00b54c3..322f1616d66 100644
--- a/source/de/helpcontent2/source/text/simpress/00.po
+++ b/source/de/helpcontent2/source/text/simpress/00.po
@@ -4,16 +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: 2020-11-03 12:43+0100\n"
-"PO-Revision-Date: 2020-10-22 11:35+0000\n"
+"PO-Revision-Date: 2021-04-06 06:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
-"Language-Team: German <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress00/de/>\n"
+"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textsimpress00/de/>\n"
"Language: de\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.4.2\n"
"X-POOTLE-MTIME: 1557892670.000000\n"
#. sqmGT
@@ -347,7 +347,7 @@ msgctxt ""
"par_id3155255\n"
"help.text"
msgid "Choose <emph>View - Master Handout</emph>"
-msgstr "Wählen Sie <emph>Ansicht - Handzettelmaster</emph>"
+msgstr "Wählen Sie <emph>Ansicht - Masterhandzettel</emph>"
#. jBGUy
#: 00000403.xhp
@@ -419,7 +419,7 @@ msgctxt ""
"par_idN10AF7\n"
"help.text"
msgid "<variable id=\"masterlayouts\">Choose <emph>View - Master Slide </emph></variable>"
-msgstr "<variable id=\"masterlayouts\">Wählen Sie <emph>Ansicht - Folienmaster</emph></variable>"
+msgstr "<variable id=\"masterlayouts\">Wählen Sie <emph>Ansicht - Masterfolie</emph></variable>"
#. QetBX
#: 00000403.xhp
@@ -428,7 +428,7 @@ msgctxt ""
"par_idN10B19\n"
"help.text"
msgid "<variable id=\"notesmaster\">Choose <emph>View - Master Notes</emph> </variable>"
-msgstr "<variable id=\"notesmaster\">Wählen Sie <emph>Ansicht - Notizenmaster</emph></variable>"
+msgstr "<variable id=\"notesmaster\">Wählen Sie <emph>Ansicht - Masternotiz</emph></variable>"
#. SL63x
#: 00000403.xhp
@@ -482,7 +482,7 @@ msgctxt ""
"par_id3153480\n"
"help.text"
msgid "<variable id=\"master_drawing\">Choose <emph>View - Master Slide</emph> </variable>"
-msgstr "<variable id=\"master_drawing\">Wählen Sie <emph>Ansicht - Folienmaster</emph></variable>"
+msgstr "<variable id=\"master_drawing\">Wählen Sie <emph>Ansicht – Masterfolie</emph></variable>"
#. LG3aP
#: 00000403.xhp
diff --git a/source/de/helpcontent2/source/text/simpress/01.po b/source/de/helpcontent2/source/text/simpress/01.po
index ad9c4d0b6c5..a2f5fa00bb9 100644
--- a/source/de/helpcontent2/source/text/simpress/01.po
+++ b/source/de/helpcontent2/source/text/simpress/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-10-27 12:31+0100\n"
-"PO-Revision-Date: 2021-03-21 13:37+0000\n"
+"PO-Revision-Date: 2021-04-06 06:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-7-1/textsimpress01/de/>\n"
"Language: de\n"
@@ -1580,7 +1580,7 @@ msgctxt ""
"par_id9628894\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">When enabled, the current slide shows the background of the master slide.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Wenn aktiviert, zeigt die aktuelle Folie das Hintergrundbild des Folienmasters an.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Wenn aktiviert, zeigt die aktuelle Folie das Hintergrundbild der Masterfolie an.</ahelp>"
#. EFGy7
#: 03080000.xhp
@@ -1589,7 +1589,7 @@ msgctxt ""
"par_id7587206\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">When enabled, the current slide shows the objects of the master slide.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Wenn aktiviert, zeigt die aktuelle Folie das Hintergrundbild des Folienmasters an.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Wenn aktiviert, zeigt die aktuelle Folie das Hintergrundbild der Masterfolie an.</ahelp>"
#. z7z7h
#: 03080000.xhp
@@ -1598,7 +1598,7 @@ msgctxt ""
"par_id3257545\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a file dialog to select a picture. The picture will be scaled and inserted on the background of the current master slide.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Öffnet einen Dateidialog zum Auswählen eines Bildes. Das Bild wird skaliert und in den Hintergrund des aktuellen Folienmasters eingefügt.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Öffnet einen Dateidialog zum Auswählen eines Bildes. Das Bild wird skaliert und in den Hintergrund der aktuellen Masterfolie eingefügt.</ahelp>"
#. RhRBB
#: 03090000.xhp
@@ -1886,7 +1886,7 @@ msgctxt ""